immosquare-cleaner 0.1.35 → 0.1.37
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 +25 -4
- data/linters/eslint.config.mjs +88 -22
- data/linters/jscodeshift/arrow-function-transform.js +35 -0
- data/linters/rubocop-3.3.1.yml +88 -0
- data/node_modules/.bin/browserslist +1 -0
- data/node_modules/.bin/esparse +1 -0
- data/node_modules/.bin/esvalidate +1 -0
- data/node_modules/.bin/jscodeshift +1 -0
- data/node_modules/.bin/jsesc +1 -0
- data/node_modules/.bin/parser +1 -0
- data/node_modules/.bin/rimraf +1 -0
- data/node_modules/.bin/update-browserslist-db +1 -0
- data/node_modules/@ampproject/remapping/LICENSE +202 -0
- data/node_modules/@ampproject/remapping/README.md +218 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs +197 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs.map +1 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js +202 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +1 -0
- data/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +14 -0
- data/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +20 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +45 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +18 -0
- data/node_modules/@ampproject/remapping/dist/types/types.d.ts +15 -0
- data/node_modules/@ampproject/remapping/package.json +75 -0
- data/node_modules/@babel/code-frame/LICENSE +22 -0
- data/node_modules/@babel/code-frame/README.md +19 -0
- data/node_modules/@babel/code-frame/lib/index.js +156 -0
- data/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- data/node_modules/@babel/code-frame/package.json +30 -0
- data/node_modules/@babel/compat-data/LICENSE +22 -0
- data/node_modules/@babel/compat-data/README.md +19 -0
- data/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- data/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- data/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2081 -0
- data/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- data/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- data/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- data/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- data/node_modules/@babel/compat-data/data/plugins.json +789 -0
- data/node_modules/@babel/compat-data/native-modules.js +1 -0
- data/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- data/node_modules/@babel/compat-data/package.json +40 -0
- data/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- data/node_modules/@babel/compat-data/plugins.js +1 -0
- data/node_modules/@babel/core/LICENSE +22 -0
- data/node_modules/@babel/core/README.md +19 -0
- data/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- data/node_modules/@babel/core/lib/config/caching.js +261 -0
- data/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- data/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index.js +78 -0
- data/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/package.js +61 -0
- data/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/types.js +3 -0
- data/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- data/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- data/node_modules/@babel/core/lib/config/full.js +310 -0
- data/node_modules/@babel/core/lib/config/full.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- data/node_modules/@babel/core/lib/config/index.js +93 -0
- data/node_modules/@babel/core/lib/config/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/item.js +67 -0
- data/node_modules/@babel/core/lib/config/item.js.map +1 -0
- data/node_modules/@babel/core/lib/config/partial.js +158 -0
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- data/node_modules/@babel/core/lib/config/plugin.js +33 -0
- data/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/config/printer.js +113 -0
- data/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- data/node_modules/@babel/core/lib/config/util.js +31 -0
- data/node_modules/@babel/core/lib/config/util.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- data/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- data/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- data/node_modules/@babel/core/lib/index.js +242 -0
- data/node_modules/@babel/core/lib/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parse.js +47 -0
- data/node_modules/@babel/core/lib/parse.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/index.js +79 -0
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js +143 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-ast.js +50 -0
- data/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file.js +40 -0
- data/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transform.js +49 -0
- data/node_modules/@babel/core/lib/transform.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js +216 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/index.js +101 -0
- data/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1033 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- data/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/core/package.json +82 -0
- data/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- data/node_modules/@babel/core/src/config/files/index.ts +29 -0
- data/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- data/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- data/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- data/node_modules/@babel/core/src/transform-file.ts +55 -0
- data/node_modules/@babel/generator/LICENSE +22 -0
- data/node_modules/@babel/generator/README.md +19 -0
- data/node_modules/@babel/generator/lib/buffer.js +323 -0
- data/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/base.js +92 -0
- data/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/classes.js +177 -0
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- data/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/index.js +128 -0
- data/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/methods.js +173 -0
- data/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- data/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/statements.js +275 -0
- data/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js +30 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/types.js +221 -0
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- data/node_modules/@babel/generator/lib/index.js +89 -0
- data/node_modules/@babel/generator/lib/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/index.js +76 -0
- data/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js +225 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- data/node_modules/@babel/generator/lib/printer.js +684 -0
- data/node_modules/@babel/generator/lib/printer.js.map +1 -0
- data/node_modules/@babel/generator/lib/source-map.js +85 -0
- data/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- data/node_modules/@babel/generator/package.json +38 -0
- data/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- data/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-annotate-as-pure/package.json +24 -0
- data/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- data/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/README.md +166 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/index.js +334 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/README.md +204 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/iterator.js +8 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/package.json +29 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/yallist.js +426 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/package.json +32 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-compilation-targets/package.json +40 -0
- data/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- data/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1290 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1036 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- data/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js +52 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-environment-visitor/package.json +29 -0
- data/node_modules/@babel/helper-function-name/LICENSE +22 -0
- data/node_modules/@babel/helper-function-name/README.md +19 -0
- data/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- data/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-function-name/package.json +25 -0
- data/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- data/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-hoist-variables/package.json +28 -0
- data/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- data/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-member-expression-to-functions/package.json +27 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- data/node_modules/@babel/helper-module-imports/README.md +19 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/package.json +28 -0
- data/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- data/node_modules/@babel/helper-module-transforms/README.md +19 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/package.json +35 -0
- data/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- data/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- data/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- data/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- data/node_modules/@babel/helper-replace-supers/README.md +19 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-replace-supers/package.json +32 -0
- data/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- data/node_modules/@babel/helper-simple-access/README.md +19 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-simple-access/package.json +28 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
- data/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- data/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
- data/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- data/node_modules/@babel/helper-string-parser/README.md +19 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-string-parser/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- data/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-option/README.md +19 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/package.json +24 -0
- data/node_modules/@babel/helpers/LICENSE +22 -0
- data/node_modules/@babel/helpers/README.md +19 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js +56 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers.js +1673 -0
- data/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
- data/node_modules/@babel/helpers/lib/index.js +243 -0
- data/node_modules/@babel/helpers/lib/index.js.map +1 -0
- data/node_modules/@babel/helpers/package.json +32 -0
- data/node_modules/@babel/helpers/scripts/generate-helpers.js +129 -0
- data/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
- data/node_modules/@babel/helpers/scripts/package.json +1 -0
- data/node_modules/@babel/highlight/LICENSE +22 -0
- data/node_modules/@babel/highlight/README.md +19 -0
- data/node_modules/@babel/highlight/lib/index.js +119 -0
- data/node_modules/@babel/highlight/lib/index.js.map +1 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/index.js +165 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/CHANGELOG.md +54 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/LICENSE +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/README.md +68 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/conversions.js +868 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/index.js +78 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/LICENSE +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/README.md +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/index.js +152 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/package.json +25 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/test.js +7 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/package.json +46 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/route.js +97 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/package.json +56 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/readme.md +147 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/license +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/package.json +41 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/index.js +131 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/index.js +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/package.json +44 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/readme.md +70 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/package.json +53 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/readme.md +66 -0
- data/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
- data/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
- data/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
- data/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
- data/node_modules/@babel/highlight/package.json +30 -0
- data/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- data/node_modules/@babel/parser/LICENSE +19 -0
- data/node_modules/@babel/parser/README.md +19 -0
- data/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- data/node_modules/@babel/parser/index.cjs +5 -0
- data/node_modules/@babel/parser/lib/index.js +14026 -0
- data/node_modules/@babel/parser/lib/index.js.map +1 -0
- data/node_modules/@babel/parser/package.json +46 -0
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- data/node_modules/@babel/plugin-syntax-flow/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-flow/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js +36 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-flow/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- data/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/README.md +19 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +163 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +35 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +197 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +48 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.json +20 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
- data/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +484 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/preset-flow/LICENSE +22 -0
- data/node_modules/@babel/preset-flow/README.md +19 -0
- data/node_modules/@babel/preset-flow/lib/index.js +42 -0
- data/node_modules/@babel/preset-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js +28 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js.map +1 -0
- data/node_modules/@babel/preset-flow/package.json +41 -0
- data/node_modules/@babel/preset-typescript/LICENSE +22 -0
- data/node_modules/@babel/preset-typescript/README.md +19 -0
- data/node_modules/@babel/preset-typescript/lib/index.js +146 -0
- data/node_modules/@babel/preset-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-typescript/package.json +40 -0
- data/node_modules/@babel/register/LICENSE +22 -0
- data/node_modules/@babel/register/README.md +19 -0
- data/node_modules/@babel/register/experimental-worker.js +1 -0
- data/node_modules/@babel/register/lib/browser.js +9 -0
- data/node_modules/@babel/register/lib/browser.js.map +1 -0
- data/node_modules/@babel/register/lib/cache.js +3 -0
- data/node_modules/@babel/register/lib/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/experimental-worker.js +25 -0
- data/node_modules/@babel/register/lib/experimental-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/hook.js +71 -0
- data/node_modules/@babel/register/lib/hook.js.map +1 -0
- data/node_modules/@babel/register/lib/index.js +11 -0
- data/node_modules/@babel/register/lib/index.js.map +1 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js +9 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/node.js +16 -0
- data/node_modules/@babel/register/lib/node.js.map +1 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js +13 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js +19 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/cache.js +94 -0
- data/node_modules/@babel/register/lib/worker/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js +24 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/index.js +39 -0
- data/node_modules/@babel/register/lib/worker/index.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/transform.js +121 -0
- data/node_modules/@babel/register/lib/worker/transform.js.map +1 -0
- data/node_modules/@babel/register/lib/worker-client.js +107 -0
- data/node_modules/@babel/register/lib/worker-client.js.map +1 -0
- data/node_modules/@babel/register/package.json +41 -0
- data/node_modules/@babel/template/LICENSE +22 -0
- data/node_modules/@babel/template/README.md +19 -0
- data/node_modules/@babel/template/lib/builder.js +69 -0
- data/node_modules/@babel/template/lib/builder.js.map +1 -0
- data/node_modules/@babel/template/lib/formatters.js +61 -0
- data/node_modules/@babel/template/lib/formatters.js.map +1 -0
- data/node_modules/@babel/template/lib/index.js +23 -0
- data/node_modules/@babel/template/lib/index.js.map +1 -0
- data/node_modules/@babel/template/lib/literal.js +69 -0
- data/node_modules/@babel/template/lib/literal.js.map +1 -0
- data/node_modules/@babel/template/lib/options.js +73 -0
- data/node_modules/@babel/template/lib/options.js.map +1 -0
- data/node_modules/@babel/template/lib/parse.js +160 -0
- data/node_modules/@babel/template/lib/parse.js.map +1 -0
- data/node_modules/@babel/template/lib/populate.js +122 -0
- data/node_modules/@babel/template/lib/populate.js.map +1 -0
- data/node_modules/@babel/template/lib/string.js +20 -0
- data/node_modules/@babel/template/lib/string.js.map +1 -0
- data/node_modules/@babel/template/package.json +27 -0
- data/node_modules/@babel/traverse/LICENSE +22 -0
- data/node_modules/@babel/traverse/README.md +19 -0
- data/node_modules/@babel/traverse/lib/cache.js +44 -0
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- data/node_modules/@babel/traverse/lib/context.js +118 -0
- data/node_modules/@babel/traverse/lib/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/hub.js +19 -0
- data/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- data/node_modules/@babel/traverse/lib/index.js +94 -0
- data/node_modules/@babel/traverse/lib/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- data/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/context.js +222 -0
- data/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/family.js +335 -0
- data/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/index.js +188 -0
- data/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js +397 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/modification.js +226 -0
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/removal.js +66 -0
- data/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/index.js +903 -0
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- data/node_modules/@babel/traverse/lib/types.js +3 -0
- data/node_modules/@babel/traverse/lib/types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/visitors.js +221 -0
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- data/node_modules/@babel/traverse/node_modules/globals/globals.json +1563 -0
- data/node_modules/@babel/traverse/node_modules/globals/index.js +2 -0
- data/node_modules/@babel/traverse/node_modules/globals/license +9 -0
- data/node_modules/@babel/traverse/node_modules/globals/package.json +41 -0
- data/node_modules/@babel/traverse/node_modules/globals/readme.md +41 -0
- data/node_modules/@babel/traverse/package.json +38 -0
- data/node_modules/@babel/types/LICENSE +22 -0
- data/node_modules/@babel/types/README.md +19 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/productions.js +12 -0
- data/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/clone.js +12 -0
- data/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- data/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- data/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/index.js +31 -0
- data/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/flow.js +488 -0
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/index.js +96 -0
- data/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- data/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- data/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- data/node_modules/@babel/types/lib/index.d.ts +3269 -0
- data/node_modules/@babel/types/lib/index.js +576 -0
- data/node_modules/@babel/types/lib/index.js.flow +2612 -0
- data/node_modules/@babel/types/lib/index.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +96 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- data/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/is.js +27 -0
- data/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- data/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- data/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- data/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isType.js +22 -0
- data/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- data/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/validate.js +30 -0
- data/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- data/node_modules/@babel/types/package.json +40 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +1 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +1 -1
- data/node_modules/@eslint/eslintrc/lib/config-array-factory.js +5 -1
- data/node_modules/@eslint/eslintrc/lib/index.js +3 -1
- data/node_modules/@eslint/eslintrc/package.json +2 -2
- data/node_modules/@eslint/js/package.json +1 -1
- data/node_modules/@eslint/js/src/configs/eslint-all.js +0 -2
- 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/@humanwhocodes/retry/README.md +16 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.cjs +20 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.cts +28 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.ts +5 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.js +21 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.min.js +1 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.mjs +20 -3
- data/node_modules/@humanwhocodes/retry/package.json +7 -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/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/license +9 -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/@jridgewell/gen-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- data/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- data/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- data/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- data/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- data/node_modules/@jridgewell/set-array/LICENSE +19 -0
- data/node_modules/@jridgewell/set-array/README.md +37 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- data/node_modules/@jridgewell/set-array/package.json +65 -0
- data/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- data/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- data/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- data/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- data/node_modules/@jridgewell/trace-mapping/package.json +77 -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/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/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/ast-types/LICENSE +20 -0
- data/node_modules/ast-types/README.md +512 -0
- data/node_modules/ast-types/lib/def/babel-core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel-core.js +241 -0
- data/node_modules/ast-types/lib/def/babel-core.js.map +1 -0
- data/node_modules/ast-types/lib/def/babel.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel.js +26 -0
- data/node_modules/ast-types/lib/def/babel.js.map +1 -0
- data/node_modules/ast-types/lib/def/core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/core.js +281 -0
- data/node_modules/ast-types/lib/def/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/es-proposals.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es-proposals.js +70 -0
- data/node_modules/ast-types/lib/def/es-proposals.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2016.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2016.js +17 -0
- data/node_modules/ast-types/lib/def/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2017.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2017.js +22 -0
- data/node_modules/ast-types/lib/def/es2017.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2018.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2018.js +36 -0
- data/node_modules/ast-types/lib/def/es2018.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2019.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2019.js +19 -0
- data/node_modules/ast-types/lib/def/es2019.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2020.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2020.js +52 -0
- data/node_modules/ast-types/lib/def/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2021.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2021.js +15 -0
- data/node_modules/ast-types/lib/def/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2022.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2022.js +18 -0
- data/node_modules/ast-types/lib/def/es2022.js.map +1 -0
- data/node_modules/ast-types/lib/def/es6.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es6.js +238 -0
- data/node_modules/ast-types/lib/def/es6.js.map +1 -0
- data/node_modules/ast-types/lib/def/esprima.d.ts +2 -0
- data/node_modules/ast-types/lib/def/esprima.js +51 -0
- data/node_modules/ast-types/lib/def/esprima.js.map +1 -0
- data/node_modules/ast-types/lib/def/flow.d.ts +2 -0
- data/node_modules/ast-types/lib/def/flow.js +362 -0
- data/node_modules/ast-types/lib/def/flow.js.map +1 -0
- data/node_modules/ast-types/lib/def/jsx.d.ts +2 -0
- data/node_modules/ast-types/lib/def/jsx.js +110 -0
- data/node_modules/ast-types/lib/def/jsx.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/core.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/core.js +27 -0
- data/node_modules/ast-types/lib/def/operators/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2016.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js +21 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2020.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js +17 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2021.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js +20 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/type-annotations.d.ts +7 -0
- data/node_modules/ast-types/lib/def/type-annotations.js +42 -0
- data/node_modules/ast-types/lib/def/type-annotations.js.map +1 -0
- data/node_modules/ast-types/lib/def/typescript.d.ts +2 -0
- data/node_modules/ast-types/lib/def/typescript.js +369 -0
- data/node_modules/ast-types/lib/def/typescript.js.map +1 -0
- data/node_modules/ast-types/lib/equiv.d.ts +5 -0
- data/node_modules/ast-types/lib/equiv.js +157 -0
- data/node_modules/ast-types/lib/equiv.js.map +1 -0
- data/node_modules/ast-types/lib/fork.d.ts +43 -0
- data/node_modules/ast-types/lib/fork.js +55 -0
- data/node_modules/ast-types/lib/fork.js.map +1 -0
- data/node_modules/ast-types/lib/gen/builders.d.ts +2850 -0
- data/node_modules/ast-types/lib/gen/builders.js +3 -0
- data/node_modules/ast-types/lib/gen/builders.js.map +1 -0
- data/node_modules/ast-types/lib/gen/kinds.d.ts +293 -0
- data/node_modules/ast-types/lib/gen/kinds.js +3 -0
- data/node_modules/ast-types/lib/gen/kinds.js.map +1 -0
- data/node_modules/ast-types/lib/gen/namedTypes.d.ts +2029 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js +7 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js.map +1 -0
- data/node_modules/ast-types/lib/gen/visitor.d.ts +297 -0
- data/node_modules/ast-types/lib/gen/visitor.js +3 -0
- data/node_modules/ast-types/lib/gen/visitor.js.map +1 -0
- data/node_modules/ast-types/lib/main.d.ts +29 -0
- data/node_modules/ast-types/lib/main.js +44 -0
- data/node_modules/ast-types/lib/main.js.map +1 -0
- data/node_modules/ast-types/lib/node-path.d.ts +21 -0
- data/node_modules/ast-types/lib/node-path.js +414 -0
- data/node_modules/ast-types/lib/node-path.js.map +1 -0
- data/node_modules/ast-types/lib/path-visitor.d.ts +51 -0
- data/node_modules/ast-types/lib/path-visitor.js +346 -0
- data/node_modules/ast-types/lib/path-visitor.js.map +1 -0
- data/node_modules/ast-types/lib/path.d.ts +24 -0
- data/node_modules/ast-types/lib/path.js +334 -0
- data/node_modules/ast-types/lib/path.js.map +1 -0
- data/node_modules/ast-types/lib/scope.d.ts +27 -0
- data/node_modules/ast-types/lib/scope.js +358 -0
- data/node_modules/ast-types/lib/scope.js.map +1 -0
- data/node_modules/ast-types/lib/shared.d.ts +21 -0
- data/node_modules/ast-types/lib/shared.js +91 -0
- data/node_modules/ast-types/lib/shared.js.map +1 -0
- data/node_modules/ast-types/lib/types.d.ts +141 -0
- data/node_modules/ast-types/lib/types.js +791 -0
- data/node_modules/ast-types/lib/types.js.map +1 -0
- data/node_modules/ast-types/package.json +68 -0
- 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/babel-core/README.md +50 -0
- data/node_modules/babel-core/index.js +2 -0
- data/node_modules/babel-core/package.json +18 -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/browserslist/LICENSE +20 -0
- data/node_modules/browserslist/README.md +67 -0
- data/node_modules/browserslist/browser.js +52 -0
- data/node_modules/browserslist/cli.js +156 -0
- data/node_modules/browserslist/error.d.ts +7 -0
- data/node_modules/browserslist/error.js +12 -0
- data/node_modules/browserslist/index.d.ts +201 -0
- data/node_modules/browserslist/index.js +1206 -0
- data/node_modules/browserslist/node.js +420 -0
- data/node_modules/browserslist/package.json +44 -0
- data/node_modules/browserslist/parse.js +78 -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/caniuse-lite/LICENSE +395 -0
- data/node_modules/caniuse-lite/README.md +6 -0
- data/node_modules/caniuse-lite/data/agents.js +1 -0
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/data/browsers.js +1 -0
- data/node_modules/caniuse-lite/data/features/aac.js +1 -0
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- data/node_modules/caniuse-lite/data/features/apng.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio.js +1 -0
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- data/node_modules/caniuse-lite/data/features/av1.js +1 -0
- data/node_modules/caniuse-lite/data/features/avif.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- data/node_modules/caniuse-lite/data/features/calc.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr.js +1 -0
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/const.js +1 -0
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/cors.js +1 -0
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- data/node_modules/caniuse-lite/data/features/details.js +1 -0
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- data/node_modules/caniuse-lite/data/features/download.js +1 -0
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- data/node_modules/caniuse-lite/data/features/eme.js +1 -0
- data/node_modules/caniuse-lite/data/features/eot.js +1 -0
- data/node_modules/caniuse-lite/data/features/es5.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6.js +1 -0
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- data/node_modules/caniuse-lite/data/features/flac.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/forms.js +1 -0
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- data/node_modules/caniuse-lite/data/features/heif.js +1 -0
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/history.js +1 -0
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- data/node_modules/caniuse-lite/data/features/http2.js +1 -0
- data/node_modules/caniuse-lite/data/features/http3.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ime.js +1 -0
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- data/node_modules/caniuse-lite/data/features/imports.js +1 -0
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- data/node_modules/caniuse-lite/data/features/json.js +1 -0
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- data/node_modules/caniuse-lite/data/features/let.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- data/node_modules/caniuse-lite/data/features/menu.js +1 -0
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/meter.js +1 -0
- data/node_modules/caniuse-lite/data/features/midi.js +1 -0
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/opus.js +1 -0
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- data/node_modules/caniuse-lite/data/features/outline.js +1 -0
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ping.js +1 -0
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- data/node_modules/caniuse-lite/data/features/portals.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- data/node_modules/caniuse-lite/data/features/progress.js +1 -0
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- data/node_modules/caniuse-lite/data/features/promises.js +1 -0
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- data/node_modules/caniuse-lite/data/features/rem.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/sni.js +1 -0
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- data/node_modules/caniuse-lite/data/features/stream.js +1 -0
- data/node_modules/caniuse-lite/data/features/streams.js +1 -0
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- data/node_modules/caniuse-lite/data/features/template.js +1 -0
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- data/node_modules/caniuse-lite/data/features/touch.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/url.js +1 -0
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- data/node_modules/caniuse-lite/data/features/video.js +1 -0
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- data/node_modules/caniuse-lite/data/features/wav.js +1 -0
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- data/node_modules/caniuse-lite/data/features/webm.js +1 -0
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- data/node_modules/caniuse-lite/data/features/webp.js +1 -0
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- data/node_modules/caniuse-lite/data/features.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/US.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- data/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- data/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- data/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- data/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- data/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- data/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- data/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- data/node_modules/caniuse-lite/package.json +34 -0
- data/node_modules/clone-deep/LICENSE +21 -0
- data/node_modules/clone-deep/README.md +106 -0
- data/node_modules/clone-deep/index.js +49 -0
- data/node_modules/clone-deep/package.json +81 -0
- data/node_modules/commondir/LICENSE +24 -0
- data/node_modules/commondir/example/dir.js +3 -0
- data/node_modules/commondir/index.js +29 -0
- data/node_modules/commondir/package.json +34 -0
- data/node_modules/commondir/readme.markdown +48 -0
- data/node_modules/commondir/test/dirs.js +55 -0
- data/node_modules/configstore/node_modules/write-file-atomic/CHANGELOG.md +32 -0
- data/node_modules/configstore/node_modules/write-file-atomic/LICENSE +6 -0
- data/node_modules/configstore/node_modules/write-file-atomic/README.md +72 -0
- data/node_modules/configstore/node_modules/write-file-atomic/index.js +259 -0
- data/node_modules/configstore/node_modules/write-file-atomic/package.json +48 -0
- data/node_modules/convert-source-map/LICENSE +23 -0
- data/node_modules/convert-source-map/README.md +206 -0
- data/node_modules/convert-source-map/index.js +233 -0
- data/node_modules/convert-source-map/package.json +38 -0
- data/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +166 -0
- data/node_modules/cross-spawn/node_modules/which/LICENSE +15 -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/electron-to-chromium/LICENSE +5 -0
- data/node_modules/electron-to-chromium/README.md +186 -0
- data/node_modules/electron-to-chromium/chromium-versions.js +66 -0
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.js +3276 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-versions.js +2380 -0
- data/node_modules/electron-to-chromium/full-versions.json +1 -0
- data/node_modules/electron-to-chromium/index.js +36 -0
- data/node_modules/electron-to-chromium/package.json +44 -0
- data/node_modules/electron-to-chromium/versions.js +156 -0
- data/node_modules/electron-to-chromium/versions.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/escalade/dist/index.js +22 -0
- data/node_modules/escalade/dist/index.mjs +22 -0
- data/node_modules/escalade/index.d.ts +3 -0
- data/node_modules/escalade/license +9 -0
- data/node_modules/escalade/package.json +63 -0
- data/node_modules/escalade/readme.md +211 -0
- data/node_modules/escalade/sync/index.d.ts +2 -0
- data/node_modules/escalade/sync/index.js +18 -0
- data/node_modules/escalade/sync/index.mjs +18 -0
- data/node_modules/eslint/README.md +2 -2
- data/node_modules/eslint/bin/eslint.js +1 -1
- data/node_modules/eslint/lib/cli-engine/cli-engine.js +2 -2
- data/node_modules/eslint/lib/cli-engine/file-enumerator.js +2 -2
- data/node_modules/eslint/lib/cli-engine/lint-result-cache.js +2 -2
- data/node_modules/eslint/lib/cli-engine/load-rules.js +2 -2
- data/node_modules/eslint/lib/cli.js +3 -3
- data/node_modules/eslint/lib/eslint/eslint-helpers.js +2 -2
- data/node_modules/eslint/lib/eslint/eslint.js +5 -5
- data/node_modules/eslint/lib/eslint/legacy-eslint.js +3 -3
- data/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +1 -1
- data/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +1 -1
- data/node_modules/eslint/lib/linter/linter.js +1 -1
- data/node_modules/eslint/lib/linter/report-translator.js +1 -1
- data/node_modules/eslint/lib/rule-tester/rule-tester.js +3 -3
- data/node_modules/eslint/lib/rules/func-style.js +42 -4
- data/node_modules/eslint/lib/rules/line-comment-position.js +3 -0
- data/node_modules/eslint/lib/rules/multiline-comment-style.js +3 -1
- data/node_modules/eslint/lib/rules/no-constant-binary-expression.js +1 -1
- data/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +79 -27
- data/node_modules/eslint/lib/rules/no-misleading-character-class.js +111 -30
- data/node_modules/eslint/lib/rules/no-restricted-exports.js +13 -2
- data/node_modules/eslint/lib/rules/object-shorthand.js +21 -20
- data/node_modules/eslint/lib/shared/runtime-info.js +2 -2
- data/node_modules/eslint/lib/source-code/token-store/index.js +1 -1
- data/node_modules/eslint/messages/config-file-missing.js +16 -0
- data/node_modules/eslint/messages/eslintrc-incompat.js +22 -1
- data/node_modules/eslint/package.json +5 -5
- 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-align-assignments/README.md +49 -0
- data/node_modules/eslint-plugin-align-assignments/docs/rules/align-assignment.md +36 -0
- data/node_modules/eslint-plugin-align-assignments/lib/index.js +5 -0
- data/node_modules/eslint-plugin-align-assignments/lib/rules/align-assignments.js +170 -0
- data/node_modules/eslint-plugin-align-assignments/package.json +22 -0
- data/node_modules/eslint-plugin-align-assignments/tests/lib/rules/align-assignments_test.js +521 -0
- data/node_modules/eslint-plugin-align-import/LICENSE +21 -0
- data/node_modules/eslint-plugin-align-import/README.md +98 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/align-import.md +52 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/trim-import.md +32 -0
- data/node_modules/eslint-plugin-align-import/lib/index.js +9 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/align-import.js +163 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/trim-import.js +139 -0
- data/node_modules/eslint-plugin-align-import/package.json +28 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/align-import.js +304 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/trim-import.js +214 -0
- 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/minimatch/LICENSE +15 -0
- data/node_modules/eslint-plugin-import/node_modules/semver/LICENSE +15 -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/range.bnf +16 -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/eslint-plugin-prefer-arrow/LICENSE +21 -0
- data/node_modules/eslint-plugin-prefer-arrow/README.md +46 -0
- data/node_modules/eslint-plugin-prefer-arrow/index.js +10 -0
- data/node_modules/eslint-plugin-prefer-arrow/lib/rules/prefer-arrow-functions.js +296 -0
- data/node_modules/eslint-plugin-prefer-arrow/package.json +30 -0
- data/node_modules/eslint-plugin-prefer-arrow/test/lib/rules/prefer-arrow-functions.js +285 -0
- data/node_modules/eslint-plugin-sonarjs/LICENSE +165 -0
- data/node_modules/eslint-plugin-sonarjs/README.md +150 -0
- data/node_modules/eslint-plugin-sonarjs/lib/package.json +106 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.d.ts +101 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.js +117 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.js +273 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.js +63 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.js +73 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.js +79 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.js +74 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.js +98 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.d.ts +10 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.js +135 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.js +147 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.js +177 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.js +202 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.js +181 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.js +227 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.js +131 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.js +108 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.js +114 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.js +269 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.js +82 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.js +52 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.js +58 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.js +113 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.js +77 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.js +90 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.js +100 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.js +59 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.js +183 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.js +139 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.js +66 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.js +102 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.js +119 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.js +95 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.js +107 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.js +71 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.js +40 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.d.ts +13 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.js +47 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.js +50 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.d.ts +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.js +24 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.js +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.js +48 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.d.ts +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.js +134 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.d.ts +22 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.js +93 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.js +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.js +30 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.js +23 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.js +20 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.js +27 -0
- data/node_modules/eslint-plugin-sonarjs/package.json +106 -0
- data/node_modules/esprima/ChangeLog +235 -0
- data/node_modules/esprima/LICENSE.BSD +21 -0
- data/node_modules/esprima/README.md +46 -0
- data/node_modules/esprima/bin/esparse.js +139 -0
- data/node_modules/esprima/bin/esvalidate.js +236 -0
- data/node_modules/esprima/dist/esprima.js +6709 -0
- data/node_modules/esprima/package.json +112 -0
- data/node_modules/find-cache-dir/index.js +32 -0
- data/node_modules/find-cache-dir/license +9 -0
- data/node_modules/find-cache-dir/package.json +42 -0
- data/node_modules/find-cache-dir/readme.md +116 -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/flow-parser/README.md +44 -0
- data/node_modules/flow-parser/flow_parser.js +11286 -0
- data/node_modules/flow-parser/package.json +33 -0
- data/node_modules/foreground-child/node_modules/signal-exit/LICENSE.txt +16 -0
- data/node_modules/foreground-child/node_modules/signal-exit/README.md +74 -0
- data/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +3 -0
- data/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +3 -0
- data/node_modules/foreground-child/node_modules/signal-exit/package.json +106 -0
- data/node_modules/gensync/LICENSE +7 -0
- data/node_modules/gensync/README.md +196 -0
- data/node_modules/gensync/index.js +373 -0
- data/node_modules/gensync/index.js.flow +32 -0
- data/node_modules/gensync/package.json +37 -0
- data/node_modules/gensync/test/index.test.js +489 -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-plain-object/LICENSE +21 -0
- data/node_modules/is-plain-object/README.md +104 -0
- data/node_modules/is-plain-object/index.d.ts +5 -0
- data/node_modules/is-plain-object/index.js +37 -0
- data/node_modules/is-plain-object/package.json +79 -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/isobject/LICENSE +21 -0
- data/node_modules/isobject/README.md +122 -0
- data/node_modules/isobject/index.d.ts +5 -0
- data/node_modules/isobject/index.js +12 -0
- data/node_modules/isobject/package.json +74 -0
- data/node_modules/js-tokens/CHANGELOG.md +151 -0
- data/node_modules/js-tokens/LICENSE +21 -0
- data/node_modules/js-tokens/README.md +240 -0
- data/node_modules/js-tokens/index.js +23 -0
- data/node_modules/js-tokens/package.json +30 -0
- data/node_modules/jscodeshift/CHANGELOG.md +146 -0
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +3 -0
- data/node_modules/jscodeshift/CONTRIBUTING.md +47 -0
- data/node_modules/jscodeshift/LICENSE +21 -0
- data/node_modules/jscodeshift/README.md +631 -0
- data/node_modules/jscodeshift/bin/jscodeshift.js +182 -0
- data/node_modules/jscodeshift/bin/jscodeshift.sh +12 -0
- data/node_modules/jscodeshift/dist/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/core.js +183 -0
- data/node_modules/jscodeshift/dist/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/src/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/src/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/src/core.js +183 -0
- data/node_modules/jscodeshift/dist/src/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/template.js +173 -0
- data/node_modules/jscodeshift/dist/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/dist/template.js +173 -0
- data/node_modules/jscodeshift/dist/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/utils/union.js +20 -0
- data/node_modules/jscodeshift/index.js +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/license +9 -0
- data/node_modules/jscodeshift/package.json +71 -0
- data/node_modules/jscodeshift/parser/babel5Compat.js +50 -0
- data/node_modules/jscodeshift/parser/babylon.js +57 -0
- data/node_modules/jscodeshift/parser/flow.js +34 -0
- data/node_modules/jscodeshift/parser/ts.js +24 -0
- data/node_modules/jscodeshift/parser/tsOptions.js +44 -0
- data/node_modules/jscodeshift/parser/tsx.js +27 -0
- data/node_modules/jscodeshift/src/Collection.js +472 -0
- data/node_modules/jscodeshift/src/Runner.js +318 -0
- data/node_modules/jscodeshift/src/Worker.js +210 -0
- data/node_modules/jscodeshift/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/src/core.js +183 -0
- data/node_modules/jscodeshift/src/getParser.js +25 -0
- data/node_modules/jscodeshift/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/src/template.js +173 -0
- data/node_modules/jscodeshift/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/utils/requirePackage.js +24 -0
- data/node_modules/jscodeshift/utils/testUtils.js +50 -0
- data/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- data/node_modules/jsesc/README.md +421 -0
- data/node_modules/jsesc/bin/jsesc +148 -0
- data/node_modules/jsesc/jsesc.js +329 -0
- data/node_modules/jsesc/man/jsesc.1 +94 -0
- data/node_modules/jsesc/package.json +54 -0
- data/node_modules/kind-of/CHANGELOG.md +160 -0
- data/node_modules/kind-of/LICENSE +21 -0
- data/node_modules/kind-of/README.md +367 -0
- data/node_modules/kind-of/index.js +129 -0
- data/node_modules/kind-of/package.json +88 -0
- data/node_modules/make-dir/index.d.ts +39 -0
- data/node_modules/make-dir/index.js +139 -0
- data/node_modules/make-dir/license +9 -0
- data/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
- data/node_modules/make-dir/node_modules/semver/README.md +412 -0
- data/node_modules/make-dir/node_modules/semver/bin/semver +160 -0
- data/node_modules/make-dir/node_modules/semver/package.json +38 -0
- data/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
- data/node_modules/make-dir/node_modules/semver/semver.js +1525 -0
- data/node_modules/make-dir/package.json +59 -0
- data/node_modules/make-dir/readme.md +123 -0
- data/node_modules/neo-async/LICENSE +22 -0
- data/node_modules/neo-async/README.md +273 -0
- data/node_modules/neo-async/all.js +3 -0
- data/node_modules/neo-async/allLimit.js +3 -0
- data/node_modules/neo-async/allSeries.js +3 -0
- data/node_modules/neo-async/angelFall.js +3 -0
- data/node_modules/neo-async/any.js +3 -0
- data/node_modules/neo-async/anyLimit.js +3 -0
- data/node_modules/neo-async/anySeries.js +3 -0
- data/node_modules/neo-async/apply.js +3 -0
- data/node_modules/neo-async/applyEach.js +3 -0
- data/node_modules/neo-async/applyEachSeries.js +3 -0
- data/node_modules/neo-async/async.js +9184 -0
- data/node_modules/neo-async/async.min.js +80 -0
- data/node_modules/neo-async/asyncify.js +3 -0
- data/node_modules/neo-async/auto.js +3 -0
- data/node_modules/neo-async/autoInject.js +3 -0
- data/node_modules/neo-async/cargo.js +3 -0
- data/node_modules/neo-async/compose.js +3 -0
- data/node_modules/neo-async/concat.js +3 -0
- data/node_modules/neo-async/concatLimit.js +3 -0
- data/node_modules/neo-async/concatSeries.js +3 -0
- data/node_modules/neo-async/constant.js +3 -0
- data/node_modules/neo-async/createLogger.js +3 -0
- data/node_modules/neo-async/detect.js +3 -0
- data/node_modules/neo-async/detectLimit.js +3 -0
- data/node_modules/neo-async/detectSeries.js +3 -0
- data/node_modules/neo-async/dir.js +3 -0
- data/node_modules/neo-async/doDuring.js +3 -0
- data/node_modules/neo-async/doUntil.js +3 -0
- data/node_modules/neo-async/doWhilst.js +3 -0
- data/node_modules/neo-async/during.js +3 -0
- data/node_modules/neo-async/each.js +3 -0
- data/node_modules/neo-async/eachLimit.js +3 -0
- data/node_modules/neo-async/eachOf.js +3 -0
- data/node_modules/neo-async/eachOfLimit.js +3 -0
- data/node_modules/neo-async/eachOfSeries.js +3 -0
- data/node_modules/neo-async/eachSeries.js +3 -0
- data/node_modules/neo-async/ensureAsync.js +3 -0
- data/node_modules/neo-async/every.js +3 -0
- data/node_modules/neo-async/everyLimit.js +3 -0
- data/node_modules/neo-async/everySeries.js +3 -0
- data/node_modules/neo-async/fast.js +3 -0
- data/node_modules/neo-async/filter.js +3 -0
- data/node_modules/neo-async/filterLimit.js +3 -0
- data/node_modules/neo-async/filterSeries.js +3 -0
- data/node_modules/neo-async/find.js +3 -0
- data/node_modules/neo-async/findLimit.js +3 -0
- data/node_modules/neo-async/findSeries.js +3 -0
- data/node_modules/neo-async/foldl.js +3 -0
- data/node_modules/neo-async/foldr.js +3 -0
- data/node_modules/neo-async/forEach.js +3 -0
- data/node_modules/neo-async/forEachLimit.js +3 -0
- data/node_modules/neo-async/forEachOf.js +3 -0
- data/node_modules/neo-async/forEachOfLimit.js +3 -0
- data/node_modules/neo-async/forEachOfSeries.js +3 -0
- data/node_modules/neo-async/forEachSeries.js +3 -0
- data/node_modules/neo-async/forever.js +3 -0
- data/node_modules/neo-async/groupBy.js +3 -0
- data/node_modules/neo-async/groupByLimit.js +3 -0
- data/node_modules/neo-async/groupBySeries.js +3 -0
- data/node_modules/neo-async/inject.js +3 -0
- data/node_modules/neo-async/iterator.js +3 -0
- data/node_modules/neo-async/log.js +3 -0
- data/node_modules/neo-async/map.js +3 -0
- data/node_modules/neo-async/mapLimit.js +3 -0
- data/node_modules/neo-async/mapSeries.js +3 -0
- data/node_modules/neo-async/mapValues.js +3 -0
- data/node_modules/neo-async/mapValuesLimit.js +3 -0
- data/node_modules/neo-async/mapValuesSeries.js +3 -0
- data/node_modules/neo-async/memoize.js +3 -0
- data/node_modules/neo-async/nextTick.js +3 -0
- data/node_modules/neo-async/omit.js +3 -0
- data/node_modules/neo-async/omitLimit.js +3 -0
- data/node_modules/neo-async/omitSeries.js +3 -0
- data/node_modules/neo-async/package.json +57 -0
- data/node_modules/neo-async/parallel.js +3 -0
- data/node_modules/neo-async/parallelLimit.js +3 -0
- data/node_modules/neo-async/pick.js +3 -0
- data/node_modules/neo-async/pickLimit.js +3 -0
- data/node_modules/neo-async/pickSeries.js +3 -0
- data/node_modules/neo-async/priorityQueue.js +3 -0
- data/node_modules/neo-async/queue.js +3 -0
- data/node_modules/neo-async/race.js +3 -0
- data/node_modules/neo-async/reduce.js +3 -0
- data/node_modules/neo-async/reduceRight.js +3 -0
- data/node_modules/neo-async/reflect.js +3 -0
- data/node_modules/neo-async/reflectAll.js +3 -0
- data/node_modules/neo-async/reject.js +3 -0
- data/node_modules/neo-async/rejectLimit.js +3 -0
- data/node_modules/neo-async/rejectSeries.js +3 -0
- data/node_modules/neo-async/retry.js +3 -0
- data/node_modules/neo-async/retryable.js +3 -0
- data/node_modules/neo-async/safe.js +3 -0
- data/node_modules/neo-async/select.js +3 -0
- data/node_modules/neo-async/selectLimit.js +3 -0
- data/node_modules/neo-async/selectSeries.js +3 -0
- data/node_modules/neo-async/seq.js +3 -0
- data/node_modules/neo-async/series.js +3 -0
- data/node_modules/neo-async/setImmediate.js +3 -0
- data/node_modules/neo-async/some.js +3 -0
- data/node_modules/neo-async/someLimit.js +3 -0
- data/node_modules/neo-async/someSeries.js +3 -0
- data/node_modules/neo-async/sortBy.js +3 -0
- data/node_modules/neo-async/sortByLimit.js +3 -0
- data/node_modules/neo-async/sortBySeries.js +3 -0
- data/node_modules/neo-async/timeout.js +3 -0
- data/node_modules/neo-async/times.js +3 -0
- data/node_modules/neo-async/timesLimit.js +3 -0
- data/node_modules/neo-async/timesSeries.js +3 -0
- data/node_modules/neo-async/transform.js +3 -0
- data/node_modules/neo-async/transformLimit.js +3 -0
- data/node_modules/neo-async/transformSeries.js +3 -0
- data/node_modules/neo-async/tryEach.js +3 -0
- data/node_modules/neo-async/unmemoize.js +3 -0
- data/node_modules/neo-async/until.js +3 -0
- data/node_modules/neo-async/waterfall.js +3 -0
- data/node_modules/neo-async/whilst.js +3 -0
- data/node_modules/neo-async/wrapSync.js +3 -0
- data/node_modules/node-dir/LICENSE.txt +22 -0
- data/node_modules/node-dir/README.md +225 -0
- data/node_modules/node-dir/index.js +5 -0
- data/node_modules/node-dir/lib/paths.js +240 -0
- data/node_modules/node-dir/lib/readfiles.js +122 -0
- data/node_modules/node-dir/lib/readfilesstream.js +131 -0
- data/node_modules/node-dir/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/node-dir/node_modules/minimatch/README.md +230 -0
- data/node_modules/node-dir/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/node-dir/node_modules/minimatch/package.json +33 -0
- data/node_modules/node-dir/package.json +40 -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/node-releases/LICENSE +21 -0
- data/node_modules/node-releases/README.md +12 -0
- data/node_modules/node-releases/data/processed/envs.json +1 -0
- data/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- data/node_modules/node-releases/package.json +19 -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/p-try/index.d.ts +39 -0
- data/node_modules/p-try/index.js +9 -0
- data/node_modules/p-try/license +9 -0
- data/node_modules/p-try/package.json +42 -0
- data/node_modules/p-try/readme.md +58 -0
- data/node_modules/picocolors/LICENSE +15 -0
- data/node_modules/picocolors/README.md +21 -0
- data/node_modules/picocolors/package.json +25 -0
- data/node_modules/picocolors/picocolors.browser.js +4 -0
- data/node_modules/picocolors/picocolors.d.ts +5 -0
- data/node_modules/picocolors/picocolors.js +65 -0
- data/node_modules/picocolors/types.ts +30 -0
- data/node_modules/pify/index.js +68 -0
- data/node_modules/pify/license +9 -0
- data/node_modules/pify/package.json +51 -0
- data/node_modules/pify/readme.md +145 -0
- data/node_modules/pirates/LICENSE +21 -0
- data/node_modules/pirates/README.md +69 -0
- data/node_modules/pirates/index.d.ts +82 -0
- data/node_modules/pirates/lib/index.js +139 -0
- data/node_modules/pirates/package.json +74 -0
- data/node_modules/pkg-dir/index.js +10 -0
- data/node_modules/pkg-dir/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/index.js +46 -0
- data/node_modules/pkg-dir/node_modules/find-up/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/index.js +24 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/index.js +34 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/package.json +51 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/readme.md +88 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/index.js +17 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/license +21 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/package.json +40 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/readme.md +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/package.json +44 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/readme.md +99 -0
- data/node_modules/pkg-dir/node_modules/find-up/package.json +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/readme.md +87 -0
- data/node_modules/pkg-dir/package.json +53 -0
- data/node_modules/pkg-dir/readme.md +66 -0
- 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/recast/LICENSE +20 -0
- data/node_modules/recast/README.md +221 -0
- data/node_modules/recast/example/add-braces +44 -0
- data/node_modules/recast/example/generic-identity +17 -0
- data/node_modules/recast/example/identity +8 -0
- data/node_modules/recast/example/to-while +84 -0
- data/node_modules/recast/lib/comments.d.ts +2 -0
- data/node_modules/recast/lib/comments.js +313 -0
- data/node_modules/recast/lib/fast-path.d.ts +25 -0
- data/node_modules/recast/lib/fast-path.js +541 -0
- data/node_modules/recast/lib/lines.d.ts +62 -0
- data/node_modules/recast/lib/lines.js +654 -0
- data/node_modules/recast/lib/mapping.d.ts +15 -0
- data/node_modules/recast/lib/mapping.js +197 -0
- data/node_modules/recast/lib/options.d.ts +147 -0
- data/node_modules/recast/lib/options.js +55 -0
- data/node_modules/recast/lib/parser.d.ts +2 -0
- data/node_modules/recast/lib/parser.js +250 -0
- data/node_modules/recast/lib/patcher.d.ts +12 -0
- data/node_modules/recast/lib/patcher.js +386 -0
- data/node_modules/recast/lib/printer.d.ts +14 -0
- data/node_modules/recast/lib/printer.js +2388 -0
- data/node_modules/recast/lib/util.d.ts +18 -0
- data/node_modules/recast/lib/util.js +331 -0
- data/node_modules/recast/main.d.ts +50 -0
- data/node_modules/recast/main.js +65 -0
- data/node_modules/recast/package.json +74 -0
- data/node_modules/recast/parsers/_babel_options.d.ts +8 -0
- data/node_modules/recast/parsers/_babel_options.js +57 -0
- data/node_modules/recast/parsers/acorn.d.ts +1 -0
- data/node_modules/recast/parsers/acorn.js +33 -0
- data/node_modules/recast/parsers/babel-ts.d.ts +4 -0
- data/node_modules/recast/parsers/babel-ts.js +13 -0
- data/node_modules/recast/parsers/babel.d.ts +8 -0
- data/node_modules/recast/parsers/babel.js +33 -0
- data/node_modules/recast/parsers/babylon.d.ts +1 -0
- data/node_modules/recast/parsers/babylon.js +4 -0
- data/node_modules/recast/parsers/esprima.d.ts +1 -0
- data/node_modules/recast/parsers/esprima.js +30 -0
- data/node_modules/recast/parsers/flow.d.ts +2 -0
- data/node_modules/recast/parsers/flow.js +19 -0
- data/node_modules/recast/parsers/typescript.d.ts +2 -0
- data/node_modules/recast/parsers/typescript.js +19 -0
- data/node_modules/recast/tsconfig.json +18 -0
- 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/shallow-clone/LICENSE +21 -0
- data/node_modules/shallow-clone/README.md +153 -0
- data/node_modules/shallow-clone/index.js +83 -0
- data/node_modules/shallow-clone/package.json +64 -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/signal-exit/LICENSE.txt +1 -1
- data/node_modules/signal-exit/README.md +21 -56
- data/node_modules/signal-exit/package.json +19 -87
- 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/temp/LICENSE +20 -0
- data/node_modules/temp/README.md +295 -0
- data/node_modules/temp/lib/temp.js +314 -0
- data/node_modules/temp/node_modules/rimraf/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/README.md +101 -0
- data/node_modules/temp/node_modules/rimraf/bin.js +50 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/README.md +378 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/common.js +238 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/glob.js +790 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +230 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +33 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/package.json +55 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/sync.js +486 -0
- data/node_modules/temp/node_modules/rimraf/package.json +29 -0
- data/node_modules/temp/node_modules/rimraf/rimraf.js +364 -0
- data/node_modules/temp/package.json +48 -0
- data/node_modules/tiny-invariant/LICENSE +21 -0
- data/node_modules/tiny-invariant/README.md +109 -0
- data/node_modules/tiny-invariant/dist/esm/package.json +1 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js +17 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.esm.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.js +23 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.min.js +1 -0
- data/node_modules/tiny-invariant/package.json +89 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.flow.js +12 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.ts +48 -0
- data/node_modules/to-fast-properties/index.js +27 -0
- data/node_modules/to-fast-properties/license +10 -0
- data/node_modules/to-fast-properties/package.json +35 -0
- data/node_modules/to-fast-properties/readme.md +37 -0
- data/node_modules/tslib/CopyrightNotice.txt +15 -0
- data/node_modules/tslib/LICENSE.txt +12 -0
- data/node_modules/tslib/README.md +164 -0
- data/node_modules/tslib/SECURITY.md +41 -0
- data/node_modules/tslib/modules/index.d.ts +37 -0
- data/node_modules/tslib/modules/index.js +68 -0
- data/node_modules/tslib/modules/package.json +3 -0
- data/node_modules/tslib/package.json +47 -0
- data/node_modules/tslib/tslib.d.ts +453 -0
- data/node_modules/tslib/tslib.es6.html +1 -0
- data/node_modules/tslib/tslib.es6.js +370 -0
- data/node_modules/tslib/tslib.es6.mjs +370 -0
- data/node_modules/tslib/tslib.html +1 -0
- data/node_modules/tslib/tslib.js +421 -0
- 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-browserslist-db/LICENSE +20 -0
- data/node_modules/update-browserslist-db/README.md +22 -0
- data/node_modules/update-browserslist-db/check-npm-version.js +17 -0
- data/node_modules/update-browserslist-db/cli.js +42 -0
- data/node_modules/update-browserslist-db/index.d.ts +6 -0
- data/node_modules/update-browserslist-db/index.js +333 -0
- data/node_modules/update-browserslist-db/package.json +40 -0
- data/node_modules/update-browserslist-db/utils.js +25 -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/node_modules/write-file-atomic/CHANGELOG.md +0 -7
- data/node_modules/write-file-atomic/README.md +3 -19
- data/node_modules/write-file-atomic/index.js +136 -157
- data/node_modules/write-file-atomic/package.json +13 -20
- data/package.json +8 -2
- metadata +3473 -776
- 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/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/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/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/write-file-atomic/node_modules/signal-exit/LICENSE.txt +0 -16
- data/node_modules/write-file-atomic/node_modules/signal-exit/README.md +0 -39
- data/node_modules/write-file-atomic/node_modules/signal-exit/package.json +0 -38
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch → @babel/core/node_modules/semver}/LICENSE +0 -0
- /data/node_modules/{jsonc-eslint-parser → @babel/core}/node_modules/semver/range.bnf +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch → @babel/helper-compilation-targets/node_modules/lru-cache}/LICENSE +0 -0
- /data/node_modules/{jsonc-eslint-parser/node_modules/semver → @babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist}/LICENSE +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → @babel/highlight}/node_modules/chalk/license +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi → @babel/highlight/node_modules/chalk/node_modules/ansi-styles}/license +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex → @babel/highlight/node_modules/chalk/node_modules/supports-color}/license +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments → @isaacs/cliui/node_modules/strip-ansi}/license +0 -0
- /data/node_modules/{signal-exit → @tufjs/models/node_modules/minimatch}/dist/cjs/package.json +0 -0
- /data/node_modules/{signal-exit → @tufjs/models/node_modules/minimatch}/dist/mjs/package.json +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 → 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/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js.map +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/index.d.ts +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/package.json +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/readme.md +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/source/index.js +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/source/templates.js +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → jscodeshift}/node_modules/chalk/source/util.js +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → node-dir}/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → node-dir}/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → node-dir}/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/index.js +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/signals.js +0 -0
- /data/node_modules/{@aashutoshrathi/word-wrap → word-wrap}/LICENSE +0 -0
@@ -1,4333 +0,0 @@
|
|
1
|
-
'use strict';
|
2
|
-
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
4
|
-
|
5
|
-
var debugOrig = require('debug');
|
6
|
-
var fs = require('fs');
|
7
|
-
var importFresh = require('import-fresh');
|
8
|
-
var Module = require('module');
|
9
|
-
var path = require('path');
|
10
|
-
var stripComments = require('strip-json-comments');
|
11
|
-
var assert = require('assert');
|
12
|
-
var ignore = require('ignore');
|
13
|
-
var util = require('util');
|
14
|
-
var minimatch = require('minimatch');
|
15
|
-
var Ajv = require('ajv');
|
16
|
-
var globals = require('globals');
|
17
|
-
var os = require('os');
|
18
|
-
|
19
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
20
|
-
|
21
|
-
var debugOrig__default = /*#__PURE__*/_interopDefaultLegacy(debugOrig);
|
22
|
-
var fs__default = /*#__PURE__*/_interopDefaultLegacy(fs);
|
23
|
-
var importFresh__default = /*#__PURE__*/_interopDefaultLegacy(importFresh);
|
24
|
-
var Module__default = /*#__PURE__*/_interopDefaultLegacy(Module);
|
25
|
-
var path__default = /*#__PURE__*/_interopDefaultLegacy(path);
|
26
|
-
var stripComments__default = /*#__PURE__*/_interopDefaultLegacy(stripComments);
|
27
|
-
var assert__default = /*#__PURE__*/_interopDefaultLegacy(assert);
|
28
|
-
var ignore__default = /*#__PURE__*/_interopDefaultLegacy(ignore);
|
29
|
-
var util__default = /*#__PURE__*/_interopDefaultLegacy(util);
|
30
|
-
var minimatch__default = /*#__PURE__*/_interopDefaultLegacy(minimatch);
|
31
|
-
var Ajv__default = /*#__PURE__*/_interopDefaultLegacy(Ajv);
|
32
|
-
var globals__default = /*#__PURE__*/_interopDefaultLegacy(globals);
|
33
|
-
var os__default = /*#__PURE__*/_interopDefaultLegacy(os);
|
34
|
-
|
35
|
-
/**
|
36
|
-
* @fileoverview `IgnorePattern` class.
|
37
|
-
*
|
38
|
-
* `IgnorePattern` class has the set of glob patterns and the base path.
|
39
|
-
*
|
40
|
-
* It provides two static methods.
|
41
|
-
*
|
42
|
-
* - `IgnorePattern.createDefaultIgnore(cwd)`
|
43
|
-
* Create the default predicate function.
|
44
|
-
* - `IgnorePattern.createIgnore(ignorePatterns)`
|
45
|
-
* Create the predicate function from multiple `IgnorePattern` objects.
|
46
|
-
*
|
47
|
-
* It provides two properties and a method.
|
48
|
-
*
|
49
|
-
* - `patterns`
|
50
|
-
* The glob patterns that ignore to lint.
|
51
|
-
* - `basePath`
|
52
|
-
* The base path of the glob patterns. If absolute paths existed in the
|
53
|
-
* glob patterns, those are handled as relative paths to the base path.
|
54
|
-
* - `getPatternsRelativeTo(basePath)`
|
55
|
-
* Get `patterns` as modified for a given base path. It modifies the
|
56
|
-
* absolute paths in the patterns as prepending the difference of two base
|
57
|
-
* paths.
|
58
|
-
*
|
59
|
-
* `ConfigArrayFactory` creates `IgnorePattern` objects when it processes
|
60
|
-
* `ignorePatterns` properties.
|
61
|
-
*
|
62
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
63
|
-
*/
|
64
|
-
|
65
|
-
const debug$3 = debugOrig__default["default"]("eslintrc:ignore-pattern");
|
66
|
-
|
67
|
-
/** @typedef {ReturnType<import("ignore").default>} Ignore */
|
68
|
-
|
69
|
-
//------------------------------------------------------------------------------
|
70
|
-
// Helpers
|
71
|
-
//------------------------------------------------------------------------------
|
72
|
-
|
73
|
-
/**
|
74
|
-
* Get the path to the common ancestor directory of given paths.
|
75
|
-
* @param {string[]} sourcePaths The paths to calculate the common ancestor.
|
76
|
-
* @returns {string} The path to the common ancestor directory.
|
77
|
-
*/
|
78
|
-
function getCommonAncestorPath(sourcePaths) {
|
79
|
-
let result = sourcePaths[0];
|
80
|
-
|
81
|
-
for (let i = 1; i < sourcePaths.length; ++i) {
|
82
|
-
const a = result;
|
83
|
-
const b = sourcePaths[i];
|
84
|
-
|
85
|
-
// Set the shorter one (it's the common ancestor if one includes the other).
|
86
|
-
result = a.length < b.length ? a : b;
|
87
|
-
|
88
|
-
// Set the common ancestor.
|
89
|
-
for (let j = 0, lastSepPos = 0; j < a.length && j < b.length; ++j) {
|
90
|
-
if (a[j] !== b[j]) {
|
91
|
-
result = a.slice(0, lastSepPos);
|
92
|
-
break;
|
93
|
-
}
|
94
|
-
if (a[j] === path__default["default"].sep) {
|
95
|
-
lastSepPos = j;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
99
|
-
|
100
|
-
let resolvedResult = result || path__default["default"].sep;
|
101
|
-
|
102
|
-
// if Windows common ancestor is root of drive must have trailing slash to be absolute.
|
103
|
-
if (resolvedResult && resolvedResult.endsWith(":") && process.platform === "win32") {
|
104
|
-
resolvedResult += path__default["default"].sep;
|
105
|
-
}
|
106
|
-
return resolvedResult;
|
107
|
-
}
|
108
|
-
|
109
|
-
/**
|
110
|
-
* Make relative path.
|
111
|
-
* @param {string} from The source path to get relative path.
|
112
|
-
* @param {string} to The destination path to get relative path.
|
113
|
-
* @returns {string} The relative path.
|
114
|
-
*/
|
115
|
-
function relative(from, to) {
|
116
|
-
const relPath = path__default["default"].relative(from, to);
|
117
|
-
|
118
|
-
if (path__default["default"].sep === "/") {
|
119
|
-
return relPath;
|
120
|
-
}
|
121
|
-
return relPath.split(path__default["default"].sep).join("/");
|
122
|
-
}
|
123
|
-
|
124
|
-
/**
|
125
|
-
* Get the trailing slash if existed.
|
126
|
-
* @param {string} filePath The path to check.
|
127
|
-
* @returns {string} The trailing slash if existed.
|
128
|
-
*/
|
129
|
-
function dirSuffix(filePath) {
|
130
|
-
const isDir = (
|
131
|
-
filePath.endsWith(path__default["default"].sep) ||
|
132
|
-
(process.platform === "win32" && filePath.endsWith("/"))
|
133
|
-
);
|
134
|
-
|
135
|
-
return isDir ? "/" : "";
|
136
|
-
}
|
137
|
-
|
138
|
-
const DefaultPatterns = Object.freeze(["/**/node_modules/*"]);
|
139
|
-
const DotPatterns = Object.freeze([".*", "!.eslintrc.*", "!../"]);
|
140
|
-
|
141
|
-
//------------------------------------------------------------------------------
|
142
|
-
// Public
|
143
|
-
//------------------------------------------------------------------------------
|
144
|
-
|
145
|
-
class IgnorePattern {
|
146
|
-
|
147
|
-
/**
|
148
|
-
* The default patterns.
|
149
|
-
* @type {string[]}
|
150
|
-
*/
|
151
|
-
static get DefaultPatterns() {
|
152
|
-
return DefaultPatterns;
|
153
|
-
}
|
154
|
-
|
155
|
-
/**
|
156
|
-
* Create the default predicate function.
|
157
|
-
* @param {string} cwd The current working directory.
|
158
|
-
* @returns {((filePath:string, dot:boolean) => boolean) & {basePath:string; patterns:string[]}}
|
159
|
-
* The preficate function.
|
160
|
-
* The first argument is an absolute path that is checked.
|
161
|
-
* The second argument is the flag to not ignore dotfiles.
|
162
|
-
* If the predicate function returned `true`, it means the path should be ignored.
|
163
|
-
*/
|
164
|
-
static createDefaultIgnore(cwd) {
|
165
|
-
return this.createIgnore([new IgnorePattern(DefaultPatterns, cwd)]);
|
166
|
-
}
|
167
|
-
|
168
|
-
/**
|
169
|
-
* Create the predicate function from multiple `IgnorePattern` objects.
|
170
|
-
* @param {IgnorePattern[]} ignorePatterns The list of ignore patterns.
|
171
|
-
* @returns {((filePath:string, dot?:boolean) => boolean) & {basePath:string; patterns:string[]}}
|
172
|
-
* The preficate function.
|
173
|
-
* The first argument is an absolute path that is checked.
|
174
|
-
* The second argument is the flag to not ignore dotfiles.
|
175
|
-
* If the predicate function returned `true`, it means the path should be ignored.
|
176
|
-
*/
|
177
|
-
static createIgnore(ignorePatterns) {
|
178
|
-
debug$3("Create with: %o", ignorePatterns);
|
179
|
-
|
180
|
-
const basePath = getCommonAncestorPath(ignorePatterns.map(p => p.basePath));
|
181
|
-
const patterns = [].concat(
|
182
|
-
...ignorePatterns.map(p => p.getPatternsRelativeTo(basePath))
|
183
|
-
);
|
184
|
-
const ig = ignore__default["default"]({ allowRelativePaths: true }).add([...DotPatterns, ...patterns]);
|
185
|
-
const dotIg = ignore__default["default"]({ allowRelativePaths: true }).add(patterns);
|
186
|
-
|
187
|
-
debug$3(" processed: %o", { basePath, patterns });
|
188
|
-
|
189
|
-
return Object.assign(
|
190
|
-
(filePath, dot = false) => {
|
191
|
-
assert__default["default"](path__default["default"].isAbsolute(filePath), "'filePath' should be an absolute path.");
|
192
|
-
const relPathRaw = relative(basePath, filePath);
|
193
|
-
const relPath = relPathRaw && (relPathRaw + dirSuffix(filePath));
|
194
|
-
const adoptedIg = dot ? dotIg : ig;
|
195
|
-
const result = relPath !== "" && adoptedIg.ignores(relPath);
|
196
|
-
|
197
|
-
debug$3("Check", { filePath, dot, relativePath: relPath, result });
|
198
|
-
return result;
|
199
|
-
},
|
200
|
-
{ basePath, patterns }
|
201
|
-
);
|
202
|
-
}
|
203
|
-
|
204
|
-
/**
|
205
|
-
* Initialize a new `IgnorePattern` instance.
|
206
|
-
* @param {string[]} patterns The glob patterns that ignore to lint.
|
207
|
-
* @param {string} basePath The base path of `patterns`.
|
208
|
-
*/
|
209
|
-
constructor(patterns, basePath) {
|
210
|
-
assert__default["default"](path__default["default"].isAbsolute(basePath), "'basePath' should be an absolute path.");
|
211
|
-
|
212
|
-
/**
|
213
|
-
* The glob patterns that ignore to lint.
|
214
|
-
* @type {string[]}
|
215
|
-
*/
|
216
|
-
this.patterns = patterns;
|
217
|
-
|
218
|
-
/**
|
219
|
-
* The base path of `patterns`.
|
220
|
-
* @type {string}
|
221
|
-
*/
|
222
|
-
this.basePath = basePath;
|
223
|
-
|
224
|
-
/**
|
225
|
-
* If `true` then patterns which don't start with `/` will match the paths to the outside of `basePath`. Defaults to `false`.
|
226
|
-
*
|
227
|
-
* It's set `true` for `.eslintignore`, `package.json`, and `--ignore-path` for backward compatibility.
|
228
|
-
* It's `false` as-is for `ignorePatterns` property in config files.
|
229
|
-
* @type {boolean}
|
230
|
-
*/
|
231
|
-
this.loose = false;
|
232
|
-
}
|
233
|
-
|
234
|
-
/**
|
235
|
-
* Get `patterns` as modified for a given base path. It modifies the
|
236
|
-
* absolute paths in the patterns as prepending the difference of two base
|
237
|
-
* paths.
|
238
|
-
* @param {string} newBasePath The base path.
|
239
|
-
* @returns {string[]} Modifired patterns.
|
240
|
-
*/
|
241
|
-
getPatternsRelativeTo(newBasePath) {
|
242
|
-
assert__default["default"](path__default["default"].isAbsolute(newBasePath), "'newBasePath' should be an absolute path.");
|
243
|
-
const { basePath, loose, patterns } = this;
|
244
|
-
|
245
|
-
if (newBasePath === basePath) {
|
246
|
-
return patterns;
|
247
|
-
}
|
248
|
-
const prefix = `/${relative(newBasePath, basePath)}`;
|
249
|
-
|
250
|
-
return patterns.map(pattern => {
|
251
|
-
const negative = pattern.startsWith("!");
|
252
|
-
const head = negative ? "!" : "";
|
253
|
-
const body = negative ? pattern.slice(1) : pattern;
|
254
|
-
|
255
|
-
if (body.startsWith("/") || body.startsWith("../")) {
|
256
|
-
return `${head}${prefix}${body}`;
|
257
|
-
}
|
258
|
-
return loose ? pattern : `${head}${prefix}/**/${body}`;
|
259
|
-
});
|
260
|
-
}
|
261
|
-
}
|
262
|
-
|
263
|
-
/**
|
264
|
-
* @fileoverview `ExtractedConfig` class.
|
265
|
-
*
|
266
|
-
* `ExtractedConfig` class expresses a final configuration for a specific file.
|
267
|
-
*
|
268
|
-
* It provides one method.
|
269
|
-
*
|
270
|
-
* - `toCompatibleObjectAsConfigFileContent()`
|
271
|
-
* Convert this configuration to the compatible object as the content of
|
272
|
-
* config files. It converts the loaded parser and plugins to strings.
|
273
|
-
* `CLIEngine#getConfigForFile(filePath)` method uses this method.
|
274
|
-
*
|
275
|
-
* `ConfigArray#extractConfig(filePath)` creates a `ExtractedConfig` instance.
|
276
|
-
*
|
277
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
278
|
-
*/
|
279
|
-
|
280
|
-
// For VSCode intellisense
|
281
|
-
/** @typedef {import("../../shared/types").ConfigData} ConfigData */
|
282
|
-
/** @typedef {import("../../shared/types").GlobalConf} GlobalConf */
|
283
|
-
/** @typedef {import("../../shared/types").SeverityConf} SeverityConf */
|
284
|
-
/** @typedef {import("./config-dependency").DependentParser} DependentParser */
|
285
|
-
/** @typedef {import("./config-dependency").DependentPlugin} DependentPlugin */
|
286
|
-
|
287
|
-
/**
|
288
|
-
* Check if `xs` starts with `ys`.
|
289
|
-
* @template T
|
290
|
-
* @param {T[]} xs The array to check.
|
291
|
-
* @param {T[]} ys The array that may be the first part of `xs`.
|
292
|
-
* @returns {boolean} `true` if `xs` starts with `ys`.
|
293
|
-
*/
|
294
|
-
function startsWith(xs, ys) {
|
295
|
-
return xs.length >= ys.length && ys.every((y, i) => y === xs[i]);
|
296
|
-
}
|
297
|
-
|
298
|
-
/**
|
299
|
-
* The class for extracted config data.
|
300
|
-
*/
|
301
|
-
class ExtractedConfig {
|
302
|
-
constructor() {
|
303
|
-
|
304
|
-
/**
|
305
|
-
* The config name what `noInlineConfig` setting came from.
|
306
|
-
* @type {string}
|
307
|
-
*/
|
308
|
-
this.configNameOfNoInlineConfig = "";
|
309
|
-
|
310
|
-
/**
|
311
|
-
* Environments.
|
312
|
-
* @type {Record<string, boolean>}
|
313
|
-
*/
|
314
|
-
this.env = {};
|
315
|
-
|
316
|
-
/**
|
317
|
-
* Global variables.
|
318
|
-
* @type {Record<string, GlobalConf>}
|
319
|
-
*/
|
320
|
-
this.globals = {};
|
321
|
-
|
322
|
-
/**
|
323
|
-
* The glob patterns that ignore to lint.
|
324
|
-
* @type {(((filePath:string, dot?:boolean) => boolean) & { basePath:string; patterns:string[] }) | undefined}
|
325
|
-
*/
|
326
|
-
this.ignores = void 0;
|
327
|
-
|
328
|
-
/**
|
329
|
-
* The flag that disables directive comments.
|
330
|
-
* @type {boolean|undefined}
|
331
|
-
*/
|
332
|
-
this.noInlineConfig = void 0;
|
333
|
-
|
334
|
-
/**
|
335
|
-
* Parser definition.
|
336
|
-
* @type {DependentParser|null}
|
337
|
-
*/
|
338
|
-
this.parser = null;
|
339
|
-
|
340
|
-
/**
|
341
|
-
* Options for the parser.
|
342
|
-
* @type {Object}
|
343
|
-
*/
|
344
|
-
this.parserOptions = {};
|
345
|
-
|
346
|
-
/**
|
347
|
-
* Plugin definitions.
|
348
|
-
* @type {Record<string, DependentPlugin>}
|
349
|
-
*/
|
350
|
-
this.plugins = {};
|
351
|
-
|
352
|
-
/**
|
353
|
-
* Processor ID.
|
354
|
-
* @type {string|null}
|
355
|
-
*/
|
356
|
-
this.processor = null;
|
357
|
-
|
358
|
-
/**
|
359
|
-
* The flag that reports unused `eslint-disable` directive comments.
|
360
|
-
* @type {boolean|undefined}
|
361
|
-
*/
|
362
|
-
this.reportUnusedDisableDirectives = void 0;
|
363
|
-
|
364
|
-
/**
|
365
|
-
* Rule settings.
|
366
|
-
* @type {Record<string, [SeverityConf, ...any[]]>}
|
367
|
-
*/
|
368
|
-
this.rules = {};
|
369
|
-
|
370
|
-
/**
|
371
|
-
* Shared settings.
|
372
|
-
* @type {Object}
|
373
|
-
*/
|
374
|
-
this.settings = {};
|
375
|
-
}
|
376
|
-
|
377
|
-
/**
|
378
|
-
* Convert this config to the compatible object as a config file content.
|
379
|
-
* @returns {ConfigData} The converted object.
|
380
|
-
*/
|
381
|
-
toCompatibleObjectAsConfigFileContent() {
|
382
|
-
const {
|
383
|
-
/* eslint-disable no-unused-vars */
|
384
|
-
configNameOfNoInlineConfig: _ignore1,
|
385
|
-
processor: _ignore2,
|
386
|
-
/* eslint-enable no-unused-vars */
|
387
|
-
ignores,
|
388
|
-
...config
|
389
|
-
} = this;
|
390
|
-
|
391
|
-
config.parser = config.parser && config.parser.filePath;
|
392
|
-
config.plugins = Object.keys(config.plugins).filter(Boolean).reverse();
|
393
|
-
config.ignorePatterns = ignores ? ignores.patterns : [];
|
394
|
-
|
395
|
-
// Strip the default patterns from `ignorePatterns`.
|
396
|
-
if (startsWith(config.ignorePatterns, IgnorePattern.DefaultPatterns)) {
|
397
|
-
config.ignorePatterns =
|
398
|
-
config.ignorePatterns.slice(IgnorePattern.DefaultPatterns.length);
|
399
|
-
}
|
400
|
-
|
401
|
-
return config;
|
402
|
-
}
|
403
|
-
}
|
404
|
-
|
405
|
-
/**
|
406
|
-
* @fileoverview `ConfigArray` class.
|
407
|
-
*
|
408
|
-
* `ConfigArray` class expresses the full of a configuration. It has the entry
|
409
|
-
* config file, base config files that were extended, loaded parsers, and loaded
|
410
|
-
* plugins.
|
411
|
-
*
|
412
|
-
* `ConfigArray` class provides three properties and two methods.
|
413
|
-
*
|
414
|
-
* - `pluginEnvironments`
|
415
|
-
* - `pluginProcessors`
|
416
|
-
* - `pluginRules`
|
417
|
-
* The `Map` objects that contain the members of all plugins that this
|
418
|
-
* config array contains. Those map objects don't have mutation methods.
|
419
|
-
* Those keys are the member ID such as `pluginId/memberName`.
|
420
|
-
* - `isRoot()`
|
421
|
-
* If `true` then this configuration has `root:true` property.
|
422
|
-
* - `extractConfig(filePath)`
|
423
|
-
* Extract the final configuration for a given file. This means merging
|
424
|
-
* every config array element which that `criteria` property matched. The
|
425
|
-
* `filePath` argument must be an absolute path.
|
426
|
-
*
|
427
|
-
* `ConfigArrayFactory` provides the loading logic of config files.
|
428
|
-
*
|
429
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
430
|
-
*/
|
431
|
-
|
432
|
-
//------------------------------------------------------------------------------
|
433
|
-
// Helpers
|
434
|
-
//------------------------------------------------------------------------------
|
435
|
-
|
436
|
-
// Define types for VSCode IntelliSense.
|
437
|
-
/** @typedef {import("../../shared/types").Environment} Environment */
|
438
|
-
/** @typedef {import("../../shared/types").GlobalConf} GlobalConf */
|
439
|
-
/** @typedef {import("../../shared/types").RuleConf} RuleConf */
|
440
|
-
/** @typedef {import("../../shared/types").Rule} Rule */
|
441
|
-
/** @typedef {import("../../shared/types").Plugin} Plugin */
|
442
|
-
/** @typedef {import("../../shared/types").Processor} Processor */
|
443
|
-
/** @typedef {import("./config-dependency").DependentParser} DependentParser */
|
444
|
-
/** @typedef {import("./config-dependency").DependentPlugin} DependentPlugin */
|
445
|
-
/** @typedef {import("./override-tester")["OverrideTester"]} OverrideTester */
|
446
|
-
|
447
|
-
/**
|
448
|
-
* @typedef {Object} ConfigArrayElement
|
449
|
-
* @property {string} name The name of this config element.
|
450
|
-
* @property {string} filePath The path to the source file of this config element.
|
451
|
-
* @property {InstanceType<OverrideTester>|null} criteria The tester for the `files` and `excludedFiles` of this config element.
|
452
|
-
* @property {Record<string, boolean>|undefined} env The environment settings.
|
453
|
-
* @property {Record<string, GlobalConf>|undefined} globals The global variable settings.
|
454
|
-
* @property {IgnorePattern|undefined} ignorePattern The ignore patterns.
|
455
|
-
* @property {boolean|undefined} noInlineConfig The flag that disables directive comments.
|
456
|
-
* @property {DependentParser|undefined} parser The parser loader.
|
457
|
-
* @property {Object|undefined} parserOptions The parser options.
|
458
|
-
* @property {Record<string, DependentPlugin>|undefined} plugins The plugin loaders.
|
459
|
-
* @property {string|undefined} processor The processor name to refer plugin's processor.
|
460
|
-
* @property {boolean|undefined} reportUnusedDisableDirectives The flag to report unused `eslint-disable` comments.
|
461
|
-
* @property {boolean|undefined} root The flag to express root.
|
462
|
-
* @property {Record<string, RuleConf>|undefined} rules The rule settings
|
463
|
-
* @property {Object|undefined} settings The shared settings.
|
464
|
-
* @property {"config" | "ignore" | "implicit-processor"} type The element type.
|
465
|
-
*/
|
466
|
-
|
467
|
-
/**
|
468
|
-
* @typedef {Object} ConfigArrayInternalSlots
|
469
|
-
* @property {Map<string, ExtractedConfig>} cache The cache to extract configs.
|
470
|
-
* @property {ReadonlyMap<string, Environment>|null} envMap The map from environment ID to environment definition.
|
471
|
-
* @property {ReadonlyMap<string, Processor>|null} processorMap The map from processor ID to environment definition.
|
472
|
-
* @property {ReadonlyMap<string, Rule>|null} ruleMap The map from rule ID to rule definition.
|
473
|
-
*/
|
474
|
-
|
475
|
-
/** @type {WeakMap<ConfigArray, ConfigArrayInternalSlots>} */
|
476
|
-
const internalSlotsMap$2 = new class extends WeakMap {
|
477
|
-
get(key) {
|
478
|
-
let value = super.get(key);
|
479
|
-
|
480
|
-
if (!value) {
|
481
|
-
value = {
|
482
|
-
cache: new Map(),
|
483
|
-
envMap: null,
|
484
|
-
processorMap: null,
|
485
|
-
ruleMap: null
|
486
|
-
};
|
487
|
-
super.set(key, value);
|
488
|
-
}
|
489
|
-
|
490
|
-
return value;
|
491
|
-
}
|
492
|
-
}();
|
493
|
-
|
494
|
-
/**
|
495
|
-
* Get the indices which are matched to a given file.
|
496
|
-
* @param {ConfigArrayElement[]} elements The elements.
|
497
|
-
* @param {string} filePath The path to a target file.
|
498
|
-
* @returns {number[]} The indices.
|
499
|
-
*/
|
500
|
-
function getMatchedIndices(elements, filePath) {
|
501
|
-
const indices = [];
|
502
|
-
|
503
|
-
for (let i = elements.length - 1; i >= 0; --i) {
|
504
|
-
const element = elements[i];
|
505
|
-
|
506
|
-
if (!element.criteria || (filePath && element.criteria.test(filePath))) {
|
507
|
-
indices.push(i);
|
508
|
-
}
|
509
|
-
}
|
510
|
-
|
511
|
-
return indices;
|
512
|
-
}
|
513
|
-
|
514
|
-
/**
|
515
|
-
* Check if a value is a non-null object.
|
516
|
-
* @param {any} x The value to check.
|
517
|
-
* @returns {boolean} `true` if the value is a non-null object.
|
518
|
-
*/
|
519
|
-
function isNonNullObject(x) {
|
520
|
-
return typeof x === "object" && x !== null;
|
521
|
-
}
|
522
|
-
|
523
|
-
/**
|
524
|
-
* Merge two objects.
|
525
|
-
*
|
526
|
-
* Assign every property values of `y` to `x` if `x` doesn't have the property.
|
527
|
-
* If `x`'s property value is an object, it does recursive.
|
528
|
-
* @param {Object} target The destination to merge
|
529
|
-
* @param {Object|undefined} source The source to merge.
|
530
|
-
* @returns {void}
|
531
|
-
*/
|
532
|
-
function mergeWithoutOverwrite(target, source) {
|
533
|
-
if (!isNonNullObject(source)) {
|
534
|
-
return;
|
535
|
-
}
|
536
|
-
|
537
|
-
for (const key of Object.keys(source)) {
|
538
|
-
if (key === "__proto__") {
|
539
|
-
continue;
|
540
|
-
}
|
541
|
-
|
542
|
-
if (isNonNullObject(target[key])) {
|
543
|
-
mergeWithoutOverwrite(target[key], source[key]);
|
544
|
-
} else if (target[key] === void 0) {
|
545
|
-
if (isNonNullObject(source[key])) {
|
546
|
-
target[key] = Array.isArray(source[key]) ? [] : {};
|
547
|
-
mergeWithoutOverwrite(target[key], source[key]);
|
548
|
-
} else if (source[key] !== void 0) {
|
549
|
-
target[key] = source[key];
|
550
|
-
}
|
551
|
-
}
|
552
|
-
}
|
553
|
-
}
|
554
|
-
|
555
|
-
/**
|
556
|
-
* The error for plugin conflicts.
|
557
|
-
*/
|
558
|
-
class PluginConflictError extends Error {
|
559
|
-
|
560
|
-
/**
|
561
|
-
* Initialize this error object.
|
562
|
-
* @param {string} pluginId The plugin ID.
|
563
|
-
* @param {{filePath:string, importerName:string}[]} plugins The resolved plugins.
|
564
|
-
*/
|
565
|
-
constructor(pluginId, plugins) {
|
566
|
-
super(`Plugin "${pluginId}" was conflicted between ${plugins.map(p => `"${p.importerName}"`).join(" and ")}.`);
|
567
|
-
this.messageTemplate = "plugin-conflict";
|
568
|
-
this.messageData = { pluginId, plugins };
|
569
|
-
}
|
570
|
-
}
|
571
|
-
|
572
|
-
/**
|
573
|
-
* Merge plugins.
|
574
|
-
* `target`'s definition is prior to `source`'s.
|
575
|
-
* @param {Record<string, DependentPlugin>} target The destination to merge
|
576
|
-
* @param {Record<string, DependentPlugin>|undefined} source The source to merge.
|
577
|
-
* @returns {void}
|
578
|
-
*/
|
579
|
-
function mergePlugins(target, source) {
|
580
|
-
if (!isNonNullObject(source)) {
|
581
|
-
return;
|
582
|
-
}
|
583
|
-
|
584
|
-
for (const key of Object.keys(source)) {
|
585
|
-
if (key === "__proto__") {
|
586
|
-
continue;
|
587
|
-
}
|
588
|
-
const targetValue = target[key];
|
589
|
-
const sourceValue = source[key];
|
590
|
-
|
591
|
-
// Adopt the plugin which was found at first.
|
592
|
-
if (targetValue === void 0) {
|
593
|
-
if (sourceValue.error) {
|
594
|
-
throw sourceValue.error;
|
595
|
-
}
|
596
|
-
target[key] = sourceValue;
|
597
|
-
} else if (sourceValue.filePath !== targetValue.filePath) {
|
598
|
-
throw new PluginConflictError(key, [
|
599
|
-
{
|
600
|
-
filePath: targetValue.filePath,
|
601
|
-
importerName: targetValue.importerName
|
602
|
-
},
|
603
|
-
{
|
604
|
-
filePath: sourceValue.filePath,
|
605
|
-
importerName: sourceValue.importerName
|
606
|
-
}
|
607
|
-
]);
|
608
|
-
}
|
609
|
-
}
|
610
|
-
}
|
611
|
-
|
612
|
-
/**
|
613
|
-
* Merge rule configs.
|
614
|
-
* `target`'s definition is prior to `source`'s.
|
615
|
-
* @param {Record<string, Array>} target The destination to merge
|
616
|
-
* @param {Record<string, RuleConf>|undefined} source The source to merge.
|
617
|
-
* @returns {void}
|
618
|
-
*/
|
619
|
-
function mergeRuleConfigs(target, source) {
|
620
|
-
if (!isNonNullObject(source)) {
|
621
|
-
return;
|
622
|
-
}
|
623
|
-
|
624
|
-
for (const key of Object.keys(source)) {
|
625
|
-
if (key === "__proto__") {
|
626
|
-
continue;
|
627
|
-
}
|
628
|
-
const targetDef = target[key];
|
629
|
-
const sourceDef = source[key];
|
630
|
-
|
631
|
-
// Adopt the rule config which was found at first.
|
632
|
-
if (targetDef === void 0) {
|
633
|
-
if (Array.isArray(sourceDef)) {
|
634
|
-
target[key] = [...sourceDef];
|
635
|
-
} else {
|
636
|
-
target[key] = [sourceDef];
|
637
|
-
}
|
638
|
-
|
639
|
-
/*
|
640
|
-
* If the first found rule config is severity only and the current rule
|
641
|
-
* config has options, merge the severity and the options.
|
642
|
-
*/
|
643
|
-
} else if (
|
644
|
-
targetDef.length === 1 &&
|
645
|
-
Array.isArray(sourceDef) &&
|
646
|
-
sourceDef.length >= 2
|
647
|
-
) {
|
648
|
-
targetDef.push(...sourceDef.slice(1));
|
649
|
-
}
|
650
|
-
}
|
651
|
-
}
|
652
|
-
|
653
|
-
/**
|
654
|
-
* Create the extracted config.
|
655
|
-
* @param {ConfigArray} instance The config elements.
|
656
|
-
* @param {number[]} indices The indices to use.
|
657
|
-
* @returns {ExtractedConfig} The extracted config.
|
658
|
-
*/
|
659
|
-
function createConfig(instance, indices) {
|
660
|
-
const config = new ExtractedConfig();
|
661
|
-
const ignorePatterns = [];
|
662
|
-
|
663
|
-
// Merge elements.
|
664
|
-
for (const index of indices) {
|
665
|
-
const element = instance[index];
|
666
|
-
|
667
|
-
// Adopt the parser which was found at first.
|
668
|
-
if (!config.parser && element.parser) {
|
669
|
-
if (element.parser.error) {
|
670
|
-
throw element.parser.error;
|
671
|
-
}
|
672
|
-
config.parser = element.parser;
|
673
|
-
}
|
674
|
-
|
675
|
-
// Adopt the processor which was found at first.
|
676
|
-
if (!config.processor && element.processor) {
|
677
|
-
config.processor = element.processor;
|
678
|
-
}
|
679
|
-
|
680
|
-
// Adopt the noInlineConfig which was found at first.
|
681
|
-
if (config.noInlineConfig === void 0 && element.noInlineConfig !== void 0) {
|
682
|
-
config.noInlineConfig = element.noInlineConfig;
|
683
|
-
config.configNameOfNoInlineConfig = element.name;
|
684
|
-
}
|
685
|
-
|
686
|
-
// Adopt the reportUnusedDisableDirectives which was found at first.
|
687
|
-
if (config.reportUnusedDisableDirectives === void 0 && element.reportUnusedDisableDirectives !== void 0) {
|
688
|
-
config.reportUnusedDisableDirectives = element.reportUnusedDisableDirectives;
|
689
|
-
}
|
690
|
-
|
691
|
-
// Collect ignorePatterns
|
692
|
-
if (element.ignorePattern) {
|
693
|
-
ignorePatterns.push(element.ignorePattern);
|
694
|
-
}
|
695
|
-
|
696
|
-
// Merge others.
|
697
|
-
mergeWithoutOverwrite(config.env, element.env);
|
698
|
-
mergeWithoutOverwrite(config.globals, element.globals);
|
699
|
-
mergeWithoutOverwrite(config.parserOptions, element.parserOptions);
|
700
|
-
mergeWithoutOverwrite(config.settings, element.settings);
|
701
|
-
mergePlugins(config.plugins, element.plugins);
|
702
|
-
mergeRuleConfigs(config.rules, element.rules);
|
703
|
-
}
|
704
|
-
|
705
|
-
// Create the predicate function for ignore patterns.
|
706
|
-
if (ignorePatterns.length > 0) {
|
707
|
-
config.ignores = IgnorePattern.createIgnore(ignorePatterns.reverse());
|
708
|
-
}
|
709
|
-
|
710
|
-
return config;
|
711
|
-
}
|
712
|
-
|
713
|
-
/**
|
714
|
-
* Collect definitions.
|
715
|
-
* @template T, U
|
716
|
-
* @param {string} pluginId The plugin ID for prefix.
|
717
|
-
* @param {Record<string,T>} defs The definitions to collect.
|
718
|
-
* @param {Map<string, U>} map The map to output.
|
719
|
-
* @param {function(T): U} [normalize] The normalize function for each value.
|
720
|
-
* @returns {void}
|
721
|
-
*/
|
722
|
-
function collect(pluginId, defs, map, normalize) {
|
723
|
-
if (defs) {
|
724
|
-
const prefix = pluginId && `${pluginId}/`;
|
725
|
-
|
726
|
-
for (const [key, value] of Object.entries(defs)) {
|
727
|
-
map.set(
|
728
|
-
`${prefix}${key}`,
|
729
|
-
normalize ? normalize(value) : value
|
730
|
-
);
|
731
|
-
}
|
732
|
-
}
|
733
|
-
}
|
734
|
-
|
735
|
-
/**
|
736
|
-
* Normalize a rule definition.
|
737
|
-
* @param {Function|Rule} rule The rule definition to normalize.
|
738
|
-
* @returns {Rule} The normalized rule definition.
|
739
|
-
*/
|
740
|
-
function normalizePluginRule(rule) {
|
741
|
-
return typeof rule === "function" ? { create: rule } : rule;
|
742
|
-
}
|
743
|
-
|
744
|
-
/**
|
745
|
-
* Delete the mutation methods from a given map.
|
746
|
-
* @param {Map<any, any>} map The map object to delete.
|
747
|
-
* @returns {void}
|
748
|
-
*/
|
749
|
-
function deleteMutationMethods(map) {
|
750
|
-
Object.defineProperties(map, {
|
751
|
-
clear: { configurable: true, value: void 0 },
|
752
|
-
delete: { configurable: true, value: void 0 },
|
753
|
-
set: { configurable: true, value: void 0 }
|
754
|
-
});
|
755
|
-
}
|
756
|
-
|
757
|
-
/**
|
758
|
-
* Create `envMap`, `processorMap`, `ruleMap` with the plugins in the config array.
|
759
|
-
* @param {ConfigArrayElement[]} elements The config elements.
|
760
|
-
* @param {ConfigArrayInternalSlots} slots The internal slots.
|
761
|
-
* @returns {void}
|
762
|
-
*/
|
763
|
-
function initPluginMemberMaps(elements, slots) {
|
764
|
-
const processed = new Set();
|
765
|
-
|
766
|
-
slots.envMap = new Map();
|
767
|
-
slots.processorMap = new Map();
|
768
|
-
slots.ruleMap = new Map();
|
769
|
-
|
770
|
-
for (const element of elements) {
|
771
|
-
if (!element.plugins) {
|
772
|
-
continue;
|
773
|
-
}
|
774
|
-
|
775
|
-
for (const [pluginId, value] of Object.entries(element.plugins)) {
|
776
|
-
const plugin = value.definition;
|
777
|
-
|
778
|
-
if (!plugin || processed.has(pluginId)) {
|
779
|
-
continue;
|
780
|
-
}
|
781
|
-
processed.add(pluginId);
|
782
|
-
|
783
|
-
collect(pluginId, plugin.environments, slots.envMap);
|
784
|
-
collect(pluginId, plugin.processors, slots.processorMap);
|
785
|
-
collect(pluginId, plugin.rules, slots.ruleMap, normalizePluginRule);
|
786
|
-
}
|
787
|
-
}
|
788
|
-
|
789
|
-
deleteMutationMethods(slots.envMap);
|
790
|
-
deleteMutationMethods(slots.processorMap);
|
791
|
-
deleteMutationMethods(slots.ruleMap);
|
792
|
-
}
|
793
|
-
|
794
|
-
/**
|
795
|
-
* Create `envMap`, `processorMap`, `ruleMap` with the plugins in the config array.
|
796
|
-
* @param {ConfigArray} instance The config elements.
|
797
|
-
* @returns {ConfigArrayInternalSlots} The extracted config.
|
798
|
-
*/
|
799
|
-
function ensurePluginMemberMaps(instance) {
|
800
|
-
const slots = internalSlotsMap$2.get(instance);
|
801
|
-
|
802
|
-
if (!slots.ruleMap) {
|
803
|
-
initPluginMemberMaps(instance, slots);
|
804
|
-
}
|
805
|
-
|
806
|
-
return slots;
|
807
|
-
}
|
808
|
-
|
809
|
-
//------------------------------------------------------------------------------
|
810
|
-
// Public Interface
|
811
|
-
//------------------------------------------------------------------------------
|
812
|
-
|
813
|
-
/**
|
814
|
-
* The Config Array.
|
815
|
-
*
|
816
|
-
* `ConfigArray` instance contains all settings, parsers, and plugins.
|
817
|
-
* You need to call `ConfigArray#extractConfig(filePath)` method in order to
|
818
|
-
* extract, merge and get only the config data which is related to an arbitrary
|
819
|
-
* file.
|
820
|
-
* @extends {Array<ConfigArrayElement>}
|
821
|
-
*/
|
822
|
-
class ConfigArray extends Array {
|
823
|
-
|
824
|
-
/**
|
825
|
-
* Get the plugin environments.
|
826
|
-
* The returned map cannot be mutated.
|
827
|
-
* @type {ReadonlyMap<string, Environment>} The plugin environments.
|
828
|
-
*/
|
829
|
-
get pluginEnvironments() {
|
830
|
-
return ensurePluginMemberMaps(this).envMap;
|
831
|
-
}
|
832
|
-
|
833
|
-
/**
|
834
|
-
* Get the plugin processors.
|
835
|
-
* The returned map cannot be mutated.
|
836
|
-
* @type {ReadonlyMap<string, Processor>} The plugin processors.
|
837
|
-
*/
|
838
|
-
get pluginProcessors() {
|
839
|
-
return ensurePluginMemberMaps(this).processorMap;
|
840
|
-
}
|
841
|
-
|
842
|
-
/**
|
843
|
-
* Get the plugin rules.
|
844
|
-
* The returned map cannot be mutated.
|
845
|
-
* @returns {ReadonlyMap<string, Rule>} The plugin rules.
|
846
|
-
*/
|
847
|
-
get pluginRules() {
|
848
|
-
return ensurePluginMemberMaps(this).ruleMap;
|
849
|
-
}
|
850
|
-
|
851
|
-
/**
|
852
|
-
* Check if this config has `root` flag.
|
853
|
-
* @returns {boolean} `true` if this config array is root.
|
854
|
-
*/
|
855
|
-
isRoot() {
|
856
|
-
for (let i = this.length - 1; i >= 0; --i) {
|
857
|
-
const root = this[i].root;
|
858
|
-
|
859
|
-
if (typeof root === "boolean") {
|
860
|
-
return root;
|
861
|
-
}
|
862
|
-
}
|
863
|
-
return false;
|
864
|
-
}
|
865
|
-
|
866
|
-
/**
|
867
|
-
* Extract the config data which is related to a given file.
|
868
|
-
* @param {string} filePath The absolute path to the target file.
|
869
|
-
* @returns {ExtractedConfig} The extracted config data.
|
870
|
-
*/
|
871
|
-
extractConfig(filePath) {
|
872
|
-
const { cache } = internalSlotsMap$2.get(this);
|
873
|
-
const indices = getMatchedIndices(this, filePath);
|
874
|
-
const cacheKey = indices.join(",");
|
875
|
-
|
876
|
-
if (!cache.has(cacheKey)) {
|
877
|
-
cache.set(cacheKey, createConfig(this, indices));
|
878
|
-
}
|
879
|
-
|
880
|
-
return cache.get(cacheKey);
|
881
|
-
}
|
882
|
-
|
883
|
-
/**
|
884
|
-
* Check if a given path is an additional lint target.
|
885
|
-
* @param {string} filePath The absolute path to the target file.
|
886
|
-
* @returns {boolean} `true` if the file is an additional lint target.
|
887
|
-
*/
|
888
|
-
isAdditionalTargetPath(filePath) {
|
889
|
-
for (const { criteria, type } of this) {
|
890
|
-
if (
|
891
|
-
type === "config" &&
|
892
|
-
criteria &&
|
893
|
-
!criteria.endsWithWildcard &&
|
894
|
-
criteria.test(filePath)
|
895
|
-
) {
|
896
|
-
return true;
|
897
|
-
}
|
898
|
-
}
|
899
|
-
return false;
|
900
|
-
}
|
901
|
-
}
|
902
|
-
|
903
|
-
/**
|
904
|
-
* Get the used extracted configs.
|
905
|
-
* CLIEngine will use this method to collect used deprecated rules.
|
906
|
-
* @param {ConfigArray} instance The config array object to get.
|
907
|
-
* @returns {ExtractedConfig[]} The used extracted configs.
|
908
|
-
* @private
|
909
|
-
*/
|
910
|
-
function getUsedExtractedConfigs(instance) {
|
911
|
-
const { cache } = internalSlotsMap$2.get(instance);
|
912
|
-
|
913
|
-
return Array.from(cache.values());
|
914
|
-
}
|
915
|
-
|
916
|
-
/**
|
917
|
-
* @fileoverview `ConfigDependency` class.
|
918
|
-
*
|
919
|
-
* `ConfigDependency` class expresses a loaded parser or plugin.
|
920
|
-
*
|
921
|
-
* If the parser or plugin was loaded successfully, it has `definition` property
|
922
|
-
* and `filePath` property. Otherwise, it has `error` property.
|
923
|
-
*
|
924
|
-
* When `JSON.stringify()` converted a `ConfigDependency` object to a JSON, it
|
925
|
-
* omits `definition` property.
|
926
|
-
*
|
927
|
-
* `ConfigArrayFactory` creates `ConfigDependency` objects when it loads parsers
|
928
|
-
* or plugins.
|
929
|
-
*
|
930
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
931
|
-
*/
|
932
|
-
|
933
|
-
/**
|
934
|
-
* The class is to store parsers or plugins.
|
935
|
-
* This class hides the loaded object from `JSON.stringify()` and `console.log`.
|
936
|
-
* @template T
|
937
|
-
*/
|
938
|
-
class ConfigDependency {
|
939
|
-
|
940
|
-
/**
|
941
|
-
* Initialize this instance.
|
942
|
-
* @param {Object} data The dependency data.
|
943
|
-
* @param {T} [data.definition] The dependency if the loading succeeded.
|
944
|
-
* @param {Error} [data.error] The error object if the loading failed.
|
945
|
-
* @param {string} [data.filePath] The actual path to the dependency if the loading succeeded.
|
946
|
-
* @param {string} data.id The ID of this dependency.
|
947
|
-
* @param {string} data.importerName The name of the config file which loads this dependency.
|
948
|
-
* @param {string} data.importerPath The path to the config file which loads this dependency.
|
949
|
-
*/
|
950
|
-
constructor({
|
951
|
-
definition = null,
|
952
|
-
error = null,
|
953
|
-
filePath = null,
|
954
|
-
id,
|
955
|
-
importerName,
|
956
|
-
importerPath
|
957
|
-
}) {
|
958
|
-
|
959
|
-
/**
|
960
|
-
* The loaded dependency if the loading succeeded.
|
961
|
-
* @type {T|null}
|
962
|
-
*/
|
963
|
-
this.definition = definition;
|
964
|
-
|
965
|
-
/**
|
966
|
-
* The error object if the loading failed.
|
967
|
-
* @type {Error|null}
|
968
|
-
*/
|
969
|
-
this.error = error;
|
970
|
-
|
971
|
-
/**
|
972
|
-
* The loaded dependency if the loading succeeded.
|
973
|
-
* @type {string|null}
|
974
|
-
*/
|
975
|
-
this.filePath = filePath;
|
976
|
-
|
977
|
-
/**
|
978
|
-
* The ID of this dependency.
|
979
|
-
* @type {string}
|
980
|
-
*/
|
981
|
-
this.id = id;
|
982
|
-
|
983
|
-
/**
|
984
|
-
* The name of the config file which loads this dependency.
|
985
|
-
* @type {string}
|
986
|
-
*/
|
987
|
-
this.importerName = importerName;
|
988
|
-
|
989
|
-
/**
|
990
|
-
* The path to the config file which loads this dependency.
|
991
|
-
* @type {string}
|
992
|
-
*/
|
993
|
-
this.importerPath = importerPath;
|
994
|
-
}
|
995
|
-
|
996
|
-
// eslint-disable-next-line jsdoc/require-description
|
997
|
-
/**
|
998
|
-
* @returns {Object} a JSON compatible object.
|
999
|
-
*/
|
1000
|
-
toJSON() {
|
1001
|
-
const obj = this[util__default["default"].inspect.custom]();
|
1002
|
-
|
1003
|
-
// Display `error.message` (`Error#message` is unenumerable).
|
1004
|
-
if (obj.error instanceof Error) {
|
1005
|
-
obj.error = { ...obj.error, message: obj.error.message };
|
1006
|
-
}
|
1007
|
-
|
1008
|
-
return obj;
|
1009
|
-
}
|
1010
|
-
|
1011
|
-
// eslint-disable-next-line jsdoc/require-description
|
1012
|
-
/**
|
1013
|
-
* @returns {Object} an object to display by `console.log()`.
|
1014
|
-
*/
|
1015
|
-
[util__default["default"].inspect.custom]() {
|
1016
|
-
const {
|
1017
|
-
definition: _ignore, // eslint-disable-line no-unused-vars
|
1018
|
-
...obj
|
1019
|
-
} = this;
|
1020
|
-
|
1021
|
-
return obj;
|
1022
|
-
}
|
1023
|
-
}
|
1024
|
-
|
1025
|
-
/**
|
1026
|
-
* @fileoverview `OverrideTester` class.
|
1027
|
-
*
|
1028
|
-
* `OverrideTester` class handles `files` property and `excludedFiles` property
|
1029
|
-
* of `overrides` config.
|
1030
|
-
*
|
1031
|
-
* It provides one method.
|
1032
|
-
*
|
1033
|
-
* - `test(filePath)`
|
1034
|
-
* Test if a file path matches the pair of `files` property and
|
1035
|
-
* `excludedFiles` property. The `filePath` argument must be an absolute
|
1036
|
-
* path.
|
1037
|
-
*
|
1038
|
-
* `ConfigArrayFactory` creates `OverrideTester` objects when it processes
|
1039
|
-
* `overrides` properties.
|
1040
|
-
*
|
1041
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
1042
|
-
*/
|
1043
|
-
|
1044
|
-
const { Minimatch } = minimatch__default["default"];
|
1045
|
-
|
1046
|
-
const minimatchOpts = { dot: true, matchBase: true };
|
1047
|
-
|
1048
|
-
/**
|
1049
|
-
* @typedef {Object} Pattern
|
1050
|
-
* @property {InstanceType<Minimatch>[] | null} includes The positive matchers.
|
1051
|
-
* @property {InstanceType<Minimatch>[] | null} excludes The negative matchers.
|
1052
|
-
*/
|
1053
|
-
|
1054
|
-
/**
|
1055
|
-
* Normalize a given pattern to an array.
|
1056
|
-
* @param {string|string[]|undefined} patterns A glob pattern or an array of glob patterns.
|
1057
|
-
* @returns {string[]|null} Normalized patterns.
|
1058
|
-
* @private
|
1059
|
-
*/
|
1060
|
-
function normalizePatterns(patterns) {
|
1061
|
-
if (Array.isArray(patterns)) {
|
1062
|
-
return patterns.filter(Boolean);
|
1063
|
-
}
|
1064
|
-
if (typeof patterns === "string" && patterns) {
|
1065
|
-
return [patterns];
|
1066
|
-
}
|
1067
|
-
return [];
|
1068
|
-
}
|
1069
|
-
|
1070
|
-
/**
|
1071
|
-
* Create the matchers of given patterns.
|
1072
|
-
* @param {string[]} patterns The patterns.
|
1073
|
-
* @returns {InstanceType<Minimatch>[] | null} The matchers.
|
1074
|
-
*/
|
1075
|
-
function toMatcher(patterns) {
|
1076
|
-
if (patterns.length === 0) {
|
1077
|
-
return null;
|
1078
|
-
}
|
1079
|
-
return patterns.map(pattern => {
|
1080
|
-
if (/^\.[/\\]/u.test(pattern)) {
|
1081
|
-
return new Minimatch(
|
1082
|
-
pattern.slice(2),
|
1083
|
-
|
1084
|
-
// `./*.js` should not match with `subdir/foo.js`
|
1085
|
-
{ ...minimatchOpts, matchBase: false }
|
1086
|
-
);
|
1087
|
-
}
|
1088
|
-
return new Minimatch(pattern, minimatchOpts);
|
1089
|
-
});
|
1090
|
-
}
|
1091
|
-
|
1092
|
-
/**
|
1093
|
-
* Convert a given matcher to string.
|
1094
|
-
* @param {Pattern} matchers The matchers.
|
1095
|
-
* @returns {string} The string expression of the matcher.
|
1096
|
-
*/
|
1097
|
-
function patternToJson({ includes, excludes }) {
|
1098
|
-
return {
|
1099
|
-
includes: includes && includes.map(m => m.pattern),
|
1100
|
-
excludes: excludes && excludes.map(m => m.pattern)
|
1101
|
-
};
|
1102
|
-
}
|
1103
|
-
|
1104
|
-
/**
|
1105
|
-
* The class to test given paths are matched by the patterns.
|
1106
|
-
*/
|
1107
|
-
class OverrideTester {
|
1108
|
-
|
1109
|
-
/**
|
1110
|
-
* Create a tester with given criteria.
|
1111
|
-
* If there are no criteria, returns `null`.
|
1112
|
-
* @param {string|string[]} files The glob patterns for included files.
|
1113
|
-
* @param {string|string[]} excludedFiles The glob patterns for excluded files.
|
1114
|
-
* @param {string} basePath The path to the base directory to test paths.
|
1115
|
-
* @returns {OverrideTester|null} The created instance or `null`.
|
1116
|
-
*/
|
1117
|
-
static create(files, excludedFiles, basePath) {
|
1118
|
-
const includePatterns = normalizePatterns(files);
|
1119
|
-
const excludePatterns = normalizePatterns(excludedFiles);
|
1120
|
-
let endsWithWildcard = false;
|
1121
|
-
|
1122
|
-
if (includePatterns.length === 0) {
|
1123
|
-
return null;
|
1124
|
-
}
|
1125
|
-
|
1126
|
-
// Rejects absolute paths or relative paths to parents.
|
1127
|
-
for (const pattern of includePatterns) {
|
1128
|
-
if (path__default["default"].isAbsolute(pattern) || pattern.includes("..")) {
|
1129
|
-
throw new Error(`Invalid override pattern (expected relative path not containing '..'): ${pattern}`);
|
1130
|
-
}
|
1131
|
-
if (pattern.endsWith("*")) {
|
1132
|
-
endsWithWildcard = true;
|
1133
|
-
}
|
1134
|
-
}
|
1135
|
-
for (const pattern of excludePatterns) {
|
1136
|
-
if (path__default["default"].isAbsolute(pattern) || pattern.includes("..")) {
|
1137
|
-
throw new Error(`Invalid override pattern (expected relative path not containing '..'): ${pattern}`);
|
1138
|
-
}
|
1139
|
-
}
|
1140
|
-
|
1141
|
-
const includes = toMatcher(includePatterns);
|
1142
|
-
const excludes = toMatcher(excludePatterns);
|
1143
|
-
|
1144
|
-
return new OverrideTester(
|
1145
|
-
[{ includes, excludes }],
|
1146
|
-
basePath,
|
1147
|
-
endsWithWildcard
|
1148
|
-
);
|
1149
|
-
}
|
1150
|
-
|
1151
|
-
/**
|
1152
|
-
* Combine two testers by logical and.
|
1153
|
-
* If either of the testers was `null`, returns the other tester.
|
1154
|
-
* The `basePath` property of the two must be the same value.
|
1155
|
-
* @param {OverrideTester|null} a A tester.
|
1156
|
-
* @param {OverrideTester|null} b Another tester.
|
1157
|
-
* @returns {OverrideTester|null} Combined tester.
|
1158
|
-
*/
|
1159
|
-
static and(a, b) {
|
1160
|
-
if (!b) {
|
1161
|
-
return a && new OverrideTester(
|
1162
|
-
a.patterns,
|
1163
|
-
a.basePath,
|
1164
|
-
a.endsWithWildcard
|
1165
|
-
);
|
1166
|
-
}
|
1167
|
-
if (!a) {
|
1168
|
-
return new OverrideTester(
|
1169
|
-
b.patterns,
|
1170
|
-
b.basePath,
|
1171
|
-
b.endsWithWildcard
|
1172
|
-
);
|
1173
|
-
}
|
1174
|
-
|
1175
|
-
assert__default["default"].strictEqual(a.basePath, b.basePath);
|
1176
|
-
return new OverrideTester(
|
1177
|
-
a.patterns.concat(b.patterns),
|
1178
|
-
a.basePath,
|
1179
|
-
a.endsWithWildcard || b.endsWithWildcard
|
1180
|
-
);
|
1181
|
-
}
|
1182
|
-
|
1183
|
-
/**
|
1184
|
-
* Initialize this instance.
|
1185
|
-
* @param {Pattern[]} patterns The matchers.
|
1186
|
-
* @param {string} basePath The base path.
|
1187
|
-
* @param {boolean} endsWithWildcard If `true` then a pattern ends with `*`.
|
1188
|
-
*/
|
1189
|
-
constructor(patterns, basePath, endsWithWildcard = false) {
|
1190
|
-
|
1191
|
-
/** @type {Pattern[]} */
|
1192
|
-
this.patterns = patterns;
|
1193
|
-
|
1194
|
-
/** @type {string} */
|
1195
|
-
this.basePath = basePath;
|
1196
|
-
|
1197
|
-
/** @type {boolean} */
|
1198
|
-
this.endsWithWildcard = endsWithWildcard;
|
1199
|
-
}
|
1200
|
-
|
1201
|
-
/**
|
1202
|
-
* Test if a given path is matched or not.
|
1203
|
-
* @param {string} filePath The absolute path to the target file.
|
1204
|
-
* @returns {boolean} `true` if the path was matched.
|
1205
|
-
*/
|
1206
|
-
test(filePath) {
|
1207
|
-
if (typeof filePath !== "string" || !path__default["default"].isAbsolute(filePath)) {
|
1208
|
-
throw new Error(`'filePath' should be an absolute path, but got ${filePath}.`);
|
1209
|
-
}
|
1210
|
-
const relativePath = path__default["default"].relative(this.basePath, filePath);
|
1211
|
-
|
1212
|
-
return this.patterns.every(({ includes, excludes }) => (
|
1213
|
-
(!includes || includes.some(m => m.match(relativePath))) &&
|
1214
|
-
(!excludes || !excludes.some(m => m.match(relativePath)))
|
1215
|
-
));
|
1216
|
-
}
|
1217
|
-
|
1218
|
-
// eslint-disable-next-line jsdoc/require-description
|
1219
|
-
/**
|
1220
|
-
* @returns {Object} a JSON compatible object.
|
1221
|
-
*/
|
1222
|
-
toJSON() {
|
1223
|
-
if (this.patterns.length === 1) {
|
1224
|
-
return {
|
1225
|
-
...patternToJson(this.patterns[0]),
|
1226
|
-
basePath: this.basePath
|
1227
|
-
};
|
1228
|
-
}
|
1229
|
-
return {
|
1230
|
-
AND: this.patterns.map(patternToJson),
|
1231
|
-
basePath: this.basePath
|
1232
|
-
};
|
1233
|
-
}
|
1234
|
-
|
1235
|
-
// eslint-disable-next-line jsdoc/require-description
|
1236
|
-
/**
|
1237
|
-
* @returns {Object} an object to display by `console.log()`.
|
1238
|
-
*/
|
1239
|
-
[util__default["default"].inspect.custom]() {
|
1240
|
-
return this.toJSON();
|
1241
|
-
}
|
1242
|
-
}
|
1243
|
-
|
1244
|
-
/**
|
1245
|
-
* @fileoverview `ConfigArray` class.
|
1246
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
1247
|
-
*/
|
1248
|
-
|
1249
|
-
/**
|
1250
|
-
* @fileoverview Config file operations. This file must be usable in the browser,
|
1251
|
-
* so no Node-specific code can be here.
|
1252
|
-
* @author Nicholas C. Zakas
|
1253
|
-
*/
|
1254
|
-
|
1255
|
-
//------------------------------------------------------------------------------
|
1256
|
-
// Private
|
1257
|
-
//------------------------------------------------------------------------------
|
1258
|
-
|
1259
|
-
const RULE_SEVERITY_STRINGS = ["off", "warn", "error"],
|
1260
|
-
RULE_SEVERITY = RULE_SEVERITY_STRINGS.reduce((map, value, index) => {
|
1261
|
-
map[value] = index;
|
1262
|
-
return map;
|
1263
|
-
}, {}),
|
1264
|
-
VALID_SEVERITIES = [0, 1, 2, "off", "warn", "error"];
|
1265
|
-
|
1266
|
-
//------------------------------------------------------------------------------
|
1267
|
-
// Public Interface
|
1268
|
-
//------------------------------------------------------------------------------
|
1269
|
-
|
1270
|
-
/**
|
1271
|
-
* Normalizes the severity value of a rule's configuration to a number
|
1272
|
-
* @param {(number|string|[number, ...*]|[string, ...*])} ruleConfig A rule's configuration value, generally
|
1273
|
-
* received from the user. A valid config value is either 0, 1, 2, the string "off" (treated the same as 0),
|
1274
|
-
* the string "warn" (treated the same as 1), the string "error" (treated the same as 2), or an array
|
1275
|
-
* whose first element is one of the above values. Strings are matched case-insensitively.
|
1276
|
-
* @returns {(0|1|2)} The numeric severity value if the config value was valid, otherwise 0.
|
1277
|
-
*/
|
1278
|
-
function getRuleSeverity(ruleConfig) {
|
1279
|
-
const severityValue = Array.isArray(ruleConfig) ? ruleConfig[0] : ruleConfig;
|
1280
|
-
|
1281
|
-
if (severityValue === 0 || severityValue === 1 || severityValue === 2) {
|
1282
|
-
return severityValue;
|
1283
|
-
}
|
1284
|
-
|
1285
|
-
if (typeof severityValue === "string") {
|
1286
|
-
return RULE_SEVERITY[severityValue.toLowerCase()] || 0;
|
1287
|
-
}
|
1288
|
-
|
1289
|
-
return 0;
|
1290
|
-
}
|
1291
|
-
|
1292
|
-
/**
|
1293
|
-
* Converts old-style severity settings (0, 1, 2) into new-style
|
1294
|
-
* severity settings (off, warn, error) for all rules. Assumption is that severity
|
1295
|
-
* values have already been validated as correct.
|
1296
|
-
* @param {Object} config The config object to normalize.
|
1297
|
-
* @returns {void}
|
1298
|
-
*/
|
1299
|
-
function normalizeToStrings(config) {
|
1300
|
-
|
1301
|
-
if (config.rules) {
|
1302
|
-
Object.keys(config.rules).forEach(ruleId => {
|
1303
|
-
const ruleConfig = config.rules[ruleId];
|
1304
|
-
|
1305
|
-
if (typeof ruleConfig === "number") {
|
1306
|
-
config.rules[ruleId] = RULE_SEVERITY_STRINGS[ruleConfig] || RULE_SEVERITY_STRINGS[0];
|
1307
|
-
} else if (Array.isArray(ruleConfig) && typeof ruleConfig[0] === "number") {
|
1308
|
-
ruleConfig[0] = RULE_SEVERITY_STRINGS[ruleConfig[0]] || RULE_SEVERITY_STRINGS[0];
|
1309
|
-
}
|
1310
|
-
});
|
1311
|
-
}
|
1312
|
-
}
|
1313
|
-
|
1314
|
-
/**
|
1315
|
-
* Determines if the severity for the given rule configuration represents an error.
|
1316
|
-
* @param {int|string|Array} ruleConfig The configuration for an individual rule.
|
1317
|
-
* @returns {boolean} True if the rule represents an error, false if not.
|
1318
|
-
*/
|
1319
|
-
function isErrorSeverity(ruleConfig) {
|
1320
|
-
return getRuleSeverity(ruleConfig) === 2;
|
1321
|
-
}
|
1322
|
-
|
1323
|
-
/**
|
1324
|
-
* Checks whether a given config has valid severity or not.
|
1325
|
-
* @param {number|string|Array} ruleConfig The configuration for an individual rule.
|
1326
|
-
* @returns {boolean} `true` if the configuration has valid severity.
|
1327
|
-
*/
|
1328
|
-
function isValidSeverity(ruleConfig) {
|
1329
|
-
let severity = Array.isArray(ruleConfig) ? ruleConfig[0] : ruleConfig;
|
1330
|
-
|
1331
|
-
if (typeof severity === "string") {
|
1332
|
-
severity = severity.toLowerCase();
|
1333
|
-
}
|
1334
|
-
return VALID_SEVERITIES.indexOf(severity) !== -1;
|
1335
|
-
}
|
1336
|
-
|
1337
|
-
/**
|
1338
|
-
* Checks whether every rule of a given config has valid severity or not.
|
1339
|
-
* @param {Object} config The configuration for rules.
|
1340
|
-
* @returns {boolean} `true` if the configuration has valid severity.
|
1341
|
-
*/
|
1342
|
-
function isEverySeverityValid(config) {
|
1343
|
-
return Object.keys(config).every(ruleId => isValidSeverity(config[ruleId]));
|
1344
|
-
}
|
1345
|
-
|
1346
|
-
/**
|
1347
|
-
* Normalizes a value for a global in a config
|
1348
|
-
* @param {(boolean|string|null)} configuredValue The value given for a global in configuration or in
|
1349
|
-
* a global directive comment
|
1350
|
-
* @returns {("readable"|"writeable"|"off")} The value normalized as a string
|
1351
|
-
* @throws Error if global value is invalid
|
1352
|
-
*/
|
1353
|
-
function normalizeConfigGlobal(configuredValue) {
|
1354
|
-
switch (configuredValue) {
|
1355
|
-
case "off":
|
1356
|
-
return "off";
|
1357
|
-
|
1358
|
-
case true:
|
1359
|
-
case "true":
|
1360
|
-
case "writeable":
|
1361
|
-
case "writable":
|
1362
|
-
return "writable";
|
1363
|
-
|
1364
|
-
case null:
|
1365
|
-
case false:
|
1366
|
-
case "false":
|
1367
|
-
case "readable":
|
1368
|
-
case "readonly":
|
1369
|
-
return "readonly";
|
1370
|
-
|
1371
|
-
default:
|
1372
|
-
throw new Error(`'${configuredValue}' is not a valid configuration for a global (use 'readonly', 'writable', or 'off')`);
|
1373
|
-
}
|
1374
|
-
}
|
1375
|
-
|
1376
|
-
var ConfigOps = {
|
1377
|
-
__proto__: null,
|
1378
|
-
getRuleSeverity: getRuleSeverity,
|
1379
|
-
normalizeToStrings: normalizeToStrings,
|
1380
|
-
isErrorSeverity: isErrorSeverity,
|
1381
|
-
isValidSeverity: isValidSeverity,
|
1382
|
-
isEverySeverityValid: isEverySeverityValid,
|
1383
|
-
normalizeConfigGlobal: normalizeConfigGlobal
|
1384
|
-
};
|
1385
|
-
|
1386
|
-
/**
|
1387
|
-
* @fileoverview Provide the function that emits deprecation warnings.
|
1388
|
-
* @author Toru Nagashima <http://github.com/mysticatea>
|
1389
|
-
*/
|
1390
|
-
|
1391
|
-
//------------------------------------------------------------------------------
|
1392
|
-
// Private
|
1393
|
-
//------------------------------------------------------------------------------
|
1394
|
-
|
1395
|
-
// Defitions for deprecation warnings.
|
1396
|
-
const deprecationWarningMessages = {
|
1397
|
-
ESLINT_LEGACY_ECMAFEATURES:
|
1398
|
-
"The 'ecmaFeatures' config file property is deprecated and has no effect.",
|
1399
|
-
ESLINT_PERSONAL_CONFIG_LOAD:
|
1400
|
-
"'~/.eslintrc.*' config files have been deprecated. " +
|
1401
|
-
"Please use a config file per project or the '--config' option.",
|
1402
|
-
ESLINT_PERSONAL_CONFIG_SUPPRESS:
|
1403
|
-
"'~/.eslintrc.*' config files have been deprecated. " +
|
1404
|
-
"Please remove it or add 'root:true' to the config files in your " +
|
1405
|
-
"projects in order to avoid loading '~/.eslintrc.*' accidentally."
|
1406
|
-
};
|
1407
|
-
|
1408
|
-
const sourceFileErrorCache = new Set();
|
1409
|
-
|
1410
|
-
/**
|
1411
|
-
* Emits a deprecation warning containing a given filepath. A new deprecation warning is emitted
|
1412
|
-
* for each unique file path, but repeated invocations with the same file path have no effect.
|
1413
|
-
* No warnings are emitted if the `--no-deprecation` or `--no-warnings` Node runtime flags are active.
|
1414
|
-
* @param {string} source The name of the configuration source to report the warning for.
|
1415
|
-
* @param {string} errorCode The warning message to show.
|
1416
|
-
* @returns {void}
|
1417
|
-
*/
|
1418
|
-
function emitDeprecationWarning(source, errorCode) {
|
1419
|
-
const cacheKey = JSON.stringify({ source, errorCode });
|
1420
|
-
|
1421
|
-
if (sourceFileErrorCache.has(cacheKey)) {
|
1422
|
-
return;
|
1423
|
-
}
|
1424
|
-
sourceFileErrorCache.add(cacheKey);
|
1425
|
-
|
1426
|
-
const rel = path__default["default"].relative(process.cwd(), source);
|
1427
|
-
const message = deprecationWarningMessages[errorCode];
|
1428
|
-
|
1429
|
-
process.emitWarning(
|
1430
|
-
`${message} (found in "${rel}")`,
|
1431
|
-
"DeprecationWarning",
|
1432
|
-
errorCode
|
1433
|
-
);
|
1434
|
-
}
|
1435
|
-
|
1436
|
-
/**
|
1437
|
-
* @fileoverview The instance of Ajv validator.
|
1438
|
-
* @author Evgeny Poberezkin
|
1439
|
-
*/
|
1440
|
-
|
1441
|
-
//-----------------------------------------------------------------------------
|
1442
|
-
// Helpers
|
1443
|
-
//-----------------------------------------------------------------------------
|
1444
|
-
|
1445
|
-
/*
|
1446
|
-
* Copied from ajv/lib/refs/json-schema-draft-04.json
|
1447
|
-
* The MIT License (MIT)
|
1448
|
-
* Copyright (c) 2015-2017 Evgeny Poberezkin
|
1449
|
-
*/
|
1450
|
-
const metaSchema = {
|
1451
|
-
id: "http://json-schema.org/draft-04/schema#",
|
1452
|
-
$schema: "http://json-schema.org/draft-04/schema#",
|
1453
|
-
description: "Core schema meta-schema",
|
1454
|
-
definitions: {
|
1455
|
-
schemaArray: {
|
1456
|
-
type: "array",
|
1457
|
-
minItems: 1,
|
1458
|
-
items: { $ref: "#" }
|
1459
|
-
},
|
1460
|
-
positiveInteger: {
|
1461
|
-
type: "integer",
|
1462
|
-
minimum: 0
|
1463
|
-
},
|
1464
|
-
positiveIntegerDefault0: {
|
1465
|
-
allOf: [{ $ref: "#/definitions/positiveInteger" }, { default: 0 }]
|
1466
|
-
},
|
1467
|
-
simpleTypes: {
|
1468
|
-
enum: ["array", "boolean", "integer", "null", "number", "object", "string"]
|
1469
|
-
},
|
1470
|
-
stringArray: {
|
1471
|
-
type: "array",
|
1472
|
-
items: { type: "string" },
|
1473
|
-
minItems: 1,
|
1474
|
-
uniqueItems: true
|
1475
|
-
}
|
1476
|
-
},
|
1477
|
-
type: "object",
|
1478
|
-
properties: {
|
1479
|
-
id: {
|
1480
|
-
type: "string"
|
1481
|
-
},
|
1482
|
-
$schema: {
|
1483
|
-
type: "string"
|
1484
|
-
},
|
1485
|
-
title: {
|
1486
|
-
type: "string"
|
1487
|
-
},
|
1488
|
-
description: {
|
1489
|
-
type: "string"
|
1490
|
-
},
|
1491
|
-
default: { },
|
1492
|
-
multipleOf: {
|
1493
|
-
type: "number",
|
1494
|
-
minimum: 0,
|
1495
|
-
exclusiveMinimum: true
|
1496
|
-
},
|
1497
|
-
maximum: {
|
1498
|
-
type: "number"
|
1499
|
-
},
|
1500
|
-
exclusiveMaximum: {
|
1501
|
-
type: "boolean",
|
1502
|
-
default: false
|
1503
|
-
},
|
1504
|
-
minimum: {
|
1505
|
-
type: "number"
|
1506
|
-
},
|
1507
|
-
exclusiveMinimum: {
|
1508
|
-
type: "boolean",
|
1509
|
-
default: false
|
1510
|
-
},
|
1511
|
-
maxLength: { $ref: "#/definitions/positiveInteger" },
|
1512
|
-
minLength: { $ref: "#/definitions/positiveIntegerDefault0" },
|
1513
|
-
pattern: {
|
1514
|
-
type: "string",
|
1515
|
-
format: "regex"
|
1516
|
-
},
|
1517
|
-
additionalItems: {
|
1518
|
-
anyOf: [
|
1519
|
-
{ type: "boolean" },
|
1520
|
-
{ $ref: "#" }
|
1521
|
-
],
|
1522
|
-
default: { }
|
1523
|
-
},
|
1524
|
-
items: {
|
1525
|
-
anyOf: [
|
1526
|
-
{ $ref: "#" },
|
1527
|
-
{ $ref: "#/definitions/schemaArray" }
|
1528
|
-
],
|
1529
|
-
default: { }
|
1530
|
-
},
|
1531
|
-
maxItems: { $ref: "#/definitions/positiveInteger" },
|
1532
|
-
minItems: { $ref: "#/definitions/positiveIntegerDefault0" },
|
1533
|
-
uniqueItems: {
|
1534
|
-
type: "boolean",
|
1535
|
-
default: false
|
1536
|
-
},
|
1537
|
-
maxProperties: { $ref: "#/definitions/positiveInteger" },
|
1538
|
-
minProperties: { $ref: "#/definitions/positiveIntegerDefault0" },
|
1539
|
-
required: { $ref: "#/definitions/stringArray" },
|
1540
|
-
additionalProperties: {
|
1541
|
-
anyOf: [
|
1542
|
-
{ type: "boolean" },
|
1543
|
-
{ $ref: "#" }
|
1544
|
-
],
|
1545
|
-
default: { }
|
1546
|
-
},
|
1547
|
-
definitions: {
|
1548
|
-
type: "object",
|
1549
|
-
additionalProperties: { $ref: "#" },
|
1550
|
-
default: { }
|
1551
|
-
},
|
1552
|
-
properties: {
|
1553
|
-
type: "object",
|
1554
|
-
additionalProperties: { $ref: "#" },
|
1555
|
-
default: { }
|
1556
|
-
},
|
1557
|
-
patternProperties: {
|
1558
|
-
type: "object",
|
1559
|
-
additionalProperties: { $ref: "#" },
|
1560
|
-
default: { }
|
1561
|
-
},
|
1562
|
-
dependencies: {
|
1563
|
-
type: "object",
|
1564
|
-
additionalProperties: {
|
1565
|
-
anyOf: [
|
1566
|
-
{ $ref: "#" },
|
1567
|
-
{ $ref: "#/definitions/stringArray" }
|
1568
|
-
]
|
1569
|
-
}
|
1570
|
-
},
|
1571
|
-
enum: {
|
1572
|
-
type: "array",
|
1573
|
-
minItems: 1,
|
1574
|
-
uniqueItems: true
|
1575
|
-
},
|
1576
|
-
type: {
|
1577
|
-
anyOf: [
|
1578
|
-
{ $ref: "#/definitions/simpleTypes" },
|
1579
|
-
{
|
1580
|
-
type: "array",
|
1581
|
-
items: { $ref: "#/definitions/simpleTypes" },
|
1582
|
-
minItems: 1,
|
1583
|
-
uniqueItems: true
|
1584
|
-
}
|
1585
|
-
]
|
1586
|
-
},
|
1587
|
-
format: { type: "string" },
|
1588
|
-
allOf: { $ref: "#/definitions/schemaArray" },
|
1589
|
-
anyOf: { $ref: "#/definitions/schemaArray" },
|
1590
|
-
oneOf: { $ref: "#/definitions/schemaArray" },
|
1591
|
-
not: { $ref: "#" }
|
1592
|
-
},
|
1593
|
-
dependencies: {
|
1594
|
-
exclusiveMaximum: ["maximum"],
|
1595
|
-
exclusiveMinimum: ["minimum"]
|
1596
|
-
},
|
1597
|
-
default: { }
|
1598
|
-
};
|
1599
|
-
|
1600
|
-
//------------------------------------------------------------------------------
|
1601
|
-
// Public Interface
|
1602
|
-
//------------------------------------------------------------------------------
|
1603
|
-
|
1604
|
-
var ajvOrig = (additionalOptions = {}) => {
|
1605
|
-
const ajv = new Ajv__default["default"]({
|
1606
|
-
meta: false,
|
1607
|
-
useDefaults: true,
|
1608
|
-
validateSchema: false,
|
1609
|
-
missingRefs: "ignore",
|
1610
|
-
verbose: true,
|
1611
|
-
schemaId: "auto",
|
1612
|
-
...additionalOptions
|
1613
|
-
});
|
1614
|
-
|
1615
|
-
ajv.addMetaSchema(metaSchema);
|
1616
|
-
// eslint-disable-next-line no-underscore-dangle
|
1617
|
-
ajv._opts.defaultMeta = metaSchema.id;
|
1618
|
-
|
1619
|
-
return ajv;
|
1620
|
-
};
|
1621
|
-
|
1622
|
-
/**
|
1623
|
-
* @fileoverview Defines a schema for configs.
|
1624
|
-
* @author Sylvan Mably
|
1625
|
-
*/
|
1626
|
-
|
1627
|
-
const baseConfigProperties = {
|
1628
|
-
$schema: { type: "string" },
|
1629
|
-
env: { type: "object" },
|
1630
|
-
extends: { $ref: "#/definitions/stringOrStrings" },
|
1631
|
-
globals: { type: "object" },
|
1632
|
-
overrides: {
|
1633
|
-
type: "array",
|
1634
|
-
items: { $ref: "#/definitions/overrideConfig" },
|
1635
|
-
additionalItems: false
|
1636
|
-
},
|
1637
|
-
parser: { type: ["string", "null"] },
|
1638
|
-
parserOptions: { type: "object" },
|
1639
|
-
plugins: { type: "array" },
|
1640
|
-
processor: { type: "string" },
|
1641
|
-
rules: { type: "object" },
|
1642
|
-
settings: { type: "object" },
|
1643
|
-
noInlineConfig: { type: "boolean" },
|
1644
|
-
reportUnusedDisableDirectives: { type: "boolean" },
|
1645
|
-
|
1646
|
-
ecmaFeatures: { type: "object" } // deprecated; logs a warning when used
|
1647
|
-
};
|
1648
|
-
|
1649
|
-
const configSchema = {
|
1650
|
-
definitions: {
|
1651
|
-
stringOrStrings: {
|
1652
|
-
oneOf: [
|
1653
|
-
{ type: "string" },
|
1654
|
-
{
|
1655
|
-
type: "array",
|
1656
|
-
items: { type: "string" },
|
1657
|
-
additionalItems: false
|
1658
|
-
}
|
1659
|
-
]
|
1660
|
-
},
|
1661
|
-
stringOrStringsRequired: {
|
1662
|
-
oneOf: [
|
1663
|
-
{ type: "string" },
|
1664
|
-
{
|
1665
|
-
type: "array",
|
1666
|
-
items: { type: "string" },
|
1667
|
-
additionalItems: false,
|
1668
|
-
minItems: 1
|
1669
|
-
}
|
1670
|
-
]
|
1671
|
-
},
|
1672
|
-
|
1673
|
-
// Config at top-level.
|
1674
|
-
objectConfig: {
|
1675
|
-
type: "object",
|
1676
|
-
properties: {
|
1677
|
-
root: { type: "boolean" },
|
1678
|
-
ignorePatterns: { $ref: "#/definitions/stringOrStrings" },
|
1679
|
-
...baseConfigProperties
|
1680
|
-
},
|
1681
|
-
additionalProperties: false
|
1682
|
-
},
|
1683
|
-
|
1684
|
-
// Config in `overrides`.
|
1685
|
-
overrideConfig: {
|
1686
|
-
type: "object",
|
1687
|
-
properties: {
|
1688
|
-
excludedFiles: { $ref: "#/definitions/stringOrStrings" },
|
1689
|
-
files: { $ref: "#/definitions/stringOrStringsRequired" },
|
1690
|
-
...baseConfigProperties
|
1691
|
-
},
|
1692
|
-
required: ["files"],
|
1693
|
-
additionalProperties: false
|
1694
|
-
}
|
1695
|
-
},
|
1696
|
-
|
1697
|
-
$ref: "#/definitions/objectConfig"
|
1698
|
-
};
|
1699
|
-
|
1700
|
-
/**
|
1701
|
-
* @fileoverview Defines environment settings and globals.
|
1702
|
-
* @author Elan Shanker
|
1703
|
-
*/
|
1704
|
-
|
1705
|
-
//------------------------------------------------------------------------------
|
1706
|
-
// Helpers
|
1707
|
-
//------------------------------------------------------------------------------
|
1708
|
-
|
1709
|
-
/**
|
1710
|
-
* Get the object that has difference.
|
1711
|
-
* @param {Record<string,boolean>} current The newer object.
|
1712
|
-
* @param {Record<string,boolean>} prev The older object.
|
1713
|
-
* @returns {Record<string,boolean>} The difference object.
|
1714
|
-
*/
|
1715
|
-
function getDiff(current, prev) {
|
1716
|
-
const retv = {};
|
1717
|
-
|
1718
|
-
for (const [key, value] of Object.entries(current)) {
|
1719
|
-
if (!Object.hasOwnProperty.call(prev, key)) {
|
1720
|
-
retv[key] = value;
|
1721
|
-
}
|
1722
|
-
}
|
1723
|
-
|
1724
|
-
return retv;
|
1725
|
-
}
|
1726
|
-
|
1727
|
-
const newGlobals2015 = getDiff(globals__default["default"].es2015, globals__default["default"].es5); // 19 variables such as Promise, Map, ...
|
1728
|
-
const newGlobals2017 = {
|
1729
|
-
Atomics: false,
|
1730
|
-
SharedArrayBuffer: false
|
1731
|
-
};
|
1732
|
-
const newGlobals2020 = {
|
1733
|
-
BigInt: false,
|
1734
|
-
BigInt64Array: false,
|
1735
|
-
BigUint64Array: false,
|
1736
|
-
globalThis: false
|
1737
|
-
};
|
1738
|
-
|
1739
|
-
const newGlobals2021 = {
|
1740
|
-
AggregateError: false,
|
1741
|
-
FinalizationRegistry: false,
|
1742
|
-
WeakRef: false
|
1743
|
-
};
|
1744
|
-
|
1745
|
-
//------------------------------------------------------------------------------
|
1746
|
-
// Public Interface
|
1747
|
-
//------------------------------------------------------------------------------
|
1748
|
-
|
1749
|
-
/** @type {Map<string, import("../lib/shared/types").Environment>} */
|
1750
|
-
var environments = new Map(Object.entries({
|
1751
|
-
|
1752
|
-
// Language
|
1753
|
-
builtin: {
|
1754
|
-
globals: globals__default["default"].es5
|
1755
|
-
},
|
1756
|
-
es6: {
|
1757
|
-
globals: newGlobals2015,
|
1758
|
-
parserOptions: {
|
1759
|
-
ecmaVersion: 6
|
1760
|
-
}
|
1761
|
-
},
|
1762
|
-
es2015: {
|
1763
|
-
globals: newGlobals2015,
|
1764
|
-
parserOptions: {
|
1765
|
-
ecmaVersion: 6
|
1766
|
-
}
|
1767
|
-
},
|
1768
|
-
es2016: {
|
1769
|
-
globals: newGlobals2015,
|
1770
|
-
parserOptions: {
|
1771
|
-
ecmaVersion: 7
|
1772
|
-
}
|
1773
|
-
},
|
1774
|
-
es2017: {
|
1775
|
-
globals: { ...newGlobals2015, ...newGlobals2017 },
|
1776
|
-
parserOptions: {
|
1777
|
-
ecmaVersion: 8
|
1778
|
-
}
|
1779
|
-
},
|
1780
|
-
es2018: {
|
1781
|
-
globals: { ...newGlobals2015, ...newGlobals2017 },
|
1782
|
-
parserOptions: {
|
1783
|
-
ecmaVersion: 9
|
1784
|
-
}
|
1785
|
-
},
|
1786
|
-
es2019: {
|
1787
|
-
globals: { ...newGlobals2015, ...newGlobals2017 },
|
1788
|
-
parserOptions: {
|
1789
|
-
ecmaVersion: 10
|
1790
|
-
}
|
1791
|
-
},
|
1792
|
-
es2020: {
|
1793
|
-
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020 },
|
1794
|
-
parserOptions: {
|
1795
|
-
ecmaVersion: 11
|
1796
|
-
}
|
1797
|
-
},
|
1798
|
-
es2021: {
|
1799
|
-
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
|
1800
|
-
parserOptions: {
|
1801
|
-
ecmaVersion: 12
|
1802
|
-
}
|
1803
|
-
},
|
1804
|
-
es2022: {
|
1805
|
-
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
|
1806
|
-
parserOptions: {
|
1807
|
-
ecmaVersion: 13
|
1808
|
-
}
|
1809
|
-
},
|
1810
|
-
es2023: {
|
1811
|
-
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
|
1812
|
-
parserOptions: {
|
1813
|
-
ecmaVersion: 14
|
1814
|
-
}
|
1815
|
-
},
|
1816
|
-
es2024: {
|
1817
|
-
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
|
1818
|
-
parserOptions: {
|
1819
|
-
ecmaVersion: 15
|
1820
|
-
}
|
1821
|
-
},
|
1822
|
-
|
1823
|
-
// Platforms
|
1824
|
-
browser: {
|
1825
|
-
globals: globals__default["default"].browser
|
1826
|
-
},
|
1827
|
-
node: {
|
1828
|
-
globals: globals__default["default"].node,
|
1829
|
-
parserOptions: {
|
1830
|
-
ecmaFeatures: {
|
1831
|
-
globalReturn: true
|
1832
|
-
}
|
1833
|
-
}
|
1834
|
-
},
|
1835
|
-
"shared-node-browser": {
|
1836
|
-
globals: globals__default["default"]["shared-node-browser"]
|
1837
|
-
},
|
1838
|
-
worker: {
|
1839
|
-
globals: globals__default["default"].worker
|
1840
|
-
},
|
1841
|
-
serviceworker: {
|
1842
|
-
globals: globals__default["default"].serviceworker
|
1843
|
-
},
|
1844
|
-
|
1845
|
-
// Frameworks
|
1846
|
-
commonjs: {
|
1847
|
-
globals: globals__default["default"].commonjs,
|
1848
|
-
parserOptions: {
|
1849
|
-
ecmaFeatures: {
|
1850
|
-
globalReturn: true
|
1851
|
-
}
|
1852
|
-
}
|
1853
|
-
},
|
1854
|
-
amd: {
|
1855
|
-
globals: globals__default["default"].amd
|
1856
|
-
},
|
1857
|
-
mocha: {
|
1858
|
-
globals: globals__default["default"].mocha
|
1859
|
-
},
|
1860
|
-
jasmine: {
|
1861
|
-
globals: globals__default["default"].jasmine
|
1862
|
-
},
|
1863
|
-
jest: {
|
1864
|
-
globals: globals__default["default"].jest
|
1865
|
-
},
|
1866
|
-
phantomjs: {
|
1867
|
-
globals: globals__default["default"].phantomjs
|
1868
|
-
},
|
1869
|
-
jquery: {
|
1870
|
-
globals: globals__default["default"].jquery
|
1871
|
-
},
|
1872
|
-
qunit: {
|
1873
|
-
globals: globals__default["default"].qunit
|
1874
|
-
},
|
1875
|
-
prototypejs: {
|
1876
|
-
globals: globals__default["default"].prototypejs
|
1877
|
-
},
|
1878
|
-
shelljs: {
|
1879
|
-
globals: globals__default["default"].shelljs
|
1880
|
-
},
|
1881
|
-
meteor: {
|
1882
|
-
globals: globals__default["default"].meteor
|
1883
|
-
},
|
1884
|
-
mongo: {
|
1885
|
-
globals: globals__default["default"].mongo
|
1886
|
-
},
|
1887
|
-
protractor: {
|
1888
|
-
globals: globals__default["default"].protractor
|
1889
|
-
},
|
1890
|
-
applescript: {
|
1891
|
-
globals: globals__default["default"].applescript
|
1892
|
-
},
|
1893
|
-
nashorn: {
|
1894
|
-
globals: globals__default["default"].nashorn
|
1895
|
-
},
|
1896
|
-
atomtest: {
|
1897
|
-
globals: globals__default["default"].atomtest
|
1898
|
-
},
|
1899
|
-
embertest: {
|
1900
|
-
globals: globals__default["default"].embertest
|
1901
|
-
},
|
1902
|
-
webextensions: {
|
1903
|
-
globals: globals__default["default"].webextensions
|
1904
|
-
},
|
1905
|
-
greasemonkey: {
|
1906
|
-
globals: globals__default["default"].greasemonkey
|
1907
|
-
}
|
1908
|
-
}));
|
1909
|
-
|
1910
|
-
/**
|
1911
|
-
* @fileoverview Validates configs.
|
1912
|
-
* @author Brandon Mills
|
1913
|
-
*/
|
1914
|
-
|
1915
|
-
const ajv = ajvOrig();
|
1916
|
-
|
1917
|
-
const ruleValidators = new WeakMap();
|
1918
|
-
const noop = Function.prototype;
|
1919
|
-
|
1920
|
-
//------------------------------------------------------------------------------
|
1921
|
-
// Private
|
1922
|
-
//------------------------------------------------------------------------------
|
1923
|
-
let validateSchema;
|
1924
|
-
const severityMap = {
|
1925
|
-
error: 2,
|
1926
|
-
warn: 1,
|
1927
|
-
off: 0
|
1928
|
-
};
|
1929
|
-
|
1930
|
-
const validated = new WeakSet();
|
1931
|
-
|
1932
|
-
//-----------------------------------------------------------------------------
|
1933
|
-
// Exports
|
1934
|
-
//-----------------------------------------------------------------------------
|
1935
|
-
|
1936
|
-
class ConfigValidator {
|
1937
|
-
constructor({ builtInRules = new Map() } = {}) {
|
1938
|
-
this.builtInRules = builtInRules;
|
1939
|
-
}
|
1940
|
-
|
1941
|
-
/**
|
1942
|
-
* Gets a complete options schema for a rule.
|
1943
|
-
* @param {{create: Function, schema: (Array|null)}} rule A new-style rule object
|
1944
|
-
* @returns {Object} JSON Schema for the rule's options.
|
1945
|
-
*/
|
1946
|
-
getRuleOptionsSchema(rule) {
|
1947
|
-
if (!rule) {
|
1948
|
-
return null;
|
1949
|
-
}
|
1950
|
-
|
1951
|
-
const schema = rule.schema || rule.meta && rule.meta.schema;
|
1952
|
-
|
1953
|
-
// Given a tuple of schemas, insert warning level at the beginning
|
1954
|
-
if (Array.isArray(schema)) {
|
1955
|
-
if (schema.length) {
|
1956
|
-
return {
|
1957
|
-
type: "array",
|
1958
|
-
items: schema,
|
1959
|
-
minItems: 0,
|
1960
|
-
maxItems: schema.length
|
1961
|
-
};
|
1962
|
-
}
|
1963
|
-
return {
|
1964
|
-
type: "array",
|
1965
|
-
minItems: 0,
|
1966
|
-
maxItems: 0
|
1967
|
-
};
|
1968
|
-
|
1969
|
-
}
|
1970
|
-
|
1971
|
-
// Given a full schema, leave it alone
|
1972
|
-
return schema || null;
|
1973
|
-
}
|
1974
|
-
|
1975
|
-
/**
|
1976
|
-
* Validates a rule's severity and returns the severity value. Throws an error if the severity is invalid.
|
1977
|
-
* @param {options} options The given options for the rule.
|
1978
|
-
* @returns {number|string} The rule's severity value
|
1979
|
-
*/
|
1980
|
-
validateRuleSeverity(options) {
|
1981
|
-
const severity = Array.isArray(options) ? options[0] : options;
|
1982
|
-
const normSeverity = typeof severity === "string" ? severityMap[severity.toLowerCase()] : severity;
|
1983
|
-
|
1984
|
-
if (normSeverity === 0 || normSeverity === 1 || normSeverity === 2) {
|
1985
|
-
return normSeverity;
|
1986
|
-
}
|
1987
|
-
|
1988
|
-
throw new Error(`\tSeverity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed '${util__default["default"].inspect(severity).replace(/'/gu, "\"").replace(/\n/gu, "")}').\n`);
|
1989
|
-
|
1990
|
-
}
|
1991
|
-
|
1992
|
-
/**
|
1993
|
-
* Validates the non-severity options passed to a rule, based on its schema.
|
1994
|
-
* @param {{create: Function}} rule The rule to validate
|
1995
|
-
* @param {Array} localOptions The options for the rule, excluding severity
|
1996
|
-
* @returns {void}
|
1997
|
-
*/
|
1998
|
-
validateRuleSchema(rule, localOptions) {
|
1999
|
-
if (!ruleValidators.has(rule)) {
|
2000
|
-
const schema = this.getRuleOptionsSchema(rule);
|
2001
|
-
|
2002
|
-
if (schema) {
|
2003
|
-
ruleValidators.set(rule, ajv.compile(schema));
|
2004
|
-
}
|
2005
|
-
}
|
2006
|
-
|
2007
|
-
const validateRule = ruleValidators.get(rule);
|
2008
|
-
|
2009
|
-
if (validateRule) {
|
2010
|
-
validateRule(localOptions);
|
2011
|
-
if (validateRule.errors) {
|
2012
|
-
throw new Error(validateRule.errors.map(
|
2013
|
-
error => `\tValue ${JSON.stringify(error.data)} ${error.message}.\n`
|
2014
|
-
).join(""));
|
2015
|
-
}
|
2016
|
-
}
|
2017
|
-
}
|
2018
|
-
|
2019
|
-
/**
|
2020
|
-
* Validates a rule's options against its schema.
|
2021
|
-
* @param {{create: Function}|null} rule The rule that the config is being validated for
|
2022
|
-
* @param {string} ruleId The rule's unique name.
|
2023
|
-
* @param {Array|number} options The given options for the rule.
|
2024
|
-
* @param {string|null} source The name of the configuration source to report in any errors. If null or undefined,
|
2025
|
-
* no source is prepended to the message.
|
2026
|
-
* @returns {void}
|
2027
|
-
*/
|
2028
|
-
validateRuleOptions(rule, ruleId, options, source = null) {
|
2029
|
-
try {
|
2030
|
-
const severity = this.validateRuleSeverity(options);
|
2031
|
-
|
2032
|
-
if (severity !== 0) {
|
2033
|
-
this.validateRuleSchema(rule, Array.isArray(options) ? options.slice(1) : []);
|
2034
|
-
}
|
2035
|
-
} catch (err) {
|
2036
|
-
const enhancedMessage = `Configuration for rule "${ruleId}" is invalid:\n${err.message}`;
|
2037
|
-
|
2038
|
-
if (typeof source === "string") {
|
2039
|
-
throw new Error(`${source}:\n\t${enhancedMessage}`);
|
2040
|
-
} else {
|
2041
|
-
throw new Error(enhancedMessage);
|
2042
|
-
}
|
2043
|
-
}
|
2044
|
-
}
|
2045
|
-
|
2046
|
-
/**
|
2047
|
-
* Validates an environment object
|
2048
|
-
* @param {Object} environment The environment config object to validate.
|
2049
|
-
* @param {string} source The name of the configuration source to report in any errors.
|
2050
|
-
* @param {function(envId:string): Object} [getAdditionalEnv] A map from strings to loaded environments.
|
2051
|
-
* @returns {void}
|
2052
|
-
*/
|
2053
|
-
validateEnvironment(
|
2054
|
-
environment,
|
2055
|
-
source,
|
2056
|
-
getAdditionalEnv = noop
|
2057
|
-
) {
|
2058
|
-
|
2059
|
-
// not having an environment is ok
|
2060
|
-
if (!environment) {
|
2061
|
-
return;
|
2062
|
-
}
|
2063
|
-
|
2064
|
-
Object.keys(environment).forEach(id => {
|
2065
|
-
const env = getAdditionalEnv(id) || environments.get(id) || null;
|
2066
|
-
|
2067
|
-
if (!env) {
|
2068
|
-
const message = `${source}:\n\tEnvironment key "${id}" is unknown\n`;
|
2069
|
-
|
2070
|
-
throw new Error(message);
|
2071
|
-
}
|
2072
|
-
});
|
2073
|
-
}
|
2074
|
-
|
2075
|
-
/**
|
2076
|
-
* Validates a rules config object
|
2077
|
-
* @param {Object} rulesConfig The rules config object to validate.
|
2078
|
-
* @param {string} source The name of the configuration source to report in any errors.
|
2079
|
-
* @param {function(ruleId:string): Object} getAdditionalRule A map from strings to loaded rules
|
2080
|
-
* @returns {void}
|
2081
|
-
*/
|
2082
|
-
validateRules(
|
2083
|
-
rulesConfig,
|
2084
|
-
source,
|
2085
|
-
getAdditionalRule = noop
|
2086
|
-
) {
|
2087
|
-
if (!rulesConfig) {
|
2088
|
-
return;
|
2089
|
-
}
|
2090
|
-
|
2091
|
-
Object.keys(rulesConfig).forEach(id => {
|
2092
|
-
const rule = getAdditionalRule(id) || this.builtInRules.get(id) || null;
|
2093
|
-
|
2094
|
-
this.validateRuleOptions(rule, id, rulesConfig[id], source);
|
2095
|
-
});
|
2096
|
-
}
|
2097
|
-
|
2098
|
-
/**
|
2099
|
-
* Validates a `globals` section of a config file
|
2100
|
-
* @param {Object} globalsConfig The `globals` section
|
2101
|
-
* @param {string|null} source The name of the configuration source to report in the event of an error.
|
2102
|
-
* @returns {void}
|
2103
|
-
*/
|
2104
|
-
validateGlobals(globalsConfig, source = null) {
|
2105
|
-
if (!globalsConfig) {
|
2106
|
-
return;
|
2107
|
-
}
|
2108
|
-
|
2109
|
-
Object.entries(globalsConfig)
|
2110
|
-
.forEach(([configuredGlobal, configuredValue]) => {
|
2111
|
-
try {
|
2112
|
-
normalizeConfigGlobal(configuredValue);
|
2113
|
-
} catch (err) {
|
2114
|
-
throw new Error(`ESLint configuration of global '${configuredGlobal}' in ${source} is invalid:\n${err.message}`);
|
2115
|
-
}
|
2116
|
-
});
|
2117
|
-
}
|
2118
|
-
|
2119
|
-
/**
|
2120
|
-
* Validate `processor` configuration.
|
2121
|
-
* @param {string|undefined} processorName The processor name.
|
2122
|
-
* @param {string} source The name of config file.
|
2123
|
-
* @param {function(id:string): Processor} getProcessor The getter of defined processors.
|
2124
|
-
* @returns {void}
|
2125
|
-
*/
|
2126
|
-
validateProcessor(processorName, source, getProcessor) {
|
2127
|
-
if (processorName && !getProcessor(processorName)) {
|
2128
|
-
throw new Error(`ESLint configuration of processor in '${source}' is invalid: '${processorName}' was not found.`);
|
2129
|
-
}
|
2130
|
-
}
|
2131
|
-
|
2132
|
-
/**
|
2133
|
-
* Formats an array of schema validation errors.
|
2134
|
-
* @param {Array} errors An array of error messages to format.
|
2135
|
-
* @returns {string} Formatted error message
|
2136
|
-
*/
|
2137
|
-
formatErrors(errors) {
|
2138
|
-
return errors.map(error => {
|
2139
|
-
if (error.keyword === "additionalProperties") {
|
2140
|
-
const formattedPropertyPath = error.dataPath.length ? `${error.dataPath.slice(1)}.${error.params.additionalProperty}` : error.params.additionalProperty;
|
2141
|
-
|
2142
|
-
return `Unexpected top-level property "${formattedPropertyPath}"`;
|
2143
|
-
}
|
2144
|
-
if (error.keyword === "type") {
|
2145
|
-
const formattedField = error.dataPath.slice(1);
|
2146
|
-
const formattedExpectedType = Array.isArray(error.schema) ? error.schema.join("/") : error.schema;
|
2147
|
-
const formattedValue = JSON.stringify(error.data);
|
2148
|
-
|
2149
|
-
return `Property "${formattedField}" is the wrong type (expected ${formattedExpectedType} but got \`${formattedValue}\`)`;
|
2150
|
-
}
|
2151
|
-
|
2152
|
-
const field = error.dataPath[0] === "." ? error.dataPath.slice(1) : error.dataPath;
|
2153
|
-
|
2154
|
-
return `"${field}" ${error.message}. Value: ${JSON.stringify(error.data)}`;
|
2155
|
-
}).map(message => `\t- ${message}.\n`).join("");
|
2156
|
-
}
|
2157
|
-
|
2158
|
-
/**
|
2159
|
-
* Validates the top level properties of the config object.
|
2160
|
-
* @param {Object} config The config object to validate.
|
2161
|
-
* @param {string} source The name of the configuration source to report in any errors.
|
2162
|
-
* @returns {void}
|
2163
|
-
*/
|
2164
|
-
validateConfigSchema(config, source = null) {
|
2165
|
-
validateSchema = validateSchema || ajv.compile(configSchema);
|
2166
|
-
|
2167
|
-
if (!validateSchema(config)) {
|
2168
|
-
throw new Error(`ESLint configuration in ${source} is invalid:\n${this.formatErrors(validateSchema.errors)}`);
|
2169
|
-
}
|
2170
|
-
|
2171
|
-
if (Object.hasOwnProperty.call(config, "ecmaFeatures")) {
|
2172
|
-
emitDeprecationWarning(source, "ESLINT_LEGACY_ECMAFEATURES");
|
2173
|
-
}
|
2174
|
-
}
|
2175
|
-
|
2176
|
-
/**
|
2177
|
-
* Validates an entire config object.
|
2178
|
-
* @param {Object} config The config object to validate.
|
2179
|
-
* @param {string} source The name of the configuration source to report in any errors.
|
2180
|
-
* @param {function(ruleId:string): Object} [getAdditionalRule] A map from strings to loaded rules.
|
2181
|
-
* @param {function(envId:string): Object} [getAdditionalEnv] A map from strings to loaded envs.
|
2182
|
-
* @returns {void}
|
2183
|
-
*/
|
2184
|
-
validate(config, source, getAdditionalRule, getAdditionalEnv) {
|
2185
|
-
this.validateConfigSchema(config, source);
|
2186
|
-
this.validateRules(config.rules, source, getAdditionalRule);
|
2187
|
-
this.validateEnvironment(config.env, source, getAdditionalEnv);
|
2188
|
-
this.validateGlobals(config.globals, source);
|
2189
|
-
|
2190
|
-
for (const override of config.overrides || []) {
|
2191
|
-
this.validateRules(override.rules, source, getAdditionalRule);
|
2192
|
-
this.validateEnvironment(override.env, source, getAdditionalEnv);
|
2193
|
-
this.validateGlobals(config.globals, source);
|
2194
|
-
}
|
2195
|
-
}
|
2196
|
-
|
2197
|
-
/**
|
2198
|
-
* Validate config array object.
|
2199
|
-
* @param {ConfigArray} configArray The config array to validate.
|
2200
|
-
* @returns {void}
|
2201
|
-
*/
|
2202
|
-
validateConfigArray(configArray) {
|
2203
|
-
const getPluginEnv = Map.prototype.get.bind(configArray.pluginEnvironments);
|
2204
|
-
const getPluginProcessor = Map.prototype.get.bind(configArray.pluginProcessors);
|
2205
|
-
const getPluginRule = Map.prototype.get.bind(configArray.pluginRules);
|
2206
|
-
|
2207
|
-
// Validate.
|
2208
|
-
for (const element of configArray) {
|
2209
|
-
if (validated.has(element)) {
|
2210
|
-
continue;
|
2211
|
-
}
|
2212
|
-
validated.add(element);
|
2213
|
-
|
2214
|
-
this.validateEnvironment(element.env, element.name, getPluginEnv);
|
2215
|
-
this.validateGlobals(element.globals, element.name);
|
2216
|
-
this.validateProcessor(element.processor, element.name, getPluginProcessor);
|
2217
|
-
this.validateRules(element.rules, element.name, getPluginRule);
|
2218
|
-
}
|
2219
|
-
}
|
2220
|
-
|
2221
|
-
}
|
2222
|
-
|
2223
|
-
/**
|
2224
|
-
* @fileoverview Common helpers for naming of plugins, formatters and configs
|
2225
|
-
*/
|
2226
|
-
|
2227
|
-
const NAMESPACE_REGEX = /^@.*\//iu;
|
2228
|
-
|
2229
|
-
/**
|
2230
|
-
* Brings package name to correct format based on prefix
|
2231
|
-
* @param {string} name The name of the package.
|
2232
|
-
* @param {string} prefix Can be either "eslint-plugin", "eslint-config" or "eslint-formatter"
|
2233
|
-
* @returns {string} Normalized name of the package
|
2234
|
-
* @private
|
2235
|
-
*/
|
2236
|
-
function normalizePackageName(name, prefix) {
|
2237
|
-
let normalizedName = name;
|
2238
|
-
|
2239
|
-
/**
|
2240
|
-
* On Windows, name can come in with Windows slashes instead of Unix slashes.
|
2241
|
-
* Normalize to Unix first to avoid errors later on.
|
2242
|
-
* https://github.com/eslint/eslint/issues/5644
|
2243
|
-
*/
|
2244
|
-
if (normalizedName.includes("\\")) {
|
2245
|
-
normalizedName = normalizedName.replace(/\\/gu, "/");
|
2246
|
-
}
|
2247
|
-
|
2248
|
-
if (normalizedName.charAt(0) === "@") {
|
2249
|
-
|
2250
|
-
/**
|
2251
|
-
* it's a scoped package
|
2252
|
-
* package name is the prefix, or just a username
|
2253
|
-
*/
|
2254
|
-
const scopedPackageShortcutRegex = new RegExp(`^(@[^/]+)(?:/(?:${prefix})?)?$`, "u"),
|
2255
|
-
scopedPackageNameRegex = new RegExp(`^${prefix}(-|$)`, "u");
|
2256
|
-
|
2257
|
-
if (scopedPackageShortcutRegex.test(normalizedName)) {
|
2258
|
-
normalizedName = normalizedName.replace(scopedPackageShortcutRegex, `$1/${prefix}`);
|
2259
|
-
} else if (!scopedPackageNameRegex.test(normalizedName.split("/")[1])) {
|
2260
|
-
|
2261
|
-
/**
|
2262
|
-
* for scoped packages, insert the prefix after the first / unless
|
2263
|
-
* the path is already @scope/eslint or @scope/eslint-xxx-yyy
|
2264
|
-
*/
|
2265
|
-
normalizedName = normalizedName.replace(/^@([^/]+)\/(.*)$/u, `@$1/${prefix}-$2`);
|
2266
|
-
}
|
2267
|
-
} else if (!normalizedName.startsWith(`${prefix}-`)) {
|
2268
|
-
normalizedName = `${prefix}-${normalizedName}`;
|
2269
|
-
}
|
2270
|
-
|
2271
|
-
return normalizedName;
|
2272
|
-
}
|
2273
|
-
|
2274
|
-
/**
|
2275
|
-
* Removes the prefix from a fullname.
|
2276
|
-
* @param {string} fullname The term which may have the prefix.
|
2277
|
-
* @param {string} prefix The prefix to remove.
|
2278
|
-
* @returns {string} The term without prefix.
|
2279
|
-
*/
|
2280
|
-
function getShorthandName(fullname, prefix) {
|
2281
|
-
if (fullname[0] === "@") {
|
2282
|
-
let matchResult = new RegExp(`^(@[^/]+)/${prefix}$`, "u").exec(fullname);
|
2283
|
-
|
2284
|
-
if (matchResult) {
|
2285
|
-
return matchResult[1];
|
2286
|
-
}
|
2287
|
-
|
2288
|
-
matchResult = new RegExp(`^(@[^/]+)/${prefix}-(.+)$`, "u").exec(fullname);
|
2289
|
-
if (matchResult) {
|
2290
|
-
return `${matchResult[1]}/${matchResult[2]}`;
|
2291
|
-
}
|
2292
|
-
} else if (fullname.startsWith(`${prefix}-`)) {
|
2293
|
-
return fullname.slice(prefix.length + 1);
|
2294
|
-
}
|
2295
|
-
|
2296
|
-
return fullname;
|
2297
|
-
}
|
2298
|
-
|
2299
|
-
/**
|
2300
|
-
* Gets the scope (namespace) of a term.
|
2301
|
-
* @param {string} term The term which may have the namespace.
|
2302
|
-
* @returns {string} The namespace of the term if it has one.
|
2303
|
-
*/
|
2304
|
-
function getNamespaceFromTerm(term) {
|
2305
|
-
const match = term.match(NAMESPACE_REGEX);
|
2306
|
-
|
2307
|
-
return match ? match[0] : "";
|
2308
|
-
}
|
2309
|
-
|
2310
|
-
var naming = {
|
2311
|
-
__proto__: null,
|
2312
|
-
normalizePackageName: normalizePackageName,
|
2313
|
-
getShorthandName: getShorthandName,
|
2314
|
-
getNamespaceFromTerm: getNamespaceFromTerm
|
2315
|
-
};
|
2316
|
-
|
2317
|
-
/**
|
2318
|
-
* Utility for resolving a module relative to another module
|
2319
|
-
* @author Teddy Katz
|
2320
|
-
*/
|
2321
|
-
|
2322
|
-
/*
|
2323
|
-
* `Module.createRequire` is added in v12.2.0. It supports URL as well.
|
2324
|
-
* We only support the case where the argument is a filepath, not a URL.
|
2325
|
-
*/
|
2326
|
-
const createRequire = Module__default["default"].createRequire;
|
2327
|
-
|
2328
|
-
/**
|
2329
|
-
* Resolves a Node module relative to another module
|
2330
|
-
* @param {string} moduleName The name of a Node module, or a path to a Node module.
|
2331
|
-
* @param {string} relativeToPath An absolute path indicating the module that `moduleName` should be resolved relative to. This must be
|
2332
|
-
* a file rather than a directory, but the file need not actually exist.
|
2333
|
-
* @returns {string} The absolute path that would result from calling `require.resolve(moduleName)` in a file located at `relativeToPath`
|
2334
|
-
*/
|
2335
|
-
function resolve(moduleName, relativeToPath) {
|
2336
|
-
try {
|
2337
|
-
return createRequire(relativeToPath).resolve(moduleName);
|
2338
|
-
} catch (error) {
|
2339
|
-
|
2340
|
-
// This `if` block is for older Node.js than 12.0.0. We can remove this block in the future.
|
2341
|
-
if (
|
2342
|
-
typeof error === "object" &&
|
2343
|
-
error !== null &&
|
2344
|
-
error.code === "MODULE_NOT_FOUND" &&
|
2345
|
-
!error.requireStack &&
|
2346
|
-
error.message.includes(moduleName)
|
2347
|
-
) {
|
2348
|
-
error.message += `\nRequire stack:\n- ${relativeToPath}`;
|
2349
|
-
}
|
2350
|
-
throw error;
|
2351
|
-
}
|
2352
|
-
}
|
2353
|
-
|
2354
|
-
var ModuleResolver = {
|
2355
|
-
__proto__: null,
|
2356
|
-
resolve: resolve
|
2357
|
-
};
|
2358
|
-
|
2359
|
-
/**
|
2360
|
-
* @fileoverview The factory of `ConfigArray` objects.
|
2361
|
-
*
|
2362
|
-
* This class provides methods to create `ConfigArray` instance.
|
2363
|
-
*
|
2364
|
-
* - `create(configData, options)`
|
2365
|
-
* Create a `ConfigArray` instance from a config data. This is to handle CLI
|
2366
|
-
* options except `--config`.
|
2367
|
-
* - `loadFile(filePath, options)`
|
2368
|
-
* Create a `ConfigArray` instance from a config file. This is to handle
|
2369
|
-
* `--config` option. If the file was not found, throws the following error:
|
2370
|
-
* - If the filename was `*.js`, a `MODULE_NOT_FOUND` error.
|
2371
|
-
* - If the filename was `package.json`, an IO error or an
|
2372
|
-
* `ESLINT_CONFIG_FIELD_NOT_FOUND` error.
|
2373
|
-
* - Otherwise, an IO error such as `ENOENT`.
|
2374
|
-
* - `loadInDirectory(directoryPath, options)`
|
2375
|
-
* Create a `ConfigArray` instance from a config file which is on a given
|
2376
|
-
* directory. This tries to load `.eslintrc.*` or `package.json`. If not
|
2377
|
-
* found, returns an empty `ConfigArray`.
|
2378
|
-
* - `loadESLintIgnore(filePath)`
|
2379
|
-
* Create a `ConfigArray` instance from a config file that is `.eslintignore`
|
2380
|
-
* format. This is to handle `--ignore-path` option.
|
2381
|
-
* - `loadDefaultESLintIgnore()`
|
2382
|
-
* Create a `ConfigArray` instance from `.eslintignore` or `package.json` in
|
2383
|
-
* the current working directory.
|
2384
|
-
*
|
2385
|
-
* `ConfigArrayFactory` class has the responsibility that loads configuration
|
2386
|
-
* files, including loading `extends`, `parser`, and `plugins`. The created
|
2387
|
-
* `ConfigArray` instance has the loaded `extends`, `parser`, and `plugins`.
|
2388
|
-
*
|
2389
|
-
* But this class doesn't handle cascading. `CascadingConfigArrayFactory` class
|
2390
|
-
* handles cascading and hierarchy.
|
2391
|
-
*
|
2392
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
2393
|
-
*/
|
2394
|
-
|
2395
|
-
const require$1 = Module.createRequire(require('url').pathToFileURL(__filename).toString());
|
2396
|
-
|
2397
|
-
const debug$2 = debugOrig__default["default"]("eslintrc:config-array-factory");
|
2398
|
-
|
2399
|
-
//------------------------------------------------------------------------------
|
2400
|
-
// Helpers
|
2401
|
-
//------------------------------------------------------------------------------
|
2402
|
-
|
2403
|
-
const configFilenames = [
|
2404
|
-
".eslintrc.js",
|
2405
|
-
".eslintrc.cjs",
|
2406
|
-
".eslintrc.yaml",
|
2407
|
-
".eslintrc.yml",
|
2408
|
-
".eslintrc.json",
|
2409
|
-
".eslintrc",
|
2410
|
-
"package.json"
|
2411
|
-
];
|
2412
|
-
|
2413
|
-
// Define types for VSCode IntelliSense.
|
2414
|
-
/** @typedef {import("./shared/types").ConfigData} ConfigData */
|
2415
|
-
/** @typedef {import("./shared/types").OverrideConfigData} OverrideConfigData */
|
2416
|
-
/** @typedef {import("./shared/types").Parser} Parser */
|
2417
|
-
/** @typedef {import("./shared/types").Plugin} Plugin */
|
2418
|
-
/** @typedef {import("./shared/types").Rule} Rule */
|
2419
|
-
/** @typedef {import("./config-array/config-dependency").DependentParser} DependentParser */
|
2420
|
-
/** @typedef {import("./config-array/config-dependency").DependentPlugin} DependentPlugin */
|
2421
|
-
/** @typedef {ConfigArray[0]} ConfigArrayElement */
|
2422
|
-
|
2423
|
-
/**
|
2424
|
-
* @typedef {Object} ConfigArrayFactoryOptions
|
2425
|
-
* @property {Map<string,Plugin>} [additionalPluginPool] The map for additional plugins.
|
2426
|
-
* @property {string} [cwd] The path to the current working directory.
|
2427
|
-
* @property {string} [resolvePluginsRelativeTo] A path to the directory that plugins should be resolved from. Defaults to `cwd`.
|
2428
|
-
* @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
|
2429
|
-
* @property {Object} [resolver=ModuleResolver] The module resolver object.
|
2430
|
-
* @property {string} eslintAllPath The path to the definitions for eslint:all.
|
2431
|
-
* @property {Function} getEslintAllConfig Returns the config data for eslint:all.
|
2432
|
-
* @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
|
2433
|
-
* @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
|
2434
|
-
*/
|
2435
|
-
|
2436
|
-
/**
|
2437
|
-
* @typedef {Object} ConfigArrayFactoryInternalSlots
|
2438
|
-
* @property {Map<string,Plugin>} additionalPluginPool The map for additional plugins.
|
2439
|
-
* @property {string} cwd The path to the current working directory.
|
2440
|
-
* @property {string | undefined} resolvePluginsRelativeTo An absolute path the the directory that plugins should be resolved from.
|
2441
|
-
* @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
|
2442
|
-
* @property {Object} [resolver=ModuleResolver] The module resolver object.
|
2443
|
-
* @property {string} eslintAllPath The path to the definitions for eslint:all.
|
2444
|
-
* @property {Function} getEslintAllConfig Returns the config data for eslint:all.
|
2445
|
-
* @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
|
2446
|
-
* @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
|
2447
|
-
*/
|
2448
|
-
|
2449
|
-
/**
|
2450
|
-
* @typedef {Object} ConfigArrayFactoryLoadingContext
|
2451
|
-
* @property {string} filePath The path to the current configuration.
|
2452
|
-
* @property {string} matchBasePath The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
|
2453
|
-
* @property {string} name The name of the current configuration.
|
2454
|
-
* @property {string} pluginBasePath The base path to resolve plugins.
|
2455
|
-
* @property {"config" | "ignore" | "implicit-processor"} type The type of the current configuration. This is `"config"` in normal. This is `"ignore"` if it came from `.eslintignore`. This is `"implicit-processor"` if it came from legacy file-extension processors.
|
2456
|
-
*/
|
2457
|
-
|
2458
|
-
/**
|
2459
|
-
* @typedef {Object} ConfigArrayFactoryLoadingContext
|
2460
|
-
* @property {string} filePath The path to the current configuration.
|
2461
|
-
* @property {string} matchBasePath The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
|
2462
|
-
* @property {string} name The name of the current configuration.
|
2463
|
-
* @property {"config" | "ignore" | "implicit-processor"} type The type of the current configuration. This is `"config"` in normal. This is `"ignore"` if it came from `.eslintignore`. This is `"implicit-processor"` if it came from legacy file-extension processors.
|
2464
|
-
*/
|
2465
|
-
|
2466
|
-
/** @type {WeakMap<ConfigArrayFactory, ConfigArrayFactoryInternalSlots>} */
|
2467
|
-
const internalSlotsMap$1 = new WeakMap();
|
2468
|
-
|
2469
|
-
/** @type {WeakMap<object, Plugin>} */
|
2470
|
-
const normalizedPlugins = new WeakMap();
|
2471
|
-
|
2472
|
-
/**
|
2473
|
-
* Check if a given string is a file path.
|
2474
|
-
* @param {string} nameOrPath A module name or file path.
|
2475
|
-
* @returns {boolean} `true` if the `nameOrPath` is a file path.
|
2476
|
-
*/
|
2477
|
-
function isFilePath(nameOrPath) {
|
2478
|
-
return (
|
2479
|
-
/^\.{1,2}[/\\]/u.test(nameOrPath) ||
|
2480
|
-
path__default["default"].isAbsolute(nameOrPath)
|
2481
|
-
);
|
2482
|
-
}
|
2483
|
-
|
2484
|
-
/**
|
2485
|
-
* Convenience wrapper for synchronously reading file contents.
|
2486
|
-
* @param {string} filePath The filename to read.
|
2487
|
-
* @returns {string} The file contents, with the BOM removed.
|
2488
|
-
* @private
|
2489
|
-
*/
|
2490
|
-
function readFile(filePath) {
|
2491
|
-
return fs__default["default"].readFileSync(filePath, "utf8").replace(/^\ufeff/u, "");
|
2492
|
-
}
|
2493
|
-
|
2494
|
-
/**
|
2495
|
-
* Loads a YAML configuration from a file.
|
2496
|
-
* @param {string} filePath The filename to load.
|
2497
|
-
* @returns {ConfigData} The configuration object from the file.
|
2498
|
-
* @throws {Error} If the file cannot be read.
|
2499
|
-
* @private
|
2500
|
-
*/
|
2501
|
-
function loadYAMLConfigFile(filePath) {
|
2502
|
-
debug$2(`Loading YAML config file: ${filePath}`);
|
2503
|
-
|
2504
|
-
// lazy load YAML to improve performance when not used
|
2505
|
-
const yaml = require$1("js-yaml");
|
2506
|
-
|
2507
|
-
try {
|
2508
|
-
|
2509
|
-
// empty YAML file can be null, so always use
|
2510
|
-
return yaml.load(readFile(filePath)) || {};
|
2511
|
-
} catch (e) {
|
2512
|
-
debug$2(`Error reading YAML file: ${filePath}`);
|
2513
|
-
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
|
2514
|
-
throw e;
|
2515
|
-
}
|
2516
|
-
}
|
2517
|
-
|
2518
|
-
/**
|
2519
|
-
* Loads a JSON configuration from a file.
|
2520
|
-
* @param {string} filePath The filename to load.
|
2521
|
-
* @returns {ConfigData} The configuration object from the file.
|
2522
|
-
* @throws {Error} If the file cannot be read.
|
2523
|
-
* @private
|
2524
|
-
*/
|
2525
|
-
function loadJSONConfigFile(filePath) {
|
2526
|
-
debug$2(`Loading JSON config file: ${filePath}`);
|
2527
|
-
|
2528
|
-
try {
|
2529
|
-
return JSON.parse(stripComments__default["default"](readFile(filePath)));
|
2530
|
-
} catch (e) {
|
2531
|
-
debug$2(`Error reading JSON file: ${filePath}`);
|
2532
|
-
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
|
2533
|
-
e.messageTemplate = "failed-to-read-json";
|
2534
|
-
e.messageData = {
|
2535
|
-
path: filePath,
|
2536
|
-
message: e.message
|
2537
|
-
};
|
2538
|
-
throw e;
|
2539
|
-
}
|
2540
|
-
}
|
2541
|
-
|
2542
|
-
/**
|
2543
|
-
* Loads a legacy (.eslintrc) configuration from a file.
|
2544
|
-
* @param {string} filePath The filename to load.
|
2545
|
-
* @returns {ConfigData} The configuration object from the file.
|
2546
|
-
* @throws {Error} If the file cannot be read.
|
2547
|
-
* @private
|
2548
|
-
*/
|
2549
|
-
function loadLegacyConfigFile(filePath) {
|
2550
|
-
debug$2(`Loading legacy config file: ${filePath}`);
|
2551
|
-
|
2552
|
-
// lazy load YAML to improve performance when not used
|
2553
|
-
const yaml = require$1("js-yaml");
|
2554
|
-
|
2555
|
-
try {
|
2556
|
-
return yaml.load(stripComments__default["default"](readFile(filePath))) || /* istanbul ignore next */ {};
|
2557
|
-
} catch (e) {
|
2558
|
-
debug$2("Error reading YAML file: %s\n%o", filePath, e);
|
2559
|
-
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
|
2560
|
-
throw e;
|
2561
|
-
}
|
2562
|
-
}
|
2563
|
-
|
2564
|
-
/**
|
2565
|
-
* Loads a JavaScript configuration from a file.
|
2566
|
-
* @param {string} filePath The filename to load.
|
2567
|
-
* @returns {ConfigData} The configuration object from the file.
|
2568
|
-
* @throws {Error} If the file cannot be read.
|
2569
|
-
* @private
|
2570
|
-
*/
|
2571
|
-
function loadJSConfigFile(filePath) {
|
2572
|
-
debug$2(`Loading JS config file: ${filePath}`);
|
2573
|
-
try {
|
2574
|
-
return importFresh__default["default"](filePath);
|
2575
|
-
} catch (e) {
|
2576
|
-
debug$2(`Error reading JavaScript file: ${filePath}`);
|
2577
|
-
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
|
2578
|
-
throw e;
|
2579
|
-
}
|
2580
|
-
}
|
2581
|
-
|
2582
|
-
/**
|
2583
|
-
* Loads a configuration from a package.json file.
|
2584
|
-
* @param {string} filePath The filename to load.
|
2585
|
-
* @returns {ConfigData} The configuration object from the file.
|
2586
|
-
* @throws {Error} If the file cannot be read.
|
2587
|
-
* @private
|
2588
|
-
*/
|
2589
|
-
function loadPackageJSONConfigFile(filePath) {
|
2590
|
-
debug$2(`Loading package.json config file: ${filePath}`);
|
2591
|
-
try {
|
2592
|
-
const packageData = loadJSONConfigFile(filePath);
|
2593
|
-
|
2594
|
-
if (!Object.hasOwnProperty.call(packageData, "eslintConfig")) {
|
2595
|
-
throw Object.assign(
|
2596
|
-
new Error("package.json file doesn't have 'eslintConfig' field."),
|
2597
|
-
{ code: "ESLINT_CONFIG_FIELD_NOT_FOUND" }
|
2598
|
-
);
|
2599
|
-
}
|
2600
|
-
|
2601
|
-
return packageData.eslintConfig;
|
2602
|
-
} catch (e) {
|
2603
|
-
debug$2(`Error reading package.json file: ${filePath}`);
|
2604
|
-
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
|
2605
|
-
throw e;
|
2606
|
-
}
|
2607
|
-
}
|
2608
|
-
|
2609
|
-
/**
|
2610
|
-
* Loads a `.eslintignore` from a file.
|
2611
|
-
* @param {string} filePath The filename to load.
|
2612
|
-
* @returns {string[]} The ignore patterns from the file.
|
2613
|
-
* @private
|
2614
|
-
*/
|
2615
|
-
function loadESLintIgnoreFile(filePath) {
|
2616
|
-
debug$2(`Loading .eslintignore file: ${filePath}`);
|
2617
|
-
|
2618
|
-
try {
|
2619
|
-
return readFile(filePath)
|
2620
|
-
.split(/\r?\n/gu)
|
2621
|
-
.filter(line => line.trim() !== "" && !line.startsWith("#"));
|
2622
|
-
} catch (e) {
|
2623
|
-
debug$2(`Error reading .eslintignore file: ${filePath}`);
|
2624
|
-
e.message = `Cannot read .eslintignore file: ${filePath}\nError: ${e.message}`;
|
2625
|
-
throw e;
|
2626
|
-
}
|
2627
|
-
}
|
2628
|
-
|
2629
|
-
/**
|
2630
|
-
* Creates an error to notify about a missing config to extend from.
|
2631
|
-
* @param {string} configName The name of the missing config.
|
2632
|
-
* @param {string} importerName The name of the config that imported the missing config
|
2633
|
-
* @param {string} messageTemplate The text template to source error strings from.
|
2634
|
-
* @returns {Error} The error object to throw
|
2635
|
-
* @private
|
2636
|
-
*/
|
2637
|
-
function configInvalidError(configName, importerName, messageTemplate) {
|
2638
|
-
return Object.assign(
|
2639
|
-
new Error(`Failed to load config "${configName}" to extend from.`),
|
2640
|
-
{
|
2641
|
-
messageTemplate,
|
2642
|
-
messageData: { configName, importerName }
|
2643
|
-
}
|
2644
|
-
);
|
2645
|
-
}
|
2646
|
-
|
2647
|
-
/**
|
2648
|
-
* Loads a configuration file regardless of the source. Inspects the file path
|
2649
|
-
* to determine the correctly way to load the config file.
|
2650
|
-
* @param {string} filePath The path to the configuration.
|
2651
|
-
* @returns {ConfigData|null} The configuration information.
|
2652
|
-
* @private
|
2653
|
-
*/
|
2654
|
-
function loadConfigFile(filePath) {
|
2655
|
-
switch (path__default["default"].extname(filePath)) {
|
2656
|
-
case ".js":
|
2657
|
-
case ".cjs":
|
2658
|
-
return loadJSConfigFile(filePath);
|
2659
|
-
|
2660
|
-
case ".json":
|
2661
|
-
if (path__default["default"].basename(filePath) === "package.json") {
|
2662
|
-
return loadPackageJSONConfigFile(filePath);
|
2663
|
-
}
|
2664
|
-
return loadJSONConfigFile(filePath);
|
2665
|
-
|
2666
|
-
case ".yaml":
|
2667
|
-
case ".yml":
|
2668
|
-
return loadYAMLConfigFile(filePath);
|
2669
|
-
|
2670
|
-
default:
|
2671
|
-
return loadLegacyConfigFile(filePath);
|
2672
|
-
}
|
2673
|
-
}
|
2674
|
-
|
2675
|
-
/**
|
2676
|
-
* Write debug log.
|
2677
|
-
* @param {string} request The requested module name.
|
2678
|
-
* @param {string} relativeTo The file path to resolve the request relative to.
|
2679
|
-
* @param {string} filePath The resolved file path.
|
2680
|
-
* @returns {void}
|
2681
|
-
*/
|
2682
|
-
function writeDebugLogForLoading(request, relativeTo, filePath) {
|
2683
|
-
/* istanbul ignore next */
|
2684
|
-
if (debug$2.enabled) {
|
2685
|
-
let nameAndVersion = null;
|
2686
|
-
|
2687
|
-
try {
|
2688
|
-
const packageJsonPath = resolve(
|
2689
|
-
`${request}/package.json`,
|
2690
|
-
relativeTo
|
2691
|
-
);
|
2692
|
-
const { version = "unknown" } = require$1(packageJsonPath);
|
2693
|
-
|
2694
|
-
nameAndVersion = `${request}@${version}`;
|
2695
|
-
} catch (error) {
|
2696
|
-
debug$2("package.json was not found:", error.message);
|
2697
|
-
nameAndVersion = request;
|
2698
|
-
}
|
2699
|
-
|
2700
|
-
debug$2("Loaded: %s (%s)", nameAndVersion, filePath);
|
2701
|
-
}
|
2702
|
-
}
|
2703
|
-
|
2704
|
-
/**
|
2705
|
-
* Create a new context with default values.
|
2706
|
-
* @param {ConfigArrayFactoryInternalSlots} slots The internal slots.
|
2707
|
-
* @param {"config" | "ignore" | "implicit-processor" | undefined} providedType The type of the current configuration. Default is `"config"`.
|
2708
|
-
* @param {string | undefined} providedName The name of the current configuration. Default is the relative path from `cwd` to `filePath`.
|
2709
|
-
* @param {string | undefined} providedFilePath The path to the current configuration. Default is empty string.
|
2710
|
-
* @param {string | undefined} providedMatchBasePath The type of the current configuration. Default is the directory of `filePath` or `cwd`.
|
2711
|
-
* @returns {ConfigArrayFactoryLoadingContext} The created context.
|
2712
|
-
*/
|
2713
|
-
function createContext(
|
2714
|
-
{ cwd, resolvePluginsRelativeTo },
|
2715
|
-
providedType,
|
2716
|
-
providedName,
|
2717
|
-
providedFilePath,
|
2718
|
-
providedMatchBasePath
|
2719
|
-
) {
|
2720
|
-
const filePath = providedFilePath
|
2721
|
-
? path__default["default"].resolve(cwd, providedFilePath)
|
2722
|
-
: "";
|
2723
|
-
const matchBasePath =
|
2724
|
-
(providedMatchBasePath && path__default["default"].resolve(cwd, providedMatchBasePath)) ||
|
2725
|
-
(filePath && path__default["default"].dirname(filePath)) ||
|
2726
|
-
cwd;
|
2727
|
-
const name =
|
2728
|
-
providedName ||
|
2729
|
-
(filePath && path__default["default"].relative(cwd, filePath)) ||
|
2730
|
-
"";
|
2731
|
-
const pluginBasePath =
|
2732
|
-
resolvePluginsRelativeTo ||
|
2733
|
-
(filePath && path__default["default"].dirname(filePath)) ||
|
2734
|
-
cwd;
|
2735
|
-
const type = providedType || "config";
|
2736
|
-
|
2737
|
-
return { filePath, matchBasePath, name, pluginBasePath, type };
|
2738
|
-
}
|
2739
|
-
|
2740
|
-
/**
|
2741
|
-
* Normalize a given plugin.
|
2742
|
-
* - Ensure the object to have four properties: configs, environments, processors, and rules.
|
2743
|
-
* - Ensure the object to not have other properties.
|
2744
|
-
* @param {Plugin} plugin The plugin to normalize.
|
2745
|
-
* @returns {Plugin} The normalized plugin.
|
2746
|
-
*/
|
2747
|
-
function normalizePlugin(plugin) {
|
2748
|
-
|
2749
|
-
// first check the cache
|
2750
|
-
let normalizedPlugin = normalizedPlugins.get(plugin);
|
2751
|
-
|
2752
|
-
if (normalizedPlugin) {
|
2753
|
-
return normalizedPlugin;
|
2754
|
-
}
|
2755
|
-
|
2756
|
-
normalizedPlugin = {
|
2757
|
-
configs: plugin.configs || {},
|
2758
|
-
environments: plugin.environments || {},
|
2759
|
-
processors: plugin.processors || {},
|
2760
|
-
rules: plugin.rules || {}
|
2761
|
-
};
|
2762
|
-
|
2763
|
-
// save the reference for later
|
2764
|
-
normalizedPlugins.set(plugin, normalizedPlugin);
|
2765
|
-
|
2766
|
-
return normalizedPlugin;
|
2767
|
-
}
|
2768
|
-
|
2769
|
-
//------------------------------------------------------------------------------
|
2770
|
-
// Public Interface
|
2771
|
-
//------------------------------------------------------------------------------
|
2772
|
-
|
2773
|
-
/**
|
2774
|
-
* The factory of `ConfigArray` objects.
|
2775
|
-
*/
|
2776
|
-
class ConfigArrayFactory {
|
2777
|
-
|
2778
|
-
/**
|
2779
|
-
* Initialize this instance.
|
2780
|
-
* @param {ConfigArrayFactoryOptions} [options] The map for additional plugins.
|
2781
|
-
*/
|
2782
|
-
constructor({
|
2783
|
-
additionalPluginPool = new Map(),
|
2784
|
-
cwd = process.cwd(),
|
2785
|
-
resolvePluginsRelativeTo,
|
2786
|
-
builtInRules,
|
2787
|
-
resolver = ModuleResolver,
|
2788
|
-
eslintAllPath,
|
2789
|
-
getEslintAllConfig,
|
2790
|
-
eslintRecommendedPath,
|
2791
|
-
getEslintRecommendedConfig
|
2792
|
-
} = {}) {
|
2793
|
-
internalSlotsMap$1.set(this, {
|
2794
|
-
additionalPluginPool,
|
2795
|
-
cwd,
|
2796
|
-
resolvePluginsRelativeTo:
|
2797
|
-
resolvePluginsRelativeTo &&
|
2798
|
-
path__default["default"].resolve(cwd, resolvePluginsRelativeTo),
|
2799
|
-
builtInRules,
|
2800
|
-
resolver,
|
2801
|
-
eslintAllPath,
|
2802
|
-
getEslintAllConfig,
|
2803
|
-
eslintRecommendedPath,
|
2804
|
-
getEslintRecommendedConfig
|
2805
|
-
});
|
2806
|
-
}
|
2807
|
-
|
2808
|
-
/**
|
2809
|
-
* Create `ConfigArray` instance from a config data.
|
2810
|
-
* @param {ConfigData|null} configData The config data to create.
|
2811
|
-
* @param {Object} [options] The options.
|
2812
|
-
* @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
|
2813
|
-
* @param {string} [options.filePath] The path to this config data.
|
2814
|
-
* @param {string} [options.name] The config name.
|
2815
|
-
* @returns {ConfigArray} Loaded config.
|
2816
|
-
*/
|
2817
|
-
create(configData, { basePath, filePath, name } = {}) {
|
2818
|
-
if (!configData) {
|
2819
|
-
return new ConfigArray();
|
2820
|
-
}
|
2821
|
-
|
2822
|
-
const slots = internalSlotsMap$1.get(this);
|
2823
|
-
const ctx = createContext(slots, "config", name, filePath, basePath);
|
2824
|
-
const elements = this._normalizeConfigData(configData, ctx);
|
2825
|
-
|
2826
|
-
return new ConfigArray(...elements);
|
2827
|
-
}
|
2828
|
-
|
2829
|
-
/**
|
2830
|
-
* Load a config file.
|
2831
|
-
* @param {string} filePath The path to a config file.
|
2832
|
-
* @param {Object} [options] The options.
|
2833
|
-
* @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
|
2834
|
-
* @param {string} [options.name] The config name.
|
2835
|
-
* @returns {ConfigArray} Loaded config.
|
2836
|
-
*/
|
2837
|
-
loadFile(filePath, { basePath, name } = {}) {
|
2838
|
-
const slots = internalSlotsMap$1.get(this);
|
2839
|
-
const ctx = createContext(slots, "config", name, filePath, basePath);
|
2840
|
-
|
2841
|
-
return new ConfigArray(...this._loadConfigData(ctx));
|
2842
|
-
}
|
2843
|
-
|
2844
|
-
/**
|
2845
|
-
* Load the config file on a given directory if exists.
|
2846
|
-
* @param {string} directoryPath The path to a directory.
|
2847
|
-
* @param {Object} [options] The options.
|
2848
|
-
* @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
|
2849
|
-
* @param {string} [options.name] The config name.
|
2850
|
-
* @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
|
2851
|
-
*/
|
2852
|
-
loadInDirectory(directoryPath, { basePath, name } = {}) {
|
2853
|
-
const slots = internalSlotsMap$1.get(this);
|
2854
|
-
|
2855
|
-
for (const filename of configFilenames) {
|
2856
|
-
const ctx = createContext(
|
2857
|
-
slots,
|
2858
|
-
"config",
|
2859
|
-
name,
|
2860
|
-
path__default["default"].join(directoryPath, filename),
|
2861
|
-
basePath
|
2862
|
-
);
|
2863
|
-
|
2864
|
-
if (fs__default["default"].existsSync(ctx.filePath) && fs__default["default"].statSync(ctx.filePath).isFile()) {
|
2865
|
-
let configData;
|
2866
|
-
|
2867
|
-
try {
|
2868
|
-
configData = loadConfigFile(ctx.filePath);
|
2869
|
-
} catch (error) {
|
2870
|
-
if (!error || error.code !== "ESLINT_CONFIG_FIELD_NOT_FOUND") {
|
2871
|
-
throw error;
|
2872
|
-
}
|
2873
|
-
}
|
2874
|
-
|
2875
|
-
if (configData) {
|
2876
|
-
debug$2(`Config file found: ${ctx.filePath}`);
|
2877
|
-
return new ConfigArray(
|
2878
|
-
...this._normalizeConfigData(configData, ctx)
|
2879
|
-
);
|
2880
|
-
}
|
2881
|
-
}
|
2882
|
-
}
|
2883
|
-
|
2884
|
-
debug$2(`Config file not found on ${directoryPath}`);
|
2885
|
-
return new ConfigArray();
|
2886
|
-
}
|
2887
|
-
|
2888
|
-
/**
|
2889
|
-
* Check if a config file on a given directory exists or not.
|
2890
|
-
* @param {string} directoryPath The path to a directory.
|
2891
|
-
* @returns {string | null} The path to the found config file. If not found then null.
|
2892
|
-
*/
|
2893
|
-
static getPathToConfigFileInDirectory(directoryPath) {
|
2894
|
-
for (const filename of configFilenames) {
|
2895
|
-
const filePath = path__default["default"].join(directoryPath, filename);
|
2896
|
-
|
2897
|
-
if (fs__default["default"].existsSync(filePath)) {
|
2898
|
-
if (filename === "package.json") {
|
2899
|
-
try {
|
2900
|
-
loadPackageJSONConfigFile(filePath);
|
2901
|
-
return filePath;
|
2902
|
-
} catch { /* ignore */ }
|
2903
|
-
} else {
|
2904
|
-
return filePath;
|
2905
|
-
}
|
2906
|
-
}
|
2907
|
-
}
|
2908
|
-
return null;
|
2909
|
-
}
|
2910
|
-
|
2911
|
-
/**
|
2912
|
-
* Load `.eslintignore` file.
|
2913
|
-
* @param {string} filePath The path to a `.eslintignore` file to load.
|
2914
|
-
* @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
|
2915
|
-
*/
|
2916
|
-
loadESLintIgnore(filePath) {
|
2917
|
-
const slots = internalSlotsMap$1.get(this);
|
2918
|
-
const ctx = createContext(
|
2919
|
-
slots,
|
2920
|
-
"ignore",
|
2921
|
-
void 0,
|
2922
|
-
filePath,
|
2923
|
-
slots.cwd
|
2924
|
-
);
|
2925
|
-
const ignorePatterns = loadESLintIgnoreFile(ctx.filePath);
|
2926
|
-
|
2927
|
-
return new ConfigArray(
|
2928
|
-
...this._normalizeESLintIgnoreData(ignorePatterns, ctx)
|
2929
|
-
);
|
2930
|
-
}
|
2931
|
-
|
2932
|
-
/**
|
2933
|
-
* Load `.eslintignore` file in the current working directory.
|
2934
|
-
* @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
|
2935
|
-
*/
|
2936
|
-
loadDefaultESLintIgnore() {
|
2937
|
-
const slots = internalSlotsMap$1.get(this);
|
2938
|
-
const eslintIgnorePath = path__default["default"].resolve(slots.cwd, ".eslintignore");
|
2939
|
-
const packageJsonPath = path__default["default"].resolve(slots.cwd, "package.json");
|
2940
|
-
|
2941
|
-
if (fs__default["default"].existsSync(eslintIgnorePath)) {
|
2942
|
-
return this.loadESLintIgnore(eslintIgnorePath);
|
2943
|
-
}
|
2944
|
-
if (fs__default["default"].existsSync(packageJsonPath)) {
|
2945
|
-
const data = loadJSONConfigFile(packageJsonPath);
|
2946
|
-
|
2947
|
-
if (Object.hasOwnProperty.call(data, "eslintIgnore")) {
|
2948
|
-
if (!Array.isArray(data.eslintIgnore)) {
|
2949
|
-
throw new Error("Package.json eslintIgnore property requires an array of paths");
|
2950
|
-
}
|
2951
|
-
const ctx = createContext(
|
2952
|
-
slots,
|
2953
|
-
"ignore",
|
2954
|
-
"eslintIgnore in package.json",
|
2955
|
-
packageJsonPath,
|
2956
|
-
slots.cwd
|
2957
|
-
);
|
2958
|
-
|
2959
|
-
return new ConfigArray(
|
2960
|
-
...this._normalizeESLintIgnoreData(data.eslintIgnore, ctx)
|
2961
|
-
);
|
2962
|
-
}
|
2963
|
-
}
|
2964
|
-
|
2965
|
-
return new ConfigArray();
|
2966
|
-
}
|
2967
|
-
|
2968
|
-
/**
|
2969
|
-
* Load a given config file.
|
2970
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
2971
|
-
* @returns {IterableIterator<ConfigArrayElement>} Loaded config.
|
2972
|
-
* @private
|
2973
|
-
*/
|
2974
|
-
_loadConfigData(ctx) {
|
2975
|
-
return this._normalizeConfigData(loadConfigFile(ctx.filePath), ctx);
|
2976
|
-
}
|
2977
|
-
|
2978
|
-
/**
|
2979
|
-
* Normalize a given `.eslintignore` data to config array elements.
|
2980
|
-
* @param {string[]} ignorePatterns The patterns to ignore files.
|
2981
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
2982
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
2983
|
-
* @private
|
2984
|
-
*/
|
2985
|
-
*_normalizeESLintIgnoreData(ignorePatterns, ctx) {
|
2986
|
-
const elements = this._normalizeObjectConfigData(
|
2987
|
-
{ ignorePatterns },
|
2988
|
-
ctx
|
2989
|
-
);
|
2990
|
-
|
2991
|
-
// Set `ignorePattern.loose` flag for backward compatibility.
|
2992
|
-
for (const element of elements) {
|
2993
|
-
if (element.ignorePattern) {
|
2994
|
-
element.ignorePattern.loose = true;
|
2995
|
-
}
|
2996
|
-
yield element;
|
2997
|
-
}
|
2998
|
-
}
|
2999
|
-
|
3000
|
-
/**
|
3001
|
-
* Normalize a given config to an array.
|
3002
|
-
* @param {ConfigData} configData The config data to normalize.
|
3003
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3004
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3005
|
-
* @private
|
3006
|
-
*/
|
3007
|
-
_normalizeConfigData(configData, ctx) {
|
3008
|
-
const validator = new ConfigValidator();
|
3009
|
-
|
3010
|
-
validator.validateConfigSchema(configData, ctx.name || ctx.filePath);
|
3011
|
-
return this._normalizeObjectConfigData(configData, ctx);
|
3012
|
-
}
|
3013
|
-
|
3014
|
-
/**
|
3015
|
-
* Normalize a given config to an array.
|
3016
|
-
* @param {ConfigData|OverrideConfigData} configData The config data to normalize.
|
3017
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3018
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3019
|
-
* @private
|
3020
|
-
*/
|
3021
|
-
*_normalizeObjectConfigData(configData, ctx) {
|
3022
|
-
const { files, excludedFiles, ...configBody } = configData;
|
3023
|
-
const criteria = OverrideTester.create(
|
3024
|
-
files,
|
3025
|
-
excludedFiles,
|
3026
|
-
ctx.matchBasePath
|
3027
|
-
);
|
3028
|
-
const elements = this._normalizeObjectConfigDataBody(configBody, ctx);
|
3029
|
-
|
3030
|
-
// Apply the criteria to every element.
|
3031
|
-
for (const element of elements) {
|
3032
|
-
|
3033
|
-
/*
|
3034
|
-
* Merge the criteria.
|
3035
|
-
* This is for the `overrides` entries that came from the
|
3036
|
-
* configurations of `overrides[].extends`.
|
3037
|
-
*/
|
3038
|
-
element.criteria = OverrideTester.and(criteria, element.criteria);
|
3039
|
-
|
3040
|
-
/*
|
3041
|
-
* Remove `root` property to ignore `root` settings which came from
|
3042
|
-
* `extends` in `overrides`.
|
3043
|
-
*/
|
3044
|
-
if (element.criteria) {
|
3045
|
-
element.root = void 0;
|
3046
|
-
}
|
3047
|
-
|
3048
|
-
yield element;
|
3049
|
-
}
|
3050
|
-
}
|
3051
|
-
|
3052
|
-
/**
|
3053
|
-
* Normalize a given config to an array.
|
3054
|
-
* @param {ConfigData} configData The config data to normalize.
|
3055
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3056
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3057
|
-
* @private
|
3058
|
-
*/
|
3059
|
-
*_normalizeObjectConfigDataBody(
|
3060
|
-
{
|
3061
|
-
env,
|
3062
|
-
extends: extend,
|
3063
|
-
globals,
|
3064
|
-
ignorePatterns,
|
3065
|
-
noInlineConfig,
|
3066
|
-
parser: parserName,
|
3067
|
-
parserOptions,
|
3068
|
-
plugins: pluginList,
|
3069
|
-
processor,
|
3070
|
-
reportUnusedDisableDirectives,
|
3071
|
-
root,
|
3072
|
-
rules,
|
3073
|
-
settings,
|
3074
|
-
overrides: overrideList = []
|
3075
|
-
},
|
3076
|
-
ctx
|
3077
|
-
) {
|
3078
|
-
const extendList = Array.isArray(extend) ? extend : [extend];
|
3079
|
-
const ignorePattern = ignorePatterns && new IgnorePattern(
|
3080
|
-
Array.isArray(ignorePatterns) ? ignorePatterns : [ignorePatterns],
|
3081
|
-
ctx.matchBasePath
|
3082
|
-
);
|
3083
|
-
|
3084
|
-
// Flatten `extends`.
|
3085
|
-
for (const extendName of extendList.filter(Boolean)) {
|
3086
|
-
yield* this._loadExtends(extendName, ctx);
|
3087
|
-
}
|
3088
|
-
|
3089
|
-
// Load parser & plugins.
|
3090
|
-
const parser = parserName && this._loadParser(parserName, ctx);
|
3091
|
-
const plugins = pluginList && this._loadPlugins(pluginList, ctx);
|
3092
|
-
|
3093
|
-
// Yield pseudo config data for file extension processors.
|
3094
|
-
if (plugins) {
|
3095
|
-
yield* this._takeFileExtensionProcessors(plugins, ctx);
|
3096
|
-
}
|
3097
|
-
|
3098
|
-
// Yield the config data except `extends` and `overrides`.
|
3099
|
-
yield {
|
3100
|
-
|
3101
|
-
// Debug information.
|
3102
|
-
type: ctx.type,
|
3103
|
-
name: ctx.name,
|
3104
|
-
filePath: ctx.filePath,
|
3105
|
-
|
3106
|
-
// Config data.
|
3107
|
-
criteria: null,
|
3108
|
-
env,
|
3109
|
-
globals,
|
3110
|
-
ignorePattern,
|
3111
|
-
noInlineConfig,
|
3112
|
-
parser,
|
3113
|
-
parserOptions,
|
3114
|
-
plugins,
|
3115
|
-
processor,
|
3116
|
-
reportUnusedDisableDirectives,
|
3117
|
-
root,
|
3118
|
-
rules,
|
3119
|
-
settings
|
3120
|
-
};
|
3121
|
-
|
3122
|
-
// Flatten `overries`.
|
3123
|
-
for (let i = 0; i < overrideList.length; ++i) {
|
3124
|
-
yield* this._normalizeObjectConfigData(
|
3125
|
-
overrideList[i],
|
3126
|
-
{ ...ctx, name: `${ctx.name}#overrides[${i}]` }
|
3127
|
-
);
|
3128
|
-
}
|
3129
|
-
}
|
3130
|
-
|
3131
|
-
/**
|
3132
|
-
* Load configs of an element in `extends`.
|
3133
|
-
* @param {string} extendName The name of a base config.
|
3134
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3135
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3136
|
-
* @private
|
3137
|
-
*/
|
3138
|
-
_loadExtends(extendName, ctx) {
|
3139
|
-
debug$2("Loading {extends:%j} relative to %s", extendName, ctx.filePath);
|
3140
|
-
try {
|
3141
|
-
if (extendName.startsWith("eslint:")) {
|
3142
|
-
return this._loadExtendedBuiltInConfig(extendName, ctx);
|
3143
|
-
}
|
3144
|
-
if (extendName.startsWith("plugin:")) {
|
3145
|
-
return this._loadExtendedPluginConfig(extendName, ctx);
|
3146
|
-
}
|
3147
|
-
return this._loadExtendedShareableConfig(extendName, ctx);
|
3148
|
-
} catch (error) {
|
3149
|
-
error.message += `\nReferenced from: ${ctx.filePath || ctx.name}`;
|
3150
|
-
throw error;
|
3151
|
-
}
|
3152
|
-
}
|
3153
|
-
|
3154
|
-
/**
|
3155
|
-
* Load configs of an element in `extends`.
|
3156
|
-
* @param {string} extendName The name of a base config.
|
3157
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3158
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3159
|
-
* @private
|
3160
|
-
*/
|
3161
|
-
_loadExtendedBuiltInConfig(extendName, ctx) {
|
3162
|
-
const {
|
3163
|
-
eslintAllPath,
|
3164
|
-
getEslintAllConfig,
|
3165
|
-
eslintRecommendedPath,
|
3166
|
-
getEslintRecommendedConfig
|
3167
|
-
} = internalSlotsMap$1.get(this);
|
3168
|
-
|
3169
|
-
if (extendName === "eslint:recommended") {
|
3170
|
-
const name = `${ctx.name} » ${extendName}`;
|
3171
|
-
|
3172
|
-
if (getEslintRecommendedConfig) {
|
3173
|
-
if (typeof getEslintRecommendedConfig !== "function") {
|
3174
|
-
throw new Error(`getEslintRecommendedConfig must be a function instead of '${getEslintRecommendedConfig}'`);
|
3175
|
-
}
|
3176
|
-
return this._normalizeConfigData(getEslintRecommendedConfig(), { ...ctx, name, filePath: "" });
|
3177
|
-
}
|
3178
|
-
return this._loadConfigData({
|
3179
|
-
...ctx,
|
3180
|
-
name,
|
3181
|
-
filePath: eslintRecommendedPath
|
3182
|
-
});
|
3183
|
-
}
|
3184
|
-
if (extendName === "eslint:all") {
|
3185
|
-
const name = `${ctx.name} » ${extendName}`;
|
3186
|
-
|
3187
|
-
if (getEslintAllConfig) {
|
3188
|
-
if (typeof getEslintAllConfig !== "function") {
|
3189
|
-
throw new Error(`getEslintAllConfig must be a function instead of '${getEslintAllConfig}'`);
|
3190
|
-
}
|
3191
|
-
return this._normalizeConfigData(getEslintAllConfig(), { ...ctx, name, filePath: "" });
|
3192
|
-
}
|
3193
|
-
return this._loadConfigData({
|
3194
|
-
...ctx,
|
3195
|
-
name,
|
3196
|
-
filePath: eslintAllPath
|
3197
|
-
});
|
3198
|
-
}
|
3199
|
-
|
3200
|
-
throw configInvalidError(extendName, ctx.name, "extend-config-missing");
|
3201
|
-
}
|
3202
|
-
|
3203
|
-
/**
|
3204
|
-
* Load configs of an element in `extends`.
|
3205
|
-
* @param {string} extendName The name of a base config.
|
3206
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3207
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3208
|
-
* @private
|
3209
|
-
*/
|
3210
|
-
_loadExtendedPluginConfig(extendName, ctx) {
|
3211
|
-
const slashIndex = extendName.lastIndexOf("/");
|
3212
|
-
|
3213
|
-
if (slashIndex === -1) {
|
3214
|
-
throw configInvalidError(extendName, ctx.filePath, "plugin-invalid");
|
3215
|
-
}
|
3216
|
-
|
3217
|
-
const pluginName = extendName.slice("plugin:".length, slashIndex);
|
3218
|
-
const configName = extendName.slice(slashIndex + 1);
|
3219
|
-
|
3220
|
-
if (isFilePath(pluginName)) {
|
3221
|
-
throw new Error("'extends' cannot use a file path for plugins.");
|
3222
|
-
}
|
3223
|
-
|
3224
|
-
const plugin = this._loadPlugin(pluginName, ctx);
|
3225
|
-
const configData =
|
3226
|
-
plugin.definition &&
|
3227
|
-
plugin.definition.configs[configName];
|
3228
|
-
|
3229
|
-
if (configData) {
|
3230
|
-
return this._normalizeConfigData(configData, {
|
3231
|
-
...ctx,
|
3232
|
-
filePath: plugin.filePath || ctx.filePath,
|
3233
|
-
name: `${ctx.name} » plugin:${plugin.id}/${configName}`
|
3234
|
-
});
|
3235
|
-
}
|
3236
|
-
|
3237
|
-
throw plugin.error || configInvalidError(extendName, ctx.filePath, "extend-config-missing");
|
3238
|
-
}
|
3239
|
-
|
3240
|
-
/**
|
3241
|
-
* Load configs of an element in `extends`.
|
3242
|
-
* @param {string} extendName The name of a base config.
|
3243
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3244
|
-
* @returns {IterableIterator<ConfigArrayElement>} The normalized config.
|
3245
|
-
* @private
|
3246
|
-
*/
|
3247
|
-
_loadExtendedShareableConfig(extendName, ctx) {
|
3248
|
-
const { cwd, resolver } = internalSlotsMap$1.get(this);
|
3249
|
-
const relativeTo = ctx.filePath || path__default["default"].join(cwd, "__placeholder__.js");
|
3250
|
-
let request;
|
3251
|
-
|
3252
|
-
if (isFilePath(extendName)) {
|
3253
|
-
request = extendName;
|
3254
|
-
} else if (extendName.startsWith(".")) {
|
3255
|
-
request = `./${extendName}`; // For backward compatibility. A ton of tests depended on this behavior.
|
3256
|
-
} else {
|
3257
|
-
request = normalizePackageName(
|
3258
|
-
extendName,
|
3259
|
-
"eslint-config"
|
3260
|
-
);
|
3261
|
-
}
|
3262
|
-
|
3263
|
-
let filePath;
|
3264
|
-
|
3265
|
-
try {
|
3266
|
-
filePath = resolver.resolve(request, relativeTo);
|
3267
|
-
} catch (error) {
|
3268
|
-
/* istanbul ignore else */
|
3269
|
-
if (error && error.code === "MODULE_NOT_FOUND") {
|
3270
|
-
throw configInvalidError(extendName, ctx.filePath, "extend-config-missing");
|
3271
|
-
}
|
3272
|
-
throw error;
|
3273
|
-
}
|
3274
|
-
|
3275
|
-
writeDebugLogForLoading(request, relativeTo, filePath);
|
3276
|
-
return this._loadConfigData({
|
3277
|
-
...ctx,
|
3278
|
-
filePath,
|
3279
|
-
name: `${ctx.name} » ${request}`
|
3280
|
-
});
|
3281
|
-
}
|
3282
|
-
|
3283
|
-
/**
|
3284
|
-
* Load given plugins.
|
3285
|
-
* @param {string[]} names The plugin names to load.
|
3286
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3287
|
-
* @returns {Record<string,DependentPlugin>} The loaded parser.
|
3288
|
-
* @private
|
3289
|
-
*/
|
3290
|
-
_loadPlugins(names, ctx) {
|
3291
|
-
return names.reduce((map, name) => {
|
3292
|
-
if (isFilePath(name)) {
|
3293
|
-
throw new Error("Plugins array cannot includes file paths.");
|
3294
|
-
}
|
3295
|
-
const plugin = this._loadPlugin(name, ctx);
|
3296
|
-
|
3297
|
-
map[plugin.id] = plugin;
|
3298
|
-
|
3299
|
-
return map;
|
3300
|
-
}, {});
|
3301
|
-
}
|
3302
|
-
|
3303
|
-
/**
|
3304
|
-
* Load a given parser.
|
3305
|
-
* @param {string} nameOrPath The package name or the path to a parser file.
|
3306
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3307
|
-
* @returns {DependentParser} The loaded parser.
|
3308
|
-
*/
|
3309
|
-
_loadParser(nameOrPath, ctx) {
|
3310
|
-
debug$2("Loading parser %j from %s", nameOrPath, ctx.filePath);
|
3311
|
-
|
3312
|
-
const { cwd, resolver } = internalSlotsMap$1.get(this);
|
3313
|
-
const relativeTo = ctx.filePath || path__default["default"].join(cwd, "__placeholder__.js");
|
3314
|
-
|
3315
|
-
try {
|
3316
|
-
const filePath = resolver.resolve(nameOrPath, relativeTo);
|
3317
|
-
|
3318
|
-
writeDebugLogForLoading(nameOrPath, relativeTo, filePath);
|
3319
|
-
|
3320
|
-
return new ConfigDependency({
|
3321
|
-
definition: require$1(filePath),
|
3322
|
-
filePath,
|
3323
|
-
id: nameOrPath,
|
3324
|
-
importerName: ctx.name,
|
3325
|
-
importerPath: ctx.filePath
|
3326
|
-
});
|
3327
|
-
} catch (error) {
|
3328
|
-
|
3329
|
-
// If the parser name is "espree", load the espree of ESLint.
|
3330
|
-
if (nameOrPath === "espree") {
|
3331
|
-
debug$2("Fallback espree.");
|
3332
|
-
return new ConfigDependency({
|
3333
|
-
definition: require$1("espree"),
|
3334
|
-
filePath: require$1.resolve("espree"),
|
3335
|
-
id: nameOrPath,
|
3336
|
-
importerName: ctx.name,
|
3337
|
-
importerPath: ctx.filePath
|
3338
|
-
});
|
3339
|
-
}
|
3340
|
-
|
3341
|
-
debug$2("Failed to load parser '%s' declared in '%s'.", nameOrPath, ctx.name);
|
3342
|
-
error.message = `Failed to load parser '${nameOrPath}' declared in '${ctx.name}': ${error.message}`;
|
3343
|
-
|
3344
|
-
return new ConfigDependency({
|
3345
|
-
error,
|
3346
|
-
id: nameOrPath,
|
3347
|
-
importerName: ctx.name,
|
3348
|
-
importerPath: ctx.filePath
|
3349
|
-
});
|
3350
|
-
}
|
3351
|
-
}
|
3352
|
-
|
3353
|
-
/**
|
3354
|
-
* Load a given plugin.
|
3355
|
-
* @param {string} name The plugin name to load.
|
3356
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3357
|
-
* @returns {DependentPlugin} The loaded plugin.
|
3358
|
-
* @private
|
3359
|
-
*/
|
3360
|
-
_loadPlugin(name, ctx) {
|
3361
|
-
debug$2("Loading plugin %j from %s", name, ctx.filePath);
|
3362
|
-
|
3363
|
-
const { additionalPluginPool, resolver } = internalSlotsMap$1.get(this);
|
3364
|
-
const request = normalizePackageName(name, "eslint-plugin");
|
3365
|
-
const id = getShorthandName(request, "eslint-plugin");
|
3366
|
-
const relativeTo = path__default["default"].join(ctx.pluginBasePath, "__placeholder__.js");
|
3367
|
-
|
3368
|
-
if (name.match(/\s+/u)) {
|
3369
|
-
const error = Object.assign(
|
3370
|
-
new Error(`Whitespace found in plugin name '${name}'`),
|
3371
|
-
{
|
3372
|
-
messageTemplate: "whitespace-found",
|
3373
|
-
messageData: { pluginName: request }
|
3374
|
-
}
|
3375
|
-
);
|
3376
|
-
|
3377
|
-
return new ConfigDependency({
|
3378
|
-
error,
|
3379
|
-
id,
|
3380
|
-
importerName: ctx.name,
|
3381
|
-
importerPath: ctx.filePath
|
3382
|
-
});
|
3383
|
-
}
|
3384
|
-
|
3385
|
-
// Check for additional pool.
|
3386
|
-
const plugin =
|
3387
|
-
additionalPluginPool.get(request) ||
|
3388
|
-
additionalPluginPool.get(id);
|
3389
|
-
|
3390
|
-
if (plugin) {
|
3391
|
-
return new ConfigDependency({
|
3392
|
-
definition: normalizePlugin(plugin),
|
3393
|
-
filePath: "", // It's unknown where the plugin came from.
|
3394
|
-
id,
|
3395
|
-
importerName: ctx.name,
|
3396
|
-
importerPath: ctx.filePath
|
3397
|
-
});
|
3398
|
-
}
|
3399
|
-
|
3400
|
-
let filePath;
|
3401
|
-
let error;
|
3402
|
-
|
3403
|
-
try {
|
3404
|
-
filePath = resolver.resolve(request, relativeTo);
|
3405
|
-
} catch (resolveError) {
|
3406
|
-
error = resolveError;
|
3407
|
-
/* istanbul ignore else */
|
3408
|
-
if (error && error.code === "MODULE_NOT_FOUND") {
|
3409
|
-
error.messageTemplate = "plugin-missing";
|
3410
|
-
error.messageData = {
|
3411
|
-
pluginName: request,
|
3412
|
-
resolvePluginsRelativeTo: ctx.pluginBasePath,
|
3413
|
-
importerName: ctx.name
|
3414
|
-
};
|
3415
|
-
}
|
3416
|
-
}
|
3417
|
-
|
3418
|
-
if (filePath) {
|
3419
|
-
try {
|
3420
|
-
writeDebugLogForLoading(request, relativeTo, filePath);
|
3421
|
-
|
3422
|
-
const startTime = Date.now();
|
3423
|
-
const pluginDefinition = require$1(filePath);
|
3424
|
-
|
3425
|
-
debug$2(`Plugin ${filePath} loaded in: ${Date.now() - startTime}ms`);
|
3426
|
-
|
3427
|
-
return new ConfigDependency({
|
3428
|
-
definition: normalizePlugin(pluginDefinition),
|
3429
|
-
filePath,
|
3430
|
-
id,
|
3431
|
-
importerName: ctx.name,
|
3432
|
-
importerPath: ctx.filePath
|
3433
|
-
});
|
3434
|
-
} catch (loadError) {
|
3435
|
-
error = loadError;
|
3436
|
-
}
|
3437
|
-
}
|
3438
|
-
|
3439
|
-
debug$2("Failed to load plugin '%s' declared in '%s'.", name, ctx.name);
|
3440
|
-
error.message = `Failed to load plugin '${name}' declared in '${ctx.name}': ${error.message}`;
|
3441
|
-
return new ConfigDependency({
|
3442
|
-
error,
|
3443
|
-
id,
|
3444
|
-
importerName: ctx.name,
|
3445
|
-
importerPath: ctx.filePath
|
3446
|
-
});
|
3447
|
-
}
|
3448
|
-
|
3449
|
-
/**
|
3450
|
-
* Take file expression processors as config array elements.
|
3451
|
-
* @param {Record<string,DependentPlugin>} plugins The plugin definitions.
|
3452
|
-
* @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
|
3453
|
-
* @returns {IterableIterator<ConfigArrayElement>} The config array elements of file expression processors.
|
3454
|
-
* @private
|
3455
|
-
*/
|
3456
|
-
*_takeFileExtensionProcessors(plugins, ctx) {
|
3457
|
-
for (const pluginId of Object.keys(plugins)) {
|
3458
|
-
const processors =
|
3459
|
-
plugins[pluginId] &&
|
3460
|
-
plugins[pluginId].definition &&
|
3461
|
-
plugins[pluginId].definition.processors;
|
3462
|
-
|
3463
|
-
if (!processors) {
|
3464
|
-
continue;
|
3465
|
-
}
|
3466
|
-
|
3467
|
-
for (const processorId of Object.keys(processors)) {
|
3468
|
-
if (processorId.startsWith(".")) {
|
3469
|
-
yield* this._normalizeObjectConfigData(
|
3470
|
-
{
|
3471
|
-
files: [`*${processorId}`],
|
3472
|
-
processor: `${pluginId}/${processorId}`
|
3473
|
-
},
|
3474
|
-
{
|
3475
|
-
...ctx,
|
3476
|
-
type: "implicit-processor",
|
3477
|
-
name: `${ctx.name}#processors["${pluginId}/${processorId}"]`
|
3478
|
-
}
|
3479
|
-
);
|
3480
|
-
}
|
3481
|
-
}
|
3482
|
-
}
|
3483
|
-
}
|
3484
|
-
}
|
3485
|
-
|
3486
|
-
/**
|
3487
|
-
* @fileoverview `CascadingConfigArrayFactory` class.
|
3488
|
-
*
|
3489
|
-
* `CascadingConfigArrayFactory` class has a responsibility:
|
3490
|
-
*
|
3491
|
-
* 1. Handles cascading of config files.
|
3492
|
-
*
|
3493
|
-
* It provides two methods:
|
3494
|
-
*
|
3495
|
-
* - `getConfigArrayForFile(filePath)`
|
3496
|
-
* Get the corresponded configuration of a given file. This method doesn't
|
3497
|
-
* throw even if the given file didn't exist.
|
3498
|
-
* - `clearCache()`
|
3499
|
-
* Clear the internal cache. You have to call this method when
|
3500
|
-
* `additionalPluginPool` was updated if `baseConfig` or `cliConfig` depends
|
3501
|
-
* on the additional plugins. (`CLIEngine#addPlugin()` method calls this.)
|
3502
|
-
*
|
3503
|
-
* @author Toru Nagashima <https://github.com/mysticatea>
|
3504
|
-
*/
|
3505
|
-
|
3506
|
-
const debug$1 = debugOrig__default["default"]("eslintrc:cascading-config-array-factory");
|
3507
|
-
|
3508
|
-
//------------------------------------------------------------------------------
|
3509
|
-
// Helpers
|
3510
|
-
//------------------------------------------------------------------------------
|
3511
|
-
|
3512
|
-
// Define types for VSCode IntelliSense.
|
3513
|
-
/** @typedef {import("./shared/types").ConfigData} ConfigData */
|
3514
|
-
/** @typedef {import("./shared/types").Parser} Parser */
|
3515
|
-
/** @typedef {import("./shared/types").Plugin} Plugin */
|
3516
|
-
/** @typedef {import("./shared/types").Rule} Rule */
|
3517
|
-
/** @typedef {ReturnType<ConfigArrayFactory["create"]>} ConfigArray */
|
3518
|
-
|
3519
|
-
/**
|
3520
|
-
* @typedef {Object} CascadingConfigArrayFactoryOptions
|
3521
|
-
* @property {Map<string,Plugin>} [additionalPluginPool] The map for additional plugins.
|
3522
|
-
* @property {ConfigData} [baseConfig] The config by `baseConfig` option.
|
3523
|
-
* @property {ConfigData} [cliConfig] The config by CLI options (`--env`, `--global`, `--ignore-pattern`, `--parser`, `--parser-options`, `--plugin`, and `--rule`). CLI options overwrite the setting in config files.
|
3524
|
-
* @property {string} [cwd] The base directory to start lookup.
|
3525
|
-
* @property {string} [ignorePath] The path to the alternative file of `.eslintignore`.
|
3526
|
-
* @property {string[]} [rulePaths] The value of `--rulesdir` option.
|
3527
|
-
* @property {string} [specificConfigPath] The value of `--config` option.
|
3528
|
-
* @property {boolean} [useEslintrc] if `false` then it doesn't load config files.
|
3529
|
-
* @property {Function} loadRules The function to use to load rules.
|
3530
|
-
* @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
|
3531
|
-
* @property {Object} [resolver=ModuleResolver] The module resolver object.
|
3532
|
-
* @property {string} eslintAllPath The path to the definitions for eslint:all.
|
3533
|
-
* @property {Function} getEslintAllConfig Returns the config data for eslint:all.
|
3534
|
-
* @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
|
3535
|
-
* @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
|
3536
|
-
*/
|
3537
|
-
|
3538
|
-
/**
|
3539
|
-
* @typedef {Object} CascadingConfigArrayFactoryInternalSlots
|
3540
|
-
* @property {ConfigArray} baseConfigArray The config array of `baseConfig` option.
|
3541
|
-
* @property {ConfigData} baseConfigData The config data of `baseConfig` option. This is used to reset `baseConfigArray`.
|
3542
|
-
* @property {ConfigArray} cliConfigArray The config array of CLI options.
|
3543
|
-
* @property {ConfigData} cliConfigData The config data of CLI options. This is used to reset `cliConfigArray`.
|
3544
|
-
* @property {ConfigArrayFactory} configArrayFactory The factory for config arrays.
|
3545
|
-
* @property {Map<string, ConfigArray>} configCache The cache from directory paths to config arrays.
|
3546
|
-
* @property {string} cwd The base directory to start lookup.
|
3547
|
-
* @property {WeakMap<ConfigArray, ConfigArray>} finalizeCache The cache from config arrays to finalized config arrays.
|
3548
|
-
* @property {string} [ignorePath] The path to the alternative file of `.eslintignore`.
|
3549
|
-
* @property {string[]|null} rulePaths The value of `--rulesdir` option. This is used to reset `baseConfigArray`.
|
3550
|
-
* @property {string|null} specificConfigPath The value of `--config` option. This is used to reset `cliConfigArray`.
|
3551
|
-
* @property {boolean} useEslintrc if `false` then it doesn't load config files.
|
3552
|
-
* @property {Function} loadRules The function to use to load rules.
|
3553
|
-
* @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
|
3554
|
-
* @property {Object} [resolver=ModuleResolver] The module resolver object.
|
3555
|
-
* @property {string} eslintAllPath The path to the definitions for eslint:all.
|
3556
|
-
* @property {Function} getEslintAllConfig Returns the config data for eslint:all.
|
3557
|
-
* @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
|
3558
|
-
* @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
|
3559
|
-
*/
|
3560
|
-
|
3561
|
-
/** @type {WeakMap<CascadingConfigArrayFactory, CascadingConfigArrayFactoryInternalSlots>} */
|
3562
|
-
const internalSlotsMap = new WeakMap();
|
3563
|
-
|
3564
|
-
/**
|
3565
|
-
* Create the config array from `baseConfig` and `rulePaths`.
|
3566
|
-
* @param {CascadingConfigArrayFactoryInternalSlots} slots The slots.
|
3567
|
-
* @returns {ConfigArray} The config array of the base configs.
|
3568
|
-
*/
|
3569
|
-
function createBaseConfigArray({
|
3570
|
-
configArrayFactory,
|
3571
|
-
baseConfigData,
|
3572
|
-
rulePaths,
|
3573
|
-
cwd,
|
3574
|
-
loadRules
|
3575
|
-
}) {
|
3576
|
-
const baseConfigArray = configArrayFactory.create(
|
3577
|
-
baseConfigData,
|
3578
|
-
{ name: "BaseConfig" }
|
3579
|
-
);
|
3580
|
-
|
3581
|
-
/*
|
3582
|
-
* Create the config array element for the default ignore patterns.
|
3583
|
-
* This element has `ignorePattern` property that ignores the default
|
3584
|
-
* patterns in the current working directory.
|
3585
|
-
*/
|
3586
|
-
baseConfigArray.unshift(configArrayFactory.create(
|
3587
|
-
{ ignorePatterns: IgnorePattern.DefaultPatterns },
|
3588
|
-
{ name: "DefaultIgnorePattern" }
|
3589
|
-
)[0]);
|
3590
|
-
|
3591
|
-
/*
|
3592
|
-
* Load rules `--rulesdir` option as a pseudo plugin.
|
3593
|
-
* Use a pseudo plugin to define rules of `--rulesdir`, so we can validate
|
3594
|
-
* the rule's options with only information in the config array.
|
3595
|
-
*/
|
3596
|
-
if (rulePaths && rulePaths.length > 0) {
|
3597
|
-
baseConfigArray.push({
|
3598
|
-
type: "config",
|
3599
|
-
name: "--rulesdir",
|
3600
|
-
filePath: "",
|
3601
|
-
plugins: {
|
3602
|
-
"": new ConfigDependency({
|
3603
|
-
definition: {
|
3604
|
-
rules: rulePaths.reduce(
|
3605
|
-
(map, rulesPath) => Object.assign(
|
3606
|
-
map,
|
3607
|
-
loadRules(rulesPath, cwd)
|
3608
|
-
),
|
3609
|
-
{}
|
3610
|
-
)
|
3611
|
-
},
|
3612
|
-
filePath: "",
|
3613
|
-
id: "",
|
3614
|
-
importerName: "--rulesdir",
|
3615
|
-
importerPath: ""
|
3616
|
-
})
|
3617
|
-
}
|
3618
|
-
});
|
3619
|
-
}
|
3620
|
-
|
3621
|
-
return baseConfigArray;
|
3622
|
-
}
|
3623
|
-
|
3624
|
-
/**
|
3625
|
-
* Create the config array from CLI options.
|
3626
|
-
* @param {CascadingConfigArrayFactoryInternalSlots} slots The slots.
|
3627
|
-
* @returns {ConfigArray} The config array of the base configs.
|
3628
|
-
*/
|
3629
|
-
function createCLIConfigArray({
|
3630
|
-
cliConfigData,
|
3631
|
-
configArrayFactory,
|
3632
|
-
cwd,
|
3633
|
-
ignorePath,
|
3634
|
-
specificConfigPath
|
3635
|
-
}) {
|
3636
|
-
const cliConfigArray = configArrayFactory.create(
|
3637
|
-
cliConfigData,
|
3638
|
-
{ name: "CLIOptions" }
|
3639
|
-
);
|
3640
|
-
|
3641
|
-
cliConfigArray.unshift(
|
3642
|
-
...(ignorePath
|
3643
|
-
? configArrayFactory.loadESLintIgnore(ignorePath)
|
3644
|
-
: configArrayFactory.loadDefaultESLintIgnore())
|
3645
|
-
);
|
3646
|
-
|
3647
|
-
if (specificConfigPath) {
|
3648
|
-
cliConfigArray.unshift(
|
3649
|
-
...configArrayFactory.loadFile(
|
3650
|
-
specificConfigPath,
|
3651
|
-
{ name: "--config", basePath: cwd }
|
3652
|
-
)
|
3653
|
-
);
|
3654
|
-
}
|
3655
|
-
|
3656
|
-
return cliConfigArray;
|
3657
|
-
}
|
3658
|
-
|
3659
|
-
/**
|
3660
|
-
* The error type when there are files matched by a glob, but all of them have been ignored.
|
3661
|
-
*/
|
3662
|
-
class ConfigurationNotFoundError extends Error {
|
3663
|
-
|
3664
|
-
// eslint-disable-next-line jsdoc/require-description
|
3665
|
-
/**
|
3666
|
-
* @param {string} directoryPath The directory path.
|
3667
|
-
*/
|
3668
|
-
constructor(directoryPath) {
|
3669
|
-
super(`No ESLint configuration found in ${directoryPath}.`);
|
3670
|
-
this.messageTemplate = "no-config-found";
|
3671
|
-
this.messageData = { directoryPath };
|
3672
|
-
}
|
3673
|
-
}
|
3674
|
-
|
3675
|
-
/**
|
3676
|
-
* This class provides the functionality that enumerates every file which is
|
3677
|
-
* matched by given glob patterns and that configuration.
|
3678
|
-
*/
|
3679
|
-
class CascadingConfigArrayFactory {
|
3680
|
-
|
3681
|
-
/**
|
3682
|
-
* Initialize this enumerator.
|
3683
|
-
* @param {CascadingConfigArrayFactoryOptions} options The options.
|
3684
|
-
*/
|
3685
|
-
constructor({
|
3686
|
-
additionalPluginPool = new Map(),
|
3687
|
-
baseConfig: baseConfigData = null,
|
3688
|
-
cliConfig: cliConfigData = null,
|
3689
|
-
cwd = process.cwd(),
|
3690
|
-
ignorePath,
|
3691
|
-
resolvePluginsRelativeTo,
|
3692
|
-
rulePaths = [],
|
3693
|
-
specificConfigPath = null,
|
3694
|
-
useEslintrc = true,
|
3695
|
-
builtInRules = new Map(),
|
3696
|
-
loadRules,
|
3697
|
-
resolver,
|
3698
|
-
eslintRecommendedPath,
|
3699
|
-
getEslintRecommendedConfig,
|
3700
|
-
eslintAllPath,
|
3701
|
-
getEslintAllConfig
|
3702
|
-
} = {}) {
|
3703
|
-
const configArrayFactory = new ConfigArrayFactory({
|
3704
|
-
additionalPluginPool,
|
3705
|
-
cwd,
|
3706
|
-
resolvePluginsRelativeTo,
|
3707
|
-
builtInRules,
|
3708
|
-
resolver,
|
3709
|
-
eslintRecommendedPath,
|
3710
|
-
getEslintRecommendedConfig,
|
3711
|
-
eslintAllPath,
|
3712
|
-
getEslintAllConfig
|
3713
|
-
});
|
3714
|
-
|
3715
|
-
internalSlotsMap.set(this, {
|
3716
|
-
baseConfigArray: createBaseConfigArray({
|
3717
|
-
baseConfigData,
|
3718
|
-
configArrayFactory,
|
3719
|
-
cwd,
|
3720
|
-
rulePaths,
|
3721
|
-
loadRules
|
3722
|
-
}),
|
3723
|
-
baseConfigData,
|
3724
|
-
cliConfigArray: createCLIConfigArray({
|
3725
|
-
cliConfigData,
|
3726
|
-
configArrayFactory,
|
3727
|
-
cwd,
|
3728
|
-
ignorePath,
|
3729
|
-
specificConfigPath
|
3730
|
-
}),
|
3731
|
-
cliConfigData,
|
3732
|
-
configArrayFactory,
|
3733
|
-
configCache: new Map(),
|
3734
|
-
cwd,
|
3735
|
-
finalizeCache: new WeakMap(),
|
3736
|
-
ignorePath,
|
3737
|
-
rulePaths,
|
3738
|
-
specificConfigPath,
|
3739
|
-
useEslintrc,
|
3740
|
-
builtInRules,
|
3741
|
-
loadRules
|
3742
|
-
});
|
3743
|
-
}
|
3744
|
-
|
3745
|
-
/**
|
3746
|
-
* The path to the current working directory.
|
3747
|
-
* This is used by tests.
|
3748
|
-
* @type {string}
|
3749
|
-
*/
|
3750
|
-
get cwd() {
|
3751
|
-
const { cwd } = internalSlotsMap.get(this);
|
3752
|
-
|
3753
|
-
return cwd;
|
3754
|
-
}
|
3755
|
-
|
3756
|
-
/**
|
3757
|
-
* Get the config array of a given file.
|
3758
|
-
* If `filePath` was not given, it returns the config which contains only
|
3759
|
-
* `baseConfigData` and `cliConfigData`.
|
3760
|
-
* @param {string} [filePath] The file path to a file.
|
3761
|
-
* @param {Object} [options] The options.
|
3762
|
-
* @param {boolean} [options.ignoreNotFoundError] If `true` then it doesn't throw `ConfigurationNotFoundError`.
|
3763
|
-
* @returns {ConfigArray} The config array of the file.
|
3764
|
-
*/
|
3765
|
-
getConfigArrayForFile(filePath, { ignoreNotFoundError = false } = {}) {
|
3766
|
-
const {
|
3767
|
-
baseConfigArray,
|
3768
|
-
cliConfigArray,
|
3769
|
-
cwd
|
3770
|
-
} = internalSlotsMap.get(this);
|
3771
|
-
|
3772
|
-
if (!filePath) {
|
3773
|
-
return new ConfigArray(...baseConfigArray, ...cliConfigArray);
|
3774
|
-
}
|
3775
|
-
|
3776
|
-
const directoryPath = path__default["default"].dirname(path__default["default"].resolve(cwd, filePath));
|
3777
|
-
|
3778
|
-
debug$1(`Load config files for ${directoryPath}.`);
|
3779
|
-
|
3780
|
-
return this._finalizeConfigArray(
|
3781
|
-
this._loadConfigInAncestors(directoryPath),
|
3782
|
-
directoryPath,
|
3783
|
-
ignoreNotFoundError
|
3784
|
-
);
|
3785
|
-
}
|
3786
|
-
|
3787
|
-
/**
|
3788
|
-
* Set the config data to override all configs.
|
3789
|
-
* Require to call `clearCache()` method after this method is called.
|
3790
|
-
* @param {ConfigData} configData The config data to override all configs.
|
3791
|
-
* @returns {void}
|
3792
|
-
*/
|
3793
|
-
setOverrideConfig(configData) {
|
3794
|
-
const slots = internalSlotsMap.get(this);
|
3795
|
-
|
3796
|
-
slots.cliConfigData = configData;
|
3797
|
-
}
|
3798
|
-
|
3799
|
-
/**
|
3800
|
-
* Clear config cache.
|
3801
|
-
* @returns {void}
|
3802
|
-
*/
|
3803
|
-
clearCache() {
|
3804
|
-
const slots = internalSlotsMap.get(this);
|
3805
|
-
|
3806
|
-
slots.baseConfigArray = createBaseConfigArray(slots);
|
3807
|
-
slots.cliConfigArray = createCLIConfigArray(slots);
|
3808
|
-
slots.configCache.clear();
|
3809
|
-
}
|
3810
|
-
|
3811
|
-
/**
|
3812
|
-
* Load and normalize config files from the ancestor directories.
|
3813
|
-
* @param {string} directoryPath The path to a leaf directory.
|
3814
|
-
* @param {boolean} configsExistInSubdirs `true` if configurations exist in subdirectories.
|
3815
|
-
* @returns {ConfigArray} The loaded config.
|
3816
|
-
* @private
|
3817
|
-
*/
|
3818
|
-
_loadConfigInAncestors(directoryPath, configsExistInSubdirs = false) {
|
3819
|
-
const {
|
3820
|
-
baseConfigArray,
|
3821
|
-
configArrayFactory,
|
3822
|
-
configCache,
|
3823
|
-
cwd,
|
3824
|
-
useEslintrc
|
3825
|
-
} = internalSlotsMap.get(this);
|
3826
|
-
|
3827
|
-
if (!useEslintrc) {
|
3828
|
-
return baseConfigArray;
|
3829
|
-
}
|
3830
|
-
|
3831
|
-
let configArray = configCache.get(directoryPath);
|
3832
|
-
|
3833
|
-
// Hit cache.
|
3834
|
-
if (configArray) {
|
3835
|
-
debug$1(`Cache hit: ${directoryPath}.`);
|
3836
|
-
return configArray;
|
3837
|
-
}
|
3838
|
-
debug$1(`No cache found: ${directoryPath}.`);
|
3839
|
-
|
3840
|
-
const homePath = os__default["default"].homedir();
|
3841
|
-
|
3842
|
-
// Consider this is root.
|
3843
|
-
if (directoryPath === homePath && cwd !== homePath) {
|
3844
|
-
debug$1("Stop traversing because of considered root.");
|
3845
|
-
if (configsExistInSubdirs) {
|
3846
|
-
const filePath = ConfigArrayFactory.getPathToConfigFileInDirectory(directoryPath);
|
3847
|
-
|
3848
|
-
if (filePath) {
|
3849
|
-
emitDeprecationWarning(
|
3850
|
-
filePath,
|
3851
|
-
"ESLINT_PERSONAL_CONFIG_SUPPRESS"
|
3852
|
-
);
|
3853
|
-
}
|
3854
|
-
}
|
3855
|
-
return this._cacheConfig(directoryPath, baseConfigArray);
|
3856
|
-
}
|
3857
|
-
|
3858
|
-
// Load the config on this directory.
|
3859
|
-
try {
|
3860
|
-
configArray = configArrayFactory.loadInDirectory(directoryPath);
|
3861
|
-
} catch (error) {
|
3862
|
-
/* istanbul ignore next */
|
3863
|
-
if (error.code === "EACCES") {
|
3864
|
-
debug$1("Stop traversing because of 'EACCES' error.");
|
3865
|
-
return this._cacheConfig(directoryPath, baseConfigArray);
|
3866
|
-
}
|
3867
|
-
throw error;
|
3868
|
-
}
|
3869
|
-
|
3870
|
-
if (configArray.length > 0 && configArray.isRoot()) {
|
3871
|
-
debug$1("Stop traversing because of 'root:true'.");
|
3872
|
-
configArray.unshift(...baseConfigArray);
|
3873
|
-
return this._cacheConfig(directoryPath, configArray);
|
3874
|
-
}
|
3875
|
-
|
3876
|
-
// Load from the ancestors and merge it.
|
3877
|
-
const parentPath = path__default["default"].dirname(directoryPath);
|
3878
|
-
const parentConfigArray = parentPath && parentPath !== directoryPath
|
3879
|
-
? this._loadConfigInAncestors(
|
3880
|
-
parentPath,
|
3881
|
-
configsExistInSubdirs || configArray.length > 0
|
3882
|
-
)
|
3883
|
-
: baseConfigArray;
|
3884
|
-
|
3885
|
-
if (configArray.length > 0) {
|
3886
|
-
configArray.unshift(...parentConfigArray);
|
3887
|
-
} else {
|
3888
|
-
configArray = parentConfigArray;
|
3889
|
-
}
|
3890
|
-
|
3891
|
-
// Cache and return.
|
3892
|
-
return this._cacheConfig(directoryPath, configArray);
|
3893
|
-
}
|
3894
|
-
|
3895
|
-
/**
|
3896
|
-
* Freeze and cache a given config.
|
3897
|
-
* @param {string} directoryPath The path to a directory as a cache key.
|
3898
|
-
* @param {ConfigArray} configArray The config array as a cache value.
|
3899
|
-
* @returns {ConfigArray} The `configArray` (frozen).
|
3900
|
-
*/
|
3901
|
-
_cacheConfig(directoryPath, configArray) {
|
3902
|
-
const { configCache } = internalSlotsMap.get(this);
|
3903
|
-
|
3904
|
-
Object.freeze(configArray);
|
3905
|
-
configCache.set(directoryPath, configArray);
|
3906
|
-
|
3907
|
-
return configArray;
|
3908
|
-
}
|
3909
|
-
|
3910
|
-
/**
|
3911
|
-
* Finalize a given config array.
|
3912
|
-
* Concatenate `--config` and other CLI options.
|
3913
|
-
* @param {ConfigArray} configArray The parent config array.
|
3914
|
-
* @param {string} directoryPath The path to the leaf directory to find config files.
|
3915
|
-
* @param {boolean} ignoreNotFoundError If `true` then it doesn't throw `ConfigurationNotFoundError`.
|
3916
|
-
* @returns {ConfigArray} The loaded config.
|
3917
|
-
* @private
|
3918
|
-
*/
|
3919
|
-
_finalizeConfigArray(configArray, directoryPath, ignoreNotFoundError) {
|
3920
|
-
const {
|
3921
|
-
cliConfigArray,
|
3922
|
-
configArrayFactory,
|
3923
|
-
finalizeCache,
|
3924
|
-
useEslintrc,
|
3925
|
-
builtInRules
|
3926
|
-
} = internalSlotsMap.get(this);
|
3927
|
-
|
3928
|
-
let finalConfigArray = finalizeCache.get(configArray);
|
3929
|
-
|
3930
|
-
if (!finalConfigArray) {
|
3931
|
-
finalConfigArray = configArray;
|
3932
|
-
|
3933
|
-
// Load the personal config if there are no regular config files.
|
3934
|
-
if (
|
3935
|
-
useEslintrc &&
|
3936
|
-
configArray.every(c => !c.filePath) &&
|
3937
|
-
cliConfigArray.every(c => !c.filePath) // `--config` option can be a file.
|
3938
|
-
) {
|
3939
|
-
const homePath = os__default["default"].homedir();
|
3940
|
-
|
3941
|
-
debug$1("Loading the config file of the home directory:", homePath);
|
3942
|
-
|
3943
|
-
const personalConfigArray = configArrayFactory.loadInDirectory(
|
3944
|
-
homePath,
|
3945
|
-
{ name: "PersonalConfig" }
|
3946
|
-
);
|
3947
|
-
|
3948
|
-
if (
|
3949
|
-
personalConfigArray.length > 0 &&
|
3950
|
-
!directoryPath.startsWith(homePath)
|
3951
|
-
) {
|
3952
|
-
const lastElement =
|
3953
|
-
personalConfigArray[personalConfigArray.length - 1];
|
3954
|
-
|
3955
|
-
emitDeprecationWarning(
|
3956
|
-
lastElement.filePath,
|
3957
|
-
"ESLINT_PERSONAL_CONFIG_LOAD"
|
3958
|
-
);
|
3959
|
-
}
|
3960
|
-
|
3961
|
-
finalConfigArray = finalConfigArray.concat(personalConfigArray);
|
3962
|
-
}
|
3963
|
-
|
3964
|
-
// Apply CLI options.
|
3965
|
-
if (cliConfigArray.length > 0) {
|
3966
|
-
finalConfigArray = finalConfigArray.concat(cliConfigArray);
|
3967
|
-
}
|
3968
|
-
|
3969
|
-
// Validate rule settings and environments.
|
3970
|
-
const validator = new ConfigValidator({
|
3971
|
-
builtInRules
|
3972
|
-
});
|
3973
|
-
|
3974
|
-
validator.validateConfigArray(finalConfigArray);
|
3975
|
-
|
3976
|
-
// Cache it.
|
3977
|
-
Object.freeze(finalConfigArray);
|
3978
|
-
finalizeCache.set(configArray, finalConfigArray);
|
3979
|
-
|
3980
|
-
debug$1(
|
3981
|
-
"Configuration was determined: %o on %s",
|
3982
|
-
finalConfigArray,
|
3983
|
-
directoryPath
|
3984
|
-
);
|
3985
|
-
}
|
3986
|
-
|
3987
|
-
// At least one element (the default ignore patterns) exists.
|
3988
|
-
if (!ignoreNotFoundError && useEslintrc && finalConfigArray.length <= 1) {
|
3989
|
-
throw new ConfigurationNotFoundError(directoryPath);
|
3990
|
-
}
|
3991
|
-
|
3992
|
-
return finalConfigArray;
|
3993
|
-
}
|
3994
|
-
}
|
3995
|
-
|
3996
|
-
/**
|
3997
|
-
* @fileoverview Compatibility class for flat config.
|
3998
|
-
* @author Nicholas C. Zakas
|
3999
|
-
*/
|
4000
|
-
|
4001
|
-
//-----------------------------------------------------------------------------
|
4002
|
-
// Helpers
|
4003
|
-
//-----------------------------------------------------------------------------
|
4004
|
-
|
4005
|
-
/** @typedef {import("../../shared/types").Environment} Environment */
|
4006
|
-
/** @typedef {import("../../shared/types").Processor} Processor */
|
4007
|
-
|
4008
|
-
const debug = debugOrig__default["default"]("eslintrc:flat-compat");
|
4009
|
-
const cafactory = Symbol("cafactory");
|
4010
|
-
|
4011
|
-
/**
|
4012
|
-
* Translates an ESLintRC-style config object into a flag-config-style config
|
4013
|
-
* object.
|
4014
|
-
* @param {Object} eslintrcConfig An ESLintRC-style config object.
|
4015
|
-
* @param {Object} options Options to help translate the config.
|
4016
|
-
* @param {string} options.resolveConfigRelativeTo To the directory to resolve
|
4017
|
-
* configs from.
|
4018
|
-
* @param {string} options.resolvePluginsRelativeTo The directory to resolve
|
4019
|
-
* plugins from.
|
4020
|
-
* @param {ReadOnlyMap<string,Environment>} options.pluginEnvironments A map of plugin environment
|
4021
|
-
* names to objects.
|
4022
|
-
* @param {ReadOnlyMap<string,Processor>} options.pluginProcessors A map of plugin processor
|
4023
|
-
* names to objects.
|
4024
|
-
* @returns {Object} A flag-config-style config object.
|
4025
|
-
*/
|
4026
|
-
function translateESLintRC(eslintrcConfig, {
|
4027
|
-
resolveConfigRelativeTo,
|
4028
|
-
resolvePluginsRelativeTo,
|
4029
|
-
pluginEnvironments,
|
4030
|
-
pluginProcessors
|
4031
|
-
}) {
|
4032
|
-
|
4033
|
-
const flatConfig = {};
|
4034
|
-
const configs = [];
|
4035
|
-
const languageOptions = {};
|
4036
|
-
const linterOptions = {};
|
4037
|
-
const keysToCopy = ["settings", "rules", "processor"];
|
4038
|
-
const languageOptionsKeysToCopy = ["globals", "parser", "parserOptions"];
|
4039
|
-
const linterOptionsKeysToCopy = ["noInlineConfig", "reportUnusedDisableDirectives"];
|
4040
|
-
|
4041
|
-
// copy over simple translations
|
4042
|
-
for (const key of keysToCopy) {
|
4043
|
-
if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
|
4044
|
-
flatConfig[key] = eslintrcConfig[key];
|
4045
|
-
}
|
4046
|
-
}
|
4047
|
-
|
4048
|
-
// copy over languageOptions
|
4049
|
-
for (const key of languageOptionsKeysToCopy) {
|
4050
|
-
if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
|
4051
|
-
|
4052
|
-
// create the languageOptions key in the flat config
|
4053
|
-
flatConfig.languageOptions = languageOptions;
|
4054
|
-
|
4055
|
-
if (key === "parser") {
|
4056
|
-
debug(`Resolving parser '${languageOptions[key]}' relative to ${resolveConfigRelativeTo}`);
|
4057
|
-
|
4058
|
-
if (eslintrcConfig[key].error) {
|
4059
|
-
throw eslintrcConfig[key].error;
|
4060
|
-
}
|
4061
|
-
|
4062
|
-
languageOptions[key] = eslintrcConfig[key].definition;
|
4063
|
-
continue;
|
4064
|
-
}
|
4065
|
-
|
4066
|
-
// clone any object values that are in the eslintrc config
|
4067
|
-
if (eslintrcConfig[key] && typeof eslintrcConfig[key] === "object") {
|
4068
|
-
languageOptions[key] = {
|
4069
|
-
...eslintrcConfig[key]
|
4070
|
-
};
|
4071
|
-
} else {
|
4072
|
-
languageOptions[key] = eslintrcConfig[key];
|
4073
|
-
}
|
4074
|
-
}
|
4075
|
-
}
|
4076
|
-
|
4077
|
-
// copy over linterOptions
|
4078
|
-
for (const key of linterOptionsKeysToCopy) {
|
4079
|
-
if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
|
4080
|
-
flatConfig.linterOptions = linterOptions;
|
4081
|
-
linterOptions[key] = eslintrcConfig[key];
|
4082
|
-
}
|
4083
|
-
}
|
4084
|
-
|
4085
|
-
// move ecmaVersion a level up
|
4086
|
-
if (languageOptions.parserOptions) {
|
4087
|
-
|
4088
|
-
if ("ecmaVersion" in languageOptions.parserOptions) {
|
4089
|
-
languageOptions.ecmaVersion = languageOptions.parserOptions.ecmaVersion;
|
4090
|
-
delete languageOptions.parserOptions.ecmaVersion;
|
4091
|
-
}
|
4092
|
-
|
4093
|
-
if ("sourceType" in languageOptions.parserOptions) {
|
4094
|
-
languageOptions.sourceType = languageOptions.parserOptions.sourceType;
|
4095
|
-
delete languageOptions.parserOptions.sourceType;
|
4096
|
-
}
|
4097
|
-
|
4098
|
-
// check to see if we even need parserOptions anymore and remove it if not
|
4099
|
-
if (Object.keys(languageOptions.parserOptions).length === 0) {
|
4100
|
-
delete languageOptions.parserOptions;
|
4101
|
-
}
|
4102
|
-
}
|
4103
|
-
|
4104
|
-
// overrides
|
4105
|
-
if (eslintrcConfig.criteria) {
|
4106
|
-
flatConfig.files = [absoluteFilePath => eslintrcConfig.criteria.test(absoluteFilePath)];
|
4107
|
-
}
|
4108
|
-
|
4109
|
-
// translate plugins
|
4110
|
-
if (eslintrcConfig.plugins && typeof eslintrcConfig.plugins === "object") {
|
4111
|
-
debug(`Translating plugins: ${eslintrcConfig.plugins}`);
|
4112
|
-
|
4113
|
-
flatConfig.plugins = {};
|
4114
|
-
|
4115
|
-
for (const pluginName of Object.keys(eslintrcConfig.plugins)) {
|
4116
|
-
|
4117
|
-
debug(`Translating plugin: ${pluginName}`);
|
4118
|
-
debug(`Resolving plugin '${pluginName} relative to ${resolvePluginsRelativeTo}`);
|
4119
|
-
|
4120
|
-
const { definition: plugin, error } = eslintrcConfig.plugins[pluginName];
|
4121
|
-
|
4122
|
-
if (error) {
|
4123
|
-
throw error;
|
4124
|
-
}
|
4125
|
-
|
4126
|
-
flatConfig.plugins[pluginName] = plugin;
|
4127
|
-
|
4128
|
-
// create a config for any processors
|
4129
|
-
if (plugin.processors) {
|
4130
|
-
for (const processorName of Object.keys(plugin.processors)) {
|
4131
|
-
if (processorName.startsWith(".")) {
|
4132
|
-
debug(`Assigning processor: ${pluginName}/${processorName}`);
|
4133
|
-
|
4134
|
-
configs.unshift({
|
4135
|
-
files: [`**/*${processorName}`],
|
4136
|
-
processor: pluginProcessors.get(`${pluginName}/${processorName}`)
|
4137
|
-
});
|
4138
|
-
}
|
4139
|
-
|
4140
|
-
}
|
4141
|
-
}
|
4142
|
-
}
|
4143
|
-
}
|
4144
|
-
|
4145
|
-
// translate env - must come after plugins
|
4146
|
-
if (eslintrcConfig.env && typeof eslintrcConfig.env === "object") {
|
4147
|
-
for (const envName of Object.keys(eslintrcConfig.env)) {
|
4148
|
-
|
4149
|
-
// only add environments that are true
|
4150
|
-
if (eslintrcConfig.env[envName]) {
|
4151
|
-
debug(`Translating environment: ${envName}`);
|
4152
|
-
|
4153
|
-
if (environments.has(envName)) {
|
4154
|
-
|
4155
|
-
// built-in environments should be defined first
|
4156
|
-
configs.unshift(...translateESLintRC({
|
4157
|
-
criteria: eslintrcConfig.criteria,
|
4158
|
-
...environments.get(envName)
|
4159
|
-
}, {
|
4160
|
-
resolveConfigRelativeTo,
|
4161
|
-
resolvePluginsRelativeTo
|
4162
|
-
}));
|
4163
|
-
} else if (pluginEnvironments.has(envName)) {
|
4164
|
-
|
4165
|
-
// if the environment comes from a plugin, it should come after the plugin config
|
4166
|
-
configs.push(...translateESLintRC({
|
4167
|
-
criteria: eslintrcConfig.criteria,
|
4168
|
-
...pluginEnvironments.get(envName)
|
4169
|
-
}, {
|
4170
|
-
resolveConfigRelativeTo,
|
4171
|
-
resolvePluginsRelativeTo
|
4172
|
-
}));
|
4173
|
-
}
|
4174
|
-
}
|
4175
|
-
}
|
4176
|
-
}
|
4177
|
-
|
4178
|
-
// only add if there are actually keys in the config
|
4179
|
-
if (Object.keys(flatConfig).length > 0) {
|
4180
|
-
configs.push(flatConfig);
|
4181
|
-
}
|
4182
|
-
|
4183
|
-
return configs;
|
4184
|
-
}
|
4185
|
-
|
4186
|
-
|
4187
|
-
//-----------------------------------------------------------------------------
|
4188
|
-
// Exports
|
4189
|
-
//-----------------------------------------------------------------------------
|
4190
|
-
|
4191
|
-
/**
|
4192
|
-
* A compatibility class for working with configs.
|
4193
|
-
*/
|
4194
|
-
class FlatCompat {
|
4195
|
-
|
4196
|
-
constructor({
|
4197
|
-
baseDirectory = process.cwd(),
|
4198
|
-
resolvePluginsRelativeTo = baseDirectory,
|
4199
|
-
recommendedConfig,
|
4200
|
-
allConfig
|
4201
|
-
} = {}) {
|
4202
|
-
this.baseDirectory = baseDirectory;
|
4203
|
-
this.resolvePluginsRelativeTo = resolvePluginsRelativeTo;
|
4204
|
-
this[cafactory] = new ConfigArrayFactory({
|
4205
|
-
cwd: baseDirectory,
|
4206
|
-
resolvePluginsRelativeTo,
|
4207
|
-
getEslintAllConfig: () => {
|
4208
|
-
|
4209
|
-
if (!allConfig) {
|
4210
|
-
throw new TypeError("Missing parameter 'allConfig' in FlatCompat constructor.");
|
4211
|
-
}
|
4212
|
-
|
4213
|
-
return allConfig;
|
4214
|
-
},
|
4215
|
-
getEslintRecommendedConfig: () => {
|
4216
|
-
|
4217
|
-
if (!recommendedConfig) {
|
4218
|
-
throw new TypeError("Missing parameter 'recommendedConfig' in FlatCompat constructor.");
|
4219
|
-
}
|
4220
|
-
|
4221
|
-
return recommendedConfig;
|
4222
|
-
}
|
4223
|
-
});
|
4224
|
-
}
|
4225
|
-
|
4226
|
-
/**
|
4227
|
-
* Translates an ESLintRC-style config into a flag-config-style config.
|
4228
|
-
* @param {Object} eslintrcConfig The ESLintRC-style config object.
|
4229
|
-
* @returns {Object} A flag-config-style config object.
|
4230
|
-
*/
|
4231
|
-
config(eslintrcConfig) {
|
4232
|
-
const eslintrcArray = this[cafactory].create(eslintrcConfig, {
|
4233
|
-
basePath: this.baseDirectory
|
4234
|
-
});
|
4235
|
-
|
4236
|
-
const flatArray = [];
|
4237
|
-
let hasIgnorePatterns = false;
|
4238
|
-
|
4239
|
-
eslintrcArray.forEach(configData => {
|
4240
|
-
if (configData.type === "config") {
|
4241
|
-
hasIgnorePatterns = hasIgnorePatterns || configData.ignorePattern;
|
4242
|
-
flatArray.push(...translateESLintRC(configData, {
|
4243
|
-
resolveConfigRelativeTo: path__default["default"].join(this.baseDirectory, "__placeholder.js"),
|
4244
|
-
resolvePluginsRelativeTo: path__default["default"].join(this.resolvePluginsRelativeTo, "__placeholder.js"),
|
4245
|
-
pluginEnvironments: eslintrcArray.pluginEnvironments,
|
4246
|
-
pluginProcessors: eslintrcArray.pluginProcessors
|
4247
|
-
}));
|
4248
|
-
}
|
4249
|
-
});
|
4250
|
-
|
4251
|
-
// combine ignorePatterns to emulate ESLintRC behavior better
|
4252
|
-
if (hasIgnorePatterns) {
|
4253
|
-
flatArray.unshift({
|
4254
|
-
ignores: [filePath => {
|
4255
|
-
|
4256
|
-
// Compute the final config for this file.
|
4257
|
-
// This filters config array elements by `files`/`excludedFiles` then merges the elements.
|
4258
|
-
const finalConfig = eslintrcArray.extractConfig(filePath);
|
4259
|
-
|
4260
|
-
// Test the `ignorePattern` properties of the final config.
|
4261
|
-
return Boolean(finalConfig.ignores) && finalConfig.ignores(filePath);
|
4262
|
-
}]
|
4263
|
-
});
|
4264
|
-
}
|
4265
|
-
|
4266
|
-
return flatArray;
|
4267
|
-
}
|
4268
|
-
|
4269
|
-
/**
|
4270
|
-
* Translates the `env` section of an ESLintRC-style config.
|
4271
|
-
* @param {Object} envConfig The `env` section of an ESLintRC config.
|
4272
|
-
* @returns {Object[]} An array of flag-config objects representing the environments.
|
4273
|
-
*/
|
4274
|
-
env(envConfig) {
|
4275
|
-
return this.config({
|
4276
|
-
env: envConfig
|
4277
|
-
});
|
4278
|
-
}
|
4279
|
-
|
4280
|
-
/**
|
4281
|
-
* Translates the `extends` section of an ESLintRC-style config.
|
4282
|
-
* @param {...string} configsToExtend The names of the configs to load.
|
4283
|
-
* @returns {Object[]} An array of flag-config objects representing the config.
|
4284
|
-
*/
|
4285
|
-
extends(...configsToExtend) {
|
4286
|
-
return this.config({
|
4287
|
-
extends: configsToExtend
|
4288
|
-
});
|
4289
|
-
}
|
4290
|
-
|
4291
|
-
/**
|
4292
|
-
* Translates the `plugins` section of an ESLintRC-style config.
|
4293
|
-
* @param {...string} plugins The names of the plugins to load.
|
4294
|
-
* @returns {Object[]} An array of flag-config objects representing the plugins.
|
4295
|
-
*/
|
4296
|
-
plugins(...plugins) {
|
4297
|
-
return this.config({
|
4298
|
-
plugins
|
4299
|
-
});
|
4300
|
-
}
|
4301
|
-
}
|
4302
|
-
|
4303
|
-
/**
|
4304
|
-
* @fileoverview Package exports for @eslint/eslintrc
|
4305
|
-
* @author Nicholas C. Zakas
|
4306
|
-
*/
|
4307
|
-
|
4308
|
-
//-----------------------------------------------------------------------------
|
4309
|
-
// Exports
|
4310
|
-
//-----------------------------------------------------------------------------
|
4311
|
-
|
4312
|
-
const Legacy = {
|
4313
|
-
ConfigArray,
|
4314
|
-
createConfigArrayFactoryContext: createContext,
|
4315
|
-
CascadingConfigArrayFactory,
|
4316
|
-
ConfigArrayFactory,
|
4317
|
-
ConfigDependency,
|
4318
|
-
ExtractedConfig,
|
4319
|
-
IgnorePattern,
|
4320
|
-
OverrideTester,
|
4321
|
-
getUsedExtractedConfigs,
|
4322
|
-
environments,
|
4323
|
-
|
4324
|
-
// shared
|
4325
|
-
ConfigOps,
|
4326
|
-
ConfigValidator,
|
4327
|
-
ModuleResolver,
|
4328
|
-
naming
|
4329
|
-
};
|
4330
|
-
|
4331
|
-
exports.FlatCompat = FlatCompat;
|
4332
|
-
exports.Legacy = Legacy;
|
4333
|
-
//# sourceMappingURL=eslintrc.cjs.map
|