immosquare-cleaner 0.1.36 → 0.1.38
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 +4 -1
- data/linters/eslint.config.mjs +88 -24
- data/linters/jscodeshift/arrow-function-transform.js +42 -0
- data/linters/rubocop-2.7.6.yml +88 -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 +2514 -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,2758 @@
|
|
1
|
+
// NOTE: This file is autogenerated. Do not modify.
|
2
|
+
// See packages/babel-types/scripts/generators/typescript-legacy.js for script used.
|
3
|
+
|
4
|
+
interface BaseComment {
|
5
|
+
value: string;
|
6
|
+
start: number;
|
7
|
+
end: number;
|
8
|
+
loc: SourceLocation;
|
9
|
+
type: "CommentBlock" | "CommentLine";
|
10
|
+
}
|
11
|
+
|
12
|
+
export interface CommentBlock extends BaseComment {
|
13
|
+
type: "CommentBlock";
|
14
|
+
}
|
15
|
+
|
16
|
+
export interface CommentLine extends BaseComment {
|
17
|
+
type: "CommentLine";
|
18
|
+
}
|
19
|
+
|
20
|
+
export type Comment = CommentBlock | CommentLine;
|
21
|
+
|
22
|
+
export interface SourceLocation {
|
23
|
+
start: {
|
24
|
+
line: number;
|
25
|
+
column: number;
|
26
|
+
};
|
27
|
+
|
28
|
+
end: {
|
29
|
+
line: number;
|
30
|
+
column: number;
|
31
|
+
};
|
32
|
+
}
|
33
|
+
|
34
|
+
interface BaseNode {
|
35
|
+
leadingComments: ReadonlyArray<Comment> | null;
|
36
|
+
innerComments: ReadonlyArray<Comment> | null;
|
37
|
+
trailingComments: ReadonlyArray<Comment> | null;
|
38
|
+
start: number | null;
|
39
|
+
end: number | null;
|
40
|
+
loc: SourceLocation | null;
|
41
|
+
type: Node["type"];
|
42
|
+
extra?: Record<string, unknown>;
|
43
|
+
}
|
44
|
+
|
45
|
+
export type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement | DecimalLiteral | Declaration | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBody | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | Expression | ExpressionStatement | ExpressionWrapper | File | Flow | FlowBaseAnnotation | FlowDeclaration | FlowPredicate | FlowType | For | ForInStatement | ForOfStatement | ForStatement | ForXStatement | Function | FunctionDeclaration | FunctionExpression | FunctionParent | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Immutable | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportOrExportDeclaration | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSX | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LVal | LabeledStatement | Literal | LogicalExpression | Loop | MemberExpression | MetaProperty | Method | Miscellaneous | MixedTypeAnnotation | ModuleDeclaration | ModuleExpression | ModuleSpecifier | NewExpression | Noop | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMember | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | Pattern | PatternLike | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | Private | PrivateName | Program | Property | Pureish | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | Scopable | SequenceExpression | SpreadElement | SpreadProperty | Standardized | Statement | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBaseType | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEntityName | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSSatisfiesExpression | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeElement | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | Terminatorless | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeScript | TypeofTypeAnnotation | UnaryExpression | UnaryLike | UnionTypeAnnotation | UpdateExpression | UserWhitespacable | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | While | WhileStatement | WithStatement | YieldExpression;
|
46
|
+
|
47
|
+
export interface ArrayExpression extends BaseNode {
|
48
|
+
type: "ArrayExpression";
|
49
|
+
elements: Array<null | Expression | SpreadElement>;
|
50
|
+
}
|
51
|
+
|
52
|
+
export interface AssignmentExpression extends BaseNode {
|
53
|
+
type: "AssignmentExpression";
|
54
|
+
operator: string;
|
55
|
+
left: LVal | OptionalMemberExpression;
|
56
|
+
right: Expression;
|
57
|
+
}
|
58
|
+
|
59
|
+
export interface BinaryExpression extends BaseNode {
|
60
|
+
type: "BinaryExpression";
|
61
|
+
operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>";
|
62
|
+
left: Expression | PrivateName;
|
63
|
+
right: Expression;
|
64
|
+
}
|
65
|
+
|
66
|
+
export interface InterpreterDirective extends BaseNode {
|
67
|
+
type: "InterpreterDirective";
|
68
|
+
value: string;
|
69
|
+
}
|
70
|
+
|
71
|
+
export interface Directive extends BaseNode {
|
72
|
+
type: "Directive";
|
73
|
+
value: DirectiveLiteral;
|
74
|
+
}
|
75
|
+
|
76
|
+
export interface DirectiveLiteral extends BaseNode {
|
77
|
+
type: "DirectiveLiteral";
|
78
|
+
value: string;
|
79
|
+
}
|
80
|
+
|
81
|
+
export interface BlockStatement extends BaseNode {
|
82
|
+
type: "BlockStatement";
|
83
|
+
body: Array<Statement>;
|
84
|
+
directives: Array<Directive>;
|
85
|
+
}
|
86
|
+
|
87
|
+
export interface BreakStatement extends BaseNode {
|
88
|
+
type: "BreakStatement";
|
89
|
+
label: Identifier | null;
|
90
|
+
}
|
91
|
+
|
92
|
+
export interface CallExpression extends BaseNode {
|
93
|
+
type: "CallExpression";
|
94
|
+
callee: Expression | Super | V8IntrinsicIdentifier;
|
95
|
+
arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
|
96
|
+
optional: true | false | null;
|
97
|
+
typeArguments: TypeParameterInstantiation | null;
|
98
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
99
|
+
}
|
100
|
+
|
101
|
+
export interface CatchClause extends BaseNode {
|
102
|
+
type: "CatchClause";
|
103
|
+
param: Identifier | ArrayPattern | ObjectPattern | null;
|
104
|
+
body: BlockStatement;
|
105
|
+
}
|
106
|
+
|
107
|
+
export interface ConditionalExpression extends BaseNode {
|
108
|
+
type: "ConditionalExpression";
|
109
|
+
test: Expression;
|
110
|
+
consequent: Expression;
|
111
|
+
alternate: Expression;
|
112
|
+
}
|
113
|
+
|
114
|
+
export interface ContinueStatement extends BaseNode {
|
115
|
+
type: "ContinueStatement";
|
116
|
+
label: Identifier | null;
|
117
|
+
}
|
118
|
+
|
119
|
+
export interface DebuggerStatement extends BaseNode {
|
120
|
+
type: "DebuggerStatement";
|
121
|
+
}
|
122
|
+
|
123
|
+
export interface DoWhileStatement extends BaseNode {
|
124
|
+
type: "DoWhileStatement";
|
125
|
+
test: Expression;
|
126
|
+
body: Statement;
|
127
|
+
}
|
128
|
+
|
129
|
+
export interface EmptyStatement extends BaseNode {
|
130
|
+
type: "EmptyStatement";
|
131
|
+
}
|
132
|
+
|
133
|
+
export interface ExpressionStatement extends BaseNode {
|
134
|
+
type: "ExpressionStatement";
|
135
|
+
expression: Expression;
|
136
|
+
}
|
137
|
+
|
138
|
+
export interface File extends BaseNode {
|
139
|
+
type: "File";
|
140
|
+
program: Program;
|
141
|
+
comments: Array<CommentBlock | CommentLine> | null;
|
142
|
+
tokens: Array<any> | null;
|
143
|
+
}
|
144
|
+
|
145
|
+
export interface ForInStatement extends BaseNode {
|
146
|
+
type: "ForInStatement";
|
147
|
+
left: VariableDeclaration | LVal;
|
148
|
+
right: Expression;
|
149
|
+
body: Statement;
|
150
|
+
}
|
151
|
+
|
152
|
+
export interface ForStatement extends BaseNode {
|
153
|
+
type: "ForStatement";
|
154
|
+
init: VariableDeclaration | Expression | null;
|
155
|
+
test: Expression | null;
|
156
|
+
update: Expression | null;
|
157
|
+
body: Statement;
|
158
|
+
}
|
159
|
+
|
160
|
+
export interface FunctionDeclaration extends BaseNode {
|
161
|
+
type: "FunctionDeclaration";
|
162
|
+
id: Identifier | null;
|
163
|
+
params: Array<Identifier | Pattern | RestElement>;
|
164
|
+
body: BlockStatement;
|
165
|
+
generator: boolean;
|
166
|
+
async: boolean;
|
167
|
+
declare: boolean | null;
|
168
|
+
predicate: DeclaredPredicate | InferredPredicate | null;
|
169
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
170
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
171
|
+
}
|
172
|
+
|
173
|
+
export interface FunctionExpression extends BaseNode {
|
174
|
+
type: "FunctionExpression";
|
175
|
+
id: Identifier | null;
|
176
|
+
params: Array<Identifier | Pattern | RestElement>;
|
177
|
+
body: BlockStatement;
|
178
|
+
generator: boolean;
|
179
|
+
async: boolean;
|
180
|
+
predicate: DeclaredPredicate | InferredPredicate | null;
|
181
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
182
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
183
|
+
}
|
184
|
+
|
185
|
+
export interface Identifier extends BaseNode {
|
186
|
+
type: "Identifier";
|
187
|
+
name: string;
|
188
|
+
decorators: Array<Decorator> | null;
|
189
|
+
optional: boolean | null;
|
190
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
191
|
+
}
|
192
|
+
|
193
|
+
export interface IfStatement extends BaseNode {
|
194
|
+
type: "IfStatement";
|
195
|
+
test: Expression;
|
196
|
+
consequent: Statement;
|
197
|
+
alternate: Statement | null;
|
198
|
+
}
|
199
|
+
|
200
|
+
export interface LabeledStatement extends BaseNode {
|
201
|
+
type: "LabeledStatement";
|
202
|
+
label: Identifier;
|
203
|
+
body: Statement;
|
204
|
+
}
|
205
|
+
|
206
|
+
export interface StringLiteral extends BaseNode {
|
207
|
+
type: "StringLiteral";
|
208
|
+
value: string;
|
209
|
+
}
|
210
|
+
|
211
|
+
export interface NumericLiteral extends BaseNode {
|
212
|
+
type: "NumericLiteral";
|
213
|
+
value: number;
|
214
|
+
}
|
215
|
+
|
216
|
+
export interface NullLiteral extends BaseNode {
|
217
|
+
type: "NullLiteral";
|
218
|
+
}
|
219
|
+
|
220
|
+
export interface BooleanLiteral extends BaseNode {
|
221
|
+
type: "BooleanLiteral";
|
222
|
+
value: boolean;
|
223
|
+
}
|
224
|
+
|
225
|
+
export interface RegExpLiteral extends BaseNode {
|
226
|
+
type: "RegExpLiteral";
|
227
|
+
pattern: string;
|
228
|
+
flags: string;
|
229
|
+
}
|
230
|
+
|
231
|
+
export interface LogicalExpression extends BaseNode {
|
232
|
+
type: "LogicalExpression";
|
233
|
+
operator: "||" | "&&" | "??";
|
234
|
+
left: Expression;
|
235
|
+
right: Expression;
|
236
|
+
}
|
237
|
+
|
238
|
+
export interface MemberExpression extends BaseNode {
|
239
|
+
type: "MemberExpression";
|
240
|
+
object: Expression | Super;
|
241
|
+
property: Expression | Identifier | PrivateName;
|
242
|
+
computed: boolean;
|
243
|
+
optional: true | false | null;
|
244
|
+
}
|
245
|
+
|
246
|
+
export interface NewExpression extends BaseNode {
|
247
|
+
type: "NewExpression";
|
248
|
+
callee: Expression | Super | V8IntrinsicIdentifier;
|
249
|
+
arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
|
250
|
+
optional: true | false | null;
|
251
|
+
typeArguments: TypeParameterInstantiation | null;
|
252
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
253
|
+
}
|
254
|
+
|
255
|
+
export interface Program extends BaseNode {
|
256
|
+
type: "Program";
|
257
|
+
body: Array<Statement>;
|
258
|
+
directives: Array<Directive>;
|
259
|
+
sourceType: "script" | "module";
|
260
|
+
interpreter: InterpreterDirective | null;
|
261
|
+
}
|
262
|
+
|
263
|
+
export interface ObjectExpression extends BaseNode {
|
264
|
+
type: "ObjectExpression";
|
265
|
+
properties: Array<ObjectMethod | ObjectProperty | SpreadElement>;
|
266
|
+
}
|
267
|
+
|
268
|
+
export interface ObjectMethod extends BaseNode {
|
269
|
+
type: "ObjectMethod";
|
270
|
+
kind: "method" | "get" | "set";
|
271
|
+
key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral;
|
272
|
+
params: Array<Identifier | Pattern | RestElement>;
|
273
|
+
body: BlockStatement;
|
274
|
+
computed: boolean;
|
275
|
+
generator: boolean;
|
276
|
+
async: boolean;
|
277
|
+
decorators: Array<Decorator> | null;
|
278
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
279
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
280
|
+
}
|
281
|
+
|
282
|
+
export interface ObjectProperty extends BaseNode {
|
283
|
+
type: "ObjectProperty";
|
284
|
+
key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName;
|
285
|
+
value: Expression | PatternLike;
|
286
|
+
computed: boolean;
|
287
|
+
shorthand: boolean;
|
288
|
+
decorators: Array<Decorator> | null;
|
289
|
+
}
|
290
|
+
|
291
|
+
export interface RestElement extends BaseNode {
|
292
|
+
type: "RestElement";
|
293
|
+
argument: LVal;
|
294
|
+
decorators: Array<Decorator> | null;
|
295
|
+
optional: boolean | null;
|
296
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
297
|
+
}
|
298
|
+
|
299
|
+
export interface ReturnStatement extends BaseNode {
|
300
|
+
type: "ReturnStatement";
|
301
|
+
argument: Expression | null;
|
302
|
+
}
|
303
|
+
|
304
|
+
export interface SequenceExpression extends BaseNode {
|
305
|
+
type: "SequenceExpression";
|
306
|
+
expressions: Array<Expression>;
|
307
|
+
}
|
308
|
+
|
309
|
+
export interface ParenthesizedExpression extends BaseNode {
|
310
|
+
type: "ParenthesizedExpression";
|
311
|
+
expression: Expression;
|
312
|
+
}
|
313
|
+
|
314
|
+
export interface SwitchCase extends BaseNode {
|
315
|
+
type: "SwitchCase";
|
316
|
+
test: Expression | null;
|
317
|
+
consequent: Array<Statement>;
|
318
|
+
}
|
319
|
+
|
320
|
+
export interface SwitchStatement extends BaseNode {
|
321
|
+
type: "SwitchStatement";
|
322
|
+
discriminant: Expression;
|
323
|
+
cases: Array<SwitchCase>;
|
324
|
+
}
|
325
|
+
|
326
|
+
export interface ThisExpression extends BaseNode {
|
327
|
+
type: "ThisExpression";
|
328
|
+
}
|
329
|
+
|
330
|
+
export interface ThrowStatement extends BaseNode {
|
331
|
+
type: "ThrowStatement";
|
332
|
+
argument: Expression;
|
333
|
+
}
|
334
|
+
|
335
|
+
export interface TryStatement extends BaseNode {
|
336
|
+
type: "TryStatement";
|
337
|
+
block: BlockStatement;
|
338
|
+
handler: CatchClause | null;
|
339
|
+
finalizer: BlockStatement | null;
|
340
|
+
}
|
341
|
+
|
342
|
+
export interface UnaryExpression extends BaseNode {
|
343
|
+
type: "UnaryExpression";
|
344
|
+
operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof";
|
345
|
+
argument: Expression;
|
346
|
+
prefix: boolean;
|
347
|
+
}
|
348
|
+
|
349
|
+
export interface UpdateExpression extends BaseNode {
|
350
|
+
type: "UpdateExpression";
|
351
|
+
operator: "++" | "--";
|
352
|
+
argument: Expression;
|
353
|
+
prefix: boolean;
|
354
|
+
}
|
355
|
+
|
356
|
+
export interface VariableDeclaration extends BaseNode {
|
357
|
+
type: "VariableDeclaration";
|
358
|
+
kind: "var" | "let" | "const" | "using" | "await using";
|
359
|
+
declarations: Array<VariableDeclarator>;
|
360
|
+
declare: boolean | null;
|
361
|
+
}
|
362
|
+
|
363
|
+
export interface VariableDeclarator extends BaseNode {
|
364
|
+
type: "VariableDeclarator";
|
365
|
+
id: LVal;
|
366
|
+
init: Expression | null;
|
367
|
+
definite: boolean | null;
|
368
|
+
}
|
369
|
+
|
370
|
+
export interface WhileStatement extends BaseNode {
|
371
|
+
type: "WhileStatement";
|
372
|
+
test: Expression;
|
373
|
+
body: Statement;
|
374
|
+
}
|
375
|
+
|
376
|
+
export interface WithStatement extends BaseNode {
|
377
|
+
type: "WithStatement";
|
378
|
+
object: Expression;
|
379
|
+
body: Statement;
|
380
|
+
}
|
381
|
+
|
382
|
+
export interface AssignmentPattern extends BaseNode {
|
383
|
+
type: "AssignmentPattern";
|
384
|
+
left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
385
|
+
right: Expression;
|
386
|
+
decorators: Array<Decorator> | null;
|
387
|
+
optional: boolean | null;
|
388
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
389
|
+
}
|
390
|
+
|
391
|
+
export interface ArrayPattern extends BaseNode {
|
392
|
+
type: "ArrayPattern";
|
393
|
+
elements: Array<null | PatternLike | LVal>;
|
394
|
+
decorators: Array<Decorator> | null;
|
395
|
+
optional: boolean | null;
|
396
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
397
|
+
}
|
398
|
+
|
399
|
+
export interface ArrowFunctionExpression extends BaseNode {
|
400
|
+
type: "ArrowFunctionExpression";
|
401
|
+
params: Array<Identifier | Pattern | RestElement>;
|
402
|
+
body: BlockStatement | Expression;
|
403
|
+
async: boolean;
|
404
|
+
expression: boolean;
|
405
|
+
generator: boolean;
|
406
|
+
predicate: DeclaredPredicate | InferredPredicate | null;
|
407
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
408
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
409
|
+
}
|
410
|
+
|
411
|
+
export interface ClassBody extends BaseNode {
|
412
|
+
type: "ClassBody";
|
413
|
+
body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>;
|
414
|
+
}
|
415
|
+
|
416
|
+
export interface ClassExpression extends BaseNode {
|
417
|
+
type: "ClassExpression";
|
418
|
+
id: Identifier | null;
|
419
|
+
superClass: Expression | null;
|
420
|
+
body: ClassBody;
|
421
|
+
decorators: Array<Decorator> | null;
|
422
|
+
implements: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
|
423
|
+
mixins: InterfaceExtends | null;
|
424
|
+
superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
425
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
426
|
+
}
|
427
|
+
|
428
|
+
export interface ClassDeclaration extends BaseNode {
|
429
|
+
type: "ClassDeclaration";
|
430
|
+
id: Identifier | null;
|
431
|
+
superClass: Expression | null;
|
432
|
+
body: ClassBody;
|
433
|
+
decorators: Array<Decorator> | null;
|
434
|
+
abstract: boolean | null;
|
435
|
+
declare: boolean | null;
|
436
|
+
implements: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
|
437
|
+
mixins: InterfaceExtends | null;
|
438
|
+
superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
439
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
440
|
+
}
|
441
|
+
|
442
|
+
export interface ExportAllDeclaration extends BaseNode {
|
443
|
+
type: "ExportAllDeclaration";
|
444
|
+
source: StringLiteral;
|
445
|
+
assertions: Array<ImportAttribute> | null;
|
446
|
+
attributes: Array<ImportAttribute> | null;
|
447
|
+
exportKind: "type" | "value" | null;
|
448
|
+
}
|
449
|
+
|
450
|
+
export interface ExportDefaultDeclaration extends BaseNode {
|
451
|
+
type: "ExportDefaultDeclaration";
|
452
|
+
declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression;
|
453
|
+
exportKind: "value" | null;
|
454
|
+
}
|
455
|
+
|
456
|
+
export interface ExportNamedDeclaration extends BaseNode {
|
457
|
+
type: "ExportNamedDeclaration";
|
458
|
+
declaration: Declaration | null;
|
459
|
+
specifiers: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>;
|
460
|
+
source: StringLiteral | null;
|
461
|
+
assertions: Array<ImportAttribute> | null;
|
462
|
+
attributes: Array<ImportAttribute> | null;
|
463
|
+
exportKind: "type" | "value" | null;
|
464
|
+
}
|
465
|
+
|
466
|
+
export interface ExportSpecifier extends BaseNode {
|
467
|
+
type: "ExportSpecifier";
|
468
|
+
local: Identifier;
|
469
|
+
exported: Identifier | StringLiteral;
|
470
|
+
exportKind: "type" | "value" | null;
|
471
|
+
}
|
472
|
+
|
473
|
+
export interface ForOfStatement extends BaseNode {
|
474
|
+
type: "ForOfStatement";
|
475
|
+
left: VariableDeclaration | LVal;
|
476
|
+
right: Expression;
|
477
|
+
body: Statement;
|
478
|
+
await: boolean;
|
479
|
+
}
|
480
|
+
|
481
|
+
export interface ImportDeclaration extends BaseNode {
|
482
|
+
type: "ImportDeclaration";
|
483
|
+
specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>;
|
484
|
+
source: StringLiteral;
|
485
|
+
assertions: Array<ImportAttribute> | null;
|
486
|
+
attributes: Array<ImportAttribute> | null;
|
487
|
+
importKind: "type" | "typeof" | "value" | null;
|
488
|
+
module: boolean | null;
|
489
|
+
phase: "source" | "defer" | null;
|
490
|
+
}
|
491
|
+
|
492
|
+
export interface ImportDefaultSpecifier extends BaseNode {
|
493
|
+
type: "ImportDefaultSpecifier";
|
494
|
+
local: Identifier;
|
495
|
+
}
|
496
|
+
|
497
|
+
export interface ImportNamespaceSpecifier extends BaseNode {
|
498
|
+
type: "ImportNamespaceSpecifier";
|
499
|
+
local: Identifier;
|
500
|
+
}
|
501
|
+
|
502
|
+
export interface ImportSpecifier extends BaseNode {
|
503
|
+
type: "ImportSpecifier";
|
504
|
+
local: Identifier;
|
505
|
+
imported: Identifier | StringLiteral;
|
506
|
+
importKind: "type" | "typeof" | "value" | null;
|
507
|
+
}
|
508
|
+
|
509
|
+
export interface ImportExpression extends BaseNode {
|
510
|
+
type: "ImportExpression";
|
511
|
+
source: Expression;
|
512
|
+
options: Expression | null;
|
513
|
+
phase: "source" | "defer" | null;
|
514
|
+
}
|
515
|
+
|
516
|
+
export interface MetaProperty extends BaseNode {
|
517
|
+
type: "MetaProperty";
|
518
|
+
meta: Identifier;
|
519
|
+
property: Identifier;
|
520
|
+
}
|
521
|
+
|
522
|
+
export interface ClassMethod extends BaseNode {
|
523
|
+
type: "ClassMethod";
|
524
|
+
kind: "get" | "set" | "method" | "constructor";
|
525
|
+
key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
|
526
|
+
params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
|
527
|
+
body: BlockStatement;
|
528
|
+
computed: boolean;
|
529
|
+
static: boolean;
|
530
|
+
generator: boolean;
|
531
|
+
async: boolean;
|
532
|
+
abstract: boolean | null;
|
533
|
+
access: "public" | "private" | "protected" | null;
|
534
|
+
accessibility: "public" | "private" | "protected" | null;
|
535
|
+
decorators: Array<Decorator> | null;
|
536
|
+
optional: boolean | null;
|
537
|
+
override: boolean;
|
538
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
539
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
540
|
+
}
|
541
|
+
|
542
|
+
export interface ObjectPattern extends BaseNode {
|
543
|
+
type: "ObjectPattern";
|
544
|
+
properties: Array<RestElement | ObjectProperty>;
|
545
|
+
decorators: Array<Decorator> | null;
|
546
|
+
optional: boolean | null;
|
547
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
548
|
+
}
|
549
|
+
|
550
|
+
export interface SpreadElement extends BaseNode {
|
551
|
+
type: "SpreadElement";
|
552
|
+
argument: Expression;
|
553
|
+
}
|
554
|
+
|
555
|
+
export interface Super extends BaseNode {
|
556
|
+
type: "Super";
|
557
|
+
}
|
558
|
+
|
559
|
+
export interface TaggedTemplateExpression extends BaseNode {
|
560
|
+
type: "TaggedTemplateExpression";
|
561
|
+
tag: Expression;
|
562
|
+
quasi: TemplateLiteral;
|
563
|
+
typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
564
|
+
}
|
565
|
+
|
566
|
+
export interface TemplateElement extends BaseNode {
|
567
|
+
type: "TemplateElement";
|
568
|
+
value: { raw: string, cooked?: string };
|
569
|
+
tail: boolean;
|
570
|
+
}
|
571
|
+
|
572
|
+
export interface TemplateLiteral extends BaseNode {
|
573
|
+
type: "TemplateLiteral";
|
574
|
+
quasis: Array<TemplateElement>;
|
575
|
+
expressions: Array<Expression | TSType>;
|
576
|
+
}
|
577
|
+
|
578
|
+
export interface YieldExpression extends BaseNode {
|
579
|
+
type: "YieldExpression";
|
580
|
+
argument: Expression | null;
|
581
|
+
delegate: boolean;
|
582
|
+
}
|
583
|
+
|
584
|
+
export interface AwaitExpression extends BaseNode {
|
585
|
+
type: "AwaitExpression";
|
586
|
+
argument: Expression;
|
587
|
+
}
|
588
|
+
|
589
|
+
export interface Import extends BaseNode {
|
590
|
+
type: "Import";
|
591
|
+
}
|
592
|
+
|
593
|
+
export interface BigIntLiteral extends BaseNode {
|
594
|
+
type: "BigIntLiteral";
|
595
|
+
value: string;
|
596
|
+
}
|
597
|
+
|
598
|
+
export interface ExportNamespaceSpecifier extends BaseNode {
|
599
|
+
type: "ExportNamespaceSpecifier";
|
600
|
+
exported: Identifier;
|
601
|
+
}
|
602
|
+
|
603
|
+
export interface OptionalMemberExpression extends BaseNode {
|
604
|
+
type: "OptionalMemberExpression";
|
605
|
+
object: Expression;
|
606
|
+
property: Expression | Identifier;
|
607
|
+
computed: boolean;
|
608
|
+
optional: boolean;
|
609
|
+
}
|
610
|
+
|
611
|
+
export interface OptionalCallExpression extends BaseNode {
|
612
|
+
type: "OptionalCallExpression";
|
613
|
+
callee: Expression;
|
614
|
+
arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
|
615
|
+
optional: boolean;
|
616
|
+
typeArguments: TypeParameterInstantiation | null;
|
617
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
618
|
+
}
|
619
|
+
|
620
|
+
export interface ClassProperty extends BaseNode {
|
621
|
+
type: "ClassProperty";
|
622
|
+
key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
|
623
|
+
value: Expression | null;
|
624
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
625
|
+
decorators: Array<Decorator> | null;
|
626
|
+
computed: boolean;
|
627
|
+
static: boolean;
|
628
|
+
abstract: boolean | null;
|
629
|
+
accessibility: "public" | "private" | "protected" | null;
|
630
|
+
declare: boolean | null;
|
631
|
+
definite: boolean | null;
|
632
|
+
optional: boolean | null;
|
633
|
+
override: boolean;
|
634
|
+
readonly: boolean | null;
|
635
|
+
variance: Variance | null;
|
636
|
+
}
|
637
|
+
|
638
|
+
export interface ClassAccessorProperty extends BaseNode {
|
639
|
+
type: "ClassAccessorProperty";
|
640
|
+
key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName;
|
641
|
+
value: Expression | null;
|
642
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
643
|
+
decorators: Array<Decorator> | null;
|
644
|
+
computed: boolean;
|
645
|
+
static: boolean;
|
646
|
+
abstract: boolean | null;
|
647
|
+
accessibility: "public" | "private" | "protected" | null;
|
648
|
+
declare: boolean | null;
|
649
|
+
definite: boolean | null;
|
650
|
+
optional: boolean | null;
|
651
|
+
override: boolean;
|
652
|
+
readonly: boolean | null;
|
653
|
+
variance: Variance | null;
|
654
|
+
}
|
655
|
+
|
656
|
+
export interface ClassPrivateProperty extends BaseNode {
|
657
|
+
type: "ClassPrivateProperty";
|
658
|
+
key: PrivateName;
|
659
|
+
value: Expression | null;
|
660
|
+
decorators: Array<Decorator> | null;
|
661
|
+
static: boolean;
|
662
|
+
definite: boolean | null;
|
663
|
+
readonly: boolean | null;
|
664
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
665
|
+
variance: Variance | null;
|
666
|
+
}
|
667
|
+
|
668
|
+
export interface ClassPrivateMethod extends BaseNode {
|
669
|
+
type: "ClassPrivateMethod";
|
670
|
+
kind: "get" | "set" | "method";
|
671
|
+
key: PrivateName;
|
672
|
+
params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
|
673
|
+
body: BlockStatement;
|
674
|
+
static: boolean;
|
675
|
+
abstract: boolean | null;
|
676
|
+
access: "public" | "private" | "protected" | null;
|
677
|
+
accessibility: "public" | "private" | "protected" | null;
|
678
|
+
async: boolean;
|
679
|
+
computed: boolean;
|
680
|
+
decorators: Array<Decorator> | null;
|
681
|
+
generator: boolean;
|
682
|
+
optional: boolean | null;
|
683
|
+
override: boolean;
|
684
|
+
returnType: TypeAnnotation | TSTypeAnnotation | Noop | null;
|
685
|
+
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
|
686
|
+
}
|
687
|
+
|
688
|
+
export interface PrivateName extends BaseNode {
|
689
|
+
type: "PrivateName";
|
690
|
+
id: Identifier;
|
691
|
+
}
|
692
|
+
|
693
|
+
export interface StaticBlock extends BaseNode {
|
694
|
+
type: "StaticBlock";
|
695
|
+
body: Array<Statement>;
|
696
|
+
}
|
697
|
+
|
698
|
+
export interface AnyTypeAnnotation extends BaseNode {
|
699
|
+
type: "AnyTypeAnnotation";
|
700
|
+
}
|
701
|
+
|
702
|
+
export interface ArrayTypeAnnotation extends BaseNode {
|
703
|
+
type: "ArrayTypeAnnotation";
|
704
|
+
elementType: FlowType;
|
705
|
+
}
|
706
|
+
|
707
|
+
export interface BooleanTypeAnnotation extends BaseNode {
|
708
|
+
type: "BooleanTypeAnnotation";
|
709
|
+
}
|
710
|
+
|
711
|
+
export interface BooleanLiteralTypeAnnotation extends BaseNode {
|
712
|
+
type: "BooleanLiteralTypeAnnotation";
|
713
|
+
value: boolean;
|
714
|
+
}
|
715
|
+
|
716
|
+
export interface NullLiteralTypeAnnotation extends BaseNode {
|
717
|
+
type: "NullLiteralTypeAnnotation";
|
718
|
+
}
|
719
|
+
|
720
|
+
export interface ClassImplements extends BaseNode {
|
721
|
+
type: "ClassImplements";
|
722
|
+
id: Identifier;
|
723
|
+
typeParameters: TypeParameterInstantiation | null;
|
724
|
+
}
|
725
|
+
|
726
|
+
export interface DeclareClass extends BaseNode {
|
727
|
+
type: "DeclareClass";
|
728
|
+
id: Identifier;
|
729
|
+
typeParameters: TypeParameterDeclaration | null;
|
730
|
+
extends: Array<InterfaceExtends> | null;
|
731
|
+
body: ObjectTypeAnnotation;
|
732
|
+
implements: Array<ClassImplements> | null;
|
733
|
+
mixins: Array<InterfaceExtends> | null;
|
734
|
+
}
|
735
|
+
|
736
|
+
export interface DeclareFunction extends BaseNode {
|
737
|
+
type: "DeclareFunction";
|
738
|
+
id: Identifier;
|
739
|
+
predicate: DeclaredPredicate | null;
|
740
|
+
}
|
741
|
+
|
742
|
+
export interface DeclareInterface extends BaseNode {
|
743
|
+
type: "DeclareInterface";
|
744
|
+
id: Identifier;
|
745
|
+
typeParameters: TypeParameterDeclaration | null;
|
746
|
+
extends: Array<InterfaceExtends> | null;
|
747
|
+
body: ObjectTypeAnnotation;
|
748
|
+
}
|
749
|
+
|
750
|
+
export interface DeclareModule extends BaseNode {
|
751
|
+
type: "DeclareModule";
|
752
|
+
id: Identifier | StringLiteral;
|
753
|
+
body: BlockStatement;
|
754
|
+
kind: "CommonJS" | "ES" | null;
|
755
|
+
}
|
756
|
+
|
757
|
+
export interface DeclareModuleExports extends BaseNode {
|
758
|
+
type: "DeclareModuleExports";
|
759
|
+
typeAnnotation: TypeAnnotation;
|
760
|
+
}
|
761
|
+
|
762
|
+
export interface DeclareTypeAlias extends BaseNode {
|
763
|
+
type: "DeclareTypeAlias";
|
764
|
+
id: Identifier;
|
765
|
+
typeParameters: TypeParameterDeclaration | null;
|
766
|
+
right: FlowType;
|
767
|
+
}
|
768
|
+
|
769
|
+
export interface DeclareOpaqueType extends BaseNode {
|
770
|
+
type: "DeclareOpaqueType";
|
771
|
+
id: Identifier;
|
772
|
+
typeParameters: TypeParameterDeclaration | null;
|
773
|
+
supertype: FlowType | null;
|
774
|
+
impltype: FlowType | null;
|
775
|
+
}
|
776
|
+
|
777
|
+
export interface DeclareVariable extends BaseNode {
|
778
|
+
type: "DeclareVariable";
|
779
|
+
id: Identifier;
|
780
|
+
}
|
781
|
+
|
782
|
+
export interface DeclareExportDeclaration extends BaseNode {
|
783
|
+
type: "DeclareExportDeclaration";
|
784
|
+
declaration: Flow | null;
|
785
|
+
specifiers: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;
|
786
|
+
source: StringLiteral | null;
|
787
|
+
default: boolean | null;
|
788
|
+
}
|
789
|
+
|
790
|
+
export interface DeclareExportAllDeclaration extends BaseNode {
|
791
|
+
type: "DeclareExportAllDeclaration";
|
792
|
+
source: StringLiteral;
|
793
|
+
exportKind: "type" | "value" | null;
|
794
|
+
}
|
795
|
+
|
796
|
+
export interface DeclaredPredicate extends BaseNode {
|
797
|
+
type: "DeclaredPredicate";
|
798
|
+
value: Flow;
|
799
|
+
}
|
800
|
+
|
801
|
+
export interface ExistsTypeAnnotation extends BaseNode {
|
802
|
+
type: "ExistsTypeAnnotation";
|
803
|
+
}
|
804
|
+
|
805
|
+
export interface FunctionTypeAnnotation extends BaseNode {
|
806
|
+
type: "FunctionTypeAnnotation";
|
807
|
+
typeParameters: TypeParameterDeclaration | null;
|
808
|
+
params: Array<FunctionTypeParam>;
|
809
|
+
rest: FunctionTypeParam | null;
|
810
|
+
returnType: FlowType;
|
811
|
+
this: FunctionTypeParam | null;
|
812
|
+
}
|
813
|
+
|
814
|
+
export interface FunctionTypeParam extends BaseNode {
|
815
|
+
type: "FunctionTypeParam";
|
816
|
+
name: Identifier | null;
|
817
|
+
typeAnnotation: FlowType;
|
818
|
+
optional: boolean | null;
|
819
|
+
}
|
820
|
+
|
821
|
+
export interface GenericTypeAnnotation extends BaseNode {
|
822
|
+
type: "GenericTypeAnnotation";
|
823
|
+
id: Identifier | QualifiedTypeIdentifier;
|
824
|
+
typeParameters: TypeParameterInstantiation | null;
|
825
|
+
}
|
826
|
+
|
827
|
+
export interface InferredPredicate extends BaseNode {
|
828
|
+
type: "InferredPredicate";
|
829
|
+
}
|
830
|
+
|
831
|
+
export interface InterfaceExtends extends BaseNode {
|
832
|
+
type: "InterfaceExtends";
|
833
|
+
id: Identifier | QualifiedTypeIdentifier;
|
834
|
+
typeParameters: TypeParameterInstantiation | null;
|
835
|
+
}
|
836
|
+
|
837
|
+
export interface InterfaceDeclaration extends BaseNode {
|
838
|
+
type: "InterfaceDeclaration";
|
839
|
+
id: Identifier;
|
840
|
+
typeParameters: TypeParameterDeclaration | null;
|
841
|
+
extends: Array<InterfaceExtends> | null;
|
842
|
+
body: ObjectTypeAnnotation;
|
843
|
+
}
|
844
|
+
|
845
|
+
export interface InterfaceTypeAnnotation extends BaseNode {
|
846
|
+
type: "InterfaceTypeAnnotation";
|
847
|
+
extends: Array<InterfaceExtends> | null;
|
848
|
+
body: ObjectTypeAnnotation;
|
849
|
+
}
|
850
|
+
|
851
|
+
export interface IntersectionTypeAnnotation extends BaseNode {
|
852
|
+
type: "IntersectionTypeAnnotation";
|
853
|
+
types: Array<FlowType>;
|
854
|
+
}
|
855
|
+
|
856
|
+
export interface MixedTypeAnnotation extends BaseNode {
|
857
|
+
type: "MixedTypeAnnotation";
|
858
|
+
}
|
859
|
+
|
860
|
+
export interface EmptyTypeAnnotation extends BaseNode {
|
861
|
+
type: "EmptyTypeAnnotation";
|
862
|
+
}
|
863
|
+
|
864
|
+
export interface NullableTypeAnnotation extends BaseNode {
|
865
|
+
type: "NullableTypeAnnotation";
|
866
|
+
typeAnnotation: FlowType;
|
867
|
+
}
|
868
|
+
|
869
|
+
export interface NumberLiteralTypeAnnotation extends BaseNode {
|
870
|
+
type: "NumberLiteralTypeAnnotation";
|
871
|
+
value: number;
|
872
|
+
}
|
873
|
+
|
874
|
+
export interface NumberTypeAnnotation extends BaseNode {
|
875
|
+
type: "NumberTypeAnnotation";
|
876
|
+
}
|
877
|
+
|
878
|
+
export interface ObjectTypeAnnotation extends BaseNode {
|
879
|
+
type: "ObjectTypeAnnotation";
|
880
|
+
properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>;
|
881
|
+
indexers: Array<ObjectTypeIndexer>;
|
882
|
+
callProperties: Array<ObjectTypeCallProperty>;
|
883
|
+
internalSlots: Array<ObjectTypeInternalSlot>;
|
884
|
+
exact: boolean;
|
885
|
+
inexact: boolean | null;
|
886
|
+
}
|
887
|
+
|
888
|
+
export interface ObjectTypeInternalSlot extends BaseNode {
|
889
|
+
type: "ObjectTypeInternalSlot";
|
890
|
+
id: Identifier;
|
891
|
+
value: FlowType;
|
892
|
+
optional: boolean;
|
893
|
+
static: boolean;
|
894
|
+
method: boolean;
|
895
|
+
}
|
896
|
+
|
897
|
+
export interface ObjectTypeCallProperty extends BaseNode {
|
898
|
+
type: "ObjectTypeCallProperty";
|
899
|
+
value: FlowType;
|
900
|
+
static: boolean;
|
901
|
+
}
|
902
|
+
|
903
|
+
export interface ObjectTypeIndexer extends BaseNode {
|
904
|
+
type: "ObjectTypeIndexer";
|
905
|
+
id: Identifier | null;
|
906
|
+
key: FlowType;
|
907
|
+
value: FlowType;
|
908
|
+
variance: Variance | null;
|
909
|
+
static: boolean;
|
910
|
+
}
|
911
|
+
|
912
|
+
export interface ObjectTypeProperty extends BaseNode {
|
913
|
+
type: "ObjectTypeProperty";
|
914
|
+
key: Identifier | StringLiteral;
|
915
|
+
value: FlowType;
|
916
|
+
variance: Variance | null;
|
917
|
+
kind: "init" | "get" | "set";
|
918
|
+
method: boolean;
|
919
|
+
optional: boolean;
|
920
|
+
proto: boolean;
|
921
|
+
static: boolean;
|
922
|
+
}
|
923
|
+
|
924
|
+
export interface ObjectTypeSpreadProperty extends BaseNode {
|
925
|
+
type: "ObjectTypeSpreadProperty";
|
926
|
+
argument: FlowType;
|
927
|
+
}
|
928
|
+
|
929
|
+
export interface OpaqueType extends BaseNode {
|
930
|
+
type: "OpaqueType";
|
931
|
+
id: Identifier;
|
932
|
+
typeParameters: TypeParameterDeclaration | null;
|
933
|
+
supertype: FlowType | null;
|
934
|
+
impltype: FlowType;
|
935
|
+
}
|
936
|
+
|
937
|
+
export interface QualifiedTypeIdentifier extends BaseNode {
|
938
|
+
type: "QualifiedTypeIdentifier";
|
939
|
+
id: Identifier;
|
940
|
+
qualification: Identifier | QualifiedTypeIdentifier;
|
941
|
+
}
|
942
|
+
|
943
|
+
export interface StringLiteralTypeAnnotation extends BaseNode {
|
944
|
+
type: "StringLiteralTypeAnnotation";
|
945
|
+
value: string;
|
946
|
+
}
|
947
|
+
|
948
|
+
export interface StringTypeAnnotation extends BaseNode {
|
949
|
+
type: "StringTypeAnnotation";
|
950
|
+
}
|
951
|
+
|
952
|
+
export interface SymbolTypeAnnotation extends BaseNode {
|
953
|
+
type: "SymbolTypeAnnotation";
|
954
|
+
}
|
955
|
+
|
956
|
+
export interface ThisTypeAnnotation extends BaseNode {
|
957
|
+
type: "ThisTypeAnnotation";
|
958
|
+
}
|
959
|
+
|
960
|
+
export interface TupleTypeAnnotation extends BaseNode {
|
961
|
+
type: "TupleTypeAnnotation";
|
962
|
+
types: Array<FlowType>;
|
963
|
+
}
|
964
|
+
|
965
|
+
export interface TypeofTypeAnnotation extends BaseNode {
|
966
|
+
type: "TypeofTypeAnnotation";
|
967
|
+
argument: FlowType;
|
968
|
+
}
|
969
|
+
|
970
|
+
export interface TypeAlias extends BaseNode {
|
971
|
+
type: "TypeAlias";
|
972
|
+
id: Identifier;
|
973
|
+
typeParameters: TypeParameterDeclaration | null;
|
974
|
+
right: FlowType;
|
975
|
+
}
|
976
|
+
|
977
|
+
export interface TypeAnnotation extends BaseNode {
|
978
|
+
type: "TypeAnnotation";
|
979
|
+
typeAnnotation: FlowType;
|
980
|
+
}
|
981
|
+
|
982
|
+
export interface TypeCastExpression extends BaseNode {
|
983
|
+
type: "TypeCastExpression";
|
984
|
+
expression: Expression;
|
985
|
+
typeAnnotation: TypeAnnotation;
|
986
|
+
}
|
987
|
+
|
988
|
+
export interface TypeParameter extends BaseNode {
|
989
|
+
type: "TypeParameter";
|
990
|
+
bound: TypeAnnotation | null;
|
991
|
+
default: FlowType | null;
|
992
|
+
variance: Variance | null;
|
993
|
+
name: string;
|
994
|
+
}
|
995
|
+
|
996
|
+
export interface TypeParameterDeclaration extends BaseNode {
|
997
|
+
type: "TypeParameterDeclaration";
|
998
|
+
params: Array<TypeParameter>;
|
999
|
+
}
|
1000
|
+
|
1001
|
+
export interface TypeParameterInstantiation extends BaseNode {
|
1002
|
+
type: "TypeParameterInstantiation";
|
1003
|
+
params: Array<FlowType>;
|
1004
|
+
}
|
1005
|
+
|
1006
|
+
export interface UnionTypeAnnotation extends BaseNode {
|
1007
|
+
type: "UnionTypeAnnotation";
|
1008
|
+
types: Array<FlowType>;
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
export interface Variance extends BaseNode {
|
1012
|
+
type: "Variance";
|
1013
|
+
kind: "minus" | "plus";
|
1014
|
+
}
|
1015
|
+
|
1016
|
+
export interface VoidTypeAnnotation extends BaseNode {
|
1017
|
+
type: "VoidTypeAnnotation";
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
export interface EnumDeclaration extends BaseNode {
|
1021
|
+
type: "EnumDeclaration";
|
1022
|
+
id: Identifier;
|
1023
|
+
body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
export interface EnumBooleanBody extends BaseNode {
|
1027
|
+
type: "EnumBooleanBody";
|
1028
|
+
members: Array<EnumBooleanMember>;
|
1029
|
+
explicitType: boolean;
|
1030
|
+
hasUnknownMembers: boolean;
|
1031
|
+
}
|
1032
|
+
|
1033
|
+
export interface EnumNumberBody extends BaseNode {
|
1034
|
+
type: "EnumNumberBody";
|
1035
|
+
members: Array<EnumNumberMember>;
|
1036
|
+
explicitType: boolean;
|
1037
|
+
hasUnknownMembers: boolean;
|
1038
|
+
}
|
1039
|
+
|
1040
|
+
export interface EnumStringBody extends BaseNode {
|
1041
|
+
type: "EnumStringBody";
|
1042
|
+
members: Array<EnumStringMember | EnumDefaultedMember>;
|
1043
|
+
explicitType: boolean;
|
1044
|
+
hasUnknownMembers: boolean;
|
1045
|
+
}
|
1046
|
+
|
1047
|
+
export interface EnumSymbolBody extends BaseNode {
|
1048
|
+
type: "EnumSymbolBody";
|
1049
|
+
members: Array<EnumDefaultedMember>;
|
1050
|
+
hasUnknownMembers: boolean;
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
export interface EnumBooleanMember extends BaseNode {
|
1054
|
+
type: "EnumBooleanMember";
|
1055
|
+
id: Identifier;
|
1056
|
+
init: BooleanLiteral;
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
export interface EnumNumberMember extends BaseNode {
|
1060
|
+
type: "EnumNumberMember";
|
1061
|
+
id: Identifier;
|
1062
|
+
init: NumericLiteral;
|
1063
|
+
}
|
1064
|
+
|
1065
|
+
export interface EnumStringMember extends BaseNode {
|
1066
|
+
type: "EnumStringMember";
|
1067
|
+
id: Identifier;
|
1068
|
+
init: StringLiteral;
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
export interface EnumDefaultedMember extends BaseNode {
|
1072
|
+
type: "EnumDefaultedMember";
|
1073
|
+
id: Identifier;
|
1074
|
+
}
|
1075
|
+
|
1076
|
+
export interface IndexedAccessType extends BaseNode {
|
1077
|
+
type: "IndexedAccessType";
|
1078
|
+
objectType: FlowType;
|
1079
|
+
indexType: FlowType;
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
export interface OptionalIndexedAccessType extends BaseNode {
|
1083
|
+
type: "OptionalIndexedAccessType";
|
1084
|
+
objectType: FlowType;
|
1085
|
+
indexType: FlowType;
|
1086
|
+
optional: boolean;
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
export interface JSXAttribute extends BaseNode {
|
1090
|
+
type: "JSXAttribute";
|
1091
|
+
name: JSXIdentifier | JSXNamespacedName;
|
1092
|
+
value: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null;
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
export interface JSXClosingElement extends BaseNode {
|
1096
|
+
type: "JSXClosingElement";
|
1097
|
+
name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
export interface JSXElement extends BaseNode {
|
1101
|
+
type: "JSXElement";
|
1102
|
+
openingElement: JSXOpeningElement;
|
1103
|
+
closingElement: JSXClosingElement | null;
|
1104
|
+
children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
|
1105
|
+
selfClosing: boolean | null;
|
1106
|
+
}
|
1107
|
+
|
1108
|
+
export interface JSXEmptyExpression extends BaseNode {
|
1109
|
+
type: "JSXEmptyExpression";
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
export interface JSXExpressionContainer extends BaseNode {
|
1113
|
+
type: "JSXExpressionContainer";
|
1114
|
+
expression: Expression | JSXEmptyExpression;
|
1115
|
+
}
|
1116
|
+
|
1117
|
+
export interface JSXSpreadChild extends BaseNode {
|
1118
|
+
type: "JSXSpreadChild";
|
1119
|
+
expression: Expression;
|
1120
|
+
}
|
1121
|
+
|
1122
|
+
export interface JSXIdentifier extends BaseNode {
|
1123
|
+
type: "JSXIdentifier";
|
1124
|
+
name: string;
|
1125
|
+
}
|
1126
|
+
|
1127
|
+
export interface JSXMemberExpression extends BaseNode {
|
1128
|
+
type: "JSXMemberExpression";
|
1129
|
+
object: JSXMemberExpression | JSXIdentifier;
|
1130
|
+
property: JSXIdentifier;
|
1131
|
+
}
|
1132
|
+
|
1133
|
+
export interface JSXNamespacedName extends BaseNode {
|
1134
|
+
type: "JSXNamespacedName";
|
1135
|
+
namespace: JSXIdentifier;
|
1136
|
+
name: JSXIdentifier;
|
1137
|
+
}
|
1138
|
+
|
1139
|
+
export interface JSXOpeningElement extends BaseNode {
|
1140
|
+
type: "JSXOpeningElement";
|
1141
|
+
name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
|
1142
|
+
attributes: Array<JSXAttribute | JSXSpreadAttribute>;
|
1143
|
+
selfClosing: boolean;
|
1144
|
+
typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
1145
|
+
}
|
1146
|
+
|
1147
|
+
export interface JSXSpreadAttribute extends BaseNode {
|
1148
|
+
type: "JSXSpreadAttribute";
|
1149
|
+
argument: Expression;
|
1150
|
+
}
|
1151
|
+
|
1152
|
+
export interface JSXText extends BaseNode {
|
1153
|
+
type: "JSXText";
|
1154
|
+
value: string;
|
1155
|
+
}
|
1156
|
+
|
1157
|
+
export interface JSXFragment extends BaseNode {
|
1158
|
+
type: "JSXFragment";
|
1159
|
+
openingFragment: JSXOpeningFragment;
|
1160
|
+
closingFragment: JSXClosingFragment;
|
1161
|
+
children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
|
1162
|
+
}
|
1163
|
+
|
1164
|
+
export interface JSXOpeningFragment extends BaseNode {
|
1165
|
+
type: "JSXOpeningFragment";
|
1166
|
+
}
|
1167
|
+
|
1168
|
+
export interface JSXClosingFragment extends BaseNode {
|
1169
|
+
type: "JSXClosingFragment";
|
1170
|
+
}
|
1171
|
+
|
1172
|
+
export interface Noop extends BaseNode {
|
1173
|
+
type: "Noop";
|
1174
|
+
}
|
1175
|
+
|
1176
|
+
export interface Placeholder extends BaseNode {
|
1177
|
+
type: "Placeholder";
|
1178
|
+
expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern";
|
1179
|
+
name: Identifier;
|
1180
|
+
}
|
1181
|
+
|
1182
|
+
export interface V8IntrinsicIdentifier extends BaseNode {
|
1183
|
+
type: "V8IntrinsicIdentifier";
|
1184
|
+
name: string;
|
1185
|
+
}
|
1186
|
+
|
1187
|
+
export interface ArgumentPlaceholder extends BaseNode {
|
1188
|
+
type: "ArgumentPlaceholder";
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
export interface BindExpression extends BaseNode {
|
1192
|
+
type: "BindExpression";
|
1193
|
+
object: Expression;
|
1194
|
+
callee: Expression;
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
export interface ImportAttribute extends BaseNode {
|
1198
|
+
type: "ImportAttribute";
|
1199
|
+
key: Identifier | StringLiteral;
|
1200
|
+
value: StringLiteral;
|
1201
|
+
}
|
1202
|
+
|
1203
|
+
export interface Decorator extends BaseNode {
|
1204
|
+
type: "Decorator";
|
1205
|
+
expression: Expression;
|
1206
|
+
}
|
1207
|
+
|
1208
|
+
export interface DoExpression extends BaseNode {
|
1209
|
+
type: "DoExpression";
|
1210
|
+
body: BlockStatement;
|
1211
|
+
async: boolean;
|
1212
|
+
}
|
1213
|
+
|
1214
|
+
export interface ExportDefaultSpecifier extends BaseNode {
|
1215
|
+
type: "ExportDefaultSpecifier";
|
1216
|
+
exported: Identifier;
|
1217
|
+
}
|
1218
|
+
|
1219
|
+
export interface RecordExpression extends BaseNode {
|
1220
|
+
type: "RecordExpression";
|
1221
|
+
properties: Array<ObjectProperty | SpreadElement>;
|
1222
|
+
}
|
1223
|
+
|
1224
|
+
export interface TupleExpression extends BaseNode {
|
1225
|
+
type: "TupleExpression";
|
1226
|
+
elements: Array<Expression | SpreadElement>;
|
1227
|
+
}
|
1228
|
+
|
1229
|
+
export interface DecimalLiteral extends BaseNode {
|
1230
|
+
type: "DecimalLiteral";
|
1231
|
+
value: string;
|
1232
|
+
}
|
1233
|
+
|
1234
|
+
export interface ModuleExpression extends BaseNode {
|
1235
|
+
type: "ModuleExpression";
|
1236
|
+
body: Program;
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
export interface TopicReference extends BaseNode {
|
1240
|
+
type: "TopicReference";
|
1241
|
+
}
|
1242
|
+
|
1243
|
+
export interface PipelineTopicExpression extends BaseNode {
|
1244
|
+
type: "PipelineTopicExpression";
|
1245
|
+
expression: Expression;
|
1246
|
+
}
|
1247
|
+
|
1248
|
+
export interface PipelineBareFunction extends BaseNode {
|
1249
|
+
type: "PipelineBareFunction";
|
1250
|
+
callee: Expression;
|
1251
|
+
}
|
1252
|
+
|
1253
|
+
export interface PipelinePrimaryTopicReference extends BaseNode {
|
1254
|
+
type: "PipelinePrimaryTopicReference";
|
1255
|
+
}
|
1256
|
+
|
1257
|
+
export interface TSParameterProperty extends BaseNode {
|
1258
|
+
type: "TSParameterProperty";
|
1259
|
+
parameter: Identifier | AssignmentPattern;
|
1260
|
+
accessibility: "public" | "private" | "protected" | null;
|
1261
|
+
decorators: Array<Decorator> | null;
|
1262
|
+
override: boolean | null;
|
1263
|
+
readonly: boolean | null;
|
1264
|
+
}
|
1265
|
+
|
1266
|
+
export interface TSDeclareFunction extends BaseNode {
|
1267
|
+
type: "TSDeclareFunction";
|
1268
|
+
id: Identifier | null;
|
1269
|
+
typeParameters: TSTypeParameterDeclaration | Noop | null;
|
1270
|
+
params: Array<Identifier | Pattern | RestElement>;
|
1271
|
+
returnType: TSTypeAnnotation | Noop | null;
|
1272
|
+
async: boolean;
|
1273
|
+
declare: boolean | null;
|
1274
|
+
generator: boolean;
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
export interface TSDeclareMethod extends BaseNode {
|
1278
|
+
type: "TSDeclareMethod";
|
1279
|
+
decorators: Array<Decorator> | null;
|
1280
|
+
key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
|
1281
|
+
typeParameters: TSTypeParameterDeclaration | Noop | null;
|
1282
|
+
params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
|
1283
|
+
returnType: TSTypeAnnotation | Noop | null;
|
1284
|
+
abstract: boolean | null;
|
1285
|
+
access: "public" | "private" | "protected" | null;
|
1286
|
+
accessibility: "public" | "private" | "protected" | null;
|
1287
|
+
async: boolean;
|
1288
|
+
computed: boolean;
|
1289
|
+
generator: boolean;
|
1290
|
+
kind: "get" | "set" | "method" | "constructor";
|
1291
|
+
optional: boolean | null;
|
1292
|
+
override: boolean;
|
1293
|
+
static: boolean;
|
1294
|
+
}
|
1295
|
+
|
1296
|
+
export interface TSQualifiedName extends BaseNode {
|
1297
|
+
type: "TSQualifiedName";
|
1298
|
+
left: TSEntityName;
|
1299
|
+
right: Identifier;
|
1300
|
+
}
|
1301
|
+
|
1302
|
+
export interface TSCallSignatureDeclaration extends BaseNode {
|
1303
|
+
type: "TSCallSignatureDeclaration";
|
1304
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1305
|
+
parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
|
1306
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1307
|
+
}
|
1308
|
+
|
1309
|
+
export interface TSConstructSignatureDeclaration extends BaseNode {
|
1310
|
+
type: "TSConstructSignatureDeclaration";
|
1311
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1312
|
+
parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
|
1313
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1314
|
+
}
|
1315
|
+
|
1316
|
+
export interface TSPropertySignature extends BaseNode {
|
1317
|
+
type: "TSPropertySignature";
|
1318
|
+
key: Expression;
|
1319
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1320
|
+
computed: boolean;
|
1321
|
+
kind: "get" | "set";
|
1322
|
+
optional: boolean | null;
|
1323
|
+
readonly: boolean | null;
|
1324
|
+
}
|
1325
|
+
|
1326
|
+
export interface TSMethodSignature extends BaseNode {
|
1327
|
+
type: "TSMethodSignature";
|
1328
|
+
key: Expression;
|
1329
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1330
|
+
parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
|
1331
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1332
|
+
computed: boolean;
|
1333
|
+
kind: "method" | "get" | "set";
|
1334
|
+
optional: boolean | null;
|
1335
|
+
}
|
1336
|
+
|
1337
|
+
export interface TSIndexSignature extends BaseNode {
|
1338
|
+
type: "TSIndexSignature";
|
1339
|
+
parameters: Array<Identifier>;
|
1340
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1341
|
+
readonly: boolean | null;
|
1342
|
+
static: boolean | null;
|
1343
|
+
}
|
1344
|
+
|
1345
|
+
export interface TSAnyKeyword extends BaseNode {
|
1346
|
+
type: "TSAnyKeyword";
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
export interface TSBooleanKeyword extends BaseNode {
|
1350
|
+
type: "TSBooleanKeyword";
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
export interface TSBigIntKeyword extends BaseNode {
|
1354
|
+
type: "TSBigIntKeyword";
|
1355
|
+
}
|
1356
|
+
|
1357
|
+
export interface TSIntrinsicKeyword extends BaseNode {
|
1358
|
+
type: "TSIntrinsicKeyword";
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
export interface TSNeverKeyword extends BaseNode {
|
1362
|
+
type: "TSNeverKeyword";
|
1363
|
+
}
|
1364
|
+
|
1365
|
+
export interface TSNullKeyword extends BaseNode {
|
1366
|
+
type: "TSNullKeyword";
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
export interface TSNumberKeyword extends BaseNode {
|
1370
|
+
type: "TSNumberKeyword";
|
1371
|
+
}
|
1372
|
+
|
1373
|
+
export interface TSObjectKeyword extends BaseNode {
|
1374
|
+
type: "TSObjectKeyword";
|
1375
|
+
}
|
1376
|
+
|
1377
|
+
export interface TSStringKeyword extends BaseNode {
|
1378
|
+
type: "TSStringKeyword";
|
1379
|
+
}
|
1380
|
+
|
1381
|
+
export interface TSSymbolKeyword extends BaseNode {
|
1382
|
+
type: "TSSymbolKeyword";
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
export interface TSUndefinedKeyword extends BaseNode {
|
1386
|
+
type: "TSUndefinedKeyword";
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
export interface TSUnknownKeyword extends BaseNode {
|
1390
|
+
type: "TSUnknownKeyword";
|
1391
|
+
}
|
1392
|
+
|
1393
|
+
export interface TSVoidKeyword extends BaseNode {
|
1394
|
+
type: "TSVoidKeyword";
|
1395
|
+
}
|
1396
|
+
|
1397
|
+
export interface TSThisType extends BaseNode {
|
1398
|
+
type: "TSThisType";
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
export interface TSFunctionType extends BaseNode {
|
1402
|
+
type: "TSFunctionType";
|
1403
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1404
|
+
parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
|
1405
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1406
|
+
}
|
1407
|
+
|
1408
|
+
export interface TSConstructorType extends BaseNode {
|
1409
|
+
type: "TSConstructorType";
|
1410
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1411
|
+
parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
|
1412
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1413
|
+
abstract: boolean | null;
|
1414
|
+
}
|
1415
|
+
|
1416
|
+
export interface TSTypeReference extends BaseNode {
|
1417
|
+
type: "TSTypeReference";
|
1418
|
+
typeName: TSEntityName;
|
1419
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
1420
|
+
}
|
1421
|
+
|
1422
|
+
export interface TSTypePredicate extends BaseNode {
|
1423
|
+
type: "TSTypePredicate";
|
1424
|
+
parameterName: Identifier | TSThisType;
|
1425
|
+
typeAnnotation: TSTypeAnnotation | null;
|
1426
|
+
asserts: boolean | null;
|
1427
|
+
}
|
1428
|
+
|
1429
|
+
export interface TSTypeQuery extends BaseNode {
|
1430
|
+
type: "TSTypeQuery";
|
1431
|
+
exprName: TSEntityName | TSImportType;
|
1432
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
1433
|
+
}
|
1434
|
+
|
1435
|
+
export interface TSTypeLiteral extends BaseNode {
|
1436
|
+
type: "TSTypeLiteral";
|
1437
|
+
members: Array<TSTypeElement>;
|
1438
|
+
}
|
1439
|
+
|
1440
|
+
export interface TSArrayType extends BaseNode {
|
1441
|
+
type: "TSArrayType";
|
1442
|
+
elementType: TSType;
|
1443
|
+
}
|
1444
|
+
|
1445
|
+
export interface TSTupleType extends BaseNode {
|
1446
|
+
type: "TSTupleType";
|
1447
|
+
elementTypes: Array<TSType | TSNamedTupleMember>;
|
1448
|
+
}
|
1449
|
+
|
1450
|
+
export interface TSOptionalType extends BaseNode {
|
1451
|
+
type: "TSOptionalType";
|
1452
|
+
typeAnnotation: TSType;
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
export interface TSRestType extends BaseNode {
|
1456
|
+
type: "TSRestType";
|
1457
|
+
typeAnnotation: TSType;
|
1458
|
+
}
|
1459
|
+
|
1460
|
+
export interface TSNamedTupleMember extends BaseNode {
|
1461
|
+
type: "TSNamedTupleMember";
|
1462
|
+
label: Identifier;
|
1463
|
+
elementType: TSType;
|
1464
|
+
optional: boolean;
|
1465
|
+
}
|
1466
|
+
|
1467
|
+
export interface TSUnionType extends BaseNode {
|
1468
|
+
type: "TSUnionType";
|
1469
|
+
types: Array<TSType>;
|
1470
|
+
}
|
1471
|
+
|
1472
|
+
export interface TSIntersectionType extends BaseNode {
|
1473
|
+
type: "TSIntersectionType";
|
1474
|
+
types: Array<TSType>;
|
1475
|
+
}
|
1476
|
+
|
1477
|
+
export interface TSConditionalType extends BaseNode {
|
1478
|
+
type: "TSConditionalType";
|
1479
|
+
checkType: TSType;
|
1480
|
+
extendsType: TSType;
|
1481
|
+
trueType: TSType;
|
1482
|
+
falseType: TSType;
|
1483
|
+
}
|
1484
|
+
|
1485
|
+
export interface TSInferType extends BaseNode {
|
1486
|
+
type: "TSInferType";
|
1487
|
+
typeParameter: TSTypeParameter;
|
1488
|
+
}
|
1489
|
+
|
1490
|
+
export interface TSParenthesizedType extends BaseNode {
|
1491
|
+
type: "TSParenthesizedType";
|
1492
|
+
typeAnnotation: TSType;
|
1493
|
+
}
|
1494
|
+
|
1495
|
+
export interface TSTypeOperator extends BaseNode {
|
1496
|
+
type: "TSTypeOperator";
|
1497
|
+
typeAnnotation: TSType;
|
1498
|
+
operator: string;
|
1499
|
+
}
|
1500
|
+
|
1501
|
+
export interface TSIndexedAccessType extends BaseNode {
|
1502
|
+
type: "TSIndexedAccessType";
|
1503
|
+
objectType: TSType;
|
1504
|
+
indexType: TSType;
|
1505
|
+
}
|
1506
|
+
|
1507
|
+
export interface TSMappedType extends BaseNode {
|
1508
|
+
type: "TSMappedType";
|
1509
|
+
typeParameter: TSTypeParameter;
|
1510
|
+
typeAnnotation: TSType | null;
|
1511
|
+
nameType: TSType | null;
|
1512
|
+
optional: true | false | "+" | "-" | null;
|
1513
|
+
readonly: true | false | "+" | "-" | null;
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
export interface TSLiteralType extends BaseNode {
|
1517
|
+
type: "TSLiteralType";
|
1518
|
+
literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression;
|
1519
|
+
}
|
1520
|
+
|
1521
|
+
export interface TSExpressionWithTypeArguments extends BaseNode {
|
1522
|
+
type: "TSExpressionWithTypeArguments";
|
1523
|
+
expression: TSEntityName;
|
1524
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
export interface TSInterfaceDeclaration extends BaseNode {
|
1528
|
+
type: "TSInterfaceDeclaration";
|
1529
|
+
id: Identifier;
|
1530
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1531
|
+
extends: Array<TSExpressionWithTypeArguments> | null;
|
1532
|
+
body: TSInterfaceBody;
|
1533
|
+
declare: boolean | null;
|
1534
|
+
}
|
1535
|
+
|
1536
|
+
export interface TSInterfaceBody extends BaseNode {
|
1537
|
+
type: "TSInterfaceBody";
|
1538
|
+
body: Array<TSTypeElement>;
|
1539
|
+
}
|
1540
|
+
|
1541
|
+
export interface TSTypeAliasDeclaration extends BaseNode {
|
1542
|
+
type: "TSTypeAliasDeclaration";
|
1543
|
+
id: Identifier;
|
1544
|
+
typeParameters: TSTypeParameterDeclaration | null;
|
1545
|
+
typeAnnotation: TSType;
|
1546
|
+
declare: boolean | null;
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
export interface TSInstantiationExpression extends BaseNode {
|
1550
|
+
type: "TSInstantiationExpression";
|
1551
|
+
expression: Expression;
|
1552
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
1553
|
+
}
|
1554
|
+
|
1555
|
+
export interface TSAsExpression extends BaseNode {
|
1556
|
+
type: "TSAsExpression";
|
1557
|
+
expression: Expression;
|
1558
|
+
typeAnnotation: TSType;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
export interface TSSatisfiesExpression extends BaseNode {
|
1562
|
+
type: "TSSatisfiesExpression";
|
1563
|
+
expression: Expression;
|
1564
|
+
typeAnnotation: TSType;
|
1565
|
+
}
|
1566
|
+
|
1567
|
+
export interface TSTypeAssertion extends BaseNode {
|
1568
|
+
type: "TSTypeAssertion";
|
1569
|
+
typeAnnotation: TSType;
|
1570
|
+
expression: Expression;
|
1571
|
+
}
|
1572
|
+
|
1573
|
+
export interface TSEnumDeclaration extends BaseNode {
|
1574
|
+
type: "TSEnumDeclaration";
|
1575
|
+
id: Identifier;
|
1576
|
+
members: Array<TSEnumMember>;
|
1577
|
+
const: boolean | null;
|
1578
|
+
declare: boolean | null;
|
1579
|
+
initializer: Expression | null;
|
1580
|
+
}
|
1581
|
+
|
1582
|
+
export interface TSEnumMember extends BaseNode {
|
1583
|
+
type: "TSEnumMember";
|
1584
|
+
id: Identifier | StringLiteral;
|
1585
|
+
initializer: Expression | null;
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
export interface TSModuleDeclaration extends BaseNode {
|
1589
|
+
type: "TSModuleDeclaration";
|
1590
|
+
id: Identifier | StringLiteral;
|
1591
|
+
body: TSModuleBlock | TSModuleDeclaration;
|
1592
|
+
declare: boolean | null;
|
1593
|
+
global: boolean | null;
|
1594
|
+
}
|
1595
|
+
|
1596
|
+
export interface TSModuleBlock extends BaseNode {
|
1597
|
+
type: "TSModuleBlock";
|
1598
|
+
body: Array<Statement>;
|
1599
|
+
}
|
1600
|
+
|
1601
|
+
export interface TSImportType extends BaseNode {
|
1602
|
+
type: "TSImportType";
|
1603
|
+
argument: StringLiteral;
|
1604
|
+
qualifier: TSEntityName | null;
|
1605
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
1606
|
+
options: Expression | null;
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
export interface TSImportEqualsDeclaration extends BaseNode {
|
1610
|
+
type: "TSImportEqualsDeclaration";
|
1611
|
+
id: Identifier;
|
1612
|
+
moduleReference: TSEntityName | TSExternalModuleReference;
|
1613
|
+
importKind: "type" | "value" | null;
|
1614
|
+
isExport: boolean;
|
1615
|
+
}
|
1616
|
+
|
1617
|
+
export interface TSExternalModuleReference extends BaseNode {
|
1618
|
+
type: "TSExternalModuleReference";
|
1619
|
+
expression: StringLiteral;
|
1620
|
+
}
|
1621
|
+
|
1622
|
+
export interface TSNonNullExpression extends BaseNode {
|
1623
|
+
type: "TSNonNullExpression";
|
1624
|
+
expression: Expression;
|
1625
|
+
}
|
1626
|
+
|
1627
|
+
export interface TSExportAssignment extends BaseNode {
|
1628
|
+
type: "TSExportAssignment";
|
1629
|
+
expression: Expression;
|
1630
|
+
}
|
1631
|
+
|
1632
|
+
export interface TSNamespaceExportDeclaration extends BaseNode {
|
1633
|
+
type: "TSNamespaceExportDeclaration";
|
1634
|
+
id: Identifier;
|
1635
|
+
}
|
1636
|
+
|
1637
|
+
export interface TSTypeAnnotation extends BaseNode {
|
1638
|
+
type: "TSTypeAnnotation";
|
1639
|
+
typeAnnotation: TSType;
|
1640
|
+
}
|
1641
|
+
|
1642
|
+
export interface TSTypeParameterInstantiation extends BaseNode {
|
1643
|
+
type: "TSTypeParameterInstantiation";
|
1644
|
+
params: Array<TSType>;
|
1645
|
+
}
|
1646
|
+
|
1647
|
+
export interface TSTypeParameterDeclaration extends BaseNode {
|
1648
|
+
type: "TSTypeParameterDeclaration";
|
1649
|
+
params: Array<TSTypeParameter>;
|
1650
|
+
}
|
1651
|
+
|
1652
|
+
export interface TSTypeParameter extends BaseNode {
|
1653
|
+
type: "TSTypeParameter";
|
1654
|
+
constraint: TSType | null;
|
1655
|
+
default: TSType | null;
|
1656
|
+
name: string;
|
1657
|
+
const: boolean | null;
|
1658
|
+
in: boolean | null;
|
1659
|
+
out: boolean | null;
|
1660
|
+
}
|
1661
|
+
|
1662
|
+
/**
|
1663
|
+
* @deprecated Use `NumericLiteral`
|
1664
|
+
*/
|
1665
|
+
export type NumberLiteral = NumericLiteral;
|
1666
|
+
|
1667
|
+
/**
|
1668
|
+
* @deprecated Use `RegExpLiteral`
|
1669
|
+
*/
|
1670
|
+
export type RegexLiteral = RegExpLiteral;
|
1671
|
+
|
1672
|
+
/**
|
1673
|
+
* @deprecated Use `RestElement`
|
1674
|
+
*/
|
1675
|
+
export type RestProperty = RestElement;
|
1676
|
+
|
1677
|
+
/**
|
1678
|
+
* @deprecated Use `SpreadElement`
|
1679
|
+
*/
|
1680
|
+
export type SpreadProperty = SpreadElement;
|
1681
|
+
|
1682
|
+
export type Standardized = ArrayExpression | AssignmentExpression | BinaryExpression | InterpreterDirective | Directive | DirectiveLiteral | BlockStatement | BreakStatement | CallExpression | CatchClause | ConditionalExpression | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | File | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Identifier | IfStatement | LabeledStatement | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | Program | ObjectExpression | ObjectMethod | ObjectProperty | RestElement | ReturnStatement | SequenceExpression | ParenthesizedExpression | SwitchCase | SwitchStatement | ThisExpression | ThrowStatement | TryStatement | UnaryExpression | UpdateExpression | VariableDeclaration | VariableDeclarator | WhileStatement | WithStatement | AssignmentPattern | ArrayPattern | ArrowFunctionExpression | ClassBody | ClassExpression | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ForOfStatement | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ImportExpression | MetaProperty | ClassMethod | ObjectPattern | SpreadElement | Super | TaggedTemplateExpression | TemplateElement | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | ExportNamespaceSpecifier | OptionalMemberExpression | OptionalCallExpression | ClassProperty | ClassAccessorProperty | ClassPrivateProperty | ClassPrivateMethod | PrivateName | StaticBlock;
|
1683
|
+
export type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | ImportExpression | MetaProperty | Super | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression | DecimalLiteral | ModuleExpression | TopicReference | PipelineTopicExpression | PipelineBareFunction | PipelinePrimaryTopicReference | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
1684
|
+
export type Binary = BinaryExpression | LogicalExpression;
|
1685
|
+
export type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
1686
|
+
export type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
1687
|
+
export type Block = BlockStatement | Program | TSModuleBlock;
|
1688
|
+
export type Statement = BlockStatement | BreakStatement | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | ForInStatement | ForStatement | FunctionDeclaration | IfStatement | LabeledStatement | ReturnStatement | SwitchStatement | ThrowStatement | TryStatement | VariableDeclaration | WhileStatement | WithStatement | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ForOfStatement | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration | TSImportEqualsDeclaration | TSExportAssignment | TSNamespaceExportDeclaration;
|
1689
|
+
export type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression;
|
1690
|
+
export type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement;
|
1691
|
+
export type Conditional = ConditionalExpression | IfStatement;
|
1692
|
+
export type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement;
|
1693
|
+
export type While = DoWhileStatement | WhileStatement;
|
1694
|
+
export type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression;
|
1695
|
+
export type For = ForInStatement | ForStatement | ForOfStatement;
|
1696
|
+
export type ForXStatement = ForInStatement | ForOfStatement;
|
1697
|
+
export type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod;
|
1698
|
+
export type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
1699
|
+
export type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral;
|
1700
|
+
export type Declaration = FunctionDeclaration | VariableDeclaration | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration;
|
1701
|
+
export type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
1702
|
+
export type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
1703
|
+
export type TSEntityName = Identifier | TSQualifiedName;
|
1704
|
+
export type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral;
|
1705
|
+
export type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral;
|
1706
|
+
export type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty;
|
1707
|
+
export type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;
|
1708
|
+
export type ObjectMember = ObjectMethod | ObjectProperty;
|
1709
|
+
export type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty;
|
1710
|
+
export type UnaryLike = UnaryExpression | SpreadElement;
|
1711
|
+
export type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern;
|
1712
|
+
export type Class = ClassExpression | ClassDeclaration;
|
1713
|
+
export type ImportOrExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
|
1714
|
+
export type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration;
|
1715
|
+
export type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier;
|
1716
|
+
export type Accessor = ClassAccessorProperty;
|
1717
|
+
export type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName;
|
1718
|
+
export type Flow = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ClassImplements | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | DeclaredPredicate | ExistsTypeAnnotation | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | InferredPredicate | InterfaceExtends | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | QualifiedTypeIdentifier | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | UnionTypeAnnotation | Variance | VoidTypeAnnotation | EnumDeclaration | EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody | EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember | IndexedAccessType | OptionalIndexedAccessType;
|
1719
|
+
export type FlowType = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ExistsTypeAnnotation | FunctionTypeAnnotation | GenericTypeAnnotation | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | UnionTypeAnnotation | VoidTypeAnnotation | IndexedAccessType | OptionalIndexedAccessType;
|
1720
|
+
export type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation;
|
1721
|
+
export type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias;
|
1722
|
+
export type FlowPredicate = DeclaredPredicate | InferredPredicate;
|
1723
|
+
export type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
|
1724
|
+
export type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
|
1725
|
+
export type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
|
1726
|
+
export type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier;
|
1727
|
+
export type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter;
|
1728
|
+
export type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
|
1729
|
+
export type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSImportType;
|
1730
|
+
export type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
|
1731
|
+
export type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
|
1732
|
+
|
1733
|
+
export interface Aliases {
|
1734
|
+
Standardized: Standardized;
|
1735
|
+
Expression: Expression;
|
1736
|
+
Binary: Binary;
|
1737
|
+
Scopable: Scopable;
|
1738
|
+
BlockParent: BlockParent;
|
1739
|
+
Block: Block;
|
1740
|
+
Statement: Statement;
|
1741
|
+
Terminatorless: Terminatorless;
|
1742
|
+
CompletionStatement: CompletionStatement;
|
1743
|
+
Conditional: Conditional;
|
1744
|
+
Loop: Loop;
|
1745
|
+
While: While;
|
1746
|
+
ExpressionWrapper: ExpressionWrapper;
|
1747
|
+
For: For;
|
1748
|
+
ForXStatement: ForXStatement;
|
1749
|
+
Function: Function;
|
1750
|
+
FunctionParent: FunctionParent;
|
1751
|
+
Pureish: Pureish;
|
1752
|
+
Declaration: Declaration;
|
1753
|
+
PatternLike: PatternLike;
|
1754
|
+
LVal: LVal;
|
1755
|
+
TSEntityName: TSEntityName;
|
1756
|
+
Literal: Literal;
|
1757
|
+
Immutable: Immutable;
|
1758
|
+
UserWhitespacable: UserWhitespacable;
|
1759
|
+
Method: Method;
|
1760
|
+
ObjectMember: ObjectMember;
|
1761
|
+
Property: Property;
|
1762
|
+
UnaryLike: UnaryLike;
|
1763
|
+
Pattern: Pattern;
|
1764
|
+
Class: Class;
|
1765
|
+
ImportOrExportDeclaration: ImportOrExportDeclaration;
|
1766
|
+
ExportDeclaration: ExportDeclaration;
|
1767
|
+
ModuleSpecifier: ModuleSpecifier;
|
1768
|
+
Accessor: Accessor;
|
1769
|
+
Private: Private;
|
1770
|
+
Flow: Flow;
|
1771
|
+
FlowType: FlowType;
|
1772
|
+
FlowBaseAnnotation: FlowBaseAnnotation;
|
1773
|
+
FlowDeclaration: FlowDeclaration;
|
1774
|
+
FlowPredicate: FlowPredicate;
|
1775
|
+
EnumBody: EnumBody;
|
1776
|
+
EnumMember: EnumMember;
|
1777
|
+
JSX: JSX;
|
1778
|
+
Miscellaneous: Miscellaneous;
|
1779
|
+
TypeScript: TypeScript;
|
1780
|
+
TSTypeElement: TSTypeElement;
|
1781
|
+
TSType: TSType;
|
1782
|
+
TSBaseType: TSBaseType;
|
1783
|
+
ModuleDeclaration: ModuleDeclaration;
|
1784
|
+
}
|
1785
|
+
|
1786
|
+
export function arrayExpression(elements?: Array<null | Expression | SpreadElement>): ArrayExpression;
|
1787
|
+
export function assignmentExpression(operator: string, left: LVal | OptionalMemberExpression, right: Expression): AssignmentExpression;
|
1788
|
+
export function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression;
|
1789
|
+
export function interpreterDirective(value: string): InterpreterDirective;
|
1790
|
+
export function directive(value: DirectiveLiteral): Directive;
|
1791
|
+
export function directiveLiteral(value: string): DirectiveLiteral;
|
1792
|
+
export function blockStatement(body: Array<Statement>, directives?: Array<Directive>): BlockStatement;
|
1793
|
+
export function breakStatement(label?: Identifier | null): BreakStatement;
|
1794
|
+
export function callExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>): CallExpression;
|
1795
|
+
export function catchClause(param: Identifier | ArrayPattern | ObjectPattern | null | undefined, body: BlockStatement): CatchClause;
|
1796
|
+
export function conditionalExpression(test: Expression, consequent: Expression, alternate: Expression): ConditionalExpression;
|
1797
|
+
export function continueStatement(label?: Identifier | null): ContinueStatement;
|
1798
|
+
export function debuggerStatement(): DebuggerStatement;
|
1799
|
+
export function doWhileStatement(test: Expression, body: Statement): DoWhileStatement;
|
1800
|
+
export function emptyStatement(): EmptyStatement;
|
1801
|
+
export function expressionStatement(expression: Expression): ExpressionStatement;
|
1802
|
+
export function file(program: Program, comments?: Array<CommentBlock | CommentLine> | null, tokens?: Array<any> | null): File;
|
1803
|
+
export function forInStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement): ForInStatement;
|
1804
|
+
export function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement;
|
1805
|
+
export function functionDeclaration(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration;
|
1806
|
+
export function functionExpression(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression;
|
1807
|
+
export function identifier(name: string): Identifier;
|
1808
|
+
export function ifStatement(test: Expression, consequent: Statement, alternate?: Statement | null): IfStatement;
|
1809
|
+
export function labeledStatement(label: Identifier, body: Statement): LabeledStatement;
|
1810
|
+
export function stringLiteral(value: string): StringLiteral;
|
1811
|
+
export function numericLiteral(value: number): NumericLiteral;
|
1812
|
+
export function nullLiteral(): NullLiteral;
|
1813
|
+
export function booleanLiteral(value: boolean): BooleanLiteral;
|
1814
|
+
export function regExpLiteral(pattern: string, flags?: string): RegExpLiteral;
|
1815
|
+
export function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression;
|
1816
|
+
export function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean, optional?: true | false | null): MemberExpression;
|
1817
|
+
export function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>): NewExpression;
|
1818
|
+
export function program(body: Array<Statement>, directives?: Array<Directive>, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program;
|
1819
|
+
export function objectExpression(properties: Array<ObjectMethod | ObjectProperty | SpreadElement>): ObjectExpression;
|
1820
|
+
export function objectMethod(kind: "method" | "get" | "set" | undefined, key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, computed?: boolean, generator?: boolean, async?: boolean): ObjectMethod;
|
1821
|
+
export function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean, decorators?: Array<Decorator> | null): ObjectProperty;
|
1822
|
+
export function restElement(argument: LVal): RestElement;
|
1823
|
+
export function returnStatement(argument?: Expression | null): ReturnStatement;
|
1824
|
+
export function sequenceExpression(expressions: Array<Expression>): SequenceExpression;
|
1825
|
+
export function parenthesizedExpression(expression: Expression): ParenthesizedExpression;
|
1826
|
+
export function switchCase(test: Expression | null | undefined, consequent: Array<Statement>): SwitchCase;
|
1827
|
+
export function switchStatement(discriminant: Expression, cases: Array<SwitchCase>): SwitchStatement;
|
1828
|
+
export function thisExpression(): ThisExpression;
|
1829
|
+
export function throwStatement(argument: Expression): ThrowStatement;
|
1830
|
+
export function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement;
|
1831
|
+
export function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression;
|
1832
|
+
export function updateExpression(operator: "++" | "--", argument: Expression, prefix?: boolean): UpdateExpression;
|
1833
|
+
export function variableDeclaration(kind: "var" | "let" | "const" | "using" | "await using", declarations: Array<VariableDeclarator>): VariableDeclaration;
|
1834
|
+
export function variableDeclarator(id: LVal, init?: Expression | null): VariableDeclarator;
|
1835
|
+
export function whileStatement(test: Expression, body: Statement): WhileStatement;
|
1836
|
+
export function withStatement(object: Expression, body: Statement): WithStatement;
|
1837
|
+
export function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern;
|
1838
|
+
export function arrayPattern(elements: Array<null | PatternLike | LVal>): ArrayPattern;
|
1839
|
+
export function arrowFunctionExpression(params: Array<Identifier | Pattern | RestElement>, body: BlockStatement | Expression, async?: boolean): ArrowFunctionExpression;
|
1840
|
+
export function classBody(body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>): ClassBody;
|
1841
|
+
export function classExpression(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassExpression;
|
1842
|
+
export function classDeclaration(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassDeclaration;
|
1843
|
+
export function exportAllDeclaration(source: StringLiteral): ExportAllDeclaration;
|
1844
|
+
export function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration;
|
1845
|
+
export function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>, source?: StringLiteral | null): ExportNamedDeclaration;
|
1846
|
+
export function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier;
|
1847
|
+
export function forOfStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement, _await?: boolean): ForOfStatement;
|
1848
|
+
export function importDeclaration(specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>, source: StringLiteral): ImportDeclaration;
|
1849
|
+
export function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier;
|
1850
|
+
export function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier;
|
1851
|
+
export function importSpecifier(local: Identifier, imported: Identifier | StringLiteral): ImportSpecifier;
|
1852
|
+
export function importExpression(source: Expression, options?: Expression | null): ImportExpression;
|
1853
|
+
export function metaProperty(meta: Identifier, property: Identifier): MetaProperty;
|
1854
|
+
export function classMethod(kind: "get" | "set" | "method" | "constructor" | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, computed?: boolean, _static?: boolean, generator?: boolean, async?: boolean): ClassMethod;
|
1855
|
+
export function objectPattern(properties: Array<RestElement | ObjectProperty>): ObjectPattern;
|
1856
|
+
export function spreadElement(argument: Expression): SpreadElement;
|
1857
|
+
declare function _super(): Super;
|
1858
|
+
export { _super as super}
|
1859
|
+
export function taggedTemplateExpression(tag: Expression, quasi: TemplateLiteral): TaggedTemplateExpression;
|
1860
|
+
export function templateElement(value: { raw: string, cooked?: string }, tail?: boolean): TemplateElement;
|
1861
|
+
export function templateLiteral(quasis: Array<TemplateElement>, expressions: Array<Expression | TSType>): TemplateLiteral;
|
1862
|
+
export function yieldExpression(argument?: Expression | null, delegate?: boolean): YieldExpression;
|
1863
|
+
export function awaitExpression(argument: Expression): AwaitExpression;
|
1864
|
+
declare function _import(): Import;
|
1865
|
+
export { _import as import}
|
1866
|
+
export function bigIntLiteral(value: string): BigIntLiteral;
|
1867
|
+
export function exportNamespaceSpecifier(exported: Identifier): ExportNamespaceSpecifier;
|
1868
|
+
export function optionalMemberExpression(object: Expression, property: Expression | Identifier, computed: boolean | undefined, optional: boolean): OptionalMemberExpression;
|
1869
|
+
export function optionalCallExpression(callee: Expression, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>, optional: boolean): OptionalCallExpression;
|
1870
|
+
export function classProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassProperty;
|
1871
|
+
export function classAccessorProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassAccessorProperty;
|
1872
|
+
export function classPrivateProperty(key: PrivateName, value?: Expression | null, decorators?: Array<Decorator> | null, _static?: boolean): ClassPrivateProperty;
|
1873
|
+
export function classPrivateMethod(kind: "get" | "set" | "method" | undefined, key: PrivateName, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, _static?: boolean): ClassPrivateMethod;
|
1874
|
+
export function privateName(id: Identifier): PrivateName;
|
1875
|
+
export function staticBlock(body: Array<Statement>): StaticBlock;
|
1876
|
+
export function anyTypeAnnotation(): AnyTypeAnnotation;
|
1877
|
+
export function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation;
|
1878
|
+
export function booleanTypeAnnotation(): BooleanTypeAnnotation;
|
1879
|
+
export function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation;
|
1880
|
+
export function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation;
|
1881
|
+
export function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements;
|
1882
|
+
export function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareClass;
|
1883
|
+
export function declareFunction(id: Identifier): DeclareFunction;
|
1884
|
+
export function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareInterface;
|
1885
|
+
export function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule;
|
1886
|
+
export function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports;
|
1887
|
+
export function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias;
|
1888
|
+
export function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType;
|
1889
|
+
export function declareVariable(id: Identifier): DeclareVariable;
|
1890
|
+
export function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null): DeclareExportDeclaration;
|
1891
|
+
export function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration;
|
1892
|
+
export function declaredPredicate(value: Flow): DeclaredPredicate;
|
1893
|
+
export function existsTypeAnnotation(): ExistsTypeAnnotation;
|
1894
|
+
export function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array<FunctionTypeParam>, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation;
|
1895
|
+
export function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam;
|
1896
|
+
export function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation;
|
1897
|
+
export function inferredPredicate(): InferredPredicate;
|
1898
|
+
export function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends;
|
1899
|
+
export function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration;
|
1900
|
+
export function interfaceTypeAnnotation(_extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation;
|
1901
|
+
export function intersectionTypeAnnotation(types: Array<FlowType>): IntersectionTypeAnnotation;
|
1902
|
+
export function mixedTypeAnnotation(): MixedTypeAnnotation;
|
1903
|
+
export function emptyTypeAnnotation(): EmptyTypeAnnotation;
|
1904
|
+
export function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation;
|
1905
|
+
export function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation;
|
1906
|
+
export function numberTypeAnnotation(): NumberTypeAnnotation;
|
1907
|
+
export function objectTypeAnnotation(properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>, indexers?: Array<ObjectTypeIndexer>, callProperties?: Array<ObjectTypeCallProperty>, internalSlots?: Array<ObjectTypeInternalSlot>, exact?: boolean): ObjectTypeAnnotation;
|
1908
|
+
export function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot;
|
1909
|
+
export function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty;
|
1910
|
+
export function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer;
|
1911
|
+
export function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty;
|
1912
|
+
export function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty;
|
1913
|
+
export function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType;
|
1914
|
+
export function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier;
|
1915
|
+
export function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation;
|
1916
|
+
export function stringTypeAnnotation(): StringTypeAnnotation;
|
1917
|
+
export function symbolTypeAnnotation(): SymbolTypeAnnotation;
|
1918
|
+
export function thisTypeAnnotation(): ThisTypeAnnotation;
|
1919
|
+
export function tupleTypeAnnotation(types: Array<FlowType>): TupleTypeAnnotation;
|
1920
|
+
export function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation;
|
1921
|
+
export function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias;
|
1922
|
+
export function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation;
|
1923
|
+
export function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression;
|
1924
|
+
export function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter;
|
1925
|
+
export function typeParameterDeclaration(params: Array<TypeParameter>): TypeParameterDeclaration;
|
1926
|
+
export function typeParameterInstantiation(params: Array<FlowType>): TypeParameterInstantiation;
|
1927
|
+
export function unionTypeAnnotation(types: Array<FlowType>): UnionTypeAnnotation;
|
1928
|
+
export function variance(kind: "minus" | "plus"): Variance;
|
1929
|
+
export function voidTypeAnnotation(): VoidTypeAnnotation;
|
1930
|
+
export function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration;
|
1931
|
+
export function enumBooleanBody(members: Array<EnumBooleanMember>): EnumBooleanBody;
|
1932
|
+
export function enumNumberBody(members: Array<EnumNumberMember>): EnumNumberBody;
|
1933
|
+
export function enumStringBody(members: Array<EnumStringMember | EnumDefaultedMember>): EnumStringBody;
|
1934
|
+
export function enumSymbolBody(members: Array<EnumDefaultedMember>): EnumSymbolBody;
|
1935
|
+
export function enumBooleanMember(id: Identifier): EnumBooleanMember;
|
1936
|
+
export function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember;
|
1937
|
+
export function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember;
|
1938
|
+
export function enumDefaultedMember(id: Identifier): EnumDefaultedMember;
|
1939
|
+
export function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType;
|
1940
|
+
export function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType;
|
1941
|
+
export function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute;
|
1942
|
+
export function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement;
|
1943
|
+
export function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>, selfClosing?: boolean | null): JSXElement;
|
1944
|
+
export function jsxEmptyExpression(): JSXEmptyExpression;
|
1945
|
+
export function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer;
|
1946
|
+
export function jsxSpreadChild(expression: Expression): JSXSpreadChild;
|
1947
|
+
export function jsxIdentifier(name: string): JSXIdentifier;
|
1948
|
+
export function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression;
|
1949
|
+
export function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName;
|
1950
|
+
export function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array<JSXAttribute | JSXSpreadAttribute>, selfClosing?: boolean): JSXOpeningElement;
|
1951
|
+
export function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute;
|
1952
|
+
export function jsxText(value: string): JSXText;
|
1953
|
+
export function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>): JSXFragment;
|
1954
|
+
export function jsxOpeningFragment(): JSXOpeningFragment;
|
1955
|
+
export function jsxClosingFragment(): JSXClosingFragment;
|
1956
|
+
export function noop(): Noop;
|
1957
|
+
export function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder;
|
1958
|
+
export function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier;
|
1959
|
+
export function argumentPlaceholder(): ArgumentPlaceholder;
|
1960
|
+
export function bindExpression(object: Expression, callee: Expression): BindExpression;
|
1961
|
+
export function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute;
|
1962
|
+
export function decorator(expression: Expression): Decorator;
|
1963
|
+
export function doExpression(body: BlockStatement, async?: boolean): DoExpression;
|
1964
|
+
export function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier;
|
1965
|
+
export function recordExpression(properties: Array<ObjectProperty | SpreadElement>): RecordExpression;
|
1966
|
+
export function tupleExpression(elements?: Array<Expression | SpreadElement>): TupleExpression;
|
1967
|
+
export function decimalLiteral(value: string): DecimalLiteral;
|
1968
|
+
export function moduleExpression(body: Program): ModuleExpression;
|
1969
|
+
export function topicReference(): TopicReference;
|
1970
|
+
export function pipelineTopicExpression(expression: Expression): PipelineTopicExpression;
|
1971
|
+
export function pipelineBareFunction(callee: Expression): PipelineBareFunction;
|
1972
|
+
export function pipelinePrimaryTopicReference(): PipelinePrimaryTopicReference;
|
1973
|
+
export function tsParameterProperty(parameter: Identifier | AssignmentPattern): TSParameterProperty;
|
1974
|
+
export function tsDeclareFunction(id: Identifier | null | undefined, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array<Identifier | Pattern | RestElement>, returnType?: TSTypeAnnotation | Noop | null): TSDeclareFunction;
|
1975
|
+
export function tsDeclareMethod(decorators: Array<Decorator> | null | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, returnType?: TSTypeAnnotation | Noop | null): TSDeclareMethod;
|
1976
|
+
export function tsQualifiedName(left: TSEntityName, right: Identifier): TSQualifiedName;
|
1977
|
+
export function tsCallSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSCallSignatureDeclaration;
|
1978
|
+
export function tsConstructSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructSignatureDeclaration;
|
1979
|
+
export function tsPropertySignature(key: Expression, typeAnnotation?: TSTypeAnnotation | null): TSPropertySignature;
|
1980
|
+
export function tsMethodSignature(key: Expression, typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSMethodSignature;
|
1981
|
+
export function tsIndexSignature(parameters: Array<Identifier>, typeAnnotation?: TSTypeAnnotation | null): TSIndexSignature;
|
1982
|
+
export function tsAnyKeyword(): TSAnyKeyword;
|
1983
|
+
export function tsBooleanKeyword(): TSBooleanKeyword;
|
1984
|
+
export function tsBigIntKeyword(): TSBigIntKeyword;
|
1985
|
+
export function tsIntrinsicKeyword(): TSIntrinsicKeyword;
|
1986
|
+
export function tsNeverKeyword(): TSNeverKeyword;
|
1987
|
+
export function tsNullKeyword(): TSNullKeyword;
|
1988
|
+
export function tsNumberKeyword(): TSNumberKeyword;
|
1989
|
+
export function tsObjectKeyword(): TSObjectKeyword;
|
1990
|
+
export function tsStringKeyword(): TSStringKeyword;
|
1991
|
+
export function tsSymbolKeyword(): TSSymbolKeyword;
|
1992
|
+
export function tsUndefinedKeyword(): TSUndefinedKeyword;
|
1993
|
+
export function tsUnknownKeyword(): TSUnknownKeyword;
|
1994
|
+
export function tsVoidKeyword(): TSVoidKeyword;
|
1995
|
+
export function tsThisType(): TSThisType;
|
1996
|
+
export function tsFunctionType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSFunctionType;
|
1997
|
+
export function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructorType;
|
1998
|
+
export function tsTypeReference(typeName: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSTypeReference;
|
1999
|
+
export function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate;
|
2000
|
+
export function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery;
|
2001
|
+
export function tsTypeLiteral(members: Array<TSTypeElement>): TSTypeLiteral;
|
2002
|
+
export function tsArrayType(elementType: TSType): TSArrayType;
|
2003
|
+
export function tsTupleType(elementTypes: Array<TSType | TSNamedTupleMember>): TSTupleType;
|
2004
|
+
export function tsOptionalType(typeAnnotation: TSType): TSOptionalType;
|
2005
|
+
export function tsRestType(typeAnnotation: TSType): TSRestType;
|
2006
|
+
export function tsNamedTupleMember(label: Identifier, elementType: TSType, optional?: boolean): TSNamedTupleMember;
|
2007
|
+
export function tsUnionType(types: Array<TSType>): TSUnionType;
|
2008
|
+
export function tsIntersectionType(types: Array<TSType>): TSIntersectionType;
|
2009
|
+
export function tsConditionalType(checkType: TSType, extendsType: TSType, trueType: TSType, falseType: TSType): TSConditionalType;
|
2010
|
+
export function tsInferType(typeParameter: TSTypeParameter): TSInferType;
|
2011
|
+
export function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType;
|
2012
|
+
export function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator;
|
2013
|
+
export function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType;
|
2014
|
+
export function tsMappedType(typeParameter: TSTypeParameter, typeAnnotation?: TSType | null, nameType?: TSType | null): TSMappedType;
|
2015
|
+
export function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType;
|
2016
|
+
export function tsExpressionWithTypeArguments(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSExpressionWithTypeArguments;
|
2017
|
+
export function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array<TSExpressionWithTypeArguments> | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration;
|
2018
|
+
export function tsInterfaceBody(body: Array<TSTypeElement>): TSInterfaceBody;
|
2019
|
+
export function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration;
|
2020
|
+
export function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
|
2021
|
+
export function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression;
|
2022
|
+
export function tsSatisfiesExpression(expression: Expression, typeAnnotation: TSType): TSSatisfiesExpression;
|
2023
|
+
export function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion;
|
2024
|
+
export function tsEnumDeclaration(id: Identifier, members: Array<TSEnumMember>): TSEnumDeclaration;
|
2025
|
+
export function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember;
|
2026
|
+
export function tsModuleDeclaration(id: Identifier | StringLiteral, body: TSModuleBlock | TSModuleDeclaration): TSModuleDeclaration;
|
2027
|
+
export function tsModuleBlock(body: Array<Statement>): TSModuleBlock;
|
2028
|
+
export function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType;
|
2029
|
+
export function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration;
|
2030
|
+
export function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference;
|
2031
|
+
export function tsNonNullExpression(expression: Expression): TSNonNullExpression;
|
2032
|
+
export function tsExportAssignment(expression: Expression): TSExportAssignment;
|
2033
|
+
export function tsNamespaceExportDeclaration(id: Identifier): TSNamespaceExportDeclaration;
|
2034
|
+
export function tsTypeAnnotation(typeAnnotation: TSType): TSTypeAnnotation;
|
2035
|
+
export function tsTypeParameterInstantiation(params: Array<TSType>): TSTypeParameterInstantiation;
|
2036
|
+
export function tsTypeParameterDeclaration(params: Array<TSTypeParameter>): TSTypeParameterDeclaration;
|
2037
|
+
export function tsTypeParameter(constraint: TSType | null | undefined, _default: TSType | null | undefined, name: string): TSTypeParameter;
|
2038
|
+
export function isAccessor(node: object | null | undefined, opts?: object | null): node is Accessor;
|
2039
|
+
export function assertAccessor(node: object | null | undefined, opts?: object | null): void;
|
2040
|
+
export function isAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is AnyTypeAnnotation;
|
2041
|
+
export function assertAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2042
|
+
export function isArgumentPlaceholder(node: object | null | undefined, opts?: object | null): node is ArgumentPlaceholder;
|
2043
|
+
export function assertArgumentPlaceholder(node: object | null | undefined, opts?: object | null): void;
|
2044
|
+
export function isArrayExpression(node: object | null | undefined, opts?: object | null): node is ArrayExpression;
|
2045
|
+
export function assertArrayExpression(node: object | null | undefined, opts?: object | null): void;
|
2046
|
+
export function isArrayPattern(node: object | null | undefined, opts?: object | null): node is ArrayPattern;
|
2047
|
+
export function assertArrayPattern(node: object | null | undefined, opts?: object | null): void;
|
2048
|
+
export function isArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ArrayTypeAnnotation;
|
2049
|
+
export function assertArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2050
|
+
export function isArrowFunctionExpression(node: object | null | undefined, opts?: object | null): node is ArrowFunctionExpression;
|
2051
|
+
export function assertArrowFunctionExpression(node: object | null | undefined, opts?: object | null): void;
|
2052
|
+
export function isAssignmentExpression(node: object | null | undefined, opts?: object | null): node is AssignmentExpression;
|
2053
|
+
export function assertAssignmentExpression(node: object | null | undefined, opts?: object | null): void;
|
2054
|
+
export function isAssignmentPattern(node: object | null | undefined, opts?: object | null): node is AssignmentPattern;
|
2055
|
+
export function assertAssignmentPattern(node: object | null | undefined, opts?: object | null): void;
|
2056
|
+
export function isAwaitExpression(node: object | null | undefined, opts?: object | null): node is AwaitExpression;
|
2057
|
+
export function assertAwaitExpression(node: object | null | undefined, opts?: object | null): void;
|
2058
|
+
export function isBigIntLiteral(node: object | null | undefined, opts?: object | null): node is BigIntLiteral;
|
2059
|
+
export function assertBigIntLiteral(node: object | null | undefined, opts?: object | null): void;
|
2060
|
+
export function isBinary(node: object | null | undefined, opts?: object | null): node is Binary;
|
2061
|
+
export function assertBinary(node: object | null | undefined, opts?: object | null): void;
|
2062
|
+
export function isBinaryExpression(node: object | null | undefined, opts?: object | null): node is BinaryExpression;
|
2063
|
+
export function assertBinaryExpression(node: object | null | undefined, opts?: object | null): void;
|
2064
|
+
export function isBindExpression(node: object | null | undefined, opts?: object | null): node is BindExpression;
|
2065
|
+
export function assertBindExpression(node: object | null | undefined, opts?: object | null): void;
|
2066
|
+
export function isBlock(node: object | null | undefined, opts?: object | null): node is Block;
|
2067
|
+
export function assertBlock(node: object | null | undefined, opts?: object | null): void;
|
2068
|
+
export function isBlockParent(node: object | null | undefined, opts?: object | null): node is BlockParent;
|
2069
|
+
export function assertBlockParent(node: object | null | undefined, opts?: object | null): void;
|
2070
|
+
export function isBlockStatement(node: object | null | undefined, opts?: object | null): node is BlockStatement;
|
2071
|
+
export function assertBlockStatement(node: object | null | undefined, opts?: object | null): void;
|
2072
|
+
export function isBooleanLiteral(node: object | null | undefined, opts?: object | null): node is BooleanLiteral;
|
2073
|
+
export function assertBooleanLiteral(node: object | null | undefined, opts?: object | null): void;
|
2074
|
+
export function isBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanLiteralTypeAnnotation;
|
2075
|
+
export function assertBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2076
|
+
export function isBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanTypeAnnotation;
|
2077
|
+
export function assertBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2078
|
+
export function isBreakStatement(node: object | null | undefined, opts?: object | null): node is BreakStatement;
|
2079
|
+
export function assertBreakStatement(node: object | null | undefined, opts?: object | null): void;
|
2080
|
+
export function isCallExpression(node: object | null | undefined, opts?: object | null): node is CallExpression;
|
2081
|
+
export function assertCallExpression(node: object | null | undefined, opts?: object | null): void;
|
2082
|
+
export function isCatchClause(node: object | null | undefined, opts?: object | null): node is CatchClause;
|
2083
|
+
export function assertCatchClause(node: object | null | undefined, opts?: object | null): void;
|
2084
|
+
export function isClass(node: object | null | undefined, opts?: object | null): node is Class;
|
2085
|
+
export function assertClass(node: object | null | undefined, opts?: object | null): void;
|
2086
|
+
export function isClassAccessorProperty(node: object | null | undefined, opts?: object | null): node is ClassAccessorProperty;
|
2087
|
+
export function assertClassAccessorProperty(node: object | null | undefined, opts?: object | null): void;
|
2088
|
+
export function isClassBody(node: object | null | undefined, opts?: object | null): node is ClassBody;
|
2089
|
+
export function assertClassBody(node: object | null | undefined, opts?: object | null): void;
|
2090
|
+
export function isClassDeclaration(node: object | null | undefined, opts?: object | null): node is ClassDeclaration;
|
2091
|
+
export function assertClassDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2092
|
+
export function isClassExpression(node: object | null | undefined, opts?: object | null): node is ClassExpression;
|
2093
|
+
export function assertClassExpression(node: object | null | undefined, opts?: object | null): void;
|
2094
|
+
export function isClassImplements(node: object | null | undefined, opts?: object | null): node is ClassImplements;
|
2095
|
+
export function assertClassImplements(node: object | null | undefined, opts?: object | null): void;
|
2096
|
+
export function isClassMethod(node: object | null | undefined, opts?: object | null): node is ClassMethod;
|
2097
|
+
export function assertClassMethod(node: object | null | undefined, opts?: object | null): void;
|
2098
|
+
export function isClassPrivateMethod(node: object | null | undefined, opts?: object | null): node is ClassPrivateMethod;
|
2099
|
+
export function assertClassPrivateMethod(node: object | null | undefined, opts?: object | null): void;
|
2100
|
+
export function isClassPrivateProperty(node: object | null | undefined, opts?: object | null): node is ClassPrivateProperty;
|
2101
|
+
export function assertClassPrivateProperty(node: object | null | undefined, opts?: object | null): void;
|
2102
|
+
export function isClassProperty(node: object | null | undefined, opts?: object | null): node is ClassProperty;
|
2103
|
+
export function assertClassProperty(node: object | null | undefined, opts?: object | null): void;
|
2104
|
+
export function isCompletionStatement(node: object | null | undefined, opts?: object | null): node is CompletionStatement;
|
2105
|
+
export function assertCompletionStatement(node: object | null | undefined, opts?: object | null): void;
|
2106
|
+
export function isConditional(node: object | null | undefined, opts?: object | null): node is Conditional;
|
2107
|
+
export function assertConditional(node: object | null | undefined, opts?: object | null): void;
|
2108
|
+
export function isConditionalExpression(node: object | null | undefined, opts?: object | null): node is ConditionalExpression;
|
2109
|
+
export function assertConditionalExpression(node: object | null | undefined, opts?: object | null): void;
|
2110
|
+
export function isContinueStatement(node: object | null | undefined, opts?: object | null): node is ContinueStatement;
|
2111
|
+
export function assertContinueStatement(node: object | null | undefined, opts?: object | null): void;
|
2112
|
+
export function isDebuggerStatement(node: object | null | undefined, opts?: object | null): node is DebuggerStatement;
|
2113
|
+
export function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): void;
|
2114
|
+
export function isDecimalLiteral(node: object | null | undefined, opts?: object | null): node is DecimalLiteral;
|
2115
|
+
export function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): void;
|
2116
|
+
export function isDeclaration(node: object | null | undefined, opts?: object | null): node is Declaration;
|
2117
|
+
export function assertDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2118
|
+
export function isDeclareClass(node: object | null | undefined, opts?: object | null): node is DeclareClass;
|
2119
|
+
export function assertDeclareClass(node: object | null | undefined, opts?: object | null): void;
|
2120
|
+
export function isDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportAllDeclaration;
|
2121
|
+
export function assertDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2122
|
+
export function isDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportDeclaration;
|
2123
|
+
export function assertDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2124
|
+
export function isDeclareFunction(node: object | null | undefined, opts?: object | null): node is DeclareFunction;
|
2125
|
+
export function assertDeclareFunction(node: object | null | undefined, opts?: object | null): void;
|
2126
|
+
export function isDeclareInterface(node: object | null | undefined, opts?: object | null): node is DeclareInterface;
|
2127
|
+
export function assertDeclareInterface(node: object | null | undefined, opts?: object | null): void;
|
2128
|
+
export function isDeclareModule(node: object | null | undefined, opts?: object | null): node is DeclareModule;
|
2129
|
+
export function assertDeclareModule(node: object | null | undefined, opts?: object | null): void;
|
2130
|
+
export function isDeclareModuleExports(node: object | null | undefined, opts?: object | null): node is DeclareModuleExports;
|
2131
|
+
export function assertDeclareModuleExports(node: object | null | undefined, opts?: object | null): void;
|
2132
|
+
export function isDeclareOpaqueType(node: object | null | undefined, opts?: object | null): node is DeclareOpaqueType;
|
2133
|
+
export function assertDeclareOpaqueType(node: object | null | undefined, opts?: object | null): void;
|
2134
|
+
export function isDeclareTypeAlias(node: object | null | undefined, opts?: object | null): node is DeclareTypeAlias;
|
2135
|
+
export function assertDeclareTypeAlias(node: object | null | undefined, opts?: object | null): void;
|
2136
|
+
export function isDeclareVariable(node: object | null | undefined, opts?: object | null): node is DeclareVariable;
|
2137
|
+
export function assertDeclareVariable(node: object | null | undefined, opts?: object | null): void;
|
2138
|
+
export function isDeclaredPredicate(node: object | null | undefined, opts?: object | null): node is DeclaredPredicate;
|
2139
|
+
export function assertDeclaredPredicate(node: object | null | undefined, opts?: object | null): void;
|
2140
|
+
export function isDecorator(node: object | null | undefined, opts?: object | null): node is Decorator;
|
2141
|
+
export function assertDecorator(node: object | null | undefined, opts?: object | null): void;
|
2142
|
+
export function isDirective(node: object | null | undefined, opts?: object | null): node is Directive;
|
2143
|
+
export function assertDirective(node: object | null | undefined, opts?: object | null): void;
|
2144
|
+
export function isDirectiveLiteral(node: object | null | undefined, opts?: object | null): node is DirectiveLiteral;
|
2145
|
+
export function assertDirectiveLiteral(node: object | null | undefined, opts?: object | null): void;
|
2146
|
+
export function isDoExpression(node: object | null | undefined, opts?: object | null): node is DoExpression;
|
2147
|
+
export function assertDoExpression(node: object | null | undefined, opts?: object | null): void;
|
2148
|
+
export function isDoWhileStatement(node: object | null | undefined, opts?: object | null): node is DoWhileStatement;
|
2149
|
+
export function assertDoWhileStatement(node: object | null | undefined, opts?: object | null): void;
|
2150
|
+
export function isEmptyStatement(node: object | null | undefined, opts?: object | null): node is EmptyStatement;
|
2151
|
+
export function assertEmptyStatement(node: object | null | undefined, opts?: object | null): void;
|
2152
|
+
export function isEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is EmptyTypeAnnotation;
|
2153
|
+
export function assertEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2154
|
+
export function isEnumBody(node: object | null | undefined, opts?: object | null): node is EnumBody;
|
2155
|
+
export function assertEnumBody(node: object | null | undefined, opts?: object | null): void;
|
2156
|
+
export function isEnumBooleanBody(node: object | null | undefined, opts?: object | null): node is EnumBooleanBody;
|
2157
|
+
export function assertEnumBooleanBody(node: object | null | undefined, opts?: object | null): void;
|
2158
|
+
export function isEnumBooleanMember(node: object | null | undefined, opts?: object | null): node is EnumBooleanMember;
|
2159
|
+
export function assertEnumBooleanMember(node: object | null | undefined, opts?: object | null): void;
|
2160
|
+
export function isEnumDeclaration(node: object | null | undefined, opts?: object | null): node is EnumDeclaration;
|
2161
|
+
export function assertEnumDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2162
|
+
export function isEnumDefaultedMember(node: object | null | undefined, opts?: object | null): node is EnumDefaultedMember;
|
2163
|
+
export function assertEnumDefaultedMember(node: object | null | undefined, opts?: object | null): void;
|
2164
|
+
export function isEnumMember(node: object | null | undefined, opts?: object | null): node is EnumMember;
|
2165
|
+
export function assertEnumMember(node: object | null | undefined, opts?: object | null): void;
|
2166
|
+
export function isEnumNumberBody(node: object | null | undefined, opts?: object | null): node is EnumNumberBody;
|
2167
|
+
export function assertEnumNumberBody(node: object | null | undefined, opts?: object | null): void;
|
2168
|
+
export function isEnumNumberMember(node: object | null | undefined, opts?: object | null): node is EnumNumberMember;
|
2169
|
+
export function assertEnumNumberMember(node: object | null | undefined, opts?: object | null): void;
|
2170
|
+
export function isEnumStringBody(node: object | null | undefined, opts?: object | null): node is EnumStringBody;
|
2171
|
+
export function assertEnumStringBody(node: object | null | undefined, opts?: object | null): void;
|
2172
|
+
export function isEnumStringMember(node: object | null | undefined, opts?: object | null): node is EnumStringMember;
|
2173
|
+
export function assertEnumStringMember(node: object | null | undefined, opts?: object | null): void;
|
2174
|
+
export function isEnumSymbolBody(node: object | null | undefined, opts?: object | null): node is EnumSymbolBody;
|
2175
|
+
export function assertEnumSymbolBody(node: object | null | undefined, opts?: object | null): void;
|
2176
|
+
export function isExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ExistsTypeAnnotation;
|
2177
|
+
export function assertExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2178
|
+
export function isExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is ExportAllDeclaration;
|
2179
|
+
export function assertExportAllDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2180
|
+
export function isExportDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDeclaration;
|
2181
|
+
export function assertExportDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2182
|
+
export function isExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDefaultDeclaration;
|
2183
|
+
export function assertExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2184
|
+
export function isExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ExportDefaultSpecifier;
|
2185
|
+
export function assertExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2186
|
+
export function isExportNamedDeclaration(node: object | null | undefined, opts?: object | null): node is ExportNamedDeclaration;
|
2187
|
+
export function assertExportNamedDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2188
|
+
export function isExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ExportNamespaceSpecifier;
|
2189
|
+
export function assertExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2190
|
+
export function isExportSpecifier(node: object | null | undefined, opts?: object | null): node is ExportSpecifier;
|
2191
|
+
export function assertExportSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2192
|
+
export function isExpression(node: object | null | undefined, opts?: object | null): node is Expression;
|
2193
|
+
export function assertExpression(node: object | null | undefined, opts?: object | null): void;
|
2194
|
+
export function isExpressionStatement(node: object | null | undefined, opts?: object | null): node is ExpressionStatement;
|
2195
|
+
export function assertExpressionStatement(node: object | null | undefined, opts?: object | null): void;
|
2196
|
+
export function isExpressionWrapper(node: object | null | undefined, opts?: object | null): node is ExpressionWrapper;
|
2197
|
+
export function assertExpressionWrapper(node: object | null | undefined, opts?: object | null): void;
|
2198
|
+
export function isFile(node: object | null | undefined, opts?: object | null): node is File;
|
2199
|
+
export function assertFile(node: object | null | undefined, opts?: object | null): void;
|
2200
|
+
export function isFlow(node: object | null | undefined, opts?: object | null): node is Flow;
|
2201
|
+
export function assertFlow(node: object | null | undefined, opts?: object | null): void;
|
2202
|
+
export function isFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): node is FlowBaseAnnotation;
|
2203
|
+
export function assertFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2204
|
+
export function isFlowDeclaration(node: object | null | undefined, opts?: object | null): node is FlowDeclaration;
|
2205
|
+
export function assertFlowDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2206
|
+
export function isFlowPredicate(node: object | null | undefined, opts?: object | null): node is FlowPredicate;
|
2207
|
+
export function assertFlowPredicate(node: object | null | undefined, opts?: object | null): void;
|
2208
|
+
export function isFlowType(node: object | null | undefined, opts?: object | null): node is FlowType;
|
2209
|
+
export function assertFlowType(node: object | null | undefined, opts?: object | null): void;
|
2210
|
+
export function isFor(node: object | null | undefined, opts?: object | null): node is For;
|
2211
|
+
export function assertFor(node: object | null | undefined, opts?: object | null): void;
|
2212
|
+
export function isForInStatement(node: object | null | undefined, opts?: object | null): node is ForInStatement;
|
2213
|
+
export function assertForInStatement(node: object | null | undefined, opts?: object | null): void;
|
2214
|
+
export function isForOfStatement(node: object | null | undefined, opts?: object | null): node is ForOfStatement;
|
2215
|
+
export function assertForOfStatement(node: object | null | undefined, opts?: object | null): void;
|
2216
|
+
export function isForStatement(node: object | null | undefined, opts?: object | null): node is ForStatement;
|
2217
|
+
export function assertForStatement(node: object | null | undefined, opts?: object | null): void;
|
2218
|
+
export function isForXStatement(node: object | null | undefined, opts?: object | null): node is ForXStatement;
|
2219
|
+
export function assertForXStatement(node: object | null | undefined, opts?: object | null): void;
|
2220
|
+
export function isFunction(node: object | null | undefined, opts?: object | null): node is Function;
|
2221
|
+
export function assertFunction(node: object | null | undefined, opts?: object | null): void;
|
2222
|
+
export function isFunctionDeclaration(node: object | null | undefined, opts?: object | null): node is FunctionDeclaration;
|
2223
|
+
export function assertFunctionDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2224
|
+
export function isFunctionExpression(node: object | null | undefined, opts?: object | null): node is FunctionExpression;
|
2225
|
+
export function assertFunctionExpression(node: object | null | undefined, opts?: object | null): void;
|
2226
|
+
export function isFunctionParent(node: object | null | undefined, opts?: object | null): node is FunctionParent;
|
2227
|
+
export function assertFunctionParent(node: object | null | undefined, opts?: object | null): void;
|
2228
|
+
export function isFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is FunctionTypeAnnotation;
|
2229
|
+
export function assertFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2230
|
+
export function isFunctionTypeParam(node: object | null | undefined, opts?: object | null): node is FunctionTypeParam;
|
2231
|
+
export function assertFunctionTypeParam(node: object | null | undefined, opts?: object | null): void;
|
2232
|
+
export function isGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): node is GenericTypeAnnotation;
|
2233
|
+
export function assertGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2234
|
+
export function isIdentifier(node: object | null | undefined, opts?: object | null): node is Identifier;
|
2235
|
+
export function assertIdentifier(node: object | null | undefined, opts?: object | null): void;
|
2236
|
+
export function isIfStatement(node: object | null | undefined, opts?: object | null): node is IfStatement;
|
2237
|
+
export function assertIfStatement(node: object | null | undefined, opts?: object | null): void;
|
2238
|
+
export function isImmutable(node: object | null | undefined, opts?: object | null): node is Immutable;
|
2239
|
+
export function assertImmutable(node: object | null | undefined, opts?: object | null): void;
|
2240
|
+
export function isImport(node: object | null | undefined, opts?: object | null): node is Import;
|
2241
|
+
export function assertImport(node: object | null | undefined, opts?: object | null): void;
|
2242
|
+
export function isImportAttribute(node: object | null | undefined, opts?: object | null): node is ImportAttribute;
|
2243
|
+
export function assertImportAttribute(node: object | null | undefined, opts?: object | null): void;
|
2244
|
+
export function isImportDeclaration(node: object | null | undefined, opts?: object | null): node is ImportDeclaration;
|
2245
|
+
export function assertImportDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2246
|
+
export function isImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ImportDefaultSpecifier;
|
2247
|
+
export function assertImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2248
|
+
export function isImportExpression(node: object | null | undefined, opts?: object | null): node is ImportExpression;
|
2249
|
+
export function assertImportExpression(node: object | null | undefined, opts?: object | null): void;
|
2250
|
+
export function isImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ImportNamespaceSpecifier;
|
2251
|
+
export function assertImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2252
|
+
export function isImportOrExportDeclaration(node: object | null | undefined, opts?: object | null): node is ImportOrExportDeclaration;
|
2253
|
+
export function assertImportOrExportDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2254
|
+
export function isImportSpecifier(node: object | null | undefined, opts?: object | null): node is ImportSpecifier;
|
2255
|
+
export function assertImportSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2256
|
+
export function isIndexedAccessType(node: object | null | undefined, opts?: object | null): node is IndexedAccessType;
|
2257
|
+
export function assertIndexedAccessType(node: object | null | undefined, opts?: object | null): void;
|
2258
|
+
export function isInferredPredicate(node: object | null | undefined, opts?: object | null): node is InferredPredicate;
|
2259
|
+
export function assertInferredPredicate(node: object | null | undefined, opts?: object | null): void;
|
2260
|
+
export function isInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is InterfaceDeclaration;
|
2261
|
+
export function assertInterfaceDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2262
|
+
export function isInterfaceExtends(node: object | null | undefined, opts?: object | null): node is InterfaceExtends;
|
2263
|
+
export function assertInterfaceExtends(node: object | null | undefined, opts?: object | null): void;
|
2264
|
+
export function isInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): node is InterfaceTypeAnnotation;
|
2265
|
+
export function assertInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2266
|
+
export function isInterpreterDirective(node: object | null | undefined, opts?: object | null): node is InterpreterDirective;
|
2267
|
+
export function assertInterpreterDirective(node: object | null | undefined, opts?: object | null): void;
|
2268
|
+
export function isIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is IntersectionTypeAnnotation;
|
2269
|
+
export function assertIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2270
|
+
export function isJSX(node: object | null | undefined, opts?: object | null): node is JSX;
|
2271
|
+
export function assertJSX(node: object | null | undefined, opts?: object | null): void;
|
2272
|
+
export function isJSXAttribute(node: object | null | undefined, opts?: object | null): node is JSXAttribute;
|
2273
|
+
export function assertJSXAttribute(node: object | null | undefined, opts?: object | null): void;
|
2274
|
+
export function isJSXClosingElement(node: object | null | undefined, opts?: object | null): node is JSXClosingElement;
|
2275
|
+
export function assertJSXClosingElement(node: object | null | undefined, opts?: object | null): void;
|
2276
|
+
export function isJSXClosingFragment(node: object | null | undefined, opts?: object | null): node is JSXClosingFragment;
|
2277
|
+
export function assertJSXClosingFragment(node: object | null | undefined, opts?: object | null): void;
|
2278
|
+
export function isJSXElement(node: object | null | undefined, opts?: object | null): node is JSXElement;
|
2279
|
+
export function assertJSXElement(node: object | null | undefined, opts?: object | null): void;
|
2280
|
+
export function isJSXEmptyExpression(node: object | null | undefined, opts?: object | null): node is JSXEmptyExpression;
|
2281
|
+
export function assertJSXEmptyExpression(node: object | null | undefined, opts?: object | null): void;
|
2282
|
+
export function isJSXExpressionContainer(node: object | null | undefined, opts?: object | null): node is JSXExpressionContainer;
|
2283
|
+
export function assertJSXExpressionContainer(node: object | null | undefined, opts?: object | null): void;
|
2284
|
+
export function isJSXFragment(node: object | null | undefined, opts?: object | null): node is JSXFragment;
|
2285
|
+
export function assertJSXFragment(node: object | null | undefined, opts?: object | null): void;
|
2286
|
+
export function isJSXIdentifier(node: object | null | undefined, opts?: object | null): node is JSXIdentifier;
|
2287
|
+
export function assertJSXIdentifier(node: object | null | undefined, opts?: object | null): void;
|
2288
|
+
export function isJSXMemberExpression(node: object | null | undefined, opts?: object | null): node is JSXMemberExpression;
|
2289
|
+
export function assertJSXMemberExpression(node: object | null | undefined, opts?: object | null): void;
|
2290
|
+
export function isJSXNamespacedName(node: object | null | undefined, opts?: object | null): node is JSXNamespacedName;
|
2291
|
+
export function assertJSXNamespacedName(node: object | null | undefined, opts?: object | null): void;
|
2292
|
+
export function isJSXOpeningElement(node: object | null | undefined, opts?: object | null): node is JSXOpeningElement;
|
2293
|
+
export function assertJSXOpeningElement(node: object | null | undefined, opts?: object | null): void;
|
2294
|
+
export function isJSXOpeningFragment(node: object | null | undefined, opts?: object | null): node is JSXOpeningFragment;
|
2295
|
+
export function assertJSXOpeningFragment(node: object | null | undefined, opts?: object | null): void;
|
2296
|
+
export function isJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): node is JSXSpreadAttribute;
|
2297
|
+
export function assertJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): void;
|
2298
|
+
export function isJSXSpreadChild(node: object | null | undefined, opts?: object | null): node is JSXSpreadChild;
|
2299
|
+
export function assertJSXSpreadChild(node: object | null | undefined, opts?: object | null): void;
|
2300
|
+
export function isJSXText(node: object | null | undefined, opts?: object | null): node is JSXText;
|
2301
|
+
export function assertJSXText(node: object | null | undefined, opts?: object | null): void;
|
2302
|
+
export function isLVal(node: object | null | undefined, opts?: object | null): node is LVal;
|
2303
|
+
export function assertLVal(node: object | null | undefined, opts?: object | null): void;
|
2304
|
+
export function isLabeledStatement(node: object | null | undefined, opts?: object | null): node is LabeledStatement;
|
2305
|
+
export function assertLabeledStatement(node: object | null | undefined, opts?: object | null): void;
|
2306
|
+
export function isLiteral(node: object | null | undefined, opts?: object | null): node is Literal;
|
2307
|
+
export function assertLiteral(node: object | null | undefined, opts?: object | null): void;
|
2308
|
+
export function isLogicalExpression(node: object | null | undefined, opts?: object | null): node is LogicalExpression;
|
2309
|
+
export function assertLogicalExpression(node: object | null | undefined, opts?: object | null): void;
|
2310
|
+
export function isLoop(node: object | null | undefined, opts?: object | null): node is Loop;
|
2311
|
+
export function assertLoop(node: object | null | undefined, opts?: object | null): void;
|
2312
|
+
export function isMemberExpression(node: object | null | undefined, opts?: object | null): node is MemberExpression;
|
2313
|
+
export function assertMemberExpression(node: object | null | undefined, opts?: object | null): void;
|
2314
|
+
export function isMetaProperty(node: object | null | undefined, opts?: object | null): node is MetaProperty;
|
2315
|
+
export function assertMetaProperty(node: object | null | undefined, opts?: object | null): void;
|
2316
|
+
export function isMethod(node: object | null | undefined, opts?: object | null): node is Method;
|
2317
|
+
export function assertMethod(node: object | null | undefined, opts?: object | null): void;
|
2318
|
+
export function isMiscellaneous(node: object | null | undefined, opts?: object | null): node is Miscellaneous;
|
2319
|
+
export function assertMiscellaneous(node: object | null | undefined, opts?: object | null): void;
|
2320
|
+
export function isMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): node is MixedTypeAnnotation;
|
2321
|
+
export function assertMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2322
|
+
export function isModuleDeclaration(node: object | null | undefined, opts?: object | null): node is ModuleDeclaration;
|
2323
|
+
export function assertModuleDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2324
|
+
export function isModuleExpression(node: object | null | undefined, opts?: object | null): node is ModuleExpression;
|
2325
|
+
export function assertModuleExpression(node: object | null | undefined, opts?: object | null): void;
|
2326
|
+
export function isModuleSpecifier(node: object | null | undefined, opts?: object | null): node is ModuleSpecifier;
|
2327
|
+
export function assertModuleSpecifier(node: object | null | undefined, opts?: object | null): void;
|
2328
|
+
export function isNewExpression(node: object | null | undefined, opts?: object | null): node is NewExpression;
|
2329
|
+
export function assertNewExpression(node: object | null | undefined, opts?: object | null): void;
|
2330
|
+
export function isNoop(node: object | null | undefined, opts?: object | null): node is Noop;
|
2331
|
+
export function assertNoop(node: object | null | undefined, opts?: object | null): void;
|
2332
|
+
export function isNullLiteral(node: object | null | undefined, opts?: object | null): node is NullLiteral;
|
2333
|
+
export function assertNullLiteral(node: object | null | undefined, opts?: object | null): void;
|
2334
|
+
export function isNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullLiteralTypeAnnotation;
|
2335
|
+
export function assertNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2336
|
+
export function isNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullableTypeAnnotation;
|
2337
|
+
export function assertNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2338
|
+
/** @deprecated Use `isNumericLiteral` */
|
2339
|
+
export function isNumberLiteral(node: object | null | undefined, opts?: object | null): node is NumericLiteral;
|
2340
|
+
/** @deprecated Use `assertNumericLiteral` */
|
2341
|
+
export function assertNumberLiteral(node: object | null | undefined, opts?: object | null): void;
|
2342
|
+
export function isNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberLiteralTypeAnnotation;
|
2343
|
+
export function assertNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2344
|
+
export function isNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberTypeAnnotation;
|
2345
|
+
export function assertNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2346
|
+
export function isNumericLiteral(node: object | null | undefined, opts?: object | null): node is NumericLiteral;
|
2347
|
+
export function assertNumericLiteral(node: object | null | undefined, opts?: object | null): void;
|
2348
|
+
export function isObjectExpression(node: object | null | undefined, opts?: object | null): node is ObjectExpression;
|
2349
|
+
export function assertObjectExpression(node: object | null | undefined, opts?: object | null): void;
|
2350
|
+
export function isObjectMember(node: object | null | undefined, opts?: object | null): node is ObjectMember;
|
2351
|
+
export function assertObjectMember(node: object | null | undefined, opts?: object | null): void;
|
2352
|
+
export function isObjectMethod(node: object | null | undefined, opts?: object | null): node is ObjectMethod;
|
2353
|
+
export function assertObjectMethod(node: object | null | undefined, opts?: object | null): void;
|
2354
|
+
export function isObjectPattern(node: object | null | undefined, opts?: object | null): node is ObjectPattern;
|
2355
|
+
export function assertObjectPattern(node: object | null | undefined, opts?: object | null): void;
|
2356
|
+
export function isObjectProperty(node: object | null | undefined, opts?: object | null): node is ObjectProperty;
|
2357
|
+
export function assertObjectProperty(node: object | null | undefined, opts?: object | null): void;
|
2358
|
+
export function isObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ObjectTypeAnnotation;
|
2359
|
+
export function assertObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2360
|
+
export function isObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeCallProperty;
|
2361
|
+
export function assertObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): void;
|
2362
|
+
export function isObjectTypeIndexer(node: object | null | undefined, opts?: object | null): node is ObjectTypeIndexer;
|
2363
|
+
export function assertObjectTypeIndexer(node: object | null | undefined, opts?: object | null): void;
|
2364
|
+
export function isObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): node is ObjectTypeInternalSlot;
|
2365
|
+
export function assertObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): void;
|
2366
|
+
export function isObjectTypeProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeProperty;
|
2367
|
+
export function assertObjectTypeProperty(node: object | null | undefined, opts?: object | null): void;
|
2368
|
+
export function isObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeSpreadProperty;
|
2369
|
+
export function assertObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): void;
|
2370
|
+
export function isOpaqueType(node: object | null | undefined, opts?: object | null): node is OpaqueType;
|
2371
|
+
export function assertOpaqueType(node: object | null | undefined, opts?: object | null): void;
|
2372
|
+
export function isOptionalCallExpression(node: object | null | undefined, opts?: object | null): node is OptionalCallExpression;
|
2373
|
+
export function assertOptionalCallExpression(node: object | null | undefined, opts?: object | null): void;
|
2374
|
+
export function isOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): node is OptionalIndexedAccessType;
|
2375
|
+
export function assertOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): void;
|
2376
|
+
export function isOptionalMemberExpression(node: object | null | undefined, opts?: object | null): node is OptionalMemberExpression;
|
2377
|
+
export function assertOptionalMemberExpression(node: object | null | undefined, opts?: object | null): void;
|
2378
|
+
export function isParenthesizedExpression(node: object | null | undefined, opts?: object | null): node is ParenthesizedExpression;
|
2379
|
+
export function assertParenthesizedExpression(node: object | null | undefined, opts?: object | null): void;
|
2380
|
+
export function isPattern(node: object | null | undefined, opts?: object | null): node is Pattern;
|
2381
|
+
export function assertPattern(node: object | null | undefined, opts?: object | null): void;
|
2382
|
+
export function isPatternLike(node: object | null | undefined, opts?: object | null): node is PatternLike;
|
2383
|
+
export function assertPatternLike(node: object | null | undefined, opts?: object | null): void;
|
2384
|
+
export function isPipelineBareFunction(node: object | null | undefined, opts?: object | null): node is PipelineBareFunction;
|
2385
|
+
export function assertPipelineBareFunction(node: object | null | undefined, opts?: object | null): void;
|
2386
|
+
export function isPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): node is PipelinePrimaryTopicReference;
|
2387
|
+
export function assertPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): void;
|
2388
|
+
export function isPipelineTopicExpression(node: object | null | undefined, opts?: object | null): node is PipelineTopicExpression;
|
2389
|
+
export function assertPipelineTopicExpression(node: object | null | undefined, opts?: object | null): void;
|
2390
|
+
export function isPlaceholder(node: object | null | undefined, opts?: object | null): node is Placeholder;
|
2391
|
+
export function assertPlaceholder(node: object | null | undefined, opts?: object | null): void;
|
2392
|
+
export function isPrivate(node: object | null | undefined, opts?: object | null): node is Private;
|
2393
|
+
export function assertPrivate(node: object | null | undefined, opts?: object | null): void;
|
2394
|
+
export function isPrivateName(node: object | null | undefined, opts?: object | null): node is PrivateName;
|
2395
|
+
export function assertPrivateName(node: object | null | undefined, opts?: object | null): void;
|
2396
|
+
export function isProgram(node: object | null | undefined, opts?: object | null): node is Program;
|
2397
|
+
export function assertProgram(node: object | null | undefined, opts?: object | null): void;
|
2398
|
+
export function isProperty(node: object | null | undefined, opts?: object | null): node is Property;
|
2399
|
+
export function assertProperty(node: object | null | undefined, opts?: object | null): void;
|
2400
|
+
export function isPureish(node: object | null | undefined, opts?: object | null): node is Pureish;
|
2401
|
+
export function assertPureish(node: object | null | undefined, opts?: object | null): void;
|
2402
|
+
export function isQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): node is QualifiedTypeIdentifier;
|
2403
|
+
export function assertQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): void;
|
2404
|
+
export function isRecordExpression(node: object | null | undefined, opts?: object | null): node is RecordExpression;
|
2405
|
+
export function assertRecordExpression(node: object | null | undefined, opts?: object | null): void;
|
2406
|
+
export function isRegExpLiteral(node: object | null | undefined, opts?: object | null): node is RegExpLiteral;
|
2407
|
+
export function assertRegExpLiteral(node: object | null | undefined, opts?: object | null): void;
|
2408
|
+
/** @deprecated Use `isRegExpLiteral` */
|
2409
|
+
export function isRegexLiteral(node: object | null | undefined, opts?: object | null): node is RegExpLiteral;
|
2410
|
+
/** @deprecated Use `assertRegExpLiteral` */
|
2411
|
+
export function assertRegexLiteral(node: object | null | undefined, opts?: object | null): void;
|
2412
|
+
export function isRestElement(node: object | null | undefined, opts?: object | null): node is RestElement;
|
2413
|
+
export function assertRestElement(node: object | null | undefined, opts?: object | null): void;
|
2414
|
+
/** @deprecated Use `isRestElement` */
|
2415
|
+
export function isRestProperty(node: object | null | undefined, opts?: object | null): node is RestElement;
|
2416
|
+
/** @deprecated Use `assertRestElement` */
|
2417
|
+
export function assertRestProperty(node: object | null | undefined, opts?: object | null): void;
|
2418
|
+
export function isReturnStatement(node: object | null | undefined, opts?: object | null): node is ReturnStatement;
|
2419
|
+
export function assertReturnStatement(node: object | null | undefined, opts?: object | null): void;
|
2420
|
+
export function isScopable(node: object | null | undefined, opts?: object | null): node is Scopable;
|
2421
|
+
export function assertScopable(node: object | null | undefined, opts?: object | null): void;
|
2422
|
+
export function isSequenceExpression(node: object | null | undefined, opts?: object | null): node is SequenceExpression;
|
2423
|
+
export function assertSequenceExpression(node: object | null | undefined, opts?: object | null): void;
|
2424
|
+
export function isSpreadElement(node: object | null | undefined, opts?: object | null): node is SpreadElement;
|
2425
|
+
export function assertSpreadElement(node: object | null | undefined, opts?: object | null): void;
|
2426
|
+
/** @deprecated Use `isSpreadElement` */
|
2427
|
+
export function isSpreadProperty(node: object | null | undefined, opts?: object | null): node is SpreadElement;
|
2428
|
+
/** @deprecated Use `assertSpreadElement` */
|
2429
|
+
export function assertSpreadProperty(node: object | null | undefined, opts?: object | null): void;
|
2430
|
+
export function isStandardized(node: object | null | undefined, opts?: object | null): node is Standardized;
|
2431
|
+
export function assertStandardized(node: object | null | undefined, opts?: object | null): void;
|
2432
|
+
export function isStatement(node: object | null | undefined, opts?: object | null): node is Statement;
|
2433
|
+
export function assertStatement(node: object | null | undefined, opts?: object | null): void;
|
2434
|
+
export function isStaticBlock(node: object | null | undefined, opts?: object | null): node is StaticBlock;
|
2435
|
+
export function assertStaticBlock(node: object | null | undefined, opts?: object | null): void;
|
2436
|
+
export function isStringLiteral(node: object | null | undefined, opts?: object | null): node is StringLiteral;
|
2437
|
+
export function assertStringLiteral(node: object | null | undefined, opts?: object | null): void;
|
2438
|
+
export function isStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringLiteralTypeAnnotation;
|
2439
|
+
export function assertStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2440
|
+
export function isStringTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringTypeAnnotation;
|
2441
|
+
export function assertStringTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2442
|
+
export function isSuper(node: object | null | undefined, opts?: object | null): node is Super;
|
2443
|
+
export function assertSuper(node: object | null | undefined, opts?: object | null): void;
|
2444
|
+
export function isSwitchCase(node: object | null | undefined, opts?: object | null): node is SwitchCase;
|
2445
|
+
export function assertSwitchCase(node: object | null | undefined, opts?: object | null): void;
|
2446
|
+
export function isSwitchStatement(node: object | null | undefined, opts?: object | null): node is SwitchStatement;
|
2447
|
+
export function assertSwitchStatement(node: object | null | undefined, opts?: object | null): void;
|
2448
|
+
export function isSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): node is SymbolTypeAnnotation;
|
2449
|
+
export function assertSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2450
|
+
export function isTSAnyKeyword(node: object | null | undefined, opts?: object | null): node is TSAnyKeyword;
|
2451
|
+
export function assertTSAnyKeyword(node: object | null | undefined, opts?: object | null): void;
|
2452
|
+
export function isTSArrayType(node: object | null | undefined, opts?: object | null): node is TSArrayType;
|
2453
|
+
export function assertTSArrayType(node: object | null | undefined, opts?: object | null): void;
|
2454
|
+
export function isTSAsExpression(node: object | null | undefined, opts?: object | null): node is TSAsExpression;
|
2455
|
+
export function assertTSAsExpression(node: object | null | undefined, opts?: object | null): void;
|
2456
|
+
export function isTSBaseType(node: object | null | undefined, opts?: object | null): node is TSBaseType;
|
2457
|
+
export function assertTSBaseType(node: object | null | undefined, opts?: object | null): void;
|
2458
|
+
export function isTSBigIntKeyword(node: object | null | undefined, opts?: object | null): node is TSBigIntKeyword;
|
2459
|
+
export function assertTSBigIntKeyword(node: object | null | undefined, opts?: object | null): void;
|
2460
|
+
export function isTSBooleanKeyword(node: object | null | undefined, opts?: object | null): node is TSBooleanKeyword;
|
2461
|
+
export function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): void;
|
2462
|
+
export function isTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSCallSignatureDeclaration;
|
2463
|
+
export function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2464
|
+
export function isTSConditionalType(node: object | null | undefined, opts?: object | null): node is TSConditionalType;
|
2465
|
+
export function assertTSConditionalType(node: object | null | undefined, opts?: object | null): void;
|
2466
|
+
export function isTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSConstructSignatureDeclaration;
|
2467
|
+
export function assertTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2468
|
+
export function isTSConstructorType(node: object | null | undefined, opts?: object | null): node is TSConstructorType;
|
2469
|
+
export function assertTSConstructorType(node: object | null | undefined, opts?: object | null): void;
|
2470
|
+
export function isTSDeclareFunction(node: object | null | undefined, opts?: object | null): node is TSDeclareFunction;
|
2471
|
+
export function assertTSDeclareFunction(node: object | null | undefined, opts?: object | null): void;
|
2472
|
+
export function isTSDeclareMethod(node: object | null | undefined, opts?: object | null): node is TSDeclareMethod;
|
2473
|
+
export function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): void;
|
2474
|
+
export function isTSEntityName(node: object | null | undefined, opts?: object | null): node is TSEntityName;
|
2475
|
+
export function assertTSEntityName(node: object | null | undefined, opts?: object | null): void;
|
2476
|
+
export function isTSEnumDeclaration(node: object | null | undefined, opts?: object | null): node is TSEnumDeclaration;
|
2477
|
+
export function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2478
|
+
export function isTSEnumMember(node: object | null | undefined, opts?: object | null): node is TSEnumMember;
|
2479
|
+
export function assertTSEnumMember(node: object | null | undefined, opts?: object | null): void;
|
2480
|
+
export function isTSExportAssignment(node: object | null | undefined, opts?: object | null): node is TSExportAssignment;
|
2481
|
+
export function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): void;
|
2482
|
+
export function isTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): node is TSExpressionWithTypeArguments;
|
2483
|
+
export function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): void;
|
2484
|
+
export function isTSExternalModuleReference(node: object | null | undefined, opts?: object | null): node is TSExternalModuleReference;
|
2485
|
+
export function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): void;
|
2486
|
+
export function isTSFunctionType(node: object | null | undefined, opts?: object | null): node is TSFunctionType;
|
2487
|
+
export function assertTSFunctionType(node: object | null | undefined, opts?: object | null): void;
|
2488
|
+
export function isTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): node is TSImportEqualsDeclaration;
|
2489
|
+
export function assertTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2490
|
+
export function isTSImportType(node: object | null | undefined, opts?: object | null): node is TSImportType;
|
2491
|
+
export function assertTSImportType(node: object | null | undefined, opts?: object | null): void;
|
2492
|
+
export function isTSIndexSignature(node: object | null | undefined, opts?: object | null): node is TSIndexSignature;
|
2493
|
+
export function assertTSIndexSignature(node: object | null | undefined, opts?: object | null): void;
|
2494
|
+
export function isTSIndexedAccessType(node: object | null | undefined, opts?: object | null): node is TSIndexedAccessType;
|
2495
|
+
export function assertTSIndexedAccessType(node: object | null | undefined, opts?: object | null): void;
|
2496
|
+
export function isTSInferType(node: object | null | undefined, opts?: object | null): node is TSInferType;
|
2497
|
+
export function assertTSInferType(node: object | null | undefined, opts?: object | null): void;
|
2498
|
+
export function isTSInstantiationExpression(node: object | null | undefined, opts?: object | null): node is TSInstantiationExpression;
|
2499
|
+
export function assertTSInstantiationExpression(node: object | null | undefined, opts?: object | null): void;
|
2500
|
+
export function isTSInterfaceBody(node: object | null | undefined, opts?: object | null): node is TSInterfaceBody;
|
2501
|
+
export function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): void;
|
2502
|
+
export function isTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is TSInterfaceDeclaration;
|
2503
|
+
export function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2504
|
+
export function isTSIntersectionType(node: object | null | undefined, opts?: object | null): node is TSIntersectionType;
|
2505
|
+
export function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): void;
|
2506
|
+
export function isTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): node is TSIntrinsicKeyword;
|
2507
|
+
export function assertTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): void;
|
2508
|
+
export function isTSLiteralType(node: object | null | undefined, opts?: object | null): node is TSLiteralType;
|
2509
|
+
export function assertTSLiteralType(node: object | null | undefined, opts?: object | null): void;
|
2510
|
+
export function isTSMappedType(node: object | null | undefined, opts?: object | null): node is TSMappedType;
|
2511
|
+
export function assertTSMappedType(node: object | null | undefined, opts?: object | null): void;
|
2512
|
+
export function isTSMethodSignature(node: object | null | undefined, opts?: object | null): node is TSMethodSignature;
|
2513
|
+
export function assertTSMethodSignature(node: object | null | undefined, opts?: object | null): void;
|
2514
|
+
export function isTSModuleBlock(node: object | null | undefined, opts?: object | null): node is TSModuleBlock;
|
2515
|
+
export function assertTSModuleBlock(node: object | null | undefined, opts?: object | null): void;
|
2516
|
+
export function isTSModuleDeclaration(node: object | null | undefined, opts?: object | null): node is TSModuleDeclaration;
|
2517
|
+
export function assertTSModuleDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2518
|
+
export function isTSNamedTupleMember(node: object | null | undefined, opts?: object | null): node is TSNamedTupleMember;
|
2519
|
+
export function assertTSNamedTupleMember(node: object | null | undefined, opts?: object | null): void;
|
2520
|
+
export function isTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): node is TSNamespaceExportDeclaration;
|
2521
|
+
export function assertTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2522
|
+
export function isTSNeverKeyword(node: object | null | undefined, opts?: object | null): node is TSNeverKeyword;
|
2523
|
+
export function assertTSNeverKeyword(node: object | null | undefined, opts?: object | null): void;
|
2524
|
+
export function isTSNonNullExpression(node: object | null | undefined, opts?: object | null): node is TSNonNullExpression;
|
2525
|
+
export function assertTSNonNullExpression(node: object | null | undefined, opts?: object | null): void;
|
2526
|
+
export function isTSNullKeyword(node: object | null | undefined, opts?: object | null): node is TSNullKeyword;
|
2527
|
+
export function assertTSNullKeyword(node: object | null | undefined, opts?: object | null): void;
|
2528
|
+
export function isTSNumberKeyword(node: object | null | undefined, opts?: object | null): node is TSNumberKeyword;
|
2529
|
+
export function assertTSNumberKeyword(node: object | null | undefined, opts?: object | null): void;
|
2530
|
+
export function isTSObjectKeyword(node: object | null | undefined, opts?: object | null): node is TSObjectKeyword;
|
2531
|
+
export function assertTSObjectKeyword(node: object | null | undefined, opts?: object | null): void;
|
2532
|
+
export function isTSOptionalType(node: object | null | undefined, opts?: object | null): node is TSOptionalType;
|
2533
|
+
export function assertTSOptionalType(node: object | null | undefined, opts?: object | null): void;
|
2534
|
+
export function isTSParameterProperty(node: object | null | undefined, opts?: object | null): node is TSParameterProperty;
|
2535
|
+
export function assertTSParameterProperty(node: object | null | undefined, opts?: object | null): void;
|
2536
|
+
export function isTSParenthesizedType(node: object | null | undefined, opts?: object | null): node is TSParenthesizedType;
|
2537
|
+
export function assertTSParenthesizedType(node: object | null | undefined, opts?: object | null): void;
|
2538
|
+
export function isTSPropertySignature(node: object | null | undefined, opts?: object | null): node is TSPropertySignature;
|
2539
|
+
export function assertTSPropertySignature(node: object | null | undefined, opts?: object | null): void;
|
2540
|
+
export function isTSQualifiedName(node: object | null | undefined, opts?: object | null): node is TSQualifiedName;
|
2541
|
+
export function assertTSQualifiedName(node: object | null | undefined, opts?: object | null): void;
|
2542
|
+
export function isTSRestType(node: object | null | undefined, opts?: object | null): node is TSRestType;
|
2543
|
+
export function assertTSRestType(node: object | null | undefined, opts?: object | null): void;
|
2544
|
+
export function isTSSatisfiesExpression(node: object | null | undefined, opts?: object | null): node is TSSatisfiesExpression;
|
2545
|
+
export function assertTSSatisfiesExpression(node: object | null | undefined, opts?: object | null): void;
|
2546
|
+
export function isTSStringKeyword(node: object | null | undefined, opts?: object | null): node is TSStringKeyword;
|
2547
|
+
export function assertTSStringKeyword(node: object | null | undefined, opts?: object | null): void;
|
2548
|
+
export function isTSSymbolKeyword(node: object | null | undefined, opts?: object | null): node is TSSymbolKeyword;
|
2549
|
+
export function assertTSSymbolKeyword(node: object | null | undefined, opts?: object | null): void;
|
2550
|
+
export function isTSThisType(node: object | null | undefined, opts?: object | null): node is TSThisType;
|
2551
|
+
export function assertTSThisType(node: object | null | undefined, opts?: object | null): void;
|
2552
|
+
export function isTSTupleType(node: object | null | undefined, opts?: object | null): node is TSTupleType;
|
2553
|
+
export function assertTSTupleType(node: object | null | undefined, opts?: object | null): void;
|
2554
|
+
export function isTSType(node: object | null | undefined, opts?: object | null): node is TSType;
|
2555
|
+
export function assertTSType(node: object | null | undefined, opts?: object | null): void;
|
2556
|
+
export function isTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeAliasDeclaration;
|
2557
|
+
export function assertTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2558
|
+
export function isTSTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TSTypeAnnotation;
|
2559
|
+
export function assertTSTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2560
|
+
export function isTSTypeAssertion(node: object | null | undefined, opts?: object | null): node is TSTypeAssertion;
|
2561
|
+
export function assertTSTypeAssertion(node: object | null | undefined, opts?: object | null): void;
|
2562
|
+
export function isTSTypeElement(node: object | null | undefined, opts?: object | null): node is TSTypeElement;
|
2563
|
+
export function assertTSTypeElement(node: object | null | undefined, opts?: object | null): void;
|
2564
|
+
export function isTSTypeLiteral(node: object | null | undefined, opts?: object | null): node is TSTypeLiteral;
|
2565
|
+
export function assertTSTypeLiteral(node: object | null | undefined, opts?: object | null): void;
|
2566
|
+
export function isTSTypeOperator(node: object | null | undefined, opts?: object | null): node is TSTypeOperator;
|
2567
|
+
export function assertTSTypeOperator(node: object | null | undefined, opts?: object | null): void;
|
2568
|
+
export function isTSTypeParameter(node: object | null | undefined, opts?: object | null): node is TSTypeParameter;
|
2569
|
+
export function assertTSTypeParameter(node: object | null | undefined, opts?: object | null): void;
|
2570
|
+
export function isTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeParameterDeclaration;
|
2571
|
+
export function assertTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2572
|
+
export function isTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TSTypeParameterInstantiation;
|
2573
|
+
export function assertTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): void;
|
2574
|
+
export function isTSTypePredicate(node: object | null | undefined, opts?: object | null): node is TSTypePredicate;
|
2575
|
+
export function assertTSTypePredicate(node: object | null | undefined, opts?: object | null): void;
|
2576
|
+
export function isTSTypeQuery(node: object | null | undefined, opts?: object | null): node is TSTypeQuery;
|
2577
|
+
export function assertTSTypeQuery(node: object | null | undefined, opts?: object | null): void;
|
2578
|
+
export function isTSTypeReference(node: object | null | undefined, opts?: object | null): node is TSTypeReference;
|
2579
|
+
export function assertTSTypeReference(node: object | null | undefined, opts?: object | null): void;
|
2580
|
+
export function isTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): node is TSUndefinedKeyword;
|
2581
|
+
export function assertTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): void;
|
2582
|
+
export function isTSUnionType(node: object | null | undefined, opts?: object | null): node is TSUnionType;
|
2583
|
+
export function assertTSUnionType(node: object | null | undefined, opts?: object | null): void;
|
2584
|
+
export function isTSUnknownKeyword(node: object | null | undefined, opts?: object | null): node is TSUnknownKeyword;
|
2585
|
+
export function assertTSUnknownKeyword(node: object | null | undefined, opts?: object | null): void;
|
2586
|
+
export function isTSVoidKeyword(node: object | null | undefined, opts?: object | null): node is TSVoidKeyword;
|
2587
|
+
export function assertTSVoidKeyword(node: object | null | undefined, opts?: object | null): void;
|
2588
|
+
export function isTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): node is TaggedTemplateExpression;
|
2589
|
+
export function assertTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): void;
|
2590
|
+
export function isTemplateElement(node: object | null | undefined, opts?: object | null): node is TemplateElement;
|
2591
|
+
export function assertTemplateElement(node: object | null | undefined, opts?: object | null): void;
|
2592
|
+
export function isTemplateLiteral(node: object | null | undefined, opts?: object | null): node is TemplateLiteral;
|
2593
|
+
export function assertTemplateLiteral(node: object | null | undefined, opts?: object | null): void;
|
2594
|
+
export function isTerminatorless(node: object | null | undefined, opts?: object | null): node is Terminatorless;
|
2595
|
+
export function assertTerminatorless(node: object | null | undefined, opts?: object | null): void;
|
2596
|
+
export function isThisExpression(node: object | null | undefined, opts?: object | null): node is ThisExpression;
|
2597
|
+
export function assertThisExpression(node: object | null | undefined, opts?: object | null): void;
|
2598
|
+
export function isThisTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ThisTypeAnnotation;
|
2599
|
+
export function assertThisTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2600
|
+
export function isThrowStatement(node: object | null | undefined, opts?: object | null): node is ThrowStatement;
|
2601
|
+
export function assertThrowStatement(node: object | null | undefined, opts?: object | null): void;
|
2602
|
+
export function isTopicReference(node: object | null | undefined, opts?: object | null): node is TopicReference;
|
2603
|
+
export function assertTopicReference(node: object | null | undefined, opts?: object | null): void;
|
2604
|
+
export function isTryStatement(node: object | null | undefined, opts?: object | null): node is TryStatement;
|
2605
|
+
export function assertTryStatement(node: object | null | undefined, opts?: object | null): void;
|
2606
|
+
export function isTupleExpression(node: object | null | undefined, opts?: object | null): node is TupleExpression;
|
2607
|
+
export function assertTupleExpression(node: object | null | undefined, opts?: object | null): void;
|
2608
|
+
export function isTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TupleTypeAnnotation;
|
2609
|
+
export function assertTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2610
|
+
export function isTypeAlias(node: object | null | undefined, opts?: object | null): node is TypeAlias;
|
2611
|
+
export function assertTypeAlias(node: object | null | undefined, opts?: object | null): void;
|
2612
|
+
export function isTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeAnnotation;
|
2613
|
+
export function assertTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2614
|
+
export function isTypeCastExpression(node: object | null | undefined, opts?: object | null): node is TypeCastExpression;
|
2615
|
+
export function assertTypeCastExpression(node: object | null | undefined, opts?: object | null): void;
|
2616
|
+
export function isTypeParameter(node: object | null | undefined, opts?: object | null): node is TypeParameter;
|
2617
|
+
export function assertTypeParameter(node: object | null | undefined, opts?: object | null): void;
|
2618
|
+
export function isTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TypeParameterDeclaration;
|
2619
|
+
export function assertTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2620
|
+
export function isTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TypeParameterInstantiation;
|
2621
|
+
export function assertTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): void;
|
2622
|
+
export function isTypeScript(node: object | null | undefined, opts?: object | null): node is TypeScript;
|
2623
|
+
export function assertTypeScript(node: object | null | undefined, opts?: object | null): void;
|
2624
|
+
export function isTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeofTypeAnnotation;
|
2625
|
+
export function assertTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2626
|
+
export function isUnaryExpression(node: object | null | undefined, opts?: object | null): node is UnaryExpression;
|
2627
|
+
export function assertUnaryExpression(node: object | null | undefined, opts?: object | null): void;
|
2628
|
+
export function isUnaryLike(node: object | null | undefined, opts?: object | null): node is UnaryLike;
|
2629
|
+
export function assertUnaryLike(node: object | null | undefined, opts?: object | null): void;
|
2630
|
+
export function isUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is UnionTypeAnnotation;
|
2631
|
+
export function assertUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2632
|
+
export function isUpdateExpression(node: object | null | undefined, opts?: object | null): node is UpdateExpression;
|
2633
|
+
export function assertUpdateExpression(node: object | null | undefined, opts?: object | null): void;
|
2634
|
+
export function isUserWhitespacable(node: object | null | undefined, opts?: object | null): node is UserWhitespacable;
|
2635
|
+
export function assertUserWhitespacable(node: object | null | undefined, opts?: object | null): void;
|
2636
|
+
export function isV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): node is V8IntrinsicIdentifier;
|
2637
|
+
export function assertV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): void;
|
2638
|
+
export function isVariableDeclaration(node: object | null | undefined, opts?: object | null): node is VariableDeclaration;
|
2639
|
+
export function assertVariableDeclaration(node: object | null | undefined, opts?: object | null): void;
|
2640
|
+
export function isVariableDeclarator(node: object | null | undefined, opts?: object | null): node is VariableDeclarator;
|
2641
|
+
export function assertVariableDeclarator(node: object | null | undefined, opts?: object | null): void;
|
2642
|
+
export function isVariance(node: object | null | undefined, opts?: object | null): node is Variance;
|
2643
|
+
export function assertVariance(node: object | null | undefined, opts?: object | null): void;
|
2644
|
+
export function isVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): node is VoidTypeAnnotation;
|
2645
|
+
export function assertVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): void;
|
2646
|
+
export function isWhile(node: object | null | undefined, opts?: object | null): node is While;
|
2647
|
+
export function assertWhile(node: object | null | undefined, opts?: object | null): void;
|
2648
|
+
export function isWhileStatement(node: object | null | undefined, opts?: object | null): node is WhileStatement;
|
2649
|
+
export function assertWhileStatement(node: object | null | undefined, opts?: object | null): void;
|
2650
|
+
export function isWithStatement(node: object | null | undefined, opts?: object | null): node is WithStatement;
|
2651
|
+
export function assertWithStatement(node: object | null | undefined, opts?: object | null): void;
|
2652
|
+
export function isYieldExpression(node: object | null | undefined, opts?: object | null): node is YieldExpression;
|
2653
|
+
export function assertYieldExpression(node: object | null | undefined, opts?: object | null): void;
|
2654
|
+
export function assertNode(obj: any): void
|
2655
|
+
export function createTypeAnnotationBasedOnTypeof(type: 'string' | 'number' | 'undefined' | 'boolean' | 'function' | 'object' | 'symbol'): StringTypeAnnotation | VoidTypeAnnotation | NumberTypeAnnotation | BooleanTypeAnnotation | GenericTypeAnnotation
|
2656
|
+
export function createUnionTypeAnnotation<T extends FlowType>(types: [T]): T
|
2657
|
+
export function createFlowUnionType<T extends FlowType>(types: [T]): T
|
2658
|
+
export function createUnionTypeAnnotation(types: ReadonlyArray<FlowType>): UnionTypeAnnotation
|
2659
|
+
export function createFlowUnionType(types: ReadonlyArray<FlowType>): UnionTypeAnnotation
|
2660
|
+
export function buildChildren(node: { children: ReadonlyArray<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment | JSXEmptyExpression> }): JSXElement['children']
|
2661
|
+
export function clone<T extends Node>(n: T): T;
|
2662
|
+
export function cloneDeep<T extends Node>(n: T): T;
|
2663
|
+
export function cloneDeepWithoutLoc<T extends Node>(n: T): T;
|
2664
|
+
export function cloneNode<T extends Node>(n: T, deep?: boolean, withoutLoc?: boolean): T;
|
2665
|
+
export function cloneWithoutLoc<T extends Node>(n: T): T;
|
2666
|
+
export type CommentTypeShorthand = 'leading' | 'inner' | 'trailing'
|
2667
|
+
export function addComment<T extends Node>(node: T, type: CommentTypeShorthand, content: string, line?: boolean): T
|
2668
|
+
export function addComments<T extends Node>(node: T, type: CommentTypeShorthand, comments: ReadonlyArray<Comment>): T
|
2669
|
+
export function inheritInnerComments(node: Node, parent: Node): void
|
2670
|
+
export function inheritLeadingComments(node: Node, parent: Node): void
|
2671
|
+
export function inheritsComments<T extends Node>(node: T, parent: Node): void
|
2672
|
+
export function inheritTrailingComments(node: Node, parent: Node): void
|
2673
|
+
export function removeComments<T extends Node>(node: T): T
|
2674
|
+
export function ensureBlock(node: Extract<Node, { body: BlockStatement | Statement | Expression }>): BlockStatement
|
2675
|
+
export function ensureBlock<K extends keyof Extract<Node, { body: BlockStatement | Statement | Expression }> = 'body'>(node: Extract<Node, Record<K, BlockStatement | Statement | Expression>>, key: K): BlockStatement
|
2676
|
+
export function toBindingIdentifierName(name: { toString(): string } | null | undefined): string
|
2677
|
+
export function toBlock(node: Statement | Expression, parent?: Function | null): BlockStatement
|
2678
|
+
export function toComputedKey<T extends Extract<Node, { computed: boolean | null }>>(node: T, key?: Expression | Identifier): Expression
|
2679
|
+
export function toExpression(node: Function): FunctionExpression
|
2680
|
+
export function toExpression(node: Class): ClassExpression
|
2681
|
+
export function toExpression(node: ExpressionStatement | Expression | Class | Function): Expression
|
2682
|
+
export function toIdentifier(name: { toString(): string } | null | undefined): string
|
2683
|
+
export function toKeyAlias(node: Method | Property, key?: Node): string
|
2684
|
+
export function toSequenceExpression(nodes: ReadonlyArray<Node>, scope: { push(value: { id: LVal; kind: 'var'; init?: Expression}): void; buildUndefinedNode(): Node }): SequenceExpression | undefined
|
2685
|
+
export function toStatement(node: AssignmentExpression, ignore?: boolean): ExpressionStatement
|
2686
|
+
export function toStatement(node: Statement | AssignmentExpression, ignore?: boolean): Statement
|
2687
|
+
export function toStatement(node: Class, ignore: true): ClassDeclaration | undefined
|
2688
|
+
export function toStatement(node: Class, ignore?: boolean): ClassDeclaration
|
2689
|
+
export function toStatement(node: Function, ignore: true): FunctionDeclaration | undefined
|
2690
|
+
export function toStatement(node: Function, ignore?: boolean): FunctionDeclaration
|
2691
|
+
export function toStatement(node: Statement | Class | Function | AssignmentExpression, ignore: true): Statement | undefined
|
2692
|
+
export function toStatement(node: Statement | Class | Function | AssignmentExpression, ignore?: boolean): Statement
|
2693
|
+
export function valueToNode(value: undefined): Identifier
|
2694
|
+
export function valueToNode(value: boolean): BooleanLiteral
|
2695
|
+
export function valueToNode(value: null): NullLiteral
|
2696
|
+
export function valueToNode(value: string): StringLiteral
|
2697
|
+
export function valueToNode(value: number): NumericLiteral | BinaryExpression | UnaryExpression
|
2698
|
+
export function valueToNode(value: RegExp): RegExpLiteral
|
2699
|
+
export function valueToNode(value: ReadonlyArray<undefined | boolean | null | string | number | RegExp | object>): ArrayExpression
|
2700
|
+
export function valueToNode(value: object): ObjectExpression
|
2701
|
+
export function valueToNode(value: undefined | boolean | null | string | number | RegExp | object): Expression
|
2702
|
+
export function removeTypeDuplicates(types: ReadonlyArray<FlowType | false | null | undefined>): FlowType[]
|
2703
|
+
export function appendToMemberExpression<T extends Pick<MemberExpression, 'object' | 'property'>>(member: T, append: MemberExpression['property'], computed?: boolean): T
|
2704
|
+
export function inherits<T extends Node | null | undefined>(child: T, parent: Node | null | undefined): T
|
2705
|
+
export function prependToMemberExpression<T extends Pick<MemberExpression, 'object' | 'property'>>(member: T, prepend: MemberExpression['object']): T
|
2706
|
+
export function removeProperties(
|
2707
|
+
n: Node,
|
2708
|
+
opts?: { preserveComments: boolean } | null
|
2709
|
+
): void;
|
2710
|
+
export function removePropertiesDeep<T extends Node>(
|
2711
|
+
n: T,
|
2712
|
+
opts?: { preserveComments: boolean } | null
|
2713
|
+
): T;
|
2714
|
+
export function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean): Record<string, Array<Identifier>>
|
2715
|
+
export function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean): Record<string, Identifier>
|
2716
|
+
export function getBindingIdentifiers(node: Node, duplicates: boolean, outerOnly?: boolean): Record<string, Identifier | Array<Identifier>>
|
2717
|
+
export function getOuterBindingIdentifiers(node: Node, duplicates: true): Record<string, Array<Identifier>>
|
2718
|
+
export function getOuterBindingIdentifiers(node: Node, duplicates?: false): Record<string, Identifier>
|
2719
|
+
export function getOuterBindingIdentifiers(node: Node, duplicates: boolean): Record<string, Identifier | Array<Identifier>>
|
2720
|
+
export type TraversalAncestors = ReadonlyArray<{
|
2721
|
+
node: Node,
|
2722
|
+
key: string,
|
2723
|
+
index?: number,
|
2724
|
+
}>;
|
2725
|
+
export type TraversalHandler<T> = (
|
2726
|
+
this: undefined, node: Node, parent: TraversalAncestors, type: T
|
2727
|
+
) => void;
|
2728
|
+
export type TraversalHandlers<T> = {
|
2729
|
+
enter?: TraversalHandler<T>,
|
2730
|
+
exit?: TraversalHandler<T>,
|
2731
|
+
};
|
2732
|
+
export function traverse<T>(n: Node, h: TraversalHandler<T> | TraversalHandlers<T>, state?: T): void;
|
2733
|
+
export function traverseFast<T>(n: Node, h: TraversalHandler<T>, state?: T): void;
|
2734
|
+
export function shallowEqual<T extends object>(actual: object, expected: T): actual is T
|
2735
|
+
export function buildMatchMemberExpression(match: string, allowPartial?: boolean): (node: Node | null | undefined) => node is MemberExpression
|
2736
|
+
export function is<T extends Node['type']>(type: T, n: Node | null | undefined, required?: undefined): n is Extract<Node, { type: T }>
|
2737
|
+
export function is<T extends Node['type'], P extends Extract<Node, { type: T }>>(type: T, n: Node | null | undefined, required: Partial<P>): n is P
|
2738
|
+
export function is<P extends Node>(type: string, n: Node | null | undefined, required: Partial<P>): n is P
|
2739
|
+
export function is(type: string, n: Node | null | undefined, required?: Partial<Node>): n is Node
|
2740
|
+
export function isBinding(node: Node, parent: Node, grandparent?: Node): boolean
|
2741
|
+
export function isBlockScoped(node: Node): node is FunctionDeclaration | ClassDeclaration | VariableDeclaration
|
2742
|
+
export function isImmutable(node: Node): node is Immutable
|
2743
|
+
export function isLet(node: Node): node is VariableDeclaration
|
2744
|
+
export function isNode(node: object | null | undefined): node is Node
|
2745
|
+
export function isNodesEquivalent<T extends Partial<Node>>(a: T, b: any): b is T
|
2746
|
+
export function isNodesEquivalent(a: any, b: any): boolean
|
2747
|
+
export function isPlaceholderType(placeholderType: Node['type'], targetType: Node['type']): boolean
|
2748
|
+
export function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean
|
2749
|
+
export function isScope(node: Node, parent: Node): node is Scopable
|
2750
|
+
export function isSpecifierDefault(specifier: ModuleSpecifier): boolean
|
2751
|
+
export function isType<T extends Node['type']>(nodetype: string, targetType: T): nodetype is T
|
2752
|
+
export function isType(nodetype: string | null | undefined, targetType: string): boolean
|
2753
|
+
export function isValidES3Identifier(name: string): boolean
|
2754
|
+
export function isValidIdentifier(name: string): boolean
|
2755
|
+
export function isVar(node: Node): node is VariableDeclaration
|
2756
|
+
export function matchesPattern(node: Node | null | undefined, match: string | ReadonlyArray<string>, allowPartial?: boolean): node is MemberExpression
|
2757
|
+
export function validate<T extends Node, K extends keyof T>(n: Node | null | undefined, key: K, value: T[K]): void;
|
2758
|
+
export function validate(n: Node, key: string, value: any): void;
|