immosquare-cleaner 0.1.36 → 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 +5 -1
- data/linters/eslint.config.mjs +88 -24
- 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/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/LICENSE +15 -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/range.bnf +16 -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/LICENSE +15 -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/LICENSE +15 -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/{@eslint/eslintrc/node_modules/globals → @babel/highlight/node_modules/chalk}/license +1 -1
- 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/license +9 -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/license +9 -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/{@eslint/eslintrc → @babel/traverse}/node_modules/globals/globals.json +15 -450
- 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/@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/@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/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/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/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/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/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/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-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-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/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/{write-file-atomic → foreground-child}/node_modules/signal-exit/LICENSE.txt +1 -1
- data/node_modules/foreground-child/node_modules/signal-exit/README.md +74 -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/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/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/index.d.ts +415 -0
- data/node_modules/jscodeshift/node_modules/chalk/license +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/package.json +68 -0
- data/node_modules/jscodeshift/node_modules/chalk/readme.md +341 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/index.js +229 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/templates.js +134 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/util.js +39 -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/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -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-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/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/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/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/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/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/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/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 -3
- metadata +2513 -39
- data/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +0 -2077
- data/node_modules/@eslint/eslintrc/node_modules/globals/package.json +0 -58
- data/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +0 -44
- 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/eslintrc → @babel/traverse}/node_modules/globals/index.js +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/package.json +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/package.json +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/{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
@@ -0,0 +1,2752 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.isAccessor = isAccessor;
|
7
|
+
exports.isAnyTypeAnnotation = isAnyTypeAnnotation;
|
8
|
+
exports.isArgumentPlaceholder = isArgumentPlaceholder;
|
9
|
+
exports.isArrayExpression = isArrayExpression;
|
10
|
+
exports.isArrayPattern = isArrayPattern;
|
11
|
+
exports.isArrayTypeAnnotation = isArrayTypeAnnotation;
|
12
|
+
exports.isArrowFunctionExpression = isArrowFunctionExpression;
|
13
|
+
exports.isAssignmentExpression = isAssignmentExpression;
|
14
|
+
exports.isAssignmentPattern = isAssignmentPattern;
|
15
|
+
exports.isAwaitExpression = isAwaitExpression;
|
16
|
+
exports.isBigIntLiteral = isBigIntLiteral;
|
17
|
+
exports.isBinary = isBinary;
|
18
|
+
exports.isBinaryExpression = isBinaryExpression;
|
19
|
+
exports.isBindExpression = isBindExpression;
|
20
|
+
exports.isBlock = isBlock;
|
21
|
+
exports.isBlockParent = isBlockParent;
|
22
|
+
exports.isBlockStatement = isBlockStatement;
|
23
|
+
exports.isBooleanLiteral = isBooleanLiteral;
|
24
|
+
exports.isBooleanLiteralTypeAnnotation = isBooleanLiteralTypeAnnotation;
|
25
|
+
exports.isBooleanTypeAnnotation = isBooleanTypeAnnotation;
|
26
|
+
exports.isBreakStatement = isBreakStatement;
|
27
|
+
exports.isCallExpression = isCallExpression;
|
28
|
+
exports.isCatchClause = isCatchClause;
|
29
|
+
exports.isClass = isClass;
|
30
|
+
exports.isClassAccessorProperty = isClassAccessorProperty;
|
31
|
+
exports.isClassBody = isClassBody;
|
32
|
+
exports.isClassDeclaration = isClassDeclaration;
|
33
|
+
exports.isClassExpression = isClassExpression;
|
34
|
+
exports.isClassImplements = isClassImplements;
|
35
|
+
exports.isClassMethod = isClassMethod;
|
36
|
+
exports.isClassPrivateMethod = isClassPrivateMethod;
|
37
|
+
exports.isClassPrivateProperty = isClassPrivateProperty;
|
38
|
+
exports.isClassProperty = isClassProperty;
|
39
|
+
exports.isCompletionStatement = isCompletionStatement;
|
40
|
+
exports.isConditional = isConditional;
|
41
|
+
exports.isConditionalExpression = isConditionalExpression;
|
42
|
+
exports.isContinueStatement = isContinueStatement;
|
43
|
+
exports.isDebuggerStatement = isDebuggerStatement;
|
44
|
+
exports.isDecimalLiteral = isDecimalLiteral;
|
45
|
+
exports.isDeclaration = isDeclaration;
|
46
|
+
exports.isDeclareClass = isDeclareClass;
|
47
|
+
exports.isDeclareExportAllDeclaration = isDeclareExportAllDeclaration;
|
48
|
+
exports.isDeclareExportDeclaration = isDeclareExportDeclaration;
|
49
|
+
exports.isDeclareFunction = isDeclareFunction;
|
50
|
+
exports.isDeclareInterface = isDeclareInterface;
|
51
|
+
exports.isDeclareModule = isDeclareModule;
|
52
|
+
exports.isDeclareModuleExports = isDeclareModuleExports;
|
53
|
+
exports.isDeclareOpaqueType = isDeclareOpaqueType;
|
54
|
+
exports.isDeclareTypeAlias = isDeclareTypeAlias;
|
55
|
+
exports.isDeclareVariable = isDeclareVariable;
|
56
|
+
exports.isDeclaredPredicate = isDeclaredPredicate;
|
57
|
+
exports.isDecorator = isDecorator;
|
58
|
+
exports.isDirective = isDirective;
|
59
|
+
exports.isDirectiveLiteral = isDirectiveLiteral;
|
60
|
+
exports.isDoExpression = isDoExpression;
|
61
|
+
exports.isDoWhileStatement = isDoWhileStatement;
|
62
|
+
exports.isEmptyStatement = isEmptyStatement;
|
63
|
+
exports.isEmptyTypeAnnotation = isEmptyTypeAnnotation;
|
64
|
+
exports.isEnumBody = isEnumBody;
|
65
|
+
exports.isEnumBooleanBody = isEnumBooleanBody;
|
66
|
+
exports.isEnumBooleanMember = isEnumBooleanMember;
|
67
|
+
exports.isEnumDeclaration = isEnumDeclaration;
|
68
|
+
exports.isEnumDefaultedMember = isEnumDefaultedMember;
|
69
|
+
exports.isEnumMember = isEnumMember;
|
70
|
+
exports.isEnumNumberBody = isEnumNumberBody;
|
71
|
+
exports.isEnumNumberMember = isEnumNumberMember;
|
72
|
+
exports.isEnumStringBody = isEnumStringBody;
|
73
|
+
exports.isEnumStringMember = isEnumStringMember;
|
74
|
+
exports.isEnumSymbolBody = isEnumSymbolBody;
|
75
|
+
exports.isExistsTypeAnnotation = isExistsTypeAnnotation;
|
76
|
+
exports.isExportAllDeclaration = isExportAllDeclaration;
|
77
|
+
exports.isExportDeclaration = isExportDeclaration;
|
78
|
+
exports.isExportDefaultDeclaration = isExportDefaultDeclaration;
|
79
|
+
exports.isExportDefaultSpecifier = isExportDefaultSpecifier;
|
80
|
+
exports.isExportNamedDeclaration = isExportNamedDeclaration;
|
81
|
+
exports.isExportNamespaceSpecifier = isExportNamespaceSpecifier;
|
82
|
+
exports.isExportSpecifier = isExportSpecifier;
|
83
|
+
exports.isExpression = isExpression;
|
84
|
+
exports.isExpressionStatement = isExpressionStatement;
|
85
|
+
exports.isExpressionWrapper = isExpressionWrapper;
|
86
|
+
exports.isFile = isFile;
|
87
|
+
exports.isFlow = isFlow;
|
88
|
+
exports.isFlowBaseAnnotation = isFlowBaseAnnotation;
|
89
|
+
exports.isFlowDeclaration = isFlowDeclaration;
|
90
|
+
exports.isFlowPredicate = isFlowPredicate;
|
91
|
+
exports.isFlowType = isFlowType;
|
92
|
+
exports.isFor = isFor;
|
93
|
+
exports.isForInStatement = isForInStatement;
|
94
|
+
exports.isForOfStatement = isForOfStatement;
|
95
|
+
exports.isForStatement = isForStatement;
|
96
|
+
exports.isForXStatement = isForXStatement;
|
97
|
+
exports.isFunction = isFunction;
|
98
|
+
exports.isFunctionDeclaration = isFunctionDeclaration;
|
99
|
+
exports.isFunctionExpression = isFunctionExpression;
|
100
|
+
exports.isFunctionParent = isFunctionParent;
|
101
|
+
exports.isFunctionTypeAnnotation = isFunctionTypeAnnotation;
|
102
|
+
exports.isFunctionTypeParam = isFunctionTypeParam;
|
103
|
+
exports.isGenericTypeAnnotation = isGenericTypeAnnotation;
|
104
|
+
exports.isIdentifier = isIdentifier;
|
105
|
+
exports.isIfStatement = isIfStatement;
|
106
|
+
exports.isImmutable = isImmutable;
|
107
|
+
exports.isImport = isImport;
|
108
|
+
exports.isImportAttribute = isImportAttribute;
|
109
|
+
exports.isImportDeclaration = isImportDeclaration;
|
110
|
+
exports.isImportDefaultSpecifier = isImportDefaultSpecifier;
|
111
|
+
exports.isImportExpression = isImportExpression;
|
112
|
+
exports.isImportNamespaceSpecifier = isImportNamespaceSpecifier;
|
113
|
+
exports.isImportOrExportDeclaration = isImportOrExportDeclaration;
|
114
|
+
exports.isImportSpecifier = isImportSpecifier;
|
115
|
+
exports.isIndexedAccessType = isIndexedAccessType;
|
116
|
+
exports.isInferredPredicate = isInferredPredicate;
|
117
|
+
exports.isInterfaceDeclaration = isInterfaceDeclaration;
|
118
|
+
exports.isInterfaceExtends = isInterfaceExtends;
|
119
|
+
exports.isInterfaceTypeAnnotation = isInterfaceTypeAnnotation;
|
120
|
+
exports.isInterpreterDirective = isInterpreterDirective;
|
121
|
+
exports.isIntersectionTypeAnnotation = isIntersectionTypeAnnotation;
|
122
|
+
exports.isJSX = isJSX;
|
123
|
+
exports.isJSXAttribute = isJSXAttribute;
|
124
|
+
exports.isJSXClosingElement = isJSXClosingElement;
|
125
|
+
exports.isJSXClosingFragment = isJSXClosingFragment;
|
126
|
+
exports.isJSXElement = isJSXElement;
|
127
|
+
exports.isJSXEmptyExpression = isJSXEmptyExpression;
|
128
|
+
exports.isJSXExpressionContainer = isJSXExpressionContainer;
|
129
|
+
exports.isJSXFragment = isJSXFragment;
|
130
|
+
exports.isJSXIdentifier = isJSXIdentifier;
|
131
|
+
exports.isJSXMemberExpression = isJSXMemberExpression;
|
132
|
+
exports.isJSXNamespacedName = isJSXNamespacedName;
|
133
|
+
exports.isJSXOpeningElement = isJSXOpeningElement;
|
134
|
+
exports.isJSXOpeningFragment = isJSXOpeningFragment;
|
135
|
+
exports.isJSXSpreadAttribute = isJSXSpreadAttribute;
|
136
|
+
exports.isJSXSpreadChild = isJSXSpreadChild;
|
137
|
+
exports.isJSXText = isJSXText;
|
138
|
+
exports.isLVal = isLVal;
|
139
|
+
exports.isLabeledStatement = isLabeledStatement;
|
140
|
+
exports.isLiteral = isLiteral;
|
141
|
+
exports.isLogicalExpression = isLogicalExpression;
|
142
|
+
exports.isLoop = isLoop;
|
143
|
+
exports.isMemberExpression = isMemberExpression;
|
144
|
+
exports.isMetaProperty = isMetaProperty;
|
145
|
+
exports.isMethod = isMethod;
|
146
|
+
exports.isMiscellaneous = isMiscellaneous;
|
147
|
+
exports.isMixedTypeAnnotation = isMixedTypeAnnotation;
|
148
|
+
exports.isModuleDeclaration = isModuleDeclaration;
|
149
|
+
exports.isModuleExpression = isModuleExpression;
|
150
|
+
exports.isModuleSpecifier = isModuleSpecifier;
|
151
|
+
exports.isNewExpression = isNewExpression;
|
152
|
+
exports.isNoop = isNoop;
|
153
|
+
exports.isNullLiteral = isNullLiteral;
|
154
|
+
exports.isNullLiteralTypeAnnotation = isNullLiteralTypeAnnotation;
|
155
|
+
exports.isNullableTypeAnnotation = isNullableTypeAnnotation;
|
156
|
+
exports.isNumberLiteral = isNumberLiteral;
|
157
|
+
exports.isNumberLiteralTypeAnnotation = isNumberLiteralTypeAnnotation;
|
158
|
+
exports.isNumberTypeAnnotation = isNumberTypeAnnotation;
|
159
|
+
exports.isNumericLiteral = isNumericLiteral;
|
160
|
+
exports.isObjectExpression = isObjectExpression;
|
161
|
+
exports.isObjectMember = isObjectMember;
|
162
|
+
exports.isObjectMethod = isObjectMethod;
|
163
|
+
exports.isObjectPattern = isObjectPattern;
|
164
|
+
exports.isObjectProperty = isObjectProperty;
|
165
|
+
exports.isObjectTypeAnnotation = isObjectTypeAnnotation;
|
166
|
+
exports.isObjectTypeCallProperty = isObjectTypeCallProperty;
|
167
|
+
exports.isObjectTypeIndexer = isObjectTypeIndexer;
|
168
|
+
exports.isObjectTypeInternalSlot = isObjectTypeInternalSlot;
|
169
|
+
exports.isObjectTypeProperty = isObjectTypeProperty;
|
170
|
+
exports.isObjectTypeSpreadProperty = isObjectTypeSpreadProperty;
|
171
|
+
exports.isOpaqueType = isOpaqueType;
|
172
|
+
exports.isOptionalCallExpression = isOptionalCallExpression;
|
173
|
+
exports.isOptionalIndexedAccessType = isOptionalIndexedAccessType;
|
174
|
+
exports.isOptionalMemberExpression = isOptionalMemberExpression;
|
175
|
+
exports.isParenthesizedExpression = isParenthesizedExpression;
|
176
|
+
exports.isPattern = isPattern;
|
177
|
+
exports.isPatternLike = isPatternLike;
|
178
|
+
exports.isPipelineBareFunction = isPipelineBareFunction;
|
179
|
+
exports.isPipelinePrimaryTopicReference = isPipelinePrimaryTopicReference;
|
180
|
+
exports.isPipelineTopicExpression = isPipelineTopicExpression;
|
181
|
+
exports.isPlaceholder = isPlaceholder;
|
182
|
+
exports.isPrivate = isPrivate;
|
183
|
+
exports.isPrivateName = isPrivateName;
|
184
|
+
exports.isProgram = isProgram;
|
185
|
+
exports.isProperty = isProperty;
|
186
|
+
exports.isPureish = isPureish;
|
187
|
+
exports.isQualifiedTypeIdentifier = isQualifiedTypeIdentifier;
|
188
|
+
exports.isRecordExpression = isRecordExpression;
|
189
|
+
exports.isRegExpLiteral = isRegExpLiteral;
|
190
|
+
exports.isRegexLiteral = isRegexLiteral;
|
191
|
+
exports.isRestElement = isRestElement;
|
192
|
+
exports.isRestProperty = isRestProperty;
|
193
|
+
exports.isReturnStatement = isReturnStatement;
|
194
|
+
exports.isScopable = isScopable;
|
195
|
+
exports.isSequenceExpression = isSequenceExpression;
|
196
|
+
exports.isSpreadElement = isSpreadElement;
|
197
|
+
exports.isSpreadProperty = isSpreadProperty;
|
198
|
+
exports.isStandardized = isStandardized;
|
199
|
+
exports.isStatement = isStatement;
|
200
|
+
exports.isStaticBlock = isStaticBlock;
|
201
|
+
exports.isStringLiteral = isStringLiteral;
|
202
|
+
exports.isStringLiteralTypeAnnotation = isStringLiteralTypeAnnotation;
|
203
|
+
exports.isStringTypeAnnotation = isStringTypeAnnotation;
|
204
|
+
exports.isSuper = isSuper;
|
205
|
+
exports.isSwitchCase = isSwitchCase;
|
206
|
+
exports.isSwitchStatement = isSwitchStatement;
|
207
|
+
exports.isSymbolTypeAnnotation = isSymbolTypeAnnotation;
|
208
|
+
exports.isTSAnyKeyword = isTSAnyKeyword;
|
209
|
+
exports.isTSArrayType = isTSArrayType;
|
210
|
+
exports.isTSAsExpression = isTSAsExpression;
|
211
|
+
exports.isTSBaseType = isTSBaseType;
|
212
|
+
exports.isTSBigIntKeyword = isTSBigIntKeyword;
|
213
|
+
exports.isTSBooleanKeyword = isTSBooleanKeyword;
|
214
|
+
exports.isTSCallSignatureDeclaration = isTSCallSignatureDeclaration;
|
215
|
+
exports.isTSConditionalType = isTSConditionalType;
|
216
|
+
exports.isTSConstructSignatureDeclaration = isTSConstructSignatureDeclaration;
|
217
|
+
exports.isTSConstructorType = isTSConstructorType;
|
218
|
+
exports.isTSDeclareFunction = isTSDeclareFunction;
|
219
|
+
exports.isTSDeclareMethod = isTSDeclareMethod;
|
220
|
+
exports.isTSEntityName = isTSEntityName;
|
221
|
+
exports.isTSEnumDeclaration = isTSEnumDeclaration;
|
222
|
+
exports.isTSEnumMember = isTSEnumMember;
|
223
|
+
exports.isTSExportAssignment = isTSExportAssignment;
|
224
|
+
exports.isTSExpressionWithTypeArguments = isTSExpressionWithTypeArguments;
|
225
|
+
exports.isTSExternalModuleReference = isTSExternalModuleReference;
|
226
|
+
exports.isTSFunctionType = isTSFunctionType;
|
227
|
+
exports.isTSImportEqualsDeclaration = isTSImportEqualsDeclaration;
|
228
|
+
exports.isTSImportType = isTSImportType;
|
229
|
+
exports.isTSIndexSignature = isTSIndexSignature;
|
230
|
+
exports.isTSIndexedAccessType = isTSIndexedAccessType;
|
231
|
+
exports.isTSInferType = isTSInferType;
|
232
|
+
exports.isTSInstantiationExpression = isTSInstantiationExpression;
|
233
|
+
exports.isTSInterfaceBody = isTSInterfaceBody;
|
234
|
+
exports.isTSInterfaceDeclaration = isTSInterfaceDeclaration;
|
235
|
+
exports.isTSIntersectionType = isTSIntersectionType;
|
236
|
+
exports.isTSIntrinsicKeyword = isTSIntrinsicKeyword;
|
237
|
+
exports.isTSLiteralType = isTSLiteralType;
|
238
|
+
exports.isTSMappedType = isTSMappedType;
|
239
|
+
exports.isTSMethodSignature = isTSMethodSignature;
|
240
|
+
exports.isTSModuleBlock = isTSModuleBlock;
|
241
|
+
exports.isTSModuleDeclaration = isTSModuleDeclaration;
|
242
|
+
exports.isTSNamedTupleMember = isTSNamedTupleMember;
|
243
|
+
exports.isTSNamespaceExportDeclaration = isTSNamespaceExportDeclaration;
|
244
|
+
exports.isTSNeverKeyword = isTSNeverKeyword;
|
245
|
+
exports.isTSNonNullExpression = isTSNonNullExpression;
|
246
|
+
exports.isTSNullKeyword = isTSNullKeyword;
|
247
|
+
exports.isTSNumberKeyword = isTSNumberKeyword;
|
248
|
+
exports.isTSObjectKeyword = isTSObjectKeyword;
|
249
|
+
exports.isTSOptionalType = isTSOptionalType;
|
250
|
+
exports.isTSParameterProperty = isTSParameterProperty;
|
251
|
+
exports.isTSParenthesizedType = isTSParenthesizedType;
|
252
|
+
exports.isTSPropertySignature = isTSPropertySignature;
|
253
|
+
exports.isTSQualifiedName = isTSQualifiedName;
|
254
|
+
exports.isTSRestType = isTSRestType;
|
255
|
+
exports.isTSSatisfiesExpression = isTSSatisfiesExpression;
|
256
|
+
exports.isTSStringKeyword = isTSStringKeyword;
|
257
|
+
exports.isTSSymbolKeyword = isTSSymbolKeyword;
|
258
|
+
exports.isTSThisType = isTSThisType;
|
259
|
+
exports.isTSTupleType = isTSTupleType;
|
260
|
+
exports.isTSType = isTSType;
|
261
|
+
exports.isTSTypeAliasDeclaration = isTSTypeAliasDeclaration;
|
262
|
+
exports.isTSTypeAnnotation = isTSTypeAnnotation;
|
263
|
+
exports.isTSTypeAssertion = isTSTypeAssertion;
|
264
|
+
exports.isTSTypeElement = isTSTypeElement;
|
265
|
+
exports.isTSTypeLiteral = isTSTypeLiteral;
|
266
|
+
exports.isTSTypeOperator = isTSTypeOperator;
|
267
|
+
exports.isTSTypeParameter = isTSTypeParameter;
|
268
|
+
exports.isTSTypeParameterDeclaration = isTSTypeParameterDeclaration;
|
269
|
+
exports.isTSTypeParameterInstantiation = isTSTypeParameterInstantiation;
|
270
|
+
exports.isTSTypePredicate = isTSTypePredicate;
|
271
|
+
exports.isTSTypeQuery = isTSTypeQuery;
|
272
|
+
exports.isTSTypeReference = isTSTypeReference;
|
273
|
+
exports.isTSUndefinedKeyword = isTSUndefinedKeyword;
|
274
|
+
exports.isTSUnionType = isTSUnionType;
|
275
|
+
exports.isTSUnknownKeyword = isTSUnknownKeyword;
|
276
|
+
exports.isTSVoidKeyword = isTSVoidKeyword;
|
277
|
+
exports.isTaggedTemplateExpression = isTaggedTemplateExpression;
|
278
|
+
exports.isTemplateElement = isTemplateElement;
|
279
|
+
exports.isTemplateLiteral = isTemplateLiteral;
|
280
|
+
exports.isTerminatorless = isTerminatorless;
|
281
|
+
exports.isThisExpression = isThisExpression;
|
282
|
+
exports.isThisTypeAnnotation = isThisTypeAnnotation;
|
283
|
+
exports.isThrowStatement = isThrowStatement;
|
284
|
+
exports.isTopicReference = isTopicReference;
|
285
|
+
exports.isTryStatement = isTryStatement;
|
286
|
+
exports.isTupleExpression = isTupleExpression;
|
287
|
+
exports.isTupleTypeAnnotation = isTupleTypeAnnotation;
|
288
|
+
exports.isTypeAlias = isTypeAlias;
|
289
|
+
exports.isTypeAnnotation = isTypeAnnotation;
|
290
|
+
exports.isTypeCastExpression = isTypeCastExpression;
|
291
|
+
exports.isTypeParameter = isTypeParameter;
|
292
|
+
exports.isTypeParameterDeclaration = isTypeParameterDeclaration;
|
293
|
+
exports.isTypeParameterInstantiation = isTypeParameterInstantiation;
|
294
|
+
exports.isTypeScript = isTypeScript;
|
295
|
+
exports.isTypeofTypeAnnotation = isTypeofTypeAnnotation;
|
296
|
+
exports.isUnaryExpression = isUnaryExpression;
|
297
|
+
exports.isUnaryLike = isUnaryLike;
|
298
|
+
exports.isUnionTypeAnnotation = isUnionTypeAnnotation;
|
299
|
+
exports.isUpdateExpression = isUpdateExpression;
|
300
|
+
exports.isUserWhitespacable = isUserWhitespacable;
|
301
|
+
exports.isV8IntrinsicIdentifier = isV8IntrinsicIdentifier;
|
302
|
+
exports.isVariableDeclaration = isVariableDeclaration;
|
303
|
+
exports.isVariableDeclarator = isVariableDeclarator;
|
304
|
+
exports.isVariance = isVariance;
|
305
|
+
exports.isVoidTypeAnnotation = isVoidTypeAnnotation;
|
306
|
+
exports.isWhile = isWhile;
|
307
|
+
exports.isWhileStatement = isWhileStatement;
|
308
|
+
exports.isWithStatement = isWithStatement;
|
309
|
+
exports.isYieldExpression = isYieldExpression;
|
310
|
+
var _shallowEqual = require("../../utils/shallowEqual.js");
|
311
|
+
var _deprecationWarning = require("../../utils/deprecationWarning.js");
|
312
|
+
function isArrayExpression(node, opts) {
|
313
|
+
if (!node) return false;
|
314
|
+
if (node.type !== "ArrayExpression") return false;
|
315
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
316
|
+
}
|
317
|
+
function isAssignmentExpression(node, opts) {
|
318
|
+
if (!node) return false;
|
319
|
+
if (node.type !== "AssignmentExpression") return false;
|
320
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
321
|
+
}
|
322
|
+
function isBinaryExpression(node, opts) {
|
323
|
+
if (!node) return false;
|
324
|
+
if (node.type !== "BinaryExpression") return false;
|
325
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
326
|
+
}
|
327
|
+
function isInterpreterDirective(node, opts) {
|
328
|
+
if (!node) return false;
|
329
|
+
if (node.type !== "InterpreterDirective") return false;
|
330
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
331
|
+
}
|
332
|
+
function isDirective(node, opts) {
|
333
|
+
if (!node) return false;
|
334
|
+
if (node.type !== "Directive") return false;
|
335
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
336
|
+
}
|
337
|
+
function isDirectiveLiteral(node, opts) {
|
338
|
+
if (!node) return false;
|
339
|
+
if (node.type !== "DirectiveLiteral") return false;
|
340
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
341
|
+
}
|
342
|
+
function isBlockStatement(node, opts) {
|
343
|
+
if (!node) return false;
|
344
|
+
if (node.type !== "BlockStatement") return false;
|
345
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
346
|
+
}
|
347
|
+
function isBreakStatement(node, opts) {
|
348
|
+
if (!node) return false;
|
349
|
+
if (node.type !== "BreakStatement") return false;
|
350
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
351
|
+
}
|
352
|
+
function isCallExpression(node, opts) {
|
353
|
+
if (!node) return false;
|
354
|
+
if (node.type !== "CallExpression") return false;
|
355
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
356
|
+
}
|
357
|
+
function isCatchClause(node, opts) {
|
358
|
+
if (!node) return false;
|
359
|
+
if (node.type !== "CatchClause") return false;
|
360
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
361
|
+
}
|
362
|
+
function isConditionalExpression(node, opts) {
|
363
|
+
if (!node) return false;
|
364
|
+
if (node.type !== "ConditionalExpression") return false;
|
365
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
366
|
+
}
|
367
|
+
function isContinueStatement(node, opts) {
|
368
|
+
if (!node) return false;
|
369
|
+
if (node.type !== "ContinueStatement") return false;
|
370
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
371
|
+
}
|
372
|
+
function isDebuggerStatement(node, opts) {
|
373
|
+
if (!node) return false;
|
374
|
+
if (node.type !== "DebuggerStatement") return false;
|
375
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
376
|
+
}
|
377
|
+
function isDoWhileStatement(node, opts) {
|
378
|
+
if (!node) return false;
|
379
|
+
if (node.type !== "DoWhileStatement") return false;
|
380
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
381
|
+
}
|
382
|
+
function isEmptyStatement(node, opts) {
|
383
|
+
if (!node) return false;
|
384
|
+
if (node.type !== "EmptyStatement") return false;
|
385
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
386
|
+
}
|
387
|
+
function isExpressionStatement(node, opts) {
|
388
|
+
if (!node) return false;
|
389
|
+
if (node.type !== "ExpressionStatement") return false;
|
390
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
391
|
+
}
|
392
|
+
function isFile(node, opts) {
|
393
|
+
if (!node) return false;
|
394
|
+
if (node.type !== "File") return false;
|
395
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
396
|
+
}
|
397
|
+
function isForInStatement(node, opts) {
|
398
|
+
if (!node) return false;
|
399
|
+
if (node.type !== "ForInStatement") return false;
|
400
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
401
|
+
}
|
402
|
+
function isForStatement(node, opts) {
|
403
|
+
if (!node) return false;
|
404
|
+
if (node.type !== "ForStatement") return false;
|
405
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
406
|
+
}
|
407
|
+
function isFunctionDeclaration(node, opts) {
|
408
|
+
if (!node) return false;
|
409
|
+
if (node.type !== "FunctionDeclaration") return false;
|
410
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
411
|
+
}
|
412
|
+
function isFunctionExpression(node, opts) {
|
413
|
+
if (!node) return false;
|
414
|
+
if (node.type !== "FunctionExpression") return false;
|
415
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
416
|
+
}
|
417
|
+
function isIdentifier(node, opts) {
|
418
|
+
if (!node) return false;
|
419
|
+
if (node.type !== "Identifier") return false;
|
420
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
421
|
+
}
|
422
|
+
function isIfStatement(node, opts) {
|
423
|
+
if (!node) return false;
|
424
|
+
if (node.type !== "IfStatement") return false;
|
425
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
426
|
+
}
|
427
|
+
function isLabeledStatement(node, opts) {
|
428
|
+
if (!node) return false;
|
429
|
+
if (node.type !== "LabeledStatement") return false;
|
430
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
431
|
+
}
|
432
|
+
function isStringLiteral(node, opts) {
|
433
|
+
if (!node) return false;
|
434
|
+
if (node.type !== "StringLiteral") return false;
|
435
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
436
|
+
}
|
437
|
+
function isNumericLiteral(node, opts) {
|
438
|
+
if (!node) return false;
|
439
|
+
if (node.type !== "NumericLiteral") return false;
|
440
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
441
|
+
}
|
442
|
+
function isNullLiteral(node, opts) {
|
443
|
+
if (!node) return false;
|
444
|
+
if (node.type !== "NullLiteral") return false;
|
445
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
446
|
+
}
|
447
|
+
function isBooleanLiteral(node, opts) {
|
448
|
+
if (!node) return false;
|
449
|
+
if (node.type !== "BooleanLiteral") return false;
|
450
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
451
|
+
}
|
452
|
+
function isRegExpLiteral(node, opts) {
|
453
|
+
if (!node) return false;
|
454
|
+
if (node.type !== "RegExpLiteral") return false;
|
455
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
456
|
+
}
|
457
|
+
function isLogicalExpression(node, opts) {
|
458
|
+
if (!node) return false;
|
459
|
+
if (node.type !== "LogicalExpression") return false;
|
460
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
461
|
+
}
|
462
|
+
function isMemberExpression(node, opts) {
|
463
|
+
if (!node) return false;
|
464
|
+
if (node.type !== "MemberExpression") return false;
|
465
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
466
|
+
}
|
467
|
+
function isNewExpression(node, opts) {
|
468
|
+
if (!node) return false;
|
469
|
+
if (node.type !== "NewExpression") return false;
|
470
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
471
|
+
}
|
472
|
+
function isProgram(node, opts) {
|
473
|
+
if (!node) return false;
|
474
|
+
if (node.type !== "Program") return false;
|
475
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
476
|
+
}
|
477
|
+
function isObjectExpression(node, opts) {
|
478
|
+
if (!node) return false;
|
479
|
+
if (node.type !== "ObjectExpression") return false;
|
480
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
481
|
+
}
|
482
|
+
function isObjectMethod(node, opts) {
|
483
|
+
if (!node) return false;
|
484
|
+
if (node.type !== "ObjectMethod") return false;
|
485
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
486
|
+
}
|
487
|
+
function isObjectProperty(node, opts) {
|
488
|
+
if (!node) return false;
|
489
|
+
if (node.type !== "ObjectProperty") return false;
|
490
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
491
|
+
}
|
492
|
+
function isRestElement(node, opts) {
|
493
|
+
if (!node) return false;
|
494
|
+
if (node.type !== "RestElement") return false;
|
495
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
496
|
+
}
|
497
|
+
function isReturnStatement(node, opts) {
|
498
|
+
if (!node) return false;
|
499
|
+
if (node.type !== "ReturnStatement") return false;
|
500
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
501
|
+
}
|
502
|
+
function isSequenceExpression(node, opts) {
|
503
|
+
if (!node) return false;
|
504
|
+
if (node.type !== "SequenceExpression") return false;
|
505
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
506
|
+
}
|
507
|
+
function isParenthesizedExpression(node, opts) {
|
508
|
+
if (!node) return false;
|
509
|
+
if (node.type !== "ParenthesizedExpression") return false;
|
510
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
511
|
+
}
|
512
|
+
function isSwitchCase(node, opts) {
|
513
|
+
if (!node) return false;
|
514
|
+
if (node.type !== "SwitchCase") return false;
|
515
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
516
|
+
}
|
517
|
+
function isSwitchStatement(node, opts) {
|
518
|
+
if (!node) return false;
|
519
|
+
if (node.type !== "SwitchStatement") return false;
|
520
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
521
|
+
}
|
522
|
+
function isThisExpression(node, opts) {
|
523
|
+
if (!node) return false;
|
524
|
+
if (node.type !== "ThisExpression") return false;
|
525
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
526
|
+
}
|
527
|
+
function isThrowStatement(node, opts) {
|
528
|
+
if (!node) return false;
|
529
|
+
if (node.type !== "ThrowStatement") return false;
|
530
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
531
|
+
}
|
532
|
+
function isTryStatement(node, opts) {
|
533
|
+
if (!node) return false;
|
534
|
+
if (node.type !== "TryStatement") return false;
|
535
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
536
|
+
}
|
537
|
+
function isUnaryExpression(node, opts) {
|
538
|
+
if (!node) return false;
|
539
|
+
if (node.type !== "UnaryExpression") return false;
|
540
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
541
|
+
}
|
542
|
+
function isUpdateExpression(node, opts) {
|
543
|
+
if (!node) return false;
|
544
|
+
if (node.type !== "UpdateExpression") return false;
|
545
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
546
|
+
}
|
547
|
+
function isVariableDeclaration(node, opts) {
|
548
|
+
if (!node) return false;
|
549
|
+
if (node.type !== "VariableDeclaration") return false;
|
550
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
551
|
+
}
|
552
|
+
function isVariableDeclarator(node, opts) {
|
553
|
+
if (!node) return false;
|
554
|
+
if (node.type !== "VariableDeclarator") return false;
|
555
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
556
|
+
}
|
557
|
+
function isWhileStatement(node, opts) {
|
558
|
+
if (!node) return false;
|
559
|
+
if (node.type !== "WhileStatement") return false;
|
560
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
561
|
+
}
|
562
|
+
function isWithStatement(node, opts) {
|
563
|
+
if (!node) return false;
|
564
|
+
if (node.type !== "WithStatement") return false;
|
565
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
566
|
+
}
|
567
|
+
function isAssignmentPattern(node, opts) {
|
568
|
+
if (!node) return false;
|
569
|
+
if (node.type !== "AssignmentPattern") return false;
|
570
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
571
|
+
}
|
572
|
+
function isArrayPattern(node, opts) {
|
573
|
+
if (!node) return false;
|
574
|
+
if (node.type !== "ArrayPattern") return false;
|
575
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
576
|
+
}
|
577
|
+
function isArrowFunctionExpression(node, opts) {
|
578
|
+
if (!node) return false;
|
579
|
+
if (node.type !== "ArrowFunctionExpression") return false;
|
580
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
581
|
+
}
|
582
|
+
function isClassBody(node, opts) {
|
583
|
+
if (!node) return false;
|
584
|
+
if (node.type !== "ClassBody") return false;
|
585
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
586
|
+
}
|
587
|
+
function isClassExpression(node, opts) {
|
588
|
+
if (!node) return false;
|
589
|
+
if (node.type !== "ClassExpression") return false;
|
590
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
591
|
+
}
|
592
|
+
function isClassDeclaration(node, opts) {
|
593
|
+
if (!node) return false;
|
594
|
+
if (node.type !== "ClassDeclaration") return false;
|
595
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
596
|
+
}
|
597
|
+
function isExportAllDeclaration(node, opts) {
|
598
|
+
if (!node) return false;
|
599
|
+
if (node.type !== "ExportAllDeclaration") return false;
|
600
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
601
|
+
}
|
602
|
+
function isExportDefaultDeclaration(node, opts) {
|
603
|
+
if (!node) return false;
|
604
|
+
if (node.type !== "ExportDefaultDeclaration") return false;
|
605
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
606
|
+
}
|
607
|
+
function isExportNamedDeclaration(node, opts) {
|
608
|
+
if (!node) return false;
|
609
|
+
if (node.type !== "ExportNamedDeclaration") return false;
|
610
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
611
|
+
}
|
612
|
+
function isExportSpecifier(node, opts) {
|
613
|
+
if (!node) return false;
|
614
|
+
if (node.type !== "ExportSpecifier") return false;
|
615
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
616
|
+
}
|
617
|
+
function isForOfStatement(node, opts) {
|
618
|
+
if (!node) return false;
|
619
|
+
if (node.type !== "ForOfStatement") return false;
|
620
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
621
|
+
}
|
622
|
+
function isImportDeclaration(node, opts) {
|
623
|
+
if (!node) return false;
|
624
|
+
if (node.type !== "ImportDeclaration") return false;
|
625
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
626
|
+
}
|
627
|
+
function isImportDefaultSpecifier(node, opts) {
|
628
|
+
if (!node) return false;
|
629
|
+
if (node.type !== "ImportDefaultSpecifier") return false;
|
630
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
631
|
+
}
|
632
|
+
function isImportNamespaceSpecifier(node, opts) {
|
633
|
+
if (!node) return false;
|
634
|
+
if (node.type !== "ImportNamespaceSpecifier") return false;
|
635
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
636
|
+
}
|
637
|
+
function isImportSpecifier(node, opts) {
|
638
|
+
if (!node) return false;
|
639
|
+
if (node.type !== "ImportSpecifier") return false;
|
640
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
641
|
+
}
|
642
|
+
function isImportExpression(node, opts) {
|
643
|
+
if (!node) return false;
|
644
|
+
if (node.type !== "ImportExpression") return false;
|
645
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
646
|
+
}
|
647
|
+
function isMetaProperty(node, opts) {
|
648
|
+
if (!node) return false;
|
649
|
+
if (node.type !== "MetaProperty") return false;
|
650
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
651
|
+
}
|
652
|
+
function isClassMethod(node, opts) {
|
653
|
+
if (!node) return false;
|
654
|
+
if (node.type !== "ClassMethod") return false;
|
655
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
656
|
+
}
|
657
|
+
function isObjectPattern(node, opts) {
|
658
|
+
if (!node) return false;
|
659
|
+
if (node.type !== "ObjectPattern") return false;
|
660
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
661
|
+
}
|
662
|
+
function isSpreadElement(node, opts) {
|
663
|
+
if (!node) return false;
|
664
|
+
if (node.type !== "SpreadElement") return false;
|
665
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
666
|
+
}
|
667
|
+
function isSuper(node, opts) {
|
668
|
+
if (!node) return false;
|
669
|
+
if (node.type !== "Super") return false;
|
670
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
671
|
+
}
|
672
|
+
function isTaggedTemplateExpression(node, opts) {
|
673
|
+
if (!node) return false;
|
674
|
+
if (node.type !== "TaggedTemplateExpression") return false;
|
675
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
676
|
+
}
|
677
|
+
function isTemplateElement(node, opts) {
|
678
|
+
if (!node) return false;
|
679
|
+
if (node.type !== "TemplateElement") return false;
|
680
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
681
|
+
}
|
682
|
+
function isTemplateLiteral(node, opts) {
|
683
|
+
if (!node) return false;
|
684
|
+
if (node.type !== "TemplateLiteral") return false;
|
685
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
686
|
+
}
|
687
|
+
function isYieldExpression(node, opts) {
|
688
|
+
if (!node) return false;
|
689
|
+
if (node.type !== "YieldExpression") return false;
|
690
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
691
|
+
}
|
692
|
+
function isAwaitExpression(node, opts) {
|
693
|
+
if (!node) return false;
|
694
|
+
if (node.type !== "AwaitExpression") return false;
|
695
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
696
|
+
}
|
697
|
+
function isImport(node, opts) {
|
698
|
+
if (!node) return false;
|
699
|
+
if (node.type !== "Import") return false;
|
700
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
701
|
+
}
|
702
|
+
function isBigIntLiteral(node, opts) {
|
703
|
+
if (!node) return false;
|
704
|
+
if (node.type !== "BigIntLiteral") return false;
|
705
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
706
|
+
}
|
707
|
+
function isExportNamespaceSpecifier(node, opts) {
|
708
|
+
if (!node) return false;
|
709
|
+
if (node.type !== "ExportNamespaceSpecifier") return false;
|
710
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
711
|
+
}
|
712
|
+
function isOptionalMemberExpression(node, opts) {
|
713
|
+
if (!node) return false;
|
714
|
+
if (node.type !== "OptionalMemberExpression") return false;
|
715
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
716
|
+
}
|
717
|
+
function isOptionalCallExpression(node, opts) {
|
718
|
+
if (!node) return false;
|
719
|
+
if (node.type !== "OptionalCallExpression") return false;
|
720
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
721
|
+
}
|
722
|
+
function isClassProperty(node, opts) {
|
723
|
+
if (!node) return false;
|
724
|
+
if (node.type !== "ClassProperty") return false;
|
725
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
726
|
+
}
|
727
|
+
function isClassAccessorProperty(node, opts) {
|
728
|
+
if (!node) return false;
|
729
|
+
if (node.type !== "ClassAccessorProperty") return false;
|
730
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
731
|
+
}
|
732
|
+
function isClassPrivateProperty(node, opts) {
|
733
|
+
if (!node) return false;
|
734
|
+
if (node.type !== "ClassPrivateProperty") return false;
|
735
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
736
|
+
}
|
737
|
+
function isClassPrivateMethod(node, opts) {
|
738
|
+
if (!node) return false;
|
739
|
+
if (node.type !== "ClassPrivateMethod") return false;
|
740
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
741
|
+
}
|
742
|
+
function isPrivateName(node, opts) {
|
743
|
+
if (!node) return false;
|
744
|
+
if (node.type !== "PrivateName") return false;
|
745
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
746
|
+
}
|
747
|
+
function isStaticBlock(node, opts) {
|
748
|
+
if (!node) return false;
|
749
|
+
if (node.type !== "StaticBlock") return false;
|
750
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
751
|
+
}
|
752
|
+
function isAnyTypeAnnotation(node, opts) {
|
753
|
+
if (!node) return false;
|
754
|
+
if (node.type !== "AnyTypeAnnotation") return false;
|
755
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
756
|
+
}
|
757
|
+
function isArrayTypeAnnotation(node, opts) {
|
758
|
+
if (!node) return false;
|
759
|
+
if (node.type !== "ArrayTypeAnnotation") return false;
|
760
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
761
|
+
}
|
762
|
+
function isBooleanTypeAnnotation(node, opts) {
|
763
|
+
if (!node) return false;
|
764
|
+
if (node.type !== "BooleanTypeAnnotation") return false;
|
765
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
766
|
+
}
|
767
|
+
function isBooleanLiteralTypeAnnotation(node, opts) {
|
768
|
+
if (!node) return false;
|
769
|
+
if (node.type !== "BooleanLiteralTypeAnnotation") return false;
|
770
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
771
|
+
}
|
772
|
+
function isNullLiteralTypeAnnotation(node, opts) {
|
773
|
+
if (!node) return false;
|
774
|
+
if (node.type !== "NullLiteralTypeAnnotation") return false;
|
775
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
776
|
+
}
|
777
|
+
function isClassImplements(node, opts) {
|
778
|
+
if (!node) return false;
|
779
|
+
if (node.type !== "ClassImplements") return false;
|
780
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
781
|
+
}
|
782
|
+
function isDeclareClass(node, opts) {
|
783
|
+
if (!node) return false;
|
784
|
+
if (node.type !== "DeclareClass") return false;
|
785
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
786
|
+
}
|
787
|
+
function isDeclareFunction(node, opts) {
|
788
|
+
if (!node) return false;
|
789
|
+
if (node.type !== "DeclareFunction") return false;
|
790
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
791
|
+
}
|
792
|
+
function isDeclareInterface(node, opts) {
|
793
|
+
if (!node) return false;
|
794
|
+
if (node.type !== "DeclareInterface") return false;
|
795
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
796
|
+
}
|
797
|
+
function isDeclareModule(node, opts) {
|
798
|
+
if (!node) return false;
|
799
|
+
if (node.type !== "DeclareModule") return false;
|
800
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
801
|
+
}
|
802
|
+
function isDeclareModuleExports(node, opts) {
|
803
|
+
if (!node) return false;
|
804
|
+
if (node.type !== "DeclareModuleExports") return false;
|
805
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
806
|
+
}
|
807
|
+
function isDeclareTypeAlias(node, opts) {
|
808
|
+
if (!node) return false;
|
809
|
+
if (node.type !== "DeclareTypeAlias") return false;
|
810
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
811
|
+
}
|
812
|
+
function isDeclareOpaqueType(node, opts) {
|
813
|
+
if (!node) return false;
|
814
|
+
if (node.type !== "DeclareOpaqueType") return false;
|
815
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
816
|
+
}
|
817
|
+
function isDeclareVariable(node, opts) {
|
818
|
+
if (!node) return false;
|
819
|
+
if (node.type !== "DeclareVariable") return false;
|
820
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
821
|
+
}
|
822
|
+
function isDeclareExportDeclaration(node, opts) {
|
823
|
+
if (!node) return false;
|
824
|
+
if (node.type !== "DeclareExportDeclaration") return false;
|
825
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
826
|
+
}
|
827
|
+
function isDeclareExportAllDeclaration(node, opts) {
|
828
|
+
if (!node) return false;
|
829
|
+
if (node.type !== "DeclareExportAllDeclaration") return false;
|
830
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
831
|
+
}
|
832
|
+
function isDeclaredPredicate(node, opts) {
|
833
|
+
if (!node) return false;
|
834
|
+
if (node.type !== "DeclaredPredicate") return false;
|
835
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
836
|
+
}
|
837
|
+
function isExistsTypeAnnotation(node, opts) {
|
838
|
+
if (!node) return false;
|
839
|
+
if (node.type !== "ExistsTypeAnnotation") return false;
|
840
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
841
|
+
}
|
842
|
+
function isFunctionTypeAnnotation(node, opts) {
|
843
|
+
if (!node) return false;
|
844
|
+
if (node.type !== "FunctionTypeAnnotation") return false;
|
845
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
846
|
+
}
|
847
|
+
function isFunctionTypeParam(node, opts) {
|
848
|
+
if (!node) return false;
|
849
|
+
if (node.type !== "FunctionTypeParam") return false;
|
850
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
851
|
+
}
|
852
|
+
function isGenericTypeAnnotation(node, opts) {
|
853
|
+
if (!node) return false;
|
854
|
+
if (node.type !== "GenericTypeAnnotation") return false;
|
855
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
856
|
+
}
|
857
|
+
function isInferredPredicate(node, opts) {
|
858
|
+
if (!node) return false;
|
859
|
+
if (node.type !== "InferredPredicate") return false;
|
860
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
861
|
+
}
|
862
|
+
function isInterfaceExtends(node, opts) {
|
863
|
+
if (!node) return false;
|
864
|
+
if (node.type !== "InterfaceExtends") return false;
|
865
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
866
|
+
}
|
867
|
+
function isInterfaceDeclaration(node, opts) {
|
868
|
+
if (!node) return false;
|
869
|
+
if (node.type !== "InterfaceDeclaration") return false;
|
870
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
871
|
+
}
|
872
|
+
function isInterfaceTypeAnnotation(node, opts) {
|
873
|
+
if (!node) return false;
|
874
|
+
if (node.type !== "InterfaceTypeAnnotation") return false;
|
875
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
876
|
+
}
|
877
|
+
function isIntersectionTypeAnnotation(node, opts) {
|
878
|
+
if (!node) return false;
|
879
|
+
if (node.type !== "IntersectionTypeAnnotation") return false;
|
880
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
881
|
+
}
|
882
|
+
function isMixedTypeAnnotation(node, opts) {
|
883
|
+
if (!node) return false;
|
884
|
+
if (node.type !== "MixedTypeAnnotation") return false;
|
885
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
886
|
+
}
|
887
|
+
function isEmptyTypeAnnotation(node, opts) {
|
888
|
+
if (!node) return false;
|
889
|
+
if (node.type !== "EmptyTypeAnnotation") return false;
|
890
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
891
|
+
}
|
892
|
+
function isNullableTypeAnnotation(node, opts) {
|
893
|
+
if (!node) return false;
|
894
|
+
if (node.type !== "NullableTypeAnnotation") return false;
|
895
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
896
|
+
}
|
897
|
+
function isNumberLiteralTypeAnnotation(node, opts) {
|
898
|
+
if (!node) return false;
|
899
|
+
if (node.type !== "NumberLiteralTypeAnnotation") return false;
|
900
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
901
|
+
}
|
902
|
+
function isNumberTypeAnnotation(node, opts) {
|
903
|
+
if (!node) return false;
|
904
|
+
if (node.type !== "NumberTypeAnnotation") return false;
|
905
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
906
|
+
}
|
907
|
+
function isObjectTypeAnnotation(node, opts) {
|
908
|
+
if (!node) return false;
|
909
|
+
if (node.type !== "ObjectTypeAnnotation") return false;
|
910
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
911
|
+
}
|
912
|
+
function isObjectTypeInternalSlot(node, opts) {
|
913
|
+
if (!node) return false;
|
914
|
+
if (node.type !== "ObjectTypeInternalSlot") return false;
|
915
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
916
|
+
}
|
917
|
+
function isObjectTypeCallProperty(node, opts) {
|
918
|
+
if (!node) return false;
|
919
|
+
if (node.type !== "ObjectTypeCallProperty") return false;
|
920
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
921
|
+
}
|
922
|
+
function isObjectTypeIndexer(node, opts) {
|
923
|
+
if (!node) return false;
|
924
|
+
if (node.type !== "ObjectTypeIndexer") return false;
|
925
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
926
|
+
}
|
927
|
+
function isObjectTypeProperty(node, opts) {
|
928
|
+
if (!node) return false;
|
929
|
+
if (node.type !== "ObjectTypeProperty") return false;
|
930
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
931
|
+
}
|
932
|
+
function isObjectTypeSpreadProperty(node, opts) {
|
933
|
+
if (!node) return false;
|
934
|
+
if (node.type !== "ObjectTypeSpreadProperty") return false;
|
935
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
936
|
+
}
|
937
|
+
function isOpaqueType(node, opts) {
|
938
|
+
if (!node) return false;
|
939
|
+
if (node.type !== "OpaqueType") return false;
|
940
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
941
|
+
}
|
942
|
+
function isQualifiedTypeIdentifier(node, opts) {
|
943
|
+
if (!node) return false;
|
944
|
+
if (node.type !== "QualifiedTypeIdentifier") return false;
|
945
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
946
|
+
}
|
947
|
+
function isStringLiteralTypeAnnotation(node, opts) {
|
948
|
+
if (!node) return false;
|
949
|
+
if (node.type !== "StringLiteralTypeAnnotation") return false;
|
950
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
951
|
+
}
|
952
|
+
function isStringTypeAnnotation(node, opts) {
|
953
|
+
if (!node) return false;
|
954
|
+
if (node.type !== "StringTypeAnnotation") return false;
|
955
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
956
|
+
}
|
957
|
+
function isSymbolTypeAnnotation(node, opts) {
|
958
|
+
if (!node) return false;
|
959
|
+
if (node.type !== "SymbolTypeAnnotation") return false;
|
960
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
961
|
+
}
|
962
|
+
function isThisTypeAnnotation(node, opts) {
|
963
|
+
if (!node) return false;
|
964
|
+
if (node.type !== "ThisTypeAnnotation") return false;
|
965
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
966
|
+
}
|
967
|
+
function isTupleTypeAnnotation(node, opts) {
|
968
|
+
if (!node) return false;
|
969
|
+
if (node.type !== "TupleTypeAnnotation") return false;
|
970
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
971
|
+
}
|
972
|
+
function isTypeofTypeAnnotation(node, opts) {
|
973
|
+
if (!node) return false;
|
974
|
+
if (node.type !== "TypeofTypeAnnotation") return false;
|
975
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
976
|
+
}
|
977
|
+
function isTypeAlias(node, opts) {
|
978
|
+
if (!node) return false;
|
979
|
+
if (node.type !== "TypeAlias") return false;
|
980
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
981
|
+
}
|
982
|
+
function isTypeAnnotation(node, opts) {
|
983
|
+
if (!node) return false;
|
984
|
+
if (node.type !== "TypeAnnotation") return false;
|
985
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
986
|
+
}
|
987
|
+
function isTypeCastExpression(node, opts) {
|
988
|
+
if (!node) return false;
|
989
|
+
if (node.type !== "TypeCastExpression") return false;
|
990
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
991
|
+
}
|
992
|
+
function isTypeParameter(node, opts) {
|
993
|
+
if (!node) return false;
|
994
|
+
if (node.type !== "TypeParameter") return false;
|
995
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
996
|
+
}
|
997
|
+
function isTypeParameterDeclaration(node, opts) {
|
998
|
+
if (!node) return false;
|
999
|
+
if (node.type !== "TypeParameterDeclaration") return false;
|
1000
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1001
|
+
}
|
1002
|
+
function isTypeParameterInstantiation(node, opts) {
|
1003
|
+
if (!node) return false;
|
1004
|
+
if (node.type !== "TypeParameterInstantiation") return false;
|
1005
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1006
|
+
}
|
1007
|
+
function isUnionTypeAnnotation(node, opts) {
|
1008
|
+
if (!node) return false;
|
1009
|
+
if (node.type !== "UnionTypeAnnotation") return false;
|
1010
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1011
|
+
}
|
1012
|
+
function isVariance(node, opts) {
|
1013
|
+
if (!node) return false;
|
1014
|
+
if (node.type !== "Variance") return false;
|
1015
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1016
|
+
}
|
1017
|
+
function isVoidTypeAnnotation(node, opts) {
|
1018
|
+
if (!node) return false;
|
1019
|
+
if (node.type !== "VoidTypeAnnotation") return false;
|
1020
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1021
|
+
}
|
1022
|
+
function isEnumDeclaration(node, opts) {
|
1023
|
+
if (!node) return false;
|
1024
|
+
if (node.type !== "EnumDeclaration") return false;
|
1025
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1026
|
+
}
|
1027
|
+
function isEnumBooleanBody(node, opts) {
|
1028
|
+
if (!node) return false;
|
1029
|
+
if (node.type !== "EnumBooleanBody") return false;
|
1030
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1031
|
+
}
|
1032
|
+
function isEnumNumberBody(node, opts) {
|
1033
|
+
if (!node) return false;
|
1034
|
+
if (node.type !== "EnumNumberBody") return false;
|
1035
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1036
|
+
}
|
1037
|
+
function isEnumStringBody(node, opts) {
|
1038
|
+
if (!node) return false;
|
1039
|
+
if (node.type !== "EnumStringBody") return false;
|
1040
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1041
|
+
}
|
1042
|
+
function isEnumSymbolBody(node, opts) {
|
1043
|
+
if (!node) return false;
|
1044
|
+
if (node.type !== "EnumSymbolBody") return false;
|
1045
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1046
|
+
}
|
1047
|
+
function isEnumBooleanMember(node, opts) {
|
1048
|
+
if (!node) return false;
|
1049
|
+
if (node.type !== "EnumBooleanMember") return false;
|
1050
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1051
|
+
}
|
1052
|
+
function isEnumNumberMember(node, opts) {
|
1053
|
+
if (!node) return false;
|
1054
|
+
if (node.type !== "EnumNumberMember") return false;
|
1055
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1056
|
+
}
|
1057
|
+
function isEnumStringMember(node, opts) {
|
1058
|
+
if (!node) return false;
|
1059
|
+
if (node.type !== "EnumStringMember") return false;
|
1060
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1061
|
+
}
|
1062
|
+
function isEnumDefaultedMember(node, opts) {
|
1063
|
+
if (!node) return false;
|
1064
|
+
if (node.type !== "EnumDefaultedMember") return false;
|
1065
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1066
|
+
}
|
1067
|
+
function isIndexedAccessType(node, opts) {
|
1068
|
+
if (!node) return false;
|
1069
|
+
if (node.type !== "IndexedAccessType") return false;
|
1070
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1071
|
+
}
|
1072
|
+
function isOptionalIndexedAccessType(node, opts) {
|
1073
|
+
if (!node) return false;
|
1074
|
+
if (node.type !== "OptionalIndexedAccessType") return false;
|
1075
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1076
|
+
}
|
1077
|
+
function isJSXAttribute(node, opts) {
|
1078
|
+
if (!node) return false;
|
1079
|
+
if (node.type !== "JSXAttribute") return false;
|
1080
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1081
|
+
}
|
1082
|
+
function isJSXClosingElement(node, opts) {
|
1083
|
+
if (!node) return false;
|
1084
|
+
if (node.type !== "JSXClosingElement") return false;
|
1085
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1086
|
+
}
|
1087
|
+
function isJSXElement(node, opts) {
|
1088
|
+
if (!node) return false;
|
1089
|
+
if (node.type !== "JSXElement") return false;
|
1090
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1091
|
+
}
|
1092
|
+
function isJSXEmptyExpression(node, opts) {
|
1093
|
+
if (!node) return false;
|
1094
|
+
if (node.type !== "JSXEmptyExpression") return false;
|
1095
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1096
|
+
}
|
1097
|
+
function isJSXExpressionContainer(node, opts) {
|
1098
|
+
if (!node) return false;
|
1099
|
+
if (node.type !== "JSXExpressionContainer") return false;
|
1100
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1101
|
+
}
|
1102
|
+
function isJSXSpreadChild(node, opts) {
|
1103
|
+
if (!node) return false;
|
1104
|
+
if (node.type !== "JSXSpreadChild") return false;
|
1105
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1106
|
+
}
|
1107
|
+
function isJSXIdentifier(node, opts) {
|
1108
|
+
if (!node) return false;
|
1109
|
+
if (node.type !== "JSXIdentifier") return false;
|
1110
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1111
|
+
}
|
1112
|
+
function isJSXMemberExpression(node, opts) {
|
1113
|
+
if (!node) return false;
|
1114
|
+
if (node.type !== "JSXMemberExpression") return false;
|
1115
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1116
|
+
}
|
1117
|
+
function isJSXNamespacedName(node, opts) {
|
1118
|
+
if (!node) return false;
|
1119
|
+
if (node.type !== "JSXNamespacedName") return false;
|
1120
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1121
|
+
}
|
1122
|
+
function isJSXOpeningElement(node, opts) {
|
1123
|
+
if (!node) return false;
|
1124
|
+
if (node.type !== "JSXOpeningElement") return false;
|
1125
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1126
|
+
}
|
1127
|
+
function isJSXSpreadAttribute(node, opts) {
|
1128
|
+
if (!node) return false;
|
1129
|
+
if (node.type !== "JSXSpreadAttribute") return false;
|
1130
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1131
|
+
}
|
1132
|
+
function isJSXText(node, opts) {
|
1133
|
+
if (!node) return false;
|
1134
|
+
if (node.type !== "JSXText") return false;
|
1135
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1136
|
+
}
|
1137
|
+
function isJSXFragment(node, opts) {
|
1138
|
+
if (!node) return false;
|
1139
|
+
if (node.type !== "JSXFragment") return false;
|
1140
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1141
|
+
}
|
1142
|
+
function isJSXOpeningFragment(node, opts) {
|
1143
|
+
if (!node) return false;
|
1144
|
+
if (node.type !== "JSXOpeningFragment") return false;
|
1145
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1146
|
+
}
|
1147
|
+
function isJSXClosingFragment(node, opts) {
|
1148
|
+
if (!node) return false;
|
1149
|
+
if (node.type !== "JSXClosingFragment") return false;
|
1150
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1151
|
+
}
|
1152
|
+
function isNoop(node, opts) {
|
1153
|
+
if (!node) return false;
|
1154
|
+
if (node.type !== "Noop") return false;
|
1155
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1156
|
+
}
|
1157
|
+
function isPlaceholder(node, opts) {
|
1158
|
+
if (!node) return false;
|
1159
|
+
if (node.type !== "Placeholder") return false;
|
1160
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1161
|
+
}
|
1162
|
+
function isV8IntrinsicIdentifier(node, opts) {
|
1163
|
+
if (!node) return false;
|
1164
|
+
if (node.type !== "V8IntrinsicIdentifier") return false;
|
1165
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1166
|
+
}
|
1167
|
+
function isArgumentPlaceholder(node, opts) {
|
1168
|
+
if (!node) return false;
|
1169
|
+
if (node.type !== "ArgumentPlaceholder") return false;
|
1170
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1171
|
+
}
|
1172
|
+
function isBindExpression(node, opts) {
|
1173
|
+
if (!node) return false;
|
1174
|
+
if (node.type !== "BindExpression") return false;
|
1175
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1176
|
+
}
|
1177
|
+
function isImportAttribute(node, opts) {
|
1178
|
+
if (!node) return false;
|
1179
|
+
if (node.type !== "ImportAttribute") return false;
|
1180
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1181
|
+
}
|
1182
|
+
function isDecorator(node, opts) {
|
1183
|
+
if (!node) return false;
|
1184
|
+
if (node.type !== "Decorator") return false;
|
1185
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1186
|
+
}
|
1187
|
+
function isDoExpression(node, opts) {
|
1188
|
+
if (!node) return false;
|
1189
|
+
if (node.type !== "DoExpression") return false;
|
1190
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1191
|
+
}
|
1192
|
+
function isExportDefaultSpecifier(node, opts) {
|
1193
|
+
if (!node) return false;
|
1194
|
+
if (node.type !== "ExportDefaultSpecifier") return false;
|
1195
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1196
|
+
}
|
1197
|
+
function isRecordExpression(node, opts) {
|
1198
|
+
if (!node) return false;
|
1199
|
+
if (node.type !== "RecordExpression") return false;
|
1200
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1201
|
+
}
|
1202
|
+
function isTupleExpression(node, opts) {
|
1203
|
+
if (!node) return false;
|
1204
|
+
if (node.type !== "TupleExpression") return false;
|
1205
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1206
|
+
}
|
1207
|
+
function isDecimalLiteral(node, opts) {
|
1208
|
+
if (!node) return false;
|
1209
|
+
if (node.type !== "DecimalLiteral") return false;
|
1210
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1211
|
+
}
|
1212
|
+
function isModuleExpression(node, opts) {
|
1213
|
+
if (!node) return false;
|
1214
|
+
if (node.type !== "ModuleExpression") return false;
|
1215
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1216
|
+
}
|
1217
|
+
function isTopicReference(node, opts) {
|
1218
|
+
if (!node) return false;
|
1219
|
+
if (node.type !== "TopicReference") return false;
|
1220
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1221
|
+
}
|
1222
|
+
function isPipelineTopicExpression(node, opts) {
|
1223
|
+
if (!node) return false;
|
1224
|
+
if (node.type !== "PipelineTopicExpression") return false;
|
1225
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1226
|
+
}
|
1227
|
+
function isPipelineBareFunction(node, opts) {
|
1228
|
+
if (!node) return false;
|
1229
|
+
if (node.type !== "PipelineBareFunction") return false;
|
1230
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1231
|
+
}
|
1232
|
+
function isPipelinePrimaryTopicReference(node, opts) {
|
1233
|
+
if (!node) return false;
|
1234
|
+
if (node.type !== "PipelinePrimaryTopicReference") return false;
|
1235
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1236
|
+
}
|
1237
|
+
function isTSParameterProperty(node, opts) {
|
1238
|
+
if (!node) return false;
|
1239
|
+
if (node.type !== "TSParameterProperty") return false;
|
1240
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1241
|
+
}
|
1242
|
+
function isTSDeclareFunction(node, opts) {
|
1243
|
+
if (!node) return false;
|
1244
|
+
if (node.type !== "TSDeclareFunction") return false;
|
1245
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1246
|
+
}
|
1247
|
+
function isTSDeclareMethod(node, opts) {
|
1248
|
+
if (!node) return false;
|
1249
|
+
if (node.type !== "TSDeclareMethod") return false;
|
1250
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1251
|
+
}
|
1252
|
+
function isTSQualifiedName(node, opts) {
|
1253
|
+
if (!node) return false;
|
1254
|
+
if (node.type !== "TSQualifiedName") return false;
|
1255
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1256
|
+
}
|
1257
|
+
function isTSCallSignatureDeclaration(node, opts) {
|
1258
|
+
if (!node) return false;
|
1259
|
+
if (node.type !== "TSCallSignatureDeclaration") return false;
|
1260
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1261
|
+
}
|
1262
|
+
function isTSConstructSignatureDeclaration(node, opts) {
|
1263
|
+
if (!node) return false;
|
1264
|
+
if (node.type !== "TSConstructSignatureDeclaration") return false;
|
1265
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1266
|
+
}
|
1267
|
+
function isTSPropertySignature(node, opts) {
|
1268
|
+
if (!node) return false;
|
1269
|
+
if (node.type !== "TSPropertySignature") return false;
|
1270
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1271
|
+
}
|
1272
|
+
function isTSMethodSignature(node, opts) {
|
1273
|
+
if (!node) return false;
|
1274
|
+
if (node.type !== "TSMethodSignature") return false;
|
1275
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1276
|
+
}
|
1277
|
+
function isTSIndexSignature(node, opts) {
|
1278
|
+
if (!node) return false;
|
1279
|
+
if (node.type !== "TSIndexSignature") return false;
|
1280
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1281
|
+
}
|
1282
|
+
function isTSAnyKeyword(node, opts) {
|
1283
|
+
if (!node) return false;
|
1284
|
+
if (node.type !== "TSAnyKeyword") return false;
|
1285
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1286
|
+
}
|
1287
|
+
function isTSBooleanKeyword(node, opts) {
|
1288
|
+
if (!node) return false;
|
1289
|
+
if (node.type !== "TSBooleanKeyword") return false;
|
1290
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1291
|
+
}
|
1292
|
+
function isTSBigIntKeyword(node, opts) {
|
1293
|
+
if (!node) return false;
|
1294
|
+
if (node.type !== "TSBigIntKeyword") return false;
|
1295
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1296
|
+
}
|
1297
|
+
function isTSIntrinsicKeyword(node, opts) {
|
1298
|
+
if (!node) return false;
|
1299
|
+
if (node.type !== "TSIntrinsicKeyword") return false;
|
1300
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1301
|
+
}
|
1302
|
+
function isTSNeverKeyword(node, opts) {
|
1303
|
+
if (!node) return false;
|
1304
|
+
if (node.type !== "TSNeverKeyword") return false;
|
1305
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1306
|
+
}
|
1307
|
+
function isTSNullKeyword(node, opts) {
|
1308
|
+
if (!node) return false;
|
1309
|
+
if (node.type !== "TSNullKeyword") return false;
|
1310
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1311
|
+
}
|
1312
|
+
function isTSNumberKeyword(node, opts) {
|
1313
|
+
if (!node) return false;
|
1314
|
+
if (node.type !== "TSNumberKeyword") return false;
|
1315
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1316
|
+
}
|
1317
|
+
function isTSObjectKeyword(node, opts) {
|
1318
|
+
if (!node) return false;
|
1319
|
+
if (node.type !== "TSObjectKeyword") return false;
|
1320
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1321
|
+
}
|
1322
|
+
function isTSStringKeyword(node, opts) {
|
1323
|
+
if (!node) return false;
|
1324
|
+
if (node.type !== "TSStringKeyword") return false;
|
1325
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1326
|
+
}
|
1327
|
+
function isTSSymbolKeyword(node, opts) {
|
1328
|
+
if (!node) return false;
|
1329
|
+
if (node.type !== "TSSymbolKeyword") return false;
|
1330
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1331
|
+
}
|
1332
|
+
function isTSUndefinedKeyword(node, opts) {
|
1333
|
+
if (!node) return false;
|
1334
|
+
if (node.type !== "TSUndefinedKeyword") return false;
|
1335
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1336
|
+
}
|
1337
|
+
function isTSUnknownKeyword(node, opts) {
|
1338
|
+
if (!node) return false;
|
1339
|
+
if (node.type !== "TSUnknownKeyword") return false;
|
1340
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1341
|
+
}
|
1342
|
+
function isTSVoidKeyword(node, opts) {
|
1343
|
+
if (!node) return false;
|
1344
|
+
if (node.type !== "TSVoidKeyword") return false;
|
1345
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1346
|
+
}
|
1347
|
+
function isTSThisType(node, opts) {
|
1348
|
+
if (!node) return false;
|
1349
|
+
if (node.type !== "TSThisType") return false;
|
1350
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1351
|
+
}
|
1352
|
+
function isTSFunctionType(node, opts) {
|
1353
|
+
if (!node) return false;
|
1354
|
+
if (node.type !== "TSFunctionType") return false;
|
1355
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1356
|
+
}
|
1357
|
+
function isTSConstructorType(node, opts) {
|
1358
|
+
if (!node) return false;
|
1359
|
+
if (node.type !== "TSConstructorType") return false;
|
1360
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1361
|
+
}
|
1362
|
+
function isTSTypeReference(node, opts) {
|
1363
|
+
if (!node) return false;
|
1364
|
+
if (node.type !== "TSTypeReference") return false;
|
1365
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1366
|
+
}
|
1367
|
+
function isTSTypePredicate(node, opts) {
|
1368
|
+
if (!node) return false;
|
1369
|
+
if (node.type !== "TSTypePredicate") return false;
|
1370
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1371
|
+
}
|
1372
|
+
function isTSTypeQuery(node, opts) {
|
1373
|
+
if (!node) return false;
|
1374
|
+
if (node.type !== "TSTypeQuery") return false;
|
1375
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1376
|
+
}
|
1377
|
+
function isTSTypeLiteral(node, opts) {
|
1378
|
+
if (!node) return false;
|
1379
|
+
if (node.type !== "TSTypeLiteral") return false;
|
1380
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1381
|
+
}
|
1382
|
+
function isTSArrayType(node, opts) {
|
1383
|
+
if (!node) return false;
|
1384
|
+
if (node.type !== "TSArrayType") return false;
|
1385
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1386
|
+
}
|
1387
|
+
function isTSTupleType(node, opts) {
|
1388
|
+
if (!node) return false;
|
1389
|
+
if (node.type !== "TSTupleType") return false;
|
1390
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1391
|
+
}
|
1392
|
+
function isTSOptionalType(node, opts) {
|
1393
|
+
if (!node) return false;
|
1394
|
+
if (node.type !== "TSOptionalType") return false;
|
1395
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1396
|
+
}
|
1397
|
+
function isTSRestType(node, opts) {
|
1398
|
+
if (!node) return false;
|
1399
|
+
if (node.type !== "TSRestType") return false;
|
1400
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1401
|
+
}
|
1402
|
+
function isTSNamedTupleMember(node, opts) {
|
1403
|
+
if (!node) return false;
|
1404
|
+
if (node.type !== "TSNamedTupleMember") return false;
|
1405
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1406
|
+
}
|
1407
|
+
function isTSUnionType(node, opts) {
|
1408
|
+
if (!node) return false;
|
1409
|
+
if (node.type !== "TSUnionType") return false;
|
1410
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1411
|
+
}
|
1412
|
+
function isTSIntersectionType(node, opts) {
|
1413
|
+
if (!node) return false;
|
1414
|
+
if (node.type !== "TSIntersectionType") return false;
|
1415
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1416
|
+
}
|
1417
|
+
function isTSConditionalType(node, opts) {
|
1418
|
+
if (!node) return false;
|
1419
|
+
if (node.type !== "TSConditionalType") return false;
|
1420
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1421
|
+
}
|
1422
|
+
function isTSInferType(node, opts) {
|
1423
|
+
if (!node) return false;
|
1424
|
+
if (node.type !== "TSInferType") return false;
|
1425
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1426
|
+
}
|
1427
|
+
function isTSParenthesizedType(node, opts) {
|
1428
|
+
if (!node) return false;
|
1429
|
+
if (node.type !== "TSParenthesizedType") return false;
|
1430
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1431
|
+
}
|
1432
|
+
function isTSTypeOperator(node, opts) {
|
1433
|
+
if (!node) return false;
|
1434
|
+
if (node.type !== "TSTypeOperator") return false;
|
1435
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1436
|
+
}
|
1437
|
+
function isTSIndexedAccessType(node, opts) {
|
1438
|
+
if (!node) return false;
|
1439
|
+
if (node.type !== "TSIndexedAccessType") return false;
|
1440
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1441
|
+
}
|
1442
|
+
function isTSMappedType(node, opts) {
|
1443
|
+
if (!node) return false;
|
1444
|
+
if (node.type !== "TSMappedType") return false;
|
1445
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1446
|
+
}
|
1447
|
+
function isTSLiteralType(node, opts) {
|
1448
|
+
if (!node) return false;
|
1449
|
+
if (node.type !== "TSLiteralType") return false;
|
1450
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1451
|
+
}
|
1452
|
+
function isTSExpressionWithTypeArguments(node, opts) {
|
1453
|
+
if (!node) return false;
|
1454
|
+
if (node.type !== "TSExpressionWithTypeArguments") return false;
|
1455
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1456
|
+
}
|
1457
|
+
function isTSInterfaceDeclaration(node, opts) {
|
1458
|
+
if (!node) return false;
|
1459
|
+
if (node.type !== "TSInterfaceDeclaration") return false;
|
1460
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1461
|
+
}
|
1462
|
+
function isTSInterfaceBody(node, opts) {
|
1463
|
+
if (!node) return false;
|
1464
|
+
if (node.type !== "TSInterfaceBody") return false;
|
1465
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1466
|
+
}
|
1467
|
+
function isTSTypeAliasDeclaration(node, opts) {
|
1468
|
+
if (!node) return false;
|
1469
|
+
if (node.type !== "TSTypeAliasDeclaration") return false;
|
1470
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1471
|
+
}
|
1472
|
+
function isTSInstantiationExpression(node, opts) {
|
1473
|
+
if (!node) return false;
|
1474
|
+
if (node.type !== "TSInstantiationExpression") return false;
|
1475
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1476
|
+
}
|
1477
|
+
function isTSAsExpression(node, opts) {
|
1478
|
+
if (!node) return false;
|
1479
|
+
if (node.type !== "TSAsExpression") return false;
|
1480
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1481
|
+
}
|
1482
|
+
function isTSSatisfiesExpression(node, opts) {
|
1483
|
+
if (!node) return false;
|
1484
|
+
if (node.type !== "TSSatisfiesExpression") return false;
|
1485
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1486
|
+
}
|
1487
|
+
function isTSTypeAssertion(node, opts) {
|
1488
|
+
if (!node) return false;
|
1489
|
+
if (node.type !== "TSTypeAssertion") return false;
|
1490
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1491
|
+
}
|
1492
|
+
function isTSEnumDeclaration(node, opts) {
|
1493
|
+
if (!node) return false;
|
1494
|
+
if (node.type !== "TSEnumDeclaration") return false;
|
1495
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1496
|
+
}
|
1497
|
+
function isTSEnumMember(node, opts) {
|
1498
|
+
if (!node) return false;
|
1499
|
+
if (node.type !== "TSEnumMember") return false;
|
1500
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1501
|
+
}
|
1502
|
+
function isTSModuleDeclaration(node, opts) {
|
1503
|
+
if (!node) return false;
|
1504
|
+
if (node.type !== "TSModuleDeclaration") return false;
|
1505
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1506
|
+
}
|
1507
|
+
function isTSModuleBlock(node, opts) {
|
1508
|
+
if (!node) return false;
|
1509
|
+
if (node.type !== "TSModuleBlock") return false;
|
1510
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1511
|
+
}
|
1512
|
+
function isTSImportType(node, opts) {
|
1513
|
+
if (!node) return false;
|
1514
|
+
if (node.type !== "TSImportType") return false;
|
1515
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1516
|
+
}
|
1517
|
+
function isTSImportEqualsDeclaration(node, opts) {
|
1518
|
+
if (!node) return false;
|
1519
|
+
if (node.type !== "TSImportEqualsDeclaration") return false;
|
1520
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1521
|
+
}
|
1522
|
+
function isTSExternalModuleReference(node, opts) {
|
1523
|
+
if (!node) return false;
|
1524
|
+
if (node.type !== "TSExternalModuleReference") return false;
|
1525
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1526
|
+
}
|
1527
|
+
function isTSNonNullExpression(node, opts) {
|
1528
|
+
if (!node) return false;
|
1529
|
+
if (node.type !== "TSNonNullExpression") return false;
|
1530
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1531
|
+
}
|
1532
|
+
function isTSExportAssignment(node, opts) {
|
1533
|
+
if (!node) return false;
|
1534
|
+
if (node.type !== "TSExportAssignment") return false;
|
1535
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1536
|
+
}
|
1537
|
+
function isTSNamespaceExportDeclaration(node, opts) {
|
1538
|
+
if (!node) return false;
|
1539
|
+
if (node.type !== "TSNamespaceExportDeclaration") return false;
|
1540
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1541
|
+
}
|
1542
|
+
function isTSTypeAnnotation(node, opts) {
|
1543
|
+
if (!node) return false;
|
1544
|
+
if (node.type !== "TSTypeAnnotation") return false;
|
1545
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1546
|
+
}
|
1547
|
+
function isTSTypeParameterInstantiation(node, opts) {
|
1548
|
+
if (!node) return false;
|
1549
|
+
if (node.type !== "TSTypeParameterInstantiation") return false;
|
1550
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1551
|
+
}
|
1552
|
+
function isTSTypeParameterDeclaration(node, opts) {
|
1553
|
+
if (!node) return false;
|
1554
|
+
if (node.type !== "TSTypeParameterDeclaration") return false;
|
1555
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1556
|
+
}
|
1557
|
+
function isTSTypeParameter(node, opts) {
|
1558
|
+
if (!node) return false;
|
1559
|
+
if (node.type !== "TSTypeParameter") return false;
|
1560
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1561
|
+
}
|
1562
|
+
function isStandardized(node, opts) {
|
1563
|
+
if (!node) return false;
|
1564
|
+
switch (node.type) {
|
1565
|
+
case "ArrayExpression":
|
1566
|
+
case "AssignmentExpression":
|
1567
|
+
case "BinaryExpression":
|
1568
|
+
case "InterpreterDirective":
|
1569
|
+
case "Directive":
|
1570
|
+
case "DirectiveLiteral":
|
1571
|
+
case "BlockStatement":
|
1572
|
+
case "BreakStatement":
|
1573
|
+
case "CallExpression":
|
1574
|
+
case "CatchClause":
|
1575
|
+
case "ConditionalExpression":
|
1576
|
+
case "ContinueStatement":
|
1577
|
+
case "DebuggerStatement":
|
1578
|
+
case "DoWhileStatement":
|
1579
|
+
case "EmptyStatement":
|
1580
|
+
case "ExpressionStatement":
|
1581
|
+
case "File":
|
1582
|
+
case "ForInStatement":
|
1583
|
+
case "ForStatement":
|
1584
|
+
case "FunctionDeclaration":
|
1585
|
+
case "FunctionExpression":
|
1586
|
+
case "Identifier":
|
1587
|
+
case "IfStatement":
|
1588
|
+
case "LabeledStatement":
|
1589
|
+
case "StringLiteral":
|
1590
|
+
case "NumericLiteral":
|
1591
|
+
case "NullLiteral":
|
1592
|
+
case "BooleanLiteral":
|
1593
|
+
case "RegExpLiteral":
|
1594
|
+
case "LogicalExpression":
|
1595
|
+
case "MemberExpression":
|
1596
|
+
case "NewExpression":
|
1597
|
+
case "Program":
|
1598
|
+
case "ObjectExpression":
|
1599
|
+
case "ObjectMethod":
|
1600
|
+
case "ObjectProperty":
|
1601
|
+
case "RestElement":
|
1602
|
+
case "ReturnStatement":
|
1603
|
+
case "SequenceExpression":
|
1604
|
+
case "ParenthesizedExpression":
|
1605
|
+
case "SwitchCase":
|
1606
|
+
case "SwitchStatement":
|
1607
|
+
case "ThisExpression":
|
1608
|
+
case "ThrowStatement":
|
1609
|
+
case "TryStatement":
|
1610
|
+
case "UnaryExpression":
|
1611
|
+
case "UpdateExpression":
|
1612
|
+
case "VariableDeclaration":
|
1613
|
+
case "VariableDeclarator":
|
1614
|
+
case "WhileStatement":
|
1615
|
+
case "WithStatement":
|
1616
|
+
case "AssignmentPattern":
|
1617
|
+
case "ArrayPattern":
|
1618
|
+
case "ArrowFunctionExpression":
|
1619
|
+
case "ClassBody":
|
1620
|
+
case "ClassExpression":
|
1621
|
+
case "ClassDeclaration":
|
1622
|
+
case "ExportAllDeclaration":
|
1623
|
+
case "ExportDefaultDeclaration":
|
1624
|
+
case "ExportNamedDeclaration":
|
1625
|
+
case "ExportSpecifier":
|
1626
|
+
case "ForOfStatement":
|
1627
|
+
case "ImportDeclaration":
|
1628
|
+
case "ImportDefaultSpecifier":
|
1629
|
+
case "ImportNamespaceSpecifier":
|
1630
|
+
case "ImportSpecifier":
|
1631
|
+
case "ImportExpression":
|
1632
|
+
case "MetaProperty":
|
1633
|
+
case "ClassMethod":
|
1634
|
+
case "ObjectPattern":
|
1635
|
+
case "SpreadElement":
|
1636
|
+
case "Super":
|
1637
|
+
case "TaggedTemplateExpression":
|
1638
|
+
case "TemplateElement":
|
1639
|
+
case "TemplateLiteral":
|
1640
|
+
case "YieldExpression":
|
1641
|
+
case "AwaitExpression":
|
1642
|
+
case "Import":
|
1643
|
+
case "BigIntLiteral":
|
1644
|
+
case "ExportNamespaceSpecifier":
|
1645
|
+
case "OptionalMemberExpression":
|
1646
|
+
case "OptionalCallExpression":
|
1647
|
+
case "ClassProperty":
|
1648
|
+
case "ClassAccessorProperty":
|
1649
|
+
case "ClassPrivateProperty":
|
1650
|
+
case "ClassPrivateMethod":
|
1651
|
+
case "PrivateName":
|
1652
|
+
case "StaticBlock":
|
1653
|
+
break;
|
1654
|
+
case "Placeholder":
|
1655
|
+
switch (node.expectedNode) {
|
1656
|
+
case "Identifier":
|
1657
|
+
case "StringLiteral":
|
1658
|
+
case "BlockStatement":
|
1659
|
+
case "ClassBody":
|
1660
|
+
break;
|
1661
|
+
default:
|
1662
|
+
return false;
|
1663
|
+
}
|
1664
|
+
break;
|
1665
|
+
default:
|
1666
|
+
return false;
|
1667
|
+
}
|
1668
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1669
|
+
}
|
1670
|
+
function isExpression(node, opts) {
|
1671
|
+
if (!node) return false;
|
1672
|
+
switch (node.type) {
|
1673
|
+
case "ArrayExpression":
|
1674
|
+
case "AssignmentExpression":
|
1675
|
+
case "BinaryExpression":
|
1676
|
+
case "CallExpression":
|
1677
|
+
case "ConditionalExpression":
|
1678
|
+
case "FunctionExpression":
|
1679
|
+
case "Identifier":
|
1680
|
+
case "StringLiteral":
|
1681
|
+
case "NumericLiteral":
|
1682
|
+
case "NullLiteral":
|
1683
|
+
case "BooleanLiteral":
|
1684
|
+
case "RegExpLiteral":
|
1685
|
+
case "LogicalExpression":
|
1686
|
+
case "MemberExpression":
|
1687
|
+
case "NewExpression":
|
1688
|
+
case "ObjectExpression":
|
1689
|
+
case "SequenceExpression":
|
1690
|
+
case "ParenthesizedExpression":
|
1691
|
+
case "ThisExpression":
|
1692
|
+
case "UnaryExpression":
|
1693
|
+
case "UpdateExpression":
|
1694
|
+
case "ArrowFunctionExpression":
|
1695
|
+
case "ClassExpression":
|
1696
|
+
case "ImportExpression":
|
1697
|
+
case "MetaProperty":
|
1698
|
+
case "Super":
|
1699
|
+
case "TaggedTemplateExpression":
|
1700
|
+
case "TemplateLiteral":
|
1701
|
+
case "YieldExpression":
|
1702
|
+
case "AwaitExpression":
|
1703
|
+
case "Import":
|
1704
|
+
case "BigIntLiteral":
|
1705
|
+
case "OptionalMemberExpression":
|
1706
|
+
case "OptionalCallExpression":
|
1707
|
+
case "TypeCastExpression":
|
1708
|
+
case "JSXElement":
|
1709
|
+
case "JSXFragment":
|
1710
|
+
case "BindExpression":
|
1711
|
+
case "DoExpression":
|
1712
|
+
case "RecordExpression":
|
1713
|
+
case "TupleExpression":
|
1714
|
+
case "DecimalLiteral":
|
1715
|
+
case "ModuleExpression":
|
1716
|
+
case "TopicReference":
|
1717
|
+
case "PipelineTopicExpression":
|
1718
|
+
case "PipelineBareFunction":
|
1719
|
+
case "PipelinePrimaryTopicReference":
|
1720
|
+
case "TSInstantiationExpression":
|
1721
|
+
case "TSAsExpression":
|
1722
|
+
case "TSSatisfiesExpression":
|
1723
|
+
case "TSTypeAssertion":
|
1724
|
+
case "TSNonNullExpression":
|
1725
|
+
break;
|
1726
|
+
case "Placeholder":
|
1727
|
+
switch (node.expectedNode) {
|
1728
|
+
case "Expression":
|
1729
|
+
case "Identifier":
|
1730
|
+
case "StringLiteral":
|
1731
|
+
break;
|
1732
|
+
default:
|
1733
|
+
return false;
|
1734
|
+
}
|
1735
|
+
break;
|
1736
|
+
default:
|
1737
|
+
return false;
|
1738
|
+
}
|
1739
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1740
|
+
}
|
1741
|
+
function isBinary(node, opts) {
|
1742
|
+
if (!node) return false;
|
1743
|
+
switch (node.type) {
|
1744
|
+
case "BinaryExpression":
|
1745
|
+
case "LogicalExpression":
|
1746
|
+
break;
|
1747
|
+
default:
|
1748
|
+
return false;
|
1749
|
+
}
|
1750
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1751
|
+
}
|
1752
|
+
function isScopable(node, opts) {
|
1753
|
+
if (!node) return false;
|
1754
|
+
switch (node.type) {
|
1755
|
+
case "BlockStatement":
|
1756
|
+
case "CatchClause":
|
1757
|
+
case "DoWhileStatement":
|
1758
|
+
case "ForInStatement":
|
1759
|
+
case "ForStatement":
|
1760
|
+
case "FunctionDeclaration":
|
1761
|
+
case "FunctionExpression":
|
1762
|
+
case "Program":
|
1763
|
+
case "ObjectMethod":
|
1764
|
+
case "SwitchStatement":
|
1765
|
+
case "WhileStatement":
|
1766
|
+
case "ArrowFunctionExpression":
|
1767
|
+
case "ClassExpression":
|
1768
|
+
case "ClassDeclaration":
|
1769
|
+
case "ForOfStatement":
|
1770
|
+
case "ClassMethod":
|
1771
|
+
case "ClassPrivateMethod":
|
1772
|
+
case "StaticBlock":
|
1773
|
+
case "TSModuleBlock":
|
1774
|
+
break;
|
1775
|
+
case "Placeholder":
|
1776
|
+
if (node.expectedNode === "BlockStatement") break;
|
1777
|
+
default:
|
1778
|
+
return false;
|
1779
|
+
}
|
1780
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1781
|
+
}
|
1782
|
+
function isBlockParent(node, opts) {
|
1783
|
+
if (!node) return false;
|
1784
|
+
switch (node.type) {
|
1785
|
+
case "BlockStatement":
|
1786
|
+
case "CatchClause":
|
1787
|
+
case "DoWhileStatement":
|
1788
|
+
case "ForInStatement":
|
1789
|
+
case "ForStatement":
|
1790
|
+
case "FunctionDeclaration":
|
1791
|
+
case "FunctionExpression":
|
1792
|
+
case "Program":
|
1793
|
+
case "ObjectMethod":
|
1794
|
+
case "SwitchStatement":
|
1795
|
+
case "WhileStatement":
|
1796
|
+
case "ArrowFunctionExpression":
|
1797
|
+
case "ForOfStatement":
|
1798
|
+
case "ClassMethod":
|
1799
|
+
case "ClassPrivateMethod":
|
1800
|
+
case "StaticBlock":
|
1801
|
+
case "TSModuleBlock":
|
1802
|
+
break;
|
1803
|
+
case "Placeholder":
|
1804
|
+
if (node.expectedNode === "BlockStatement") break;
|
1805
|
+
default:
|
1806
|
+
return false;
|
1807
|
+
}
|
1808
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1809
|
+
}
|
1810
|
+
function isBlock(node, opts) {
|
1811
|
+
if (!node) return false;
|
1812
|
+
switch (node.type) {
|
1813
|
+
case "BlockStatement":
|
1814
|
+
case "Program":
|
1815
|
+
case "TSModuleBlock":
|
1816
|
+
break;
|
1817
|
+
case "Placeholder":
|
1818
|
+
if (node.expectedNode === "BlockStatement") break;
|
1819
|
+
default:
|
1820
|
+
return false;
|
1821
|
+
}
|
1822
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1823
|
+
}
|
1824
|
+
function isStatement(node, opts) {
|
1825
|
+
if (!node) return false;
|
1826
|
+
switch (node.type) {
|
1827
|
+
case "BlockStatement":
|
1828
|
+
case "BreakStatement":
|
1829
|
+
case "ContinueStatement":
|
1830
|
+
case "DebuggerStatement":
|
1831
|
+
case "DoWhileStatement":
|
1832
|
+
case "EmptyStatement":
|
1833
|
+
case "ExpressionStatement":
|
1834
|
+
case "ForInStatement":
|
1835
|
+
case "ForStatement":
|
1836
|
+
case "FunctionDeclaration":
|
1837
|
+
case "IfStatement":
|
1838
|
+
case "LabeledStatement":
|
1839
|
+
case "ReturnStatement":
|
1840
|
+
case "SwitchStatement":
|
1841
|
+
case "ThrowStatement":
|
1842
|
+
case "TryStatement":
|
1843
|
+
case "VariableDeclaration":
|
1844
|
+
case "WhileStatement":
|
1845
|
+
case "WithStatement":
|
1846
|
+
case "ClassDeclaration":
|
1847
|
+
case "ExportAllDeclaration":
|
1848
|
+
case "ExportDefaultDeclaration":
|
1849
|
+
case "ExportNamedDeclaration":
|
1850
|
+
case "ForOfStatement":
|
1851
|
+
case "ImportDeclaration":
|
1852
|
+
case "DeclareClass":
|
1853
|
+
case "DeclareFunction":
|
1854
|
+
case "DeclareInterface":
|
1855
|
+
case "DeclareModule":
|
1856
|
+
case "DeclareModuleExports":
|
1857
|
+
case "DeclareTypeAlias":
|
1858
|
+
case "DeclareOpaqueType":
|
1859
|
+
case "DeclareVariable":
|
1860
|
+
case "DeclareExportDeclaration":
|
1861
|
+
case "DeclareExportAllDeclaration":
|
1862
|
+
case "InterfaceDeclaration":
|
1863
|
+
case "OpaqueType":
|
1864
|
+
case "TypeAlias":
|
1865
|
+
case "EnumDeclaration":
|
1866
|
+
case "TSDeclareFunction":
|
1867
|
+
case "TSInterfaceDeclaration":
|
1868
|
+
case "TSTypeAliasDeclaration":
|
1869
|
+
case "TSEnumDeclaration":
|
1870
|
+
case "TSModuleDeclaration":
|
1871
|
+
case "TSImportEqualsDeclaration":
|
1872
|
+
case "TSExportAssignment":
|
1873
|
+
case "TSNamespaceExportDeclaration":
|
1874
|
+
break;
|
1875
|
+
case "Placeholder":
|
1876
|
+
switch (node.expectedNode) {
|
1877
|
+
case "Statement":
|
1878
|
+
case "Declaration":
|
1879
|
+
case "BlockStatement":
|
1880
|
+
break;
|
1881
|
+
default:
|
1882
|
+
return false;
|
1883
|
+
}
|
1884
|
+
break;
|
1885
|
+
default:
|
1886
|
+
return false;
|
1887
|
+
}
|
1888
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1889
|
+
}
|
1890
|
+
function isTerminatorless(node, opts) {
|
1891
|
+
if (!node) return false;
|
1892
|
+
switch (node.type) {
|
1893
|
+
case "BreakStatement":
|
1894
|
+
case "ContinueStatement":
|
1895
|
+
case "ReturnStatement":
|
1896
|
+
case "ThrowStatement":
|
1897
|
+
case "YieldExpression":
|
1898
|
+
case "AwaitExpression":
|
1899
|
+
break;
|
1900
|
+
default:
|
1901
|
+
return false;
|
1902
|
+
}
|
1903
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1904
|
+
}
|
1905
|
+
function isCompletionStatement(node, opts) {
|
1906
|
+
if (!node) return false;
|
1907
|
+
switch (node.type) {
|
1908
|
+
case "BreakStatement":
|
1909
|
+
case "ContinueStatement":
|
1910
|
+
case "ReturnStatement":
|
1911
|
+
case "ThrowStatement":
|
1912
|
+
break;
|
1913
|
+
default:
|
1914
|
+
return false;
|
1915
|
+
}
|
1916
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1917
|
+
}
|
1918
|
+
function isConditional(node, opts) {
|
1919
|
+
if (!node) return false;
|
1920
|
+
switch (node.type) {
|
1921
|
+
case "ConditionalExpression":
|
1922
|
+
case "IfStatement":
|
1923
|
+
break;
|
1924
|
+
default:
|
1925
|
+
return false;
|
1926
|
+
}
|
1927
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1928
|
+
}
|
1929
|
+
function isLoop(node, opts) {
|
1930
|
+
if (!node) return false;
|
1931
|
+
switch (node.type) {
|
1932
|
+
case "DoWhileStatement":
|
1933
|
+
case "ForInStatement":
|
1934
|
+
case "ForStatement":
|
1935
|
+
case "WhileStatement":
|
1936
|
+
case "ForOfStatement":
|
1937
|
+
break;
|
1938
|
+
default:
|
1939
|
+
return false;
|
1940
|
+
}
|
1941
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1942
|
+
}
|
1943
|
+
function isWhile(node, opts) {
|
1944
|
+
if (!node) return false;
|
1945
|
+
switch (node.type) {
|
1946
|
+
case "DoWhileStatement":
|
1947
|
+
case "WhileStatement":
|
1948
|
+
break;
|
1949
|
+
default:
|
1950
|
+
return false;
|
1951
|
+
}
|
1952
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1953
|
+
}
|
1954
|
+
function isExpressionWrapper(node, opts) {
|
1955
|
+
if (!node) return false;
|
1956
|
+
switch (node.type) {
|
1957
|
+
case "ExpressionStatement":
|
1958
|
+
case "ParenthesizedExpression":
|
1959
|
+
case "TypeCastExpression":
|
1960
|
+
break;
|
1961
|
+
default:
|
1962
|
+
return false;
|
1963
|
+
}
|
1964
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1965
|
+
}
|
1966
|
+
function isFor(node, opts) {
|
1967
|
+
if (!node) return false;
|
1968
|
+
switch (node.type) {
|
1969
|
+
case "ForInStatement":
|
1970
|
+
case "ForStatement":
|
1971
|
+
case "ForOfStatement":
|
1972
|
+
break;
|
1973
|
+
default:
|
1974
|
+
return false;
|
1975
|
+
}
|
1976
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1977
|
+
}
|
1978
|
+
function isForXStatement(node, opts) {
|
1979
|
+
if (!node) return false;
|
1980
|
+
switch (node.type) {
|
1981
|
+
case "ForInStatement":
|
1982
|
+
case "ForOfStatement":
|
1983
|
+
break;
|
1984
|
+
default:
|
1985
|
+
return false;
|
1986
|
+
}
|
1987
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
1988
|
+
}
|
1989
|
+
function isFunction(node, opts) {
|
1990
|
+
if (!node) return false;
|
1991
|
+
switch (node.type) {
|
1992
|
+
case "FunctionDeclaration":
|
1993
|
+
case "FunctionExpression":
|
1994
|
+
case "ObjectMethod":
|
1995
|
+
case "ArrowFunctionExpression":
|
1996
|
+
case "ClassMethod":
|
1997
|
+
case "ClassPrivateMethod":
|
1998
|
+
break;
|
1999
|
+
default:
|
2000
|
+
return false;
|
2001
|
+
}
|
2002
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2003
|
+
}
|
2004
|
+
function isFunctionParent(node, opts) {
|
2005
|
+
if (!node) return false;
|
2006
|
+
switch (node.type) {
|
2007
|
+
case "FunctionDeclaration":
|
2008
|
+
case "FunctionExpression":
|
2009
|
+
case "ObjectMethod":
|
2010
|
+
case "ArrowFunctionExpression":
|
2011
|
+
case "ClassMethod":
|
2012
|
+
case "ClassPrivateMethod":
|
2013
|
+
case "StaticBlock":
|
2014
|
+
case "TSModuleBlock":
|
2015
|
+
break;
|
2016
|
+
default:
|
2017
|
+
return false;
|
2018
|
+
}
|
2019
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2020
|
+
}
|
2021
|
+
function isPureish(node, opts) {
|
2022
|
+
if (!node) return false;
|
2023
|
+
switch (node.type) {
|
2024
|
+
case "FunctionDeclaration":
|
2025
|
+
case "FunctionExpression":
|
2026
|
+
case "StringLiteral":
|
2027
|
+
case "NumericLiteral":
|
2028
|
+
case "NullLiteral":
|
2029
|
+
case "BooleanLiteral":
|
2030
|
+
case "RegExpLiteral":
|
2031
|
+
case "ArrowFunctionExpression":
|
2032
|
+
case "BigIntLiteral":
|
2033
|
+
case "DecimalLiteral":
|
2034
|
+
break;
|
2035
|
+
case "Placeholder":
|
2036
|
+
if (node.expectedNode === "StringLiteral") break;
|
2037
|
+
default:
|
2038
|
+
return false;
|
2039
|
+
}
|
2040
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2041
|
+
}
|
2042
|
+
function isDeclaration(node, opts) {
|
2043
|
+
if (!node) return false;
|
2044
|
+
switch (node.type) {
|
2045
|
+
case "FunctionDeclaration":
|
2046
|
+
case "VariableDeclaration":
|
2047
|
+
case "ClassDeclaration":
|
2048
|
+
case "ExportAllDeclaration":
|
2049
|
+
case "ExportDefaultDeclaration":
|
2050
|
+
case "ExportNamedDeclaration":
|
2051
|
+
case "ImportDeclaration":
|
2052
|
+
case "DeclareClass":
|
2053
|
+
case "DeclareFunction":
|
2054
|
+
case "DeclareInterface":
|
2055
|
+
case "DeclareModule":
|
2056
|
+
case "DeclareModuleExports":
|
2057
|
+
case "DeclareTypeAlias":
|
2058
|
+
case "DeclareOpaqueType":
|
2059
|
+
case "DeclareVariable":
|
2060
|
+
case "DeclareExportDeclaration":
|
2061
|
+
case "DeclareExportAllDeclaration":
|
2062
|
+
case "InterfaceDeclaration":
|
2063
|
+
case "OpaqueType":
|
2064
|
+
case "TypeAlias":
|
2065
|
+
case "EnumDeclaration":
|
2066
|
+
case "TSDeclareFunction":
|
2067
|
+
case "TSInterfaceDeclaration":
|
2068
|
+
case "TSTypeAliasDeclaration":
|
2069
|
+
case "TSEnumDeclaration":
|
2070
|
+
case "TSModuleDeclaration":
|
2071
|
+
break;
|
2072
|
+
case "Placeholder":
|
2073
|
+
if (node.expectedNode === "Declaration") break;
|
2074
|
+
default:
|
2075
|
+
return false;
|
2076
|
+
}
|
2077
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2078
|
+
}
|
2079
|
+
function isPatternLike(node, opts) {
|
2080
|
+
if (!node) return false;
|
2081
|
+
switch (node.type) {
|
2082
|
+
case "Identifier":
|
2083
|
+
case "RestElement":
|
2084
|
+
case "AssignmentPattern":
|
2085
|
+
case "ArrayPattern":
|
2086
|
+
case "ObjectPattern":
|
2087
|
+
case "TSAsExpression":
|
2088
|
+
case "TSSatisfiesExpression":
|
2089
|
+
case "TSTypeAssertion":
|
2090
|
+
case "TSNonNullExpression":
|
2091
|
+
break;
|
2092
|
+
case "Placeholder":
|
2093
|
+
switch (node.expectedNode) {
|
2094
|
+
case "Pattern":
|
2095
|
+
case "Identifier":
|
2096
|
+
break;
|
2097
|
+
default:
|
2098
|
+
return false;
|
2099
|
+
}
|
2100
|
+
break;
|
2101
|
+
default:
|
2102
|
+
return false;
|
2103
|
+
}
|
2104
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2105
|
+
}
|
2106
|
+
function isLVal(node, opts) {
|
2107
|
+
if (!node) return false;
|
2108
|
+
switch (node.type) {
|
2109
|
+
case "Identifier":
|
2110
|
+
case "MemberExpression":
|
2111
|
+
case "RestElement":
|
2112
|
+
case "AssignmentPattern":
|
2113
|
+
case "ArrayPattern":
|
2114
|
+
case "ObjectPattern":
|
2115
|
+
case "TSParameterProperty":
|
2116
|
+
case "TSAsExpression":
|
2117
|
+
case "TSSatisfiesExpression":
|
2118
|
+
case "TSTypeAssertion":
|
2119
|
+
case "TSNonNullExpression":
|
2120
|
+
break;
|
2121
|
+
case "Placeholder":
|
2122
|
+
switch (node.expectedNode) {
|
2123
|
+
case "Pattern":
|
2124
|
+
case "Identifier":
|
2125
|
+
break;
|
2126
|
+
default:
|
2127
|
+
return false;
|
2128
|
+
}
|
2129
|
+
break;
|
2130
|
+
default:
|
2131
|
+
return false;
|
2132
|
+
}
|
2133
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2134
|
+
}
|
2135
|
+
function isTSEntityName(node, opts) {
|
2136
|
+
if (!node) return false;
|
2137
|
+
switch (node.type) {
|
2138
|
+
case "Identifier":
|
2139
|
+
case "TSQualifiedName":
|
2140
|
+
break;
|
2141
|
+
case "Placeholder":
|
2142
|
+
if (node.expectedNode === "Identifier") break;
|
2143
|
+
default:
|
2144
|
+
return false;
|
2145
|
+
}
|
2146
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2147
|
+
}
|
2148
|
+
function isLiteral(node, opts) {
|
2149
|
+
if (!node) return false;
|
2150
|
+
switch (node.type) {
|
2151
|
+
case "StringLiteral":
|
2152
|
+
case "NumericLiteral":
|
2153
|
+
case "NullLiteral":
|
2154
|
+
case "BooleanLiteral":
|
2155
|
+
case "RegExpLiteral":
|
2156
|
+
case "TemplateLiteral":
|
2157
|
+
case "BigIntLiteral":
|
2158
|
+
case "DecimalLiteral":
|
2159
|
+
break;
|
2160
|
+
case "Placeholder":
|
2161
|
+
if (node.expectedNode === "StringLiteral") break;
|
2162
|
+
default:
|
2163
|
+
return false;
|
2164
|
+
}
|
2165
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2166
|
+
}
|
2167
|
+
function isImmutable(node, opts) {
|
2168
|
+
if (!node) return false;
|
2169
|
+
switch (node.type) {
|
2170
|
+
case "StringLiteral":
|
2171
|
+
case "NumericLiteral":
|
2172
|
+
case "NullLiteral":
|
2173
|
+
case "BooleanLiteral":
|
2174
|
+
case "BigIntLiteral":
|
2175
|
+
case "JSXAttribute":
|
2176
|
+
case "JSXClosingElement":
|
2177
|
+
case "JSXElement":
|
2178
|
+
case "JSXExpressionContainer":
|
2179
|
+
case "JSXSpreadChild":
|
2180
|
+
case "JSXOpeningElement":
|
2181
|
+
case "JSXText":
|
2182
|
+
case "JSXFragment":
|
2183
|
+
case "JSXOpeningFragment":
|
2184
|
+
case "JSXClosingFragment":
|
2185
|
+
case "DecimalLiteral":
|
2186
|
+
break;
|
2187
|
+
case "Placeholder":
|
2188
|
+
if (node.expectedNode === "StringLiteral") break;
|
2189
|
+
default:
|
2190
|
+
return false;
|
2191
|
+
}
|
2192
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2193
|
+
}
|
2194
|
+
function isUserWhitespacable(node, opts) {
|
2195
|
+
if (!node) return false;
|
2196
|
+
switch (node.type) {
|
2197
|
+
case "ObjectMethod":
|
2198
|
+
case "ObjectProperty":
|
2199
|
+
case "ObjectTypeInternalSlot":
|
2200
|
+
case "ObjectTypeCallProperty":
|
2201
|
+
case "ObjectTypeIndexer":
|
2202
|
+
case "ObjectTypeProperty":
|
2203
|
+
case "ObjectTypeSpreadProperty":
|
2204
|
+
break;
|
2205
|
+
default:
|
2206
|
+
return false;
|
2207
|
+
}
|
2208
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2209
|
+
}
|
2210
|
+
function isMethod(node, opts) {
|
2211
|
+
if (!node) return false;
|
2212
|
+
switch (node.type) {
|
2213
|
+
case "ObjectMethod":
|
2214
|
+
case "ClassMethod":
|
2215
|
+
case "ClassPrivateMethod":
|
2216
|
+
break;
|
2217
|
+
default:
|
2218
|
+
return false;
|
2219
|
+
}
|
2220
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2221
|
+
}
|
2222
|
+
function isObjectMember(node, opts) {
|
2223
|
+
if (!node) return false;
|
2224
|
+
switch (node.type) {
|
2225
|
+
case "ObjectMethod":
|
2226
|
+
case "ObjectProperty":
|
2227
|
+
break;
|
2228
|
+
default:
|
2229
|
+
return false;
|
2230
|
+
}
|
2231
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2232
|
+
}
|
2233
|
+
function isProperty(node, opts) {
|
2234
|
+
if (!node) return false;
|
2235
|
+
switch (node.type) {
|
2236
|
+
case "ObjectProperty":
|
2237
|
+
case "ClassProperty":
|
2238
|
+
case "ClassAccessorProperty":
|
2239
|
+
case "ClassPrivateProperty":
|
2240
|
+
break;
|
2241
|
+
default:
|
2242
|
+
return false;
|
2243
|
+
}
|
2244
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2245
|
+
}
|
2246
|
+
function isUnaryLike(node, opts) {
|
2247
|
+
if (!node) return false;
|
2248
|
+
switch (node.type) {
|
2249
|
+
case "UnaryExpression":
|
2250
|
+
case "SpreadElement":
|
2251
|
+
break;
|
2252
|
+
default:
|
2253
|
+
return false;
|
2254
|
+
}
|
2255
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2256
|
+
}
|
2257
|
+
function isPattern(node, opts) {
|
2258
|
+
if (!node) return false;
|
2259
|
+
switch (node.type) {
|
2260
|
+
case "AssignmentPattern":
|
2261
|
+
case "ArrayPattern":
|
2262
|
+
case "ObjectPattern":
|
2263
|
+
break;
|
2264
|
+
case "Placeholder":
|
2265
|
+
if (node.expectedNode === "Pattern") break;
|
2266
|
+
default:
|
2267
|
+
return false;
|
2268
|
+
}
|
2269
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2270
|
+
}
|
2271
|
+
function isClass(node, opts) {
|
2272
|
+
if (!node) return false;
|
2273
|
+
switch (node.type) {
|
2274
|
+
case "ClassExpression":
|
2275
|
+
case "ClassDeclaration":
|
2276
|
+
break;
|
2277
|
+
default:
|
2278
|
+
return false;
|
2279
|
+
}
|
2280
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2281
|
+
}
|
2282
|
+
function isImportOrExportDeclaration(node, opts) {
|
2283
|
+
if (!node) return false;
|
2284
|
+
switch (node.type) {
|
2285
|
+
case "ExportAllDeclaration":
|
2286
|
+
case "ExportDefaultDeclaration":
|
2287
|
+
case "ExportNamedDeclaration":
|
2288
|
+
case "ImportDeclaration":
|
2289
|
+
break;
|
2290
|
+
default:
|
2291
|
+
return false;
|
2292
|
+
}
|
2293
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2294
|
+
}
|
2295
|
+
function isExportDeclaration(node, opts) {
|
2296
|
+
if (!node) return false;
|
2297
|
+
switch (node.type) {
|
2298
|
+
case "ExportAllDeclaration":
|
2299
|
+
case "ExportDefaultDeclaration":
|
2300
|
+
case "ExportNamedDeclaration":
|
2301
|
+
break;
|
2302
|
+
default:
|
2303
|
+
return false;
|
2304
|
+
}
|
2305
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2306
|
+
}
|
2307
|
+
function isModuleSpecifier(node, opts) {
|
2308
|
+
if (!node) return false;
|
2309
|
+
switch (node.type) {
|
2310
|
+
case "ExportSpecifier":
|
2311
|
+
case "ImportDefaultSpecifier":
|
2312
|
+
case "ImportNamespaceSpecifier":
|
2313
|
+
case "ImportSpecifier":
|
2314
|
+
case "ExportNamespaceSpecifier":
|
2315
|
+
case "ExportDefaultSpecifier":
|
2316
|
+
break;
|
2317
|
+
default:
|
2318
|
+
return false;
|
2319
|
+
}
|
2320
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2321
|
+
}
|
2322
|
+
function isAccessor(node, opts) {
|
2323
|
+
if (!node) return false;
|
2324
|
+
switch (node.type) {
|
2325
|
+
case "ClassAccessorProperty":
|
2326
|
+
break;
|
2327
|
+
default:
|
2328
|
+
return false;
|
2329
|
+
}
|
2330
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2331
|
+
}
|
2332
|
+
function isPrivate(node, opts) {
|
2333
|
+
if (!node) return false;
|
2334
|
+
switch (node.type) {
|
2335
|
+
case "ClassPrivateProperty":
|
2336
|
+
case "ClassPrivateMethod":
|
2337
|
+
case "PrivateName":
|
2338
|
+
break;
|
2339
|
+
default:
|
2340
|
+
return false;
|
2341
|
+
}
|
2342
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2343
|
+
}
|
2344
|
+
function isFlow(node, opts) {
|
2345
|
+
if (!node) return false;
|
2346
|
+
switch (node.type) {
|
2347
|
+
case "AnyTypeAnnotation":
|
2348
|
+
case "ArrayTypeAnnotation":
|
2349
|
+
case "BooleanTypeAnnotation":
|
2350
|
+
case "BooleanLiteralTypeAnnotation":
|
2351
|
+
case "NullLiteralTypeAnnotation":
|
2352
|
+
case "ClassImplements":
|
2353
|
+
case "DeclareClass":
|
2354
|
+
case "DeclareFunction":
|
2355
|
+
case "DeclareInterface":
|
2356
|
+
case "DeclareModule":
|
2357
|
+
case "DeclareModuleExports":
|
2358
|
+
case "DeclareTypeAlias":
|
2359
|
+
case "DeclareOpaqueType":
|
2360
|
+
case "DeclareVariable":
|
2361
|
+
case "DeclareExportDeclaration":
|
2362
|
+
case "DeclareExportAllDeclaration":
|
2363
|
+
case "DeclaredPredicate":
|
2364
|
+
case "ExistsTypeAnnotation":
|
2365
|
+
case "FunctionTypeAnnotation":
|
2366
|
+
case "FunctionTypeParam":
|
2367
|
+
case "GenericTypeAnnotation":
|
2368
|
+
case "InferredPredicate":
|
2369
|
+
case "InterfaceExtends":
|
2370
|
+
case "InterfaceDeclaration":
|
2371
|
+
case "InterfaceTypeAnnotation":
|
2372
|
+
case "IntersectionTypeAnnotation":
|
2373
|
+
case "MixedTypeAnnotation":
|
2374
|
+
case "EmptyTypeAnnotation":
|
2375
|
+
case "NullableTypeAnnotation":
|
2376
|
+
case "NumberLiteralTypeAnnotation":
|
2377
|
+
case "NumberTypeAnnotation":
|
2378
|
+
case "ObjectTypeAnnotation":
|
2379
|
+
case "ObjectTypeInternalSlot":
|
2380
|
+
case "ObjectTypeCallProperty":
|
2381
|
+
case "ObjectTypeIndexer":
|
2382
|
+
case "ObjectTypeProperty":
|
2383
|
+
case "ObjectTypeSpreadProperty":
|
2384
|
+
case "OpaqueType":
|
2385
|
+
case "QualifiedTypeIdentifier":
|
2386
|
+
case "StringLiteralTypeAnnotation":
|
2387
|
+
case "StringTypeAnnotation":
|
2388
|
+
case "SymbolTypeAnnotation":
|
2389
|
+
case "ThisTypeAnnotation":
|
2390
|
+
case "TupleTypeAnnotation":
|
2391
|
+
case "TypeofTypeAnnotation":
|
2392
|
+
case "TypeAlias":
|
2393
|
+
case "TypeAnnotation":
|
2394
|
+
case "TypeCastExpression":
|
2395
|
+
case "TypeParameter":
|
2396
|
+
case "TypeParameterDeclaration":
|
2397
|
+
case "TypeParameterInstantiation":
|
2398
|
+
case "UnionTypeAnnotation":
|
2399
|
+
case "Variance":
|
2400
|
+
case "VoidTypeAnnotation":
|
2401
|
+
case "EnumDeclaration":
|
2402
|
+
case "EnumBooleanBody":
|
2403
|
+
case "EnumNumberBody":
|
2404
|
+
case "EnumStringBody":
|
2405
|
+
case "EnumSymbolBody":
|
2406
|
+
case "EnumBooleanMember":
|
2407
|
+
case "EnumNumberMember":
|
2408
|
+
case "EnumStringMember":
|
2409
|
+
case "EnumDefaultedMember":
|
2410
|
+
case "IndexedAccessType":
|
2411
|
+
case "OptionalIndexedAccessType":
|
2412
|
+
break;
|
2413
|
+
default:
|
2414
|
+
return false;
|
2415
|
+
}
|
2416
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2417
|
+
}
|
2418
|
+
function isFlowType(node, opts) {
|
2419
|
+
if (!node) return false;
|
2420
|
+
switch (node.type) {
|
2421
|
+
case "AnyTypeAnnotation":
|
2422
|
+
case "ArrayTypeAnnotation":
|
2423
|
+
case "BooleanTypeAnnotation":
|
2424
|
+
case "BooleanLiteralTypeAnnotation":
|
2425
|
+
case "NullLiteralTypeAnnotation":
|
2426
|
+
case "ExistsTypeAnnotation":
|
2427
|
+
case "FunctionTypeAnnotation":
|
2428
|
+
case "GenericTypeAnnotation":
|
2429
|
+
case "InterfaceTypeAnnotation":
|
2430
|
+
case "IntersectionTypeAnnotation":
|
2431
|
+
case "MixedTypeAnnotation":
|
2432
|
+
case "EmptyTypeAnnotation":
|
2433
|
+
case "NullableTypeAnnotation":
|
2434
|
+
case "NumberLiteralTypeAnnotation":
|
2435
|
+
case "NumberTypeAnnotation":
|
2436
|
+
case "ObjectTypeAnnotation":
|
2437
|
+
case "StringLiteralTypeAnnotation":
|
2438
|
+
case "StringTypeAnnotation":
|
2439
|
+
case "SymbolTypeAnnotation":
|
2440
|
+
case "ThisTypeAnnotation":
|
2441
|
+
case "TupleTypeAnnotation":
|
2442
|
+
case "TypeofTypeAnnotation":
|
2443
|
+
case "UnionTypeAnnotation":
|
2444
|
+
case "VoidTypeAnnotation":
|
2445
|
+
case "IndexedAccessType":
|
2446
|
+
case "OptionalIndexedAccessType":
|
2447
|
+
break;
|
2448
|
+
default:
|
2449
|
+
return false;
|
2450
|
+
}
|
2451
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2452
|
+
}
|
2453
|
+
function isFlowBaseAnnotation(node, opts) {
|
2454
|
+
if (!node) return false;
|
2455
|
+
switch (node.type) {
|
2456
|
+
case "AnyTypeAnnotation":
|
2457
|
+
case "BooleanTypeAnnotation":
|
2458
|
+
case "NullLiteralTypeAnnotation":
|
2459
|
+
case "MixedTypeAnnotation":
|
2460
|
+
case "EmptyTypeAnnotation":
|
2461
|
+
case "NumberTypeAnnotation":
|
2462
|
+
case "StringTypeAnnotation":
|
2463
|
+
case "SymbolTypeAnnotation":
|
2464
|
+
case "ThisTypeAnnotation":
|
2465
|
+
case "VoidTypeAnnotation":
|
2466
|
+
break;
|
2467
|
+
default:
|
2468
|
+
return false;
|
2469
|
+
}
|
2470
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2471
|
+
}
|
2472
|
+
function isFlowDeclaration(node, opts) {
|
2473
|
+
if (!node) return false;
|
2474
|
+
switch (node.type) {
|
2475
|
+
case "DeclareClass":
|
2476
|
+
case "DeclareFunction":
|
2477
|
+
case "DeclareInterface":
|
2478
|
+
case "DeclareModule":
|
2479
|
+
case "DeclareModuleExports":
|
2480
|
+
case "DeclareTypeAlias":
|
2481
|
+
case "DeclareOpaqueType":
|
2482
|
+
case "DeclareVariable":
|
2483
|
+
case "DeclareExportDeclaration":
|
2484
|
+
case "DeclareExportAllDeclaration":
|
2485
|
+
case "InterfaceDeclaration":
|
2486
|
+
case "OpaqueType":
|
2487
|
+
case "TypeAlias":
|
2488
|
+
break;
|
2489
|
+
default:
|
2490
|
+
return false;
|
2491
|
+
}
|
2492
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2493
|
+
}
|
2494
|
+
function isFlowPredicate(node, opts) {
|
2495
|
+
if (!node) return false;
|
2496
|
+
switch (node.type) {
|
2497
|
+
case "DeclaredPredicate":
|
2498
|
+
case "InferredPredicate":
|
2499
|
+
break;
|
2500
|
+
default:
|
2501
|
+
return false;
|
2502
|
+
}
|
2503
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2504
|
+
}
|
2505
|
+
function isEnumBody(node, opts) {
|
2506
|
+
if (!node) return false;
|
2507
|
+
switch (node.type) {
|
2508
|
+
case "EnumBooleanBody":
|
2509
|
+
case "EnumNumberBody":
|
2510
|
+
case "EnumStringBody":
|
2511
|
+
case "EnumSymbolBody":
|
2512
|
+
break;
|
2513
|
+
default:
|
2514
|
+
return false;
|
2515
|
+
}
|
2516
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2517
|
+
}
|
2518
|
+
function isEnumMember(node, opts) {
|
2519
|
+
if (!node) return false;
|
2520
|
+
switch (node.type) {
|
2521
|
+
case "EnumBooleanMember":
|
2522
|
+
case "EnumNumberMember":
|
2523
|
+
case "EnumStringMember":
|
2524
|
+
case "EnumDefaultedMember":
|
2525
|
+
break;
|
2526
|
+
default:
|
2527
|
+
return false;
|
2528
|
+
}
|
2529
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2530
|
+
}
|
2531
|
+
function isJSX(node, opts) {
|
2532
|
+
if (!node) return false;
|
2533
|
+
switch (node.type) {
|
2534
|
+
case "JSXAttribute":
|
2535
|
+
case "JSXClosingElement":
|
2536
|
+
case "JSXElement":
|
2537
|
+
case "JSXEmptyExpression":
|
2538
|
+
case "JSXExpressionContainer":
|
2539
|
+
case "JSXSpreadChild":
|
2540
|
+
case "JSXIdentifier":
|
2541
|
+
case "JSXMemberExpression":
|
2542
|
+
case "JSXNamespacedName":
|
2543
|
+
case "JSXOpeningElement":
|
2544
|
+
case "JSXSpreadAttribute":
|
2545
|
+
case "JSXText":
|
2546
|
+
case "JSXFragment":
|
2547
|
+
case "JSXOpeningFragment":
|
2548
|
+
case "JSXClosingFragment":
|
2549
|
+
break;
|
2550
|
+
default:
|
2551
|
+
return false;
|
2552
|
+
}
|
2553
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2554
|
+
}
|
2555
|
+
function isMiscellaneous(node, opts) {
|
2556
|
+
if (!node) return false;
|
2557
|
+
switch (node.type) {
|
2558
|
+
case "Noop":
|
2559
|
+
case "Placeholder":
|
2560
|
+
case "V8IntrinsicIdentifier":
|
2561
|
+
break;
|
2562
|
+
default:
|
2563
|
+
return false;
|
2564
|
+
}
|
2565
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2566
|
+
}
|
2567
|
+
function isTypeScript(node, opts) {
|
2568
|
+
if (!node) return false;
|
2569
|
+
switch (node.type) {
|
2570
|
+
case "TSParameterProperty":
|
2571
|
+
case "TSDeclareFunction":
|
2572
|
+
case "TSDeclareMethod":
|
2573
|
+
case "TSQualifiedName":
|
2574
|
+
case "TSCallSignatureDeclaration":
|
2575
|
+
case "TSConstructSignatureDeclaration":
|
2576
|
+
case "TSPropertySignature":
|
2577
|
+
case "TSMethodSignature":
|
2578
|
+
case "TSIndexSignature":
|
2579
|
+
case "TSAnyKeyword":
|
2580
|
+
case "TSBooleanKeyword":
|
2581
|
+
case "TSBigIntKeyword":
|
2582
|
+
case "TSIntrinsicKeyword":
|
2583
|
+
case "TSNeverKeyword":
|
2584
|
+
case "TSNullKeyword":
|
2585
|
+
case "TSNumberKeyword":
|
2586
|
+
case "TSObjectKeyword":
|
2587
|
+
case "TSStringKeyword":
|
2588
|
+
case "TSSymbolKeyword":
|
2589
|
+
case "TSUndefinedKeyword":
|
2590
|
+
case "TSUnknownKeyword":
|
2591
|
+
case "TSVoidKeyword":
|
2592
|
+
case "TSThisType":
|
2593
|
+
case "TSFunctionType":
|
2594
|
+
case "TSConstructorType":
|
2595
|
+
case "TSTypeReference":
|
2596
|
+
case "TSTypePredicate":
|
2597
|
+
case "TSTypeQuery":
|
2598
|
+
case "TSTypeLiteral":
|
2599
|
+
case "TSArrayType":
|
2600
|
+
case "TSTupleType":
|
2601
|
+
case "TSOptionalType":
|
2602
|
+
case "TSRestType":
|
2603
|
+
case "TSNamedTupleMember":
|
2604
|
+
case "TSUnionType":
|
2605
|
+
case "TSIntersectionType":
|
2606
|
+
case "TSConditionalType":
|
2607
|
+
case "TSInferType":
|
2608
|
+
case "TSParenthesizedType":
|
2609
|
+
case "TSTypeOperator":
|
2610
|
+
case "TSIndexedAccessType":
|
2611
|
+
case "TSMappedType":
|
2612
|
+
case "TSLiteralType":
|
2613
|
+
case "TSExpressionWithTypeArguments":
|
2614
|
+
case "TSInterfaceDeclaration":
|
2615
|
+
case "TSInterfaceBody":
|
2616
|
+
case "TSTypeAliasDeclaration":
|
2617
|
+
case "TSInstantiationExpression":
|
2618
|
+
case "TSAsExpression":
|
2619
|
+
case "TSSatisfiesExpression":
|
2620
|
+
case "TSTypeAssertion":
|
2621
|
+
case "TSEnumDeclaration":
|
2622
|
+
case "TSEnumMember":
|
2623
|
+
case "TSModuleDeclaration":
|
2624
|
+
case "TSModuleBlock":
|
2625
|
+
case "TSImportType":
|
2626
|
+
case "TSImportEqualsDeclaration":
|
2627
|
+
case "TSExternalModuleReference":
|
2628
|
+
case "TSNonNullExpression":
|
2629
|
+
case "TSExportAssignment":
|
2630
|
+
case "TSNamespaceExportDeclaration":
|
2631
|
+
case "TSTypeAnnotation":
|
2632
|
+
case "TSTypeParameterInstantiation":
|
2633
|
+
case "TSTypeParameterDeclaration":
|
2634
|
+
case "TSTypeParameter":
|
2635
|
+
break;
|
2636
|
+
default:
|
2637
|
+
return false;
|
2638
|
+
}
|
2639
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2640
|
+
}
|
2641
|
+
function isTSTypeElement(node, opts) {
|
2642
|
+
if (!node) return false;
|
2643
|
+
switch (node.type) {
|
2644
|
+
case "TSCallSignatureDeclaration":
|
2645
|
+
case "TSConstructSignatureDeclaration":
|
2646
|
+
case "TSPropertySignature":
|
2647
|
+
case "TSMethodSignature":
|
2648
|
+
case "TSIndexSignature":
|
2649
|
+
break;
|
2650
|
+
default:
|
2651
|
+
return false;
|
2652
|
+
}
|
2653
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2654
|
+
}
|
2655
|
+
function isTSType(node, opts) {
|
2656
|
+
if (!node) return false;
|
2657
|
+
switch (node.type) {
|
2658
|
+
case "TSAnyKeyword":
|
2659
|
+
case "TSBooleanKeyword":
|
2660
|
+
case "TSBigIntKeyword":
|
2661
|
+
case "TSIntrinsicKeyword":
|
2662
|
+
case "TSNeverKeyword":
|
2663
|
+
case "TSNullKeyword":
|
2664
|
+
case "TSNumberKeyword":
|
2665
|
+
case "TSObjectKeyword":
|
2666
|
+
case "TSStringKeyword":
|
2667
|
+
case "TSSymbolKeyword":
|
2668
|
+
case "TSUndefinedKeyword":
|
2669
|
+
case "TSUnknownKeyword":
|
2670
|
+
case "TSVoidKeyword":
|
2671
|
+
case "TSThisType":
|
2672
|
+
case "TSFunctionType":
|
2673
|
+
case "TSConstructorType":
|
2674
|
+
case "TSTypeReference":
|
2675
|
+
case "TSTypePredicate":
|
2676
|
+
case "TSTypeQuery":
|
2677
|
+
case "TSTypeLiteral":
|
2678
|
+
case "TSArrayType":
|
2679
|
+
case "TSTupleType":
|
2680
|
+
case "TSOptionalType":
|
2681
|
+
case "TSRestType":
|
2682
|
+
case "TSUnionType":
|
2683
|
+
case "TSIntersectionType":
|
2684
|
+
case "TSConditionalType":
|
2685
|
+
case "TSInferType":
|
2686
|
+
case "TSParenthesizedType":
|
2687
|
+
case "TSTypeOperator":
|
2688
|
+
case "TSIndexedAccessType":
|
2689
|
+
case "TSMappedType":
|
2690
|
+
case "TSLiteralType":
|
2691
|
+
case "TSExpressionWithTypeArguments":
|
2692
|
+
case "TSImportType":
|
2693
|
+
break;
|
2694
|
+
default:
|
2695
|
+
return false;
|
2696
|
+
}
|
2697
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2698
|
+
}
|
2699
|
+
function isTSBaseType(node, opts) {
|
2700
|
+
if (!node) return false;
|
2701
|
+
switch (node.type) {
|
2702
|
+
case "TSAnyKeyword":
|
2703
|
+
case "TSBooleanKeyword":
|
2704
|
+
case "TSBigIntKeyword":
|
2705
|
+
case "TSIntrinsicKeyword":
|
2706
|
+
case "TSNeverKeyword":
|
2707
|
+
case "TSNullKeyword":
|
2708
|
+
case "TSNumberKeyword":
|
2709
|
+
case "TSObjectKeyword":
|
2710
|
+
case "TSStringKeyword":
|
2711
|
+
case "TSSymbolKeyword":
|
2712
|
+
case "TSUndefinedKeyword":
|
2713
|
+
case "TSUnknownKeyword":
|
2714
|
+
case "TSVoidKeyword":
|
2715
|
+
case "TSThisType":
|
2716
|
+
case "TSLiteralType":
|
2717
|
+
break;
|
2718
|
+
default:
|
2719
|
+
return false;
|
2720
|
+
}
|
2721
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2722
|
+
}
|
2723
|
+
function isNumberLiteral(node, opts) {
|
2724
|
+
(0, _deprecationWarning.default)("isNumberLiteral", "isNumericLiteral");
|
2725
|
+
if (!node) return false;
|
2726
|
+
if (node.type !== "NumberLiteral") return false;
|
2727
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2728
|
+
}
|
2729
|
+
function isRegexLiteral(node, opts) {
|
2730
|
+
(0, _deprecationWarning.default)("isRegexLiteral", "isRegExpLiteral");
|
2731
|
+
if (!node) return false;
|
2732
|
+
if (node.type !== "RegexLiteral") return false;
|
2733
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2734
|
+
}
|
2735
|
+
function isRestProperty(node, opts) {
|
2736
|
+
(0, _deprecationWarning.default)("isRestProperty", "isRestElement");
|
2737
|
+
if (!node) return false;
|
2738
|
+
if (node.type !== "RestProperty") return false;
|
2739
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2740
|
+
}
|
2741
|
+
function isSpreadProperty(node, opts) {
|
2742
|
+
(0, _deprecationWarning.default)("isSpreadProperty", "isSpreadElement");
|
2743
|
+
if (!node) return false;
|
2744
|
+
if (node.type !== "SpreadProperty") return false;
|
2745
|
+
return opts == null || (0, _shallowEqual.default)(node, opts);
|
2746
|
+
}
|
2747
|
+
function isModuleDeclaration(node, opts) {
|
2748
|
+
(0, _deprecationWarning.default)("isModuleDeclaration", "isImportOrExportDeclaration");
|
2749
|
+
return isImportOrExportDeclaration(node, opts);
|
2750
|
+
}
|
2751
|
+
|
2752
|
+
//# sourceMappingURL=index.js.map
|