diff --git a/.github/workflows/test-build-report.yml b/.github/workflows/test-build-report.yml index 37268a629..dc60197ce 100644 --- a/.github/workflows/test-build-report.yml +++ b/.github/workflows/test-build-report.yml @@ -6,14 +6,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '18.12.1' + node-version: '19.2.0' + cache: 'npm' - name: 🔧 - Install run: | cp config.yml.example config.yml - npm i -g npm@6.14.9 + npm i -g npm@9.3.1 npm ci - name: 🧪 | 🏗 - Test and Build run: | @@ -24,7 +25,7 @@ jobs: env: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} - name: 💾 Archive reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reports path: | diff --git a/.nvmrc b/.nvmrc index c32828c2c..d4f5d9693 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/hydrogen \ No newline at end of file +19.2.0 \ No newline at end of file diff --git a/babel.config.js b/babel.config.js index e7ca84884..2cea91ae9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -17,11 +17,11 @@ module.exports = { ], '@babel/react', ], - plugins: [ - 'babel-plugin-dynamic-import-node', - '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-optional-chaining', - ], + // plugins: [ + // 'babel-plugin-dynamic-import-node', + // '@babel/plugin-proposal-class-properties', + // '@babel/plugin-proposal-optional-chaining', + // ], }, }, }; diff --git a/config.yml.example b/config.yml.example index 4134a4853..145a13a8e 100644 --- a/config.yml.example +++ b/config.yml.example @@ -45,7 +45,6 @@ pages: - entry_alignments - interactions - pathways - - genome3d - curation - subfamilies protein: diff --git a/flow-typed/npm/@babel/cli_vx.x.x.js b/flow-typed/npm/@babel/cli_vx.x.x.js deleted file mode 100644 index cc5717888..000000000 --- a/flow-typed/npm/@babel/cli_vx.x.x.js +++ /dev/null @@ -1,87 +0,0 @@ -// flow-typed signature: 558f2eac146b0a47853778f44467381e -// flow-typed version: <>/@babel/cli_v7.0.0/flow_v0.81.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@babel/cli' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@babel/cli' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@babel/cli/bin/babel-external-helpers' { - declare module.exports: any; -} - -declare module '@babel/cli/bin/babel' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel-external-helpers' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel/dir' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel/file' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel/index' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel/options' { - declare module.exports: any; -} - -declare module '@babel/cli/lib/babel/util' { - declare module.exports: any; -} - -// Filename aliases -declare module '@babel/cli/bin/babel-external-helpers.js' { - declare module.exports: $Exports<'@babel/cli/bin/babel-external-helpers'>; -} -declare module '@babel/cli/bin/babel.js' { - declare module.exports: $Exports<'@babel/cli/bin/babel'>; -} -declare module '@babel/cli/index' { - declare module.exports: $Exports<'@babel/cli'>; -} -declare module '@babel/cli/index.js' { - declare module.exports: $Exports<'@babel/cli'>; -} -declare module '@babel/cli/lib/babel-external-helpers.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel-external-helpers'>; -} -declare module '@babel/cli/lib/babel/dir.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel/dir'>; -} -declare module '@babel/cli/lib/babel/file.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel/file'>; -} -declare module '@babel/cli/lib/babel/index.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel/index'>; -} -declare module '@babel/cli/lib/babel/options.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel/options'>; -} -declare module '@babel/cli/lib/babel/util.js' { - declare module.exports: $Exports<'@babel/cli/lib/babel/util'>; -} diff --git a/flow-typed/npm/@babel/core_vx.x.x.js b/flow-typed/npm/@babel/core_vx.x.x.js index e7a1dceb6..7b462b8ea 100644 --- a/flow-typed/npm/@babel/core_vx.x.x.js +++ b/flow-typed/npm/@babel/core_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: ed1b06309f185cbdc3b282a84fbfdd1a -// flow-typed version: <>/@babel/core_v7.20.12/flow_v0.171.0 +// flow-typed signature: eca6b73569bb4dfb8c4e455ce20d0fd6 +// flow-typed version: <>/@babel/core_v7.23.7/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -42,10 +42,6 @@ declare module '@babel/core/lib/config/files/configuration' { declare module.exports: any; } -declare module '@babel/core/lib/config/files/import-meta-resolve' { - declare module.exports: any; -} - declare module '@babel/core/lib/config/files/index-browser' { declare module.exports: any; } @@ -254,9 +250,6 @@ declare module '@babel/core/lib/config/config-descriptors.js' { declare module '@babel/core/lib/config/files/configuration.js' { declare module.exports: $Exports<'@babel/core/lib/config/files/configuration'>; } -declare module '@babel/core/lib/config/files/import-meta-resolve.js' { - declare module.exports: $Exports<'@babel/core/lib/config/files/import-meta-resolve'>; -} declare module '@babel/core/lib/config/files/index-browser.js' { declare module.exports: $Exports<'@babel/core/lib/config/files/index-browser'>; } diff --git a/flow-typed/npm/@babel/eslint-parser_vx.x.x.js b/flow-typed/npm/@babel/eslint-parser_vx.x.x.js index 5e64e247b..4ee2d3241 100644 --- a/flow-typed/npm/@babel/eslint-parser_vx.x.x.js +++ b/flow-typed/npm/@babel/eslint-parser_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: f290276e7e3f1665a167045334b7271a -// flow-typed version: <>/@babel/eslint-parser_v7.19.1/flow_v0.171.0 +// flow-typed signature: 5e6581598f0e1c0e6d84109f69dcb8c2 +// flow-typed version: <>/@babel/eslint-parser_v7.23.3/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js b/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js deleted file mode 100644 index f5fba7eed..000000000 --- a/flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js +++ /dev/null @@ -1,35 +0,0 @@ -// flow-typed signature: 3697a16a18c161ca62f91b526de53612 -// flow-typed version: <>/@babel/plugin-proposal-class-properties_v7.18.6/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@babel/plugin-proposal-class-properties' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@babel/plugin-proposal-class-properties' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@babel/plugin-proposal-class-properties/lib' { - declare module.exports: any; -} - -// Filename aliases -declare module '@babel/plugin-proposal-class-properties/lib/index' { - declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>; -} -declare module '@babel/plugin-proposal-class-properties/lib/index.js' { - declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>; -} diff --git a/flow-typed/npm/@babel/plugin-proposal-optional-chaining_vx.x.x.js b/flow-typed/npm/@babel/plugin-proposal-optional-chaining_vx.x.x.js deleted file mode 100644 index 03ab8bf49..000000000 --- a/flow-typed/npm/@babel/plugin-proposal-optional-chaining_vx.x.x.js +++ /dev/null @@ -1,35 +0,0 @@ -// flow-typed signature: 92c9db2e94619949742b90e4578dd4a6 -// flow-typed version: <>/@babel/plugin-proposal-optional-chaining_v7.20.7/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@babel/plugin-proposal-optional-chaining' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@babel/plugin-proposal-optional-chaining' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@babel/plugin-proposal-optional-chaining/lib' { - declare module.exports: any; -} - -// Filename aliases -declare module '@babel/plugin-proposal-optional-chaining/lib/index' { - declare module.exports: $Exports<'@babel/plugin-proposal-optional-chaining/lib'>; -} -declare module '@babel/plugin-proposal-optional-chaining/lib/index.js' { - declare module.exports: $Exports<'@babel/plugin-proposal-optional-chaining/lib'>; -} diff --git a/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js b/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js deleted file mode 100644 index 50c9b9008..000000000 --- a/flow-typed/npm/@babel/plugin-syntax-dynamic-import_vx.x.x.js +++ /dev/null @@ -1,35 +0,0 @@ -// flow-typed signature: 0309f59e54ac2af0fe17a77a7744ce11 -// flow-typed version: <>/@babel/plugin-syntax-dynamic-import_v7.8.3/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@babel/plugin-syntax-dynamic-import' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@babel/plugin-syntax-dynamic-import' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@babel/plugin-syntax-dynamic-import/lib' { - declare module.exports: any; -} - -// Filename aliases -declare module '@babel/plugin-syntax-dynamic-import/lib/index' { - declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib'>; -} -declare module '@babel/plugin-syntax-dynamic-import/lib/index.js' { - declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib'>; -} diff --git a/flow-typed/npm/@babel/preset-env_vx.x.x.js b/flow-typed/npm/@babel/preset-env_vx.x.x.js index dbae2465c..dc220120d 100644 --- a/flow-typed/npm/@babel/preset-env_vx.x.x.js +++ b/flow-typed/npm/@babel/preset-env_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 4b3831fdae13c2f4225b7b0eb68d9541 -// flow-typed version: <>/@babel/preset-env_v7.20.2/flow_v0.171.0 +// flow-typed signature: 72de2911d54e02689953db69acfa99a2 +// flow-typed version: <>/@babel/preset-env_v7.23.7/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -78,10 +78,6 @@ declare module '@babel/preset-env/lib/filter-items' { declare module.exports: any; } -declare module '@babel/preset-env/lib/get-option-specific-excludes' { - declare module.exports: any; -} - declare module '@babel/preset-env/lib' { declare module.exports: any; } @@ -102,18 +98,6 @@ declare module '@babel/preset-env/lib/plugins-compat-data' { declare module.exports: any; } -declare module '@babel/preset-env/lib/polyfills/babel-polyfill' { - declare module.exports: any; -} - -declare module '@babel/preset-env/lib/polyfills/regenerator' { - declare module.exports: any; -} - -declare module '@babel/preset-env/lib/polyfills/utils' { - declare module.exports: any; -} - declare module '@babel/preset-env/lib/shipped-proposals' { declare module.exports: any; } @@ -165,9 +149,6 @@ declare module '@babel/preset-env/lib/debug.js' { declare module '@babel/preset-env/lib/filter-items.js' { declare module.exports: $Exports<'@babel/preset-env/lib/filter-items'>; } -declare module '@babel/preset-env/lib/get-option-specific-excludes.js' { - declare module.exports: $Exports<'@babel/preset-env/lib/get-option-specific-excludes'>; -} declare module '@babel/preset-env/lib/index' { declare module.exports: $Exports<'@babel/preset-env/lib'>; } @@ -186,15 +167,6 @@ declare module '@babel/preset-env/lib/options.js' { declare module '@babel/preset-env/lib/plugins-compat-data.js' { declare module.exports: $Exports<'@babel/preset-env/lib/plugins-compat-data'>; } -declare module '@babel/preset-env/lib/polyfills/babel-polyfill.js' { - declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/babel-polyfill'>; -} -declare module '@babel/preset-env/lib/polyfills/regenerator.js' { - declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/regenerator'>; -} -declare module '@babel/preset-env/lib/polyfills/utils.js' { - declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/utils'>; -} declare module '@babel/preset-env/lib/shipped-proposals.js' { declare module.exports: $Exports<'@babel/preset-env/lib/shipped-proposals'>; } diff --git a/flow-typed/npm/@babel/preset-react_vx.x.x.js b/flow-typed/npm/@babel/preset-react_vx.x.x.js index d7eced9af..54387d5ae 100644 --- a/flow-typed/npm/@babel/preset-react_vx.x.x.js +++ b/flow-typed/npm/@babel/preset-react_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: a2c5556a59f87d25af7a0c40c8c58aee -// flow-typed version: <>/@babel/preset-react_v7.18.6/flow_v0.171.0 +// flow-typed signature: e919a5bd1e4595885e922b2ac85b9dc6 +// flow-typed version: <>/@babel/preset-react_v7.23.3/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@babel/register_v7.x.x.js b/flow-typed/npm/@babel/register_v7.x.x.js deleted file mode 100644 index e6414dc7f..000000000 --- a/flow-typed/npm/@babel/register_v7.x.x.js +++ /dev/null @@ -1,47 +0,0 @@ -// flow-typed signature: 9fd1ed52c746a31b4121d9a2c4503cfd -// flow-typed version: c6154227d1/@babel/register_v7.x.x/flow_>=v0.104.x - -declare module '@babel/register' { - declare type Ignore = boolean | string | RegExp | (filename: string) => boolean; - declare type Options = {| - ast?: boolean, - auxiliaryCommentAfter?: ?string, - auxiliaryCommentBefore?: ?string, - babelrc?: boolean, - code?: boolean, - comments?: boolean, - compact?: 'auto' | boolean, - configFile?: string | boolean, - env?: Object, - extends?: ?string, - extensions?: Array, - filename?: string, - filenameRelative?: string, - generatorOpts?: Object, - getModuleId?: void | null | (moduleName: string) => string, - highlightCode?: boolean, - ignore?: Ignore | Array, - inputSourceMap?: Object, - minified?: boolean, - moduleId?: string, - moduleIds?: boolean, - moduleRoot?: string, - only?: RegExp, - parserOpts?: Object, - plugins?: Array<[string, Object] | string>, - presets?: Array, - retainLines?: boolean, - resolveModuleSource?: null | (source: string, filename: string) => boolean, - shouldPrintComment?: null | (commentContents: string) => string, - sourceFileName?: string, - sourceMaps?: boolean | 'inline' | 'both', - sourceMapTarget?: string, - sourceRoot?: string, - sourceType?: 'script' | 'module', - wrapPluginVisitorMethod?: null | (pluginAlias: string, visitorType: string, callback: Function) => boolean, - extensions?: Array, - cache?: boolean, - |}; - - declare module.exports: (options?: Options) => void; -} diff --git a/flow-typed/npm/@base2/pretty-print-object_vx.x.x.js b/flow-typed/npm/@base2/pretty-print-object_vx.x.x.js deleted file mode 100644 index f3842a541..000000000 --- a/flow-typed/npm/@base2/pretty-print-object_vx.x.x.js +++ /dev/null @@ -1,3 +0,0 @@ -declare module '@base2/pretty-print-object' { - declare module.exports: any; -} diff --git a/flow-typed/npm/@floating-ui/react-dom_vx.x.x.js b/flow-typed/npm/@floating-ui/react-dom_vx.x.x.js new file mode 100644 index 000000000..557d07342 --- /dev/null +++ b/flow-typed/npm/@floating-ui/react-dom_vx.x.x.js @@ -0,0 +1,53 @@ +// flow-typed signature: 50f3deb5ef123860fc94549158fa73db +// flow-typed version: <>/@floating-ui/react-dom_v2.0.4/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@floating-ui/react-dom' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@floating-ui/react-dom' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.esm' { + declare module.exports: any; +} + +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.esm.min' { + declare module.exports: any; +} + +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.umd' { + declare module.exports: any; +} + +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min' { + declare module.exports: any; +} + +// Filename aliases +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js' { + declare module.exports: $Exports<'@floating-ui/react-dom/dist/floating-ui.react-dom.esm'>; +} +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.esm.min.js' { + declare module.exports: $Exports<'@floating-ui/react-dom/dist/floating-ui.react-dom.esm.min'>; +} +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js' { + declare module.exports: $Exports<'@floating-ui/react-dom/dist/floating-ui.react-dom.umd'>; +} +declare module '@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min.js' { + declare module.exports: $Exports<'@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min'>; +} diff --git a/flow-typed/npm/@floating-ui/react_vx.x.x.js b/flow-typed/npm/@floating-ui/react_vx.x.x.js new file mode 100644 index 000000000..d7cba90d9 --- /dev/null +++ b/flow-typed/npm/@floating-ui/react_vx.x.x.js @@ -0,0 +1,67 @@ +// flow-typed signature: 09db5b6e7f7412b02c91ffc622f90466 +// flow-typed version: <>/@floating-ui/react_v0.26.4/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@floating-ui/react' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@floating-ui/react' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@floating-ui/react/dist/floating-ui.react.esm' { + declare module.exports: any; +} + +declare module '@floating-ui/react/dist/floating-ui.react.esm.min' { + declare module.exports: any; +} + +declare module '@floating-ui/react/dist/floating-ui.react.umd' { + declare module.exports: any; +} + +declare module '@floating-ui/react/dist/floating-ui.react.umd.min' { + declare module.exports: any; +} + +declare module '@floating-ui/react/utils/dist/floating-ui.react.utils.esm' { + declare module.exports: any; +} + +declare module '@floating-ui/react/utils/dist/floating-ui.react.utils.umd' { + declare module.exports: any; +} + +// Filename aliases +declare module '@floating-ui/react/dist/floating-ui.react.esm.js' { + declare module.exports: $Exports<'@floating-ui/react/dist/floating-ui.react.esm'>; +} +declare module '@floating-ui/react/dist/floating-ui.react.esm.min.js' { + declare module.exports: $Exports<'@floating-ui/react/dist/floating-ui.react.esm.min'>; +} +declare module '@floating-ui/react/dist/floating-ui.react.umd.js' { + declare module.exports: $Exports<'@floating-ui/react/dist/floating-ui.react.umd'>; +} +declare module '@floating-ui/react/dist/floating-ui.react.umd.min.js' { + declare module.exports: $Exports<'@floating-ui/react/dist/floating-ui.react.umd.min'>; +} +declare module '@floating-ui/react/utils/dist/floating-ui.react.utils.esm.js' { + declare module.exports: $Exports<'@floating-ui/react/utils/dist/floating-ui.react.utils.esm'>; +} +declare module '@floating-ui/react/utils/dist/floating-ui.react.utils.umd.js' { + declare module.exports: $Exports<'@floating-ui/react/utils/dist/floating-ui.react.utils.umd'>; +} diff --git a/flow-typed/npm/@hedgedoc/html-to-react_vx.x.x.js b/flow-typed/npm/@hedgedoc/html-to-react_vx.x.x.js new file mode 100644 index 000000000..44fb7e80b --- /dev/null +++ b/flow-typed/npm/@hedgedoc/html-to-react_vx.x.x.js @@ -0,0 +1,255 @@ +// flow-typed signature: 8d37da683e1338d42d184d65a84a64a3 +// flow-typed version: <>/@hedgedoc/html-to-react_v2.1.1/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@hedgedoc/html-to-react' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@hedgedoc/html-to-react' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@hedgedoc/html-to-react/dist/cjs/convertHtmlToReact' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/convertNodeToReactElement' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/dom/attributes/booleanAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/dom/attributes/reactAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/dom/elements/VoidElements' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessStyleNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTagNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTextNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/index.spec' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/NodeToReactElementTransformer' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/processNodes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/utils/convertInlineStyleToMap' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/utils/generatePropsFromAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/utils/isValidTagOrAttributeName' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/cjs/utils/mapHtmlAttributesToReactElementAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/convertHtmlToReact' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/convertNodeToReactElement' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/dom/attributes/booleanAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/dom/attributes/reactAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/dom/elements/VoidElements' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessStyleNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTagNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTextNode' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/index.spec' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/NodeToReactElementTransformer' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/processNodes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/utils/convertInlineStyleToMap' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/utils/generatePropsFromAttributes' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/utils/isValidTagOrAttributeName' { + declare module.exports: any; +} + +declare module '@hedgedoc/html-to-react/dist/esm/utils/mapHtmlAttributesToReactElementAttributes' { + declare module.exports: any; +} + +// Filename aliases +declare module '@hedgedoc/html-to-react/dist/cjs/convertHtmlToReact.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/convertHtmlToReact'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/convertNodeToReactElement.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/convertNodeToReactElement'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/dom/attributes/booleanAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/dom/attributes/booleanAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/dom/attributes/reactAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/dom/attributes/reactAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/dom/elements/VoidElements.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/dom/elements/VoidElements'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessStyleNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessStyleNode'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTagNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTagNode'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTextNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/elementTypes/ProcessTextNode'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/index' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/index.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/index.spec.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/index.spec'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/NodeToReactElementTransformer.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/NodeToReactElementTransformer'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/processNodes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/processNodes'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/utils/convertInlineStyleToMap.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/utils/convertInlineStyleToMap'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/utils/generatePropsFromAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/utils/generatePropsFromAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/utils/isValidTagOrAttributeName.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/utils/isValidTagOrAttributeName'>; +} +declare module '@hedgedoc/html-to-react/dist/cjs/utils/mapHtmlAttributesToReactElementAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/cjs/utils/mapHtmlAttributesToReactElementAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/convertHtmlToReact.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/convertHtmlToReact'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/convertNodeToReactElement.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/convertNodeToReactElement'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/dom/attributes/booleanAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/dom/attributes/booleanAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/dom/attributes/reactAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/dom/attributes/reactAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/dom/elements/VoidElements.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/dom/elements/VoidElements'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessStyleNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessStyleNode'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTagNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTagNode'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTextNode.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/elementTypes/ProcessTextNode'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/index' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/index.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/index.spec.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/index.spec'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/NodeToReactElementTransformer.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/NodeToReactElementTransformer'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/processNodes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/processNodes'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/utils/convertInlineStyleToMap.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/utils/convertInlineStyleToMap'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/utils/generatePropsFromAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/utils/generatePropsFromAttributes'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/utils/isValidTagOrAttributeName.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/utils/isValidTagOrAttributeName'>; +} +declare module '@hedgedoc/html-to-react/dist/esm/utils/mapHtmlAttributesToReactElementAttributes.js' { + declare module.exports: $Exports<'@hedgedoc/html-to-react/dist/esm/utils/mapHtmlAttributesToReactElementAttributes'>; +} diff --git a/flow-typed/npm/@lhci/cli_vx.x.x.js b/flow-typed/npm/@lhci/cli_vx.x.x.js index 82c4916af..d353d9d04 100644 --- a/flow-typed/npm/@lhci/cli_vx.x.x.js +++ b/flow-typed/npm/@lhci/cli_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 352a7d007ec70986abe398ee3eeaa41d -// flow-typed version: <>/@lhci/cli_v0.10.0/flow_v0.171.0 +// flow-typed signature: 85e28495b5cdd76406f25e134de7390d +// flow-typed version: <>/@lhci/cli_v0.13.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@lit/react_vx.x.x.js b/flow-typed/npm/@lit/react_vx.x.x.js new file mode 100644 index 000000000..cfd540c13 --- /dev/null +++ b/flow-typed/npm/@lit/react_vx.x.x.js @@ -0,0 +1,117 @@ +// flow-typed signature: c9e990dc2bed81b23b5f4b1b5117cc2f +// flow-typed version: <>/@lit/react_v1.0.2/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@lit/react' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@lit/react' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@lit/react/create-component' { + declare module.exports: any; +} + +declare module '@lit/react/development/create-component' { + declare module.exports: any; +} + +declare module '@lit/react/development' { + declare module.exports: any; +} + +declare module '@lit/react/development/use-controller' { + declare module.exports: any; +} + +declare module '@lit/react/node/create-component' { + declare module.exports: any; +} + +declare module '@lit/react/node/development/create-component' { + declare module.exports: any; +} + +declare module '@lit/react/node/development' { + declare module.exports: any; +} + +declare module '@lit/react/node/development/use-controller' { + declare module.exports: any; +} + +declare module '@lit/react/node' { + declare module.exports: any; +} + +declare module '@lit/react/node/use-controller' { + declare module.exports: any; +} + +declare module '@lit/react/use-controller' { + declare module.exports: any; +} + +// Filename aliases +declare module '@lit/react/create-component.js' { + declare module.exports: $Exports<'@lit/react/create-component'>; +} +declare module '@lit/react/development/create-component.js' { + declare module.exports: $Exports<'@lit/react/development/create-component'>; +} +declare module '@lit/react/development/index' { + declare module.exports: $Exports<'@lit/react/development'>; +} +declare module '@lit/react/development/index.js' { + declare module.exports: $Exports<'@lit/react/development'>; +} +declare module '@lit/react/development/use-controller.js' { + declare module.exports: $Exports<'@lit/react/development/use-controller'>; +} +declare module '@lit/react/index' { + declare module.exports: $Exports<'@lit/react'>; +} +declare module '@lit/react/index.js' { + declare module.exports: $Exports<'@lit/react'>; +} +declare module '@lit/react/node/create-component.js' { + declare module.exports: $Exports<'@lit/react/node/create-component'>; +} +declare module '@lit/react/node/development/create-component.js' { + declare module.exports: $Exports<'@lit/react/node/development/create-component'>; +} +declare module '@lit/react/node/development/index' { + declare module.exports: $Exports<'@lit/react/node/development'>; +} +declare module '@lit/react/node/development/index.js' { + declare module.exports: $Exports<'@lit/react/node/development'>; +} +declare module '@lit/react/node/development/use-controller.js' { + declare module.exports: $Exports<'@lit/react/node/development/use-controller'>; +} +declare module '@lit/react/node/index' { + declare module.exports: $Exports<'@lit/react/node'>; +} +declare module '@lit/react/node/index.js' { + declare module.exports: $Exports<'@lit/react/node'>; +} +declare module '@lit/react/node/use-controller.js' { + declare module.exports: $Exports<'@lit/react/node/use-controller'>; +} +declare module '@lit/react/use-controller.js' { + declare module.exports: $Exports<'@lit/react/use-controller'>; +} diff --git a/flow-typed/npm/@nightingale-elements/nightingale-colored-sequence_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-colored-sequence_vx.x.x.js index 0d74ea7f6..11ce0e1e4 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-colored-sequence_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-colored-sequence_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: f4faec2a6e5bacb520688ed9a586c8b2 -// flow-typed version: <>/@nightingale-elements/nightingale-colored-sequence_v4.0.23-alpha.0/flow_v0.171.0 +// flow-typed signature: 9f4e0ccf6ef8aa346822019ca4d70c48 +// flow-typed version: <>/@nightingale-elements/nightingale-colored-sequence_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-coloured-sequence_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-coloured-sequence_vx.x.x.js deleted file mode 100644 index 0cd53f7c5..000000000 --- a/flow-typed/npm/@nightingale-elements/nightingale-coloured-sequence_vx.x.x.js +++ /dev/null @@ -1,35 +0,0 @@ -// flow-typed signature: 9577a9628f68af8deab056e64f07d90f -// flow-typed version: <>/@nightingale-elements/nightingale-coloured-sequence_v^4.0.7-alpha.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@nightingale-elements/nightingale-coloured-sequence' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@nightingale-elements/nightingale-coloured-sequence' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@nightingale-elements/nightingale-coloured-sequence/dist' { - declare module.exports: any; -} - -// Filename aliases -declare module '@nightingale-elements/nightingale-coloured-sequence/dist/index' { - declare module.exports: $Exports<'@nightingale-elements/nightingale-coloured-sequence/dist'>; -} -declare module '@nightingale-elements/nightingale-coloured-sequence/dist/index.js' { - declare module.exports: $Exports<'@nightingale-elements/nightingale-coloured-sequence/dist'>; -} diff --git a/flow-typed/npm/@nightingale-elements/nightingale-heatmap_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-heatmap_vx.x.x.js index d61c988ec..22e073210 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-heatmap_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-heatmap_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 688826195abb99fdb7193279a71e1994 -// flow-typed version: <>/@nightingale-elements/nightingale-heatmap_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: df41031f14d41093f03338377435af58 +// flow-typed version: <>/@nightingale-elements/nightingale-heatmap_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-interpro-track_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-interpro-track_vx.x.x.js index eedf636a5..c93c5d9f9 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-interpro-track_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-interpro-track_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 07e4b6aabe70807aee328e2f650f82b8 -// flow-typed version: <>/@nightingale-elements/nightingale-interpro-track_v4.0.23-alpha.0/flow_v0.171.0 +// flow-typed signature: 0fcceec1525a3929108c858917d9fbf7 +// flow-typed version: <>/@nightingale-elements/nightingale-interpro-track_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-linegraph-track_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-linegraph-track_vx.x.x.js index d9b58765d..1d1618c8d 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-linegraph-track_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-linegraph-track_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e3ee6dae3067946810ccd694809a623f -// flow-typed version: <>/@nightingale-elements/nightingale-linegraph-track_v4.0.23-alpha.0/flow_v0.171.0 +// flow-typed signature: 399f193e912c1c31f7dfefd6da6a9c99 +// flow-typed version: <>/@nightingale-elements/nightingale-linegraph-track_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-links_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-links_vx.x.x.js index 82dde2cfd..2256a83a6 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-links_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-links_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 7121ca1082236aa0bed0b518385a9aec -// flow-typed version: <>/@nightingale-elements/nightingale-links_v4.0.23-alpha.0/flow_v0.171.0 +// flow-typed signature: 9a64681f572d35b76ad662fa976be442 +// flow-typed version: <>/@nightingale-elements/nightingale-links_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-manager_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-manager_vx.x.x.js index a0566ccca..839ebb39f 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-manager_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-manager_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 3e11f137708a2bc3a6f88b9e2a854552 -// flow-typed version: <>/@nightingale-elements/nightingale-manager_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: 30341aa80795678c02851422bb1ded91 +// flow-typed version: <>/@nightingale-elements/nightingale-manager_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-msa_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-msa_vx.x.x.js index e4d2e4b37..9a6363b49 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-msa_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-msa_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: d28f7b43debea826ed3af04ac0b6427f -// flow-typed version: <>/@nightingale-elements/nightingale-msa_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: d1aef250d1d118161eccfa0ea6faa95c +// flow-typed version: <>/@nightingale-elements/nightingale-msa_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -26,6 +26,10 @@ declare module '@nightingale-elements/nightingale-msa/dist' { declare module.exports: any; } +declare module '@nightingale-elements/nightingale-msa/dist/workers/web-worker-0' { + declare module.exports: any; +} + // Filename aliases declare module '@nightingale-elements/nightingale-msa/dist/index' { declare module.exports: $Exports<'@nightingale-elements/nightingale-msa/dist'>; @@ -33,3 +37,6 @@ declare module '@nightingale-elements/nightingale-msa/dist/index' { declare module '@nightingale-elements/nightingale-msa/dist/index.js' { declare module.exports: $Exports<'@nightingale-elements/nightingale-msa/dist'>; } +declare module '@nightingale-elements/nightingale-msa/dist/workers/web-worker-0.js' { + declare module.exports: $Exports<'@nightingale-elements/nightingale-msa/dist/workers/web-worker-0'>; +} diff --git a/flow-typed/npm/@nightingale-elements/nightingale-navigation_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-navigation_vx.x.x.js index f9e9367f0..70873ee1a 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-navigation_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-navigation_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 47eed0e38adf080d8a0271208b864674 -// flow-typed version: <>/@nightingale-elements/nightingale-navigation_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: dac3ba9bf811c5add75cbe26fd7cd064 +// flow-typed version: <>/@nightingale-elements/nightingale-navigation_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-new-core_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-new-core_vx.x.x.js index f71d2886c..7a9ac0039 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-new-core_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-new-core_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 77f69abb3b144da4d8a7326320ceacac -// flow-typed version: <>/@nightingale-elements/nightingale-new-core_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: 8956da9d893bb01e9dce3228be475f03 +// flow-typed version: <>/@nightingale-elements/nightingale-new-core_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-overlay_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-overlay_vx.x.x.js index 914a77931..dec1cf5b9 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-overlay_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-overlay_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e633febebec6e15d247c348083bd5dda -// flow-typed version: <>/@nightingale-elements/nightingale-overlay_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: 297a41aaa772b88395b50889f528e868 +// flow-typed version: <>/@nightingale-elements/nightingale-overlay_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-saver_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-saver_vx.x.x.js index 38aaa8d57..0df25535a 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-saver_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-saver_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: ddf372b64c3634b8ce4a88e3f8f11115 -// flow-typed version: <>/@nightingale-elements/nightingale-saver_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: 4d33db1ce8ea4bef1b4f68b47ceb3d41 +// flow-typed version: <>/@nightingale-elements/nightingale-saver_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-sequence_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-sequence_vx.x.x.js index 4a7419ec6..864152eb6 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-sequence_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-sequence_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: a793113b0d30adabc49ac0215d6e7b89 -// flow-typed version: <>/@nightingale-elements/nightingale-sequence_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: 887d60e3a3f5b79fc6f8fa20f396823c +// flow-typed version: <>/@nightingale-elements/nightingale-sequence_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-sunburst_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-sunburst_vx.x.x.js index 87d86bcd5..aa0135d13 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-sunburst_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-sunburst_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 63b2d73441b4098fc79eaaae2f056d55 -// flow-typed version: <>/@nightingale-elements/nightingale-sunburst_v4.0.21-alpha.0/flow_v0.171.0 +// flow-typed signature: e47226c22e4a0061efe6d16053d5bd8c +// flow-typed version: <>/@nightingale-elements/nightingale-sunburst_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@nightingale-elements/nightingale-track_vx.x.x.js b/flow-typed/npm/@nightingale-elements/nightingale-track_vx.x.x.js index eae3024a1..259caa594 100644 --- a/flow-typed/npm/@nightingale-elements/nightingale-track_vx.x.x.js +++ b/flow-typed/npm/@nightingale-elements/nightingale-track_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 678ad392131e30439ff28190dfb91b12 -// flow-typed version: <>/@nightingale-elements/nightingale-track_v4.0.23-alpha.0/flow_v0.171.0 +// flow-typed signature: 3396af1e4fd43c5bd9272e141259cc31 +// flow-typed version: <>/@nightingale-elements/nightingale-track_v4.5.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/@octokit/rest_v18.x.x.js b/flow-typed/npm/@octokit/rest_v18.x.x.js new file mode 100644 index 000000000..62f6fd347 --- /dev/null +++ b/flow-typed/npm/@octokit/rest_v18.x.x.js @@ -0,0 +1,185 @@ +// flow-typed signature: 6103021a6389a42ea8b41c577b3f91b3 +// flow-typed version: 79dc43986b/@octokit/rest_v18.x.x/flow_>=v0.83.x + +declare module '@octokit/rest' { + /** + * Octokit-specific request options which are ignored for the actual request, but can be used by Octokit or plugins to manipulate how the request is sent or how a response is handled + */ + declare type RequestRequestOptions = {| + /** + * Node only. Useful for custom proxy, certificate, or dns lookup. + * + * @see https://nodejs.org/api/http.html#http_class_http_agent + */ + agent?: mixed, + /** + * Custom replacement for built-in fetch method. Useful for testing or request hooks. + */ + fetch?: any, + /** + * Use an `AbortController` instance to cancel a request. In node you can only cancel streamed requests. + */ + signal?: any, + /** + * Node only. Request/response timeout in ms, it resets on redirect. 0 to disable (OS limit applies). `options.request.signal` is recommended instead. + */ + timeout?: number, + [option: string]: any, + |}; + + declare class Octokit { + constructor(options?: {| + authStrategy?: any, + auth?: any, + userAgent?: string, + previews?: Array, + baseUrl?: string, + log?: {| + debug?: (message: string) => mixed; + info?: (message: string) => mixed; + warn?: (message: string) => mixed; + error?: (message: string) => mixed; + |}, + request?: RequestRequestOptions, + timeZone?: string, + [option: string]: any, + |}): this; + + static VERSION: string; + + actions: {| [key: string]: any |}, + activity: {| [key: string]: any |}, + apps: {| [key: string]: any |}, + auth: (...args: Array) => Promise<{| [key: string]: any |}>, + billing: {| [key: string]: any |}, + checks: {| [key: string]: any |}, + codeScanning: {| [key: string]: any |}, + codesOfConduct: {| [key: string]: any |}, + emojis: {| [key: string]: any |}, + enterpriseAdmin: {| [key: string]: any |}, + gists: {| [key: string]: any |}, + git: {| [key: string]: any |}, + gitignore: {| [key: string]: any |}, + graphql: (...args: Array) => any, + hook: (...args: Array) => any, + interactions: {| [key: string]: any |}, + issues: {| [key: string]: any |}, + licenses: {| [key: string]: any |}, + log:{| [key: string]: any |}, + markdown: {| [key: string]: any |}, + meta: {| [key: string]: any |}, + migrations: {| [key: string]: any |}, + orgs: {| [key: string]: any |}, + packages: {| [key: string]: any |}, + paginate: (...args: Array) => any, + projects: {| [key: string]: any |}, + pulls: {| [key: string]: any |}, + rateLimit: {| [key: string]: any |}, + reactions: {| [key: string]: any |}, + repos: { + getContent: ({| + owner: string, + repo: string, + path?: string, + ref?: string, + |}) => Promise<{| + headers: {| [key: string]: any |}, + status: number, + url: string, + data: Array<{| + download_url: any, + git_url: string, + html_url: string, + name: string, + path: string, + sha: string, + size: number, + type: string, + url: string, + _links: {| + git: string, + html: string, + self: string, + |} + |}>, + |}>, + /** + * This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API. + * + * Information about published releases are available to everyone. Only users with push access will receive listings for draft releases. + */ + listReleases: ({| + /** + * The account owner of the repository. The name is not case sensitive. + */ + owner: string, + /** + * The name of the repository. The name is not case sensitive. + */ + repo: string, + /** + * The number of results per page (max 100). + */ + page?: number, + /** + * Page number of the results to fetch. + */ + per_page?: number, + |}) => Promise<{| + headers: {| [key: string]: any |}, + status: number, + url: string, + data: Array<{| + url: string, + assets_url: string, + upload_url: string, + html_url: string, + id: number, + author: {| + login: string, + id: number, + node_id: string, + avatar_url: string, + gravatar_id: string, + url: string, + html_url: string, + followers_url: string, + following_url: string, + gists_url: string, + starred_url: string, + subscriptions_url: string, + organizations_url: string, + repos_url: string, + events_url: string, + received_events_url: string, + type: string, + site_admin: boolean, + |}, + node_id: string, + tag_name: string, + target_commitish: string, + name: any, + draft: boolean, + prerelease: boolean, + created_at: string, + published_at: string, + assets: Array, + tarball_url: string, + zipball_url: string, + body: string, + |}>, + |}>, + [key: string]: any, + }, + request: (...args: Array) => any, + rest: {| [key: string]: any |}, + search: {| [key: string]: any |}, + secretScanning: {| [key: string]: any |}, + teams: {| [key: string]: any |}, + users: {| [key: string]: any |}, + } + + declare module.exports: {| + Octokit: typeof Octokit, + |}; +} diff --git a/flow-typed/npm/@storybook/addon-actions_vx.x.x.js b/flow-typed/npm/@storybook/addon-actions_vx.x.x.js deleted file mode 100644 index c0fd62680..000000000 --- a/flow-typed/npm/@storybook/addon-actions_vx.x.x.js +++ /dev/null @@ -1,574 +0,0 @@ -// flow-typed signature: 62719a474ec58863f04917cb59f069ca -// flow-typed version: <>/@storybook/addon-actions_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addon-actions' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addon-actions' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addon-actions/dist/cjs/components/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/components/ActionLogger/style' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/containers/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/ActionDisplay' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/ActionOptions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/ActionsFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/ActionsMap' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/DecoratorFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models/HandlerFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/models' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preset/addArgs' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preset/addArgsHelpers' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preset/addDecorator' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preset/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview/action' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview/actions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview/configureActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview/decorateAction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/cjs/preview/withActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/components/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/components/ActionLogger/style' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/containers/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/ActionDisplay' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/ActionOptions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/ActionsFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/ActionsMap' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/DecoratorFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models/HandlerFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/models' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preset/addArgs' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preset/addArgsHelpers' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preset/addDecorator' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preset/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview/action' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview/actions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview/configureActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview/decorateAction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/esm/preview/withActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/components/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/components/ActionLogger/style' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/containers/ActionLogger' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/ActionDisplay' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/ActionOptions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/ActionsFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/ActionsMap' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/DecoratorFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models/HandlerFunction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/models' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preset/addArgs' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preset/addArgsHelpers' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preset/addDecorator' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preset/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview/action' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview/actions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview/configureActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview/decorateAction' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/dist/modern/preview/withActions' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-actions/register' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addon-actions/dist/cjs/components/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/cjs/components/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/cjs/components/ActionLogger/style.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/components/ActionLogger/style'>; -} -declare module '@storybook/addon-actions/dist/cjs/constants.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/constants'>; -} -declare module '@storybook/addon-actions/dist/cjs/containers/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/cjs/containers/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs'>; -} -declare module '@storybook/addon-actions/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs'>; -} -declare module '@storybook/addon-actions/dist/cjs/manager.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/manager'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/ActionDisplay.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/ActionDisplay'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/ActionOptions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/ActionOptions'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/ActionsFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/ActionsFunction'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/ActionsMap.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/ActionsMap'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/DecoratorFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/DecoratorFunction'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/HandlerFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models/HandlerFunction'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models'>; -} -declare module '@storybook/addon-actions/dist/cjs/models/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/models'>; -} -declare module '@storybook/addon-actions/dist/cjs/preset/addArgs.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preset/addArgs'>; -} -declare module '@storybook/addon-actions/dist/cjs/preset/addArgsHelpers.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preset/addArgsHelpers'>; -} -declare module '@storybook/addon-actions/dist/cjs/preset/addDecorator.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preset/addDecorator'>; -} -declare module '@storybook/addon-actions/dist/cjs/preset/preview.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preset/preview'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/action.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview/action'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/actions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview/actions'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/configureActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview/configureActions'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/decorateAction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview/decorateAction'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview'>; -} -declare module '@storybook/addon-actions/dist/cjs/preview/withActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/cjs/preview/withActions'>; -} -declare module '@storybook/addon-actions/dist/esm/components/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/esm/components/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/esm/components/ActionLogger/style.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/components/ActionLogger/style'>; -} -declare module '@storybook/addon-actions/dist/esm/constants.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/constants'>; -} -declare module '@storybook/addon-actions/dist/esm/containers/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/esm/containers/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/esm/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm'>; -} -declare module '@storybook/addon-actions/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm'>; -} -declare module '@storybook/addon-actions/dist/esm/manager.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/manager'>; -} -declare module '@storybook/addon-actions/dist/esm/models/ActionDisplay.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/ActionDisplay'>; -} -declare module '@storybook/addon-actions/dist/esm/models/ActionOptions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/ActionOptions'>; -} -declare module '@storybook/addon-actions/dist/esm/models/ActionsFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/ActionsFunction'>; -} -declare module '@storybook/addon-actions/dist/esm/models/ActionsMap.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/ActionsMap'>; -} -declare module '@storybook/addon-actions/dist/esm/models/DecoratorFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/DecoratorFunction'>; -} -declare module '@storybook/addon-actions/dist/esm/models/HandlerFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models/HandlerFunction'>; -} -declare module '@storybook/addon-actions/dist/esm/models/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models'>; -} -declare module '@storybook/addon-actions/dist/esm/models/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/models'>; -} -declare module '@storybook/addon-actions/dist/esm/preset/addArgs.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preset/addArgs'>; -} -declare module '@storybook/addon-actions/dist/esm/preset/addArgsHelpers.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preset/addArgsHelpers'>; -} -declare module '@storybook/addon-actions/dist/esm/preset/addDecorator.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preset/addDecorator'>; -} -declare module '@storybook/addon-actions/dist/esm/preset/preview.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preset/preview'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/action.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview/action'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/actions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview/actions'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/configureActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview/configureActions'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/decorateAction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview/decorateAction'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview'>; -} -declare module '@storybook/addon-actions/dist/esm/preview/withActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/esm/preview/withActions'>; -} -declare module '@storybook/addon-actions/dist/modern/components/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/modern/components/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/components/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/modern/components/ActionLogger/style.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/components/ActionLogger/style'>; -} -declare module '@storybook/addon-actions/dist/modern/constants.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/constants'>; -} -declare module '@storybook/addon-actions/dist/modern/containers/ActionLogger/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/modern/containers/ActionLogger/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/containers/ActionLogger'>; -} -declare module '@storybook/addon-actions/dist/modern/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern'>; -} -declare module '@storybook/addon-actions/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern'>; -} -declare module '@storybook/addon-actions/dist/modern/manager.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/manager'>; -} -declare module '@storybook/addon-actions/dist/modern/models/ActionDisplay.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/ActionDisplay'>; -} -declare module '@storybook/addon-actions/dist/modern/models/ActionOptions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/ActionOptions'>; -} -declare module '@storybook/addon-actions/dist/modern/models/ActionsFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/ActionsFunction'>; -} -declare module '@storybook/addon-actions/dist/modern/models/ActionsMap.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/ActionsMap'>; -} -declare module '@storybook/addon-actions/dist/modern/models/DecoratorFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/DecoratorFunction'>; -} -declare module '@storybook/addon-actions/dist/modern/models/HandlerFunction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models/HandlerFunction'>; -} -declare module '@storybook/addon-actions/dist/modern/models/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models'>; -} -declare module '@storybook/addon-actions/dist/modern/models/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/models'>; -} -declare module '@storybook/addon-actions/dist/modern/preset/addArgs.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preset/addArgs'>; -} -declare module '@storybook/addon-actions/dist/modern/preset/addArgsHelpers.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preset/addArgsHelpers'>; -} -declare module '@storybook/addon-actions/dist/modern/preset/addDecorator.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preset/addDecorator'>; -} -declare module '@storybook/addon-actions/dist/modern/preset/preview.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preset/preview'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/action.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview/action'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/actions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview/actions'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/configureActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview/configureActions'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/decorateAction.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview/decorateAction'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/index' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/index.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview'>; -} -declare module '@storybook/addon-actions/dist/modern/preview/withActions.js' { - declare module.exports: $Exports<'@storybook/addon-actions/dist/modern/preview/withActions'>; -} -declare module '@storybook/addon-actions/manager.js' { - declare module.exports: $Exports<'@storybook/addon-actions/manager'>; -} -declare module '@storybook/addon-actions/preview.js' { - declare module.exports: $Exports<'@storybook/addon-actions/preview'>; -} -declare module '@storybook/addon-actions/register.js' { - declare module.exports: $Exports<'@storybook/addon-actions/register'>; -} diff --git a/flow-typed/npm/@storybook/addon-knobs_vx.x.x.js b/flow-typed/npm/@storybook/addon-knobs_vx.x.x.js deleted file mode 100644 index a94fff6aa..000000000 --- a/flow-typed/npm/@storybook/addon-knobs_vx.x.x.js +++ /dev/null @@ -1,297 +0,0 @@ -// flow-typed signature: 7864c939b37be4db2dbda31f5cee8c4d -// flow-typed version: <>/@storybook/addon-knobs_v6.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addon-knobs' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addon-knobs' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addon-knobs/check-metadata' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/__types__/knob-test-cases' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/Panel' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/Panel.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/PropForm' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Array' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Array.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Boolean' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Button' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Checkboxes' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Color' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Date' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Files' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Number' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Object' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Options' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Options.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Radio' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Radio.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Select' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Select.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/Text' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/components/types/types' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/converters' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/KnobManager' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/KnobManager.test' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/KnobStore' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/preset/addDecorator' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/register' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/registerKnobs' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/shared' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/title' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/type-defs' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/dist/typings.d' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/jest.config' { - declare module.exports: any; -} - -declare module '@storybook/addon-knobs/preset' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addon-knobs/check-metadata.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/check-metadata'>; -} -declare module '@storybook/addon-knobs/dist/__types__/knob-test-cases.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/__types__/knob-test-cases'>; -} -declare module '@storybook/addon-knobs/dist/components/Panel.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/Panel'>; -} -declare module '@storybook/addon-knobs/dist/components/Panel.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/Panel.test'>; -} -declare module '@storybook/addon-knobs/dist/components/PropForm.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/PropForm'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Array.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Array'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Array.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Array.test'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Boolean.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Boolean'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Button.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Button'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Checkboxes.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Checkboxes'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Color.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Color'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Date.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Date'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Files.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Files'>; -} -declare module '@storybook/addon-knobs/dist/components/types/index' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types'>; -} -declare module '@storybook/addon-knobs/dist/components/types/index.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Number.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Number'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Object.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Object'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Options.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Options'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Options.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Options.test'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Radio.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Radio'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Radio.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Radio.test'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Select.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Select'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Select.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Select.test'>; -} -declare module '@storybook/addon-knobs/dist/components/types/Text.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Text'>; -} -declare module '@storybook/addon-knobs/dist/components/types/types.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/types'>; -} -declare module '@storybook/addon-knobs/dist/converters.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/converters'>; -} -declare module '@storybook/addon-knobs/dist/index' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist'>; -} -declare module '@storybook/addon-knobs/dist/index.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist'>; -} -declare module '@storybook/addon-knobs/dist/KnobManager.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/KnobManager'>; -} -declare module '@storybook/addon-knobs/dist/KnobManager.test.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/KnobManager.test'>; -} -declare module '@storybook/addon-knobs/dist/KnobStore.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/KnobStore'>; -} -declare module '@storybook/addon-knobs/dist/preset/addDecorator.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/preset/addDecorator'>; -} -declare module '@storybook/addon-knobs/dist/register.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/register'>; -} -declare module '@storybook/addon-knobs/dist/registerKnobs.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/registerKnobs'>; -} -declare module '@storybook/addon-knobs/dist/shared.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/shared'>; -} -declare module '@storybook/addon-knobs/dist/title.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/title'>; -} -declare module '@storybook/addon-knobs/dist/type-defs.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/type-defs'>; -} -declare module '@storybook/addon-knobs/dist/typings.d.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/dist/typings.d'>; -} -declare module '@storybook/addon-knobs/jest.config.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/jest.config'>; -} -declare module '@storybook/addon-knobs/preset.js' { - declare module.exports: $Exports<'@storybook/addon-knobs/preset'>; -} diff --git a/flow-typed/npm/@storybook/addon-links_vx.x.x.js b/flow-typed/npm/@storybook/addon-links_vx.x.x.js deleted file mode 100644 index d9ab66400..000000000 --- a/flow-typed/npm/@storybook/addon-links_vx.x.x.js +++ /dev/null @@ -1,239 +0,0 @@ -// flow-typed signature: 31559b9abadb5314baab0ec75d0c1ce7 -// flow-typed version: <>/@storybook/addon-links_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addon-links' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addon-links' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addon-links/dist/cjs/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/react/components/link' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/react/components/RoutedLink' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/react' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/cjs/utils' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/react/components/link' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/react/components/RoutedLink' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/react' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/esm/utils' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/constants' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/react/components/link' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/react/components/RoutedLink' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/react' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/dist/modern/utils' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/preview' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/react' { - declare module.exports: any; -} - -declare module '@storybook/addon-links/register' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addon-links/dist/cjs/constants.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/constants'>; -} -declare module '@storybook/addon-links/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs'>; -} -declare module '@storybook/addon-links/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs'>; -} -declare module '@storybook/addon-links/dist/cjs/manager.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/manager'>; -} -declare module '@storybook/addon-links/dist/cjs/preview.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/preview'>; -} -declare module '@storybook/addon-links/dist/cjs/react/components/link.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/react/components/link'>; -} -declare module '@storybook/addon-links/dist/cjs/react/components/RoutedLink.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/react/components/RoutedLink'>; -} -declare module '@storybook/addon-links/dist/cjs/react/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/react'>; -} -declare module '@storybook/addon-links/dist/cjs/react/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/react'>; -} -declare module '@storybook/addon-links/dist/cjs/utils.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/cjs/utils'>; -} -declare module '@storybook/addon-links/dist/esm/constants.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/constants'>; -} -declare module '@storybook/addon-links/dist/esm/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm'>; -} -declare module '@storybook/addon-links/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm'>; -} -declare module '@storybook/addon-links/dist/esm/manager.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/manager'>; -} -declare module '@storybook/addon-links/dist/esm/preview.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/preview'>; -} -declare module '@storybook/addon-links/dist/esm/react/components/link.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/react/components/link'>; -} -declare module '@storybook/addon-links/dist/esm/react/components/RoutedLink.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/react/components/RoutedLink'>; -} -declare module '@storybook/addon-links/dist/esm/react/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/react'>; -} -declare module '@storybook/addon-links/dist/esm/react/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/react'>; -} -declare module '@storybook/addon-links/dist/esm/utils.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/esm/utils'>; -} -declare module '@storybook/addon-links/dist/modern/constants.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/constants'>; -} -declare module '@storybook/addon-links/dist/modern/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern'>; -} -declare module '@storybook/addon-links/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern'>; -} -declare module '@storybook/addon-links/dist/modern/manager.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/manager'>; -} -declare module '@storybook/addon-links/dist/modern/preview.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/preview'>; -} -declare module '@storybook/addon-links/dist/modern/react/components/link.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/react/components/link'>; -} -declare module '@storybook/addon-links/dist/modern/react/components/RoutedLink.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/react/components/RoutedLink'>; -} -declare module '@storybook/addon-links/dist/modern/react/index' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/react'>; -} -declare module '@storybook/addon-links/dist/modern/react/index.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/react'>; -} -declare module '@storybook/addon-links/dist/modern/utils.js' { - declare module.exports: $Exports<'@storybook/addon-links/dist/modern/utils'>; -} -declare module '@storybook/addon-links/manager.js' { - declare module.exports: $Exports<'@storybook/addon-links/manager'>; -} -declare module '@storybook/addon-links/preview.js' { - declare module.exports: $Exports<'@storybook/addon-links/preview'>; -} -declare module '@storybook/addon-links/react.js' { - declare module.exports: $Exports<'@storybook/addon-links/react'>; -} -declare module '@storybook/addon-links/register.js' { - declare module.exports: $Exports<'@storybook/addon-links/register'>; -} diff --git a/flow-typed/npm/@storybook/addon-postcss_vx.x.x.js b/flow-typed/npm/@storybook/addon-postcss_vx.x.x.js deleted file mode 100644 index bab92d062..000000000 --- a/flow-typed/npm/@storybook/addon-postcss_vx.x.x.js +++ /dev/null @@ -1,35 +0,0 @@ -// flow-typed signature: 2085dd3d82dc6883c8f01783727a978f -// flow-typed version: <>/@storybook/addon-postcss_v2.0.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addon-postcss' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addon-postcss' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addon-postcss/dist' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addon-postcss/dist/index' { - declare module.exports: $Exports<'@storybook/addon-postcss/dist'>; -} -declare module '@storybook/addon-postcss/dist/index.js' { - declare module.exports: $Exports<'@storybook/addon-postcss/dist'>; -} diff --git a/flow-typed/npm/@storybook/addon-storysource_vx.x.x.js b/flow-typed/npm/@storybook/addon-storysource_vx.x.x.js deleted file mode 100644 index cd1b00549..000000000 --- a/flow-typed/npm/@storybook/addon-storysource_vx.x.x.js +++ /dev/null @@ -1,132 +0,0 @@ -// flow-typed signature: 6655c335f735effe9fc6a7598b8dcf7b -// flow-typed version: <>/@storybook/addon-storysource_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addon-storysource' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addon-storysource' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addon-storysource/dist/cjs/events' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/cjs/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/cjs/StoryPanel' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/esm/events' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/esm/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/esm/StoryPanel' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/modern/events' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/modern/manager' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/dist/modern/StoryPanel' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/preset' { - declare module.exports: any; -} - -declare module '@storybook/addon-storysource/register' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addon-storysource/dist/cjs/events.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/cjs/events'>; -} -declare module '@storybook/addon-storysource/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/cjs'>; -} -declare module '@storybook/addon-storysource/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/cjs'>; -} -declare module '@storybook/addon-storysource/dist/cjs/manager.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/cjs/manager'>; -} -declare module '@storybook/addon-storysource/dist/cjs/StoryPanel.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/cjs/StoryPanel'>; -} -declare module '@storybook/addon-storysource/dist/esm/events.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/esm/events'>; -} -declare module '@storybook/addon-storysource/dist/esm/index' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/esm'>; -} -declare module '@storybook/addon-storysource/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/esm'>; -} -declare module '@storybook/addon-storysource/dist/esm/manager.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/esm/manager'>; -} -declare module '@storybook/addon-storysource/dist/esm/StoryPanel.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/esm/StoryPanel'>; -} -declare module '@storybook/addon-storysource/dist/modern/events.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/modern/events'>; -} -declare module '@storybook/addon-storysource/dist/modern/index' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/modern'>; -} -declare module '@storybook/addon-storysource/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/modern'>; -} -declare module '@storybook/addon-storysource/dist/modern/manager.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/modern/manager'>; -} -declare module '@storybook/addon-storysource/dist/modern/StoryPanel.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/dist/modern/StoryPanel'>; -} -declare module '@storybook/addon-storysource/preset.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/preset'>; -} -declare module '@storybook/addon-storysource/register.js' { - declare module.exports: $Exports<'@storybook/addon-storysource/register'>; -} diff --git a/flow-typed/npm/@storybook/addons_vx.x.x.js b/flow-typed/npm/@storybook/addons_vx.x.x.js deleted file mode 100644 index 39eb3ed9a..000000000 --- a/flow-typed/npm/@storybook/addons_vx.x.x.js +++ /dev/null @@ -1,160 +0,0 @@ -// flow-typed signature: 530770f12a199ead9dca6b3db926dce4 -// flow-typed version: <>/@storybook/addons_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/addons' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/addons' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/addons/dist/cjs/hooks' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/cjs/make-decorator' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/cjs/public_api' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/cjs/storybook-channel-mock' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/cjs/types' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm/hooks' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm/make-decorator' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm/public_api' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm/storybook-channel-mock' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/esm/types' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern/hooks' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern/make-decorator' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern/public_api' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern/storybook-channel-mock' { - declare module.exports: any; -} - -declare module '@storybook/addons/dist/modern/types' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/addons/dist/cjs/hooks.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs/hooks'>; -} -declare module '@storybook/addons/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs'>; -} -declare module '@storybook/addons/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs'>; -} -declare module '@storybook/addons/dist/cjs/make-decorator.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs/make-decorator'>; -} -declare module '@storybook/addons/dist/cjs/public_api.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs/public_api'>; -} -declare module '@storybook/addons/dist/cjs/storybook-channel-mock.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs/storybook-channel-mock'>; -} -declare module '@storybook/addons/dist/cjs/types.js' { - declare module.exports: $Exports<'@storybook/addons/dist/cjs/types'>; -} -declare module '@storybook/addons/dist/esm/hooks.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm/hooks'>; -} -declare module '@storybook/addons/dist/esm/index' { - declare module.exports: $Exports<'@storybook/addons/dist/esm'>; -} -declare module '@storybook/addons/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm'>; -} -declare module '@storybook/addons/dist/esm/make-decorator.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm/make-decorator'>; -} -declare module '@storybook/addons/dist/esm/public_api.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm/public_api'>; -} -declare module '@storybook/addons/dist/esm/storybook-channel-mock.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm/storybook-channel-mock'>; -} -declare module '@storybook/addons/dist/esm/types.js' { - declare module.exports: $Exports<'@storybook/addons/dist/esm/types'>; -} -declare module '@storybook/addons/dist/modern/hooks.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern/hooks'>; -} -declare module '@storybook/addons/dist/modern/index' { - declare module.exports: $Exports<'@storybook/addons/dist/modern'>; -} -declare module '@storybook/addons/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern'>; -} -declare module '@storybook/addons/dist/modern/make-decorator.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern/make-decorator'>; -} -declare module '@storybook/addons/dist/modern/public_api.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern/public_api'>; -} -declare module '@storybook/addons/dist/modern/storybook-channel-mock.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern/storybook-channel-mock'>; -} -declare module '@storybook/addons/dist/modern/types.js' { - declare module.exports: $Exports<'@storybook/addons/dist/modern/types'>; -} diff --git a/flow-typed/npm/@storybook/builder-webpack5_vx.x.x.js b/flow-typed/npm/@storybook/builder-webpack5_vx.x.x.js deleted file mode 100644 index f75cc9807..000000000 --- a/flow-typed/npm/@storybook/builder-webpack5_vx.x.x.js +++ /dev/null @@ -1,223 +0,0 @@ -// flow-typed signature: 8a176814f232d729c3f4ba9372e746e5 -// flow-typed version: <>/@storybook/builder-webpack5_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/builder-webpack5' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/builder-webpack5' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/builder-webpack5/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/presets/custom-webpack-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/presets/preview-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/babel-loader-preview' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/base-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/iframe-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/useBaseTsSupport' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/virtualModuleEntry.template' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/cjs/preview/virtualModuleStory.template' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/presets/custom-webpack-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/presets/preview-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/babel-loader-preview' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/base-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/iframe-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/useBaseTsSupport' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/virtualModuleEntry.template' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/esm/preview/virtualModuleStory.template' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/presets/custom-webpack-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/presets/preview-preset' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/babel-loader-preview' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/base-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/iframe-webpack.config' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/useBaseTsSupport' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/virtualModuleEntry.template' { - declare module.exports: any; -} - -declare module '@storybook/builder-webpack5/dist/modern/preview/virtualModuleStory.template' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/builder-webpack5/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/presets/custom-webpack-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/presets/custom-webpack-preset'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/presets/preview-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/presets/preview-preset'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/babel-loader-preview.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/babel-loader-preview'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/base-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/base-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/iframe-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/iframe-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/useBaseTsSupport.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/useBaseTsSupport'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/virtualModuleEntry.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/virtualModuleEntry.template'>; -} -declare module '@storybook/builder-webpack5/dist/cjs/preview/virtualModuleStory.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/cjs/preview/virtualModuleStory.template'>; -} -declare module '@storybook/builder-webpack5/dist/esm/index' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm'>; -} -declare module '@storybook/builder-webpack5/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm'>; -} -declare module '@storybook/builder-webpack5/dist/esm/presets/custom-webpack-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/presets/custom-webpack-preset'>; -} -declare module '@storybook/builder-webpack5/dist/esm/presets/preview-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/presets/preview-preset'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/babel-loader-preview.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/babel-loader-preview'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/base-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/base-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/iframe-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/iframe-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/useBaseTsSupport.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/useBaseTsSupport'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/virtualModuleEntry.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/virtualModuleEntry.template'>; -} -declare module '@storybook/builder-webpack5/dist/esm/preview/virtualModuleStory.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/esm/preview/virtualModuleStory.template'>; -} -declare module '@storybook/builder-webpack5/dist/modern/index' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern'>; -} -declare module '@storybook/builder-webpack5/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern'>; -} -declare module '@storybook/builder-webpack5/dist/modern/presets/custom-webpack-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/presets/custom-webpack-preset'>; -} -declare module '@storybook/builder-webpack5/dist/modern/presets/preview-preset.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/presets/preview-preset'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/babel-loader-preview.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/babel-loader-preview'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/base-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/base-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/iframe-webpack.config.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/iframe-webpack.config'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/useBaseTsSupport.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/useBaseTsSupport'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/virtualModuleEntry.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/virtualModuleEntry.template'>; -} -declare module '@storybook/builder-webpack5/dist/modern/preview/virtualModuleStory.template.js' { - declare module.exports: $Exports<'@storybook/builder-webpack5/dist/modern/preview/virtualModuleStory.template'>; -} diff --git a/flow-typed/npm/@storybook/manager-webpack5_vx.x.x.js b/flow-typed/npm/@storybook/manager-webpack5_vx.x.x.js deleted file mode 100644 index 5ee4f8454..000000000 --- a/flow-typed/npm/@storybook/manager-webpack5_vx.x.x.js +++ /dev/null @@ -1,293 +0,0 @@ -// flow-typed signature: f5efb51cdf1fad4cd3b1c08adc7b79f6 -// flow-typed version: <>/@storybook/manager-webpack5_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/manager-webpack5' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/manager-webpack5' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/manager-webpack5/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/manager-config' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/presets/babel-loader-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/presets/manager-preset' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/utils/manager-cache' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/utils/output-stats' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/utils/prebuilt-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/cjs/virtualModuleRef.template' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/manager-config' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/presets/babel-loader-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/presets/manager-preset' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/utils/manager-cache' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/utils/output-stats' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/utils/prebuilt-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/esm/virtualModuleRef.template' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/manager-config' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/presets/babel-loader-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/presets/manager-preset' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/utils/manager-cache' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/utils/output-stats' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/utils/prebuilt-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/dist/modern/virtualModuleRef.template' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/manager-preset' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt-manager' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/0.e5489f12ab94aa497491.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/1.7d0dd704b26935d06a04.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/10.398dd7a0522c1ff2b3a8.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/5.23ef655b5acff6eac8ad.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/6.d2f96bcf3b11b0f1a44b.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/7.a1c5467faea0833b53d1.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/8.65ec2749796fb05c258c.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/9.acd0ef9064e0667433ac.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/main.93d2c8aa127bed373c8a.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/runtime~main.8e5cf3a9715a0d32d390.manager.bundle' { - declare module.exports: any; -} - -declare module '@storybook/manager-webpack5/prebuilt/vendors~main.7c47903ea43e951c3707.manager.bundle' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/manager-webpack5/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/manager-config.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/manager-config'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/presets/babel-loader-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/presets/babel-loader-manager'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/presets/manager-preset.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/presets/manager-preset'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/utils/manager-cache.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/utils/manager-cache'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/utils/output-stats.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/utils/output-stats'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/utils/prebuilt-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/utils/prebuilt-manager'>; -} -declare module '@storybook/manager-webpack5/dist/cjs/virtualModuleRef.template.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/cjs/virtualModuleRef.template'>; -} -declare module '@storybook/manager-webpack5/dist/esm/index' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm'>; -} -declare module '@storybook/manager-webpack5/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm'>; -} -declare module '@storybook/manager-webpack5/dist/esm/manager-config.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/manager-config'>; -} -declare module '@storybook/manager-webpack5/dist/esm/presets/babel-loader-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/presets/babel-loader-manager'>; -} -declare module '@storybook/manager-webpack5/dist/esm/presets/manager-preset.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/presets/manager-preset'>; -} -declare module '@storybook/manager-webpack5/dist/esm/utils/manager-cache.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/utils/manager-cache'>; -} -declare module '@storybook/manager-webpack5/dist/esm/utils/output-stats.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/utils/output-stats'>; -} -declare module '@storybook/manager-webpack5/dist/esm/utils/prebuilt-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/utils/prebuilt-manager'>; -} -declare module '@storybook/manager-webpack5/dist/esm/virtualModuleRef.template.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/esm/virtualModuleRef.template'>; -} -declare module '@storybook/manager-webpack5/dist/modern/index' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern'>; -} -declare module '@storybook/manager-webpack5/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern'>; -} -declare module '@storybook/manager-webpack5/dist/modern/manager-config.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/manager-config'>; -} -declare module '@storybook/manager-webpack5/dist/modern/presets/babel-loader-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/presets/babel-loader-manager'>; -} -declare module '@storybook/manager-webpack5/dist/modern/presets/manager-preset.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/presets/manager-preset'>; -} -declare module '@storybook/manager-webpack5/dist/modern/utils/manager-cache.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/utils/manager-cache'>; -} -declare module '@storybook/manager-webpack5/dist/modern/utils/output-stats.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/utils/output-stats'>; -} -declare module '@storybook/manager-webpack5/dist/modern/utils/prebuilt-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/utils/prebuilt-manager'>; -} -declare module '@storybook/manager-webpack5/dist/modern/virtualModuleRef.template.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/dist/modern/virtualModuleRef.template'>; -} -declare module '@storybook/manager-webpack5/manager-preset.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/manager-preset'>; -} -declare module '@storybook/manager-webpack5/prebuilt-manager.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt-manager'>; -} -declare module '@storybook/manager-webpack5/prebuilt/0.e5489f12ab94aa497491.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/0.e5489f12ab94aa497491.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/1.7d0dd704b26935d06a04.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/1.7d0dd704b26935d06a04.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/10.398dd7a0522c1ff2b3a8.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/10.398dd7a0522c1ff2b3a8.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/5.23ef655b5acff6eac8ad.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/5.23ef655b5acff6eac8ad.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/6.d2f96bcf3b11b0f1a44b.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/6.d2f96bcf3b11b0f1a44b.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/7.a1c5467faea0833b53d1.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/7.a1c5467faea0833b53d1.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/8.65ec2749796fb05c258c.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/8.65ec2749796fb05c258c.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/9.acd0ef9064e0667433ac.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/9.acd0ef9064e0667433ac.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/main.93d2c8aa127bed373c8a.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/main.93d2c8aa127bed373c8a.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/runtime~main.8e5cf3a9715a0d32d390.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/runtime~main.8e5cf3a9715a0d32d390.manager.bundle'>; -} -declare module '@storybook/manager-webpack5/prebuilt/vendors~main.7c47903ea43e951c3707.manager.bundle.js' { - declare module.exports: $Exports<'@storybook/manager-webpack5/prebuilt/vendors~main.7c47903ea43e951c3707.manager.bundle'>; -} diff --git a/flow-typed/npm/@storybook/react_v6.x.x.js b/flow-typed/npm/@storybook/react_v6.x.x.js deleted file mode 100644 index 15b05e31e..000000000 --- a/flow-typed/npm/@storybook/react_v6.x.x.js +++ /dev/null @@ -1,67 +0,0 @@ -// flow-typed signature: ffbe262652c2690829aaf72cb827a910 -// flow-typed version: 9d326d4ede/@storybook/react_v6.x.x/flow_>=v0.142.x - -type NodeModule = typeof module; - -declare module '@storybook/react' { - declare type Context = {| - +argTypes: { [key: string]: any, ... }, - +args: { [key: string]: any, ... }, - +globals: { [key: string]: any, ... }, - +hooks: { [key: string]: any, ... }, - +id: string, - +kind: string, - +name: string, - +parameters: { [key: string]: any, ... }, - +story: string, - |}; - declare type Renderable = - | string - | number - | React$Element - | Iterable; - declare type RenderCallback = ( - context: Context - ) => Renderable; - declare type RenderFunction = () => Renderable; - - declare type StoryDecorator = ( - story: RenderFunction, - context: Context - ) => Renderable; - - declare type DecoratorParameters = { [key: string]: any, ... }; - - declare interface Story { - +kind: string; - add( - storyName: string, - callback: RenderCallback, - parameters?: DecoratorParameters - ): Story; - addDecorator(decorator: StoryDecorator): Story; - addParameters(parameters: DecoratorParameters): Story; - } - - declare interface StoryObject { - name: string; - render: RenderFunction; - } - - declare interface StoryBucket { - kind: string; - filename: string; - stories: Array; - } - - declare function addDecorator(decorator: StoryDecorator): void; - declare function addParameters(parameters: DecoratorParameters): void; - declare function clearDecorators(): void; - declare function configure(fn: () => void, module: NodeModule): void; - declare function setAddon(addon: { [key: string]: any, ... }): void; - declare function storiesOf(name: string, module: NodeModule): Story; - declare function storiesOf(name: string, module: NodeModule): Story & T; - declare function forceReRender(): void; - - declare function getStorybook(): Array; -} diff --git a/flow-typed/npm/@storybook/react_vx.x.x.js b/flow-typed/npm/@storybook/react_vx.x.x.js deleted file mode 100644 index 98ff7bb8a..000000000 --- a/flow-typed/npm/@storybook/react_vx.x.x.js +++ /dev/null @@ -1,184 +0,0 @@ -// flow-typed signature: 9e4a03639aee352a2ac74cc867739d8c -// flow-typed version: <>/@storybook/react_v6.1.14/flow_v0.142.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/react' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/react' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/react/bin/build' { - declare module.exports: any; -} - -declare module '@storybook/react/bin' { - declare module.exports: any; -} - -declare module '@storybook/react/demo' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client/preview/globals' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client/preview' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client/preview/render' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client/preview/types-6-0' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/client/preview/types' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/demo/Button' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/demo/Welcome' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/build' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/cra-config' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/framework-preset-cra' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/framework-preset-react-docgen' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/framework-preset-react' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/options' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/server/types' { - declare module.exports: any; -} - -declare module '@storybook/react/dist/typings.d' { - declare module.exports: any; -} - -declare module '@storybook/react/standalone' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/react/bin/build.js' { - declare module.exports: $Exports<'@storybook/react/bin/build'>; -} -declare module '@storybook/react/bin/index' { - declare module.exports: $Exports<'@storybook/react/bin'>; -} -declare module '@storybook/react/bin/index.js' { - declare module.exports: $Exports<'@storybook/react/bin'>; -} -declare module '@storybook/react/demo.js' { - declare module.exports: $Exports<'@storybook/react/demo'>; -} -declare module '@storybook/react/dist/client/index' { - declare module.exports: $Exports<'@storybook/react/dist/client'>; -} -declare module '@storybook/react/dist/client/index.js' { - declare module.exports: $Exports<'@storybook/react/dist/client'>; -} -declare module '@storybook/react/dist/client/preview/globals.js' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview/globals'>; -} -declare module '@storybook/react/dist/client/preview/index' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview'>; -} -declare module '@storybook/react/dist/client/preview/index.js' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview'>; -} -declare module '@storybook/react/dist/client/preview/render.js' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview/render'>; -} -declare module '@storybook/react/dist/client/preview/types-6-0.js' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview/types-6-0'>; -} -declare module '@storybook/react/dist/client/preview/types.js' { - declare module.exports: $Exports<'@storybook/react/dist/client/preview/types'>; -} -declare module '@storybook/react/dist/demo/Button.js' { - declare module.exports: $Exports<'@storybook/react/dist/demo/Button'>; -} -declare module '@storybook/react/dist/demo/Welcome.js' { - declare module.exports: $Exports<'@storybook/react/dist/demo/Welcome'>; -} -declare module '@storybook/react/dist/server/build.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/build'>; -} -declare module '@storybook/react/dist/server/cra-config.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/cra-config'>; -} -declare module '@storybook/react/dist/server/framework-preset-cra.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/framework-preset-cra'>; -} -declare module '@storybook/react/dist/server/framework-preset-react-docgen.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/framework-preset-react-docgen'>; -} -declare module '@storybook/react/dist/server/framework-preset-react.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/framework-preset-react'>; -} -declare module '@storybook/react/dist/server/index' { - declare module.exports: $Exports<'@storybook/react/dist/server'>; -} -declare module '@storybook/react/dist/server/index.js' { - declare module.exports: $Exports<'@storybook/react/dist/server'>; -} -declare module '@storybook/react/dist/server/options.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/options'>; -} -declare module '@storybook/react/dist/server/types.js' { - declare module.exports: $Exports<'@storybook/react/dist/server/types'>; -} -declare module '@storybook/react/dist/typings.d.js' { - declare module.exports: $Exports<'@storybook/react/dist/typings.d'>; -} -declare module '@storybook/react/standalone.js' { - declare module.exports: $Exports<'@storybook/react/standalone'>; -} diff --git a/flow-typed/npm/@storybook/theming_vx.x.x.js b/flow-typed/npm/@storybook/theming_vx.x.x.js deleted file mode 100644 index a96e60451..000000000 --- a/flow-typed/npm/@storybook/theming_vx.x.x.js +++ /dev/null @@ -1,69 +0,0 @@ -// flow-typed signature: 70fddd4e29c78defc752833bcd30db4a -// flow-typed version: <>/@storybook/theming_v6.5.16/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@storybook/theming' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@storybook/theming' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@storybook/theming/create' { - declare module.exports: any; -} - -declare module '@storybook/theming/dist/cjs' { - declare module.exports: any; -} - -declare module '@storybook/theming/dist/esm' { - declare module.exports: any; -} - -declare module '@storybook/theming/dist/modern' { - declare module.exports: any; -} - -declare module '@storybook/theming/paths' { - declare module.exports: any; -} - -// Filename aliases -declare module '@storybook/theming/create.js' { - declare module.exports: $Exports<'@storybook/theming/create'>; -} -declare module '@storybook/theming/dist/cjs/index' { - declare module.exports: $Exports<'@storybook/theming/dist/cjs'>; -} -declare module '@storybook/theming/dist/cjs/index.js' { - declare module.exports: $Exports<'@storybook/theming/dist/cjs'>; -} -declare module '@storybook/theming/dist/esm/index' { - declare module.exports: $Exports<'@storybook/theming/dist/esm'>; -} -declare module '@storybook/theming/dist/esm/index.js' { - declare module.exports: $Exports<'@storybook/theming/dist/esm'>; -} -declare module '@storybook/theming/dist/modern/index' { - declare module.exports: $Exports<'@storybook/theming/dist/modern'>; -} -declare module '@storybook/theming/dist/modern/index.js' { - declare module.exports: $Exports<'@storybook/theming/dist/modern'>; -} -declare module '@storybook/theming/paths.js' { - declare module.exports: $Exports<'@storybook/theming/paths'>; -} diff --git a/flow-typed/npm/@tippy.js/react_vx.x.x.js b/flow-typed/npm/@tippy.js/react_vx.x.x.js deleted file mode 100644 index 34427afff..000000000 --- a/flow-typed/npm/@tippy.js/react_vx.x.x.js +++ /dev/null @@ -1,46 +0,0 @@ -// flow-typed signature: ad22bc69228676e073ceee922b6c18fc -// flow-typed version: <>/@tippy.js/react_v3.1.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * '@tippy.js/react' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module '@tippy.js/react' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module '@tippy.js/react/dist/tippy-react.esm' { - declare module.exports: any; -} - -declare module '@tippy.js/react/dist/tippy-react.umd' { - declare module.exports: any; -} - -declare module '@tippy.js/react/dist/tippy-react.umd.min' { - declare module.exports: any; -} - -// Filename aliases -declare module '@tippy.js/react/dist/tippy-react.esm.js' { - declare module.exports: $Exports<'@tippy.js/react/dist/tippy-react.esm'>; -} -declare module '@tippy.js/react/dist/tippy-react.umd.js' { - declare module.exports: $Exports<'@tippy.js/react/dist/tippy-react.umd'>; -} -declare module '@tippy.js/react/dist/tippy-react.umd.min.js' { - declare module.exports: $Exports<'@tippy.js/react/dist/tippy-react.umd.min'>; -} diff --git a/flow-typed/npm/@types/d3-scale_vx.x.x.js b/flow-typed/npm/@types/d3-scale_vx.x.x.js new file mode 100644 index 000000000..d5295b73e --- /dev/null +++ b/flow-typed/npm/@types/d3-scale_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: a342d6f6968743dec2f6882e7060847d +// flow-typed version: <>/@types/d3-scale_v4.0.8/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@types/d3-scale' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@types/d3-scale' { + declare module.exports: any; +} diff --git a/flow-typed/npm/@types/dompurify_vx.x.x.js b/flow-typed/npm/@types/dompurify_vx.x.x.js new file mode 100644 index 000000000..cc4f0eaf5 --- /dev/null +++ b/flow-typed/npm/@types/dompurify_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: a98c90191cc8354131282e7e71e8daff +// flow-typed version: <>/@types/dompurify_v3.0.5/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@types/dompurify' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@types/dompurify' { + declare module.exports: any; +} diff --git a/flow-typed/npm/babel-node_vx.x.x.js b/flow-typed/npm/@types/gtag.js_vx.x.x.js similarity index 62% rename from flow-typed/npm/babel-node_vx.x.x.js rename to flow-typed/npm/@types/gtag.js_vx.x.x.js index 5262f01d2..ea7524a8c 100644 --- a/flow-typed/npm/babel-node_vx.x.x.js +++ b/flow-typed/npm/@types/gtag.js_vx.x.x.js @@ -1,10 +1,10 @@ -// flow-typed signature: 7e6d38674943c0c89e44bddaec8b3b3f -// flow-typed version: <>/babel-node_v0.0.1-security/flow_v0.171.0 +// flow-typed signature: 2de9ba7fc0af6f5ba831a4162fc13376 +// flow-typed version: <>/@types/gtag.js_v0.0.18/flow_v0.171.0 /** * This is an autogenerated libdef stub for: * - * 'babel-node' + * '@types/gtag.js' * * Fill this stub out by replacing all the `any` types. * @@ -13,6 +13,6 @@ * https://github.com/flowtype/flow-typed */ -declare module 'babel-node' { +declare module '@types/gtag.js' { declare module.exports: any; } diff --git a/flow-typed/npm/@types/lodash-es_vx.x.x.js b/flow-typed/npm/@types/lodash-es_vx.x.x.js new file mode 100644 index 000000000..136bd423f --- /dev/null +++ b/flow-typed/npm/@types/lodash-es_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: 41cc87ec8308a89d4fac69b3d5ee810c +// flow-typed version: <>/@types/lodash-es_v4.17.12/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@types/lodash-es' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@types/lodash-es' { + declare module.exports: any; +} diff --git a/flow-typed/npm/@types/react-dom_vx.x.x.js b/flow-typed/npm/@types/react-dom_vx.x.x.js new file mode 100644 index 000000000..41c69444a --- /dev/null +++ b/flow-typed/npm/@types/react-dom_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: 0e8d2e75455134052e6f7efe685b6f10 +// flow-typed version: <>/@types/react-dom_v18.2.18/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@types/react-dom' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@types/react-dom' { + declare module.exports: any; +} diff --git a/flow-typed/npm/@typescript-eslint/eslint-plugin_vx.x.x.js b/flow-typed/npm/@typescript-eslint/eslint-plugin_vx.x.x.js new file mode 100644 index 000000000..c33da1724 --- /dev/null +++ b/flow-typed/npm/@typescript-eslint/eslint-plugin_vx.x.x.js @@ -0,0 +1,1304 @@ +// flow-typed signature: f0bdbc607b8d29fe664e53ac39fd9d65 +// flow-typed version: <>/@typescript-eslint/eslint-plugin_v6.17.0/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@typescript-eslint/eslint-plugin' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@typescript-eslint/eslint-plugin' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@typescript-eslint/eslint-plugin/dist/configs/all' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/base' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/recommended' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/strict' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/configs/stylistic' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/array-type' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/await-thenable' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-types' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/block-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/brace-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/comma-dangle' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/comma-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/default-param-last' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/dot-notation' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/indent' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/init-declarations' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/key-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/max-params' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/member-ordering' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/method-signature-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-empty-function' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-loop-func' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-misused-new' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-namespace' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-redeclare' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-require-imports' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-shadow' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-this-alias' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-type-alias' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-template-literals' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-var-requires' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/parameter-properties' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-includes' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/promise-function-async' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/quotes' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/require-await' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/return-await' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/semi' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/typedef' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/unbound-method' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/rules/unified-signatures' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/astUtils' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/createRule' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/escapeRegExp' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getStringLength' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getThisExpression' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getWrappedCode' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/isNodeEqual' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/isNullLiteral' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/misc' { + declare module.exports: any; +} + +declare module '@typescript-eslint/eslint-plugin/dist/util/objectIterators' { + declare module.exports: any; +} + +// Filename aliases +declare module '@typescript-eslint/eslint-plugin/dist/configs/all.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/all'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/base.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/base'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/recommended.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/recommended'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/strict.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/strict'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/configs/stylistic.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/configs/stylistic'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/index' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/index.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/array-type.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/array-type'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/await-thenable'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/ban-types.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/ban-types'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/block-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/block-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/brace-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/brace-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/comma-dangle.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/comma-dangle'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/comma-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/comma-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/default-param-last'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/dot-notation'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/func-call-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/indent.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/indent'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/index' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/index.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/init-declarations'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/key-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/key-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/keyword-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/lines-around-comment'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/lines-between-class-members'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/max-params.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/max-params'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/member-delimiter-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/member-ordering'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/method-signature-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/naming-convention'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-empty-function'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-extra-parens'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-extra-semi'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-loop-func'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-misused-new'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-namespace'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-redeclare'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-require-imports'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-shadow'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-this-alias'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-throw-literal'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-type-alias'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-useless-template-literals.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-useless-template-literals'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/no-var-requires'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/object-curly-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/padding-line-between-statements'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/parameter-properties'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-includes'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/promise-function-async'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/quotes.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/quotes'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/require-await.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/require-await'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/return-await.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/return-await'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/semi.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/semi'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/space-before-blocks'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/space-before-function-paren'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/space-infix-ops'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/type-annotation-spacing'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/typedef.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/typedef'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/unbound-method'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/rules/unified-signatures'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/astUtils.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/astUtils'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/createRule.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/createRule'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/escapeRegExp'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getStringLength.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getStringLength'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getThisExpression'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getWrappedCode'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/index' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/index.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/isNodeEqual'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/isNullLiteral'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/misc.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/misc'>; +} +declare module '@typescript-eslint/eslint-plugin/dist/util/objectIterators.js' { + declare module.exports: $Exports<'@typescript-eslint/eslint-plugin/dist/util/objectIterators'>; +} diff --git a/flow-typed/npm/@typescript-eslint/parser_vx.x.x.js b/flow-typed/npm/@typescript-eslint/parser_vx.x.x.js new file mode 100644 index 000000000..07ab1f031 --- /dev/null +++ b/flow-typed/npm/@typescript-eslint/parser_vx.x.x.js @@ -0,0 +1,42 @@ +// flow-typed signature: 0873e6f4dc2c809fb32f8a399108181f +// flow-typed version: <>/@typescript-eslint/parser_v6.17.0/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * '@typescript-eslint/parser' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module '@typescript-eslint/parser' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module '@typescript-eslint/parser/dist' { + declare module.exports: any; +} + +declare module '@typescript-eslint/parser/dist/parser' { + declare module.exports: any; +} + +// Filename aliases +declare module '@typescript-eslint/parser/dist/index' { + declare module.exports: $Exports<'@typescript-eslint/parser/dist'>; +} +declare module '@typescript-eslint/parser/dist/index.js' { + declare module.exports: $Exports<'@typescript-eslint/parser/dist'>; +} +declare module '@typescript-eslint/parser/dist/parser.js' { + declare module.exports: $Exports<'@typescript-eslint/parser/dist/parser'>; +} diff --git a/flow-typed/npm/@webcomponents/webcomponentsjs_vx.x.x.js b/flow-typed/npm/@webcomponents/webcomponentsjs_vx.x.x.js index 69eaa3c57..aac77be99 100644 --- a/flow-typed/npm/@webcomponents/webcomponentsjs_vx.x.x.js +++ b/flow-typed/npm/@webcomponents/webcomponentsjs_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 1a6c21a2184e62fdf725d34919676084 -// flow-typed version: <>/@webcomponents/webcomponentsjs_v2.7.0/flow_v0.171.0 +// flow-typed signature: cf5d9725ad372785b37e08b247d233ca +// flow-typed version: <>/@webcomponents/webcomponentsjs_v2.8.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -158,6 +158,10 @@ declare module '@webcomponents/webcomponentsjs/src/platform/symbol' { declare module.exports: any; } +declare module '@webcomponents/webcomponentsjs/src/platform/toggle-attribute' { + declare module.exports: any; +} + declare module '@webcomponents/webcomponentsjs/src/unresolved' { declare module.exports: any; } @@ -279,6 +283,9 @@ declare module '@webcomponents/webcomponentsjs/src/platform/svg-element-class-li declare module '@webcomponents/webcomponentsjs/src/platform/symbol.js' { declare module.exports: $Exports<'@webcomponents/webcomponentsjs/src/platform/symbol'>; } +declare module '@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js' { + declare module.exports: $Exports<'@webcomponents/webcomponentsjs/src/platform/toggle-attribute'>; +} declare module '@webcomponents/webcomponentsjs/src/unresolved.js' { declare module.exports: $Exports<'@webcomponents/webcomponentsjs/src/unresolved'>; } diff --git a/flow-typed/npm/acorn_vx.x.x.js b/flow-typed/npm/acorn_vx.x.x.js deleted file mode 100644 index 18e552edf..000000000 --- a/flow-typed/npm/acorn_vx.x.x.js +++ /dev/null @@ -1,39 +0,0 @@ -// flow-typed signature: 216f4b6ad857e35c255324cfc4cfbfb1 -// flow-typed version: <>/acorn_v6.2.1/flow_v0.104.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'acorn' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'acorn' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'acorn/dist/acorn' { - declare module.exports: any; -} - -declare module 'acorn/dist/bin' { - declare module.exports: any; -} - -// Filename aliases -declare module 'acorn/dist/acorn.js' { - declare module.exports: $Exports<'acorn/dist/acorn'>; -} -declare module 'acorn/dist/bin.js' { - declare module.exports: $Exports<'acorn/dist/bin'>; -} diff --git a/flow-typed/npm/babel-core_vx.x.x.js b/flow-typed/npm/babel-core_vx.x.x.js deleted file mode 100644 index 3fc8b3845..000000000 --- a/flow-typed/npm/babel-core_vx.x.x.js +++ /dev/null @@ -1,33 +0,0 @@ -// flow-typed signature: 4a6dc2f33b0877d681c593c57737ce14 -// flow-typed version: <>/babel-core_v7.0.0-bridge.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'babel-core' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'babel-core' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ - - -// Filename aliases -declare module 'babel-core/index' { - declare module.exports: $Exports<'babel-core'>; -} -declare module 'babel-core/index.js' { - declare module.exports: $Exports<'babel-core'>; -} diff --git a/flow-typed/npm/babel-eslint_vx.x.x.js b/flow-typed/npm/babel-eslint_vx.x.x.js deleted file mode 100644 index c953ee7d7..000000000 --- a/flow-typed/npm/babel-eslint_vx.x.x.js +++ /dev/null @@ -1,122 +0,0 @@ -// flow-typed signature: 19cf1d928c535d6be6977614abc3f6f8 -// flow-typed version: <>/babel-eslint_v10.1.0/flow_v0.144.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'babel-eslint' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'babel-eslint' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'babel-eslint/lib/analyze-scope' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/attachComments' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/convertComments' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/toAST' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/toToken' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/babylon-to-espree/toTokens' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/parse-with-scope' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/parse' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/require-from-eslint' { - declare module.exports: any; -} - -declare module 'babel-eslint/lib/visitor-keys' { - declare module.exports: any; -} - -// Filename aliases -declare module 'babel-eslint/lib/analyze-scope.js' { - declare module.exports: $Exports<'babel-eslint/lib/analyze-scope'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/attachComments.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/attachComments'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/convertComments.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/convertComments'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/convertTemplateType'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/index' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/index.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/toAST.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toAST'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/toToken.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toToken'>; -} -declare module 'babel-eslint/lib/babylon-to-espree/toTokens.js' { - declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toTokens'>; -} -declare module 'babel-eslint/lib/index' { - declare module.exports: $Exports<'babel-eslint/lib'>; -} -declare module 'babel-eslint/lib/index.js' { - declare module.exports: $Exports<'babel-eslint/lib'>; -} -declare module 'babel-eslint/lib/parse-with-scope.js' { - declare module.exports: $Exports<'babel-eslint/lib/parse-with-scope'>; -} -declare module 'babel-eslint/lib/parse.js' { - declare module.exports: $Exports<'babel-eslint/lib/parse'>; -} -declare module 'babel-eslint/lib/require-from-eslint.js' { - declare module.exports: $Exports<'babel-eslint/lib/require-from-eslint'>; -} -declare module 'babel-eslint/lib/visitor-keys.js' { - declare module.exports: $Exports<'babel-eslint/lib/visitor-keys'>; -} diff --git a/flow-typed/npm/babel-jest_vx.x.x.js b/flow-typed/npm/babel-jest_vx.x.x.js index fa65fc31e..a00fbd2b4 100644 --- a/flow-typed/npm/babel-jest_vx.x.x.js +++ b/flow-typed/npm/babel-jest_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: bc00db1503508b99cc7592d5b89ec774 -// flow-typed version: <>/babel-jest_v29.4.2/flow_v0.171.0 +// flow-typed signature: 8cd321335e633095224280586937041e +// flow-typed version: <>/babel-jest_v29.7.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/babel-loader_vx.x.x.js b/flow-typed/npm/babel-loader_vx.x.x.js index a4d417c20..db12fa42c 100644 --- a/flow-typed/npm/babel-loader_vx.x.x.js +++ b/flow-typed/npm/babel-loader_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: c58b7b1fe4b16c45ca4c092656ee57c6 -// flow-typed version: <>/babel-loader_v9.1.2/flow_v0.171.0 +// flow-typed signature: 779200406d03b2c8b7fc43afcd445deb +// flow-typed version: <>/babel-loader_v9.1.3/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/chalk_v4.x.x.js b/flow-typed/npm/chalk_v4.x.x.js deleted file mode 100644 index 147f4b409..000000000 --- a/flow-typed/npm/chalk_v4.x.x.js +++ /dev/null @@ -1,97 +0,0 @@ -// flow-typed signature: 5096c316b7092ffc5ddc487d26c0d6a4 -// flow-typed version: f2e3dcf9e8/chalk_v4.x.x/flow_>=v0.104.x - -// From: https://github.com/chalk/chalk/blob/master/index.d.ts - -declare module "chalk" { - declare type TemplateStringsArray = $ReadOnlyArray; - - declare type Level = $Values<{ - None: 0, - Basic: 1, - Ansi256: 2, - TrueColor: 3, - ... - }>; - - declare type ChalkOptions = {| - level?: Level - |}; - - declare type ColorSupport = {| - level: Level, - hasBasic: boolean, - has256: boolean, - has16m: boolean - |}; - - declare interface Chalk { - (...text: string[]): string, - (text: TemplateStringsArray, ...placeholders: string[]): string, - Instance(options?: ChalkOptions): Chalk, - level: Level, - rgb(r: number, g: number, b: number): Chalk, - hsl(h: number, s: number, l: number): Chalk, - hsv(h: number, s: number, v: number): Chalk, - hwb(h: number, w: number, b: number): Chalk, - bgHex(color: string): Chalk, - bgKeyword(color: string): Chalk, - bgRgb(r: number, g: number, b: number): Chalk, - bgHsl(h: number, s: number, l: number): Chalk, - bgHsv(h: number, s: number, v: number): Chalk, - bgHwb(h: number, w: number, b: number): Chalk, - hex(color: string): Chalk, - keyword(color: string): Chalk, - - +reset: Chalk, - +bold: Chalk, - +dim: Chalk, - +italic: Chalk, - +underline: Chalk, - +inverse: Chalk, - +hidden: Chalk, - +strikethrough: Chalk, - - +visible: Chalk, - - +black: Chalk, - +red: Chalk, - +green: Chalk, - +yellow: Chalk, - +blue: Chalk, - +magenta: Chalk, - +cyan: Chalk, - +white: Chalk, - +gray: Chalk, - +grey: Chalk, - +blackBright: Chalk, - +redBright: Chalk, - +greenBright: Chalk, - +yellowBright: Chalk, - +blueBright: Chalk, - +magentaBright: Chalk, - +cyanBright: Chalk, - +whiteBright: Chalk, - - +bgBlack: Chalk, - +bgRed: Chalk, - +bgGreen: Chalk, - +bgYellow: Chalk, - +bgBlue: Chalk, - +bgMagenta: Chalk, - +bgCyan: Chalk, - +bgWhite: Chalk, - +bgBlackBright: Chalk, - +bgRedBright: Chalk, - +bgGreenBright: Chalk, - +bgYellowBright: Chalk, - +bgBlueBright: Chalk, - +bgMagentaBright: Chalk, - +bgCyanBright: Chalk, - +bgWhiteBrigh: Chalk, - - supportsColor: ColorSupport - } - - declare module.exports: Chalk; -} diff --git a/flow-typed/npm/chalk_vx.x.x.js b/flow-typed/npm/chalk_vx.x.x.js deleted file mode 100644 index 0dd1b0a1d..000000000 --- a/flow-typed/npm/chalk_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 72918472d3b096da7c7f103d99d747c8 -// flow-typed version: <>/chalk_v4.1.0/flow_v0.142.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'chalk' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'chalk' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'chalk/source' { - declare module.exports: any; -} - -declare module 'chalk/source/templates' { - declare module.exports: any; -} - -declare module 'chalk/source/util' { - declare module.exports: any; -} - -// Filename aliases -declare module 'chalk/source/index' { - declare module.exports: $Exports<'chalk/source'>; -} -declare module 'chalk/source/index.js' { - declare module.exports: $Exports<'chalk/source'>; -} -declare module 'chalk/source/templates.js' { - declare module.exports: $Exports<'chalk/source/templates'>; -} -declare module 'chalk/source/util.js' { - declare module.exports: $Exports<'chalk/source/util'>; -} diff --git a/flow-typed/npm/chrome-launcher_vx.x.x.js b/flow-typed/npm/chrome-launcher_vx.x.x.js deleted file mode 100644 index 2144ee2b4..000000000 --- a/flow-typed/npm/chrome-launcher_vx.x.x.js +++ /dev/null @@ -1,101 +0,0 @@ -// flow-typed signature: f32805d275a1cf88085c510a8d4a2b75 -// flow-typed version: <>/chrome-launcher_v0.15.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'chrome-launcher' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'chrome-launcher' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'chrome-launcher/bin/print-chrome-path' { - declare module.exports: any; -} - -declare module 'chrome-launcher/chrome-launcher' { - declare module.exports: any; -} - -declare module 'chrome-launcher/compiled-check' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist/chrome-finder' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist/chrome-launcher' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist/flags' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist/random-port' { - declare module.exports: any; -} - -declare module 'chrome-launcher/dist/utils' { - declare module.exports: any; -} - -declare module 'chrome-launcher/manual-chrome-launcher' { - declare module.exports: any; -} - -// Filename aliases -declare module 'chrome-launcher/bin/print-chrome-path.js' { - declare module.exports: $Exports<'chrome-launcher/bin/print-chrome-path'>; -} -declare module 'chrome-launcher/chrome-launcher/index' { - declare module.exports: $Exports<'chrome-launcher/chrome-launcher'>; -} -declare module 'chrome-launcher/chrome-launcher/index.js' { - declare module.exports: $Exports<'chrome-launcher/chrome-launcher'>; -} -declare module 'chrome-launcher/compiled-check.js' { - declare module.exports: $Exports<'chrome-launcher/compiled-check'>; -} -declare module 'chrome-launcher/dist/chrome-finder.js' { - declare module.exports: $Exports<'chrome-launcher/dist/chrome-finder'>; -} -declare module 'chrome-launcher/dist/chrome-launcher.js' { - declare module.exports: $Exports<'chrome-launcher/dist/chrome-launcher'>; -} -declare module 'chrome-launcher/dist/flags.js' { - declare module.exports: $Exports<'chrome-launcher/dist/flags'>; -} -declare module 'chrome-launcher/dist/index' { - declare module.exports: $Exports<'chrome-launcher/dist'>; -} -declare module 'chrome-launcher/dist/index.js' { - declare module.exports: $Exports<'chrome-launcher/dist'>; -} -declare module 'chrome-launcher/dist/random-port.js' { - declare module.exports: $Exports<'chrome-launcher/dist/random-port'>; -} -declare module 'chrome-launcher/dist/utils.js' { - declare module.exports: $Exports<'chrome-launcher/dist/utils'>; -} -declare module 'chrome-launcher/manual-chrome-launcher.js' { - declare module.exports: $Exports<'chrome-launcher/manual-chrome-launcher'>; -} diff --git a/flow-typed/npm/classnames_v2.x.x.js b/flow-typed/npm/classnames_v2.x.x.js index f1aa63190..ef42dd03c 100644 --- a/flow-typed/npm/classnames_v2.x.x.js +++ b/flow-typed/npm/classnames_v2.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e5943b73ab5a7e87ce78d833ac522e54 -// flow-typed version: a913c9ae5a/classnames_v2.x.x/flow_>=v0.104.x +// flow-typed signature: 459665f9f4a22212c955ae9e8c6180ae +// flow-typed version: 02d4f1d2c5/classnames_v2.x.x/flow_>=v0.104.x <=v0.200.x type $npm$classnames$Classes = | string diff --git a/flow-typed/npm/colors_v1.x.x.js b/flow-typed/npm/colors_v1.x.x.js new file mode 100644 index 000000000..90c35c0f2 --- /dev/null +++ b/flow-typed/npm/colors_v1.x.x.js @@ -0,0 +1,90 @@ +// flow-typed signature: 6c56e55f6af24f47c33f50f10270785f +// flow-typed version: 590676b089/colors_v1.x.x/flow_>=v0.104.x + +declare module "colors" { + declare type Color = { + (text: string): string, + strip: Color, + stripColors: Color, + black: Color, + red: Color, + green: Color, + yellow: Color, + blue: Color, + magenta: Color, + cyan: Color, + white: Color, + gray: Color, + grey: Color, + bgBlack: Color, + bgRed: Color, + bgGreen: Color, + bgYellow: Color, + bgBlue: Color, + bgMagenta: Color, + bgCyan: Color, + bgWhite: Color, + reset: Color, + bold: Color, + dim: Color, + italic: Color, + underline: Color, + inverse: Color, + hidden: Color, + strikethrough: Color, + rainbow: Color, + zebra: Color, + america: Color, + trap: Color, + random: Color, + zalgo: Color, + ... + }; + + declare module.exports: { + enabled: boolean, + themes: {...}, + enable(): void, + disable(): void, + setTheme(theme: {...}): void, + strip: Color, + stripColors: Color, + black: Color, + red: Color, + green: Color, + yellow: Color, + blue: Color, + magenta: Color, + cyan: Color, + white: Color, + gray: Color, + grey: Color, + bgBlack: Color, + bgRed: Color, + bgGreen: Color, + bgYellow: Color, + bgBlue: Color, + bgMagenta: Color, + bgCyan: Color, + bgWhite: Color, + reset: Color, + bold: Color, + dim: Color, + italic: Color, + underline: Color, + inverse: Color, + hidden: Color, + strikethrough: Color, + rainbow: Color, + zebra: Color, + america: Color, + trap: Color, + random: Color, + zalgo: Color, + ... + }; +} + +declare module "colors/safe" { + declare module.exports: $Exports<"colors">; +} diff --git a/flow-typed/npm/core-js_vx.x.x.js b/flow-typed/npm/core-js_vx.x.x.js index a23c6c4bc..c52e60d2e 100644 --- a/flow-typed/npm/core-js_vx.x.x.js +++ b/flow-typed/npm/core-js_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 6b809fb9400026144c17b91d12000351 -// flow-typed version: <>/core-js_v3.27.2/flow_v0.171.0 +// flow-typed signature: c559625a487d23956f5217e8b5356b00 +// flow-typed version: <>/core-js_v3.35.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -30,6 +30,10 @@ declare module 'core-js/actual/array-buffer/constructor' { declare module.exports: any; } +declare module 'core-js/actual/array-buffer/detached' { + declare module.exports: any; +} + declare module 'core-js/actual/array-buffer' { declare module.exports: any; } @@ -42,6 +46,14 @@ declare module 'core-js/actual/array-buffer/slice' { declare module.exports: any; } +declare module 'core-js/actual/array-buffer/transfer-to-fixed-length' { + declare module.exports: any; +} + +declare module 'core-js/actual/array-buffer/transfer' { + declare module.exports: any; +} + declare module 'core-js/actual/array/at' { declare module.exports: any; } @@ -378,6 +390,18 @@ declare module 'core-js/actual/array/with' { declare module.exports: any; } +declare module 'core-js/actual/async-disposable-stack/constructor' { + declare module.exports: any; +} + +declare module 'core-js/actual/async-disposable-stack' { + declare module.exports: any; +} + +declare module 'core-js/actual/async-iterator/async-dispose' { + declare module.exports: any; +} + declare module 'core-js/actual/async-iterator/drop' { declare module.exports: any; } @@ -442,10 +466,18 @@ declare module 'core-js/actual/clear-immediate' { declare module.exports: any; } +declare module 'core-js/actual/data-view/get-float16' { + declare module.exports: any; +} + declare module 'core-js/actual/data-view' { declare module.exports: any; } +declare module 'core-js/actual/data-view/set-float16' { + declare module.exports: any; +} + declare module 'core-js/actual/date/get-year' { declare module.exports: any; } @@ -542,6 +574,10 @@ declare module 'core-js/actual/function' { declare module.exports: any; } +declare module 'core-js/actual/function/metadata' { + declare module.exports: any; +} + declare module 'core-js/actual/function/name' { declare module.exports: any; } @@ -854,6 +890,18 @@ declare module 'core-js/actual/json' { declare module.exports: any; } +declare module 'core-js/actual/json/is-raw-json' { + declare module.exports: any; +} + +declare module 'core-js/actual/json/parse' { + declare module.exports: any; +} + +declare module 'core-js/actual/json/raw-json' { + declare module.exports: any; +} + declare module 'core-js/actual/json/stringify' { declare module.exports: any; } @@ -862,6 +910,10 @@ declare module 'core-js/actual/json/to-string-tag' { declare module.exports: any; } +declare module 'core-js/actual/map/group-by' { + declare module.exports: any; +} + declare module 'core-js/actual/map' { declare module.exports: any; } @@ -894,6 +946,10 @@ declare module 'core-js/actual/math/expm1' { declare module.exports: any; } +declare module 'core-js/actual/math/f16round' { + declare module.exports: any; +} + declare module 'core-js/actual/math/fround' { declare module.exports: any; } @@ -1070,6 +1126,10 @@ declare module 'core-js/actual/object/get-prototype-of' { declare module.exports: any; } +declare module 'core-js/actual/object/group-by' { + declare module.exports: any; +} + declare module 'core-js/actual/object/has-own' { declare module.exports: any; } @@ -1154,6 +1214,10 @@ declare module 'core-js/actual/promise' { declare module.exports: any; } +declare module 'core-js/actual/promise/with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/actual/queue-microtask' { declare module.exports: any; } @@ -1606,6 +1670,10 @@ declare module 'core-js/actual/suppressed-error' { declare module.exports: any; } +declare module 'core-js/actual/symbol/async-dispose' { + declare module.exports: any; +} + declare module 'core-js/actual/symbol/async-iterator' { declare module.exports: any; } @@ -1650,6 +1718,10 @@ declare module 'core-js/actual/symbol/match' { declare module.exports: any; } +declare module 'core-js/actual/symbol/metadata' { + declare module.exports: any; +} + declare module 'core-js/actual/symbol/replace' { declare module.exports: any; } @@ -1870,6 +1942,10 @@ declare module 'core-js/actual/url-search-params' { declare module.exports: any; } +declare module 'core-js/actual/url/can-parse' { + declare module.exports: any; +} + declare module 'core-js/actual/url' { declare module.exports: any; } @@ -2042,6 +2118,18 @@ declare module 'core-js/es/array/splice' { declare module.exports: any; } +declare module 'core-js/es/array/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/es/array/to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/es/array/to-spliced' { + declare module.exports: any; +} + declare module 'core-js/es/array/unshift' { declare module.exports: any; } @@ -2170,6 +2258,18 @@ declare module 'core-js/es/array/virtual/splice' { declare module.exports: any; } +declare module 'core-js/es/array/virtual/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/es/array/virtual/to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/es/array/virtual/to-spliced' { + declare module.exports: any; +} + declare module 'core-js/es/array/virtual/unshift' { declare module.exports: any; } @@ -2178,6 +2278,14 @@ declare module 'core-js/es/array/virtual/values' { declare module.exports: any; } +declare module 'core-js/es/array/virtual/with' { + declare module.exports: any; +} + +declare module 'core-js/es/array/with' { + declare module.exports: any; +} + declare module 'core-js/es/data-view' { declare module.exports: any; } @@ -2354,6 +2462,10 @@ declare module 'core-js/es/instance/index-of' { declare module.exports: any; } +declare module 'core-js/es/instance/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/instance/keys' { declare module.exports: any; } @@ -2422,6 +2534,22 @@ declare module 'core-js/es/instance/starts-with' { declare module.exports: any; } +declare module 'core-js/es/instance/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/es/instance/to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/es/instance/to-spliced' { + declare module.exports: any; +} + +declare module 'core-js/es/instance/to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/instance/trim-end' { declare module.exports: any; } @@ -2450,6 +2578,10 @@ declare module 'core-js/es/instance/values' { declare module.exports: any; } +declare module 'core-js/es/instance/with' { + declare module.exports: any; +} + declare module 'core-js/es/is-iterable' { declare module.exports: any; } @@ -2466,6 +2598,10 @@ declare module 'core-js/es/json/to-string-tag' { declare module.exports: any; } +declare module 'core-js/es/map/group-by' { + declare module.exports: any; +} + declare module 'core-js/es/map' { declare module.exports: any; } @@ -2674,6 +2810,10 @@ declare module 'core-js/es/object/get-prototype-of' { declare module.exports: any; } +declare module 'core-js/es/object/group-by' { + declare module.exports: any; +} + declare module 'core-js/es/object/has-own' { declare module.exports: any; } @@ -2758,6 +2898,10 @@ declare module 'core-js/es/promise' { declare module.exports: any; } +declare module 'core-js/es/promise/with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/es/reflect/apply' { declare module.exports: any; } @@ -2918,6 +3062,10 @@ declare module 'core-js/es/string' { declare module.exports: any; } +declare module 'core-js/es/string/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/string/italics' { declare module.exports: any; } @@ -2994,6 +3142,10 @@ declare module 'core-js/es/string/sup' { declare module.exports: any; } +declare module 'core-js/es/string/to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/string/trim-end' { declare module.exports: any; } @@ -3062,6 +3214,10 @@ declare module 'core-js/es/string/virtual' { declare module.exports: any; } +declare module 'core-js/es/string/virtual/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/string/virtual/italics' { declare module.exports: any; } @@ -3118,6 +3274,10 @@ declare module 'core-js/es/string/virtual/sup' { declare module.exports: any; } +declare module 'core-js/es/string/virtual/to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/es/string/virtual/trim-end' { declare module.exports: any; } @@ -3350,6 +3510,14 @@ declare module 'core-js/es/typed-array/to-locale-string' { declare module.exports: any; } +declare module 'core-js/es/typed-array/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/es/typed-array/to-sorted' { + declare module.exports: any; +} + declare module 'core-js/es/typed-array/to-string' { declare module.exports: any; } @@ -3374,6 +3542,10 @@ declare module 'core-js/es/typed-array/values' { declare module.exports: any; } +declare module 'core-js/es/typed-array/with' { + declare module.exports: any; +} + declare module 'core-js/es/unescape' { declare module.exports: any; } @@ -3394,6 +3566,10 @@ declare module 'core-js/features/array-buffer/constructor' { declare module.exports: any; } +declare module 'core-js/features/array-buffer/detached' { + declare module.exports: any; +} + declare module 'core-js/features/array-buffer' { declare module.exports: any; } @@ -3406,6 +3582,14 @@ declare module 'core-js/features/array-buffer/slice' { declare module.exports: any; } +declare module 'core-js/features/array-buffer/transfer-to-fixed-length' { + declare module.exports: any; +} + +declare module 'core-js/features/array-buffer/transfer' { + declare module.exports: any; +} + declare module 'core-js/features/array/at' { declare module.exports: any; } @@ -3878,10 +4062,26 @@ declare module 'core-js/features/composite-symbol' { declare module.exports: any; } +declare module 'core-js/features/data-view/get-float16' { + declare module.exports: any; +} + +declare module 'core-js/features/data-view/get-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/features/data-view' { declare module.exports: any; } +declare module 'core-js/features/data-view/set-float16' { + declare module.exports: any; +} + +declare module 'core-js/features/data-view/set-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/features/date/get-year' { declare module.exports: any; } @@ -3970,6 +4170,10 @@ declare module 'core-js/features/function/bind' { declare module.exports: any; } +declare module 'core-js/features/function/demethodize' { + declare module.exports: any; +} + declare module 'core-js/features/function/has-instance' { declare module.exports: any; } @@ -3986,6 +4190,10 @@ declare module 'core-js/features/function/is-constructor' { declare module.exports: any; } +declare module 'core-js/features/function/metadata' { + declare module.exports: any; +} + declare module 'core-js/features/function/name' { declare module.exports: any; } @@ -3998,6 +4206,10 @@ declare module 'core-js/features/function/virtual/bind' { declare module.exports: any; } +declare module 'core-js/features/function/virtual/demethodize' { + declare module.exports: any; +} + declare module 'core-js/features/function/virtual' { declare module.exports: any; } @@ -4046,6 +4258,10 @@ declare module 'core-js/features/instance/copy-within' { declare module.exports: any; } +declare module 'core-js/features/instance/demethodize' { + declare module.exports: any; +} + declare module 'core-js/features/instance/ends-with' { declare module.exports: any; } @@ -4310,6 +4526,10 @@ declare module 'core-js/features/iterator/map' { declare module.exports: any; } +declare module 'core-js/features/iterator/range' { + declare module.exports: any; +} + declare module 'core-js/features/iterator/reduce' { declare module.exports: any; } @@ -4334,6 +4554,18 @@ declare module 'core-js/features/json' { declare module.exports: any; } +declare module 'core-js/features/json/is-raw-json' { + declare module.exports: any; +} + +declare module 'core-js/features/json/parse' { + declare module.exports: any; +} + +declare module 'core-js/features/json/raw-json' { + declare module.exports: any; +} + declare module 'core-js/features/json/stringify' { declare module.exports: any; } @@ -4466,6 +4698,10 @@ declare module 'core-js/features/math/expm1' { declare module.exports: any; } +declare module 'core-js/features/math/f16round' { + declare module.exports: any; +} + declare module 'core-js/features/math/fround' { declare module.exports: any; } @@ -4690,6 +4926,10 @@ declare module 'core-js/features/object/get-prototype-of' { declare module.exports: any; } +declare module 'core-js/features/object/group-by' { + declare module.exports: any; +} + declare module 'core-js/features/object/has-own' { declare module.exports: any; } @@ -4794,6 +5034,10 @@ declare module 'core-js/features/promise/try' { declare module.exports: any; } +declare module 'core-js/features/promise/with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/features/queue-microtask' { declare module.exports: any; } @@ -4902,6 +5146,10 @@ declare module 'core-js/features/regexp/dot-all' { declare module.exports: any; } +declare module 'core-js/features/regexp/escape' { + declare module.exports: any; +} + declare module 'core-js/features/regexp/flags' { declare module.exports: any; } @@ -5374,6 +5622,22 @@ declare module 'core-js/features/symbol/is-concat-spreadable' { declare module.exports: any; } +declare module 'core-js/features/symbol/is-registered-symbol' { + declare module.exports: any; +} + +declare module 'core-js/features/symbol/is-registered' { + declare module.exports: any; +} + +declare module 'core-js/features/symbol/is-well-known-symbol' { + declare module.exports: any; +} + +declare module 'core-js/features/symbol/is-well-known' { + declare module.exports: any; +} + declare module 'core-js/features/symbol/iterator' { declare module.exports: any; } @@ -5506,6 +5770,14 @@ declare module 'core-js/features/typed-array/from-async' { declare module.exports: any; } +declare module 'core-js/features/typed-array/from-base64' { + declare module.exports: any; +} + +declare module 'core-js/features/typed-array/from-hex' { + declare module.exports: any; +} + declare module 'core-js/features/typed-array/from' { declare module.exports: any; } @@ -5598,6 +5870,14 @@ declare module 'core-js/features/typed-array/subarray' { declare module.exports: any; } +declare module 'core-js/features/typed-array/to-base64' { + declare module.exports: any; +} + +declare module 'core-js/features/typed-array/to-hex' { + declare module.exports: any; +} + declare module 'core-js/features/typed-array/to-locale-string' { declare module.exports: any; } @@ -5654,6 +5934,10 @@ declare module 'core-js/features/url-search-params' { declare module.exports: any; } +declare module 'core-js/features/url/can-parse' { + declare module.exports: any; +} + declare module 'core-js/features/url' { declare module.exports: any; } @@ -5714,6 +5998,10 @@ declare module 'core-js/full/array-buffer/constructor' { declare module.exports: any; } +declare module 'core-js/full/array-buffer/detached' { + declare module.exports: any; +} + declare module 'core-js/full/array-buffer' { declare module.exports: any; } @@ -5726,6 +6014,14 @@ declare module 'core-js/full/array-buffer/slice' { declare module.exports: any; } +declare module 'core-js/full/array-buffer/transfer-to-fixed-length' { + declare module.exports: any; +} + +declare module 'core-js/full/array-buffer/transfer' { + declare module.exports: any; +} + declare module 'core-js/full/array/at' { declare module.exports: any; } @@ -6198,10 +6494,26 @@ declare module 'core-js/full/composite-symbol' { declare module.exports: any; } +declare module 'core-js/full/data-view/get-float16' { + declare module.exports: any; +} + +declare module 'core-js/full/data-view/get-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/full/data-view' { declare module.exports: any; } +declare module 'core-js/full/data-view/set-float16' { + declare module.exports: any; +} + +declare module 'core-js/full/data-view/set-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/full/date/get-year' { declare module.exports: any; } @@ -6290,6 +6602,10 @@ declare module 'core-js/full/function/bind' { declare module.exports: any; } +declare module 'core-js/full/function/demethodize' { + declare module.exports: any; +} + declare module 'core-js/full/function/has-instance' { declare module.exports: any; } @@ -6306,6 +6622,10 @@ declare module 'core-js/full/function/is-constructor' { declare module.exports: any; } +declare module 'core-js/full/function/metadata' { + declare module.exports: any; +} + declare module 'core-js/full/function/name' { declare module.exports: any; } @@ -6318,6 +6638,10 @@ declare module 'core-js/full/function/virtual/bind' { declare module.exports: any; } +declare module 'core-js/full/function/virtual/demethodize' { + declare module.exports: any; +} + declare module 'core-js/full/function/virtual' { declare module.exports: any; } @@ -6366,6 +6690,10 @@ declare module 'core-js/full/instance/copy-within' { declare module.exports: any; } +declare module 'core-js/full/instance/demethodize' { + declare module.exports: any; +} + declare module 'core-js/full/instance/ends-with' { declare module.exports: any; } @@ -6630,6 +6958,10 @@ declare module 'core-js/full/iterator/map' { declare module.exports: any; } +declare module 'core-js/full/iterator/range' { + declare module.exports: any; +} + declare module 'core-js/full/iterator/reduce' { declare module.exports: any; } @@ -6654,23 +6986,35 @@ declare module 'core-js/full/json' { declare module.exports: any; } -declare module 'core-js/full/json/stringify' { +declare module 'core-js/full/json/is-raw-json' { declare module.exports: any; } -declare module 'core-js/full/json/to-string-tag' { +declare module 'core-js/full/json/parse' { declare module.exports: any; } -declare module 'core-js/full/map/delete-all' { +declare module 'core-js/full/json/raw-json' { declare module.exports: any; } -declare module 'core-js/full/map/emplace' { +declare module 'core-js/full/json/stringify' { declare module.exports: any; } -declare module 'core-js/full/map/every' { +declare module 'core-js/full/json/to-string-tag' { + declare module.exports: any; +} + +declare module 'core-js/full/map/delete-all' { + declare module.exports: any; +} + +declare module 'core-js/full/map/emplace' { + declare module.exports: any; +} + +declare module 'core-js/full/map/every' { declare module.exports: any; } @@ -6786,6 +7130,10 @@ declare module 'core-js/full/math/expm1' { declare module.exports: any; } +declare module 'core-js/full/math/f16round' { + declare module.exports: any; +} + declare module 'core-js/full/math/fround' { declare module.exports: any; } @@ -7010,6 +7358,10 @@ declare module 'core-js/full/object/get-prototype-of' { declare module.exports: any; } +declare module 'core-js/full/object/group-by' { + declare module.exports: any; +} + declare module 'core-js/full/object/has-own' { declare module.exports: any; } @@ -7114,6 +7466,10 @@ declare module 'core-js/full/promise/try' { declare module.exports: any; } +declare module 'core-js/full/promise/with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/full/queue-microtask' { declare module.exports: any; } @@ -7222,6 +7578,10 @@ declare module 'core-js/full/regexp/dot-all' { declare module.exports: any; } +declare module 'core-js/full/regexp/escape' { + declare module.exports: any; +} + declare module 'core-js/full/regexp/flags' { declare module.exports: any; } @@ -7694,6 +8054,22 @@ declare module 'core-js/full/symbol/is-concat-spreadable' { declare module.exports: any; } +declare module 'core-js/full/symbol/is-registered-symbol' { + declare module.exports: any; +} + +declare module 'core-js/full/symbol/is-registered' { + declare module.exports: any; +} + +declare module 'core-js/full/symbol/is-well-known-symbol' { + declare module.exports: any; +} + +declare module 'core-js/full/symbol/is-well-known' { + declare module.exports: any; +} + declare module 'core-js/full/symbol/iterator' { declare module.exports: any; } @@ -7826,6 +8202,14 @@ declare module 'core-js/full/typed-array/from-async' { declare module.exports: any; } +declare module 'core-js/full/typed-array/from-base64' { + declare module.exports: any; +} + +declare module 'core-js/full/typed-array/from-hex' { + declare module.exports: any; +} + declare module 'core-js/full/typed-array/from' { declare module.exports: any; } @@ -7918,6 +8302,14 @@ declare module 'core-js/full/typed-array/subarray' { declare module.exports: any; } +declare module 'core-js/full/typed-array/to-base64' { + declare module.exports: any; +} + +declare module 'core-js/full/typed-array/to-hex' { + declare module.exports: any; +} + declare module 'core-js/full/typed-array/to-locale-string' { declare module.exports: any; } @@ -7974,6 +8366,10 @@ declare module 'core-js/full/url-search-params' { declare module.exports: any; } +declare module 'core-js/full/url/can-parse' { + declare module.exports: any; +} + declare module 'core-js/full/url' { declare module.exports: any; } @@ -8034,6 +8430,10 @@ declare module 'core-js/internals/a-constructor' { declare module.exports: any; } +declare module 'core-js/internals/a-data-view' { + declare module.exports: any; +} + declare module 'core-js/internals/a-map' { declare module.exports: any; } @@ -8046,6 +8446,10 @@ declare module 'core-js/internals/a-set' { declare module.exports: any; } +declare module 'core-js/internals/a-string' { + declare module.exports: any; +} + declare module 'core-js/internals/a-weak-map' { declare module.exports: any; } @@ -8054,6 +8458,10 @@ declare module 'core-js/internals/a-weak-set' { declare module.exports: any; } +declare module 'core-js/internals/add-disposable-resource' { + declare module.exports: any; +} + declare module 'core-js/internals/add-to-unscopables' { declare module.exports: any; } @@ -8066,18 +8474,38 @@ declare module 'core-js/internals/an-instance' { declare module.exports: any; } +declare module 'core-js/internals/an-object-or-undefined' { + declare module.exports: any; +} + declare module 'core-js/internals/an-object' { declare module.exports: any; } +declare module 'core-js/internals/an-uint8-array' { + declare module.exports: any; +} + declare module 'core-js/internals/array-buffer-basic-detection' { declare module.exports: any; } +declare module 'core-js/internals/array-buffer-byte-length' { + declare module.exports: any; +} + +declare module 'core-js/internals/array-buffer-is-detached' { + declare module.exports: any; +} + declare module 'core-js/internals/array-buffer-non-extensible' { declare module.exports: any; } +declare module 'core-js/internals/array-buffer-transfer' { + declare module.exports: any; +} + declare module 'core-js/internals/array-buffer-view-core' { declare module.exports: any; } @@ -8150,10 +8578,6 @@ declare module 'core-js/internals/array-set-length' { declare module.exports: any; } -declare module 'core-js/internals/array-slice-simple' { - declare module.exports: any; -} - declare module 'core-js/internals/array-slice' { declare module.exports: any; } @@ -8326,11 +8750,7 @@ declare module 'core-js/internals/descriptors' { declare module.exports: any; } -declare module 'core-js/internals/disposable-stack-helpers' { - declare module.exports: any; -} - -declare module 'core-js/internals/document-all' { +declare module 'core-js/internals/detach-transferable' { declare module.exports: any; } @@ -8470,10 +8890,18 @@ declare module 'core-js/internals/function-call' { declare module.exports: any; } +declare module 'core-js/internals/function-demethodize' { + declare module.exports: any; +} + declare module 'core-js/internals/function-name' { declare module.exports: any; } +declare module 'core-js/internals/function-uncurry-this-accessor' { + declare module.exports: any; +} + declare module 'core-js/internals/function-uncurry-this-clause' { declare module.exports: any; } @@ -8482,6 +8910,10 @@ declare module 'core-js/internals/function-uncurry-this' { declare module.exports: any; } +declare module 'core-js/internals/get-alphabet-option' { + declare module.exports: any; +} + declare module 'core-js/internals/get-async-iterator-flattenable' { declare module.exports: any; } @@ -8490,6 +8922,10 @@ declare module 'core-js/internals/get-async-iterator' { declare module.exports: any; } +declare module 'core-js/internals/get-built-in-prototype-method' { + declare module.exports: any; +} + declare module 'core-js/internals/get-built-in' { declare module.exports: any; } @@ -8510,6 +8946,10 @@ declare module 'core-js/internals/get-iterator' { declare module.exports: any; } +declare module 'core-js/internals/get-json-replacer-function' { + declare module.exports: any; +} + declare module 'core-js/internals/get-method' { declare module.exports: any; } @@ -8618,10 +9058,18 @@ declare module 'core-js/internals/is-object' { declare module.exports: any; } +declare module 'core-js/internals/is-possible-prototype' { + declare module.exports: any; +} + declare module 'core-js/internals/is-pure' { declare module.exports: any; } +declare module 'core-js/internals/is-raw-json' { + declare module.exports: any; +} + declare module 'core-js/internals/is-regexp' { declare module.exports: any; } @@ -8694,6 +9142,14 @@ declare module 'core-js/internals/math-expm1' { declare module.exports: any; } +declare module 'core-js/internals/math-f16round' { + declare module.exports: any; +} + +declare module 'core-js/internals/math-float-round' { + declare module.exports: any; +} + declare module 'core-js/internals/math-fround' { declare module.exports: any; } @@ -8722,6 +9178,10 @@ declare module 'core-js/internals/microtask' { declare module.exports: any; } +declare module 'core-js/internals/native-raw-json' { + declare module.exports: any; +} + declare module 'core-js/internals/new-promise-capability' { declare module.exports: any; } @@ -8830,15 +9290,15 @@ declare module 'core-js/internals/object-to-string' { declare module.exports: any; } -declare module 'core-js/internals/observable-forced' { +declare module 'core-js/internals/ordinary-to-primitive' { declare module.exports: any; } -declare module 'core-js/internals/ordinary-to-primitive' { +declare module 'core-js/internals/own-keys' { declare module.exports: any; } -declare module 'core-js/internals/own-keys' { +declare module 'core-js/internals/parse-json-string' { declare module.exports: any; } @@ -8910,6 +9370,10 @@ declare module 'core-js/internals/require-object-coercible' { declare module.exports: any; } +declare module 'core-js/internals/safe-get-built-in' { + declare module.exports: any; +} + declare module 'core-js/internals/same-value-zero' { declare module.exports: any; } @@ -9042,6 +9506,10 @@ declare module 'core-js/internals/string-trim' { declare module.exports: any; } +declare module 'core-js/internals/structured-clone-proper-transfer' { + declare module.exports: any; +} + declare module 'core-js/internals/symbol-constructor-detection' { declare module.exports: any; } @@ -9050,6 +9518,14 @@ declare module 'core-js/internals/symbol-define-to-primitive' { declare module.exports: any; } +declare module 'core-js/internals/symbol-is-registered' { + declare module.exports: any; +} + +declare module 'core-js/internals/symbol-is-well-known' { + declare module.exports: any; +} + declare module 'core-js/internals/symbol-registry-detection' { declare module.exports: any; } @@ -9118,6 +9594,10 @@ declare module 'core-js/internals/to-string' { declare module.exports: any; } +declare module 'core-js/internals/to-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/internals/try-node-require' { declare module.exports: any; } @@ -9346,6 +9826,18 @@ declare module 'core-js/modules/es.array.splice' { declare module.exports: any; } +declare module 'core-js/modules/es.array.to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/modules/es.array.to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/modules/es.array.to-spliced' { + declare module.exports: any; +} + declare module 'core-js/modules/es.array.unscopables.flat-map' { declare module.exports: any; } @@ -9358,6 +9850,10 @@ declare module 'core-js/modules/es.array.unshift' { declare module.exports: any; } +declare module 'core-js/modules/es.array.with' { + declare module.exports: any; +} + declare module 'core-js/modules/es.data-view.constructor' { declare module.exports: any; } @@ -9438,6 +9934,10 @@ declare module 'core-js/modules/es.map.constructor' { declare module.exports: any; } +declare module 'core-js/modules/es.map.group-by' { + declare module.exports: any; +} + declare module 'core-js/modules/es.map' { declare module.exports: any; } @@ -9622,6 +10122,10 @@ declare module 'core-js/modules/es.object.get-prototype-of' { declare module.exports: any; } +declare module 'core-js/modules/es.object.group-by' { + declare module.exports: any; +} + declare module 'core-js/modules/es.object.has-own' { declare module.exports: any; } @@ -9726,6 +10230,10 @@ declare module 'core-js/modules/es.promise.resolve' { declare module.exports: any; } +declare module 'core-js/modules/es.promise.with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/modules/es.reflect.apply' { declare module.exports: any; } @@ -9866,6 +10374,10 @@ declare module 'core-js/modules/es.string.includes' { declare module.exports: any; } +declare module 'core-js/modules/es.string.is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/modules/es.string.italics' { declare module.exports: any; } @@ -9942,6 +10454,10 @@ declare module 'core-js/modules/es.string.sup' { declare module.exports: any; } +declare module 'core-js/modules/es.string.to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/modules/es.string.trim-end' { declare module.exports: any; } @@ -10162,6 +10678,14 @@ declare module 'core-js/modules/es.typed-array.to-locale-string' { declare module.exports: any; } +declare module 'core-js/modules/es.typed-array.to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/modules/es.typed-array.to-sorted' { + declare module.exports: any; +} + declare module 'core-js/modules/es.typed-array.to-string' { declare module.exports: any; } @@ -10182,6 +10706,10 @@ declare module 'core-js/modules/es.typed-array.uint8-clamped-array' { declare module.exports: any; } +declare module 'core-js/modules/es.typed-array.with' { + declare module.exports: any; +} + declare module 'core-js/modules/es.unescape' { declare module.exports: any; } @@ -10206,6 +10734,18 @@ declare module 'core-js/modules/esnext.aggregate-error' { declare module.exports: any; } +declare module 'core-js/modules/esnext.array-buffer.detached' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.array-buffer.transfer-to-fixed-length' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.array-buffer.transfer' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.array.at' { declare module.exports: any; } @@ -10358,10 +10898,30 @@ declare module 'core-js/modules/esnext.composite-symbol' { declare module.exports: any; } +declare module 'core-js/modules/esnext.data-view.get-float16' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.data-view.get-uint8-clamped' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.data-view.set-float16' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.data-view.set-uint8-clamped' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.disposable-stack.constructor' { declare module.exports: any; } +declare module 'core-js/modules/esnext.function.demethodize' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.function.is-callable' { declare module.exports: any; } @@ -10370,6 +10930,10 @@ declare module 'core-js/modules/esnext.function.is-constructor' { declare module.exports: any; } +declare module 'core-js/modules/esnext.function.metadata' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.function.un-this' { declare module.exports: any; } @@ -10426,6 +10990,10 @@ declare module 'core-js/modules/esnext.iterator.map' { declare module.exports: any; } +declare module 'core-js/modules/esnext.iterator.range' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.iterator.reduce' { declare module.exports: any; } @@ -10446,6 +11014,18 @@ declare module 'core-js/modules/esnext.iterator.to-async' { declare module.exports: any; } +declare module 'core-js/modules/esnext.json.is-raw-json' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.json.parse' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.json.raw-json' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.map.delete-all' { declare module.exports: any; } @@ -10538,6 +11118,10 @@ declare module 'core-js/modules/esnext.math.degrees' { declare module.exports: any; } +declare module 'core-js/modules/esnext.math.f16round' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.math.fscale' { declare module.exports: any; } @@ -10586,6 +11170,10 @@ declare module 'core-js/modules/esnext.number.range' { declare module.exports: any; } +declare module 'core-js/modules/esnext.object.group-by' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.object.has-own' { declare module.exports: any; } @@ -10630,6 +11218,10 @@ declare module 'core-js/modules/esnext.promise.try' { declare module.exports: any; } +declare module 'core-js/modules/esnext.promise.with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.reflect.define-metadata' { declare module.exports: any; } @@ -10666,6 +11258,10 @@ declare module 'core-js/modules/esnext.reflect.metadata' { declare module.exports: any; } +declare module 'core-js/modules/esnext.regexp.escape' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.set.add-all' { declare module.exports: any; } @@ -10814,6 +11410,22 @@ declare module 'core-js/modules/esnext.symbol.dispose' { declare module.exports: any; } +declare module 'core-js/modules/esnext.symbol.is-registered-symbol' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.symbol.is-registered' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.symbol.is-well-known-symbol' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.symbol.is-well-known' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.symbol.matcher' { declare module.exports: any; } @@ -10886,6 +11498,22 @@ declare module 'core-js/modules/esnext.typed-array.with' { declare module.exports: any; } +declare module 'core-js/modules/esnext.uint8-array.from-base64' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.uint8-array.from-hex' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.uint8-array.to-base64' { + declare module.exports: any; +} + +declare module 'core-js/modules/esnext.uint8-array.to-hex' { + declare module.exports: any; +} + declare module 'core-js/modules/esnext.weak-map.delete-all' { declare module.exports: any; } @@ -10990,10 +11618,26 @@ declare module 'core-js/modules/web.url-search-params.constructor' { declare module.exports: any; } +declare module 'core-js/modules/web.url-search-params.delete' { + declare module.exports: any; +} + +declare module 'core-js/modules/web.url-search-params.has' { + declare module.exports: any; +} + declare module 'core-js/modules/web.url-search-params' { declare module.exports: any; } +declare module 'core-js/modules/web.url-search-params.size' { + declare module.exports: any; +} + +declare module 'core-js/modules/web.url.can-parse' { + declare module.exports: any; +} + declare module 'core-js/modules/web.url.constructor' { declare module.exports: any; } @@ -11014,6 +11658,14 @@ declare module 'core-js/proposals/accessible-object-hasownproperty' { declare module.exports: any; } +declare module 'core-js/proposals/array-buffer-base64' { + declare module.exports: any; +} + +declare module 'core-js/proposals/array-buffer-transfer' { + declare module.exports: any; +} + declare module 'core-js/proposals/array-filtering-stage-1' { declare module.exports: any; } @@ -11046,6 +11698,10 @@ declare module 'core-js/proposals/array-grouping-stage-3' { declare module.exports: any; } +declare module 'core-js/proposals/array-grouping-v2' { + declare module.exports: any; +} + declare module 'core-js/proposals/array-grouping' { declare module.exports: any; } @@ -11074,6 +11730,14 @@ declare module 'core-js/proposals/async-iteration' { declare module.exports: any; } +declare module 'core-js/proposals/async-iterator-helpers' { + declare module.exports: any; +} + +declare module 'core-js/proposals/change-array-by-copy-stage-4' { + declare module.exports: any; +} + declare module 'core-js/proposals/change-array-by-copy' { declare module.exports: any; } @@ -11086,6 +11750,14 @@ declare module 'core-js/proposals/collection-of-from' { declare module.exports: any; } +declare module 'core-js/proposals/data-view-get-set-uint8-clamped' { + declare module.exports: any; +} + +declare module 'core-js/proposals/decorator-metadata-v2' { + declare module.exports: any; +} + declare module 'core-js/proposals/decorator-metadata' { declare module.exports: any; } @@ -11106,6 +11778,14 @@ declare module 'core-js/proposals/explicit-resource-management' { declare module.exports: any; } +declare module 'core-js/proposals/float16' { + declare module.exports: any; +} + +declare module 'core-js/proposals/function-demethodize' { + declare module.exports: any; +} + declare module 'core-js/proposals/function-is-callable-is-constructor' { declare module.exports: any; } @@ -11122,6 +11802,10 @@ declare module 'core-js/proposals' { declare module.exports: any; } +declare module 'core-js/proposals/iterator-helpers-stage-3-2' { + declare module.exports: any; +} + declare module 'core-js/proposals/iterator-helpers-stage-3' { declare module.exports: any; } @@ -11130,6 +11814,14 @@ declare module 'core-js/proposals/iterator-helpers' { declare module.exports: any; } +declare module 'core-js/proposals/iterator-range' { + declare module.exports: any; +} + +declare module 'core-js/proposals/json-parse-with-source' { + declare module.exports: any; +} + declare module 'core-js/proposals/keys-composition' { declare module.exports: any; } @@ -11202,6 +11894,10 @@ declare module 'core-js/proposals/promise-try' { declare module.exports: any; } +declare module 'core-js/proposals/promise-with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/proposals/reflect-metadata' { declare module.exports: any; } @@ -11210,6 +11906,10 @@ declare module 'core-js/proposals/regexp-dotall-flag' { declare module.exports: any; } +declare module 'core-js/proposals/regexp-escaping' { + declare module.exports: any; +} + declare module 'core-js/proposals/regexp-named-groups' { declare module.exports: any; } @@ -11270,6 +11970,14 @@ declare module 'core-js/proposals/symbol-description' { declare module.exports: any; } +declare module 'core-js/proposals/symbol-predicates-v2' { + declare module.exports: any; +} + +declare module 'core-js/proposals/symbol-predicates' { + declare module.exports: any; +} + declare module 'core-js/proposals/url' { declare module.exports: any; } @@ -11438,6 +12146,18 @@ declare module 'core-js/stable/array/splice' { declare module.exports: any; } +declare module 'core-js/stable/array/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/stable/array/to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/stable/array/to-spliced' { + declare module.exports: any; +} + declare module 'core-js/stable/array/unshift' { declare module.exports: any; } @@ -11566,6 +12286,18 @@ declare module 'core-js/stable/array/virtual/splice' { declare module.exports: any; } +declare module 'core-js/stable/array/virtual/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/stable/array/virtual/to-sorted' { + declare module.exports: any; +} + +declare module 'core-js/stable/array/virtual/to-spliced' { + declare module.exports: any; +} + declare module 'core-js/stable/array/virtual/unshift' { declare module.exports: any; } @@ -11574,6 +12306,14 @@ declare module 'core-js/stable/array/virtual/values' { declare module.exports: any; } +declare module 'core-js/stable/array/virtual/with' { + declare module.exports: any; +} + +declare module 'core-js/stable/array/with' { + declare module.exports: any; +} + declare module 'core-js/stable/atob' { declare module.exports: any; } @@ -11786,6 +12526,10 @@ declare module 'core-js/stable/instance/index-of' { declare module.exports: any; } +declare module 'core-js/stable/instance/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/stable/instance/keys' { declare module.exports: any; } @@ -11826,31 +12570,47 @@ declare module 'core-js/stable/instance/repeat' { declare module.exports: any; } -declare module 'core-js/stable/instance/replace-all' { +declare module 'core-js/stable/instance/replace-all' { + declare module.exports: any; +} + +declare module 'core-js/stable/instance/reverse' { + declare module.exports: any; +} + +declare module 'core-js/stable/instance/slice' { + declare module.exports: any; +} + +declare module 'core-js/stable/instance/some' { + declare module.exports: any; +} + +declare module 'core-js/stable/instance/sort' { declare module.exports: any; } -declare module 'core-js/stable/instance/reverse' { +declare module 'core-js/stable/instance/splice' { declare module.exports: any; } -declare module 'core-js/stable/instance/slice' { +declare module 'core-js/stable/instance/starts-with' { declare module.exports: any; } -declare module 'core-js/stable/instance/some' { +declare module 'core-js/stable/instance/to-reversed' { declare module.exports: any; } -declare module 'core-js/stable/instance/sort' { +declare module 'core-js/stable/instance/to-sorted' { declare module.exports: any; } -declare module 'core-js/stable/instance/splice' { +declare module 'core-js/stable/instance/to-spliced' { declare module.exports: any; } -declare module 'core-js/stable/instance/starts-with' { +declare module 'core-js/stable/instance/to-well-formed' { declare module.exports: any; } @@ -11882,6 +12642,10 @@ declare module 'core-js/stable/instance/values' { declare module.exports: any; } +declare module 'core-js/stable/instance/with' { + declare module.exports: any; +} + declare module 'core-js/stable/is-iterable' { declare module.exports: any; } @@ -11898,6 +12662,10 @@ declare module 'core-js/stable/json/to-string-tag' { declare module.exports: any; } +declare module 'core-js/stable/map/group-by' { + declare module.exports: any; +} + declare module 'core-js/stable/map' { declare module.exports: any; } @@ -12106,6 +12874,10 @@ declare module 'core-js/stable/object/get-prototype-of' { declare module.exports: any; } +declare module 'core-js/stable/object/group-by' { + declare module.exports: any; +} + declare module 'core-js/stable/object/has-own' { declare module.exports: any; } @@ -12190,6 +12962,10 @@ declare module 'core-js/stable/promise' { declare module.exports: any; } +declare module 'core-js/stable/promise/with-resolvers' { + declare module.exports: any; +} + declare module 'core-js/stable/queue-microtask' { declare module.exports: any; } @@ -12370,6 +13146,10 @@ declare module 'core-js/stable/string' { declare module.exports: any; } +declare module 'core-js/stable/string/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/stable/string/italics' { declare module.exports: any; } @@ -12446,6 +13226,10 @@ declare module 'core-js/stable/string/sup' { declare module.exports: any; } +declare module 'core-js/stable/string/to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/stable/string/trim-end' { declare module.exports: any; } @@ -12514,6 +13298,10 @@ declare module 'core-js/stable/string/virtual' { declare module.exports: any; } +declare module 'core-js/stable/string/virtual/is-well-formed' { + declare module.exports: any; +} + declare module 'core-js/stable/string/virtual/italics' { declare module.exports: any; } @@ -12570,6 +13358,10 @@ declare module 'core-js/stable/string/virtual/sup' { declare module.exports: any; } +declare module 'core-js/stable/string/virtual/to-well-formed' { + declare module.exports: any; +} + declare module 'core-js/stable/string/virtual/trim-end' { declare module.exports: any; } @@ -12806,6 +13598,14 @@ declare module 'core-js/stable/typed-array/to-locale-string' { declare module.exports: any; } +declare module 'core-js/stable/typed-array/to-reversed' { + declare module.exports: any; +} + +declare module 'core-js/stable/typed-array/to-sorted' { + declare module.exports: any; +} + declare module 'core-js/stable/typed-array/to-string' { declare module.exports: any; } @@ -12830,6 +13630,10 @@ declare module 'core-js/stable/typed-array/values' { declare module.exports: any; } +declare module 'core-js/stable/typed-array/with' { + declare module.exports: any; +} + declare module 'core-js/stable/unescape' { declare module.exports: any; } @@ -12838,6 +13642,10 @@ declare module 'core-js/stable/url-search-params' { declare module.exports: any; } +declare module 'core-js/stable/url/can-parse' { + declare module.exports: any; +} + declare module 'core-js/stable/url' { declare module.exports: any; } @@ -12925,6 +13733,9 @@ declare module 'core-js/actual/aggregate-error.js' { declare module 'core-js/actual/array-buffer/constructor.js' { declare module.exports: $Exports<'core-js/actual/array-buffer/constructor'>; } +declare module 'core-js/actual/array-buffer/detached.js' { + declare module.exports: $Exports<'core-js/actual/array-buffer/detached'>; +} declare module 'core-js/actual/array-buffer/index' { declare module.exports: $Exports<'core-js/actual/array-buffer'>; } @@ -12937,6 +13748,12 @@ declare module 'core-js/actual/array-buffer/is-view.js' { declare module 'core-js/actual/array-buffer/slice.js' { declare module.exports: $Exports<'core-js/actual/array-buffer/slice'>; } +declare module 'core-js/actual/array-buffer/transfer-to-fixed-length.js' { + declare module.exports: $Exports<'core-js/actual/array-buffer/transfer-to-fixed-length'>; +} +declare module 'core-js/actual/array-buffer/transfer.js' { + declare module.exports: $Exports<'core-js/actual/array-buffer/transfer'>; +} declare module 'core-js/actual/array/at.js' { declare module.exports: $Exports<'core-js/actual/array/at'>; } @@ -13195,6 +14012,18 @@ declare module 'core-js/actual/array/virtual/with.js' { declare module 'core-js/actual/array/with.js' { declare module.exports: $Exports<'core-js/actual/array/with'>; } +declare module 'core-js/actual/async-disposable-stack/constructor.js' { + declare module.exports: $Exports<'core-js/actual/async-disposable-stack/constructor'>; +} +declare module 'core-js/actual/async-disposable-stack/index' { + declare module.exports: $Exports<'core-js/actual/async-disposable-stack'>; +} +declare module 'core-js/actual/async-disposable-stack/index.js' { + declare module.exports: $Exports<'core-js/actual/async-disposable-stack'>; +} +declare module 'core-js/actual/async-iterator/async-dispose.js' { + declare module.exports: $Exports<'core-js/actual/async-iterator/async-dispose'>; +} declare module 'core-js/actual/async-iterator/drop.js' { declare module.exports: $Exports<'core-js/actual/async-iterator/drop'>; } @@ -13246,12 +14075,18 @@ declare module 'core-js/actual/btoa.js' { declare module 'core-js/actual/clear-immediate.js' { declare module.exports: $Exports<'core-js/actual/clear-immediate'>; } +declare module 'core-js/actual/data-view/get-float16.js' { + declare module.exports: $Exports<'core-js/actual/data-view/get-float16'>; +} declare module 'core-js/actual/data-view/index' { declare module.exports: $Exports<'core-js/actual/data-view'>; } declare module 'core-js/actual/data-view/index.js' { declare module.exports: $Exports<'core-js/actual/data-view'>; } +declare module 'core-js/actual/data-view/set-float16.js' { + declare module.exports: $Exports<'core-js/actual/data-view/set-float16'>; +} declare module 'core-js/actual/date/get-year.js' { declare module.exports: $Exports<'core-js/actual/date/get-year'>; } @@ -13342,6 +14177,9 @@ declare module 'core-js/actual/function/index' { declare module 'core-js/actual/function/index.js' { declare module.exports: $Exports<'core-js/actual/function'>; } +declare module 'core-js/actual/function/metadata.js' { + declare module.exports: $Exports<'core-js/actual/function/metadata'>; +} declare module 'core-js/actual/function/name.js' { declare module.exports: $Exports<'core-js/actual/function/name'>; } @@ -13588,12 +14426,24 @@ declare module 'core-js/actual/json/index' { declare module 'core-js/actual/json/index.js' { declare module.exports: $Exports<'core-js/actual/json'>; } +declare module 'core-js/actual/json/is-raw-json.js' { + declare module.exports: $Exports<'core-js/actual/json/is-raw-json'>; +} +declare module 'core-js/actual/json/parse.js' { + declare module.exports: $Exports<'core-js/actual/json/parse'>; +} +declare module 'core-js/actual/json/raw-json.js' { + declare module.exports: $Exports<'core-js/actual/json/raw-json'>; +} declare module 'core-js/actual/json/stringify.js' { declare module.exports: $Exports<'core-js/actual/json/stringify'>; } declare module 'core-js/actual/json/to-string-tag.js' { declare module.exports: $Exports<'core-js/actual/json/to-string-tag'>; } +declare module 'core-js/actual/map/group-by.js' { + declare module.exports: $Exports<'core-js/actual/map/group-by'>; +} declare module 'core-js/actual/map/index' { declare module.exports: $Exports<'core-js/actual/map'>; } @@ -13621,6 +14471,9 @@ declare module 'core-js/actual/math/cosh.js' { declare module 'core-js/actual/math/expm1.js' { declare module.exports: $Exports<'core-js/actual/math/expm1'>; } +declare module 'core-js/actual/math/f16round.js' { + declare module.exports: $Exports<'core-js/actual/math/f16round'>; +} declare module 'core-js/actual/math/fround.js' { declare module.exports: $Exports<'core-js/actual/math/fround'>; } @@ -13762,6 +14615,9 @@ declare module 'core-js/actual/object/get-own-property-symbols.js' { declare module 'core-js/actual/object/get-prototype-of.js' { declare module.exports: $Exports<'core-js/actual/object/get-prototype-of'>; } +declare module 'core-js/actual/object/group-by.js' { + declare module.exports: $Exports<'core-js/actual/object/group-by'>; +} declare module 'core-js/actual/object/has-own.js' { declare module.exports: $Exports<'core-js/actual/object/has-own'>; } @@ -13831,6 +14687,9 @@ declare module 'core-js/actual/promise/index' { declare module 'core-js/actual/promise/index.js' { declare module.exports: $Exports<'core-js/actual/promise'>; } +declare module 'core-js/actual/promise/with-resolvers.js' { + declare module.exports: $Exports<'core-js/actual/promise/with-resolvers'>; +} declare module 'core-js/actual/queue-microtask.js' { declare module.exports: $Exports<'core-js/actual/queue-microtask'>; } @@ -14185,6 +15044,9 @@ declare module 'core-js/actual/structured-clone.js' { declare module 'core-js/actual/suppressed-error.js' { declare module.exports: $Exports<'core-js/actual/suppressed-error'>; } +declare module 'core-js/actual/symbol/async-dispose.js' { + declare module.exports: $Exports<'core-js/actual/symbol/async-dispose'>; +} declare module 'core-js/actual/symbol/async-iterator.js' { declare module.exports: $Exports<'core-js/actual/symbol/async-iterator'>; } @@ -14221,6 +15083,9 @@ declare module 'core-js/actual/symbol/match-all.js' { declare module 'core-js/actual/symbol/match.js' { declare module.exports: $Exports<'core-js/actual/symbol/match'>; } +declare module 'core-js/actual/symbol/metadata.js' { + declare module.exports: $Exports<'core-js/actual/symbol/metadata'>; +} declare module 'core-js/actual/symbol/replace.js' { declare module.exports: $Exports<'core-js/actual/symbol/replace'>; } @@ -14392,6 +15257,9 @@ declare module 'core-js/actual/url-search-params/index' { declare module 'core-js/actual/url-search-params/index.js' { declare module.exports: $Exports<'core-js/actual/url-search-params'>; } +declare module 'core-js/actual/url/can-parse.js' { + declare module.exports: $Exports<'core-js/actual/url/can-parse'>; +} declare module 'core-js/actual/url/index' { declare module.exports: $Exports<'core-js/actual/url'>; } @@ -14536,6 +15404,15 @@ declare module 'core-js/es/array/sort.js' { declare module 'core-js/es/array/splice.js' { declare module.exports: $Exports<'core-js/es/array/splice'>; } +declare module 'core-js/es/array/to-reversed.js' { + declare module.exports: $Exports<'core-js/es/array/to-reversed'>; +} +declare module 'core-js/es/array/to-sorted.js' { + declare module.exports: $Exports<'core-js/es/array/to-sorted'>; +} +declare module 'core-js/es/array/to-spliced.js' { + declare module.exports: $Exports<'core-js/es/array/to-spliced'>; +} declare module 'core-js/es/array/unshift.js' { declare module.exports: $Exports<'core-js/es/array/unshift'>; } @@ -14635,12 +15512,27 @@ declare module 'core-js/es/array/virtual/sort.js' { declare module 'core-js/es/array/virtual/splice.js' { declare module.exports: $Exports<'core-js/es/array/virtual/splice'>; } +declare module 'core-js/es/array/virtual/to-reversed.js' { + declare module.exports: $Exports<'core-js/es/array/virtual/to-reversed'>; +} +declare module 'core-js/es/array/virtual/to-sorted.js' { + declare module.exports: $Exports<'core-js/es/array/virtual/to-sorted'>; +} +declare module 'core-js/es/array/virtual/to-spliced.js' { + declare module.exports: $Exports<'core-js/es/array/virtual/to-spliced'>; +} declare module 'core-js/es/array/virtual/unshift.js' { declare module.exports: $Exports<'core-js/es/array/virtual/unshift'>; } declare module 'core-js/es/array/virtual/values.js' { declare module.exports: $Exports<'core-js/es/array/virtual/values'>; } +declare module 'core-js/es/array/virtual/with.js' { + declare module.exports: $Exports<'core-js/es/array/virtual/with'>; +} +declare module 'core-js/es/array/with.js' { + declare module.exports: $Exports<'core-js/es/array/with'>; +} declare module 'core-js/es/data-view/index' { declare module.exports: $Exports<'core-js/es/data-view'>; } @@ -14791,6 +15683,9 @@ declare module 'core-js/es/instance/includes.js' { declare module 'core-js/es/instance/index-of.js' { declare module.exports: $Exports<'core-js/es/instance/index-of'>; } +declare module 'core-js/es/instance/is-well-formed.js' { + declare module.exports: $Exports<'core-js/es/instance/is-well-formed'>; +} declare module 'core-js/es/instance/keys.js' { declare module.exports: $Exports<'core-js/es/instance/keys'>; } @@ -14842,6 +15737,18 @@ declare module 'core-js/es/instance/splice.js' { declare module 'core-js/es/instance/starts-with.js' { declare module.exports: $Exports<'core-js/es/instance/starts-with'>; } +declare module 'core-js/es/instance/to-reversed.js' { + declare module.exports: $Exports<'core-js/es/instance/to-reversed'>; +} +declare module 'core-js/es/instance/to-sorted.js' { + declare module.exports: $Exports<'core-js/es/instance/to-sorted'>; +} +declare module 'core-js/es/instance/to-spliced.js' { + declare module.exports: $Exports<'core-js/es/instance/to-spliced'>; +} +declare module 'core-js/es/instance/to-well-formed.js' { + declare module.exports: $Exports<'core-js/es/instance/to-well-formed'>; +} declare module 'core-js/es/instance/trim-end.js' { declare module.exports: $Exports<'core-js/es/instance/trim-end'>; } @@ -14863,6 +15770,9 @@ declare module 'core-js/es/instance/unshift.js' { declare module 'core-js/es/instance/values.js' { declare module.exports: $Exports<'core-js/es/instance/values'>; } +declare module 'core-js/es/instance/with.js' { + declare module.exports: $Exports<'core-js/es/instance/with'>; +} declare module 'core-js/es/is-iterable.js' { declare module.exports: $Exports<'core-js/es/is-iterable'>; } @@ -14878,6 +15788,9 @@ declare module 'core-js/es/json/stringify.js' { declare module 'core-js/es/json/to-string-tag.js' { declare module.exports: $Exports<'core-js/es/json/to-string-tag'>; } +declare module 'core-js/es/map/group-by.js' { + declare module.exports: $Exports<'core-js/es/map/group-by'>; +} declare module 'core-js/es/map/index' { declare module.exports: $Exports<'core-js/es/map'>; } @@ -15046,6 +15959,9 @@ declare module 'core-js/es/object/get-own-property-symbols.js' { declare module 'core-js/es/object/get-prototype-of.js' { declare module.exports: $Exports<'core-js/es/object/get-prototype-of'>; } +declare module 'core-js/es/object/group-by.js' { + declare module.exports: $Exports<'core-js/es/object/group-by'>; +} declare module 'core-js/es/object/has-own.js' { declare module.exports: $Exports<'core-js/es/object/has-own'>; } @@ -15115,6 +16031,9 @@ declare module 'core-js/es/promise/index' { declare module 'core-js/es/promise/index.js' { declare module.exports: $Exports<'core-js/es/promise'>; } +declare module 'core-js/es/promise/with-resolvers.js' { + declare module.exports: $Exports<'core-js/es/promise/with-resolvers'>; +} declare module 'core-js/es/reflect/apply.js' { declare module.exports: $Exports<'core-js/es/reflect/apply'>; } @@ -15247,6 +16166,9 @@ declare module 'core-js/es/string/index' { declare module 'core-js/es/string/index.js' { declare module.exports: $Exports<'core-js/es/string'>; } +declare module 'core-js/es/string/is-well-formed.js' { + declare module.exports: $Exports<'core-js/es/string/is-well-formed'>; +} declare module 'core-js/es/string/italics.js' { declare module.exports: $Exports<'core-js/es/string/italics'>; } @@ -15304,6 +16226,9 @@ declare module 'core-js/es/string/substr.js' { declare module 'core-js/es/string/sup.js' { declare module.exports: $Exports<'core-js/es/string/sup'>; } +declare module 'core-js/es/string/to-well-formed.js' { + declare module.exports: $Exports<'core-js/es/string/to-well-formed'>; +} declare module 'core-js/es/string/trim-end.js' { declare module.exports: $Exports<'core-js/es/string/trim-end'>; } @@ -15358,6 +16283,9 @@ declare module 'core-js/es/string/virtual/index' { declare module 'core-js/es/string/virtual/index.js' { declare module.exports: $Exports<'core-js/es/string/virtual'>; } +declare module 'core-js/es/string/virtual/is-well-formed.js' { + declare module.exports: $Exports<'core-js/es/string/virtual/is-well-formed'>; +} declare module 'core-js/es/string/virtual/italics.js' { declare module.exports: $Exports<'core-js/es/string/virtual/italics'>; } @@ -15400,6 +16328,9 @@ declare module 'core-js/es/string/virtual/substr.js' { declare module 'core-js/es/string/virtual/sup.js' { declare module.exports: $Exports<'core-js/es/string/virtual/sup'>; } +declare module 'core-js/es/string/virtual/to-well-formed.js' { + declare module.exports: $Exports<'core-js/es/string/virtual/to-well-formed'>; +} declare module 'core-js/es/string/virtual/trim-end.js' { declare module.exports: $Exports<'core-js/es/string/virtual/trim-end'>; } @@ -15580,6 +16511,12 @@ declare module 'core-js/es/typed-array/subarray.js' { declare module 'core-js/es/typed-array/to-locale-string.js' { declare module.exports: $Exports<'core-js/es/typed-array/to-locale-string'>; } +declare module 'core-js/es/typed-array/to-reversed.js' { + declare module.exports: $Exports<'core-js/es/typed-array/to-reversed'>; +} +declare module 'core-js/es/typed-array/to-sorted.js' { + declare module.exports: $Exports<'core-js/es/typed-array/to-sorted'>; +} declare module 'core-js/es/typed-array/to-string.js' { declare module.exports: $Exports<'core-js/es/typed-array/to-string'>; } @@ -15598,6 +16535,9 @@ declare module 'core-js/es/typed-array/uint8-clamped-array.js' { declare module 'core-js/es/typed-array/values.js' { declare module.exports: $Exports<'core-js/es/typed-array/values'>; } +declare module 'core-js/es/typed-array/with.js' { + declare module.exports: $Exports<'core-js/es/typed-array/with'>; +} declare module 'core-js/es/unescape.js' { declare module.exports: $Exports<'core-js/es/unescape'>; } @@ -15619,6 +16559,9 @@ declare module 'core-js/features/aggregate-error.js' { declare module 'core-js/features/array-buffer/constructor.js' { declare module.exports: $Exports<'core-js/features/array-buffer/constructor'>; } +declare module 'core-js/features/array-buffer/detached.js' { + declare module.exports: $Exports<'core-js/features/array-buffer/detached'>; +} declare module 'core-js/features/array-buffer/index' { declare module.exports: $Exports<'core-js/features/array-buffer'>; } @@ -15631,6 +16574,12 @@ declare module 'core-js/features/array-buffer/is-view.js' { declare module 'core-js/features/array-buffer/slice.js' { declare module.exports: $Exports<'core-js/features/array-buffer/slice'>; } +declare module 'core-js/features/array-buffer/transfer-to-fixed-length.js' { + declare module.exports: $Exports<'core-js/features/array-buffer/transfer-to-fixed-length'>; +} +declare module 'core-js/features/array-buffer/transfer.js' { + declare module.exports: $Exports<'core-js/features/array-buffer/transfer'>; +} declare module 'core-js/features/array/at.js' { declare module.exports: $Exports<'core-js/features/array/at'>; } @@ -16000,12 +16949,24 @@ declare module 'core-js/features/composite-key.js' { declare module 'core-js/features/composite-symbol.js' { declare module.exports: $Exports<'core-js/features/composite-symbol'>; } +declare module 'core-js/features/data-view/get-float16.js' { + declare module.exports: $Exports<'core-js/features/data-view/get-float16'>; +} +declare module 'core-js/features/data-view/get-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/features/data-view/get-uint8-clamped'>; +} declare module 'core-js/features/data-view/index' { declare module.exports: $Exports<'core-js/features/data-view'>; } declare module 'core-js/features/data-view/index.js' { declare module.exports: $Exports<'core-js/features/data-view'>; } +declare module 'core-js/features/data-view/set-float16.js' { + declare module.exports: $Exports<'core-js/features/data-view/set-float16'>; +} +declare module 'core-js/features/data-view/set-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/features/data-view/set-uint8-clamped'>; +} declare module 'core-js/features/date/get-year.js' { declare module.exports: $Exports<'core-js/features/date/get-year'>; } @@ -16087,6 +17048,9 @@ declare module 'core-js/features/escape.js' { declare module 'core-js/features/function/bind.js' { declare module.exports: $Exports<'core-js/features/function/bind'>; } +declare module 'core-js/features/function/demethodize.js' { + declare module.exports: $Exports<'core-js/features/function/demethodize'>; +} declare module 'core-js/features/function/has-instance.js' { declare module.exports: $Exports<'core-js/features/function/has-instance'>; } @@ -16102,6 +17066,9 @@ declare module 'core-js/features/function/is-callable.js' { declare module 'core-js/features/function/is-constructor.js' { declare module.exports: $Exports<'core-js/features/function/is-constructor'>; } +declare module 'core-js/features/function/metadata.js' { + declare module.exports: $Exports<'core-js/features/function/metadata'>; +} declare module 'core-js/features/function/name.js' { declare module.exports: $Exports<'core-js/features/function/name'>; } @@ -16111,6 +17078,9 @@ declare module 'core-js/features/function/un-this.js' { declare module 'core-js/features/function/virtual/bind.js' { declare module.exports: $Exports<'core-js/features/function/virtual/bind'>; } +declare module 'core-js/features/function/virtual/demethodize.js' { + declare module.exports: $Exports<'core-js/features/function/virtual/demethodize'>; +} declare module 'core-js/features/function/virtual/index' { declare module.exports: $Exports<'core-js/features/function/virtual'>; } @@ -16153,6 +17123,9 @@ declare module 'core-js/features/instance/concat.js' { declare module 'core-js/features/instance/copy-within.js' { declare module.exports: $Exports<'core-js/features/instance/copy-within'>; } +declare module 'core-js/features/instance/demethodize.js' { + declare module.exports: $Exports<'core-js/features/instance/demethodize'>; +} declare module 'core-js/features/instance/ends-with.js' { declare module.exports: $Exports<'core-js/features/instance/ends-with'>; } @@ -16354,6 +17327,9 @@ declare module 'core-js/features/iterator/indexed.js' { declare module 'core-js/features/iterator/map.js' { declare module.exports: $Exports<'core-js/features/iterator/map'>; } +declare module 'core-js/features/iterator/range.js' { + declare module.exports: $Exports<'core-js/features/iterator/range'>; +} declare module 'core-js/features/iterator/reduce.js' { declare module.exports: $Exports<'core-js/features/iterator/reduce'>; } @@ -16375,6 +17351,15 @@ declare module 'core-js/features/json/index' { declare module 'core-js/features/json/index.js' { declare module.exports: $Exports<'core-js/features/json'>; } +declare module 'core-js/features/json/is-raw-json.js' { + declare module.exports: $Exports<'core-js/features/json/is-raw-json'>; +} +declare module 'core-js/features/json/parse.js' { + declare module.exports: $Exports<'core-js/features/json/parse'>; +} +declare module 'core-js/features/json/raw-json.js' { + declare module.exports: $Exports<'core-js/features/json/raw-json'>; +} declare module 'core-js/features/json/stringify.js' { declare module.exports: $Exports<'core-js/features/json/stringify'>; } @@ -16477,6 +17462,9 @@ declare module 'core-js/features/math/degrees.js' { declare module 'core-js/features/math/expm1.js' { declare module.exports: $Exports<'core-js/features/math/expm1'>; } +declare module 'core-js/features/math/f16round.js' { + declare module.exports: $Exports<'core-js/features/math/f16round'>; +} declare module 'core-js/features/math/fround.js' { declare module.exports: $Exports<'core-js/features/math/fround'>; } @@ -16654,6 +17642,9 @@ declare module 'core-js/features/object/get-own-property-symbols.js' { declare module 'core-js/features/object/get-prototype-of.js' { declare module.exports: $Exports<'core-js/features/object/get-prototype-of'>; } +declare module 'core-js/features/object/group-by.js' { + declare module.exports: $Exports<'core-js/features/object/group-by'>; +} declare module 'core-js/features/object/has-own.js' { declare module.exports: $Exports<'core-js/features/object/has-own'>; } @@ -16741,6 +17732,9 @@ declare module 'core-js/features/promise/index.js' { declare module 'core-js/features/promise/try.js' { declare module.exports: $Exports<'core-js/features/promise/try'>; } +declare module 'core-js/features/promise/with-resolvers.js' { + declare module.exports: $Exports<'core-js/features/promise/with-resolvers'>; +} declare module 'core-js/features/queue-microtask.js' { declare module.exports: $Exports<'core-js/features/queue-microtask'>; } @@ -16825,6 +17819,9 @@ declare module 'core-js/features/regexp/constructor.js' { declare module 'core-js/features/regexp/dot-all.js' { declare module.exports: $Exports<'core-js/features/regexp/dot-all'>; } +declare module 'core-js/features/regexp/escape.js' { + declare module.exports: $Exports<'core-js/features/regexp/escape'>; +} declare module 'core-js/features/regexp/flags.js' { declare module.exports: $Exports<'core-js/features/regexp/flags'>; } @@ -17194,6 +18191,18 @@ declare module 'core-js/features/symbol/index.js' { declare module 'core-js/features/symbol/is-concat-spreadable.js' { declare module.exports: $Exports<'core-js/features/symbol/is-concat-spreadable'>; } +declare module 'core-js/features/symbol/is-registered-symbol.js' { + declare module.exports: $Exports<'core-js/features/symbol/is-registered-symbol'>; +} +declare module 'core-js/features/symbol/is-registered.js' { + declare module.exports: $Exports<'core-js/features/symbol/is-registered'>; +} +declare module 'core-js/features/symbol/is-well-known-symbol.js' { + declare module.exports: $Exports<'core-js/features/symbol/is-well-known-symbol'>; +} +declare module 'core-js/features/symbol/is-well-known.js' { + declare module.exports: $Exports<'core-js/features/symbol/is-well-known'>; +} declare module 'core-js/features/symbol/iterator.js' { declare module.exports: $Exports<'core-js/features/symbol/iterator'>; } @@ -17293,6 +18302,12 @@ declare module 'core-js/features/typed-array/for-each.js' { declare module 'core-js/features/typed-array/from-async.js' { declare module.exports: $Exports<'core-js/features/typed-array/from-async'>; } +declare module 'core-js/features/typed-array/from-base64.js' { + declare module.exports: $Exports<'core-js/features/typed-array/from-base64'>; +} +declare module 'core-js/features/typed-array/from-hex.js' { + declare module.exports: $Exports<'core-js/features/typed-array/from-hex'>; +} declare module 'core-js/features/typed-array/from.js' { declare module.exports: $Exports<'core-js/features/typed-array/from'>; } @@ -17365,6 +18380,12 @@ declare module 'core-js/features/typed-array/sort.js' { declare module 'core-js/features/typed-array/subarray.js' { declare module.exports: $Exports<'core-js/features/typed-array/subarray'>; } +declare module 'core-js/features/typed-array/to-base64.js' { + declare module.exports: $Exports<'core-js/features/typed-array/to-base64'>; +} +declare module 'core-js/features/typed-array/to-hex.js' { + declare module.exports: $Exports<'core-js/features/typed-array/to-hex'>; +} declare module 'core-js/features/typed-array/to-locale-string.js' { declare module.exports: $Exports<'core-js/features/typed-array/to-locale-string'>; } @@ -17410,6 +18431,9 @@ declare module 'core-js/features/url-search-params/index' { declare module 'core-js/features/url-search-params/index.js' { declare module.exports: $Exports<'core-js/features/url-search-params'>; } +declare module 'core-js/features/url/can-parse.js' { + declare module.exports: $Exports<'core-js/features/url/can-parse'>; +} declare module 'core-js/features/url/index' { declare module.exports: $Exports<'core-js/features/url'>; } @@ -17464,6 +18488,9 @@ declare module 'core-js/full/aggregate-error.js' { declare module 'core-js/full/array-buffer/constructor.js' { declare module.exports: $Exports<'core-js/full/array-buffer/constructor'>; } +declare module 'core-js/full/array-buffer/detached.js' { + declare module.exports: $Exports<'core-js/full/array-buffer/detached'>; +} declare module 'core-js/full/array-buffer/index' { declare module.exports: $Exports<'core-js/full/array-buffer'>; } @@ -17476,6 +18503,12 @@ declare module 'core-js/full/array-buffer/is-view.js' { declare module 'core-js/full/array-buffer/slice.js' { declare module.exports: $Exports<'core-js/full/array-buffer/slice'>; } +declare module 'core-js/full/array-buffer/transfer-to-fixed-length.js' { + declare module.exports: $Exports<'core-js/full/array-buffer/transfer-to-fixed-length'>; +} +declare module 'core-js/full/array-buffer/transfer.js' { + declare module.exports: $Exports<'core-js/full/array-buffer/transfer'>; +} declare module 'core-js/full/array/at.js' { declare module.exports: $Exports<'core-js/full/array/at'>; } @@ -17845,12 +18878,24 @@ declare module 'core-js/full/composite-key.js' { declare module 'core-js/full/composite-symbol.js' { declare module.exports: $Exports<'core-js/full/composite-symbol'>; } +declare module 'core-js/full/data-view/get-float16.js' { + declare module.exports: $Exports<'core-js/full/data-view/get-float16'>; +} +declare module 'core-js/full/data-view/get-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/full/data-view/get-uint8-clamped'>; +} declare module 'core-js/full/data-view/index' { declare module.exports: $Exports<'core-js/full/data-view'>; } declare module 'core-js/full/data-view/index.js' { declare module.exports: $Exports<'core-js/full/data-view'>; } +declare module 'core-js/full/data-view/set-float16.js' { + declare module.exports: $Exports<'core-js/full/data-view/set-float16'>; +} +declare module 'core-js/full/data-view/set-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/full/data-view/set-uint8-clamped'>; +} declare module 'core-js/full/date/get-year.js' { declare module.exports: $Exports<'core-js/full/date/get-year'>; } @@ -17932,6 +18977,9 @@ declare module 'core-js/full/escape.js' { declare module 'core-js/full/function/bind.js' { declare module.exports: $Exports<'core-js/full/function/bind'>; } +declare module 'core-js/full/function/demethodize.js' { + declare module.exports: $Exports<'core-js/full/function/demethodize'>; +} declare module 'core-js/full/function/has-instance.js' { declare module.exports: $Exports<'core-js/full/function/has-instance'>; } @@ -17947,6 +18995,9 @@ declare module 'core-js/full/function/is-callable.js' { declare module 'core-js/full/function/is-constructor.js' { declare module.exports: $Exports<'core-js/full/function/is-constructor'>; } +declare module 'core-js/full/function/metadata.js' { + declare module.exports: $Exports<'core-js/full/function/metadata'>; +} declare module 'core-js/full/function/name.js' { declare module.exports: $Exports<'core-js/full/function/name'>; } @@ -17956,6 +19007,9 @@ declare module 'core-js/full/function/un-this.js' { declare module 'core-js/full/function/virtual/bind.js' { declare module.exports: $Exports<'core-js/full/function/virtual/bind'>; } +declare module 'core-js/full/function/virtual/demethodize.js' { + declare module.exports: $Exports<'core-js/full/function/virtual/demethodize'>; +} declare module 'core-js/full/function/virtual/index' { declare module.exports: $Exports<'core-js/full/function/virtual'>; } @@ -17998,6 +19052,9 @@ declare module 'core-js/full/instance/concat.js' { declare module 'core-js/full/instance/copy-within.js' { declare module.exports: $Exports<'core-js/full/instance/copy-within'>; } +declare module 'core-js/full/instance/demethodize.js' { + declare module.exports: $Exports<'core-js/full/instance/demethodize'>; +} declare module 'core-js/full/instance/ends-with.js' { declare module.exports: $Exports<'core-js/full/instance/ends-with'>; } @@ -18199,6 +19256,9 @@ declare module 'core-js/full/iterator/indexed.js' { declare module 'core-js/full/iterator/map.js' { declare module.exports: $Exports<'core-js/full/iterator/map'>; } +declare module 'core-js/full/iterator/range.js' { + declare module.exports: $Exports<'core-js/full/iterator/range'>; +} declare module 'core-js/full/iterator/reduce.js' { declare module.exports: $Exports<'core-js/full/iterator/reduce'>; } @@ -18220,6 +19280,15 @@ declare module 'core-js/full/json/index' { declare module 'core-js/full/json/index.js' { declare module.exports: $Exports<'core-js/full/json'>; } +declare module 'core-js/full/json/is-raw-json.js' { + declare module.exports: $Exports<'core-js/full/json/is-raw-json'>; +} +declare module 'core-js/full/json/parse.js' { + declare module.exports: $Exports<'core-js/full/json/parse'>; +} +declare module 'core-js/full/json/raw-json.js' { + declare module.exports: $Exports<'core-js/full/json/raw-json'>; +} declare module 'core-js/full/json/stringify.js' { declare module.exports: $Exports<'core-js/full/json/stringify'>; } @@ -18322,6 +19391,9 @@ declare module 'core-js/full/math/degrees.js' { declare module 'core-js/full/math/expm1.js' { declare module.exports: $Exports<'core-js/full/math/expm1'>; } +declare module 'core-js/full/math/f16round.js' { + declare module.exports: $Exports<'core-js/full/math/f16round'>; +} declare module 'core-js/full/math/fround.js' { declare module.exports: $Exports<'core-js/full/math/fround'>; } @@ -18499,6 +19571,9 @@ declare module 'core-js/full/object/get-own-property-symbols.js' { declare module 'core-js/full/object/get-prototype-of.js' { declare module.exports: $Exports<'core-js/full/object/get-prototype-of'>; } +declare module 'core-js/full/object/group-by.js' { + declare module.exports: $Exports<'core-js/full/object/group-by'>; +} declare module 'core-js/full/object/has-own.js' { declare module.exports: $Exports<'core-js/full/object/has-own'>; } @@ -18586,6 +19661,9 @@ declare module 'core-js/full/promise/index.js' { declare module 'core-js/full/promise/try.js' { declare module.exports: $Exports<'core-js/full/promise/try'>; } +declare module 'core-js/full/promise/with-resolvers.js' { + declare module.exports: $Exports<'core-js/full/promise/with-resolvers'>; +} declare module 'core-js/full/queue-microtask.js' { declare module.exports: $Exports<'core-js/full/queue-microtask'>; } @@ -18670,6 +19748,9 @@ declare module 'core-js/full/regexp/constructor.js' { declare module 'core-js/full/regexp/dot-all.js' { declare module.exports: $Exports<'core-js/full/regexp/dot-all'>; } +declare module 'core-js/full/regexp/escape.js' { + declare module.exports: $Exports<'core-js/full/regexp/escape'>; +} declare module 'core-js/full/regexp/flags.js' { declare module.exports: $Exports<'core-js/full/regexp/flags'>; } @@ -19039,6 +20120,18 @@ declare module 'core-js/full/symbol/index.js' { declare module 'core-js/full/symbol/is-concat-spreadable.js' { declare module.exports: $Exports<'core-js/full/symbol/is-concat-spreadable'>; } +declare module 'core-js/full/symbol/is-registered-symbol.js' { + declare module.exports: $Exports<'core-js/full/symbol/is-registered-symbol'>; +} +declare module 'core-js/full/symbol/is-registered.js' { + declare module.exports: $Exports<'core-js/full/symbol/is-registered'>; +} +declare module 'core-js/full/symbol/is-well-known-symbol.js' { + declare module.exports: $Exports<'core-js/full/symbol/is-well-known-symbol'>; +} +declare module 'core-js/full/symbol/is-well-known.js' { + declare module.exports: $Exports<'core-js/full/symbol/is-well-known'>; +} declare module 'core-js/full/symbol/iterator.js' { declare module.exports: $Exports<'core-js/full/symbol/iterator'>; } @@ -19138,6 +20231,12 @@ declare module 'core-js/full/typed-array/for-each.js' { declare module 'core-js/full/typed-array/from-async.js' { declare module.exports: $Exports<'core-js/full/typed-array/from-async'>; } +declare module 'core-js/full/typed-array/from-base64.js' { + declare module.exports: $Exports<'core-js/full/typed-array/from-base64'>; +} +declare module 'core-js/full/typed-array/from-hex.js' { + declare module.exports: $Exports<'core-js/full/typed-array/from-hex'>; +} declare module 'core-js/full/typed-array/from.js' { declare module.exports: $Exports<'core-js/full/typed-array/from'>; } @@ -19210,6 +20309,12 @@ declare module 'core-js/full/typed-array/sort.js' { declare module 'core-js/full/typed-array/subarray.js' { declare module.exports: $Exports<'core-js/full/typed-array/subarray'>; } +declare module 'core-js/full/typed-array/to-base64.js' { + declare module.exports: $Exports<'core-js/full/typed-array/to-base64'>; +} +declare module 'core-js/full/typed-array/to-hex.js' { + declare module.exports: $Exports<'core-js/full/typed-array/to-hex'>; +} declare module 'core-js/full/typed-array/to-locale-string.js' { declare module.exports: $Exports<'core-js/full/typed-array/to-locale-string'>; } @@ -19255,6 +20360,9 @@ declare module 'core-js/full/url-search-params/index' { declare module 'core-js/full/url-search-params/index.js' { declare module.exports: $Exports<'core-js/full/url-search-params'>; } +declare module 'core-js/full/url/can-parse.js' { + declare module.exports: $Exports<'core-js/full/url/can-parse'>; +} declare module 'core-js/full/url/index' { declare module.exports: $Exports<'core-js/full/url'>; } @@ -19315,6 +20423,9 @@ declare module 'core-js/internals/a-callable.js' { declare module 'core-js/internals/a-constructor.js' { declare module.exports: $Exports<'core-js/internals/a-constructor'>; } +declare module 'core-js/internals/a-data-view.js' { + declare module.exports: $Exports<'core-js/internals/a-data-view'>; +} declare module 'core-js/internals/a-map.js' { declare module.exports: $Exports<'core-js/internals/a-map'>; } @@ -19324,12 +20435,18 @@ declare module 'core-js/internals/a-possible-prototype.js' { declare module 'core-js/internals/a-set.js' { declare module.exports: $Exports<'core-js/internals/a-set'>; } +declare module 'core-js/internals/a-string.js' { + declare module.exports: $Exports<'core-js/internals/a-string'>; +} declare module 'core-js/internals/a-weak-map.js' { declare module.exports: $Exports<'core-js/internals/a-weak-map'>; } declare module 'core-js/internals/a-weak-set.js' { declare module.exports: $Exports<'core-js/internals/a-weak-set'>; } +declare module 'core-js/internals/add-disposable-resource.js' { + declare module.exports: $Exports<'core-js/internals/add-disposable-resource'>; +} declare module 'core-js/internals/add-to-unscopables.js' { declare module.exports: $Exports<'core-js/internals/add-to-unscopables'>; } @@ -19339,15 +20456,30 @@ declare module 'core-js/internals/advance-string-index.js' { declare module 'core-js/internals/an-instance.js' { declare module.exports: $Exports<'core-js/internals/an-instance'>; } +declare module 'core-js/internals/an-object-or-undefined.js' { + declare module.exports: $Exports<'core-js/internals/an-object-or-undefined'>; +} declare module 'core-js/internals/an-object.js' { declare module.exports: $Exports<'core-js/internals/an-object'>; } +declare module 'core-js/internals/an-uint8-array.js' { + declare module.exports: $Exports<'core-js/internals/an-uint8-array'>; +} declare module 'core-js/internals/array-buffer-basic-detection.js' { declare module.exports: $Exports<'core-js/internals/array-buffer-basic-detection'>; } +declare module 'core-js/internals/array-buffer-byte-length.js' { + declare module.exports: $Exports<'core-js/internals/array-buffer-byte-length'>; +} +declare module 'core-js/internals/array-buffer-is-detached.js' { + declare module.exports: $Exports<'core-js/internals/array-buffer-is-detached'>; +} declare module 'core-js/internals/array-buffer-non-extensible.js' { declare module.exports: $Exports<'core-js/internals/array-buffer-non-extensible'>; } +declare module 'core-js/internals/array-buffer-transfer.js' { + declare module.exports: $Exports<'core-js/internals/array-buffer-transfer'>; +} declare module 'core-js/internals/array-buffer-view-core.js' { declare module.exports: $Exports<'core-js/internals/array-buffer-view-core'>; } @@ -19402,9 +20534,6 @@ declare module 'core-js/internals/array-reduce.js' { declare module 'core-js/internals/array-set-length.js' { declare module.exports: $Exports<'core-js/internals/array-set-length'>; } -declare module 'core-js/internals/array-slice-simple.js' { - declare module.exports: $Exports<'core-js/internals/array-slice-simple'>; -} declare module 'core-js/internals/array-slice.js' { declare module.exports: $Exports<'core-js/internals/array-slice'>; } @@ -19534,11 +20663,8 @@ declare module 'core-js/internals/delete-property-or-throw.js' { declare module 'core-js/internals/descriptors.js' { declare module.exports: $Exports<'core-js/internals/descriptors'>; } -declare module 'core-js/internals/disposable-stack-helpers.js' { - declare module.exports: $Exports<'core-js/internals/disposable-stack-helpers'>; -} -declare module 'core-js/internals/document-all.js' { - declare module.exports: $Exports<'core-js/internals/document-all'>; +declare module 'core-js/internals/detach-transferable.js' { + declare module.exports: $Exports<'core-js/internals/detach-transferable'>; } declare module 'core-js/internals/document-create-element.js' { declare module.exports: $Exports<'core-js/internals/document-create-element'>; @@ -19642,21 +20768,33 @@ declare module 'core-js/internals/function-bind.js' { declare module 'core-js/internals/function-call.js' { declare module.exports: $Exports<'core-js/internals/function-call'>; } +declare module 'core-js/internals/function-demethodize.js' { + declare module.exports: $Exports<'core-js/internals/function-demethodize'>; +} declare module 'core-js/internals/function-name.js' { declare module.exports: $Exports<'core-js/internals/function-name'>; } +declare module 'core-js/internals/function-uncurry-this-accessor.js' { + declare module.exports: $Exports<'core-js/internals/function-uncurry-this-accessor'>; +} declare module 'core-js/internals/function-uncurry-this-clause.js' { declare module.exports: $Exports<'core-js/internals/function-uncurry-this-clause'>; } declare module 'core-js/internals/function-uncurry-this.js' { declare module.exports: $Exports<'core-js/internals/function-uncurry-this'>; } +declare module 'core-js/internals/get-alphabet-option.js' { + declare module.exports: $Exports<'core-js/internals/get-alphabet-option'>; +} declare module 'core-js/internals/get-async-iterator-flattenable.js' { declare module.exports: $Exports<'core-js/internals/get-async-iterator-flattenable'>; } declare module 'core-js/internals/get-async-iterator.js' { declare module.exports: $Exports<'core-js/internals/get-async-iterator'>; } +declare module 'core-js/internals/get-built-in-prototype-method.js' { + declare module.exports: $Exports<'core-js/internals/get-built-in-prototype-method'>; +} declare module 'core-js/internals/get-built-in.js' { declare module.exports: $Exports<'core-js/internals/get-built-in'>; } @@ -19672,6 +20810,9 @@ declare module 'core-js/internals/get-iterator-method.js' { declare module 'core-js/internals/get-iterator.js' { declare module.exports: $Exports<'core-js/internals/get-iterator'>; } +declare module 'core-js/internals/get-json-replacer-function.js' { + declare module.exports: $Exports<'core-js/internals/get-json-replacer-function'>; +} declare module 'core-js/internals/get-method.js' { declare module.exports: $Exports<'core-js/internals/get-method'>; } @@ -19753,9 +20894,15 @@ declare module 'core-js/internals/is-null-or-undefined.js' { declare module 'core-js/internals/is-object.js' { declare module.exports: $Exports<'core-js/internals/is-object'>; } +declare module 'core-js/internals/is-possible-prototype.js' { + declare module.exports: $Exports<'core-js/internals/is-possible-prototype'>; +} declare module 'core-js/internals/is-pure.js' { declare module.exports: $Exports<'core-js/internals/is-pure'>; } +declare module 'core-js/internals/is-raw-json.js' { + declare module.exports: $Exports<'core-js/internals/is-raw-json'>; +} declare module 'core-js/internals/is-regexp.js' { declare module.exports: $Exports<'core-js/internals/is-regexp'>; } @@ -19810,6 +20957,12 @@ declare module 'core-js/internals/map-upsert.js' { declare module 'core-js/internals/math-expm1.js' { declare module.exports: $Exports<'core-js/internals/math-expm1'>; } +declare module 'core-js/internals/math-f16round.js' { + declare module.exports: $Exports<'core-js/internals/math-f16round'>; +} +declare module 'core-js/internals/math-float-round.js' { + declare module.exports: $Exports<'core-js/internals/math-float-round'>; +} declare module 'core-js/internals/math-fround.js' { declare module.exports: $Exports<'core-js/internals/math-fround'>; } @@ -19831,6 +20984,9 @@ declare module 'core-js/internals/math-trunc.js' { declare module 'core-js/internals/microtask.js' { declare module.exports: $Exports<'core-js/internals/microtask'>; } +declare module 'core-js/internals/native-raw-json.js' { + declare module.exports: $Exports<'core-js/internals/native-raw-json'>; +} declare module 'core-js/internals/new-promise-capability.js' { declare module.exports: $Exports<'core-js/internals/new-promise-capability'>; } @@ -19912,15 +21068,15 @@ declare module 'core-js/internals/object-to-array.js' { declare module 'core-js/internals/object-to-string.js' { declare module.exports: $Exports<'core-js/internals/object-to-string'>; } -declare module 'core-js/internals/observable-forced.js' { - declare module.exports: $Exports<'core-js/internals/observable-forced'>; -} declare module 'core-js/internals/ordinary-to-primitive.js' { declare module.exports: $Exports<'core-js/internals/ordinary-to-primitive'>; } declare module 'core-js/internals/own-keys.js' { declare module.exports: $Exports<'core-js/internals/own-keys'>; } +declare module 'core-js/internals/parse-json-string.js' { + declare module.exports: $Exports<'core-js/internals/parse-json-string'>; +} declare module 'core-js/internals/path.js' { declare module.exports: $Exports<'core-js/internals/path'>; } @@ -19972,6 +21128,9 @@ declare module 'core-js/internals/regexp-unsupported-ncg.js' { declare module 'core-js/internals/require-object-coercible.js' { declare module.exports: $Exports<'core-js/internals/require-object-coercible'>; } +declare module 'core-js/internals/safe-get-built-in.js' { + declare module.exports: $Exports<'core-js/internals/safe-get-built-in'>; +} declare module 'core-js/internals/same-value-zero.js' { declare module.exports: $Exports<'core-js/internals/same-value-zero'>; } @@ -20071,12 +21230,21 @@ declare module 'core-js/internals/string-trim-start.js' { declare module 'core-js/internals/string-trim.js' { declare module.exports: $Exports<'core-js/internals/string-trim'>; } +declare module 'core-js/internals/structured-clone-proper-transfer.js' { + declare module.exports: $Exports<'core-js/internals/structured-clone-proper-transfer'>; +} declare module 'core-js/internals/symbol-constructor-detection.js' { declare module.exports: $Exports<'core-js/internals/symbol-constructor-detection'>; } declare module 'core-js/internals/symbol-define-to-primitive.js' { declare module.exports: $Exports<'core-js/internals/symbol-define-to-primitive'>; } +declare module 'core-js/internals/symbol-is-registered.js' { + declare module.exports: $Exports<'core-js/internals/symbol-is-registered'>; +} +declare module 'core-js/internals/symbol-is-well-known.js' { + declare module.exports: $Exports<'core-js/internals/symbol-is-well-known'>; +} declare module 'core-js/internals/symbol-registry-detection.js' { declare module.exports: $Exports<'core-js/internals/symbol-registry-detection'>; } @@ -20128,6 +21296,9 @@ declare module 'core-js/internals/to-string-tag-support.js' { declare module 'core-js/internals/to-string.js' { declare module.exports: $Exports<'core-js/internals/to-string'>; } +declare module 'core-js/internals/to-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/internals/to-uint8-clamped'>; +} declare module 'core-js/internals/try-node-require.js' { declare module.exports: $Exports<'core-js/internals/try-node-require'>; } @@ -20299,6 +21470,15 @@ declare module 'core-js/modules/es.array.species.js' { declare module 'core-js/modules/es.array.splice.js' { declare module.exports: $Exports<'core-js/modules/es.array.splice'>; } +declare module 'core-js/modules/es.array.to-reversed.js' { + declare module.exports: $Exports<'core-js/modules/es.array.to-reversed'>; +} +declare module 'core-js/modules/es.array.to-sorted.js' { + declare module.exports: $Exports<'core-js/modules/es.array.to-sorted'>; +} +declare module 'core-js/modules/es.array.to-spliced.js' { + declare module.exports: $Exports<'core-js/modules/es.array.to-spliced'>; +} declare module 'core-js/modules/es.array.unscopables.flat-map.js' { declare module.exports: $Exports<'core-js/modules/es.array.unscopables.flat-map'>; } @@ -20308,6 +21488,9 @@ declare module 'core-js/modules/es.array.unscopables.flat.js' { declare module 'core-js/modules/es.array.unshift.js' { declare module.exports: $Exports<'core-js/modules/es.array.unshift'>; } +declare module 'core-js/modules/es.array.with.js' { + declare module.exports: $Exports<'core-js/modules/es.array.with'>; +} declare module 'core-js/modules/es.data-view.constructor.js' { declare module.exports: $Exports<'core-js/modules/es.data-view.constructor'>; } @@ -20368,6 +21551,9 @@ declare module 'core-js/modules/es.json.to-string-tag.js' { declare module 'core-js/modules/es.map.constructor.js' { declare module.exports: $Exports<'core-js/modules/es.map.constructor'>; } +declare module 'core-js/modules/es.map.group-by.js' { + declare module.exports: $Exports<'core-js/modules/es.map.group-by'>; +} declare module 'core-js/modules/es.map.js' { declare module.exports: $Exports<'core-js/modules/es.map'>; } @@ -20506,6 +21692,9 @@ declare module 'core-js/modules/es.object.get-own-property-symbols.js' { declare module 'core-js/modules/es.object.get-prototype-of.js' { declare module.exports: $Exports<'core-js/modules/es.object.get-prototype-of'>; } +declare module 'core-js/modules/es.object.group-by.js' { + declare module.exports: $Exports<'core-js/modules/es.object.group-by'>; +} declare module 'core-js/modules/es.object.has-own.js' { declare module.exports: $Exports<'core-js/modules/es.object.has-own'>; } @@ -20584,6 +21773,9 @@ declare module 'core-js/modules/es.promise.reject.js' { declare module 'core-js/modules/es.promise.resolve.js' { declare module.exports: $Exports<'core-js/modules/es.promise.resolve'>; } +declare module 'core-js/modules/es.promise.with-resolvers.js' { + declare module.exports: $Exports<'core-js/modules/es.promise.with-resolvers'>; +} declare module 'core-js/modules/es.reflect.apply.js' { declare module.exports: $Exports<'core-js/modules/es.reflect.apply'>; } @@ -20689,6 +21881,9 @@ declare module 'core-js/modules/es.string.from-code-point.js' { declare module 'core-js/modules/es.string.includes.js' { declare module.exports: $Exports<'core-js/modules/es.string.includes'>; } +declare module 'core-js/modules/es.string.is-well-formed.js' { + declare module.exports: $Exports<'core-js/modules/es.string.is-well-formed'>; +} declare module 'core-js/modules/es.string.italics.js' { declare module.exports: $Exports<'core-js/modules/es.string.italics'>; } @@ -20746,6 +21941,9 @@ declare module 'core-js/modules/es.string.substr.js' { declare module 'core-js/modules/es.string.sup.js' { declare module.exports: $Exports<'core-js/modules/es.string.sup'>; } +declare module 'core-js/modules/es.string.to-well-formed.js' { + declare module.exports: $Exports<'core-js/modules/es.string.to-well-formed'>; +} declare module 'core-js/modules/es.string.trim-end.js' { declare module.exports: $Exports<'core-js/modules/es.string.trim-end'>; } @@ -20911,6 +22109,12 @@ declare module 'core-js/modules/es.typed-array.subarray.js' { declare module 'core-js/modules/es.typed-array.to-locale-string.js' { declare module.exports: $Exports<'core-js/modules/es.typed-array.to-locale-string'>; } +declare module 'core-js/modules/es.typed-array.to-reversed.js' { + declare module.exports: $Exports<'core-js/modules/es.typed-array.to-reversed'>; +} +declare module 'core-js/modules/es.typed-array.to-sorted.js' { + declare module.exports: $Exports<'core-js/modules/es.typed-array.to-sorted'>; +} declare module 'core-js/modules/es.typed-array.to-string.js' { declare module.exports: $Exports<'core-js/modules/es.typed-array.to-string'>; } @@ -20926,6 +22130,9 @@ declare module 'core-js/modules/es.typed-array.uint8-array.js' { declare module 'core-js/modules/es.typed-array.uint8-clamped-array.js' { declare module.exports: $Exports<'core-js/modules/es.typed-array.uint8-clamped-array'>; } +declare module 'core-js/modules/es.typed-array.with.js' { + declare module.exports: $Exports<'core-js/modules/es.typed-array.with'>; +} declare module 'core-js/modules/es.unescape.js' { declare module.exports: $Exports<'core-js/modules/es.unescape'>; } @@ -20944,6 +22151,15 @@ declare module 'core-js/modules/es.weak-set.js' { declare module 'core-js/modules/esnext.aggregate-error.js' { declare module.exports: $Exports<'core-js/modules/esnext.aggregate-error'>; } +declare module 'core-js/modules/esnext.array-buffer.detached.js' { + declare module.exports: $Exports<'core-js/modules/esnext.array-buffer.detached'>; +} +declare module 'core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js' { + declare module.exports: $Exports<'core-js/modules/esnext.array-buffer.transfer-to-fixed-length'>; +} +declare module 'core-js/modules/esnext.array-buffer.transfer.js' { + declare module.exports: $Exports<'core-js/modules/esnext.array-buffer.transfer'>; +} declare module 'core-js/modules/esnext.array.at.js' { declare module.exports: $Exports<'core-js/modules/esnext.array.at'>; } @@ -21058,15 +22274,33 @@ declare module 'core-js/modules/esnext.composite-key.js' { declare module 'core-js/modules/esnext.composite-symbol.js' { declare module.exports: $Exports<'core-js/modules/esnext.composite-symbol'>; } +declare module 'core-js/modules/esnext.data-view.get-float16.js' { + declare module.exports: $Exports<'core-js/modules/esnext.data-view.get-float16'>; +} +declare module 'core-js/modules/esnext.data-view.get-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/modules/esnext.data-view.get-uint8-clamped'>; +} +declare module 'core-js/modules/esnext.data-view.set-float16.js' { + declare module.exports: $Exports<'core-js/modules/esnext.data-view.set-float16'>; +} +declare module 'core-js/modules/esnext.data-view.set-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/modules/esnext.data-view.set-uint8-clamped'>; +} declare module 'core-js/modules/esnext.disposable-stack.constructor.js' { declare module.exports: $Exports<'core-js/modules/esnext.disposable-stack.constructor'>; } +declare module 'core-js/modules/esnext.function.demethodize.js' { + declare module.exports: $Exports<'core-js/modules/esnext.function.demethodize'>; +} declare module 'core-js/modules/esnext.function.is-callable.js' { declare module.exports: $Exports<'core-js/modules/esnext.function.is-callable'>; } declare module 'core-js/modules/esnext.function.is-constructor.js' { declare module.exports: $Exports<'core-js/modules/esnext.function.is-constructor'>; } +declare module 'core-js/modules/esnext.function.metadata.js' { + declare module.exports: $Exports<'core-js/modules/esnext.function.metadata'>; +} declare module 'core-js/modules/esnext.function.un-this.js' { declare module.exports: $Exports<'core-js/modules/esnext.function.un-this'>; } @@ -21109,6 +22343,9 @@ declare module 'core-js/modules/esnext.iterator.indexed.js' { declare module 'core-js/modules/esnext.iterator.map.js' { declare module.exports: $Exports<'core-js/modules/esnext.iterator.map'>; } +declare module 'core-js/modules/esnext.iterator.range.js' { + declare module.exports: $Exports<'core-js/modules/esnext.iterator.range'>; +} declare module 'core-js/modules/esnext.iterator.reduce.js' { declare module.exports: $Exports<'core-js/modules/esnext.iterator.reduce'>; } @@ -21124,6 +22361,15 @@ declare module 'core-js/modules/esnext.iterator.to-array.js' { declare module 'core-js/modules/esnext.iterator.to-async.js' { declare module.exports: $Exports<'core-js/modules/esnext.iterator.to-async'>; } +declare module 'core-js/modules/esnext.json.is-raw-json.js' { + declare module.exports: $Exports<'core-js/modules/esnext.json.is-raw-json'>; +} +declare module 'core-js/modules/esnext.json.parse.js' { + declare module.exports: $Exports<'core-js/modules/esnext.json.parse'>; +} +declare module 'core-js/modules/esnext.json.raw-json.js' { + declare module.exports: $Exports<'core-js/modules/esnext.json.raw-json'>; +} declare module 'core-js/modules/esnext.map.delete-all.js' { declare module.exports: $Exports<'core-js/modules/esnext.map.delete-all'>; } @@ -21193,6 +22439,9 @@ declare module 'core-js/modules/esnext.math.deg-per-rad.js' { declare module 'core-js/modules/esnext.math.degrees.js' { declare module.exports: $Exports<'core-js/modules/esnext.math.degrees'>; } +declare module 'core-js/modules/esnext.math.f16round.js' { + declare module.exports: $Exports<'core-js/modules/esnext.math.f16round'>; +} declare module 'core-js/modules/esnext.math.fscale.js' { declare module.exports: $Exports<'core-js/modules/esnext.math.fscale'>; } @@ -21229,6 +22478,9 @@ declare module 'core-js/modules/esnext.number.from-string.js' { declare module 'core-js/modules/esnext.number.range.js' { declare module.exports: $Exports<'core-js/modules/esnext.number.range'>; } +declare module 'core-js/modules/esnext.object.group-by.js' { + declare module.exports: $Exports<'core-js/modules/esnext.object.group-by'>; +} declare module 'core-js/modules/esnext.object.has-own.js' { declare module.exports: $Exports<'core-js/modules/esnext.object.has-own'>; } @@ -21262,6 +22514,9 @@ declare module 'core-js/modules/esnext.promise.any.js' { declare module 'core-js/modules/esnext.promise.try.js' { declare module.exports: $Exports<'core-js/modules/esnext.promise.try'>; } +declare module 'core-js/modules/esnext.promise.with-resolvers.js' { + declare module.exports: $Exports<'core-js/modules/esnext.promise.with-resolvers'>; +} declare module 'core-js/modules/esnext.reflect.define-metadata.js' { declare module.exports: $Exports<'core-js/modules/esnext.reflect.define-metadata'>; } @@ -21289,6 +22544,9 @@ declare module 'core-js/modules/esnext.reflect.has-own-metadata.js' { declare module 'core-js/modules/esnext.reflect.metadata.js' { declare module.exports: $Exports<'core-js/modules/esnext.reflect.metadata'>; } +declare module 'core-js/modules/esnext.regexp.escape.js' { + declare module.exports: $Exports<'core-js/modules/esnext.regexp.escape'>; +} declare module 'core-js/modules/esnext.set.add-all.js' { declare module.exports: $Exports<'core-js/modules/esnext.set.add-all'>; } @@ -21400,6 +22658,18 @@ declare module 'core-js/modules/esnext.symbol.async-dispose.js' { declare module 'core-js/modules/esnext.symbol.dispose.js' { declare module.exports: $Exports<'core-js/modules/esnext.symbol.dispose'>; } +declare module 'core-js/modules/esnext.symbol.is-registered-symbol.js' { + declare module.exports: $Exports<'core-js/modules/esnext.symbol.is-registered-symbol'>; +} +declare module 'core-js/modules/esnext.symbol.is-registered.js' { + declare module.exports: $Exports<'core-js/modules/esnext.symbol.is-registered'>; +} +declare module 'core-js/modules/esnext.symbol.is-well-known-symbol.js' { + declare module.exports: $Exports<'core-js/modules/esnext.symbol.is-well-known-symbol'>; +} +declare module 'core-js/modules/esnext.symbol.is-well-known.js' { + declare module.exports: $Exports<'core-js/modules/esnext.symbol.is-well-known'>; +} declare module 'core-js/modules/esnext.symbol.matcher.js' { declare module.exports: $Exports<'core-js/modules/esnext.symbol.matcher'>; } @@ -21454,6 +22724,18 @@ declare module 'core-js/modules/esnext.typed-array.unique-by.js' { declare module 'core-js/modules/esnext.typed-array.with.js' { declare module.exports: $Exports<'core-js/modules/esnext.typed-array.with'>; } +declare module 'core-js/modules/esnext.uint8-array.from-base64.js' { + declare module.exports: $Exports<'core-js/modules/esnext.uint8-array.from-base64'>; +} +declare module 'core-js/modules/esnext.uint8-array.from-hex.js' { + declare module.exports: $Exports<'core-js/modules/esnext.uint8-array.from-hex'>; +} +declare module 'core-js/modules/esnext.uint8-array.to-base64.js' { + declare module.exports: $Exports<'core-js/modules/esnext.uint8-array.to-base64'>; +} +declare module 'core-js/modules/esnext.uint8-array.to-hex.js' { + declare module.exports: $Exports<'core-js/modules/esnext.uint8-array.to-hex'>; +} declare module 'core-js/modules/esnext.weak-map.delete-all.js' { declare module.exports: $Exports<'core-js/modules/esnext.weak-map.delete-all'>; } @@ -21532,9 +22814,21 @@ declare module 'core-js/modules/web.timers.js' { declare module 'core-js/modules/web.url-search-params.constructor.js' { declare module.exports: $Exports<'core-js/modules/web.url-search-params.constructor'>; } +declare module 'core-js/modules/web.url-search-params.delete.js' { + declare module.exports: $Exports<'core-js/modules/web.url-search-params.delete'>; +} +declare module 'core-js/modules/web.url-search-params.has.js' { + declare module.exports: $Exports<'core-js/modules/web.url-search-params.has'>; +} declare module 'core-js/modules/web.url-search-params.js' { declare module.exports: $Exports<'core-js/modules/web.url-search-params'>; } +declare module 'core-js/modules/web.url-search-params.size.js' { + declare module.exports: $Exports<'core-js/modules/web.url-search-params.size'>; +} +declare module 'core-js/modules/web.url.can-parse.js' { + declare module.exports: $Exports<'core-js/modules/web.url.can-parse'>; +} declare module 'core-js/modules/web.url.constructor.js' { declare module.exports: $Exports<'core-js/modules/web.url.constructor'>; } @@ -21550,6 +22844,12 @@ declare module 'core-js/postinstall.js' { declare module 'core-js/proposals/accessible-object-hasownproperty.js' { declare module.exports: $Exports<'core-js/proposals/accessible-object-hasownproperty'>; } +declare module 'core-js/proposals/array-buffer-base64.js' { + declare module.exports: $Exports<'core-js/proposals/array-buffer-base64'>; +} +declare module 'core-js/proposals/array-buffer-transfer.js' { + declare module.exports: $Exports<'core-js/proposals/array-buffer-transfer'>; +} declare module 'core-js/proposals/array-filtering-stage-1.js' { declare module.exports: $Exports<'core-js/proposals/array-filtering-stage-1'>; } @@ -21574,6 +22874,9 @@ declare module 'core-js/proposals/array-grouping-stage-3-2.js' { declare module 'core-js/proposals/array-grouping-stage-3.js' { declare module.exports: $Exports<'core-js/proposals/array-grouping-stage-3'>; } +declare module 'core-js/proposals/array-grouping-v2.js' { + declare module.exports: $Exports<'core-js/proposals/array-grouping-v2'>; +} declare module 'core-js/proposals/array-grouping.js' { declare module.exports: $Exports<'core-js/proposals/array-grouping'>; } @@ -21595,6 +22898,12 @@ declare module 'core-js/proposals/async-explicit-resource-management.js' { declare module 'core-js/proposals/async-iteration.js' { declare module.exports: $Exports<'core-js/proposals/async-iteration'>; } +declare module 'core-js/proposals/async-iterator-helpers.js' { + declare module.exports: $Exports<'core-js/proposals/async-iterator-helpers'>; +} +declare module 'core-js/proposals/change-array-by-copy-stage-4.js' { + declare module.exports: $Exports<'core-js/proposals/change-array-by-copy-stage-4'>; +} declare module 'core-js/proposals/change-array-by-copy.js' { declare module.exports: $Exports<'core-js/proposals/change-array-by-copy'>; } @@ -21604,6 +22913,12 @@ declare module 'core-js/proposals/collection-methods.js' { declare module 'core-js/proposals/collection-of-from.js' { declare module.exports: $Exports<'core-js/proposals/collection-of-from'>; } +declare module 'core-js/proposals/data-view-get-set-uint8-clamped.js' { + declare module.exports: $Exports<'core-js/proposals/data-view-get-set-uint8-clamped'>; +} +declare module 'core-js/proposals/decorator-metadata-v2.js' { + declare module.exports: $Exports<'core-js/proposals/decorator-metadata-v2'>; +} declare module 'core-js/proposals/decorator-metadata.js' { declare module.exports: $Exports<'core-js/proposals/decorator-metadata'>; } @@ -21619,6 +22934,12 @@ declare module 'core-js/proposals/error-cause.js' { declare module 'core-js/proposals/explicit-resource-management.js' { declare module.exports: $Exports<'core-js/proposals/explicit-resource-management'>; } +declare module 'core-js/proposals/float16.js' { + declare module.exports: $Exports<'core-js/proposals/float16'>; +} +declare module 'core-js/proposals/function-demethodize.js' { + declare module.exports: $Exports<'core-js/proposals/function-demethodize'>; +} declare module 'core-js/proposals/function-is-callable-is-constructor.js' { declare module.exports: $Exports<'core-js/proposals/function-is-callable-is-constructor'>; } @@ -21634,12 +22955,21 @@ declare module 'core-js/proposals/index' { declare module 'core-js/proposals/index.js' { declare module.exports: $Exports<'core-js/proposals'>; } +declare module 'core-js/proposals/iterator-helpers-stage-3-2.js' { + declare module.exports: $Exports<'core-js/proposals/iterator-helpers-stage-3-2'>; +} declare module 'core-js/proposals/iterator-helpers-stage-3.js' { declare module.exports: $Exports<'core-js/proposals/iterator-helpers-stage-3'>; } declare module 'core-js/proposals/iterator-helpers.js' { declare module.exports: $Exports<'core-js/proposals/iterator-helpers'>; } +declare module 'core-js/proposals/iterator-range.js' { + declare module.exports: $Exports<'core-js/proposals/iterator-range'>; +} +declare module 'core-js/proposals/json-parse-with-source.js' { + declare module.exports: $Exports<'core-js/proposals/json-parse-with-source'>; +} declare module 'core-js/proposals/keys-composition.js' { declare module.exports: $Exports<'core-js/proposals/keys-composition'>; } @@ -21694,12 +23024,18 @@ declare module 'core-js/proposals/promise-finally.js' { declare module 'core-js/proposals/promise-try.js' { declare module.exports: $Exports<'core-js/proposals/promise-try'>; } +declare module 'core-js/proposals/promise-with-resolvers.js' { + declare module.exports: $Exports<'core-js/proposals/promise-with-resolvers'>; +} declare module 'core-js/proposals/reflect-metadata.js' { declare module.exports: $Exports<'core-js/proposals/reflect-metadata'>; } declare module 'core-js/proposals/regexp-dotall-flag.js' { declare module.exports: $Exports<'core-js/proposals/regexp-dotall-flag'>; } +declare module 'core-js/proposals/regexp-escaping.js' { + declare module.exports: $Exports<'core-js/proposals/regexp-escaping'>; +} declare module 'core-js/proposals/regexp-named-groups.js' { declare module.exports: $Exports<'core-js/proposals/regexp-named-groups'>; } @@ -21745,6 +23081,12 @@ declare module 'core-js/proposals/string-replace-all.js' { declare module 'core-js/proposals/symbol-description.js' { declare module.exports: $Exports<'core-js/proposals/symbol-description'>; } +declare module 'core-js/proposals/symbol-predicates-v2.js' { + declare module.exports: $Exports<'core-js/proposals/symbol-predicates-v2'>; +} +declare module 'core-js/proposals/symbol-predicates.js' { + declare module.exports: $Exports<'core-js/proposals/symbol-predicates'>; +} declare module 'core-js/proposals/url.js' { declare module.exports: $Exports<'core-js/proposals/url'>; } @@ -21877,6 +23219,15 @@ declare module 'core-js/stable/array/sort.js' { declare module 'core-js/stable/array/splice.js' { declare module.exports: $Exports<'core-js/stable/array/splice'>; } +declare module 'core-js/stable/array/to-reversed.js' { + declare module.exports: $Exports<'core-js/stable/array/to-reversed'>; +} +declare module 'core-js/stable/array/to-sorted.js' { + declare module.exports: $Exports<'core-js/stable/array/to-sorted'>; +} +declare module 'core-js/stable/array/to-spliced.js' { + declare module.exports: $Exports<'core-js/stable/array/to-spliced'>; +} declare module 'core-js/stable/array/unshift.js' { declare module.exports: $Exports<'core-js/stable/array/unshift'>; } @@ -21976,12 +23327,27 @@ declare module 'core-js/stable/array/virtual/sort.js' { declare module 'core-js/stable/array/virtual/splice.js' { declare module.exports: $Exports<'core-js/stable/array/virtual/splice'>; } +declare module 'core-js/stable/array/virtual/to-reversed.js' { + declare module.exports: $Exports<'core-js/stable/array/virtual/to-reversed'>; +} +declare module 'core-js/stable/array/virtual/to-sorted.js' { + declare module.exports: $Exports<'core-js/stable/array/virtual/to-sorted'>; +} +declare module 'core-js/stable/array/virtual/to-spliced.js' { + declare module.exports: $Exports<'core-js/stable/array/virtual/to-spliced'>; +} declare module 'core-js/stable/array/virtual/unshift.js' { declare module.exports: $Exports<'core-js/stable/array/virtual/unshift'>; } declare module 'core-js/stable/array/virtual/values.js' { declare module.exports: $Exports<'core-js/stable/array/virtual/values'>; } +declare module 'core-js/stable/array/virtual/with.js' { + declare module.exports: $Exports<'core-js/stable/array/virtual/with'>; +} +declare module 'core-js/stable/array/with.js' { + declare module.exports: $Exports<'core-js/stable/array/with'>; +} declare module 'core-js/stable/atob.js' { declare module.exports: $Exports<'core-js/stable/atob'>; } @@ -22165,6 +23531,9 @@ declare module 'core-js/stable/instance/includes.js' { declare module 'core-js/stable/instance/index-of.js' { declare module.exports: $Exports<'core-js/stable/instance/index-of'>; } +declare module 'core-js/stable/instance/is-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/instance/is-well-formed'>; +} declare module 'core-js/stable/instance/keys.js' { declare module.exports: $Exports<'core-js/stable/instance/keys'>; } @@ -22216,6 +23585,18 @@ declare module 'core-js/stable/instance/splice.js' { declare module 'core-js/stable/instance/starts-with.js' { declare module.exports: $Exports<'core-js/stable/instance/starts-with'>; } +declare module 'core-js/stable/instance/to-reversed.js' { + declare module.exports: $Exports<'core-js/stable/instance/to-reversed'>; +} +declare module 'core-js/stable/instance/to-sorted.js' { + declare module.exports: $Exports<'core-js/stable/instance/to-sorted'>; +} +declare module 'core-js/stable/instance/to-spliced.js' { + declare module.exports: $Exports<'core-js/stable/instance/to-spliced'>; +} +declare module 'core-js/stable/instance/to-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/instance/to-well-formed'>; +} declare module 'core-js/stable/instance/trim-end.js' { declare module.exports: $Exports<'core-js/stable/instance/trim-end'>; } @@ -22237,6 +23618,9 @@ declare module 'core-js/stable/instance/unshift.js' { declare module 'core-js/stable/instance/values.js' { declare module.exports: $Exports<'core-js/stable/instance/values'>; } +declare module 'core-js/stable/instance/with.js' { + declare module.exports: $Exports<'core-js/stable/instance/with'>; +} declare module 'core-js/stable/is-iterable.js' { declare module.exports: $Exports<'core-js/stable/is-iterable'>; } @@ -22252,6 +23636,9 @@ declare module 'core-js/stable/json/stringify.js' { declare module 'core-js/stable/json/to-string-tag.js' { declare module.exports: $Exports<'core-js/stable/json/to-string-tag'>; } +declare module 'core-js/stable/map/group-by.js' { + declare module.exports: $Exports<'core-js/stable/map/group-by'>; +} declare module 'core-js/stable/map/index' { declare module.exports: $Exports<'core-js/stable/map'>; } @@ -22420,6 +23807,9 @@ declare module 'core-js/stable/object/get-own-property-symbols.js' { declare module 'core-js/stable/object/get-prototype-of.js' { declare module.exports: $Exports<'core-js/stable/object/get-prototype-of'>; } +declare module 'core-js/stable/object/group-by.js' { + declare module.exports: $Exports<'core-js/stable/object/group-by'>; +} declare module 'core-js/stable/object/has-own.js' { declare module.exports: $Exports<'core-js/stable/object/has-own'>; } @@ -22489,6 +23879,9 @@ declare module 'core-js/stable/promise/index' { declare module 'core-js/stable/promise/index.js' { declare module.exports: $Exports<'core-js/stable/promise'>; } +declare module 'core-js/stable/promise/with-resolvers.js' { + declare module.exports: $Exports<'core-js/stable/promise/with-resolvers'>; +} declare module 'core-js/stable/queue-microtask.js' { declare module.exports: $Exports<'core-js/stable/queue-microtask'>; } @@ -22636,6 +24029,9 @@ declare module 'core-js/stable/string/index' { declare module 'core-js/stable/string/index.js' { declare module.exports: $Exports<'core-js/stable/string'>; } +declare module 'core-js/stable/string/is-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/string/is-well-formed'>; +} declare module 'core-js/stable/string/italics.js' { declare module.exports: $Exports<'core-js/stable/string/italics'>; } @@ -22693,6 +24089,9 @@ declare module 'core-js/stable/string/substr.js' { declare module 'core-js/stable/string/sup.js' { declare module.exports: $Exports<'core-js/stable/string/sup'>; } +declare module 'core-js/stable/string/to-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/string/to-well-formed'>; +} declare module 'core-js/stable/string/trim-end.js' { declare module.exports: $Exports<'core-js/stable/string/trim-end'>; } @@ -22747,6 +24146,9 @@ declare module 'core-js/stable/string/virtual/index' { declare module 'core-js/stable/string/virtual/index.js' { declare module.exports: $Exports<'core-js/stable/string/virtual'>; } +declare module 'core-js/stable/string/virtual/is-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/string/virtual/is-well-formed'>; +} declare module 'core-js/stable/string/virtual/italics.js' { declare module.exports: $Exports<'core-js/stable/string/virtual/italics'>; } @@ -22789,6 +24191,9 @@ declare module 'core-js/stable/string/virtual/substr.js' { declare module 'core-js/stable/string/virtual/sup.js' { declare module.exports: $Exports<'core-js/stable/string/virtual/sup'>; } +declare module 'core-js/stable/string/virtual/to-well-formed.js' { + declare module.exports: $Exports<'core-js/stable/string/virtual/to-well-formed'>; +} declare module 'core-js/stable/string/virtual/trim-end.js' { declare module.exports: $Exports<'core-js/stable/string/virtual/trim-end'>; } @@ -22972,6 +24377,12 @@ declare module 'core-js/stable/typed-array/subarray.js' { declare module 'core-js/stable/typed-array/to-locale-string.js' { declare module.exports: $Exports<'core-js/stable/typed-array/to-locale-string'>; } +declare module 'core-js/stable/typed-array/to-reversed.js' { + declare module.exports: $Exports<'core-js/stable/typed-array/to-reversed'>; +} +declare module 'core-js/stable/typed-array/to-sorted.js' { + declare module.exports: $Exports<'core-js/stable/typed-array/to-sorted'>; +} declare module 'core-js/stable/typed-array/to-string.js' { declare module.exports: $Exports<'core-js/stable/typed-array/to-string'>; } @@ -22990,6 +24401,9 @@ declare module 'core-js/stable/typed-array/uint8-clamped-array.js' { declare module 'core-js/stable/typed-array/values.js' { declare module.exports: $Exports<'core-js/stable/typed-array/values'>; } +declare module 'core-js/stable/typed-array/with.js' { + declare module.exports: $Exports<'core-js/stable/typed-array/with'>; +} declare module 'core-js/stable/unescape.js' { declare module.exports: $Exports<'core-js/stable/unescape'>; } @@ -22999,6 +24413,9 @@ declare module 'core-js/stable/url-search-params/index' { declare module 'core-js/stable/url-search-params/index.js' { declare module.exports: $Exports<'core-js/stable/url-search-params'>; } +declare module 'core-js/stable/url/can-parse.js' { + declare module.exports: $Exports<'core-js/stable/url/can-parse'>; +} declare module 'core-js/stable/url/index' { declare module.exports: $Exports<'core-js/stable/url'>; } diff --git a/flow-typed/npm/coveralls_vx.x.x.js b/flow-typed/npm/coveralls_vx.x.x.js deleted file mode 100644 index cfa9ebd97..000000000 --- a/flow-typed/npm/coveralls_vx.x.x.js +++ /dev/null @@ -1,87 +0,0 @@ -// flow-typed signature: 4c28a8ccde7edf802a3823561f78d2a0 -// flow-typed version: <>/coveralls_v3.1.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'coveralls' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'coveralls' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'coveralls/bin/coveralls' { - declare module.exports: any; -} - -declare module 'coveralls/lib/convertLcovToCoveralls' { - declare module.exports: any; -} - -declare module 'coveralls/lib/detectLocalGit' { - declare module.exports: any; -} - -declare module 'coveralls/lib/fetchGitData' { - declare module.exports: any; -} - -declare module 'coveralls/lib/getOptions' { - declare module.exports: any; -} - -declare module 'coveralls/lib/handleInput' { - declare module.exports: any; -} - -declare module 'coveralls/lib/logger' { - declare module.exports: any; -} - -declare module 'coveralls/lib/sendToCoveralls' { - declare module.exports: any; -} - -// Filename aliases -declare module 'coveralls/bin/coveralls.js' { - declare module.exports: $Exports<'coveralls/bin/coveralls'>; -} -declare module 'coveralls/index' { - declare module.exports: $Exports<'coveralls'>; -} -declare module 'coveralls/index.js' { - declare module.exports: $Exports<'coveralls'>; -} -declare module 'coveralls/lib/convertLcovToCoveralls.js' { - declare module.exports: $Exports<'coveralls/lib/convertLcovToCoveralls'>; -} -declare module 'coveralls/lib/detectLocalGit.js' { - declare module.exports: $Exports<'coveralls/lib/detectLocalGit'>; -} -declare module 'coveralls/lib/fetchGitData.js' { - declare module.exports: $Exports<'coveralls/lib/fetchGitData'>; -} -declare module 'coveralls/lib/getOptions.js' { - declare module.exports: $Exports<'coveralls/lib/getOptions'>; -} -declare module 'coveralls/lib/handleInput.js' { - declare module.exports: $Exports<'coveralls/lib/handleInput'>; -} -declare module 'coveralls/lib/logger.js' { - declare module.exports: $Exports<'coveralls/lib/logger'>; -} -declare module 'coveralls/lib/sendToCoveralls.js' { - declare module.exports: $Exports<'coveralls/lib/sendToCoveralls'>; -} diff --git a/flow-typed/npm/css-loader_vx.x.x.js b/flow-typed/npm/css-loader_vx.x.x.js index ac583cac0..df22cb4ce 100644 --- a/flow-typed/npm/css-loader_vx.x.x.js +++ b/flow-typed/npm/css-loader_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 4682bad8cba5a46b48420c6d8df3e584 -// flow-typed version: <>/css-loader_v6.7.3/flow_v0.171.0 +// flow-typed signature: 0968d34137dffc5dee119a5862850c18 +// flow-typed version: <>/css-loader_v6.8.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -26,10 +26,6 @@ declare module 'css-loader/dist/cjs' { declare module.exports: any; } -declare module 'css-loader/dist/CssSyntaxError' { - declare module.exports: any; -} - declare module 'css-loader/dist' { declare module.exports: any; } @@ -70,17 +66,10 @@ declare module 'css-loader/dist/utils' { declare module.exports: any; } -declare module 'css-loader/dist/Warning' { - declare module.exports: any; -} - // Filename aliases declare module 'css-loader/dist/cjs.js' { declare module.exports: $Exports<'css-loader/dist/cjs'>; } -declare module 'css-loader/dist/CssSyntaxError.js' { - declare module.exports: $Exports<'css-loader/dist/CssSyntaxError'>; -} declare module 'css-loader/dist/index' { declare module.exports: $Exports<'css-loader/dist'>; } @@ -117,6 +106,3 @@ declare module 'css-loader/dist/runtime/sourceMaps.js' { declare module 'css-loader/dist/utils.js' { declare module.exports: $Exports<'css-loader/dist/utils'>; } -declare module 'css-loader/dist/Warning.js' { - declare module.exports: $Exports<'css-loader/dist/Warning'>; -} diff --git a/flow-typed/npm/cssnano_vx.x.x.js b/flow-typed/npm/cssnano_vx.x.x.js index 15d3c2e60..88ac6c972 100644 --- a/flow-typed/npm/cssnano_vx.x.x.js +++ b/flow-typed/npm/cssnano_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: ee887523791e5c0c3ac311d1ee31a0bb -// flow-typed version: <>/cssnano_v5.1.14/flow_v0.171.0 +// flow-typed signature: b5d4bda29a3b0a04d36db34b5e1ef8b3 +// flow-typed version: <>/cssnano_v6.0.2/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/d3-scale_vx.x.x.js b/flow-typed/npm/d3-scale_vx.x.x.js index 3c5aff25b..dc72dbd72 100644 --- a/flow-typed/npm/d3-scale_vx.x.x.js +++ b/flow-typed/npm/d3-scale_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 9b913eca0632d621ca586a116137bb58 -// flow-typed version: <>/d3-scale_v^4.0.2/flow_v0.171.0 +// flow-typed signature: a17173d35861d1c3eadd3244330d6988 +// flow-typed version: <>/d3-scale_v4.0.2/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/d3_vx.x.x.js b/flow-typed/npm/d3_vx.x.x.js deleted file mode 100644 index 7f562b300..000000000 --- a/flow-typed/npm/d3_vx.x.x.js +++ /dev/null @@ -1,59 +0,0 @@ -// flow-typed signature: 351d33ced4e98d218f3063e06090ca42 -// flow-typed version: <>/d3_v5.16.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'd3' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'd3' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'd3/dist/d3' { - declare module.exports: any; -} - -declare module 'd3/dist/d3.min' { - declare module.exports: any; -} - -declare module 'd3/dist/d3.node' { - declare module.exports: any; -} - -declare module 'd3/dist/package' { - declare module.exports: any; -} - -// Filename aliases -declare module 'd3/dist/d3.js' { - declare module.exports: $Exports<'d3/dist/d3'>; -} -declare module 'd3/dist/d3.min.js' { - declare module.exports: $Exports<'d3/dist/d3.min'>; -} -declare module 'd3/dist/d3.node.js' { - declare module.exports: $Exports<'d3/dist/d3.node'>; -} -declare module 'd3/dist/package.js' { - declare module.exports: $Exports<'d3/dist/package'>; -} -declare module 'd3/index' { - declare module.exports: $Exports<'d3'>; -} -declare module 'd3/index.js' { - declare module.exports: $Exports<'d3'>; -} diff --git a/flow-typed/npm/data-loader_vx.x.x.js b/flow-typed/npm/data-loader_vx.x.x.js deleted file mode 100644 index 871721330..000000000 --- a/flow-typed/npm/data-loader_vx.x.x.js +++ /dev/null @@ -1,53 +0,0 @@ -// flow-typed signature: 4aaee52dd7b3be473cf7719b42c1a9a7 -// flow-typed version: <>/data-loader_v2.1.12/flow_v0.102.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'data-loader' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'data-loader' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'data-loader/dist/data-loader' { - declare module.exports: any; -} - -declare module 'data-loader/src/data-loader' { - declare module.exports: any; -} - -declare module 'data-loader/src/index' { - declare module.exports: any; -} - -declare module 'data-loader/src/request-manager' { - declare module.exports: any; -} - -// Filename aliases -declare module 'data-loader/dist/data-loader.js' { - declare module.exports: $Exports<'data-loader/dist/data-loader'>; -} -declare module 'data-loader/src/data-loader.js' { - declare module.exports: $Exports<'data-loader/src/data-loader'>; -} -declare module 'data-loader/src/index.js' { - declare module.exports: $Exports<'data-loader/src/index'>; -} -declare module 'data-loader/src/request-manager.js' { - declare module.exports: $Exports<'data-loader/src/request-manager'>; -} diff --git a/flow-typed/npm/details-element-polyfill_vx.x.x.js b/flow-typed/npm/details-element-polyfill_vx.x.x.js deleted file mode 100644 index ca406151c..000000000 --- a/flow-typed/npm/details-element-polyfill_vx.x.x.js +++ /dev/null @@ -1,32 +0,0 @@ -// flow-typed signature: cb612a8c75d031ed5fc5a5ccb5605bfc -// flow-typed version: <>/details-element-polyfill_v2.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'details-element-polyfill' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'details-element-polyfill' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'details-element-polyfill/dist/details-element-polyfill' { - declare module.exports: any; -} - -// Filename aliases -declare module 'details-element-polyfill/dist/details-element-polyfill.js' { - declare module.exports: $Exports<'details-element-polyfill/dist/details-element-polyfill'>; -} diff --git a/flow-typed/npm/dompurify_v1.x.x.js b/flow-typed/npm/dompurify_v1.x.x.js deleted file mode 100644 index 1f9f778b2..000000000 --- a/flow-typed/npm/dompurify_v1.x.x.js +++ /dev/null @@ -1,742 +0,0 @@ -// flow-typed signature: 9e05740b150fda28177daf99496cfa53 -// flow-typed version: c6154227d1/dompurify_v1.x.x/flow_>=v0.104.x - -type dompurify$htmlTags = - | 'a' - | 'abbr' - | 'acronym' - | 'address' - | 'area' - | 'article' - | 'aside' - | 'audio' - | 'b' - | 'bdi' - | 'bdo' - | 'big' - | 'blink' - | 'blockquote' - | 'body' - | 'br' - | 'button' - | 'canvas' - | 'caption' - | 'center' - | 'cite' - | 'code' - | 'col' - | 'colgroup' - | 'content' - | 'data' - | 'datalist' - | 'dd' - | 'decorator' - | 'del' - | 'details' - | 'dfn' - | 'dir' - | 'div' - | 'dl' - | 'dt' - | 'element' - | 'em' - | 'fieldset' - | 'figcaption' - | 'figure' - | 'font' - | 'footer' - | 'form' - | 'h1' - | 'h2' - | 'h3' - | 'h4' - | 'h5' - | 'h6' - | 'head' - | 'header' - | 'hgroup' - | 'hr' - | 'html' - | 'i' - | 'img' - | 'input' - | 'ins' - | 'kbd' - | 'label' - | 'legend' - | 'li' - | 'main' - | 'map' - | 'mark' - | 'marquee' - | 'menu' - | 'menuitem' - | 'meter' - | 'nav' - | 'nobr' - | 'ol' - | 'optgroup' - | 'option' - | 'output' - | 'p' - | 'pre' - | 'progress' - | 'q' - | 'rp' - | 'rt' - | 'ruby' - | 's' - | 'samp' - | 'section' - | 'select' - | 'shadow' - | 'small' - | 'source' - | 'spacer' - | 'span' - | 'strike' - | 'strong' - | 'style' - | 'sub' - | 'summary' - | 'sup' - | 'table' - | 'tbody' - | 'td' - | 'template' - | 'textarea' - | 'tfoot' - | 'th' - | 'thead' - | 'time' - | 'tr' - | 'track' - | 'tt' - | 'u' - | 'ul' - | 'var' - | 'video' - | 'wbr' - | '#text'; - -type dompurify$htmlAttrs = - | 'accept' - | 'action' - | 'align' - | 'alt' - | 'autocomplete' - | 'background' - | 'bgcolor' - | 'border' - | 'cellpadding' - | 'cellspacing' - | 'checked' - | 'cite' - | 'class' - | 'clear' - | 'color' - | 'cols' - | 'colspan' - | 'coords' - | 'crossorigin' - | 'datetime' - | 'default' - | 'dir' - | 'disabled' - | 'download' - | 'enctype' - | 'face' - | 'for' - | 'headers' - | 'height' - | 'hidden' - | 'high' - | 'href' - | 'hreflang' - | 'id' - | 'integrity' - | 'ismap' - | 'label' - | 'lang' - | 'list' - | 'loop' - | 'low' - | 'max' - | 'maxlength' - | 'media' - | 'method' - | 'min' - | 'multiple' - | 'name' - | 'noshade' - | 'novalidate' - | 'nowrap' - | 'open' - | 'optimum' - | 'pattern' - | 'placeholder' - | 'poster' - | 'preload' - | 'pubdate' - | 'radiogroup' - | 'readonly' - | 'rel' - | 'required' - | 'rev' - | 'reversed' - | 'role' - | 'rows' - | 'rowspan' - | 'spellcheck' - | 'scope' - | 'selected' - | 'shape' - | 'size' - | 'sizes' - | 'span' - | 'srclang' - | 'start' - | 'src' - | 'srcset' - | 'step' - | 'style' - | 'summary' - | 'tabindex' - | 'title' - | 'type' - | 'usemap' - | 'valign' - | 'value' - | 'width' - | 'xmlns'; - -type dompurify$svgTags = - | 'svg' - | 'a' - | 'altglyph' - | 'altglyphdef' - | 'altglyphitem' - | 'animatecolor' - | 'animatemotion' - | 'animatetransform' - | 'audio' - | 'canvas' - | 'circle' - | 'clippath' - | 'defs' - | 'desc' - | 'ellipse' - | 'filter' - | 'font' - | 'g' - | 'glyph' - | 'glyphref' - | 'hkern' - | 'image' - | 'line' - | 'lineargradient' - | 'marker' - | 'mask' - | 'metadata' - | 'mpath' - | 'path' - | 'pattern' - | 'polygon' - | 'polyline' - | 'radialgradient' - | 'rect' - | 'stop' - | 'style' - | 'switch' - | 'symbol' - | 'text' - | 'textpath' - | 'title' - | 'tref' - | 'tspan' - | 'video' - | 'view' - | 'vkern'; - -type dompurify$svgAttrs = - | 'accent-height' - | 'accumulate' - | 'additivive' - | 'alignment-baseline' - | 'ascent' - | 'attributename' - | 'attributetype' - | 'azimuth' - | 'basefrequency' - | 'baseline-shift' - | 'begin' - | 'bias' - | 'by' - | 'class' - | 'clip' - | 'clip-path' - | 'clip-rule' - | 'color' - | 'color-interpolation' - | 'color-interpolation-filters' - | 'color-profile' - | 'color-rendering' - | 'cx' - | 'cy' - | 'd' - | 'dx' - | 'dy' - | 'diffuseconstant' - | 'direction' - | 'display' - | 'divisor' - | 'dur' - | 'edgemode' - | 'elevation' - | 'end' - | 'fill' - | 'fill-opacity' - | 'fill-rule' - | 'filter' - | 'flood-color' - | 'flood-opacity' - | 'font-family' - | 'font-size' - | 'font-size-adjust' - | 'font-stretch' - | 'font-style' - | 'font-variant' - | 'font-weight' - | 'fx' - | 'fy' - | 'g1' - | 'g2' - | 'glyph-name' - | 'glyphref' - | 'gradientunits' - | 'gradienttransform' - | 'height' - | 'href' - | 'id' - | 'image-rendering' - | 'in' - | 'in2' - | 'k' - | 'k1' - | 'k2' - | 'k3' - | 'k4' - | 'kerning' - | 'keypoints' - | 'keysplines' - | 'keytimes' - | 'lang' - | 'lengthadjust' - | 'letter-spacing' - | 'kernelmatrix' - | 'kernelunitlength' - | 'lighting-color' - | 'local' - | 'marker-end' - | 'marker-mid' - | 'marker-start' - | 'markerheight' - | 'markerunits' - | 'markerwidth' - | 'maskcontentunits' - | 'maskunits' - | 'max' - | 'mask' - | 'media' - | 'method' - | 'mode' - | 'min' - | 'name' - | 'numoctaves' - | 'offset' - | 'operator' - | 'opacity' - | 'order' - | 'orient' - | 'orientation' - | 'origin' - | 'overflow' - | 'paint-order' - | 'path' - | 'pathlength' - | 'patterncontentunits' - | 'patterntransform' - | 'patternunits' - | 'points' - | 'preservealpha' - | 'preserveaspectratio' - | 'r' - | 'rx' - | 'ry' - | 'radius' - | 'refx' - | 'refy' - | 'repeatcount' - | 'repeatdur' - | 'restart' - | 'result' - | 'rotate' - | 'scale' - | 'seed' - | 'shape-rendering' - | 'specularconstant' - | 'specularexponent' - | 'spreadmethod' - | 'stddeviation' - | 'stitchtiles' - | 'stop-color' - | 'stop-opacity' - | 'stroke-dasharray' - | 'stroke-dashoffset' - | 'stroke-linecap' - | 'stroke-linejoin' - | 'stroke-miterlimit' - | 'stroke-opacity' - | 'stroke' - | 'stroke-width' - | 'style' - | 'surfacescale' - | 'tabindex' - | 'targetx' - | 'targety' - | 'transform' - | 'text-anchor' - | 'text-decoration' - | 'text-rendering' - | 'textlength' - | 'type' - | 'u1' - | 'u2' - | 'unicode' - | 'values' - | 'viewbox' - | 'visibility' - | 'vert-adv-y' - | 'vert-origin-x' - | 'vert-origin-y' - | 'width' - | 'word-spacing' - | 'wrap' - | 'writing-mode' - | 'xchannelselector' - | 'ychannelselector' - | 'x' - | 'x1' - | 'x2' - | 'xmlns' - | 'y' - | 'y1' - | 'y2' - | 'z' - | 'zoomandpan'; - -type dompurify$svgFilters = - | 'feBlend' - | 'feColorMatrix' - | 'feComponentTransfer' - | 'feComposite' - | 'feConvolveMatrix' - | 'feDiffuseLighting' - | 'feDisplacementMap' - | 'feDistantLight' - | 'feFlood' - | 'feFuncA' - | 'feFuncB' - | 'feFuncG' - | 'feFuncR' - | 'feGaussianBlur' - | 'feMerge' - | 'feMergeNode' - | 'feMorphology' - | 'feOffset' - | 'fePointLight' - | 'feSpecularLighting' - | 'feSpotLight' - | 'feTile' - | 'feTurbulence'; - -type dompurify$mathMlTags = - | 'math' - | 'menclose' - | 'merror' - | 'mfenced' - | 'mfrac' - | 'mglyph' - | 'mi' - | 'mlabeledtr' - | 'mmuliscripts' - | 'mn' - | 'mo' - | 'mover' - | 'mpadded' - | 'mphantom' - | 'mroot' - | 'mrow' - | 'ms' - | 'mpspace' - | 'msqrt' - | 'mystyle' - | 'msub' - | 'msup' - | 'msubsup' - | 'mtable' - | 'mtd' - | 'mtext' - | 'mtr' - | 'munder' - | 'munderover'; - -type dompurify$mathMlAttrs = - | 'accent' - | 'accentunder' - | 'align' - | 'bevelled' - | 'close' - | 'columnsalign' - | 'columnlines' - | 'columnspan' - | 'denomalign' - | 'depth' - | 'dir' - | 'display' - | 'displaystyle' - | 'fence' - | 'frame' - | 'height' - | 'href' - | 'id' - | 'largeop' - | 'length' - | 'linethickness' - | 'lspace' - | 'lquote' - | 'mathbackground' - | 'mathcolor' - | 'mathsize' - | 'mathvariant' - | 'maxsize' - | 'minsize' - | 'movablelimits' - | 'notation' - | 'numalign' - | 'open' - | 'rowalign' - | 'rowlines' - | 'rowspacing' - | 'rowspan' - | 'rspace' - | 'rquote' - | 'scriptlevel' - | 'scriptminsize' - | 'scriptsizemultiplier' - | 'selection' - | 'separator' - | 'separators' - | 'stretchy' - | 'subscriptshift' - | 'supscriptshift' - | 'symmetric' - | 'voffset' - | 'width' - | 'xmlns'; - -type dompurify$tags = dompurify$htmlTags | dompurify$svgTags | dompurify$svgFilters | dompurify$mathMlTags; - -type dompurify$attr = dompurify$htmlAttrs | dompurify$svgAttrs | dompurify$mathMlAttrs; - -type dompurify$configBase = {| - /** - * make output safe for usage in jQuery's $()/html() method (default is false) - */ - SAFE_FOR_JQUERY: boolean, - /** - * strip {{ ... }} and <% ... %> to make output safe for template systems - */ - SAFE_FOR_TEMPLATES: boolean, - /** - * allow only tags - */ - ALLOWED_TAGS: Array, - /** - * allow only attrs - */ - ALLOWED_ATTR: Array, - /** - * allow all safe elements of different types - */ - USE_PROFILES: $Shape<{ - html: boolean, - svg: boolean, - svgFilters: boolean, - mathMl: boolean, - ... - }>, - /** - * leave all as it is but forbid specified tags - */ - FORBID_TAGS: Array, - /** - * leave all as it is but forbid specified attrs - */ - FORBID_ATTR: Array, - /** - * extend the existing array of allowed tags - */ - ADD_TAGS: Array<$Subtype>, - /** - * extend the existing array of attributes - */ - ADD_ATTR: Array<$Subtype>, - /** - * prohibit HTML5 data attributes (default is true) - */ - ALLOW_DATA_ATTR: boolean, - /** - * allow external protocol handlers in URL attributes (default is false) - * by default only http, https, ftp, ftps, tel, mailto, callto, cid and xmpp are allowed. - */ - ALLOW_UNKNOWN_PROTOCOLS: boolean, - /** - * allow specific protocols handlers in URL attributes (default is false) - * by default only http, https, ftp, ftps, tel, mailto, callto, cid and xmpp are allowed. - * Default RegExp: /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i; - */ - ALLOWED_URI_REGEXP: RegExp, - /** - * return a DOM HTMLBodyElement instead of an HTML string (default is false) - */ - RETURN_DOM: $Subtype, - /** - * return a DOM DocumentFragment instead of an HTML string (default is false) - */ - RETURN_DOM_FRAGMENT: $Subtype, - /** - * Import DocumentFragment into the current document (default is false). - * RETURN_DOM_IMPORT must be set if you would like to append the returned node to the current document - */ - RETURN_DOM_IMPORT: boolean, - /** - * return entire document as string including tags (default is false) - */ - WHOLE_DOCUMENT: boolean, - /** - * disable DOM Clobbering protection on output (default is true, handle with care!) - */ - SANITIZE_DOM: boolean, - /** - * discard an element's content when the element is removed (default is true) - */ - KEEP_CONTENT: boolean, - /** - * glue elements like style, script or others to document.body and prevent unintuitive browser behavior - * in several edge-cases (default is false) - */ - FORCE_BODY: boolean, - /** - * use the IN_PLACE mode to sanitize a node "in place", which is much faster depending on how you use DOMpurify - */ - IN_PLACE: boolean, -|}; - -type dompurify$hookType = - | 'beforeSanitizeElements' - | 'uponSanitizeElement' - | 'afterSanitizeElements' - | 'beforeSanitizeAttributes' - | 'uponSanitizeAttribute' - | 'afterSanitizeAttributes' - | 'beforeSanitizeShadowDOM' - | 'uponSanitizeShadowNode' - | 'afterSanitizeShadowDOM'; - -type dompurify$hookEvent = { - +tagName: ?$Subtype, - +allowedTags: ?{ [$Subtype]: boolean, ... }, - +allowedAttributes: ?{ [$Subtype]: boolean, ... }, - +attrName: ?$Subtype, - +attrValue: ?string, - +keepAttr: ?boolean, - ... -}; - -declare type dompurify$config = $Shape; - -type dompurify$hook = (node: $Subtype, data: ?dompurify$hookEvent, config?: dompurify$config) => $Subtype; - -interface dompurify$sanitizer { - (dirty: string, config: $Shape<$Diff>): string, - (dirty: string, config: dompurify$config & { - RETURN_DOM: false, - RETURN_DOM_FRAGMENT: false, - ... - }): string, - (dirty: string, config: dompurify$config & { - RETURN_DOM: true, - RETURN_DOM_FRAGMENT?: void | false, - ... - }): HTMLBodyElement, - (dirty: string, config: dompurify$config & { - RETURN_DOM?: void | false, - RETURN_DOM_FRAGMENT: true, - ... - }): DocumentFragment, - (dirty: string): string, -} - -type dompurify$instance = {| - +version: string, - +removed: Array<{ element: $Subtype, ... } | { - attribute: ?Attr, - from: $Subtype, - ... - }>, - +isSupported: boolean, - sanitize: dompurify$sanitizer, - setConfig: (config: dompurify$config) => void, - clearConfig: () => void, - isValidAttribute: (tag: string, attr: string, value: string) => boolean, - addHook: (dompurify$hookType, dompurify$hook) => void, - removeHook: (dompurify$hookType) => void, - removeHooks: (dompurify$hookType) => void, - removeAllHooks: () => void, -|}; - -type dompurify$creator = (window?: any) => dompurify$instance; - -declare module 'dompurify' { - declare module.exports: dompurify$creator; -} -declare module 'dompurify/dist/purify.cjs' { - declare module.exports: dompurify$creator; -} -declare module 'dompurify/dist/purify.es' { - declare module.exports: dompurify$creator; -} -declare module 'dompurify/dist/purify' { - declare module.exports: dompurify$creator; -} -declare module 'dompurify/dist/purify.min' { - declare module.exports: dompurify$creator; -} - -declare module 'dompurify/dist/purify.cjs.js' { - declare module.exports: $Exports<'dompurify/dist/purify.cjs'>; -} -declare module 'dompurify/dist/purify.es.js' { - declare module.exports: $Exports<'dompurify/dist/purify.es'>; -} -declare module 'dompurify/dist/purify.js' { - declare module.exports: $Exports<'dompurify/dist/purify'>; -} -declare module 'dompurify/dist/purify.min.js' { - declare module.exports: $Exports<'dompurify/dist/purify.min'>; -} diff --git a/flow-typed/npm/dompurify_vx.x.x.js b/flow-typed/npm/dompurify_vx.x.x.js index 375c10014..de61106c4 100644 --- a/flow-typed/npm/dompurify_vx.x.x.js +++ b/flow-typed/npm/dompurify_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 0320e1232b379bfeadc2aacad84fff41 -// flow-typed version: <>/dompurify_v2.4.3/flow_v0.171.0 +// flow-typed signature: f37e6f25628e329eddb84de07ff729e0 +// flow-typed version: <>/dompurify_v3.0.6/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/eslint-config-prettier_vx.x.x.js b/flow-typed/npm/eslint-config-prettier_vx.x.x.js index bc24d6ef7..0ea230ebb 100644 --- a/flow-typed/npm/eslint-config-prettier_vx.x.x.js +++ b/flow-typed/npm/eslint-config-prettier_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: b481dbafc8d5a9bbefdc9df5ee479ed8 -// flow-typed version: <>/eslint-config-prettier_v8.6.0/flow_v0.171.0 +// flow-typed signature: 1b4ce25e50597ca2280580df835fc569 +// flow-typed version: <>/eslint-config-prettier_v9.1.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/eslint-plugin-jest_vx.x.x.js b/flow-typed/npm/eslint-plugin-jest_vx.x.x.js new file mode 100644 index 000000000..69104fa19 --- /dev/null +++ b/flow-typed/npm/eslint-plugin-jest_vx.x.x.js @@ -0,0 +1,458 @@ +// flow-typed signature: 6346af83ffdea45532029b562289f557 +// flow-typed version: <>/eslint-plugin-jest_v27.6.1/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'eslint-plugin-jest' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'eslint-plugin-jest' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'eslint-plugin-jest/lib' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/processors/snapshot-processor' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/consistent-test-it' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/expect-expect' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/max-expects' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/max-nested-describe' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-alias-methods' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-commented-out-tests' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-conditional-expect' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-conditional-in-test' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-confusing-set-timeout' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-deprecated-functions' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-disabled-tests' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-done-callback' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-duplicate-hooks' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-export' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-focused-tests' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-hooks' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-identical-title' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-if' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-interpolation-in-snapshots' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-jasmine-globals' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-large-snapshots' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-mocks-import' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-restricted-jest-methods' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-restricted-matchers' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-standalone-expect' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-test-prefixes' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-test-return-statement' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/no-untyped-mock-factory' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-called-with' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-comparison-matcher' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-each' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-equality-matcher' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-expect-assertions' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-expect-resolves' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-in-order' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-on-top' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-lowercase-title' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-mock-promise-shorthand' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-snapshot-hint' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-spy-on' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-strict-equal' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-to-be' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-to-contain' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-to-have-length' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/prefer-todo' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/require-hook' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/require-to-throw-message' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/require-top-level-describe' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/unbound-method' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils/accessors' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils/detectJestVersion' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils/followTypeAssertionChain' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils/misc' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/utils/parseJestFnCall' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/valid-describe-callback' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/valid-expect-in-promise' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/valid-expect' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jest/lib/rules/valid-title' { + declare module.exports: any; +} + +// Filename aliases +declare module 'eslint-plugin-jest/lib/index' { + declare module.exports: $Exports<'eslint-plugin-jest/lib'>; +} +declare module 'eslint-plugin-jest/lib/index.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib'>; +} +declare module 'eslint-plugin-jest/lib/processors/snapshot-processor.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/processors/snapshot-processor'>; +} +declare module 'eslint-plugin-jest/lib/rules/consistent-test-it.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/consistent-test-it'>; +} +declare module 'eslint-plugin-jest/lib/rules/expect-expect.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/expect-expect'>; +} +declare module 'eslint-plugin-jest/lib/rules/max-expects.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/max-expects'>; +} +declare module 'eslint-plugin-jest/lib/rules/max-nested-describe.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/max-nested-describe'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-alias-methods.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-alias-methods'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-commented-out-tests.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-commented-out-tests'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-conditional-expect.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-conditional-expect'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-conditional-in-test.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-conditional-in-test'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-confusing-set-timeout.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-confusing-set-timeout'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-deprecated-functions.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-deprecated-functions'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-disabled-tests.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-disabled-tests'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-done-callback.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-done-callback'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-duplicate-hooks.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-duplicate-hooks'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-export.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-export'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-focused-tests.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-focused-tests'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-hooks.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-hooks'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-identical-title.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-identical-title'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-if.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-if'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-interpolation-in-snapshots.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-interpolation-in-snapshots'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-jasmine-globals.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-jasmine-globals'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-large-snapshots.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-large-snapshots'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-mocks-import.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-mocks-import'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-restricted-jest-methods.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-restricted-jest-methods'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-restricted-matchers.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-restricted-matchers'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-standalone-expect.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-standalone-expect'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-test-prefixes.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-test-prefixes'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-test-return-statement.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-test-return-statement'>; +} +declare module 'eslint-plugin-jest/lib/rules/no-untyped-mock-factory.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-untyped-mock-factory'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-called-with.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-called-with'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-comparison-matcher.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-comparison-matcher'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-each.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-each'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-equality-matcher.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-equality-matcher'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-expect-assertions.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-expect-assertions'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-expect-resolves.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-expect-resolves'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-in-order.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-hooks-in-order'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-on-top.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-hooks-on-top'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-lowercase-title.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-lowercase-title'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-mock-promise-shorthand.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-mock-promise-shorthand'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-snapshot-hint.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-snapshot-hint'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-spy-on.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-spy-on'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-strict-equal.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-strict-equal'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-to-be.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-be'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-to-contain.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-contain'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-to-have-length.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-have-length'>; +} +declare module 'eslint-plugin-jest/lib/rules/prefer-todo.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-todo'>; +} +declare module 'eslint-plugin-jest/lib/rules/require-hook.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/require-hook'>; +} +declare module 'eslint-plugin-jest/lib/rules/require-to-throw-message.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/require-to-throw-message'>; +} +declare module 'eslint-plugin-jest/lib/rules/require-top-level-describe.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/require-top-level-describe'>; +} +declare module 'eslint-plugin-jest/lib/rules/unbound-method.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/unbound-method'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/accessors.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils/accessors'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/detectJestVersion.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils/detectJestVersion'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/followTypeAssertionChain.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils/followTypeAssertionChain'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/index' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/index.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/misc.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils/misc'>; +} +declare module 'eslint-plugin-jest/lib/rules/utils/parseJestFnCall.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils/parseJestFnCall'>; +} +declare module 'eslint-plugin-jest/lib/rules/valid-describe-callback.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-describe-callback'>; +} +declare module 'eslint-plugin-jest/lib/rules/valid-expect-in-promise.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-expect-in-promise'>; +} +declare module 'eslint-plugin-jest/lib/rules/valid-expect.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-expect'>; +} +declare module 'eslint-plugin-jest/lib/rules/valid-title.js' { + declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-title'>; +} diff --git a/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js b/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js index 2475ff4d9..9c17fe168 100644 --- a/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js +++ b/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: db5d787ae1217ab60a3dfcac40982d63 -// flow-typed version: <>/eslint-plugin-jsx-a11y_v6.7.1/flow_v0.171.0 +// flow-typed signature: 0641dd2d2cb87dae794e9a8f192188db +// flow-typed version: <>/eslint-plugin-jsx-a11y_v6.8.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -58,6 +58,14 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/axeMapping' { declare module.exports: any; } +declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/getESLintCoreRule' { + declare module.exports: any; +} + +declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/parsers' { + declare module.exports: any; +} + declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper' { declare module.exports: any; } @@ -770,6 +778,12 @@ declare module 'eslint-plugin-jsx-a11y/__mocks__/LiteralMock.js' { declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/axeMapping.js' { declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/__util__/axeMapping'>; } +declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/getESLintCoreRule.js' { + declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/getESLintCoreRule'>; +} +declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/parsers.js' { + declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/__util__/helpers/parsers'>; +} declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper.js' { declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper'>; } diff --git a/flow-typed/npm/eslint-plugin-react-hooks_vx.x.x.js b/flow-typed/npm/eslint-plugin-react-hooks_vx.x.x.js deleted file mode 100644 index ae9b9e3d1..000000000 --- a/flow-typed/npm/eslint-plugin-react-hooks_vx.x.x.js +++ /dev/null @@ -1,45 +0,0 @@ -// flow-typed signature: 530571a0a570f5dd73e575e1c8cbc18f -// flow-typed version: <>/eslint-plugin-react-hooks_v4.6.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'eslint-plugin-react-hooks' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'eslint-plugin-react-hooks' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development' { - declare module.exports: any; -} - -declare module 'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min' { - declare module.exports: any; -} - -// Filename aliases -declare module 'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js' { - declare module.exports: $Exports<'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development'>; -} -declare module 'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min.js' { - declare module.exports: $Exports<'eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.production.min'>; -} -declare module 'eslint-plugin-react-hooks/index' { - declare module.exports: $Exports<'eslint-plugin-react-hooks'>; -} -declare module 'eslint-plugin-react-hooks/index.js' { - declare module.exports: $Exports<'eslint-plugin-react-hooks'>; -} diff --git a/flow-typed/npm/eslint-plugin-react_vx.x.x.js b/flow-typed/npm/eslint-plugin-react_vx.x.x.js index 6eb7f9265..71e359c15 100644 --- a/flow-typed/npm/eslint-plugin-react_vx.x.x.js +++ b/flow-typed/npm/eslint-plugin-react_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: be9d7226b59ff2a0bc0fd05ac448a15d -// flow-typed version: <>/eslint-plugin-react_v7.32.2/flow_v0.171.0 +// flow-typed signature: d058b32b89ec9ca2abefeb50b4b61133 +// flow-typed version: <>/eslint-plugin-react_v7.33.2/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -470,6 +470,10 @@ declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket' { declare module.exports: any; } +declare module 'eslint-plugin-react/lib/util/isCreateContext' { + declare module.exports: any; +} + declare module 'eslint-plugin-react/lib/util/isCreateElement' { declare module.exports: any; } @@ -888,6 +892,9 @@ declare module 'eslint-plugin-react/lib/util/error.js' { declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket.js' { declare module.exports: $Exports<'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket'>; } +declare module 'eslint-plugin-react/lib/util/isCreateContext.js' { + declare module.exports: $Exports<'eslint-plugin-react/lib/util/isCreateContext'>; +} declare module 'eslint-plugin-react/lib/util/isCreateElement.js' { declare module.exports: $Exports<'eslint-plugin-react/lib/util/isCreateElement'>; } diff --git a/flow-typed/npm/eslint_vx.x.x.js b/flow-typed/npm/eslint_vx.x.x.js index d9eb07009..2c6f53049 100644 --- a/flow-typed/npm/eslint_vx.x.x.js +++ b/flow-typed/npm/eslint_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 587e304fd0c3b51f5d5650189630c5ac -// flow-typed version: <>/eslint_v8.33.0/flow_v0.171.0 +// flow-typed signature: 50256c766a13efeb10b1224fec1cd9cc +// flow-typed version: <>/eslint_v8.56.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -34,14 +34,6 @@ declare module 'eslint/conf/default-cli-options' { declare module.exports: any; } -declare module 'eslint/conf/eslint-all' { - declare module.exports: any; -} - -declare module 'eslint/conf/eslint-recommended' { - declare module.exports: any; -} - declare module 'eslint/conf/globals' { declare module.exports: any; } @@ -910,6 +902,10 @@ declare module 'eslint/lib/rules/no-obj-calls' { declare module.exports: any; } +declare module 'eslint/lib/rules/no-object-constructor' { + declare module.exports: any; +} + declare module 'eslint/lib/rules/no-octal-escape' { declare module.exports: any; } @@ -1410,6 +1406,10 @@ declare module 'eslint/lib/rules/utils/patterns/letters' { declare module.exports: any; } +declare module 'eslint/lib/rules/utils/regular-expressions' { + declare module.exports: any; +} + declare module 'eslint/lib/rules/utils/unicode' { declare module.exports: any; } @@ -1490,6 +1490,10 @@ declare module 'eslint/lib/shared/runtime-info' { declare module.exports: any; } +declare module 'eslint/lib/shared/severity' { + declare module.exports: any; +} + declare module 'eslint/lib/shared/string-utils' { declare module.exports: any; } @@ -1570,6 +1574,14 @@ declare module 'eslint/messages/all-files-ignored' { declare module.exports: any; } +declare module 'eslint/messages/eslintrc-incompat' { + declare module.exports: any; +} + +declare module 'eslint/messages/eslintrc-plugins' { + declare module.exports: any; +} + declare module 'eslint/messages/extend-config-missing' { declare module.exports: any; } @@ -1582,6 +1594,14 @@ declare module 'eslint/messages/file-not-found' { declare module.exports: any; } +declare module 'eslint/messages/invalid-rule-options' { + declare module.exports: any; +} + +declare module 'eslint/messages/invalid-rule-severity' { + declare module.exports: any; +} + declare module 'eslint/messages/no-config-found' { declare module.exports: any; } @@ -1602,6 +1622,10 @@ declare module 'eslint/messages/print-config-with-directory-path' { declare module.exports: any; } +declare module 'eslint/messages/shared' { + declare module.exports: any; +} + declare module 'eslint/messages/whitespace-found' { declare module.exports: any; } @@ -1616,12 +1640,6 @@ declare module 'eslint/conf/config-schema.js' { declare module 'eslint/conf/default-cli-options.js' { declare module.exports: $Exports<'eslint/conf/default-cli-options'>; } -declare module 'eslint/conf/eslint-all.js' { - declare module.exports: $Exports<'eslint/conf/eslint-all'>; -} -declare module 'eslint/conf/eslint-recommended.js' { - declare module.exports: $Exports<'eslint/conf/eslint-recommended'>; -} declare module 'eslint/conf/globals.js' { declare module.exports: $Exports<'eslint/conf/globals'>; } @@ -2288,6 +2306,9 @@ declare module 'eslint/lib/rules/no-nonoctal-decimal-escape.js' { declare module 'eslint/lib/rules/no-obj-calls.js' { declare module.exports: $Exports<'eslint/lib/rules/no-obj-calls'>; } +declare module 'eslint/lib/rules/no-object-constructor.js' { + declare module.exports: $Exports<'eslint/lib/rules/no-object-constructor'>; +} declare module 'eslint/lib/rules/no-octal-escape.js' { declare module.exports: $Exports<'eslint/lib/rules/no-octal-escape'>; } @@ -2663,6 +2684,9 @@ declare module 'eslint/lib/rules/utils/lazy-loading-rule-map.js' { declare module 'eslint/lib/rules/utils/patterns/letters.js' { declare module.exports: $Exports<'eslint/lib/rules/utils/patterns/letters'>; } +declare module 'eslint/lib/rules/utils/regular-expressions.js' { + declare module.exports: $Exports<'eslint/lib/rules/utils/regular-expressions'>; +} declare module 'eslint/lib/rules/utils/unicode/index' { declare module.exports: $Exports<'eslint/lib/rules/utils/unicode'>; } @@ -2726,6 +2750,9 @@ declare module 'eslint/lib/shared/relative-module-resolver.js' { declare module 'eslint/lib/shared/runtime-info.js' { declare module.exports: $Exports<'eslint/lib/shared/runtime-info'>; } +declare module 'eslint/lib/shared/severity.js' { + declare module.exports: $Exports<'eslint/lib/shared/severity'>; +} declare module 'eslint/lib/shared/string-utils.js' { declare module.exports: $Exports<'eslint/lib/shared/string-utils'>; } @@ -2792,6 +2819,12 @@ declare module 'eslint/lib/unsupported-api.js' { declare module 'eslint/messages/all-files-ignored.js' { declare module.exports: $Exports<'eslint/messages/all-files-ignored'>; } +declare module 'eslint/messages/eslintrc-incompat.js' { + declare module.exports: $Exports<'eslint/messages/eslintrc-incompat'>; +} +declare module 'eslint/messages/eslintrc-plugins.js' { + declare module.exports: $Exports<'eslint/messages/eslintrc-plugins'>; +} declare module 'eslint/messages/extend-config-missing.js' { declare module.exports: $Exports<'eslint/messages/extend-config-missing'>; } @@ -2801,6 +2834,12 @@ declare module 'eslint/messages/failed-to-read-json.js' { declare module 'eslint/messages/file-not-found.js' { declare module.exports: $Exports<'eslint/messages/file-not-found'>; } +declare module 'eslint/messages/invalid-rule-options.js' { + declare module.exports: $Exports<'eslint/messages/invalid-rule-options'>; +} +declare module 'eslint/messages/invalid-rule-severity.js' { + declare module.exports: $Exports<'eslint/messages/invalid-rule-severity'>; +} declare module 'eslint/messages/no-config-found.js' { declare module.exports: $Exports<'eslint/messages/no-config-found'>; } @@ -2816,6 +2855,9 @@ declare module 'eslint/messages/plugin-missing.js' { declare module 'eslint/messages/print-config-with-directory-path.js' { declare module.exports: $Exports<'eslint/messages/print-config-with-directory-path'>; } +declare module 'eslint/messages/shared.js' { + declare module.exports: $Exports<'eslint/messages/shared'>; +} declare module 'eslint/messages/whitespace-found.js' { declare module.exports: $Exports<'eslint/messages/whitespace-found'>; } diff --git a/flow-typed/npm/express_v4.x.x.js b/flow-typed/npm/express_v4.x.x.js deleted file mode 100644 index 21af8aa4b..000000000 --- a/flow-typed/npm/express_v4.x.x.js +++ /dev/null @@ -1,283 +0,0 @@ -// flow-typed signature: 7370f7891e5e848a4015f3bf7b4781f5 -// flow-typed version: 1c80d826df/express_v4.x.x/flow_>=v0.104.x - -declare type express$RouterOptions = { - caseSensitive?: boolean, - mergeParams?: boolean, - strict?: boolean, - ... -}; - -declare class express$RequestResponseBase { - app: express$Application; - get(field: string): string | void; -} - -declare type express$RangeParserOptions = {| - +combine?: boolean, -|}; - -declare type express$RangeParserRange = {| - +start: number, - +end: number, -|}; - -declare type express$RequestParams = { [param: string]: string, ... } - -/* - NOTE: Use caution when extending `express$Request` or `express$Response`. When - a request first hits the server, its `req` and `res` will not have any - additional properties, even if you explicitly type them with your custom - subclass. Subsequent middleware may assign these properties, but you must be - cognizant of this ordering. One way to handle this is marking all properties - as optional to force refinement every time a property is accessed. Therefore, - we advise that you always mark properties as _optional_ in `express$Request` - and `express$Response` subclasses. - - You may decide not to do this, in which case the typings will be unsound and - the behavior will be similar to how arrays work in Flow. See here for more - information: https://flow.org/en/docs/types/arrays/#toc-array-access-is-unsafe - - See #3578 and #3337 for additional discussion. If you have ideas on how to - improve these typings, please share them in #3578 or open a new issue. - - **BAD** - declare class test_express$CustomRequest extends express$Request { - foo: string; - } - - **GOOD** - declare class test_express$CustomRequest extends express$Request { - foo: string | void; - } -*/ -declare class express$Request extends http$IncomingMessage mixins express$RequestResponseBase { - baseUrl: string; - body: mixed; - cookies: { [cookie: string]: string, ... }; - connection: net$Socket; - fresh: boolean; - hostname: string; - ip: string; - ips: Array; - method: string; - originalUrl: string; - params: express$RequestParams; - path: string; - protocol: 'https' | 'http'; - query: { [name: string]: string | Array, ... }; - route: string; - secure: boolean; - signedCookies: { [signedCookie: string]: string, ... }; - stale: boolean; - subdomains: Array; - xhr: boolean; - accepts(types: string): string | false; - accepts(types: Array): string | false; - acceptsCharsets(...charsets: Array): string | false; - acceptsEncodings(...encoding: Array): string | false; - acceptsLanguages(...lang: Array): string | false; - header(field: string): string | void; - is(type: string): string | false; - param(name: string, defaultValue?: string): string | void; - range(size: number, options?: express$RangeParserOptions): Array | number | void; -} - -declare type express$CookieOptions = { - domain?: string, - encode?: (value: string) => string, - expires?: Date, - httpOnly?: boolean, - maxAge?: number, - path?: string, - secure?: boolean, - signed?: boolean, - ... -}; - -declare type express$Path = string | RegExp; - -declare type express$RenderCallback = (err: Error | null, html?: string) => mixed; - -declare type express$SendFileOptions = { - maxAge?: number, - root?: string, - lastModified?: boolean, - headers?: { [name: string]: string, ... }, - dotfiles?: 'allow' | 'deny' | 'ignore', - ... -}; - -declare class express$Response extends http$ServerResponse mixins express$RequestResponseBase { - headersSent: boolean; - locals: { [name: string]: mixed, ... }; - append(field: string, value?: string): this; - attachment(filename?: string): this; - cookie(name: string, value: string, options?: express$CookieOptions): this; - clearCookie(name: string, options?: express$CookieOptions): this; - download(path: string, filename?: string, callback?: (err?: ?Error) => void): this; - format(typesObject: { [type: string]: Function, ... }): this; - json(body?: mixed): this; - jsonp(body?: mixed): this; - links(links: { [name: string]: string, ... }): this; - location(path: string): this; - redirect(url: string, ...args: Array): this; - redirect(status: number, url: string, ...args: Array): this; - render(view: string, locals?: { [name: string]: mixed, ... }, callback?: express$RenderCallback): this; - render(view: string, callback?: express$RenderCallback): this; - send(body?: mixed): this; - sendFile(path: string, options?: express$SendFileOptions, callback?: (err?: ?Error) => mixed): this; - sendStatus(statusCode: number): this; - header(field: string, value?: string): this; - header(headers: { [name: string]: string, ... }): this; - set(field: string, value?: string|string[]): this; - set(headers: { [name: string]: string, ... }): this; - status(statusCode: number): this; - type(type: string): this; - vary(field: string): this; - req: express$Request; -} - -declare type express$NextFunction = (err?: ?Error | 'route') => mixed; -declare type express$Middleware< - Req: express$Request = express$Request, - Res: express$Response = express$Response, -> = - ((req: Req, res: Res, next: express$NextFunction) => mixed) | - ((error: Error, req: Req, res: Res, next: express$NextFunction) => mixed); - -declare interface express$RouteMethodType< - T, - Req: express$Request = express$Request, - Res: express$Response = express$Response, -> { - (middleware: express$Middleware): T; - (...middleware: Array>): T; - ( - path: express$Path | $ReadOnlyArray, - ...middleware: Array> - ): T; -} - -declare class express$Route< - Req: express$Request = express$Request, - Res: express$Response = express$Response, -> { - all: express$RouteMethodType; - get: express$RouteMethodType; - post: express$RouteMethodType; - put: express$RouteMethodType; - head: express$RouteMethodType; - delete: express$RouteMethodType; - options: express$RouteMethodType; - trace: express$RouteMethodType; - copy: express$RouteMethodType; - lock: express$RouteMethodType; - mkcol: express$RouteMethodType; - move: express$RouteMethodType; - purge: express$RouteMethodType; - propfind: express$RouteMethodType; - proppatch: express$RouteMethodType; - unlock: express$RouteMethodType; - report: express$RouteMethodType; - mkactivity: express$RouteMethodType; - checkout: express$RouteMethodType; - merge: express$RouteMethodType; - - // @TODO Missing 'm-search' but get flow illegal name error. - - notify: express$RouteMethodType; - subscribe: express$RouteMethodType; - unsubscribe: express$RouteMethodType; - patch: express$RouteMethodType; - search: express$RouteMethodType; - connect: express$RouteMethodType; -} - -declare type express$IncomingMessage = http$IncomingMessage | http$IncomingMessage<>; - -declare class express$Router< - Req: express$Request = express$Request, - Res: express$Response = express$Response, -> extends express$Route { - constructor(options?: express$RouterOptions): void; - route(path: string): express$Route; - static ( - options?: express$RouterOptions, - ): express$Router; - use(middleware: express$Middleware): this; - use(...middleware: Array>): this; - use( - path: express$Path | $ReadOnlyArray, - ...middleware: Array> - ): this; - use(path: string, router: express$Router): this; - handle(req: express$IncomingMessage, res: http$ServerResponse, next: express$NextFunction): void; - param( - param: string, - callback: ( - req: Req, - res: Res, - next: express$NextFunction, - value: string, - paramName: string, - ) => mixed - ): void; - (req: express$IncomingMessage, res: http$ServerResponse, next?: ?express$NextFunction): void; -} - -declare class express$Application< - Req: express$Request = express$Request, - Res: express$Response = express$Response, -> extends express$Router mixins events$EventEmitter { - constructor(): void; - locals: { [name: string]: mixed, ... }; - mountpath: string; - listen(port: number, hostname?: string, backlog?: number, callback?: (err?: ?Error) => mixed): ?http$Server; - listen(port: number, hostname?: string, callback?: (err?: ?Error) => mixed): ?http$Server; - listen(port: number, callback?: (err?: ?Error) => mixed): ?http$Server; - listen(path: string, callback?: (err?: ?Error) => mixed): ?http$Server; - listen(handle: Object, callback?: (err?: ?Error) => mixed): ?http$Server; - disable(name: string): void; - disabled(name: string): boolean; - enable(name: string): this; - enabled(name: string): boolean; - engine(name: string, callback: Function): void; - /** - * Mixed will not be taken as a value option. Issue around using the GET http method name and the get for settings. - */ - // get(name: string): mixed; - set(name: string, value: mixed): mixed; - render(name: string, options: { [name: string]: mixed, ... }, callback: express$RenderCallback): void; - render(name: string, callback: express$RenderCallback): void; - handle(req: express$IncomingMessage, res: http$ServerResponse, next?: ?express$NextFunction): void; - // callable signature is not inherited - (req: express$IncomingMessage, res: http$ServerResponse, next?: ?express$NextFunction): void; -} - -declare module 'express' { - declare export type RouterOptions = express$RouterOptions; - declare export type CookieOptions = express$CookieOptions; - declare export type Middleware< - Req: express$Request = express$Request, - Res: express$Response = express$Response, - > = express$Middleware; - declare export type NextFunction = express$NextFunction; - declare export type RequestParams = express$RequestParams; - declare export type $Response = express$Response; - declare export type $Request = express$Request; - declare export type $Application< - Req: express$Request = express$Request, - Res: express$Response = express$Response, - > = express$Application; - - declare module.exports: { - // If you try to call like a function, it will use this signature - (): express$Application, - // `static` property on the function - static: (root: string, options?: Object) => express$Middleware, - // `Router` property on the function - Router: typeof express$Router, - ... - }; -} diff --git a/flow-typed/npm/fake-indexeddb_vx.x.x.js b/flow-typed/npm/fake-indexeddb_vx.x.x.js new file mode 100644 index 000000000..dc022405d --- /dev/null +++ b/flow-typed/npm/fake-indexeddb_vx.x.x.js @@ -0,0 +1,566 @@ +// flow-typed signature: 13e1c76986f437c7a170660b86e415b6 +// flow-typed version: <>/fake-indexeddb_v5.0.2/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'fake-indexeddb' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'fake-indexeddb' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'fake-indexeddb/auto' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/fakeIndexedDB' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBCursor' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBCursorWithValue' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBDatabase' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBFactory' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBIndex' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBKeyRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBObjectStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBOpenDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBTransaction' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/FDBVersionChangeEvent' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/binarySearch' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/canInjectKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/cmp' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/Database' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/enforceRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/errors' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/extractKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/FakeDOMStringList' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/FakeEvent' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/FakeEventTarget' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/Index' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/KeyGenerator' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/ObjectStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/RecordStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/scheduling' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/types' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/validateKeyPath' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/valueToKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/cjs/lib/valueToKeyRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/fakeIndexedDB' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBCursor' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBCursorWithValue' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBDatabase' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBFactory' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBIndex' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBKeyRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBObjectStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBOpenDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBTransaction' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/FDBVersionChangeEvent' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/binarySearch' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/canInjectKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/cmp' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/Database' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/enforceRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/errors' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/extractKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/FakeDOMStringList' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/FakeEvent' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/FakeEventTarget' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/Index' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/KeyGenerator' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/ObjectStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/RecordStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/scheduling' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/types' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/validateKeyPath' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/valueToKey' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/build/esm/lib/valueToKeyRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBCursor' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBCursorWithValue' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBDatabase' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBFactory' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBIndex' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBKeyRange' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBObjectStore' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBOpenDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBRequest' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBTransaction' { + declare module.exports: any; +} + +declare module 'fake-indexeddb/lib/FDBVersionChangeEvent' { + declare module.exports: any; +} + +// Filename aliases +declare module 'fake-indexeddb/auto/index' { + declare module.exports: $Exports<'fake-indexeddb/auto'>; +} +declare module 'fake-indexeddb/auto/index.js' { + declare module.exports: $Exports<'fake-indexeddb/auto'>; +} +declare module 'fake-indexeddb/build/cjs/fakeIndexedDB.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/fakeIndexedDB'>; +} +declare module 'fake-indexeddb/build/cjs/FDBCursor.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBCursor'>; +} +declare module 'fake-indexeddb/build/cjs/FDBCursorWithValue.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBCursorWithValue'>; +} +declare module 'fake-indexeddb/build/cjs/FDBDatabase.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBDatabase'>; +} +declare module 'fake-indexeddb/build/cjs/FDBFactory.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBFactory'>; +} +declare module 'fake-indexeddb/build/cjs/FDBIndex.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBIndex'>; +} +declare module 'fake-indexeddb/build/cjs/FDBKeyRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBKeyRange'>; +} +declare module 'fake-indexeddb/build/cjs/FDBObjectStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBObjectStore'>; +} +declare module 'fake-indexeddb/build/cjs/FDBOpenDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBOpenDBRequest'>; +} +declare module 'fake-indexeddb/build/cjs/FDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBRequest'>; +} +declare module 'fake-indexeddb/build/cjs/FDBTransaction.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBTransaction'>; +} +declare module 'fake-indexeddb/build/cjs/FDBVersionChangeEvent.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/FDBVersionChangeEvent'>; +} +declare module 'fake-indexeddb/build/cjs/index' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs'>; +} +declare module 'fake-indexeddb/build/cjs/index.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs'>; +} +declare module 'fake-indexeddb/build/cjs/lib/binarySearch.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/binarySearch'>; +} +declare module 'fake-indexeddb/build/cjs/lib/canInjectKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/canInjectKey'>; +} +declare module 'fake-indexeddb/build/cjs/lib/cmp.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/cmp'>; +} +declare module 'fake-indexeddb/build/cjs/lib/Database.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/Database'>; +} +declare module 'fake-indexeddb/build/cjs/lib/enforceRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/enforceRange'>; +} +declare module 'fake-indexeddb/build/cjs/lib/errors.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/errors'>; +} +declare module 'fake-indexeddb/build/cjs/lib/extractKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/extractKey'>; +} +declare module 'fake-indexeddb/build/cjs/lib/FakeDOMStringList.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/FakeDOMStringList'>; +} +declare module 'fake-indexeddb/build/cjs/lib/FakeEvent.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/FakeEvent'>; +} +declare module 'fake-indexeddb/build/cjs/lib/FakeEventTarget.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/FakeEventTarget'>; +} +declare module 'fake-indexeddb/build/cjs/lib/Index.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/Index'>; +} +declare module 'fake-indexeddb/build/cjs/lib/KeyGenerator.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/KeyGenerator'>; +} +declare module 'fake-indexeddb/build/cjs/lib/ObjectStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/ObjectStore'>; +} +declare module 'fake-indexeddb/build/cjs/lib/RecordStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/RecordStore'>; +} +declare module 'fake-indexeddb/build/cjs/lib/scheduling.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/scheduling'>; +} +declare module 'fake-indexeddb/build/cjs/lib/types.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/types'>; +} +declare module 'fake-indexeddb/build/cjs/lib/validateKeyPath.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/validateKeyPath'>; +} +declare module 'fake-indexeddb/build/cjs/lib/valueToKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/valueToKey'>; +} +declare module 'fake-indexeddb/build/cjs/lib/valueToKeyRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/cjs/lib/valueToKeyRange'>; +} +declare module 'fake-indexeddb/build/esm/fakeIndexedDB.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/fakeIndexedDB'>; +} +declare module 'fake-indexeddb/build/esm/FDBCursor.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBCursor'>; +} +declare module 'fake-indexeddb/build/esm/FDBCursorWithValue.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBCursorWithValue'>; +} +declare module 'fake-indexeddb/build/esm/FDBDatabase.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBDatabase'>; +} +declare module 'fake-indexeddb/build/esm/FDBFactory.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBFactory'>; +} +declare module 'fake-indexeddb/build/esm/FDBIndex.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBIndex'>; +} +declare module 'fake-indexeddb/build/esm/FDBKeyRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBKeyRange'>; +} +declare module 'fake-indexeddb/build/esm/FDBObjectStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBObjectStore'>; +} +declare module 'fake-indexeddb/build/esm/FDBOpenDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBOpenDBRequest'>; +} +declare module 'fake-indexeddb/build/esm/FDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBRequest'>; +} +declare module 'fake-indexeddb/build/esm/FDBTransaction.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBTransaction'>; +} +declare module 'fake-indexeddb/build/esm/FDBVersionChangeEvent.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/FDBVersionChangeEvent'>; +} +declare module 'fake-indexeddb/build/esm/index' { + declare module.exports: $Exports<'fake-indexeddb/build/esm'>; +} +declare module 'fake-indexeddb/build/esm/index.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm'>; +} +declare module 'fake-indexeddb/build/esm/lib/binarySearch.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/binarySearch'>; +} +declare module 'fake-indexeddb/build/esm/lib/canInjectKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/canInjectKey'>; +} +declare module 'fake-indexeddb/build/esm/lib/cmp.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/cmp'>; +} +declare module 'fake-indexeddb/build/esm/lib/Database.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/Database'>; +} +declare module 'fake-indexeddb/build/esm/lib/enforceRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/enforceRange'>; +} +declare module 'fake-indexeddb/build/esm/lib/errors.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/errors'>; +} +declare module 'fake-indexeddb/build/esm/lib/extractKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/extractKey'>; +} +declare module 'fake-indexeddb/build/esm/lib/FakeDOMStringList.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/FakeDOMStringList'>; +} +declare module 'fake-indexeddb/build/esm/lib/FakeEvent.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/FakeEvent'>; +} +declare module 'fake-indexeddb/build/esm/lib/FakeEventTarget.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/FakeEventTarget'>; +} +declare module 'fake-indexeddb/build/esm/lib/Index.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/Index'>; +} +declare module 'fake-indexeddb/build/esm/lib/KeyGenerator.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/KeyGenerator'>; +} +declare module 'fake-indexeddb/build/esm/lib/ObjectStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/ObjectStore'>; +} +declare module 'fake-indexeddb/build/esm/lib/RecordStore.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/RecordStore'>; +} +declare module 'fake-indexeddb/build/esm/lib/scheduling.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/scheduling'>; +} +declare module 'fake-indexeddb/build/esm/lib/types.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/types'>; +} +declare module 'fake-indexeddb/build/esm/lib/validateKeyPath.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/validateKeyPath'>; +} +declare module 'fake-indexeddb/build/esm/lib/valueToKey.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/valueToKey'>; +} +declare module 'fake-indexeddb/build/esm/lib/valueToKeyRange.js' { + declare module.exports: $Exports<'fake-indexeddb/build/esm/lib/valueToKeyRange'>; +} +declare module 'fake-indexeddb/lib/FDBCursor.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBCursor'>; +} +declare module 'fake-indexeddb/lib/FDBCursorWithValue.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBCursorWithValue'>; +} +declare module 'fake-indexeddb/lib/FDBDatabase.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBDatabase'>; +} +declare module 'fake-indexeddb/lib/FDBFactory.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBFactory'>; +} +declare module 'fake-indexeddb/lib/FDBIndex.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBIndex'>; +} +declare module 'fake-indexeddb/lib/FDBKeyRange.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBKeyRange'>; +} +declare module 'fake-indexeddb/lib/FDBObjectStore.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBObjectStore'>; +} +declare module 'fake-indexeddb/lib/FDBOpenDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBOpenDBRequest'>; +} +declare module 'fake-indexeddb/lib/FDBRequest.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBRequest'>; +} +declare module 'fake-indexeddb/lib/FDBTransaction.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBTransaction'>; +} +declare module 'fake-indexeddb/lib/FDBVersionChangeEvent.js' { + declare module.exports: $Exports<'fake-indexeddb/lib/FDBVersionChangeEvent'>; +} diff --git a/flow-typed/npm/fast-xml-parser_vx.x.x.js b/flow-typed/npm/fast-xml-parser_vx.x.x.js index bc671aa60..0e8508198 100644 --- a/flow-typed/npm/fast-xml-parser_vx.x.x.js +++ b/flow-typed/npm/fast-xml-parser_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 92a2b70b726f096c7889957edd1e946d -// flow-typed version: <>/fast-xml-parser_v4.1.1/flow_v0.171.0 +// flow-typed signature: ba8ef20276fa8d7427bccfeb9f50525d +// flow-typed version: <>/fast-xml-parser_v4.3.2/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/favicons-webpack-plugin_vx.x.x.js b/flow-typed/npm/favicons-webpack-plugin_vx.x.x.js index b80385410..160ead0f4 100644 --- a/flow-typed/npm/favicons-webpack-plugin_vx.x.x.js +++ b/flow-typed/npm/favicons-webpack-plugin_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 8c8d0dab8c4aa9b21e6fca4fc88c25bf -// flow-typed version: <>/favicons-webpack-plugin_v6.0.0-alpha.1/flow_v0.171.0 +// flow-typed signature: d16b2c9133c186df7e21ee30a2c83921 +// flow-typed version: <>/favicons-webpack-plugin_v6.0.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/favicons_vx.x.x.js b/flow-typed/npm/favicons_vx.x.x.js index 4c41e98b9..a625f32ee 100644 --- a/flow-typed/npm/favicons_vx.x.x.js +++ b/flow-typed/npm/favicons_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 8fe5f5a1343fcd94de5da0d0a6e9687e -// flow-typed version: <>/favicons_v7.0.2/flow_v0.171.0 +// flow-typed signature: 8b510f012ffd4ef8d72d8a42e409c74f +// flow-typed version: <>/favicons_v7.1.2/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/file-loader_vx.x.x.js b/flow-typed/npm/file-loader_vx.x.x.js deleted file mode 100644 index 86786d6fc..000000000 --- a/flow-typed/npm/file-loader_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 1b2eefc46ec518158d59e498089dd741 -// flow-typed version: <>/file-loader_v6.2.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'file-loader' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'file-loader' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'file-loader/dist/cjs' { - declare module.exports: any; -} - -declare module 'file-loader/dist' { - declare module.exports: any; -} - -declare module 'file-loader/dist/utils' { - declare module.exports: any; -} - -// Filename aliases -declare module 'file-loader/dist/cjs.js' { - declare module.exports: $Exports<'file-loader/dist/cjs'>; -} -declare module 'file-loader/dist/index' { - declare module.exports: $Exports<'file-loader/dist'>; -} -declare module 'file-loader/dist/index.js' { - declare module.exports: $Exports<'file-loader/dist'>; -} -declare module 'file-loader/dist/utils.js' { - declare module.exports: $Exports<'file-loader/dist/utils'>; -} diff --git a/flow-typed/npm/filesize_v3.x.x.js b/flow-typed/npm/filesize_v3.x.x.js deleted file mode 100644 index cb4b7af65..000000000 --- a/flow-typed/npm/filesize_v3.x.x.js +++ /dev/null @@ -1,22 +0,0 @@ -// flow-typed signature: d872520535951848ae5eb6fbfce3ef99 -// flow-typed version: 4b3001dbfa/filesize_v3.x.x/flow_>=v0.25.0 - -declare module "filesize" { - declare type Options = { - base?: number, - bits?: boolean, - exponent?: number, - fullform?: boolean, - fullforms?: Array, - output?: "array" | "exponent" | "object" | "string", - round?: number, - spacer?: string, - standard?: string, - symbols?: Object, - unix?: boolean - }; - - declare module.exports: { - (arg: number | string, options?: Options): string - }; -} diff --git a/flow-typed/npm/filesize_vx.x.x.js b/flow-typed/npm/filesize_vx.x.x.js index 3302a5a56..1482f4fcb 100644 --- a/flow-typed/npm/filesize_vx.x.x.js +++ b/flow-typed/npm/filesize_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 813dd3f611b5a3f95580acaff29fe468 -// flow-typed version: <>/filesize_v10.0.6/flow_v0.171.0 +// flow-typed signature: 4f96290f8effed3ee3ed45684147340d +// flow-typed version: <>/filesize_v10.1.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/flow-coverage-report_vx.x.x.js b/flow-typed/npm/flow-coverage-report_vx.x.x.js deleted file mode 100644 index 7609d5591..000000000 --- a/flow-typed/npm/flow-coverage-report_vx.x.x.js +++ /dev/null @@ -1,376 +0,0 @@ -// flow-typed signature: 5c3b3340efb4855bd10236205a539c1f -// flow-typed version: <>/flow-coverage-report_v0.8.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'flow-coverage-report' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'flow-coverage-report' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'flow-coverage-report/assets/codemirror-annotatescrollbar-addon' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/codemirror-javascript-mode' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/codemirror-simplescrollbars-addon' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/codemirror' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/flow-highlight-source' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/jquery-3.1.0.min' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/semantic-tablesort' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/assets/semantic.min' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/bin/flow-coverage-report' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/cli/args' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/cli/config' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/cli' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/body-coverage-sourcefile' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/body-coverage-summary' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/coverage-file-table-head' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/coverage-file-table-row' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/coverage-meter-bar' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/coverage-summary-table' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/footer' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/head' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/components/html-report-page' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/flow' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/promisified' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/report-badge' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/report-html' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/report-json' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/dist/lib/report-text' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/cli/args' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/cli/config' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/cli' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/body-coverage-sourcefile' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/body-coverage-summary' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/coverage-file-table-head' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/coverage-file-table-row' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/coverage-meter-bar' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/coverage-summary-table' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/footer' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/head' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/components/html-report-page' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/flow' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/promisified' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/report-badge' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/report-html' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/report-json' { - declare module.exports: any; -} - -declare module 'flow-coverage-report/src/lib/report-text' { - declare module.exports: any; -} - -// Filename aliases -declare module 'flow-coverage-report/assets/codemirror-annotatescrollbar-addon.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/codemirror-annotatescrollbar-addon'>; -} -declare module 'flow-coverage-report/assets/codemirror-javascript-mode.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/codemirror-javascript-mode'>; -} -declare module 'flow-coverage-report/assets/codemirror-simplescrollbars-addon.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/codemirror-simplescrollbars-addon'>; -} -declare module 'flow-coverage-report/assets/codemirror.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/codemirror'>; -} -declare module 'flow-coverage-report/assets/flow-highlight-source.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/flow-highlight-source'>; -} -declare module 'flow-coverage-report/assets/index' { - declare module.exports: $Exports<'flow-coverage-report/assets'>; -} -declare module 'flow-coverage-report/assets/index.js' { - declare module.exports: $Exports<'flow-coverage-report/assets'>; -} -declare module 'flow-coverage-report/assets/jquery-3.1.0.min.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/jquery-3.1.0.min'>; -} -declare module 'flow-coverage-report/assets/semantic-tablesort.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/semantic-tablesort'>; -} -declare module 'flow-coverage-report/assets/semantic.min.js' { - declare module.exports: $Exports<'flow-coverage-report/assets/semantic.min'>; -} -declare module 'flow-coverage-report/bin/flow-coverage-report.js' { - declare module.exports: $Exports<'flow-coverage-report/bin/flow-coverage-report'>; -} -declare module 'flow-coverage-report/dist/lib/cli/args.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/cli/args'>; -} -declare module 'flow-coverage-report/dist/lib/cli/config.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/cli/config'>; -} -declare module 'flow-coverage-report/dist/lib/cli/index' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/cli'>; -} -declare module 'flow-coverage-report/dist/lib/cli/index.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/cli'>; -} -declare module 'flow-coverage-report/dist/lib/components/body-coverage-sourcefile.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/body-coverage-sourcefile'>; -} -declare module 'flow-coverage-report/dist/lib/components/body-coverage-summary.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/body-coverage-summary'>; -} -declare module 'flow-coverage-report/dist/lib/components/coverage-file-table-head.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/coverage-file-table-head'>; -} -declare module 'flow-coverage-report/dist/lib/components/coverage-file-table-row.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/coverage-file-table-row'>; -} -declare module 'flow-coverage-report/dist/lib/components/coverage-meter-bar.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/coverage-meter-bar'>; -} -declare module 'flow-coverage-report/dist/lib/components/coverage-summary-table.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/coverage-summary-table'>; -} -declare module 'flow-coverage-report/dist/lib/components/footer.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/footer'>; -} -declare module 'flow-coverage-report/dist/lib/components/head.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/head'>; -} -declare module 'flow-coverage-report/dist/lib/components/html-report-page.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/components/html-report-page'>; -} -declare module 'flow-coverage-report/dist/lib/flow.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/flow'>; -} -declare module 'flow-coverage-report/dist/lib/index' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib'>; -} -declare module 'flow-coverage-report/dist/lib/index.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib'>; -} -declare module 'flow-coverage-report/dist/lib/promisified.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/promisified'>; -} -declare module 'flow-coverage-report/dist/lib/report-badge.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/report-badge'>; -} -declare module 'flow-coverage-report/dist/lib/report-html.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/report-html'>; -} -declare module 'flow-coverage-report/dist/lib/report-json.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/report-json'>; -} -declare module 'flow-coverage-report/dist/lib/report-text.js' { - declare module.exports: $Exports<'flow-coverage-report/dist/lib/report-text'>; -} -declare module 'flow-coverage-report/src/lib/cli/args.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/cli/args'>; -} -declare module 'flow-coverage-report/src/lib/cli/config.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/cli/config'>; -} -declare module 'flow-coverage-report/src/lib/cli/index' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/cli'>; -} -declare module 'flow-coverage-report/src/lib/cli/index.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/cli'>; -} -declare module 'flow-coverage-report/src/lib/components/body-coverage-sourcefile.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/body-coverage-sourcefile'>; -} -declare module 'flow-coverage-report/src/lib/components/body-coverage-summary.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/body-coverage-summary'>; -} -declare module 'flow-coverage-report/src/lib/components/coverage-file-table-head.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/coverage-file-table-head'>; -} -declare module 'flow-coverage-report/src/lib/components/coverage-file-table-row.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/coverage-file-table-row'>; -} -declare module 'flow-coverage-report/src/lib/components/coverage-meter-bar.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/coverage-meter-bar'>; -} -declare module 'flow-coverage-report/src/lib/components/coverage-summary-table.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/coverage-summary-table'>; -} -declare module 'flow-coverage-report/src/lib/components/footer.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/footer'>; -} -declare module 'flow-coverage-report/src/lib/components/head.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/head'>; -} -declare module 'flow-coverage-report/src/lib/components/html-report-page.jsx' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/components/html-report-page'>; -} -declare module 'flow-coverage-report/src/lib/flow.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/flow'>; -} -declare module 'flow-coverage-report/src/lib/index' { - declare module.exports: $Exports<'flow-coverage-report/src/lib'>; -} -declare module 'flow-coverage-report/src/lib/index.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib'>; -} -declare module 'flow-coverage-report/src/lib/promisified.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/promisified'>; -} -declare module 'flow-coverage-report/src/lib/report-badge.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/report-badge'>; -} -declare module 'flow-coverage-report/src/lib/report-html.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/report-html'>; -} -declare module 'flow-coverage-report/src/lib/report-json.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/report-json'>; -} -declare module 'flow-coverage-report/src/lib/report-text.js' { - declare module.exports: $Exports<'flow-coverage-report/src/lib/report-text'>; -} diff --git a/flow-typed/npm/fork-ts-checker-webpack-plugin_vx.x.x.js b/flow-typed/npm/fork-ts-checker-webpack-plugin_vx.x.x.js new file mode 100644 index 000000000..52267a1f9 --- /dev/null +++ b/flow-typed/npm/fork-ts-checker-webpack-plugin_vx.x.x.js @@ -0,0 +1,611 @@ +// flow-typed signature: b56205a094e36f148921b33040de2e68 +// flow-typed version: <>/fork-ts-checker-webpack-plugin_v9.0.2/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'fork-ts-checker-webpack-plugin' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'fork-ts-checker-webpack-plugin' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'fork-ts-checker-webpack-plugin/lib/files-change' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/files-match' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/basic-formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/code-frame-formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter-config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter-options' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/stats-formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/types/babel__code-frame' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/webpack-formatter' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/intercept-done-to-get-dev-server-tap' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-add-dependencies' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-get-issues' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-environment-to-patch-watching' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-done-to-async-get-issues' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-error-to-log-message' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-start-to-run-workers' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-stop-to-terminate-workers' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/infrastructure-logger' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-location' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-match' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-options' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-position' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-predicate' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-severity' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-webpack-error' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/logger' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-hooks' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-options' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-pools' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-state' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/plugin' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/expose-rpc' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/rpc-error' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/rpc-worker' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/types' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/wrap-rpc' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-config-overwrite' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-diagnostics-options' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-support' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-options' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-dependencies-worker' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-issues-worker' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/artifacts' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/dependencies' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/diagnostics' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/emit' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/file-system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/mem-file-system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/passive-file-system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/real-file-system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/compiler-host' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-compiler-host' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-solution-builder-host' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/performance' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/program' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/solution-builder' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/watch-program' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tracing' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tsbuildinfo' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/typescript' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/worker-config' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/abort-error' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/controlled-promise' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/is-pending' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/pool' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/wait' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/forward-slash' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/is-inside-another-path' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/relative-to-context' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/watch/inclusive-node-watch-file-system' { + declare module.exports: any; +} + +declare module 'fork-ts-checker-webpack-plugin/lib/watch/watch-file-system' { + declare module.exports: any; +} + +// Filename aliases +declare module 'fork-ts-checker-webpack-plugin/lib/files-change.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/files-change'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/files-match.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/files-match'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/basic-formatter.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/basic-formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/code-frame-formatter.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/code-frame-formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter-config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/formatter-config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter-options.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/formatter-options'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/formatter.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/index' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/index.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/stats-formatter.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/stats-formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/types/babel__code-frame.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/types/babel__code-frame'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/formatter/webpack-formatter.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/formatter/webpack-formatter'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/intercept-done-to-get-dev-server-tap.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/intercept-done-to-get-dev-server-tap'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-add-dependencies.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-add-dependencies'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-get-issues.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-compile-to-get-issues'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-environment-to-patch-watching.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-after-environment-to-patch-watching'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-done-to-async-get-issues.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-done-to-async-get-issues'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-error-to-log-message.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-error-to-log-message'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-start-to-run-workers.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-start-to-run-workers'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/hooks/tap-stop-to-terminate-workers.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/hooks/tap-stop-to-terminate-workers'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/index' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/index.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/infrastructure-logger.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/infrastructure-logger'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/index' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/index.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-location.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-location'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-match.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-match'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-options.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-options'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-position.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-position'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-predicate.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-predicate'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-severity.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-severity'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue-webpack-error.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue-webpack-error'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/issue/issue.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/issue/issue'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/logger.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/logger'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin-config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-hooks.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin-hooks'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-options.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin-options'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-pools.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin-pools'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin-state.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin-state'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/plugin.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/plugin'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/expose-rpc.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc/expose-rpc'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/index' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/index.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/rpc-error.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc/rpc-error'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/rpc-worker.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc/rpc-worker'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/types.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc/types'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/rpc/wrap-rpc.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/rpc/wrap-rpc'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-config-overwrite.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/type-script-config-overwrite'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-diagnostics-options.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/type-script-diagnostics-options'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-support.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/type-script-support'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-options.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/type-script-worker-options'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-dependencies-worker.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-dependencies-worker'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-issues-worker.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/get-issues-worker'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/artifacts.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/artifacts'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/dependencies.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/dependencies'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/diagnostics.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/diagnostics'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/emit.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/emit'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/file-system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/mem-file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/mem-file-system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/passive-file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/passive-file-system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/real-file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/file-system/real-file-system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/compiler-host.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/compiler-host'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-compiler-host.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-compiler-host'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-solution-builder-host.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/host/watch-solution-builder-host'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/performance.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/performance'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/program.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/program'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/solution-builder.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/solution-builder'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/watch-program.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/program/watch-program'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tracing.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tracing'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tsbuildinfo.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/tsbuildinfo'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/typescript.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/typescript'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/worker-config.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/typescript/worker/lib/worker-config'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/abort-error.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/async/abort-error'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/controlled-promise.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/async/controlled-promise'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/is-pending.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/async/is-pending'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/pool.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/async/pool'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/async/wait.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/async/wait'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/forward-slash.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/path/forward-slash'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/is-inside-another-path.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/path/is-inside-another-path'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/utils/path/relative-to-context.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/utils/path/relative-to-context'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/watch/inclusive-node-watch-file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/watch/inclusive-node-watch-file-system'>; +} +declare module 'fork-ts-checker-webpack-plugin/lib/watch/watch-file-system.js' { + declare module.exports: $Exports<'fork-ts-checker-webpack-plugin/lib/watch/watch-file-system'>; +} diff --git a/flow-typed/npm/foundation-sites_vx.x.x.js b/flow-typed/npm/foundation-sites_vx.x.x.js index f51741dd8..b7d5680e5 100644 --- a/flow-typed/npm/foundation-sites_vx.x.x.js +++ b/flow-typed/npm/foundation-sites_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 3a2ce8372aa6f1a52efcda18af69b25e -// flow-typed version: <>/foundation-sites_v6.7.5/flow_v0.171.0 +// flow-typed signature: 726bab0988e95231d2a45d153e74e436 +// flow-typed version: <>/foundation-sites_v6.8.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -654,18 +654,6 @@ declare module 'foundation-sites/rollup.config' { declare module.exports: any; } -declare module 'foundation-sites/script/husky-commit-lint' { - declare module.exports: any; -} - -declare module 'foundation-sites/script/husky-commit-test' { - declare module.exports: any; -} - -declare module 'foundation-sites/script/husky-push-test' { - declare module.exports: any; -} - declare module 'foundation-sites/test/javascript/components/abide' { declare module.exports: any; } @@ -1252,15 +1240,6 @@ declare module 'foundation-sites/js/foundation.util.triggers.js' { declare module 'foundation-sites/rollup.config.js' { declare module.exports: $Exports<'foundation-sites/rollup.config'>; } -declare module 'foundation-sites/script/husky-commit-lint.js' { - declare module.exports: $Exports<'foundation-sites/script/husky-commit-lint'>; -} -declare module 'foundation-sites/script/husky-commit-test.js' { - declare module.exports: $Exports<'foundation-sites/script/husky-commit-test'>; -} -declare module 'foundation-sites/script/husky-push-test.js' { - declare module.exports: $Exports<'foundation-sites/script/husky-push-test'>; -} declare module 'foundation-sites/test/javascript/components/abide.js' { declare module.exports: $Exports<'foundation-sites/test/javascript/components/abide'>; } diff --git a/flow-typed/npm/fs-extra_v8.x.x.js b/flow-typed/npm/fs-extra_v8.x.x.js new file mode 100644 index 000000000..89f097a53 --- /dev/null +++ b/flow-typed/npm/fs-extra_v8.x.x.js @@ -0,0 +1,871 @@ +// flow-typed signature: beb4c73787fb04b445ce22aee439eed9 +// flow-typed version: d81afd5307/fs-extra_v8.x.x/flow_>=v0.104.x + +declare module "fs-extra" { + import type { Stats, ReadStream, WriteStream } from "fs"; + import typeof fsTypes from "fs"; + + declare type SymlinkType = "dir" | "file"; + declare type FsSymlinkType = "dir" | "file" | "junction"; + + declare type CopyFilterSync = (src: string, dest: string) => boolean; + declare type CopyFilterAsync = ( + src: string, + dest: string + ) => Promise; + + declare type CopyOptions = { + dereference?: boolean, + overwrite?: boolean, + preserveTimestamps?: boolean, + errorOnExist?: boolean, + recursive?: boolean, + ... + }; + + declare type CopyOptionsAync = CopyOptions & { filter?: CopyFilterSync | CopyFilterAsync, ... }; + + declare type CopyOptionsSync = CopyOptions & { filter?: CopyFilterSync, ... }; + + declare type MoveOptions = { + overwrite?: boolean, + limit?: number, + ... + }; + + declare type ReadOptions = { + throws?: boolean, + fs?: Object, + reviver?: any, + encoding?: string, + flag?: string, + ... + }; + + declare type WriteFileOptions = { + encoding?: string, + flag?: string, + mode?: number, + ... + }; + + declare type WriteOptions = WriteFileOptions & { + fs?: Object, + replacer?: any, + spaces?: number | string, + EOL?: string, + ... + }; + + declare type ReadResult = { + bytesRead: number, + buffer: Buffer, + ... + }; + + declare type WriteResult = { + bytesWritten: number, + buffer: Buffer, + ... + }; + + declare type ReadStreamOptions = { + bufferSize?: number, + encoding?: string, + fd?: number, + flags?: string, + mode?: number, + ... + } + + declare type WriteStreamOptions = { + encoding?: string, + flags?: string, + string?: string, + ... + } + + declare function copy( + src: string, + dest: string, + options?: CopyOptionsAync + ): Promise; + declare function copy( + src: string, + dest: string, + callback: (err: Error) => void + ): void; + declare function copy( + src: string, + dest: string, + options: CopyOptionsAync, + callback: (err: Error) => void + ): void; + declare function copySync( + src: string, + dest: string, + options?: CopyOptionsSync + ): void; + + declare function move( + src: string, + dest: string, + options?: MoveOptions + ): Promise; + declare function move( + src: string, + dest: string, + callback: (err: Error) => void + ): void; + declare function move( + src: string, + dest: string, + options: MoveOptions, + callback: (err: Error) => void + ): void; + declare function moveSync( + src: string, + dest: string, + options?: MoveOptions + ): void; + + declare function createFile(file: string): Promise; + declare function createFile( + file: string, + callback: (err: Error) => void + ): void; + declare function createFileSync(file: string): void; + declare function createReadStream(path: string, options?: ReadStreamOptions): ReadStream; + declare function createWriteStream(path: string, options?: WriteStreamOptions): WriteStream; + + declare function ensureDir(path: string): Promise; + declare function ensureDir( + path: string, + callback: (err: Error) => void + ): void; + declare function ensureDirSync(path: string): void; + + declare function exists(path: string): Promise; + declare function exists(path: string, callback?: (exists: boolean) => void): void; + + declare function mkdirs(dir: string): Promise; + declare function mkdirs( + dir: string, + callback: (err: Error) => void + ): void; + declare function mkdirsSync(dir: string): void; + + declare function mkdirp(dir: string): Promise; + declare function mkdirp( + dir: string, + callback: (err: Error) => void + ): void; + declare function mkdirpSync(dir: string): void; + + declare function outputFile( + file: string, + data: any, + options?: WriteFileOptions | string + ): Promise; + declare function outputFile( + file: string, + data: any, + callback: (err: Error) => void + ): void; + declare function outputFile( + file: string, + data: any, + options: WriteFileOptions | string, + callback: (err: Error) => void + ): void; + declare function outputFileSync( + file: string, + data: any, + options?: WriteFileOptions | string + ): void; + + declare function readJson( + file: string, + options?: ReadOptions + ): Promise; + declare function readJson( + file: string, + callback: (err: Error, jsonObject: any) => void + ): void; + declare function readJson( + file: string, + options: ReadOptions, + callback: (err: Error, jsonObject: any) => void + ): void; + declare function readJSON( + file: string, + options?: ReadOptions + ): Promise; + declare function readJSON( + file: string, + callback: (err: Error, jsonObject: any) => void + ): void; + declare function readJSON( + file: string, + options: ReadOptions, + callback: (err: Error, jsonObject: any) => void + ): void; + + declare function readJsonSync( + file: string, + options?: ReadOptions + ): any; + declare function readJSONSync( + file: string, + options?: ReadOptions + ): any; + + declare function remove(dir: string): Promise; + declare function remove( + dir: string, + callback: (err: Error) => void + ): void; + declare function removeSync(dir: string): void; + + declare function outputJson( + file: string, + data: any, + options?: WriteOptions + ): Promise; + declare function outputJSON( + file: string, + data: any, + options?: WriteOptions + ): Promise; + declare function outputJson( + file: string, + data: any, + options: WriteOptions, + callback: (err: Error) => void + ): void; + declare function outputJSON( + file: string, + data: any, + options: WriteOptions, + callback: (err: Error) => void + ): void; + declare function outputJson( + file: string, + data: any, + callback: (err: Error) => void + ): void; + declare function outputJSON( + file: string, + data: any, + callback: (err: Error) => void + ): void; + declare function outputJsonSync( + file: string, + data: any, + options?: WriteOptions + ): void; + declare function outputJSONSync( + file: string, + data: any, + options?: WriteOptions + ): void; + + declare function writeJSON( + file: string, + object: any, + options?: WriteOptions + ): Promise; + declare function writeJSON( + file: string, + object: any, + callback: (err: Error) => void + ): void; + declare function writeJSON( + file: string, + object: any, + options: WriteOptions, + callback: (err: Error) => void + ): void; + declare function writeJson( + file: string, + object: any, + options?: WriteOptions + ): Promise; + declare function writeJson( + file: string, + object: any, + callback: (err: Error) => void + ): void; + declare function writeJson( + file: string, + object: any, + options: WriteOptions, + callback: (err: Error) => void + ): void; + + declare function writeJsonSync( + file: string, + object: any, + options?: WriteOptions + ): void; + declare function writeJSONSync( + file: string, + object: any, + options?: WriteOptions + ): void; + + declare function ensureFile(path: string): Promise; + declare function ensureFile( + path: string, + callback: (err: Error) => void + ): void; + declare function ensureFileSync(path: string): void; + + declare function ensureLink(src: string, dest: string): Promise; + declare function ensureLink( + src: string, + dest: string, + callback: (err: Error) => void + ): void; + declare function ensureLinkSync(src: string, dest: string): void; + + declare function ensureSymlink( + src: string, + dest: string, + type?: SymlinkType + ): Promise; + declare function ensureSymlink( + src: string, + dest: string, + type: SymlinkType, + callback: (err: Error) => void + ): void; + declare function ensureSymlink( + src: string, + dest: string, + callback: (err: Error) => void + ): void; + declare function ensureSymlinkSync( + src: string, + dest: string, + type?: SymlinkType + ): void; + + declare function emptyDir(path: string): Promise; + declare function emptyDir( + path: string, + callback: (err: Error) => void + ): void; + declare function emptyDirSync(path: string): void; + + declare function pathExists(path: string): Promise; + declare function pathExists( + path: string, + callback: (err: Error, exists: boolean) => void + ): void; + declare function pathExistsSync(path: string): boolean; + + declare function access( + path: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function access( + path: string | Buffer, + mode: number, + callback: (err: ErrnoError) => void + ): void; + declare function access( + path: string | Buffer, + mode?: number + ): Promise; + + declare function appendFile( + file: string | Buffer | number, + data: any, + options: { + encoding?: string, + mode?: number | string, + flag?: string, + ... + }, + callback: (err: ErrnoError) => void + ): void; + declare function appendFile( + file: string | Buffer | number, + data: any, + callback: (err: ErrnoError) => void + ): void; + declare function appendFile( + file: string | Buffer | number, + data: any, + options?: { + encoding?: string, + mode?: number | string, + flag?: string, + ... + } + ): Promise; + + declare function chmod( + path: string | Buffer, + mode: string | number, + callback: (err: ErrnoError) => void + ): void; + declare function chmod( + path: string | Buffer, + mode: string | number + ): Promise; + + declare function chown( + path: string | Buffer, + uid: number, + gid: number + ): Promise; + declare function chown( + path: string | Buffer, + uid: number, + gid: number, + callback: (err: ErrnoError) => void + ): void; + + declare function close( + fd: number, + callback: (err: ErrnoError) => void + ): void; + declare function close(fd: number): Promise; + + declare function fchmod( + fd: number, + mode: string | number, + callback: (err: ErrnoError) => void + ): void; + declare function fchmod( + fd: number, + mode: string | number + ): Promise; + + declare function fchown( + fd: number, + uid: number, + gid: number, + callback: (err: ErrnoError) => void + ): void; + declare function fchown( + fd: number, + uid: number, + gid: number + ): Promise; + + declare function fdatasync(fd: number, callback: () => void): void; + declare function fdatasync(fd: number): Promise; + + declare function fstat( + fd: number, + callback: (err: ErrnoError, stats: Stats) => any + ): void; + declare function fstat(fd: number): Promise; + + declare function fsync( + fd: number, + callback: (err: ErrnoError) => void + ): void; + declare function fsync(fd: number): Promise; + + declare function ftruncate( + fd: number, + callback: (err: ErrnoError) => void + ): void; + declare function ftruncate( + fd: number, + len: number, + callback: (err: ErrnoError) => void + ): void; + declare function ftruncate(fd: number, len?: number): Promise; + + declare function futimes( + fd: number, + atime: number, + mtime: number, + callback: (err: ErrnoError) => void + ): void; + declare function futimes( + fd: number, + atime: Date, + mtime: Date, + callback: (err: ErrnoError) => void + ): void; + declare function futimes( + fd: number, + atime: number, + mtime: number + ): Promise; + declare function futimes( + fd: number, + atime: Date, + mtime: Date + ): Promise; + + declare function lchown( + path: string | Buffer, + uid: number, + gid: number, + callback: (err: ErrnoError) => void + ): void; + declare function lchown( + path: string | Buffer, + uid: number, + gid: number + ): Promise; + + declare function link( + srcpath: string | Buffer, + dstpath: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function link( + srcpath: string | Buffer, + dstpath: string | Buffer + ): Promise; + + declare function lstat( + path: string | Buffer, + callback: (err: ErrnoError, stats: Stats) => any + ): void; + declare function lstat(path: string | Buffer): Promise; + + declare function mkdir( + path: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function mkdir( + path: string | Buffer, + mode: number | string, + callback: (err: ErrnoError) => void + ): void; + declare function mkdir(path: string | Buffer): Promise; + + declare function open( + path: string | Buffer, + flags: string | number, + callback: (err: ErrnoError, fd: number) => void + ): void; + declare function open( + path: string | Buffer, + flags: string | number, + mode: number, + callback: (err: ErrnoError, fd: number) => void + ): void; + declare function open( + path: string | Buffer, + flags: string | number, + mode?: number + ): Promise; + + declare function read( + fd: number, + buffer: Buffer, + offset: number, + length: number, + position: number | null, + callback: (err: ErrnoError, bytesRead: number, buffer: Buffer) => void + ): void; + declare function read( + fd: number, + buffer: Buffer, + offset: number, + length: number, + position: number | null + ): Promise; + + declare function readFile( + file: string | Buffer | number, + callback: (err: ErrnoError, data: Buffer) => void + ): void; + declare function readFile( + file: string | Buffer | number, + encoding: string, + callback: (err: ErrnoError, data: string) => void + ): void; + declare function readFile( + file: string | Buffer | number, + options: { flag?: string, ... } | { + encoding: string, + flag?: string, + ... + }, + callback: (err: ErrnoError, data: Buffer) => void + ): void; + declare function readFile( + file: string | Buffer | number, + options: { flag?: string, ... } | { + encoding: string, + flag?: string, + ... + }, + ): Promise; + declare function readFile( + file: string | Buffer | number, + encoding: string + ): Promise; + declare function readFile( + file: string | Buffer | number + ): Promise; + + declare function readdir( + path: string | Buffer, + callback: (err: ErrnoError, files: string[]) => void + ): void; + declare function readdir(path: string | Buffer): Promise; + + declare function readlink( + path: string | Buffer, + callback: (err: ErrnoError, linkString: string) => any + ): void; + declare function readlink(path: string | Buffer): Promise; + + declare function realpath( + path: string | Buffer, + callback: (err: ErrnoError, resolvedPath: string) => any + ): void; + declare function realpath( + path: string | Buffer, + cache: { [path: string]: string, ... }, + callback: (err: ErrnoError, resolvedPath: string) => any + ): void; + declare function realpath( + path: string | Buffer, + cache?: { [path: string]: string, ... } + ): Promise; + + declare function rename( + oldPath: string, + newPath: string, + callback: (err: ErrnoError) => void + ): void; + declare function rename( + oldPath: string, + newPath: string + ): Promise; + + declare function rmdir( + path: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function rmdir(path: string | Buffer): Promise; + + declare function stat( + path: string | Buffer, + callback: (err: ErrnoError, stats: Stats) => any + ): void; + declare function stat(path: string | Buffer): Promise; + + declare function statSync(path: string): Stats; + + declare function symlink( + srcpath: string | Buffer, + dstpath: string | Buffer, + type: FsSymlinkType | void, + callback: (err: ErrnoError) => void + ): void; + declare function symlink( + srcpath: string | Buffer, + dstpath: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function symlink( + srcpath: string | Buffer, + dstpath: string | Buffer, + type?: FsSymlinkType + ): Promise; + + declare function truncate( + path: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function truncate( + path: string | Buffer, + len: number, + callback: (err: ErrnoError) => void + ): void; + declare function truncate( + path: string | Buffer, + len?: number + ): Promise; + + declare function unlink( + path: string | Buffer, + callback: (err: ErrnoError) => void + ): void; + declare function unlink(path: string | Buffer): Promise; + + declare function utimes( + path: string | Buffer, + atime: number, + mtime: number, + callback: (err: ErrnoError) => void + ): void; + declare function utimes( + path: string | Buffer, + atime: Date, + mtime: Date, + callback: (err: ErrnoError) => void + ): void; + declare function utimes( + path: string | Buffer, + atime: number, + mtime: number + ): Promise; + declare function utimes( + path: string | Buffer, + atime: Date, + mtime: Date + ): Promise; + + declare function write( + fd: number, + buffer: Buffer, + offset: number, + length: number, + position: number | null, + callback: (err: ErrnoError, written: number, buffer: Buffer) => void + ): void; + declare function write( + fd: number, + buffer: Buffer, + offset: number, + length: number, + callback: (err: ErrnoError, written: number, buffer: Buffer) => void + ): void; + declare function write( + fd: number, + data: any, + callback: (err: ErrnoError, written: number, str: string) => void + ): void; + declare function write( + fd: number, + data: any, + offset: number, + callback: (err: ErrnoError, written: number, str: string) => void + ): void; + declare function write( + fd: number, + data: any, + offset: number, + encoding: string, + callback: (err: ErrnoError, written: number, str: string) => void + ): void; + declare function write( + fd: number, + buffer: Buffer, + offset: number, + length: number, + position?: number | null + ): Promise; + declare function write( + fd: number, + data: any, + offset: number, + encoding?: string + ): Promise; + + declare function writeFile( + file: string | Buffer | number, + data: any, + callback: (err: ErrnoError) => void + ): void; + declare function writeFile( + file: string | Buffer | number, + data: any, + options?: WriteFileOptions | string + ): Promise; + declare function writeFile( + file: string | Buffer | number, + data: any, + options: WriteFileOptions | string, + callback: (err: ErrnoError) => void + ): void; + + declare function mkdtemp(prefix: string): Promise; + declare function mkdtemp( + prefix: string, + callback: (err: ErrnoError, folder: string) => void + ): void; + + declare module.exports: {| + ...fsTypes; + access: typeof access; + appendFile: typeof appendFile; + chmod: typeof chmod; + chown: typeof chown; + close: typeof close; + copy: typeof copy; + copySync: typeof copySync; + createFile: typeof createFile; + createFileSync: typeof createFileSync; + createReadStream: typeof createReadStream; + createWriteStream: typeof createWriteStream; + emptyDir: typeof emptyDir; + emptyDirSync: typeof emptyDirSync; + ensureDir: typeof ensureDir; + ensureDirSync: typeof ensureDirSync; + ensureFile: typeof ensureFile; + ensureFileSync: typeof ensureFileSync; + ensureLink: typeof ensureLink; + ensureLinkSync: typeof ensureLinkSync; + ensureSymlink: typeof ensureSymlink; + ensureSymlinkSync: typeof ensureSymlinkSync; + exists: typeof exists; + fchmod: typeof fchmod; + fchown: typeof fchown; + fdatasync: typeof fdatasync; + fstat: typeof fstat; + fsync: typeof fsync; + ftruncate: typeof ftruncate; + futimes: typeof futimes; + lchown: typeof lchown; + link: typeof link; + lstat: typeof lstat; + mkdir: typeof mkdir; + mkdirp: typeof mkdirp; + mkdirpSync: typeof mkdirpSync; + mkdirs: typeof mkdirs; + mkdirsSync: typeof mkdirsSync; + mkdtemp: typeof mkdtemp; + move: typeof move; + moveSync: typeof moveSync; + open: typeof open; + outputFile: typeof outputFile; + outputFileSync: typeof outputFileSync; + outputJson: typeof outputJson; + outputJSON: typeof outputJSON; + outputJsonSync: typeof outputJsonSync; + outputJSONSync: typeof outputJSONSync; + pathExists: typeof pathExists; + pathExistsSync: typeof pathExistsSync; + read: typeof read; + readdir: typeof readdir; + readFile: typeof readFile; + readJson: typeof readJson; + readJSON: typeof readJSON; + readJsonSync: typeof readJsonSync; + readJSONSync: typeof readJSONSync; + readlink: typeof readlink; + realpath: typeof realpath; + remove: typeof remove; + removeSync: typeof removeSync; + rename: typeof rename; + rmdir: typeof rmdir; + stat: typeof stat; + statSync: typeof statSync; + symlink: typeof symlink; + truncate: typeof truncate; + unlink: typeof unlink; + utimes: typeof utimes; + write: typeof write; + writeFile: typeof writeFile; + writeJSON: typeof writeJSON; + writeJson: typeof writeJson; + writeJsonSync: typeof writeJsonSync; + writeJSONSync: typeof writeJSONSync; + |}; +} diff --git a/flow-typed/npm/glob_v7.x.x.js b/flow-typed/npm/glob_v7.x.x.js new file mode 100644 index 000000000..4bd3df6cb --- /dev/null +++ b/flow-typed/npm/glob_v7.x.x.js @@ -0,0 +1,79 @@ +// flow-typed signature: d2a519d7d007e9ba3e5bf2ac3ff76eca +// flow-typed version: f243e51ed7/glob_v7.x.x/flow_>=v0.104.x + +declare module "glob" { + declare type MinimatchOptions = {| + debug?: boolean, + nobrace?: boolean, + noglobstar?: boolean, + dot?: boolean, + noext?: boolean, + nocase?: boolean, + nonull?: boolean, + matchBase?: boolean, + nocomment?: boolean, + nonegate?: boolean, + flipNegate?: boolean + |}; + + declare type Options = {| + ...MinimatchOptions, + cwd?: string, + root?: string, + nomount?: boolean, + mark?: boolean, + nosort?: boolean, + stat?: boolean, + silent?: boolean, + strict?: boolean, + cache?: { [path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray, ... }, + statCache?: { [path: string]: boolean | { isDirectory(): boolean, ... } | void, ... }, + symlinks?: { [path: string]: boolean | void, ... }, + realpathCache?: { [path: string]: string, ... }, + sync?: boolean, + nounique?: boolean, + nodir?: boolean, + ignore?: string | $ReadOnlyArray, + follow?: boolean, + realpath?: boolean, + absolute?: boolean + |}; + + /** + * Called when an error occurs, or matches are found + * err + * matches: filenames found matching the pattern + */ + declare type CallBack = (err: ?Error, matches: Array) => void; + + declare class Glob extends events$EventEmitter { + constructor(pattern: string): this; + constructor(pattern: string, callback: CallBack): this; + constructor(pattern: string, options: Options, callback: CallBack): this; + + minimatch: {...}; + options: Options; + aborted: boolean; + cache: { [path: string]: boolean | "DIR" | "FILE" | $ReadOnlyArray, ... }; + statCache: { [path: string]: boolean | { isDirectory(): boolean, ... } | void, ... }; + symlinks: { [path: string]: boolean | void, ... }; + realpathCache: { [path: string]: string, ... }; + found: Array; + + pause(): void; + resume(): void; + abort(): void; + } + + declare class GlobModule { + Glob: Class; + + (pattern: string, callback: CallBack): void; + (pattern: string, options: Options, callback: CallBack): void; + + hasMagic(pattern: string, options?: Options): boolean; + sync(pattern: string, options?: Options): Array; + } + + declare module.exports: GlobModule; +} diff --git a/flow-typed/npm/html-webpack-plugin_vx.x.x.js b/flow-typed/npm/html-webpack-plugin_vx.x.x.js index 99cfa249c..df365721b 100644 --- a/flow-typed/npm/html-webpack-plugin_vx.x.x.js +++ b/flow-typed/npm/html-webpack-plugin_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 336b407a7106f41b4eb8663d79b2fa36 -// flow-typed version: <>/html-webpack-plugin_v5.5.0/flow_v0.171.0 +// flow-typed signature: 28b00709033ac1dc844ae10dbb1d569f +// flow-typed version: <>/html-webpack-plugin_v5.6.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -38,10 +38,6 @@ declare module 'html-webpack-plugin/lib/errors' { declare module.exports: any; } -declare module 'html-webpack-plugin/lib/file-watcher-api' { - declare module.exports: any; -} - declare module 'html-webpack-plugin/lib/hooks' { declare module.exports: any; } @@ -73,9 +69,6 @@ declare module 'html-webpack-plugin/lib/chunksorter.js' { declare module 'html-webpack-plugin/lib/errors.js' { declare module.exports: $Exports<'html-webpack-plugin/lib/errors'>; } -declare module 'html-webpack-plugin/lib/file-watcher-api.js' { - declare module.exports: $Exports<'html-webpack-plugin/lib/file-watcher-api'>; -} declare module 'html-webpack-plugin/lib/hooks.js' { declare module.exports: $Exports<'html-webpack-plugin/lib/hooks'>; } diff --git a/flow-typed/npm/idb_v5.x.x.js b/flow-typed/npm/idb_v5.x.x.js deleted file mode 100644 index 7008f4a1f..000000000 --- a/flow-typed/npm/idb_v5.x.x.js +++ /dev/null @@ -1,646 +0,0 @@ -// flow-typed signature: c53d84e49992194ab4f7963940776415 -// flow-typed version: 8c09c1003c/idb_v5.x.x/flow_>=v0.83.x - -// Derived from TS typings at https://github.com/jakearchibald/idb/blob/c8bab898f01bacab96097f87c1e42a0c19e01425/lib/idb.d.ts -// Updated for changes between v2 and v5. - -declare type $idb$IDBArrayKey = $ReadOnlyArray<$idb$IDBValidKey>; -declare type $idb$IDBValidKey = number | string | Date | $idb$IDBArrayKey; - -// TODO: upstream this to Flow DOM definitions -declare class $idb$DOMStringList { - +length: number; - // Comment syntax here as @@iterator is invalid syntax for eslint and babylon - /*:: @@iterator(): Iterator; */ - contains(str: string): boolean; - item(index: number): string | null; - [index: number]: string; - @@iterator(): Iterator; -} - -/** Similar to equivalent IDBDatabase. */ -declare class $idb$DB> { - /** A DOMString that contains the name of the connected database. */ - +name: string; - - /** A 64-bit integer that contains the version of the connected database. When a database is first created, this attribute is an empty string. */ - +version: number; - - /** A DOMStringList that contains a list of the names of the object stores currently in the connected database. */ - +objectStoreNames: $idb$DOMStringList; - - /** Returns immediately and closes the connection to a database in a separate thread. */ - close(): void; - - /** - * Creates and returns a new object store or index. - * Throws a "InvalidStateError" DOMException if not called within an upgrade transaction. - * @param name The name of the new object store to be created. Note that it is possible to create an object store with an empty name. - * @param optionalParameters Optional. An options object whose attributes are optional parameters to the method. - * @returns The new object store. - */ - createObjectStore( - name: string, - optionalParameters?: $Shape<{| - +keyPath: string, - +autoIncrement: boolean, - |}> - ): ObjectStore; - - /** - * Destroys the object store with the given name in the connected database, along with any indexes that reference it. - * Throws a "InvalidStateError" DOMException if not called within an upgrade transaction. - * @param name The name of the object store to be removed. - */ - deleteObjectStore(name: string): void; - - /** - * Immediately returns a transaction object (Transaction) containing the IDBTransaction.objectStore method, which you can use to access your object store. Runs in a separate thread. - * @param storeNames The names of object stores and indexes that are in the scope of the new transaction, declared as an array of strings. Specify only the object stores that you need to access. - * If you need to access only one object store, you can specify its name as a string. - * @param mode Optional. The types of access that can be performed in the transaction. Transactions are opened in one of three modes: 'readonly' or 'readwrite'. 'versionchange' mode can't be specified here. If you don't provide the parameter, the default access mode is readonly. To avoid slowing things down, don't open a readwrite transaction unless you actually need to write into the database. - * @returns The transaction object. - */ - transaction( - storeNames: string, - mode?: 'readonly' | 'readwrite' - ): $idb$Transaction; - transaction( - storeNames: Array, - mode?: 'readonly' | 'readwrite' - ): $idb$Transaction; - - /*--- - * These are the objectstore shortcuts: they're the same prototypes of the - * functions in ObjectStore except they also take the store name as first - * parameter. - *--- */ - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) creates a structured clone of the value, and updates the cloned value in the object store. - * This is for updating existing records in an object store when the transaction's mode is readwrite. - * @param storeName the store to use. - * @param value The value to be stored. - * @param key Optional. The key to use to identify the record. If unspecified, it results to null. - * @returns A promise that resolves with the new key when the underlying put IDBRequest is successful. - */ - put(storeName: string, value: mixed, key?: $idb$IDBValidKey): Promise<$idb$IDBValidKey>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) creates a structured clone of the value, and stores the cloned value in the object store. - * This is for adding new records to an object store. - * @param storeName the store to use. - * @param value The value to be stored. - * @param key Optional. The key to use to identify the record. If unspecified, it results to null. - * @returns A promise that resolves with the new key when the underlying add IDBRequest is successful. - */ - add(storeName: string, value: mixed, key?: $idb$IDBValidKey): Promise<$idb$IDBValidKey>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) deletes the store object specified. - * This is for deleting individual records out of an object store. - * @param storeName the store to use. - * @param key The key of the record to be deleted, or an IDBKeyRange to delete all records with keys in range. - * @returns A promise that resolves when the underlying delete IDBRequest is successful. - */ - delete(storeName: string, key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) clears the object store. - * This is for deleting all current records out of an object store. - * @param storeName the store to use. - * @returns A promise that resolves when the underlying clear IDBRequest is successful. - */ - clear(storeName: string): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the store object store selected by the specified key. - * This is for retrieving specific records from an object store. - * @param storeName the store to use. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - get(storeName: string, key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the objects in the object store matching the specified parameter or all objects in the store if no parameters are given. - * @param storeName the store to use. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the items when the underlying getAll IDBRequest is successful. - */ - getAll( - storeName: string, - query?: IDBKeyRange | $idb$IDBValidKey, - count?: number - ): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) finds either the given key or the primary key, if key is an IDBKeyRange. - * @param storeName the store to use. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - getKey(storeName: string, key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with record keys for all the objects matching the specified parameter or all record keys in the store if no parameters are given. - * @param storeName the store to use. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the record keys when the underlying getAllKeys IDBRequest is successful. - */ - getAllKeys(storeName: string, query?: IDBKeyRange, count?: number): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) counts the matching records. - * If no arguments are provided, it returns the total number of records in the store. - * @param storeName the store to use. - * @param key A key or IDBKeyRange object that specifies a range of records you want to count. - * @returns A promise that resolves with the total when the underlying count IDBRequest is successful. - */ - count(storeName: string, key?: IDBKeyRange | $idb$IDBValidKey): Promise; - - /*--- - * These are the index shortcuts: they're the same prototypes of the - * functions in Index except they also take the store and index names as - * first parameters. - *--- */ - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) counts the matching records. - * If no arguments are provided, it returns the total number of records in the store. - * @param storeName the store to use. - * @param indexName the index to use. - * @param key A key or IDBKeyRange object that specifies a range of records you want to count. - * @returns A promise that resolves with the total when the underlying count IDBRequest is successful. - */ - countFromIndex(storeName: string, indexName: string, key?: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the store object store selected by the specified key. - * This is for retrieving specific records from an object store. - * @param storeName the store to use. - * @param indexName the index to use. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - getFromIndex(storeName: string, indexName: string, key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) finds either the given key or the primary key, if key is an IDBKeyRange. - * @param storeName the store to use. - * @param indexName the index to use. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - getKeyFromIndex(storeName: string, indexName: string, key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the objects in the object store matching the specified parameter or all objects in the store if no parameters are given. - * @param storeName the store to use. - * @param indexName the index to use. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the items when the underlying getAll IDBRequest is successful. - */ - getAllFromIndex( - storeName: string, - indexName: string, - query?: IDBKeyRange | $idb$IDBValidKey, - count?: number - ): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with record keys for all the objects matching the specified parameter or all record keys in the store if no parameters are given. - * @param storeName the store to use. - * @param indexName the index to use. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the record keys when the underlying getAllKeys IDBRequest is successful. - */ - getAllKeysFromIndex(storeName: string, indexName: string, query?: IDBKeyRange, count?: number): Promise>; -} - -type $idb$OpenDBCallbacks> = {| - /** - * Called if this version of the database has never been opened before. Use it to specify the - * schema for the database. - * - * @param database A database instance that you can use to add/remove stores and indexes. - * @param oldVersion Last version of the database opened by the user. - * @param newVersion Whatever new version you provided. - * @param transaction The transaction for this upgrade. This is useful if you need to get data - * from other stores as part of a migration. - */ - upgrade( - database: $idb$DB, - oldVersion: number, - newVersion: number | null, - transaction: $idb$Transaction - ): void, - /** - * Called if there are older versions of the database open on the origin, so this version cannot - * open. - */ - blocked(): void, - /** - * Called if this connection is blocking a future version of the database from opening. - */ - blocking(): void, - /** - * Called if the browser abnormally terminates the connection. - * This is not called when `db.close()` is called. - */ - terminated(): void, -|}; - -/** Wrapper of IDBTransaction that presents the asynchronous operations as a Promise. */ -declare class $idb$Transaction, StoreType: ObjectStore | null> { - /** Resolves when transaction completes, rejects if transaction aborts or errors. */ - +done: Promise; - +store: StoreType; - - /** Returns a DOMStringList of the names of IDBObjectStore objects. */ - +objectStoreNames: $idb$DOMStringList; - - /** The mode for isolating access to data in the object stores that are in the scope of the transaction. For possible values, see the Constants section below. The default value is readonly. */ - +mode: 'readonly' | 'readwrite' | 'versionchange'; - - /** Rolls back all the changes to objects in the database associated with this transaction. If this transaction has been aborted or completed, then this method throws an error event. */ - abort(): void; - - /** - * Returns an ObjectStore object representing an object store that is part of the scope of this transaction. - * @param name The name of the requested object store. - * @returns The object store in the context of the transaction. - */ - objectStore(name: string): ObjectStore; -} - -/** Common interface for ObjectStore and Index, since both provide these cursor methods */ -declare class $idb$HasCursor { - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves a new cursor object. - * Used for iterating through an object store by primary key with a cursor. - * @param range Optional. A key or IDBKeyRange to be queried. If a single valid key is passed, this will default to a range containing only that key. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param direction Optional. An IDBCursorDirection² telling the cursor what direction to travel. Defaults to "next". - * @returns A promise that resolves with the cursor once it has been opened. - */ - openCursor( - range?: IDBKeyRange | $idb$IDBValidKey | null, - direction?: 'next' | 'nextunique' | 'prev' | 'prevunique' - ): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves a new cursor object. - * Used for iterating through an object store with a key. - * @param range Optional. A key or IDBKeyRange to be queried. If a single valid key is passed, this will default to a range containing only that key. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param direction Optional. An IDBCursorDirection telling the cursor what direction to travel. Defaults to "next". - * @returns A promise that resolves with the cursor once it has been opened. - */ - openKeyCursor( - range?: IDBKeyRange | $idb$IDBValidKey | null, - direction?: 'next' | 'nextunique' | 'prev' | 'prevunique' - ): Promise; -} - -/** Wrapper of IDBObjectStore that presents the asynchronous operations as Promises. */ -declare class $idb$ObjectStore> extends $idb$HasCursor { - /** The name of this object store. Settable only during upgrades. */ - name: string; - - /** The key path of this object store. If this attribute is null, the application must provide a key for each modification operation. */ - +keyPath: string | Array; - - /** A list of the names of indexes on objects in this object store. */ - +indexNames: $idb$DOMStringList; - - /** The value of the auto increment flag for this object store. */ - +autoIncrement: boolean; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) creates a structured clone of the value, and updates the cloned value in the object store. - * This is for updating existing records in an object store when the transaction's mode is readwrite. - * @param value The value to be stored. - * @param key Optional. The key to use to identify the record. If unspecified, it results to null. - * @returns A promise that resolves with the new key when the underlying put IDBRequest is successful. - */ - put(value: mixed, key?: $idb$IDBValidKey): Promise<$idb$IDBValidKey>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) creates a structured clone of the value, and stores the cloned value in the object store. - * This is for adding new records to an object store. - * @param value The value to be stored. - * @param key Optional. The key to use to identify the record. If unspecified, it results to null. - * @returns A promise that resolves with the new key when the underlying add IDBRequest is successful. - */ - add(value: mixed, key?: $idb$IDBValidKey): Promise<$idb$IDBValidKey>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) deletes the store object specified. - * This is for deleting individual records out of an object store. - * @param key The key of the record to be deleted, or an IDBKeyRange to delete all records with keys in range. - * @returns A promise that resolves when the underlying delete IDBRequest is successful. - */ - delete(key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) clears the object store. - * This is for deleting all current records out of an object store. - * @returns A promise that resolves when the underlying clear IDBRequest is successful. - */ - clear(): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the store object store selected by the specified key. - * This is for retrieving specific records from an object store. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - get(key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the objects in the object store matching the specified parameter or all objects in the store if no parameters are given. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the items when the underlying getAll IDBRequest is successful. - */ - getAll( - query?: IDBKeyRange | $idb$IDBValidKey, - count?: number - ): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) finds either the given key or the primary key, if key is an IDBKeyRange. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - getKey(key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with record keys for all the objects matching the specified parameter or all record keys in the store if no parameters are given. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the record keys when the underlying getAllKeys IDBRequest is successful. - */ - getAllKeys(query?: IDBKeyRange, count?: number): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) counts the matching records. - * If no arguments are provided, it returns the total number of records in the store. - * @param key A key or IDBKeyRange object that specifies a range of records you want to count. - * @returns A promise that resolves with the total when the underlying count IDBRequest is successful. - */ - count(key?: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Creates a new index during a version upgrade, returning a new Index object in the connected database. - * @param name The name of the index to create. It is possible to create an index with an empty name. - * @param keyPath The key path for the index to use. It is possible to create an index with an empty keyPath, and also to pass in an array as a keyPath. - * @param optionalParameters Additional options: unique and multiEntry. - * @returns The newly created index. - */ - createIndex( - name: string, - keyPath: string | Array, - optionalParameters?: $Shape<{| - +unique: boolean, - +multiEntry: boolean, - +locale: string | 'auto' | null, - |}> - ): Index; - - /** - * Destroys the specified index in the connected database, used during a version upgrade. - * @param indexName The name of the existing index to remove. - */ - deleteIndex(indexName: string): void; - - /** - * Opens an index from this object store after which it can, for example, be used to return a sequence of records sorted by that index using a cursor. - * @param name The name of the existing index to get. - * @returns The specified index. - */ - index(name: string): Index; -} - -/** Wrapper of IDBIndex that presents the asynchronous operations as Promises. */ -declare class $idb$Index extends $idb$HasCursor { - /** The name of this index. */ - +name: string; - - /** The key path of this index. If null, this index is not auto-populated. */ - +keyPath: string | Array; - - /** - * Affects how the index behaves when the result of evaluating the index's key path yields an array. - * If true, there is one record in the index for each item in an array of keys. - * If false, then there is one record for each key that is an array. - */ - +multiEntry: boolean; - - /** If true, this index does not allow duplicate values for a key. */ - +unique: boolean; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) counts the matching records. - * If no arguments are provided, it returns the total number of records in the store. - * @param key A key or IDBKeyRange object that specifies a range of records you want to count. - * @returns A promise that resolves with the total when the underlying count IDBRequest is successful. - */ - count(key?: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the store object store selected by the specified key. - * This is for retrieving specific records from an object store. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - get(key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) finds either the given key or the primary key, if key is an IDBKeyRange. - * @param key The key or key range that identifies the record to be retrieved. - * @returns A promise that resolves with the item when the underlying get IDBRequest is successful. - */ - getKey(key: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with the objects in the object store matching the specified parameter or all objects in the store if no parameters are given. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the items when the underlying getAll IDBRequest is successful. - */ - getAll( - query?: IDBKeyRange | $idb$IDBValidKey, - count?: number - ): Promise>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) resolves with record keys for all the objects matching the specified parameter or all record keys in the store if no parameters are given. - * @param query Optional. A key or IDBKeyRange to be queried. If nothing is passed, this will default to a key range that selects all the records in this object store. - * @param count Optional. Specifies the number of values to return if more than one is found. If it is lower than 0 or greater than 232-1 a TypeError exception will be thrown. - * @returns A promise that resolves with the record keys when the underlying getAllKeys IDBRequest is successful. - */ - getAllKeys(query?: IDBKeyRange, count?: number): Promise>; -} - -/** Wrapper of IDBCursor that presents the asynchronous operations as Promises. */ -declare class $idb$Cursor { - /** The key for the record at the cursor's position. If the cursor is outside its range, this is set to undefined. The cursor's key can be any data type. */ - +key: IDBKeyRange | $idb$IDBValidKey; - - /** The cursor's current effective primary key. If the cursor is currently being iterated or has iterated outside its range, this is set to undefined. The cursor's primary key can be any data type. */ - +primaryKey: any; - - /** The direction of traversal of the cursor. */ - +direction: 'next' | 'nextunique' | 'prev' | 'prevunique'; - - /** The current value under the cursor. */ - +value: any; - - /** Returns the IDBObjectStore or IDBIndex the cursor was opened from. */ - +source: $idb$Index> | $idb$ObjectStore, $idb$Index>>; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) deletes the record at the cursor's position, without changing the cursor's position. - * This can be used to delete specific records. - * @returns A promise that resolves when the underlying delete IDBRequest is successful. - */ - delete(): Promise; - - /** - * Returns a Promise of an IDBRequest object that (in a separate thread) updates the value at the current position of the cursor in the object store. - * This can be used to update specific records. - * @param value The value to write over the current cursor location. - * @returns A promise that resolves when the underlying update IDBRequest is successful. - */ - update(value: any): Promise; - - /** - * Sets the number times a cursor should move its position forward. - * @param count The number of times to move the cursor forward. - * @returns The cursor after having been moved forward the specified number of times. - */ - advance(count: number): Promise; - - /** - * Advances the cursor to the next position along its direction, to the item whose key matches the optional key parameter. - * @param key Optional. The key to position the cursor at. If no key is specified, the cursor advances to the immediate next position, based on the its direction. - * @returns The cursor after having been continued to the next or specified record. - */ - continue(key?: IDBKeyRange | $idb$IDBValidKey): Promise; - - /** - * Sets the cursor to the given index key and primary key given as arguments. - * @param key The key to position the cursor at. - * @param primaryKey The primary key to position the cursor at. - * @returns The cursor after having been continued to the next or specified record. - */ - continuePrimaryKey( - key: IDBKeyRange | $idb$IDBValidKey, - primaryKey: IDBKeyRange | $idb$IDBValidKey - ): Promise; -} - -declare module 'idb' { - declare export type ObjectStore = $idb$ObjectStore; - declare export type DB = $idb$DB; - declare export type Index = $idb$Index; - declare export type Cursor = $idb$Cursor; - declare export type Transaction = $idb$Transaction; - - declare type OpenDBCallbacks = $idb$OpenDBCallbacks; - - /** - * This method returns a promise that resolves to a DB. - * @param name The name of the database. - * @param version Optional. The version to open the database with. If the version is not provided and the database exists, then a connection to the database will be opened without changing its version. If the version is not provided and the database does not exist, then it will be created with version 1. - * @param upgradeCallback Optional. Called if version is greater than the version last opened. It's similar to IDB's onupgradeneeded. The callback receives an instance of UpgradeDB. - * @returns A Promise that passes the DB once it has been opened. - */ - declare export function openDB( - name: string, - version: number, - options?: $Shape, - ): Promise; - - /** - * Behaves like indexedDB.deleteDatabase, but returns a promise. - * @param name The name of the database. - * @returns A Promise that completes once the DB has been removed. - */ - declare export function deleteDB(name: string): Promise; - - declare export var wrap: {| - (IDBDatabase): DB; - (IDBTransaction): Transaction; - (IDBObjectStore): ObjectStore; - (IDBIndex): Index; - (IDBRequest): Promise; // Unfortunately the default Flow types for IDB are severaly lacking, so we can't do better. - |}; - - declare export var unwrap: {| - (DB): IDBDatabase; - (Transaction): IDBTransaction; - (ObjectStore): IDBObjectStore; - (Index): IDBIndex; - (Promise): IDBRequest; - |}; -} - -declare module 'idb/with-async-ittr.js' { - declare class HasAsyncCursor { - @@asyncIterator(): AsyncIterator; - iterate( - range?: IDBKeyRange | $idb$IDBValidKey | null, - direction?: 'next' | 'nextunique' | 'prev' | 'prevunique' - ): AsyncIterable; - } - - declare export class ObjectStore extends $idb$ObjectStore mixins HasAsyncCursor {} - declare export class Index extends $idb$Index mixins HasAsyncCursor {} - declare export class Cursor extends $idb$Cursor { - @@asyncIterator(): AsyncIterator; - } - - declare export type DB = $idb$DB; - declare export type Transaction = $idb$Transaction; - - declare type OpenDBCallbacks = $idb$OpenDBCallbacks; - - /** - * This method returns a promise that resolves to a DB. - * @param name The name of the database. - * @param version Optional. The version to open the database with. If the version is not provided and the database exists, then a connection to the database will be opened without changing its version. If the version is not provided and the database does not exist, then it will be created with version 1. - * @param upgradeCallback Optional. Called if version is greater than the version last opened. It's similar to IDB's onupgradeneeded. The callback receives an instance of UpgradeDB. - * @returns A Promise that passes the DB once it has been opened. - */ - declare export function openDB( - name: string, - version: number, - options?: $Shape, - ): Promise; - - /** - * Behaves like indexedDB.deleteDatabase, but returns a promise. - * @param name The name of the database. - * @returns A Promise that completes once the DB has been removed. - */ - declare export function deleteDB(name: string): Promise; - - declare export var wrap: {| - (IDBDatabase): DB; - (IDBTransaction): Transaction; - (IDBObjectStore): ObjectStore; - (IDBIndex): Index; - (IDBRequest): Promise; // Unfortunately the default Flow types for IDB are severaly lacking, so we can't do better. - |}; - - declare export var unwrap: {| - (DB): IDBDatabase; - (Transaction): IDBTransaction; - (ObjectStore): IDBObjectStore; - (Index): IDBIndex; - (Promise): IDBRequest; - |}; -} diff --git a/flow-typed/npm/idb_vx.x.x.js b/flow-typed/npm/idb_vx.x.x.js index 851171565..3453e083e 100644 --- a/flow-typed/npm/idb_vx.x.x.js +++ b/flow-typed/npm/idb_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 0367d84d955a787e7f52627683505301 -// flow-typed version: <>/idb_v7.1.1/flow_v0.171.0 +// flow-typed signature: d1083b463c8808a4186fd4c41f7abd8c +// flow-typed version: <>/idb_v8.0.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -22,49 +22,21 @@ declare module 'idb' { * require those files directly. Feel free to delete any files that aren't * needed. */ -declare module 'idb/build/async-iterators' { - declare module.exports: any; -} - declare module 'idb/build' { declare module.exports: any; } -declare module 'idb/build/umd-with-async-ittr' { - declare module.exports: any; -} - declare module 'idb/build/umd' { declare module.exports: any; } -declare module 'idb/build/wrap-idb-value' { - declare module.exports: any; -} - -declare module 'idb/with-async-ittr' { - declare module.exports: any; -} - // Filename aliases -declare module 'idb/build/async-iterators.js' { - declare module.exports: $Exports<'idb/build/async-iterators'>; -} declare module 'idb/build/index' { declare module.exports: $Exports<'idb/build'>; } declare module 'idb/build/index.js' { declare module.exports: $Exports<'idb/build'>; } -declare module 'idb/build/umd-with-async-ittr.js' { - declare module.exports: $Exports<'idb/build/umd-with-async-ittr'>; -} declare module 'idb/build/umd.js' { declare module.exports: $Exports<'idb/build/umd'>; } -declare module 'idb/build/wrap-idb-value.js' { - declare module.exports: $Exports<'idb/build/wrap-idb-value'>; -} -declare module 'idb/with-async-ittr.js' { - declare module.exports: $Exports<'idb/with-async-ittr'>; -} diff --git a/flow-typed/npm/iltorb_vx.x.x.js b/flow-typed/npm/iltorb_vx.x.x.js deleted file mode 100644 index 3015728d4..000000000 --- a/flow-typed/npm/iltorb_vx.x.x.js +++ /dev/null @@ -1,45 +0,0 @@ -// flow-typed signature: 5ed64079a276a67957cb52dfeacc9308 -// flow-typed version: <>/iltorb_v2.4.5/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'iltorb' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'iltorb' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'iltorb/scripts/build' { - declare module.exports: any; -} - -declare module 'iltorb/scripts/install' { - declare module.exports: any; -} - -// Filename aliases -declare module 'iltorb/index' { - declare module.exports: $Exports<'iltorb'>; -} -declare module 'iltorb/index.js' { - declare module.exports: $Exports<'iltorb'>; -} -declare module 'iltorb/scripts/build.js' { - declare module.exports: $Exports<'iltorb/scripts/build'>; -} -declare module 'iltorb/scripts/install.js' { - declare module.exports: $Exports<'iltorb/scripts/install'>; -} diff --git a/flow-typed/npm/img-loader_vx.x.x.js b/flow-typed/npm/img-loader_vx.x.x.js deleted file mode 100644 index 9dcf44fec..000000000 --- a/flow-typed/npm/img-loader_vx.x.x.js +++ /dev/null @@ -1,45 +0,0 @@ -// flow-typed signature: 3c880234beb21b87b9f66bf106e21154 -// flow-typed version: <>/img-loader_v4.0.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'img-loader' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'img-loader' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'img-loader/__tests__/index.spec' { - declare module.exports: any; -} - -declare module 'img-loader/__tests__/run-webpack' { - declare module.exports: any; -} - -// Filename aliases -declare module 'img-loader/__tests__/index.spec.js' { - declare module.exports: $Exports<'img-loader/__tests__/index.spec'>; -} -declare module 'img-loader/__tests__/run-webpack.js' { - declare module.exports: $Exports<'img-loader/__tests__/run-webpack'>; -} -declare module 'img-loader/index' { - declare module.exports: $Exports<'img-loader'>; -} -declare module 'img-loader/index.js' { - declare module.exports: $Exports<'img-loader'>; -} diff --git a/flow-typed/npm/isomorphic-fetch_v2.x.x.js b/flow-typed/npm/isomorphic-fetch_v2.x.x.js deleted file mode 100644 index 33f21d16a..000000000 --- a/flow-typed/npm/isomorphic-fetch_v2.x.x.js +++ /dev/null @@ -1,9 +0,0 @@ -// flow-typed signature: 03bcd2195d27d9c7b8ea57265f6673cd -// flow-typed version: c6154227d1/isomorphic-fetch_v2.x.x/flow_>=v0.104.x - -declare module "isomorphic-fetch" { - declare module.exports: ( - input: string | Request | URL, - init?: RequestOptions - ) => Promise; -} diff --git a/flow-typed/npm/jest-environment-jsdom_vx.x.x.js b/flow-typed/npm/jest-environment-jsdom_vx.x.x.js index ff5752fca..4d1621c2c 100644 --- a/flow-typed/npm/jest-environment-jsdom_vx.x.x.js +++ b/flow-typed/npm/jest-environment-jsdom_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: f62f74ab011fba576d095ce7bcb3fe11 -// flow-typed version: <>/jest-environment-jsdom_v29.4.2/flow_v0.171.0 +// flow-typed signature: 5fe43a9d273d126e5d1c96f40df312f5 +// flow-typed version: <>/jest-environment-jsdom_v29.7.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/jest_v29.x.x.js b/flow-typed/npm/jest_v29.x.x.js index b2120c1ac..37c2cf4b9 100644 --- a/flow-typed/npm/jest_v29.x.x.js +++ b/flow-typed/npm/jest_v29.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: af2b62bc6138fab6d78e4402797ede32 -// flow-typed version: 8ae3266e34/jest_v29.x.x/flow_>=v0.134.x +// flow-typed signature: 0e64c840aab684c37415b655ddbf8ce1 +// flow-typed version: 02d4f1d2c5/jest_v29.x.x/flow_>=v0.134.x <=v0.200.x type JestMockFn, TReturn> = { (...args: TArguments): TReturn, diff --git a/flow-typed/npm/jest_vx.x.x.js b/flow-typed/npm/jest_vx.x.x.js deleted file mode 100644 index fc6d8a29e..000000000 --- a/flow-typed/npm/jest_vx.x.x.js +++ /dev/null @@ -1,39 +0,0 @@ -// flow-typed signature: 0dcf45b73dbeb1f146756d35d5010d04 -// flow-typed version: <>/jest_v25.1.0/flow_v0.118.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'jest' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'jest' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'jest/bin/jest' { - declare module.exports: any; -} - -declare module 'jest/build/jest' { - declare module.exports: any; -} - -// Filename aliases -declare module 'jest/bin/jest.js' { - declare module.exports: $Exports<'jest/bin/jest'>; -} -declare module 'jest/build/jest.js' { - declare module.exports: $Exports<'jest/build/jest'>; -} diff --git a/flow-typed/npm/js-yaml_v3.x.x.js b/flow-typed/npm/js-yaml_v3.x.x.js deleted file mode 100644 index 4b4e12bc1..000000000 --- a/flow-typed/npm/js-yaml_v3.x.x.js +++ /dev/null @@ -1,105 +0,0 @@ -// flow-typed signature: 40dae59daa15ca48d8e8115ee4489ac4 -// flow-typed version: c6154227d1/js-yaml_v3.x.x/flow_>=v0.104.x - -declare module 'js-yaml' { - - declare type Kind = 'sequence' | 'scalar' | 'mapping'; - - declare type DumpOptions = {| - indent?: number, - skipInvalid?: boolean, - flowLevel?: number, - styles?: { [string]: any, ... }, - schema?: Schema, - sortKeys?: boolean | ((a: any, b: any) => number), - lineWidth?: number, - noRefs?: boolean, - noCompatMode?: boolean, - condenseFlow?: boolean, - |}; - - declare type LoadOptions = {| - filename?: string, - strict?: boolean, - schema?: Schema, - json?: boolean, - |}; - - declare type SchemaDefinition = {| - implicit?: Array, - explicit?: Array, - include?: Array, - |}; - - declare type TypeConstructorOptions = {| - kind?: Kind, - resolve?: (data: any) => boolean, - construct?: (data: any) => any, - instanceOf?: Object, - predicate?: string, - represent?: ((data: Object) => any) | { [string]: (data: Object) => any, ... }, - defaultStyle?: string, - styleAliases?: { [string]: any, ... }, - |}; - - declare class Schema { // implements SchemaDefinition - static DEFAULT: ?Schema; - - implicit: Array; - explicit: Array; - include: Array; - - compiledImplicit: Array; - compiledExplicit: Array; - compiledTypeMap: { [Kind | 'fallback']: { [string]: Type, ... }, ... }; - - constructor(definition: SchemaDefinition): this; - - static create(types: Array | Type): Schema; - static create(schemas: Array | Schema, types: Array | Type): Schema; - } - - declare class Type { - tag: string; - kind: Kind; - instanceOf: ?Object; - predicate: ?string; - represent: ((data: Object) => any) | { [string]: (data: Object) => any, ... } | null; - defaultStyle: ?string; - styleAliases: { [string]: any, ... }; - - constructor(tag: string, opts?: TypeConstructorOptions): this; - - resolve(data: any): boolean; - - construct(data: any): any; - } - - declare class YAMLException extends Error { - constructor(reason?: any, mark?: any): this; - - toString(compact?: boolean): string; - } - - declare var CORE_SCHEMA: Schema; - declare var DEFAULT_FULL_SCHEMA: Schema; - declare var DEFAULT_SAFE_SCHEMA: Schema; - declare var FAILSAFE_SCHEMA: Schema; - declare var JSON_SCHEMA: Schema; - declare var MINIMAL_SCHEMA: Schema; - declare var SAFE_SCHEMA: Schema; - - declare function load(input: string, opts?: LoadOptions): mixed; - - declare function safeLoad(input: string, opts?: LoadOptions): mixed; - - declare function loadAll(input: string, output?: void | null, opts?: LoadOptions): Array; - declare function loadAll(input: string, output: (doc: mixed) => void, opts?: LoadOptions): void; - - declare function safeLoadAll(input: string, output?: void | null, opts?: LoadOptions): Array; - declare function safeLoadAll(input: string, output: (doc: mixed) => void, opts?: LoadOptions): void; - - declare function dump(input: mixed, opts?: DumpOptions): string; - - declare function safeDump(input: mixed, opts?: DumpOptions): string; -} diff --git a/flow-typed/npm/js-yaml_v4.x.x.js b/flow-typed/npm/js-yaml_v4.x.x.js new file mode 100644 index 000000000..ed8abb197 --- /dev/null +++ b/flow-typed/npm/js-yaml_v4.x.x.js @@ -0,0 +1,152 @@ +// flow-typed signature: 653406de19061c8dabf31c65ca9e577c +// flow-typed version: 081baee5a4/js-yaml_v4.x.x/flow_>=v0.104.x + +declare module 'js-yaml' { + declare type Mark = {| + buffer: string, + column: number, + line: number, + name: string, + position: number, + snippet: string, + |}; + + declare class YAMLException extends Error { + constructor(reason?: string, mark?: Mark): this; + + toString(compact?: boolean): string; + + name: string; + + reason: string; + + message: string; + + mark: Mark; + } + + declare type TypeConstructorOptions = {| + kind?: "sequence" | "scalar" | "mapping", + resolve?: (data: any) => boolean, + construct?: (data: any, type?: string) => any, + instanceOf?: { ... }, + predicate?: (data: { ... }) => boolean, + represent?: ((data: { ... }) => any) | { [x: string]: (data: { ... }) => any }, + representName?: (data: { ... }) => any, + defaultStyle?: string, + multi?: boolean, + styleAliases?: { [x: string]: any }, + |}; + + declare class Type { + constructor(tag: string, opts?: TypeConstructorOptions): this; + kind: "sequence" | "scalar" | "mapping" | null; + resolve(data: any): boolean; + construct(data: any, type?: string): any; + instanceOf: { ... } | null; + predicate: ((data: { ... }) => boolean) | null; + represent: ((data: { ... }) => any) | { [x: string]: (data: { ... }) => any } | null; + representName: ((data: { ... }) => any) | null; + defaultStyle: string | null; + multi: boolean; + styleAliases: { [x: string]: any }; + } + + declare type State = {| + input: string, + filename: string | null, + schema: Schema, + onWarning: (this: null, e: YAMLException) => void, + json: boolean, + length: number, + position: number, + line: number, + lineStart: number, + lineIndent: number, + version: null | number, + checkLineBreaks: boolean, + kind: string, + result: any, + implicitTypes: Type[], + |}; + + declare type EventType = "open" | "close"; + + declare type LoadOptions = {| + /** string to be used as a file path in error/warning messages. */ + filename?: string, + /** function to call on warning messages. */ + onWarning?: (this: null, e: YAMLException) => void, + /** specifies a schema to use. */ + schema?: Schema, + /** compatibility with JSON.parse behaviour. */ + json?: boolean, + /** listener for parse events */ + listener?: (this: State, eventType: EventType, state: State) => void, + |}; + + declare type LoadReturn = string | number | { [key: string]: any } | null | void; + + declare type SchemaDefinition = {| + implicit?: Type[], + explicit?: Type[], + |}; + + declare class Schema { + constructor(definition: SchemaDefinition | Type[] | Type): this; + extend(types: SchemaDefinition | Type[] | Type): Schema; + } + + declare type DumpOptions = {| + /** indentation width to use (in spaces). */ + indent?: number, + /** when true, will not add an indentation level to array elements */ + noArrayIndent?: boolean, + /** do not throw on invalid types (like function in the safe schema) and skip pairs and single values with such types. */ + skipInvalid?: boolean, + /** specifies level of nesting, when to switch from block to flow style for collections. -1 means block style everwhere */ + flowLevel?: number, + /** Each tag may have own set of styles. - "tag" => "style" map. */ + styles?: { [x: string]: any }, + /** specifies a schema to use. */ + schema?: Schema, + /** if true, sort keys when dumping YAML. If a function, use the function to sort the keys. (default: false) */ + sortKeys?: boolean | ((a: any, b: any) => number), + /** set max line width. (default: 80) */ + lineWidth?: number, + /** if true, don't convert duplicate objects into references (default: false) */ + noRefs?: boolean, + /** if true don't try to be compatible with older yaml versions. Currently: don't quote "yes", "no" and so on, as required for YAML 1.1 (default: false) */ + noCompatMode?: boolean, + /** + * if true flow sequences will be condensed, omitting the space between `key: value` or `a, b`. Eg. `'[a,b]'` or `{a:{b:c}}`. + * Can be useful when using yaml for pretty URL query params as spaces are %-encoded. (default: false). + */ + condenseFlow?: boolean, + /** strings will be quoted using this quoting style. If you specify single quotes, double quotes will still be used for non-printable characters. (default: `'`) */ + quotingType?: "'" | "\"", + /** if true, all non-key strings will be quoted even if they normally don't need to. (default: false) */ + forceQuotes?: boolean, + /** callback `function (key, value)` called recursively on each key/value in source object (see `replacer` docs for `JSON.stringify`). */ + replacer?: (key: string, value: any) => any, + |}; + + declare class Exports { + load(str: string, opts?: LoadOptions): LoadReturn; + loadAll(str: string, iterator?: null, opts?: LoadOptions): LoadReturn[]; + loadAll(str: string, iterator: (doc: LoadReturn) => void, opts?: LoadOptions): void; + dump(obj: any, opts?: DumpOptions): string; + Schema: typeof Schema, + YAMLException: typeof YAMLException, + /** only strings, arrays and plain objects: http://www.yaml.org/spec/1.2/spec.html#id2802346 */ + FAILSAFE_SCHEMA: Schema, + /** only strings, arrays and plain objects: http://www.yaml.org/spec/1.2/spec.html#id2802346 */ + JSON_SCHEMA: Schema, + /** same as JSON_SCHEMA: http://www.yaml.org/spec/1.2/spec.html#id2804923 */ + CORE_SCHEMA: Schema, + /** all supported YAML types */ + DEFAULT_SCHEMA: Schema, + } + + declare module.exports: Exports; +} diff --git a/flow-typed/npm/js-yaml_vx.x.x.js b/flow-typed/npm/js-yaml_vx.x.x.js deleted file mode 100644 index 755beab58..000000000 --- a/flow-typed/npm/js-yaml_vx.x.x.js +++ /dev/null @@ -1,220 +0,0 @@ -// flow-typed signature: 9416f9162facef7e15bb0a3fc6dd603b -// flow-typed version: <>/js-yaml_v4.1.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'js-yaml' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'js-yaml' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'js-yaml/bin/js-yaml' { - declare module.exports: any; -} - -declare module 'js-yaml/dist/js-yaml' { - declare module.exports: any; -} - -declare module 'js-yaml/dist/js-yaml.min' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/common' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/dumper' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/exception' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/loader' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/schema' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/schema/core' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/schema/default' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/schema/failsafe' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/schema/json' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/snippet' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/binary' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/bool' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/float' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/int' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/map' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/merge' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/null' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/omap' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/pairs' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/seq' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/set' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/str' { - declare module.exports: any; -} - -declare module 'js-yaml/lib/type/timestamp' { - declare module.exports: any; -} - -// Filename aliases -declare module 'js-yaml/bin/js-yaml.js' { - declare module.exports: $Exports<'js-yaml/bin/js-yaml'>; -} -declare module 'js-yaml/dist/js-yaml.js' { - declare module.exports: $Exports<'js-yaml/dist/js-yaml'>; -} -declare module 'js-yaml/dist/js-yaml.min.js' { - declare module.exports: $Exports<'js-yaml/dist/js-yaml.min'>; -} -declare module 'js-yaml/index' { - declare module.exports: $Exports<'js-yaml'>; -} -declare module 'js-yaml/index.js' { - declare module.exports: $Exports<'js-yaml'>; -} -declare module 'js-yaml/lib/common.js' { - declare module.exports: $Exports<'js-yaml/lib/common'>; -} -declare module 'js-yaml/lib/dumper.js' { - declare module.exports: $Exports<'js-yaml/lib/dumper'>; -} -declare module 'js-yaml/lib/exception.js' { - declare module.exports: $Exports<'js-yaml/lib/exception'>; -} -declare module 'js-yaml/lib/loader.js' { - declare module.exports: $Exports<'js-yaml/lib/loader'>; -} -declare module 'js-yaml/lib/schema.js' { - declare module.exports: $Exports<'js-yaml/lib/schema'>; -} -declare module 'js-yaml/lib/schema/core.js' { - declare module.exports: $Exports<'js-yaml/lib/schema/core'>; -} -declare module 'js-yaml/lib/schema/default.js' { - declare module.exports: $Exports<'js-yaml/lib/schema/default'>; -} -declare module 'js-yaml/lib/schema/failsafe.js' { - declare module.exports: $Exports<'js-yaml/lib/schema/failsafe'>; -} -declare module 'js-yaml/lib/schema/json.js' { - declare module.exports: $Exports<'js-yaml/lib/schema/json'>; -} -declare module 'js-yaml/lib/snippet.js' { - declare module.exports: $Exports<'js-yaml/lib/snippet'>; -} -declare module 'js-yaml/lib/type.js' { - declare module.exports: $Exports<'js-yaml/lib/type'>; -} -declare module 'js-yaml/lib/type/binary.js' { - declare module.exports: $Exports<'js-yaml/lib/type/binary'>; -} -declare module 'js-yaml/lib/type/bool.js' { - declare module.exports: $Exports<'js-yaml/lib/type/bool'>; -} -declare module 'js-yaml/lib/type/float.js' { - declare module.exports: $Exports<'js-yaml/lib/type/float'>; -} -declare module 'js-yaml/lib/type/int.js' { - declare module.exports: $Exports<'js-yaml/lib/type/int'>; -} -declare module 'js-yaml/lib/type/map.js' { - declare module.exports: $Exports<'js-yaml/lib/type/map'>; -} -declare module 'js-yaml/lib/type/merge.js' { - declare module.exports: $Exports<'js-yaml/lib/type/merge'>; -} -declare module 'js-yaml/lib/type/null.js' { - declare module.exports: $Exports<'js-yaml/lib/type/null'>; -} -declare module 'js-yaml/lib/type/omap.js' { - declare module.exports: $Exports<'js-yaml/lib/type/omap'>; -} -declare module 'js-yaml/lib/type/pairs.js' { - declare module.exports: $Exports<'js-yaml/lib/type/pairs'>; -} -declare module 'js-yaml/lib/type/seq.js' { - declare module.exports: $Exports<'js-yaml/lib/type/seq'>; -} -declare module 'js-yaml/lib/type/set.js' { - declare module.exports: $Exports<'js-yaml/lib/type/set'>; -} -declare module 'js-yaml/lib/type/str.js' { - declare module.exports: $Exports<'js-yaml/lib/type/str'>; -} -declare module 'js-yaml/lib/type/timestamp.js' { - declare module.exports: $Exports<'js-yaml/lib/type/timestamp'>; -} diff --git a/flow-typed/npm/lighthouse_vx.x.x.js b/flow-typed/npm/lighthouse_vx.x.x.js deleted file mode 100644 index b746ec57b..000000000 --- a/flow-typed/npm/lighthouse_vx.x.x.js +++ /dev/null @@ -1,3139 +0,0 @@ -// flow-typed signature: 7834deb2a734a9b0f46501ca6e7d0209 -// flow-typed version: <>/lighthouse_v9.6.8/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'lighthouse' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'lighthouse' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'lighthouse/build-tracker.config' { - declare module.exports: any; -} - -declare module 'lighthouse/commitlint.config' { - declare module.exports: any; -} - -declare module 'lighthouse/dist/report/bundle.esm' { - declare module.exports: any; -} - -declare module 'lighthouse/dist/report/flow' { - declare module.exports: any; -} - -declare module 'lighthouse/dist/report/standalone' { - declare module.exports: any; -} - -declare module 'lighthouse/eslint-local-rules' { - declare module.exports: any; -} - -declare module 'lighthouse/flow-report/jest.config' { - declare module.exports: any; -} - -declare module 'lighthouse/flow-report/src/i18n/localized-strings' { - declare module.exports: any; -} - -declare module 'lighthouse/flow-report/src/i18n/ui-strings' { - declare module.exports: any; -} - -declare module 'lighthouse/jest.config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/bin' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/cli-flags' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/commands/commands' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/commands/list-audits' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/commands/list-locales' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/commands/list-trace-categories' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/printer' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/run' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/sentry-prompt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/core-tests' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/back-compat-util' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/lib' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/node' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/child-process-error' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/concurrent-mapper' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/local-console' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/bundle' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/cli' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/devtools' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/report-assert' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/smokehouse' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/version-check-test' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-cli/test/smokehouse/version-check' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/accesskeys' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-allowed-attr' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-command-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-body' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-focus' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-input-field-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-meter-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-progressbar-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-attr' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-children' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-parent' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-roles' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-toggle-field-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-tooltip-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-treeitem-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr-value' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/axe-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/button-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/bypass' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/color-contrast' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/definition-list' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/dlitem' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/document-title' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-active' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-aria' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/form-field-multiple-labels' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/frame-title' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/heading-order' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/html-has-lang' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/html-lang-valid' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/image-alt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/input-image-alt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/label' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/link-name' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/list' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/listitem' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-labels' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-roles' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/focus-traps' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/focusable-controls' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/interactive-element-affordance' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/logical-tab-order' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/managed-focus' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/offscreen-content-hidden' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/use-landmarks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/visual-order-follows-dom' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/meta-refresh' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/meta-viewport' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/object-alt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/tabindex' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/td-headers-attr' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/th-has-data-cells' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/valid-lang' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/accessibility/video-caption' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/apple-touch-icon' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/autocomplete' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/bootup-time' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/duplicated-javascript' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/efficient-animated-content' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/legacy-javascript' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/modern-image-formats' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/offscreen-images' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/render-blocking-resources' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/total-byte-weight' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-css' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-javascript' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unused-css-rules' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unused-javascript' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-optimized-images' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-text-compression' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/content-width' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/critical-request-chains' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/csp-xss' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/deprecations' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/diagnostics' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/charset' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/doctype' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/dom-size' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/geolocation-on-start' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/inspector-issues' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/js-libraries' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/no-document-write' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/no-vulnerable-libraries' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/notification-on-start' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/uses-http2' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/uses-passive-event-listeners' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/errors-in-console' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/final-screenshot' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/font-display' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/full-page-screenshot' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/image-aspect-ratio' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/image-size-responsive' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/installable-manifest' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/is-on-https' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/largest-contentful-paint-element' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/layout-shift-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/lcp-lazy-loaded' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/long-tasks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/main-thread-tasks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/mainthread-work-breakdown' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/manual/manual-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-cross-browser' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-each-page-has-url' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-page-transitions' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/maskable-icon' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/cumulative-layout-shift' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/experimental-interaction-to-next-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint-3g' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/first-meaningful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/interactive' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/largest-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/max-potential-fid' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/speed-index' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/metrics/total-blocking-time' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/multi-check-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/network-requests' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/network-rtt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/network-server-latency' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/no-unload-listeners' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/non-composited-animations' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/oopif-iframe-test-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/performance-budget' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/predictive-perf' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/preload-fonts' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/preload-lcp-image' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/redirects' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/resource-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/screenshot-thumbnails' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/script-treemap-data' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/canonical' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/crawlable-anchors' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/font-size' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/hreflang' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/http-status-code' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/is-crawlable' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/link-text' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/manual/structured-data' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/meta-description' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/plugins' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/robots-txt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/seo/tap-targets' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/server-response-time' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/service-worker' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/splash-screen' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/themed-omnibox' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/third-party-facades' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/third-party-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/timing-budget' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/unsized-images' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/user-timings' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/uses-rel-preconnect' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/uses-rel-preload' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/valid-source-maps' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/viewport' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/violation-audit' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/audits/work-during-interaction' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/computed-artifact' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/critical-request-chains' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/image-records' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/js-bundles' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/load-simulator' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/main-resource' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/main-thread-tasks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/manifest-values' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/cumulative-layout-shift' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint-all-frames' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/first-meaningful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/interactive' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-first-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-first-meaningful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-interactive' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-largest-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-max-potential-fid' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-metric' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-speed-index' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-total-blocking-time' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint-all-frames' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/max-potential-fid' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/metric' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/navigation-metric' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/responsiveness' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/speed-index' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/tbt-utils' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/timing-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/metrics/total-blocking-time' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/module-duplication' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/network-analysis' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/network-records' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/page-dependency-graph' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/processed-navigation' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/processed-trace' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/resource-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/screenshots' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/speedline' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/trace-of-tab' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/unused-css' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/unused-javascript-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/user-timings' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/computed/viewport-meta' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/budget' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/config-helpers' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/config-plugin' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/constants' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/default-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/desktop-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/experimental-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/full-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/lr-desktop-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/lr-mobile-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/metrics-to-audits' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/config/perf-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/api' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/default-config' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/filters' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/validation' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/base-artifacts' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/base-gatherer' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/driver' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/navigation-runner' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/runner-helpers' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/session' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/snapshot-runner' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/timespan-runner' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/fraggle-rock/user-flow' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/connections/connection' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/connections/cri' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/connections/raw' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/devtools-log' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/dom' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/environment' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/execution-context' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/navigation' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/network-monitor' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/network' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/prepare' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/service-workers' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/storage' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/target-manager' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/driver/wait-for-condition' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/fetcher' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gather-runner' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/accessibility' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/anchor-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/cache-contents' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/console-messages' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/css-usage' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/devtools-log-compat' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/devtools-log' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/doctype' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/domstats' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/optimized-images' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/response-compression' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/tags-blocking-first-paint' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/full-page-screenshot' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/gatherer' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/global-listeners' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/iframe-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/image-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/inputs' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/inspector-issues' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/installability-errors' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/js-usage' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/link-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/main-document-content' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/meta-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/network-user-agent' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/script-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/embedded-content' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/font-size' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/robots-txt' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/tap-targets' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/service-worker' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/source-maps' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/stacks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace-compat' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace-elements' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/viewport-dimensions' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/gather/gatherers/web-app-manifest' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/arbitrary-equality-map' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/asset-saver' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/axe' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/cdt/generated/SourceMap' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/cdt/Platform' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/cdt/SDK' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/csp-evaluator' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/base-node' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/cpu-node' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/network-node' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/connection-pool' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/dns-cache' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/network-analyzer' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator-timing-map' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/tcp-connection' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/deprecations-strings' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/emulation' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/i18n/i18n' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/icons' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/lantern-trace-saver' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/lh-env' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/lh-error' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/lh-trace-processor' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/manifest-parser' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/median-run' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/minification-estimator' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/minify-devtoolslog' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/minify-trace' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/navigation-error' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/network-recorder' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/network-request' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/page-functions' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/proto-preprocessor' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/rect-helpers' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/script-helpers' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/sentry' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/stack-packs' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/statistics' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tappable-rects' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/third-party-web' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/timing-trace-saver' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tracehouse/cpu-profile-model' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tracehouse/main-thread-tasks' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tracehouse/task-groups' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tracehouse/task-summary' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/tracehouse/trace-processor' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/traces/pwmetrics-events' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/lib/url-shim' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/runner' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/scoring' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/scripts/manual-chrome-launcher' { - declare module.exports: any; -} - -declare module 'lighthouse/lighthouse-core/util-commonjs' { - declare module.exports: any; -} - -declare module 'lighthouse/report/clients/bundle' { - declare module.exports: any; -} - -declare module 'lighthouse/report/clients/standalone' { - declare module.exports: any; -} - -declare module 'lighthouse/report/generator/file-namer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/generator/flow-report-assets' { - declare module.exports: any; -} - -declare module 'lighthouse/report/generator/report-assets' { - declare module.exports: any; -} - -declare module 'lighthouse/report/generator/report-generator' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/api' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/category-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/components' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/crc-details-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/details-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/dom' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/drop-down-menu' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/element-screenshot-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/features-util' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/i18n' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/logger' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/open-tab' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/performance-category-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/pwa-category-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/report-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/report-ui-features' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/snippet-renderer' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/swap-locale-feature' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/text-encoding' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/topbar-features' { - declare module.exports: any; -} - -declare module 'lighthouse/report/renderer/util' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test-assets/faux-psi' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/clients/bundle-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/generator/file-namer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/generator/report-generator-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/category-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/components-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/crc-details-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/details-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/dom-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/element-screenshot-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/i18n-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/performance-category-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/pwa-category-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/report-renderer-axe-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/report-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/report-ui-features-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/snippet-renderer-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/text-encoding-test' { - declare module.exports: any; -} - -declare module 'lighthouse/report/test/renderer/util-test' { - declare module.exports: any; -} - -declare module 'lighthouse/root' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/localization/format' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/localization/i18n-module' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/localization/locales' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/localization/swap-flow-locale' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/localization/swap-locale' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/test/localization/format-test' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/test/localization/locales-test' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/test/localization/swap-locale-test' { - declare module.exports: any; -} - -declare module 'lighthouse/shared/type-verifiers' { - declare module.exports: any; -} - -declare module 'lighthouse/third-party/axe/valid-langs' { - declare module.exports: any; -} - -declare module 'lighthouse/third-party/chromium-synchronization/inspector-issueAdded-types-test' { - declare module.exports: any; -} - -declare module 'lighthouse/third-party/chromium-synchronization/installability-errors-test' { - declare module.exports: any; -} - -declare module 'lighthouse/third-party/download-content-shell/download-content-shell' { - declare module.exports: any; -} - -declare module 'lighthouse/third-party/download-content-shell/utils' { - declare module.exports: any; -} - -// Filename aliases -declare module 'lighthouse/build-tracker.config.js' { - declare module.exports: $Exports<'lighthouse/build-tracker.config'>; -} -declare module 'lighthouse/commitlint.config.js' { - declare module.exports: $Exports<'lighthouse/commitlint.config'>; -} -declare module 'lighthouse/dist/report/bundle.esm.js' { - declare module.exports: $Exports<'lighthouse/dist/report/bundle.esm'>; -} -declare module 'lighthouse/dist/report/flow.js' { - declare module.exports: $Exports<'lighthouse/dist/report/flow'>; -} -declare module 'lighthouse/dist/report/standalone.js' { - declare module.exports: $Exports<'lighthouse/dist/report/standalone'>; -} -declare module 'lighthouse/eslint-local-rules.js' { - declare module.exports: $Exports<'lighthouse/eslint-local-rules'>; -} -declare module 'lighthouse/flow-report/jest.config.js' { - declare module.exports: $Exports<'lighthouse/flow-report/jest.config'>; -} -declare module 'lighthouse/flow-report/src/i18n/localized-strings.js' { - declare module.exports: $Exports<'lighthouse/flow-report/src/i18n/localized-strings'>; -} -declare module 'lighthouse/flow-report/src/i18n/ui-strings.js' { - declare module.exports: $Exports<'lighthouse/flow-report/src/i18n/ui-strings'>; -} -declare module 'lighthouse/jest.config.js' { - declare module.exports: $Exports<'lighthouse/jest.config'>; -} -declare module 'lighthouse/lighthouse-cli/bin.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/bin'>; -} -declare module 'lighthouse/lighthouse-cli/cli-flags.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/cli-flags'>; -} -declare module 'lighthouse/lighthouse-cli/commands/commands.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/commands/commands'>; -} -declare module 'lighthouse/lighthouse-cli/commands/list-audits.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/commands/list-audits'>; -} -declare module 'lighthouse/lighthouse-cli/commands/list-locales.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/commands/list-locales'>; -} -declare module 'lighthouse/lighthouse-cli/commands/list-trace-categories.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/commands/list-trace-categories'>; -} -declare module 'lighthouse/lighthouse-cli/index' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli'>; -} -declare module 'lighthouse/lighthouse-cli/index.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli'>; -} -declare module 'lighthouse/lighthouse-cli/printer.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/printer'>; -} -declare module 'lighthouse/lighthouse-cli/run.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/run'>; -} -declare module 'lighthouse/lighthouse-cli/sentry-prompt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/sentry-prompt'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/core-tests.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/core-tests'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/back-compat-util.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/frontends/back-compat-util'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/lib.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/frontends/lib'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/node.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/frontends/node'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/child-process-error.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lib/child-process-error'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/concurrent-mapper.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lib/concurrent-mapper'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lib/local-console.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lib/local-console'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/bundle.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/bundle'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/cli.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/cli'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/devtools.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/lighthouse-runners/devtools'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/report-assert.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/report-assert'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/smokehouse.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/smokehouse'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/version-check-test.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/version-check-test'>; -} -declare module 'lighthouse/lighthouse-cli/test/smokehouse/version-check.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-cli/test/smokehouse/version-check'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/accesskeys.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/accesskeys'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-allowed-attr.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-allowed-attr'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-command-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-command-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-body.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-body'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-focus.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-hidden-focus'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-input-field-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-input-field-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-meter-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-meter-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-progressbar-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-progressbar-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-attr.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-required-attr'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-children.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-required-children'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-required-parent.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-required-parent'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-roles.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-roles'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-toggle-field-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-toggle-field-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-tooltip-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-tooltip-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-treeitem-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-treeitem-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr-value.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr-value'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/aria-valid-attr'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/axe-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/axe-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/button-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/button-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/bypass.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/bypass'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/color-contrast.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/color-contrast'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/definition-list.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/definition-list'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/dlitem.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/dlitem'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/document-title.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/document-title'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-active.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-active'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-aria.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/duplicate-id-aria'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/form-field-multiple-labels.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/form-field-multiple-labels'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/frame-title.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/frame-title'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/heading-order.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/heading-order'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/html-has-lang.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/html-has-lang'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/html-lang-valid.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/html-lang-valid'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/image-alt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/image-alt'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/input-image-alt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/input-image-alt'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/label.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/label'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/link-name.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/link-name'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/list.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/list'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/listitem.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/listitem'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-labels.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-labels'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-roles.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/custom-controls-roles'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/focus-traps.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/focus-traps'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/focusable-controls.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/focusable-controls'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/interactive-element-affordance.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/interactive-element-affordance'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/logical-tab-order.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/logical-tab-order'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/managed-focus.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/managed-focus'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/offscreen-content-hidden.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/offscreen-content-hidden'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/use-landmarks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/use-landmarks'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/manual/visual-order-follows-dom.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/manual/visual-order-follows-dom'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/meta-refresh.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/meta-refresh'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/meta-viewport.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/meta-viewport'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/object-alt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/object-alt'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/tabindex.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/tabindex'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/td-headers-attr.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/td-headers-attr'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/th-has-data-cells.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/th-has-data-cells'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/valid-lang.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/valid-lang'>; -} -declare module 'lighthouse/lighthouse-core/audits/accessibility/video-caption.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/accessibility/video-caption'>; -} -declare module 'lighthouse/lighthouse-core/audits/apple-touch-icon.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/apple-touch-icon'>; -} -declare module 'lighthouse/lighthouse-core/audits/audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/autocomplete.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/autocomplete'>; -} -declare module 'lighthouse/lighthouse-core/audits/bootup-time.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/bootup-time'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/duplicated-javascript.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/duplicated-javascript'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/efficient-animated-content.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/efficient-animated-content'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/legacy-javascript.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/legacy-javascript'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/modern-image-formats.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/modern-image-formats'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/offscreen-images.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/offscreen-images'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/render-blocking-resources.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/render-blocking-resources'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/total-byte-weight.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/total-byte-weight'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-css.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-css'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-javascript.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/unminified-javascript'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unused-css-rules.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/unused-css-rules'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/unused-javascript.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/unused-javascript'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-optimized-images.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/uses-optimized-images'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/uses-responsive-images'>; -} -declare module 'lighthouse/lighthouse-core/audits/byte-efficiency/uses-text-compression.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/byte-efficiency/uses-text-compression'>; -} -declare module 'lighthouse/lighthouse-core/audits/content-width.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/content-width'>; -} -declare module 'lighthouse/lighthouse-core/audits/critical-request-chains.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/critical-request-chains'>; -} -declare module 'lighthouse/lighthouse-core/audits/csp-xss.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/csp-xss'>; -} -declare module 'lighthouse/lighthouse-core/audits/deprecations.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/deprecations'>; -} -declare module 'lighthouse/lighthouse-core/audits/diagnostics.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/diagnostics'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/charset.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/charset'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/doctype.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/doctype'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/dom-size.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/dom-size'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/geolocation-on-start.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/geolocation-on-start'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/inspector-issues.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/inspector-issues'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/js-libraries.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/js-libraries'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/no-document-write.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/no-document-write'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/no-vulnerable-libraries'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/notification-on-start.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/notification-on-start'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/uses-http2.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/uses-http2'>; -} -declare module 'lighthouse/lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/dobetterweb/uses-passive-event-listeners'>; -} -declare module 'lighthouse/lighthouse-core/audits/errors-in-console.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/errors-in-console'>; -} -declare module 'lighthouse/lighthouse-core/audits/final-screenshot.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/final-screenshot'>; -} -declare module 'lighthouse/lighthouse-core/audits/font-display.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/font-display'>; -} -declare module 'lighthouse/lighthouse-core/audits/full-page-screenshot.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/full-page-screenshot'>; -} -declare module 'lighthouse/lighthouse-core/audits/image-aspect-ratio.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/image-aspect-ratio'>; -} -declare module 'lighthouse/lighthouse-core/audits/image-size-responsive.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/image-size-responsive'>; -} -declare module 'lighthouse/lighthouse-core/audits/installable-manifest.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/installable-manifest'>; -} -declare module 'lighthouse/lighthouse-core/audits/is-on-https.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/is-on-https'>; -} -declare module 'lighthouse/lighthouse-core/audits/largest-contentful-paint-element.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/largest-contentful-paint-element'>; -} -declare module 'lighthouse/lighthouse-core/audits/layout-shift-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/layout-shift-elements'>; -} -declare module 'lighthouse/lighthouse-core/audits/lcp-lazy-loaded.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/lcp-lazy-loaded'>; -} -declare module 'lighthouse/lighthouse-core/audits/long-tasks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/long-tasks'>; -} -declare module 'lighthouse/lighthouse-core/audits/main-thread-tasks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/main-thread-tasks'>; -} -declare module 'lighthouse/lighthouse-core/audits/mainthread-work-breakdown.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/mainthread-work-breakdown'>; -} -declare module 'lighthouse/lighthouse-core/audits/manual/manual-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/manual/manual-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-cross-browser.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/manual/pwa-cross-browser'>; -} -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-each-page-has-url.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/manual/pwa-each-page-has-url'>; -} -declare module 'lighthouse/lighthouse-core/audits/manual/pwa-page-transitions.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/manual/pwa-page-transitions'>; -} -declare module 'lighthouse/lighthouse-core/audits/maskable-icon.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/maskable-icon'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/cumulative-layout-shift.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/cumulative-layout-shift'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/experimental-interaction-to-next-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/experimental-interaction-to-next-paint'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint-3g.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint-3g'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/first-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/first-meaningful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/first-meaningful-paint'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/interactive.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/interactive'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/largest-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/largest-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/max-potential-fid.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/max-potential-fid'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/speed-index.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/speed-index'>; -} -declare module 'lighthouse/lighthouse-core/audits/metrics/total-blocking-time.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/metrics/total-blocking-time'>; -} -declare module 'lighthouse/lighthouse-core/audits/multi-check-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/multi-check-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/network-requests.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/network-requests'>; -} -declare module 'lighthouse/lighthouse-core/audits/network-rtt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/network-rtt'>; -} -declare module 'lighthouse/lighthouse-core/audits/network-server-latency.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/network-server-latency'>; -} -declare module 'lighthouse/lighthouse-core/audits/no-unload-listeners.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/no-unload-listeners'>; -} -declare module 'lighthouse/lighthouse-core/audits/non-composited-animations.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/non-composited-animations'>; -} -declare module 'lighthouse/lighthouse-core/audits/oopif-iframe-test-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/oopif-iframe-test-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/performance-budget.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/performance-budget'>; -} -declare module 'lighthouse/lighthouse-core/audits/predictive-perf.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/predictive-perf'>; -} -declare module 'lighthouse/lighthouse-core/audits/preload-fonts.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/preload-fonts'>; -} -declare module 'lighthouse/lighthouse-core/audits/preload-lcp-image.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/preload-lcp-image'>; -} -declare module 'lighthouse/lighthouse-core/audits/redirects.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/redirects'>; -} -declare module 'lighthouse/lighthouse-core/audits/resource-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/resource-summary'>; -} -declare module 'lighthouse/lighthouse-core/audits/screenshot-thumbnails.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/screenshot-thumbnails'>; -} -declare module 'lighthouse/lighthouse-core/audits/script-treemap-data.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/script-treemap-data'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/canonical.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/canonical'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/crawlable-anchors.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/crawlable-anchors'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/font-size.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/font-size'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/hreflang.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/hreflang'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/http-status-code.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/http-status-code'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/is-crawlable.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/is-crawlable'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/link-text.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/link-text'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/manual/structured-data.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/manual/structured-data'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/meta-description.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/meta-description'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/plugins.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/plugins'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/robots-txt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/robots-txt'>; -} -declare module 'lighthouse/lighthouse-core/audits/seo/tap-targets.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/seo/tap-targets'>; -} -declare module 'lighthouse/lighthouse-core/audits/server-response-time.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/server-response-time'>; -} -declare module 'lighthouse/lighthouse-core/audits/service-worker.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/service-worker'>; -} -declare module 'lighthouse/lighthouse-core/audits/splash-screen.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/splash-screen'>; -} -declare module 'lighthouse/lighthouse-core/audits/themed-omnibox.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/themed-omnibox'>; -} -declare module 'lighthouse/lighthouse-core/audits/third-party-facades.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/third-party-facades'>; -} -declare module 'lighthouse/lighthouse-core/audits/third-party-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/third-party-summary'>; -} -declare module 'lighthouse/lighthouse-core/audits/timing-budget.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/timing-budget'>; -} -declare module 'lighthouse/lighthouse-core/audits/unsized-images.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/unsized-images'>; -} -declare module 'lighthouse/lighthouse-core/audits/user-timings.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/user-timings'>; -} -declare module 'lighthouse/lighthouse-core/audits/uses-rel-preconnect.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/uses-rel-preconnect'>; -} -declare module 'lighthouse/lighthouse-core/audits/uses-rel-preload.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/uses-rel-preload'>; -} -declare module 'lighthouse/lighthouse-core/audits/valid-source-maps.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/valid-source-maps'>; -} -declare module 'lighthouse/lighthouse-core/audits/viewport.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/viewport'>; -} -declare module 'lighthouse/lighthouse-core/audits/violation-audit.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/violation-audit'>; -} -declare module 'lighthouse/lighthouse-core/audits/work-during-interaction.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/audits/work-during-interaction'>; -} -declare module 'lighthouse/lighthouse-core/computed/computed-artifact.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/computed-artifact'>; -} -declare module 'lighthouse/lighthouse-core/computed/critical-request-chains.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/critical-request-chains'>; -} -declare module 'lighthouse/lighthouse-core/computed/image-records.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/image-records'>; -} -declare module 'lighthouse/lighthouse-core/computed/js-bundles.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/js-bundles'>; -} -declare module 'lighthouse/lighthouse-core/computed/load-simulator.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/load-simulator'>; -} -declare module 'lighthouse/lighthouse-core/computed/main-resource.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/main-resource'>; -} -declare module 'lighthouse/lighthouse-core/computed/main-thread-tasks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/main-thread-tasks'>; -} -declare module 'lighthouse/lighthouse-core/computed/manifest-values.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/manifest-values'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/cumulative-layout-shift.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/cumulative-layout-shift'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint-all-frames.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint-all-frames'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/first-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/first-meaningful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/first-meaningful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/interactive.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/interactive'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-first-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-first-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-first-meaningful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-first-meaningful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-interactive.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-interactive'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-largest-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-largest-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-max-potential-fid.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-max-potential-fid'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-metric.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-metric'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-speed-index.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-speed-index'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/lantern-total-blocking-time.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/lantern-total-blocking-time'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint-all-frames.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint-all-frames'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/largest-contentful-paint'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/max-potential-fid.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/max-potential-fid'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/metric.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/metric'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/navigation-metric.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/navigation-metric'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/responsiveness.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/responsiveness'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/speed-index.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/speed-index'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/tbt-utils.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/tbt-utils'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/timing-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/timing-summary'>; -} -declare module 'lighthouse/lighthouse-core/computed/metrics/total-blocking-time.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/metrics/total-blocking-time'>; -} -declare module 'lighthouse/lighthouse-core/computed/module-duplication.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/module-duplication'>; -} -declare module 'lighthouse/lighthouse-core/computed/network-analysis.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/network-analysis'>; -} -declare module 'lighthouse/lighthouse-core/computed/network-records.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/network-records'>; -} -declare module 'lighthouse/lighthouse-core/computed/page-dependency-graph.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/page-dependency-graph'>; -} -declare module 'lighthouse/lighthouse-core/computed/processed-navigation.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/processed-navigation'>; -} -declare module 'lighthouse/lighthouse-core/computed/processed-trace.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/processed-trace'>; -} -declare module 'lighthouse/lighthouse-core/computed/resource-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/resource-summary'>; -} -declare module 'lighthouse/lighthouse-core/computed/screenshots.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/screenshots'>; -} -declare module 'lighthouse/lighthouse-core/computed/speedline.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/speedline'>; -} -declare module 'lighthouse/lighthouse-core/computed/trace-of-tab.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/trace-of-tab'>; -} -declare module 'lighthouse/lighthouse-core/computed/unused-css.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/unused-css'>; -} -declare module 'lighthouse/lighthouse-core/computed/unused-javascript-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/unused-javascript-summary'>; -} -declare module 'lighthouse/lighthouse-core/computed/user-timings.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/user-timings'>; -} -declare module 'lighthouse/lighthouse-core/computed/viewport-meta.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/computed/viewport-meta'>; -} -declare module 'lighthouse/lighthouse-core/config/budget.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/budget'>; -} -declare module 'lighthouse/lighthouse-core/config/config-helpers.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/config-helpers'>; -} -declare module 'lighthouse/lighthouse-core/config/config-plugin.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/config-plugin'>; -} -declare module 'lighthouse/lighthouse-core/config/config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/config'>; -} -declare module 'lighthouse/lighthouse-core/config/constants.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/constants'>; -} -declare module 'lighthouse/lighthouse-core/config/default-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/default-config'>; -} -declare module 'lighthouse/lighthouse-core/config/desktop-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/desktop-config'>; -} -declare module 'lighthouse/lighthouse-core/config/experimental-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/experimental-config'>; -} -declare module 'lighthouse/lighthouse-core/config/full-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/full-config'>; -} -declare module 'lighthouse/lighthouse-core/config/lr-desktop-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/lr-desktop-config'>; -} -declare module 'lighthouse/lighthouse-core/config/lr-mobile-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/lr-mobile-config'>; -} -declare module 'lighthouse/lighthouse-core/config/metrics-to-audits.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/metrics-to-audits'>; -} -declare module 'lighthouse/lighthouse-core/config/perf-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/config/perf-config'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/api.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/api'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/config/config'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/default-config.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/config/default-config'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/filters.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/config/filters'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/config/validation.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/config/validation'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/base-artifacts.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/base-artifacts'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/base-gatherer.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/base-gatherer'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/driver.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/driver'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/navigation-runner.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/navigation-runner'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/runner-helpers.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/runner-helpers'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/session.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/session'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/snapshot-runner.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/snapshot-runner'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/gather/timespan-runner.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/gather/timespan-runner'>; -} -declare module 'lighthouse/lighthouse-core/fraggle-rock/user-flow.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/fraggle-rock/user-flow'>; -} -declare module 'lighthouse/lighthouse-core/gather/connections/connection.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/connections/connection'>; -} -declare module 'lighthouse/lighthouse-core/gather/connections/cri.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/connections/cri'>; -} -declare module 'lighthouse/lighthouse-core/gather/connections/raw.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/connections/raw'>; -} -declare module 'lighthouse/lighthouse-core/gather/devtools-log.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/devtools-log'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/dom.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/dom'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/environment.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/environment'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/execution-context.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/execution-context'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/navigation.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/navigation'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/network-monitor.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/network-monitor'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/network.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/network'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/prepare.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/prepare'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/service-workers.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/service-workers'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/storage.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/storage'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/target-manager.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/target-manager'>; -} -declare module 'lighthouse/lighthouse-core/gather/driver/wait-for-condition.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/driver/wait-for-condition'>; -} -declare module 'lighthouse/lighthouse-core/gather/fetcher.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/fetcher'>; -} -declare module 'lighthouse/lighthouse-core/gather/gather-runner.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gather-runner'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/accessibility.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/accessibility'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/anchor-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/anchor-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/cache-contents.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/cache-contents'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/console-messages.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/console-messages'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/css-usage.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/css-usage'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/devtools-log-compat.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/devtools-log-compat'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/devtools-log.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/devtools-log'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/doctype.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/doctype'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/domstats.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/domstats'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/optimized-images.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/optimized-images'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/response-compression.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/response-compression'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/tags-blocking-first-paint.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/dobetterweb/tags-blocking-first-paint'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/full-page-screenshot.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/full-page-screenshot'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/gatherer.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/gatherer'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/global-listeners.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/global-listeners'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/iframe-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/iframe-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/image-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/image-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/inputs.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/inputs'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/inspector-issues.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/inspector-issues'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/installability-errors.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/installability-errors'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/js-usage.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/js-usage'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/link-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/link-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/main-document-content.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/main-document-content'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/meta-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/meta-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/network-user-agent.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/network-user-agent'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/script-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/script-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/embedded-content.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/seo/embedded-content'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/font-size.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/seo/font-size'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/robots-txt.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/seo/robots-txt'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/seo/tap-targets.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/seo/tap-targets'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/service-worker.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/service-worker'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/source-maps.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/source-maps'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/stacks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/stacks'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace-compat.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/trace-compat'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace-elements.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/trace-elements'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/trace.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/trace'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/viewport-dimensions.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/viewport-dimensions'>; -} -declare module 'lighthouse/lighthouse-core/gather/gatherers/web-app-manifest.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/gather/gatherers/web-app-manifest'>; -} -declare module 'lighthouse/lighthouse-core/index' { - declare module.exports: $Exports<'lighthouse/lighthouse-core'>; -} -declare module 'lighthouse/lighthouse-core/index.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core'>; -} -declare module 'lighthouse/lighthouse-core/lib/arbitrary-equality-map.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/arbitrary-equality-map'>; -} -declare module 'lighthouse/lighthouse-core/lib/asset-saver.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/asset-saver'>; -} -declare module 'lighthouse/lighthouse-core/lib/axe.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/axe'>; -} -declare module 'lighthouse/lighthouse-core/lib/cdt/generated/SourceMap.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/cdt/generated/SourceMap'>; -} -declare module 'lighthouse/lighthouse-core/lib/cdt/Platform.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/cdt/Platform'>; -} -declare module 'lighthouse/lighthouse-core/lib/cdt/SDK.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/cdt/SDK'>; -} -declare module 'lighthouse/lighthouse-core/lib/csp-evaluator.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/csp-evaluator'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/base-node.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/base-node'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/cpu-node.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/cpu-node'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/network-node.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/network-node'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/connection-pool.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/connection-pool'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/dns-cache.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/dns-cache'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/network-analyzer.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/network-analyzer'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator-timing-map.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator-timing-map'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/simulator'>; -} -declare module 'lighthouse/lighthouse-core/lib/dependency-graph/simulator/tcp-connection.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/dependency-graph/simulator/tcp-connection'>; -} -declare module 'lighthouse/lighthouse-core/lib/deprecations-strings.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/deprecations-strings'>; -} -declare module 'lighthouse/lighthouse-core/lib/emulation.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/emulation'>; -} -declare module 'lighthouse/lighthouse-core/lib/i18n/i18n.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/i18n/i18n'>; -} -declare module 'lighthouse/lighthouse-core/lib/icons.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/icons'>; -} -declare module 'lighthouse/lighthouse-core/lib/lantern-trace-saver.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/lantern-trace-saver'>; -} -declare module 'lighthouse/lighthouse-core/lib/lh-env.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/lh-env'>; -} -declare module 'lighthouse/lighthouse-core/lib/lh-error.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/lh-error'>; -} -declare module 'lighthouse/lighthouse-core/lib/lh-trace-processor.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/lh-trace-processor'>; -} -declare module 'lighthouse/lighthouse-core/lib/manifest-parser.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/manifest-parser'>; -} -declare module 'lighthouse/lighthouse-core/lib/median-run.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/median-run'>; -} -declare module 'lighthouse/lighthouse-core/lib/minification-estimator.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/minification-estimator'>; -} -declare module 'lighthouse/lighthouse-core/lib/minify-devtoolslog.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/minify-devtoolslog'>; -} -declare module 'lighthouse/lighthouse-core/lib/minify-trace.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/minify-trace'>; -} -declare module 'lighthouse/lighthouse-core/lib/navigation-error.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/navigation-error'>; -} -declare module 'lighthouse/lighthouse-core/lib/network-recorder.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/network-recorder'>; -} -declare module 'lighthouse/lighthouse-core/lib/network-request.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/network-request'>; -} -declare module 'lighthouse/lighthouse-core/lib/page-functions.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/page-functions'>; -} -declare module 'lighthouse/lighthouse-core/lib/proto-preprocessor.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/proto-preprocessor'>; -} -declare module 'lighthouse/lighthouse-core/lib/rect-helpers.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/rect-helpers'>; -} -declare module 'lighthouse/lighthouse-core/lib/script-helpers.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/script-helpers'>; -} -declare module 'lighthouse/lighthouse-core/lib/sentry.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/sentry'>; -} -declare module 'lighthouse/lighthouse-core/lib/stack-packs.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/stack-packs'>; -} -declare module 'lighthouse/lighthouse-core/lib/statistics.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/statistics'>; -} -declare module 'lighthouse/lighthouse-core/lib/tappable-rects.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tappable-rects'>; -} -declare module 'lighthouse/lighthouse-core/lib/third-party-web.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/third-party-web'>; -} -declare module 'lighthouse/lighthouse-core/lib/timing-trace-saver.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/timing-trace-saver'>; -} -declare module 'lighthouse/lighthouse-core/lib/tracehouse/cpu-profile-model.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tracehouse/cpu-profile-model'>; -} -declare module 'lighthouse/lighthouse-core/lib/tracehouse/main-thread-tasks.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tracehouse/main-thread-tasks'>; -} -declare module 'lighthouse/lighthouse-core/lib/tracehouse/task-groups.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tracehouse/task-groups'>; -} -declare module 'lighthouse/lighthouse-core/lib/tracehouse/task-summary.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tracehouse/task-summary'>; -} -declare module 'lighthouse/lighthouse-core/lib/tracehouse/trace-processor.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/tracehouse/trace-processor'>; -} -declare module 'lighthouse/lighthouse-core/lib/traces/pwmetrics-events.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/traces/pwmetrics-events'>; -} -declare module 'lighthouse/lighthouse-core/lib/url-shim.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/lib/url-shim'>; -} -declare module 'lighthouse/lighthouse-core/runner.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/runner'>; -} -declare module 'lighthouse/lighthouse-core/scoring.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/scoring'>; -} -declare module 'lighthouse/lighthouse-core/scripts/manual-chrome-launcher.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/scripts/manual-chrome-launcher'>; -} -declare module 'lighthouse/lighthouse-core/util-commonjs.js' { - declare module.exports: $Exports<'lighthouse/lighthouse-core/util-commonjs'>; -} -declare module 'lighthouse/report/clients/bundle.js' { - declare module.exports: $Exports<'lighthouse/report/clients/bundle'>; -} -declare module 'lighthouse/report/clients/standalone.js' { - declare module.exports: $Exports<'lighthouse/report/clients/standalone'>; -} -declare module 'lighthouse/report/generator/file-namer.js' { - declare module.exports: $Exports<'lighthouse/report/generator/file-namer'>; -} -declare module 'lighthouse/report/generator/flow-report-assets.js' { - declare module.exports: $Exports<'lighthouse/report/generator/flow-report-assets'>; -} -declare module 'lighthouse/report/generator/report-assets.js' { - declare module.exports: $Exports<'lighthouse/report/generator/report-assets'>; -} -declare module 'lighthouse/report/generator/report-generator.js' { - declare module.exports: $Exports<'lighthouse/report/generator/report-generator'>; -} -declare module 'lighthouse/report/renderer/api.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/api'>; -} -declare module 'lighthouse/report/renderer/category-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/category-renderer'>; -} -declare module 'lighthouse/report/renderer/components.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/components'>; -} -declare module 'lighthouse/report/renderer/crc-details-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/crc-details-renderer'>; -} -declare module 'lighthouse/report/renderer/details-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/details-renderer'>; -} -declare module 'lighthouse/report/renderer/dom.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/dom'>; -} -declare module 'lighthouse/report/renderer/drop-down-menu.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/drop-down-menu'>; -} -declare module 'lighthouse/report/renderer/element-screenshot-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/element-screenshot-renderer'>; -} -declare module 'lighthouse/report/renderer/features-util.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/features-util'>; -} -declare module 'lighthouse/report/renderer/i18n.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/i18n'>; -} -declare module 'lighthouse/report/renderer/logger.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/logger'>; -} -declare module 'lighthouse/report/renderer/open-tab.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/open-tab'>; -} -declare module 'lighthouse/report/renderer/performance-category-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/performance-category-renderer'>; -} -declare module 'lighthouse/report/renderer/pwa-category-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/pwa-category-renderer'>; -} -declare module 'lighthouse/report/renderer/report-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/report-renderer'>; -} -declare module 'lighthouse/report/renderer/report-ui-features.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/report-ui-features'>; -} -declare module 'lighthouse/report/renderer/snippet-renderer.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/snippet-renderer'>; -} -declare module 'lighthouse/report/renderer/swap-locale-feature.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/swap-locale-feature'>; -} -declare module 'lighthouse/report/renderer/text-encoding.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/text-encoding'>; -} -declare module 'lighthouse/report/renderer/topbar-features.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/topbar-features'>; -} -declare module 'lighthouse/report/renderer/util.js' { - declare module.exports: $Exports<'lighthouse/report/renderer/util'>; -} -declare module 'lighthouse/report/test-assets/faux-psi.js' { - declare module.exports: $Exports<'lighthouse/report/test-assets/faux-psi'>; -} -declare module 'lighthouse/report/test/clients/bundle-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/clients/bundle-test'>; -} -declare module 'lighthouse/report/test/generator/file-namer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/generator/file-namer-test'>; -} -declare module 'lighthouse/report/test/generator/report-generator-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/generator/report-generator-test'>; -} -declare module 'lighthouse/report/test/renderer/category-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/category-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/components-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/components-test'>; -} -declare module 'lighthouse/report/test/renderer/crc-details-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/crc-details-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/details-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/details-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/dom-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/dom-test'>; -} -declare module 'lighthouse/report/test/renderer/element-screenshot-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/element-screenshot-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/i18n-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/i18n-test'>; -} -declare module 'lighthouse/report/test/renderer/performance-category-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/performance-category-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/pwa-category-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/pwa-category-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/report-renderer-axe-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/report-renderer-axe-test'>; -} -declare module 'lighthouse/report/test/renderer/report-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/report-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/report-ui-features-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/report-ui-features-test'>; -} -declare module 'lighthouse/report/test/renderer/snippet-renderer-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/snippet-renderer-test'>; -} -declare module 'lighthouse/report/test/renderer/text-encoding-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/text-encoding-test'>; -} -declare module 'lighthouse/report/test/renderer/util-test.js' { - declare module.exports: $Exports<'lighthouse/report/test/renderer/util-test'>; -} -declare module 'lighthouse/root.js' { - declare module.exports: $Exports<'lighthouse/root'>; -} -declare module 'lighthouse/shared/localization/format.js' { - declare module.exports: $Exports<'lighthouse/shared/localization/format'>; -} -declare module 'lighthouse/shared/localization/i18n-module.js' { - declare module.exports: $Exports<'lighthouse/shared/localization/i18n-module'>; -} -declare module 'lighthouse/shared/localization/locales.js' { - declare module.exports: $Exports<'lighthouse/shared/localization/locales'>; -} -declare module 'lighthouse/shared/localization/swap-flow-locale.js' { - declare module.exports: $Exports<'lighthouse/shared/localization/swap-flow-locale'>; -} -declare module 'lighthouse/shared/localization/swap-locale.js' { - declare module.exports: $Exports<'lighthouse/shared/localization/swap-locale'>; -} -declare module 'lighthouse/shared/test/localization/format-test.js' { - declare module.exports: $Exports<'lighthouse/shared/test/localization/format-test'>; -} -declare module 'lighthouse/shared/test/localization/locales-test.js' { - declare module.exports: $Exports<'lighthouse/shared/test/localization/locales-test'>; -} -declare module 'lighthouse/shared/test/localization/swap-locale-test.js' { - declare module.exports: $Exports<'lighthouse/shared/test/localization/swap-locale-test'>; -} -declare module 'lighthouse/shared/type-verifiers.js' { - declare module.exports: $Exports<'lighthouse/shared/type-verifiers'>; -} -declare module 'lighthouse/third-party/axe/valid-langs.js' { - declare module.exports: $Exports<'lighthouse/third-party/axe/valid-langs'>; -} -declare module 'lighthouse/third-party/chromium-synchronization/inspector-issueAdded-types-test.js' { - declare module.exports: $Exports<'lighthouse/third-party/chromium-synchronization/inspector-issueAdded-types-test'>; -} -declare module 'lighthouse/third-party/chromium-synchronization/installability-errors-test.js' { - declare module.exports: $Exports<'lighthouse/third-party/chromium-synchronization/installability-errors-test'>; -} -declare module 'lighthouse/third-party/download-content-shell/download-content-shell.js' { - declare module.exports: $Exports<'lighthouse/third-party/download-content-shell/download-content-shell'>; -} -declare module 'lighthouse/third-party/download-content-shell/utils.js' { - declare module.exports: $Exports<'lighthouse/third-party/download-content-shell/utils'>; -} diff --git a/flow-typed/npm/lint-staged_vx.x.x.js b/flow-typed/npm/lint-staged_vx.x.x.js index 74f2fe62f..9d5e3f9e2 100644 --- a/flow-typed/npm/lint-staged_vx.x.x.js +++ b/flow-typed/npm/lint-staged_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: b2588e8f93ae79933ac2032ec38c226d -// flow-typed version: <>/lint-staged_v13.1.1/flow_v0.171.0 +// flow-typed signature: aefdf45587012bce49ca7052741c946c +// flow-typed version: <>/lint-staged_v15.2.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -30,6 +30,10 @@ declare module 'lint-staged/lib/chunkFiles' { declare module.exports: any; } +declare module 'lint-staged/lib/configFiles' { + declare module.exports: any; +} + declare module 'lint-staged/lib/dynamicImport' { declare module.exports: any; } @@ -86,6 +90,10 @@ declare module 'lint-staged/lib/messages' { declare module.exports: any; } +declare module 'lint-staged/lib/normalizePath' { + declare module.exports: any; +} + declare module 'lint-staged/lib/parseGitZOutput' { declare module.exports: any; } @@ -94,6 +102,10 @@ declare module 'lint-staged/lib/printTaskOutput' { declare module.exports: any; } +declare module 'lint-staged/lib/readStdin' { + declare module.exports: any; +} + declare module 'lint-staged/lib/resolveConfig' { declare module.exports: any; } @@ -141,6 +153,9 @@ declare module 'lint-staged/bin/lint-staged.js' { declare module 'lint-staged/lib/chunkFiles.js' { declare module.exports: $Exports<'lint-staged/lib/chunkFiles'>; } +declare module 'lint-staged/lib/configFiles.js' { + declare module.exports: $Exports<'lint-staged/lib/configFiles'>; +} declare module 'lint-staged/lib/dynamicImport.js' { declare module.exports: $Exports<'lint-staged/lib/dynamicImport'>; } @@ -186,12 +201,18 @@ declare module 'lint-staged/lib/makeCmdTasks.js' { declare module 'lint-staged/lib/messages.js' { declare module.exports: $Exports<'lint-staged/lib/messages'>; } +declare module 'lint-staged/lib/normalizePath.js' { + declare module.exports: $Exports<'lint-staged/lib/normalizePath'>; +} declare module 'lint-staged/lib/parseGitZOutput.js' { declare module.exports: $Exports<'lint-staged/lib/parseGitZOutput'>; } declare module 'lint-staged/lib/printTaskOutput.js' { declare module.exports: $Exports<'lint-staged/lib/printTaskOutput'>; } +declare module 'lint-staged/lib/readStdin.js' { + declare module.exports: $Exports<'lint-staged/lib/readStdin'>; +} declare module 'lint-staged/lib/resolveConfig.js' { declare module.exports: $Exports<'lint-staged/lib/resolveConfig'>; } diff --git a/flow-typed/npm/litemol_vx.x.x.js b/flow-typed/npm/litemol_vx.x.x.js deleted file mode 100644 index 5d9650ad2..000000000 --- a/flow-typed/npm/litemol_vx.x.x.js +++ /dev/null @@ -1,178 +0,0 @@ -// flow-typed signature: 6dcafedd1391a0ca613921a6d2ba755f -// flow-typed version: <>/litemol_vgithub:dsehnal/LiteMol#85ec87c2698b6abeca8a18cf150f0341b8f2c6ea/flow_v0.92.1 - -/** - * This is an autogenerated libdef stub for: - * - * 'litemol' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'litemol' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'litemol/Core' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-core' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-core.min' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-plugin' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-plugin.min' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-viewer' { - declare module.exports: any; -} - -declare module 'litemol/dist/js/LiteMol-viewer.min' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Bootstrap/lib/immutable' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Bootstrap/lib/zlib' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Core/lib/CIFTools' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Core/lib/promise' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Core/lib/rx-lite' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Plugin/lib/color-picker' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Plugin/lib/react-dom' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Plugin/lib/react' { - declare module.exports: any; -} - -declare module 'litemol/src/lib/Visualization/lib/three' { - declare module.exports: any; -} - -declare module 'litemol/web/src/js/blocs.min' { - declare module.exports: any; -} - -declare module 'litemol/web/src/js/bootstrap.min' { - declare module.exports: any; -} - -declare module 'litemol/web/src/js/Chart.min' { - declare module.exports: any; -} - -declare module 'litemol/web/src/js/data' { - declare module.exports: any; -} - -declare module 'litemol/web/src/js/jquery-2.1.0.min' { - declare module.exports: any; -} - -// Filename aliases -declare module 'litemol/Core.js' { - declare module.exports: $Exports<'litemol/Core'>; -} -declare module 'litemol/dist/js/LiteMol-core.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-core'>; -} -declare module 'litemol/dist/js/LiteMol-core.min.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-core.min'>; -} -declare module 'litemol/dist/js/LiteMol-plugin.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-plugin'>; -} -declare module 'litemol/dist/js/LiteMol-plugin.min.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-plugin.min'>; -} -declare module 'litemol/dist/js/LiteMol-viewer.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-viewer'>; -} -declare module 'litemol/dist/js/LiteMol-viewer.min.js' { - declare module.exports: $Exports<'litemol/dist/js/LiteMol-viewer.min'>; -} -declare module 'litemol/index' { - declare module.exports: $Exports<'litemol'>; -} -declare module 'litemol/index.js' { - declare module.exports: $Exports<'litemol'>; -} -declare module 'litemol/src/lib/Bootstrap/lib/immutable.js' { - declare module.exports: $Exports<'litemol/src/lib/Bootstrap/lib/immutable'>; -} -declare module 'litemol/src/lib/Bootstrap/lib/zlib.js' { - declare module.exports: $Exports<'litemol/src/lib/Bootstrap/lib/zlib'>; -} -declare module 'litemol/src/lib/Core/lib/CIFTools.js' { - declare module.exports: $Exports<'litemol/src/lib/Core/lib/CIFTools'>; -} -declare module 'litemol/src/lib/Core/lib/promise.js' { - declare module.exports: $Exports<'litemol/src/lib/Core/lib/promise'>; -} -declare module 'litemol/src/lib/Core/lib/rx-lite.js' { - declare module.exports: $Exports<'litemol/src/lib/Core/lib/rx-lite'>; -} -declare module 'litemol/src/lib/Plugin/lib/color-picker.js' { - declare module.exports: $Exports<'litemol/src/lib/Plugin/lib/color-picker'>; -} -declare module 'litemol/src/lib/Plugin/lib/react-dom.js' { - declare module.exports: $Exports<'litemol/src/lib/Plugin/lib/react-dom'>; -} -declare module 'litemol/src/lib/Plugin/lib/react.js' { - declare module.exports: $Exports<'litemol/src/lib/Plugin/lib/react'>; -} -declare module 'litemol/src/lib/Visualization/lib/three.js' { - declare module.exports: $Exports<'litemol/src/lib/Visualization/lib/three'>; -} -declare module 'litemol/web/src/js/blocs.min.js' { - declare module.exports: $Exports<'litemol/web/src/js/blocs.min'>; -} -declare module 'litemol/web/src/js/bootstrap.min.js' { - declare module.exports: $Exports<'litemol/web/src/js/bootstrap.min'>; -} -declare module 'litemol/web/src/js/Chart.min.js' { - declare module.exports: $Exports<'litemol/web/src/js/Chart.min'>; -} -declare module 'litemol/web/src/js/data.js' { - declare module.exports: $Exports<'litemol/web/src/js/data'>; -} -declare module 'litemol/web/src/js/jquery-2.1.0.min.js' { - declare module.exports: $Exports<'litemol/web/src/js/jquery-2.1.0.min'>; -} diff --git a/flow-typed/npm/md5_v2.x.x.js b/flow-typed/npm/md5_v2.x.x.js new file mode 100644 index 000000000..ff7d45e21 --- /dev/null +++ b/flow-typed/npm/md5_v2.x.x.js @@ -0,0 +1,16 @@ +// flow-typed signature: 198b480a6b35dbf3a74cb37d21258b00 +// flow-typed version: c6154227d1/md5_v2.x.x/flow_>=v0.104.x + +// @flow + +declare module "md5" { + declare module.exports: ( + message: string | Buffer, + options?: { + asString?: boolean, + asBytes?: boolean, + encoding?: string, + ... + } + ) => string; +} diff --git a/flow-typed/npm/mini-css-extract-plugin_vx.x.x.js b/flow-typed/npm/mini-css-extract-plugin_vx.x.x.js index 2fda8172a..9c6161d91 100644 --- a/flow-typed/npm/mini-css-extract-plugin_vx.x.x.js +++ b/flow-typed/npm/mini-css-extract-plugin_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 74a8b42fd58630ff2466952f73add5c8 -// flow-typed version: <>/mini-css-extract-plugin_v2.7.2/flow_v0.171.0 +// flow-typed signature: 0c6f96f228e28c1e47fd2d1b8024159e +// flow-typed version: <>/mini-css-extract-plugin_v2.7.6/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/mkdirp_vx.x.x.js b/flow-typed/npm/mkdirp_vx.x.x.js index 52de305c8..98e70fbb2 100644 --- a/flow-typed/npm/mkdirp_vx.x.x.js +++ b/flow-typed/npm/mkdirp_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: d254f5d8b95bd27b9b619b33cc1d2c93 -// flow-typed version: <>/mkdirp_v2.1.3/flow_v0.171.0 +// flow-typed signature: 14eabfe5d1734f083912ca94dcf10d59 +// flow-typed version: <>/mkdirp_v3.0.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -30,10 +30,6 @@ declare module 'mkdirp/dist/cjs/src/find-made' { declare module.exports: any; } -declare module 'mkdirp/dist/cjs/src/index-cjs' { - declare module.exports: any; -} - declare module 'mkdirp/dist/cjs/src' { declare module.exports: any; } @@ -93,9 +89,6 @@ declare module 'mkdirp/dist/cjs/src/bin.js' { declare module 'mkdirp/dist/cjs/src/find-made.js' { declare module.exports: $Exports<'mkdirp/dist/cjs/src/find-made'>; } -declare module 'mkdirp/dist/cjs/src/index-cjs.js' { - declare module.exports: $Exports<'mkdirp/dist/cjs/src/index-cjs'>; -} declare module 'mkdirp/dist/cjs/src/index' { declare module.exports: $Exports<'mkdirp/dist/cjs/src'>; } diff --git a/flow-typed/npm/molstar_vx.x.x.js b/flow-typed/npm/molstar_vx.x.x.js index ade87220d..a03f780e2 100644 --- a/flow-typed/npm/molstar_vx.x.x.js +++ b/flow-typed/npm/molstar_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e3948392e5ea426b6b8eca08287f41ca -// flow-typed version: <>/molstar_v3.30.0/flow_v0.171.0 +// flow-typed signature: 2365690e50f4a8cceccb02e6fb7b674d +// flow-typed version: <>/molstar_v3.43.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -242,10 +242,22 @@ declare module 'molstar/lib/commonjs/examples/domain-annotation-server/test' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/examples/image-renderer' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/examples/lighting' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/examples/mvs/mvs-render' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/examples/mvs/mvs-validate' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/examples/proteopedia-wrapper/annotation' { declare module.exports: any; } @@ -558,6 +570,138 @@ declare module 'molstar/lib/commonjs/extensions/mp4-export/ui' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/extensions/mvs/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/camera' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-color-theme' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-label/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-label/visual' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-structure-component' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-tooltips-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-label/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-label/visual' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-tooltips-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/formats' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/multilayer-color-theme' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/components/selector' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/atom-ranges' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/indexing' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/label-text' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/param-definition' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/schemas' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/selections' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/utils' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/load-helpers' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/load' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/mvs-data' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/params-schema' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-schema' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-utils' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/molstar/conversion' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/molstar/molstar-tree' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-builder' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-defaults' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-tree' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/param-types' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/extensions/pdbe' { declare module.exports: any; } @@ -638,6 +782,30 @@ declare module 'molstar/lib/commonjs/extensions/rcsb/validation-report/represent declare module.exports: any; } +declare module 'molstar/lib/commonjs/extensions/sb-ncbr' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/color' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/labels' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/preset' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/property' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/extensions/volumes-and-segmentations/entry-meshes' { declare module.exports: any; } @@ -698,6 +866,18 @@ declare module 'molstar/lib/commonjs/extensions/volumes-and-segmentations/volseg declare module.exports: any; } +declare module 'molstar/lib/commonjs/extensions/wwpdb/ccd/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/wwpdb/ccd/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/extensions/wwpdb/struct-conn' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/extensions/zenodo' { declare module.exports: any; } @@ -758,6 +938,10 @@ declare module 'molstar/lib/commonjs/mol-canvas3d/passes/background' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-canvas3d/passes/cas' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-canvas3d/passes/dpoit' { declare module.exports: any; } @@ -1306,6 +1490,10 @@ declare module 'molstar/lib/commonjs/mol-gl/shader/blend-back-dpoit.frag' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-gl/shader/cas.frag' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-gl/shader/chunks/apply-fog.glsl' { declare module.exports: any; } @@ -2058,6 +2246,10 @@ declare module 'molstar/lib/commonjs/mol-math/geometry/molecular-surface' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-math/geometry/polygon' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/axes3d' { declare module.exports: any; } @@ -2066,6 +2258,14 @@ declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/box3d' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/frustum3d' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/plane3d' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/sphere3d' { declare module.exports: any; } @@ -2118,6 +2318,10 @@ declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/common' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/euler' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/mat3' { declare module.exports: any; } @@ -2286,6 +2490,10 @@ declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/entity' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/header' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/secondary-structure' { declare module.exports: any; } @@ -3202,6 +3410,18 @@ declare module 'molstar/lib/commonjs/mol-plugin-state/manager/camera' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/drag-and-drop' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/focus-first-residue' { + declare module.exports: any; +} + +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/orient-axes' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-plugin-state/manager/interactivity' { declare module.exports: any; } @@ -3590,6 +3810,10 @@ declare module 'molstar/lib/commonjs/mol-plugin/features' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-plugin/headless-plugin-context' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-plugin/layout' { declare module.exports: any; } @@ -3602,6 +3826,10 @@ declare module 'molstar/lib/commonjs/mol-plugin/state' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-plugin/util/headless-screenshot' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-plugin/util/substructure-parent-helper' { declare module.exports: any; } @@ -4258,6 +4486,10 @@ declare module 'molstar/lib/commonjs/mol-theme/color/carbohydrate-symbol' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-theme/color/cartoon' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-theme/color/categories' { declare module.exports: any; } @@ -4534,6 +4766,10 @@ declare module 'molstar/lib/commonjs/mol-util/is-little-endian' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-util/json' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-util/legend' { declare module.exports: any; } @@ -4574,6 +4810,10 @@ declare module 'molstar/lib/commonjs/mol-util/monadic-parser' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-util/nodejs-shims' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-util/now' { declare module.exports: any; } @@ -4590,6 +4830,10 @@ declare module 'molstar/lib/commonjs/mol-util/object' { declare module.exports: any; } +declare module 'molstar/lib/commonjs/mol-util/param-choice' { + declare module.exports: any; +} + declare module 'molstar/lib/commonjs/mol-util/param-definition' { declare module.exports: any; } @@ -5006,10 +5250,22 @@ declare module 'molstar/lib/examples/domain-annotation-server/test' { declare module.exports: any; } +declare module 'molstar/lib/examples/image-renderer' { + declare module.exports: any; +} + declare module 'molstar/lib/examples/lighting' { declare module.exports: any; } +declare module 'molstar/lib/examples/mvs/mvs-render' { + declare module.exports: any; +} + +declare module 'molstar/lib/examples/mvs/mvs-validate' { + declare module.exports: any; +} + declare module 'molstar/lib/examples/proteopedia-wrapper/annotation' { declare module.exports: any; } @@ -5322,6 +5578,138 @@ declare module 'molstar/lib/extensions/mp4-export/ui' { declare module.exports: any; } +declare module 'molstar/lib/extensions/mvs/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/camera' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-color-theme' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-label/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-label/visual' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-structure-component' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/annotation-tooltips-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/custom-label/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/custom-label/visual' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/custom-tooltips-prop' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/formats' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/multilayer-color-theme' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/components/selector' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/atom-ranges' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/indexing' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/label-text' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/param-definition' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/schemas' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/selections' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/helpers/utils' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/load-helpers' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/load' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/mvs-data' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/generic/params-schema' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/generic/tree-schema' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/generic/tree-utils' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/molstar/conversion' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/molstar/molstar-tree' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-builder' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-defaults' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-tree' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/mvs/tree/mvs/param-types' { + declare module.exports: any; +} + declare module 'molstar/lib/extensions/pdbe' { declare module.exports: any; } @@ -5402,6 +5790,30 @@ declare module 'molstar/lib/extensions/rcsb/validation-report/representation' { declare module.exports: any; } +declare module 'molstar/lib/extensions/sb-ncbr' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/color' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/labels' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/preset' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/property' { + declare module.exports: any; +} + declare module 'molstar/lib/extensions/volumes-and-segmentations/entry-meshes' { declare module.exports: any; } @@ -5462,6 +5874,18 @@ declare module 'molstar/lib/extensions/volumes-and-segmentations/volseg-api/util declare module.exports: any; } +declare module 'molstar/lib/extensions/wwpdb/ccd/behavior' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/wwpdb/ccd/representation' { + declare module.exports: any; +} + +declare module 'molstar/lib/extensions/wwpdb/struct-conn' { + declare module.exports: any; +} + declare module 'molstar/lib/extensions/zenodo' { declare module.exports: any; } @@ -5522,6 +5946,10 @@ declare module 'molstar/lib/mol-canvas3d/passes/background' { declare module.exports: any; } +declare module 'molstar/lib/mol-canvas3d/passes/cas' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-canvas3d/passes/dpoit' { declare module.exports: any; } @@ -6070,6 +6498,10 @@ declare module 'molstar/lib/mol-gl/shader/blend-back-dpoit.frag' { declare module.exports: any; } +declare module 'molstar/lib/mol-gl/shader/cas.frag' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-gl/shader/chunks/apply-fog.glsl' { declare module.exports: any; } @@ -6822,6 +7254,10 @@ declare module 'molstar/lib/mol-math/geometry/molecular-surface' { declare module.exports: any; } +declare module 'molstar/lib/mol-math/geometry/polygon' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-math/geometry/primitives/axes3d' { declare module.exports: any; } @@ -6830,6 +7266,14 @@ declare module 'molstar/lib/mol-math/geometry/primitives/box3d' { declare module.exports: any; } +declare module 'molstar/lib/mol-math/geometry/primitives/frustum3d' { + declare module.exports: any; +} + +declare module 'molstar/lib/mol-math/geometry/primitives/plane3d' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-math/geometry/primitives/sphere3d' { declare module.exports: any; } @@ -6882,6 +7326,10 @@ declare module 'molstar/lib/mol-math/linear-algebra/3d/common' { declare module.exports: any; } +declare module 'molstar/lib/mol-math/linear-algebra/3d/euler' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-math/linear-algebra/3d/mat3' { declare module.exports: any; } @@ -7050,6 +7498,10 @@ declare module 'molstar/lib/mol-model-formats/structure/pdb/entity' { declare module.exports: any; } +declare module 'molstar/lib/mol-model-formats/structure/pdb/header' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-model-formats/structure/pdb/secondary-structure' { declare module.exports: any; } @@ -7966,6 +8418,18 @@ declare module 'molstar/lib/mol-plugin-state/manager/camera' { declare module.exports: any; } +declare module 'molstar/lib/mol-plugin-state/manager/drag-and-drop' { + declare module.exports: any; +} + +declare module 'molstar/lib/mol-plugin-state/manager/focus-camera/focus-first-residue' { + declare module.exports: any; +} + +declare module 'molstar/lib/mol-plugin-state/manager/focus-camera/orient-axes' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-plugin-state/manager/interactivity' { declare module.exports: any; } @@ -8354,6 +8818,10 @@ declare module 'molstar/lib/mol-plugin/features' { declare module.exports: any; } +declare module 'molstar/lib/mol-plugin/headless-plugin-context' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-plugin/layout' { declare module.exports: any; } @@ -8366,6 +8834,10 @@ declare module 'molstar/lib/mol-plugin/state' { declare module.exports: any; } +declare module 'molstar/lib/mol-plugin/util/headless-screenshot' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-plugin/util/substructure-parent-helper' { declare module.exports: any; } @@ -9022,6 +9494,10 @@ declare module 'molstar/lib/mol-theme/color/carbohydrate-symbol' { declare module.exports: any; } +declare module 'molstar/lib/mol-theme/color/cartoon' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-theme/color/categories' { declare module.exports: any; } @@ -9298,6 +9774,10 @@ declare module 'molstar/lib/mol-util/is-little-endian' { declare module.exports: any; } +declare module 'molstar/lib/mol-util/json' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-util/legend' { declare module.exports: any; } @@ -9338,6 +9818,10 @@ declare module 'molstar/lib/mol-util/monadic-parser' { declare module.exports: any; } +declare module 'molstar/lib/mol-util/nodejs-shims' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-util/now' { declare module.exports: any; } @@ -9354,6 +9838,10 @@ declare module 'molstar/lib/mol-util/object' { declare module.exports: any; } +declare module 'molstar/lib/mol-util/param-choice' { + declare module.exports: any; +} + declare module 'molstar/lib/mol-util/param-definition' { declare module.exports: any; } @@ -9930,12 +10418,24 @@ declare module 'molstar/lib/commonjs/examples/domain-annotation-server/server.js declare module 'molstar/lib/commonjs/examples/domain-annotation-server/test.js' { declare module.exports: $Exports<'molstar/lib/commonjs/examples/domain-annotation-server/test'>; } +declare module 'molstar/lib/commonjs/examples/image-renderer/index' { + declare module.exports: $Exports<'molstar/lib/commonjs/examples/image-renderer'>; +} +declare module 'molstar/lib/commonjs/examples/image-renderer/index.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/examples/image-renderer'>; +} declare module 'molstar/lib/commonjs/examples/lighting/index' { declare module.exports: $Exports<'molstar/lib/commonjs/examples/lighting'>; } declare module 'molstar/lib/commonjs/examples/lighting/index.js' { declare module.exports: $Exports<'molstar/lib/commonjs/examples/lighting'>; } +declare module 'molstar/lib/commonjs/examples/mvs/mvs-render.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/examples/mvs/mvs-render'>; +} +declare module 'molstar/lib/commonjs/examples/mvs/mvs-validate.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/examples/mvs/mvs-validate'>; +} declare module 'molstar/lib/commonjs/examples/proteopedia-wrapper/annotation.js' { declare module.exports: $Exports<'molstar/lib/commonjs/examples/proteopedia-wrapper/annotation'>; } @@ -10191,6 +10691,105 @@ declare module 'molstar/lib/commonjs/extensions/mp4-export/index.js' { declare module 'molstar/lib/commonjs/extensions/mp4-export/ui.js' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mp4-export/ui'>; } +declare module 'molstar/lib/commonjs/extensions/mvs/behavior.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/behavior'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/camera.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/camera'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-color-theme.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-color-theme'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-label/representation.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-label/representation'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-label/visual.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-label/visual'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-prop.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-prop'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-structure-component.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-structure-component'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/annotation-tooltips-prop.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/annotation-tooltips-prop'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-label/representation.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/custom-label/representation'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-label/visual.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/custom-label/visual'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/custom-tooltips-prop.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/custom-tooltips-prop'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/formats.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/formats'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/multilayer-color-theme.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/multilayer-color-theme'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/components/selector.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/components/selector'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/atom-ranges.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/atom-ranges'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/indexing.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/indexing'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/label-text.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/label-text'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/param-definition.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/param-definition'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/schemas.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/schemas'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/selections.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/selections'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/helpers/utils.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/helpers/utils'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/load-helpers.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/load-helpers'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/load.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/load'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/mvs-data.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/mvs-data'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/params-schema.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/generic/params-schema'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-schema.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-schema'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-utils.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/generic/tree-utils'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/molstar/conversion.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/molstar/conversion'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/molstar/molstar-tree.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/molstar/molstar-tree'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-builder.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-builder'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-defaults.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-defaults'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-tree.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/mvs/mvs-tree'>; +} +declare module 'molstar/lib/commonjs/extensions/mvs/tree/mvs/param-types.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/mvs/tree/mvs/param-types'>; +} declare module 'molstar/lib/commonjs/extensions/pdbe/index' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/pdbe'>; } @@ -10257,6 +10856,27 @@ declare module 'molstar/lib/commonjs/extensions/rcsb/validation-report/prop.js' declare module 'molstar/lib/commonjs/extensions/rcsb/validation-report/representation.js' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/rcsb/validation-report/representation'>; } +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/index' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/index.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/behavior.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/behavior'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/color.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/color'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/labels.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/labels'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/preset.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/preset'>; +} +declare module 'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/property.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/sb-ncbr/partial-charges/property'>; +} declare module 'molstar/lib/commonjs/extensions/volumes-and-segmentations/entry-meshes.js' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/volumes-and-segmentations/entry-meshes'>; } @@ -10305,6 +10925,18 @@ declare module 'molstar/lib/commonjs/extensions/volumes-and-segmentations/volseg declare module 'molstar/lib/commonjs/extensions/volumes-and-segmentations/volseg-api/utils.js' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/volumes-and-segmentations/volseg-api/utils'>; } +declare module 'molstar/lib/commonjs/extensions/wwpdb/ccd/behavior.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/wwpdb/ccd/behavior'>; +} +declare module 'molstar/lib/commonjs/extensions/wwpdb/ccd/representation.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/wwpdb/ccd/representation'>; +} +declare module 'molstar/lib/commonjs/extensions/wwpdb/struct-conn/index' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/wwpdb/struct-conn'>; +} +declare module 'molstar/lib/commonjs/extensions/wwpdb/struct-conn/index.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/extensions/wwpdb/struct-conn'>; +} declare module 'molstar/lib/commonjs/extensions/zenodo/index' { declare module.exports: $Exports<'molstar/lib/commonjs/extensions/zenodo'>; } @@ -10353,6 +10985,9 @@ declare module 'molstar/lib/commonjs/mol-canvas3d/helper/interaction-events.js' declare module 'molstar/lib/commonjs/mol-canvas3d/passes/background.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-canvas3d/passes/background'>; } +declare module 'molstar/lib/commonjs/mol-canvas3d/passes/cas.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-canvas3d/passes/cas'>; +} declare module 'molstar/lib/commonjs/mol-canvas3d/passes/dpoit.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-canvas3d/passes/dpoit'>; } @@ -10767,6 +11402,9 @@ declare module 'molstar/lib/commonjs/mol-gl/shader/background.vert.js' { declare module 'molstar/lib/commonjs/mol-gl/shader/blend-back-dpoit.frag.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-gl/shader/blend-back-dpoit.frag'>; } +declare module 'molstar/lib/commonjs/mol-gl/shader/cas.frag.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-gl/shader/cas.frag'>; +} declare module 'molstar/lib/commonjs/mol-gl/shader/chunks/apply-fog.glsl.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-gl/shader/chunks/apply-fog.glsl'>; } @@ -11331,12 +11969,21 @@ declare module 'molstar/lib/commonjs/mol-math/geometry/lookup3d/grid.js' { declare module 'molstar/lib/commonjs/mol-math/geometry/molecular-surface.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/molecular-surface'>; } +declare module 'molstar/lib/commonjs/mol-math/geometry/polygon.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/polygon'>; +} declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/axes3d.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/primitives/axes3d'>; } declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/box3d.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/primitives/box3d'>; } +declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/frustum3d.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/primitives/frustum3d'>; +} +declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/plane3d.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/primitives/plane3d'>; +} declare module 'molstar/lib/commonjs/mol-math/geometry/primitives/sphere3d.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/geometry/primitives/sphere3d'>; } @@ -11376,6 +12023,9 @@ declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d.js' { declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/common.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/linear-algebra/3d/common'>; } +declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/euler.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/linear-algebra/3d/euler'>; +} declare module 'molstar/lib/commonjs/mol-math/linear-algebra/3d/mat3.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-math/linear-algebra/3d/mat3'>; } @@ -11502,6 +12152,9 @@ declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/conect.js' declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/entity.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-model-formats/structure/pdb/entity'>; } +declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/header.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-model-formats/structure/pdb/header'>; +} declare module 'molstar/lib/commonjs/mol-model-formats/structure/pdb/secondary-structure.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-model-formats/structure/pdb/secondary-structure'>; } @@ -12189,6 +12842,15 @@ declare module 'molstar/lib/commonjs/mol-plugin-state/manager/animation.js' { declare module 'molstar/lib/commonjs/mol-plugin-state/manager/camera.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin-state/manager/camera'>; } +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/drag-and-drop.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin-state/manager/drag-and-drop'>; +} +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/focus-first-residue.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/focus-first-residue'>; +} +declare module 'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/orient-axes.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin-state/manager/focus-camera/orient-axes'>; +} declare module 'molstar/lib/commonjs/mol-plugin-state/manager/interactivity.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin-state/manager/interactivity'>; } @@ -12483,6 +13145,9 @@ declare module 'molstar/lib/commonjs/mol-plugin/context.js' { declare module 'molstar/lib/commonjs/mol-plugin/features.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/features'>; } +declare module 'molstar/lib/commonjs/mol-plugin/headless-plugin-context.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/headless-plugin-context'>; +} declare module 'molstar/lib/commonjs/mol-plugin/layout.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/layout'>; } @@ -12492,6 +13157,9 @@ declare module 'molstar/lib/commonjs/mol-plugin/spec.js' { declare module 'molstar/lib/commonjs/mol-plugin/state.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/state'>; } +declare module 'molstar/lib/commonjs/mol-plugin/util/headless-screenshot.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/util/headless-screenshot'>; +} declare module 'molstar/lib/commonjs/mol-plugin/util/substructure-parent-helper.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-plugin/util/substructure-parent-helper'>; } @@ -12990,6 +13658,9 @@ declare module 'molstar/lib/commonjs/mol-theme/color/atom-id.js' { declare module 'molstar/lib/commonjs/mol-theme/color/carbohydrate-symbol.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-theme/color/carbohydrate-symbol'>; } +declare module 'molstar/lib/commonjs/mol-theme/color/cartoon.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-theme/color/cartoon'>; +} declare module 'molstar/lib/commonjs/mol-theme/color/categories.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-theme/color/categories'>; } @@ -13203,6 +13874,9 @@ declare module 'molstar/lib/commonjs/mol-util/input/input-observer.js' { declare module 'molstar/lib/commonjs/mol-util/is-little-endian.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/is-little-endian'>; } +declare module 'molstar/lib/commonjs/mol-util/json.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/json'>; +} declare module 'molstar/lib/commonjs/mol-util/legend.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/legend'>; } @@ -13233,6 +13907,9 @@ declare module 'molstar/lib/commonjs/mol-util/memoize.js' { declare module 'molstar/lib/commonjs/mol-util/monadic-parser.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/monadic-parser'>; } +declare module 'molstar/lib/commonjs/mol-util/nodejs-shims.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/nodejs-shims'>; +} declare module 'molstar/lib/commonjs/mol-util/now.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/now'>; } @@ -13245,6 +13922,9 @@ declare module 'molstar/lib/commonjs/mol-util/number.js' { declare module 'molstar/lib/commonjs/mol-util/object.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/object'>; } +declare module 'molstar/lib/commonjs/mol-util/param-choice.js' { + declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/param-choice'>; +} declare module 'molstar/lib/commonjs/mol-util/param-definition.js' { declare module.exports: $Exports<'molstar/lib/commonjs/mol-util/param-definition'>; } @@ -13569,12 +14249,24 @@ declare module 'molstar/lib/examples/domain-annotation-server/server.js' { declare module 'molstar/lib/examples/domain-annotation-server/test.js' { declare module.exports: $Exports<'molstar/lib/examples/domain-annotation-server/test'>; } +declare module 'molstar/lib/examples/image-renderer/index' { + declare module.exports: $Exports<'molstar/lib/examples/image-renderer'>; +} +declare module 'molstar/lib/examples/image-renderer/index.js' { + declare module.exports: $Exports<'molstar/lib/examples/image-renderer'>; +} declare module 'molstar/lib/examples/lighting/index' { declare module.exports: $Exports<'molstar/lib/examples/lighting'>; } declare module 'molstar/lib/examples/lighting/index.js' { declare module.exports: $Exports<'molstar/lib/examples/lighting'>; } +declare module 'molstar/lib/examples/mvs/mvs-render.js' { + declare module.exports: $Exports<'molstar/lib/examples/mvs/mvs-render'>; +} +declare module 'molstar/lib/examples/mvs/mvs-validate.js' { + declare module.exports: $Exports<'molstar/lib/examples/mvs/mvs-validate'>; +} declare module 'molstar/lib/examples/proteopedia-wrapper/annotation.js' { declare module.exports: $Exports<'molstar/lib/examples/proteopedia-wrapper/annotation'>; } @@ -13830,6 +14522,105 @@ declare module 'molstar/lib/extensions/mp4-export/index.js' { declare module 'molstar/lib/extensions/mp4-export/ui.js' { declare module.exports: $Exports<'molstar/lib/extensions/mp4-export/ui'>; } +declare module 'molstar/lib/extensions/mvs/behavior.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/behavior'>; +} +declare module 'molstar/lib/extensions/mvs/camera.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/camera'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-color-theme.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-color-theme'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-label/representation.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-label/representation'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-label/visual.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-label/visual'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-prop.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-prop'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-structure-component.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-structure-component'>; +} +declare module 'molstar/lib/extensions/mvs/components/annotation-tooltips-prop.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/annotation-tooltips-prop'>; +} +declare module 'molstar/lib/extensions/mvs/components/custom-label/representation.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/custom-label/representation'>; +} +declare module 'molstar/lib/extensions/mvs/components/custom-label/visual.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/custom-label/visual'>; +} +declare module 'molstar/lib/extensions/mvs/components/custom-tooltips-prop.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/custom-tooltips-prop'>; +} +declare module 'molstar/lib/extensions/mvs/components/formats.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/formats'>; +} +declare module 'molstar/lib/extensions/mvs/components/multilayer-color-theme.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/multilayer-color-theme'>; +} +declare module 'molstar/lib/extensions/mvs/components/selector.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/components/selector'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/atom-ranges.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/atom-ranges'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/indexing.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/indexing'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/label-text.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/label-text'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/param-definition.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/param-definition'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/schemas.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/schemas'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/selections.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/selections'>; +} +declare module 'molstar/lib/extensions/mvs/helpers/utils.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/helpers/utils'>; +} +declare module 'molstar/lib/extensions/mvs/load-helpers.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/load-helpers'>; +} +declare module 'molstar/lib/extensions/mvs/load.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/load'>; +} +declare module 'molstar/lib/extensions/mvs/mvs-data.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/mvs-data'>; +} +declare module 'molstar/lib/extensions/mvs/tree/generic/params-schema.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/generic/params-schema'>; +} +declare module 'molstar/lib/extensions/mvs/tree/generic/tree-schema.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/generic/tree-schema'>; +} +declare module 'molstar/lib/extensions/mvs/tree/generic/tree-utils.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/generic/tree-utils'>; +} +declare module 'molstar/lib/extensions/mvs/tree/molstar/conversion.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/molstar/conversion'>; +} +declare module 'molstar/lib/extensions/mvs/tree/molstar/molstar-tree.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/molstar/molstar-tree'>; +} +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-builder.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/mvs/mvs-builder'>; +} +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-defaults.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/mvs/mvs-defaults'>; +} +declare module 'molstar/lib/extensions/mvs/tree/mvs/mvs-tree.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/mvs/mvs-tree'>; +} +declare module 'molstar/lib/extensions/mvs/tree/mvs/param-types.js' { + declare module.exports: $Exports<'molstar/lib/extensions/mvs/tree/mvs/param-types'>; +} declare module 'molstar/lib/extensions/pdbe/index' { declare module.exports: $Exports<'molstar/lib/extensions/pdbe'>; } @@ -13896,6 +14687,27 @@ declare module 'molstar/lib/extensions/rcsb/validation-report/prop.js' { declare module 'molstar/lib/extensions/rcsb/validation-report/representation.js' { declare module.exports: $Exports<'molstar/lib/extensions/rcsb/validation-report/representation'>; } +declare module 'molstar/lib/extensions/sb-ncbr/index' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/index.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/behavior.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr/partial-charges/behavior'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/color.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr/partial-charges/color'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/labels.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr/partial-charges/labels'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/preset.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr/partial-charges/preset'>; +} +declare module 'molstar/lib/extensions/sb-ncbr/partial-charges/property.js' { + declare module.exports: $Exports<'molstar/lib/extensions/sb-ncbr/partial-charges/property'>; +} declare module 'molstar/lib/extensions/volumes-and-segmentations/entry-meshes.js' { declare module.exports: $Exports<'molstar/lib/extensions/volumes-and-segmentations/entry-meshes'>; } @@ -13944,6 +14756,18 @@ declare module 'molstar/lib/extensions/volumes-and-segmentations/volseg-api/data declare module 'molstar/lib/extensions/volumes-and-segmentations/volseg-api/utils.js' { declare module.exports: $Exports<'molstar/lib/extensions/volumes-and-segmentations/volseg-api/utils'>; } +declare module 'molstar/lib/extensions/wwpdb/ccd/behavior.js' { + declare module.exports: $Exports<'molstar/lib/extensions/wwpdb/ccd/behavior'>; +} +declare module 'molstar/lib/extensions/wwpdb/ccd/representation.js' { + declare module.exports: $Exports<'molstar/lib/extensions/wwpdb/ccd/representation'>; +} +declare module 'molstar/lib/extensions/wwpdb/struct-conn/index' { + declare module.exports: $Exports<'molstar/lib/extensions/wwpdb/struct-conn'>; +} +declare module 'molstar/lib/extensions/wwpdb/struct-conn/index.js' { + declare module.exports: $Exports<'molstar/lib/extensions/wwpdb/struct-conn'>; +} declare module 'molstar/lib/extensions/zenodo/index' { declare module.exports: $Exports<'molstar/lib/extensions/zenodo'>; } @@ -13992,6 +14816,9 @@ declare module 'molstar/lib/mol-canvas3d/helper/interaction-events.js' { declare module 'molstar/lib/mol-canvas3d/passes/background.js' { declare module.exports: $Exports<'molstar/lib/mol-canvas3d/passes/background'>; } +declare module 'molstar/lib/mol-canvas3d/passes/cas.js' { + declare module.exports: $Exports<'molstar/lib/mol-canvas3d/passes/cas'>; +} declare module 'molstar/lib/mol-canvas3d/passes/dpoit.js' { declare module.exports: $Exports<'molstar/lib/mol-canvas3d/passes/dpoit'>; } @@ -14406,6 +15233,9 @@ declare module 'molstar/lib/mol-gl/shader/background.vert.js' { declare module 'molstar/lib/mol-gl/shader/blend-back-dpoit.frag.js' { declare module.exports: $Exports<'molstar/lib/mol-gl/shader/blend-back-dpoit.frag'>; } +declare module 'molstar/lib/mol-gl/shader/cas.frag.js' { + declare module.exports: $Exports<'molstar/lib/mol-gl/shader/cas.frag'>; +} declare module 'molstar/lib/mol-gl/shader/chunks/apply-fog.glsl.js' { declare module.exports: $Exports<'molstar/lib/mol-gl/shader/chunks/apply-fog.glsl'>; } @@ -14970,12 +15800,21 @@ declare module 'molstar/lib/mol-math/geometry/lookup3d/grid.js' { declare module 'molstar/lib/mol-math/geometry/molecular-surface.js' { declare module.exports: $Exports<'molstar/lib/mol-math/geometry/molecular-surface'>; } +declare module 'molstar/lib/mol-math/geometry/polygon.js' { + declare module.exports: $Exports<'molstar/lib/mol-math/geometry/polygon'>; +} declare module 'molstar/lib/mol-math/geometry/primitives/axes3d.js' { declare module.exports: $Exports<'molstar/lib/mol-math/geometry/primitives/axes3d'>; } declare module 'molstar/lib/mol-math/geometry/primitives/box3d.js' { declare module.exports: $Exports<'molstar/lib/mol-math/geometry/primitives/box3d'>; } +declare module 'molstar/lib/mol-math/geometry/primitives/frustum3d.js' { + declare module.exports: $Exports<'molstar/lib/mol-math/geometry/primitives/frustum3d'>; +} +declare module 'molstar/lib/mol-math/geometry/primitives/plane3d.js' { + declare module.exports: $Exports<'molstar/lib/mol-math/geometry/primitives/plane3d'>; +} declare module 'molstar/lib/mol-math/geometry/primitives/sphere3d.js' { declare module.exports: $Exports<'molstar/lib/mol-math/geometry/primitives/sphere3d'>; } @@ -15015,6 +15854,9 @@ declare module 'molstar/lib/mol-math/linear-algebra/3d.js' { declare module 'molstar/lib/mol-math/linear-algebra/3d/common.js' { declare module.exports: $Exports<'molstar/lib/mol-math/linear-algebra/3d/common'>; } +declare module 'molstar/lib/mol-math/linear-algebra/3d/euler.js' { + declare module.exports: $Exports<'molstar/lib/mol-math/linear-algebra/3d/euler'>; +} declare module 'molstar/lib/mol-math/linear-algebra/3d/mat3.js' { declare module.exports: $Exports<'molstar/lib/mol-math/linear-algebra/3d/mat3'>; } @@ -15141,6 +15983,9 @@ declare module 'molstar/lib/mol-model-formats/structure/pdb/conect.js' { declare module 'molstar/lib/mol-model-formats/structure/pdb/entity.js' { declare module.exports: $Exports<'molstar/lib/mol-model-formats/structure/pdb/entity'>; } +declare module 'molstar/lib/mol-model-formats/structure/pdb/header.js' { + declare module.exports: $Exports<'molstar/lib/mol-model-formats/structure/pdb/header'>; +} declare module 'molstar/lib/mol-model-formats/structure/pdb/secondary-structure.js' { declare module.exports: $Exports<'molstar/lib/mol-model-formats/structure/pdb/secondary-structure'>; } @@ -15828,6 +16673,15 @@ declare module 'molstar/lib/mol-plugin-state/manager/animation.js' { declare module 'molstar/lib/mol-plugin-state/manager/camera.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin-state/manager/camera'>; } +declare module 'molstar/lib/mol-plugin-state/manager/drag-and-drop.js' { + declare module.exports: $Exports<'molstar/lib/mol-plugin-state/manager/drag-and-drop'>; +} +declare module 'molstar/lib/mol-plugin-state/manager/focus-camera/focus-first-residue.js' { + declare module.exports: $Exports<'molstar/lib/mol-plugin-state/manager/focus-camera/focus-first-residue'>; +} +declare module 'molstar/lib/mol-plugin-state/manager/focus-camera/orient-axes.js' { + declare module.exports: $Exports<'molstar/lib/mol-plugin-state/manager/focus-camera/orient-axes'>; +} declare module 'molstar/lib/mol-plugin-state/manager/interactivity.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin-state/manager/interactivity'>; } @@ -16122,6 +16976,9 @@ declare module 'molstar/lib/mol-plugin/context.js' { declare module 'molstar/lib/mol-plugin/features.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin/features'>; } +declare module 'molstar/lib/mol-plugin/headless-plugin-context.js' { + declare module.exports: $Exports<'molstar/lib/mol-plugin/headless-plugin-context'>; +} declare module 'molstar/lib/mol-plugin/layout.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin/layout'>; } @@ -16131,6 +16988,9 @@ declare module 'molstar/lib/mol-plugin/spec.js' { declare module 'molstar/lib/mol-plugin/state.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin/state'>; } +declare module 'molstar/lib/mol-plugin/util/headless-screenshot.js' { + declare module.exports: $Exports<'molstar/lib/mol-plugin/util/headless-screenshot'>; +} declare module 'molstar/lib/mol-plugin/util/substructure-parent-helper.js' { declare module.exports: $Exports<'molstar/lib/mol-plugin/util/substructure-parent-helper'>; } @@ -16629,6 +17489,9 @@ declare module 'molstar/lib/mol-theme/color/atom-id.js' { declare module 'molstar/lib/mol-theme/color/carbohydrate-symbol.js' { declare module.exports: $Exports<'molstar/lib/mol-theme/color/carbohydrate-symbol'>; } +declare module 'molstar/lib/mol-theme/color/cartoon.js' { + declare module.exports: $Exports<'molstar/lib/mol-theme/color/cartoon'>; +} declare module 'molstar/lib/mol-theme/color/categories.js' { declare module.exports: $Exports<'molstar/lib/mol-theme/color/categories'>; } @@ -16842,6 +17705,9 @@ declare module 'molstar/lib/mol-util/input/input-observer.js' { declare module 'molstar/lib/mol-util/is-little-endian.js' { declare module.exports: $Exports<'molstar/lib/mol-util/is-little-endian'>; } +declare module 'molstar/lib/mol-util/json.js' { + declare module.exports: $Exports<'molstar/lib/mol-util/json'>; +} declare module 'molstar/lib/mol-util/legend.js' { declare module.exports: $Exports<'molstar/lib/mol-util/legend'>; } @@ -16872,6 +17738,9 @@ declare module 'molstar/lib/mol-util/memoize.js' { declare module 'molstar/lib/mol-util/monadic-parser.js' { declare module.exports: $Exports<'molstar/lib/mol-util/monadic-parser'>; } +declare module 'molstar/lib/mol-util/nodejs-shims.js' { + declare module.exports: $Exports<'molstar/lib/mol-util/nodejs-shims'>; +} declare module 'molstar/lib/mol-util/now.js' { declare module.exports: $Exports<'molstar/lib/mol-util/now'>; } @@ -16884,6 +17753,9 @@ declare module 'molstar/lib/mol-util/number.js' { declare module 'molstar/lib/mol-util/object.js' { declare module.exports: $Exports<'molstar/lib/mol-util/object'>; } +declare module 'molstar/lib/mol-util/param-choice.js' { + declare module.exports: $Exports<'molstar/lib/mol-util/param-choice'>; +} declare module 'molstar/lib/mol-util/param-definition.js' { declare module.exports: $Exports<'molstar/lib/mol-util/param-definition'>; } diff --git a/flow-typed/npm/ngl_vx.x.x.js b/flow-typed/npm/ngl_vx.x.x.js deleted file mode 100644 index 3ae93723c..000000000 --- a/flow-typed/npm/ngl_vx.x.x.js +++ /dev/null @@ -1,39 +0,0 @@ -// flow-typed signature: f171a65e4e0dd5921c79fe84505a1c25 -// flow-typed version: <>/ngl_v2.0.0-dev.37/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'ngl' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'ngl' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'ngl/dist/ngl.esm' { - declare module.exports: any; -} - -declare module 'ngl/dist/ngl' { - declare module.exports: any; -} - -// Filename aliases -declare module 'ngl/dist/ngl.esm.js' { - declare module.exports: $Exports<'ngl/dist/ngl.esm'>; -} -declare module 'ngl/dist/ngl.js' { - declare module.exports: $Exports<'ngl/dist/ngl'>; -} diff --git a/flow-typed/npm/nightingale-heatmap_vx.x.x.js b/flow-typed/npm/nightingale-heatmap_vx.x.x.js deleted file mode 100644 index 997ab1750..000000000 --- a/flow-typed/npm/nightingale-heatmap_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: a392544330bdbe0f2b7b1ba3f0b8e940 -// flow-typed version: <>/nightingale-heatmap_v3.5.5/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'nightingale-heatmap' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'nightingale-heatmap' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'nightingale-heatmap/dist/nightingale-heatmap' { - declare module.exports: any; -} - -declare module 'nightingale-heatmap/src' { - declare module.exports: any; -} - -declare module 'nightingale-heatmap/src/nightingale-heatmap' { - declare module.exports: any; -} - -// Filename aliases -declare module 'nightingale-heatmap/dist/nightingale-heatmap.js' { - declare module.exports: $Exports<'nightingale-heatmap/dist/nightingale-heatmap'>; -} -declare module 'nightingale-heatmap/src/index' { - declare module.exports: $Exports<'nightingale-heatmap/src'>; -} -declare module 'nightingale-heatmap/src/index.js' { - declare module.exports: $Exports<'nightingale-heatmap/src'>; -} -declare module 'nightingale-heatmap/src/nightingale-heatmap.js' { - declare module.exports: $Exports<'nightingale-heatmap/src/nightingale-heatmap'>; -} diff --git a/flow-typed/npm/nightingale-linegraph-track_vx.x.x.js b/flow-typed/npm/nightingale-linegraph-track_vx.x.x.js deleted file mode 100644 index 3e4747418..000000000 --- a/flow-typed/npm/nightingale-linegraph-track_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: ac6adfe4ee2a5d74e76f7959f6e2e15c -// flow-typed version: <>/nightingale-linegraph-track_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'nightingale-linegraph-track' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'nightingale-linegraph-track' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'nightingale-linegraph-track/dist/nightingale-linegraph-track' { - declare module.exports: any; -} - -declare module 'nightingale-linegraph-track/src' { - declare module.exports: any; -} - -declare module 'nightingale-linegraph-track/src/nightingale-linegraph-track' { - declare module.exports: any; -} - -// Filename aliases -declare module 'nightingale-linegraph-track/dist/nightingale-linegraph-track.js' { - declare module.exports: $Exports<'nightingale-linegraph-track/dist/nightingale-linegraph-track'>; -} -declare module 'nightingale-linegraph-track/src/index' { - declare module.exports: $Exports<'nightingale-linegraph-track/src'>; -} -declare module 'nightingale-linegraph-track/src/index.js' { - declare module.exports: $Exports<'nightingale-linegraph-track/src'>; -} -declare module 'nightingale-linegraph-track/src/nightingale-linegraph-track.js' { - declare module.exports: $Exports<'nightingale-linegraph-track/src/nightingale-linegraph-track'>; -} diff --git a/flow-typed/npm/nightingale-sunburst_vx.x.x.js b/flow-typed/npm/nightingale-sunburst_vx.x.x.js deleted file mode 100644 index b25547cdc..000000000 --- a/flow-typed/npm/nightingale-sunburst_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: ff699491696a216475aa08b9c93e154e -// flow-typed version: <>/nightingale-sunburst_v3.5.7/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'nightingale-sunburst' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'nightingale-sunburst' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'nightingale-sunburst/dist/nightingale-sunburst' { - declare module.exports: any; -} - -declare module 'nightingale-sunburst/src' { - declare module.exports: any; -} - -declare module 'nightingale-sunburst/src/nightingale-sunburst' { - declare module.exports: any; -} - -// Filename aliases -declare module 'nightingale-sunburst/dist/nightingale-sunburst.js' { - declare module.exports: $Exports<'nightingale-sunburst/dist/nightingale-sunburst'>; -} -declare module 'nightingale-sunburst/src/index' { - declare module.exports: $Exports<'nightingale-sunburst/src'>; -} -declare module 'nightingale-sunburst/src/index.js' { - declare module.exports: $Exports<'nightingale-sunburst/src'>; -} -declare module 'nightingale-sunburst/src/nightingale-sunburst.js' { - declare module.exports: $Exports<'nightingale-sunburst/src/nightingale-sunburst'>; -} diff --git a/flow-typed/npm/node-sass_vx.x.x.js b/flow-typed/npm/node-sass_vx.x.x.js index 1a60b8931..b68dfe0e8 100644 --- a/flow-typed/npm/node-sass_vx.x.x.js +++ b/flow-typed/npm/node-sass_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e88d40992c2d1cc3c6b5ad7b993a7091 -// flow-typed version: <>/node-sass_v8.0.0/flow_v0.171.0 +// flow-typed signature: a5d98b58887ba7276a435b01a4e40ec4 +// flow-typed version: <>/node-sass_v9.0.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/node-stream-zip_v1.x.x.js b/flow-typed/npm/node-stream-zip_v1.x.x.js new file mode 100644 index 000000000..2940cc202 --- /dev/null +++ b/flow-typed/npm/node-stream-zip_v1.x.x.js @@ -0,0 +1,191 @@ +// flow-typed signature: bd18604d0696d9e4ad0da443cf74273b +// flow-typed version: 1ff21d416b/node-stream-zip_v1.x.x/flow_>=v0.104.x + +declare module 'node-stream-zip' { + declare type StreamZipOptions = {| + /** + * File to read + * @default undefined + */ + file?: string; + + /** + * Alternatively, you can pass fd here + * @default undefined + */ + fd?: number; + + /** + * You will be able to work with entries inside zip archive, + * otherwise the only way to access them is entry event + * @default true + */ + storeEntries?: boolean; + + /** + * By default, entry name is checked for malicious characters, like ../ or c:\123, + * pass this flag to disable validation error + * @default false + */ + skipEntryNameValidation?: boolean; + + /** + * Filesystem read chunk size + * @default automatic based on file size + */ + chunkSize?: number; + + /** + * Encoding used to decode file names + * @default UTF8 + */ + nameEncoding?: string; + |} + + declare type ZipEntry = {| + /** + * file name + */ + name: string; + + /** + * true if it's a directory entry + */ + isDirectory: boolean; + + /** + * true if it's a file entry, see also isDirectory + */ + isFile: boolean; + + /** + * file comment + */ + comment: string; + + /** + * if the file is encrypted + */ + encrypted: boolean; + + /** + * version made by + */ + verMade: number; + + /** + * version needed to extract + */ + version: number; + + /** + * encrypt, decrypt flags + */ + flags: number; + + /** + * compression method + */ + method: number; + + /** + * modification time + */ + time: number; + + /** + * uncompressed file crc-32 value + */ + crc: number; + + /** + * compressed size + */ + compressedSize: number; + + /** + * uncompressed size + */ + size: number; + + /** + * volume number start + */ + diskStart: number; + + /** + * internal file attributes + */ + inattr: number; + + /** + * external file attributes + */ + attr: number; + + /** + * LOC header offset + */ + offset: number; + |} + + declare class StreamZipAsync { + constructor(config: StreamZipOptions): this; + + entriesCount: Promise; + comment: Promise; + + entry(name: string): Promise; + entries(): Promise<{ [name: string]: ZipEntry }>; + entryData(entry: string | ZipEntry): Promise; + stream(entry: string | ZipEntry): Promise; + extract(entry: string | ZipEntry | null, outPath: string): Promise; + + on(event: 'entry', handler: (entry: ZipEntry) => void): void; + on(event: 'extract', handler: (entry: ZipEntry, outPath: string) => void): void; + + close(): Promise; + } + + declare class StreamZip { + constructor(config: StreamZipOptions): this; + + entriesCount: number; + comment: string; + + on(event: 'error', handler: (error: any) => void): void; + on(event: 'entry', handler: (entry: ZipEntry) => void): void; + on(event: 'ready', handler: () => void): void; + on(event: 'extract', handler: (entry: ZipEntry, outPath: string) => void): void; + + entry(name: string): ?ZipEntry; + + entries(): { [name: string]: ZipEntry }; + + stream( + entry: string | ZipEntry, + callback: (err: any | null, stream?: ReadableStream) => void + ): void; + + entryDataSync(entry: string | ZipEntry): Buffer; + + openEntry( + entry: string | ZipEntry, + callback: (err: any | null, entry?: ZipEntry) => void, + sync: boolean + ): void; + + extract( + entry: string | ZipEntry | null, + outPath: string, + callback: (err?: any, res?: number) => void + ): void; + + close(callback?: (err?: any) => void): void; + + static async: Class; + } + + declare module.exports: Class; + } + \ No newline at end of file diff --git a/flow-typed/npm/node-zopfli-es_vx.x.x.js b/flow-typed/npm/node-zopfli-es_vx.x.x.js deleted file mode 100644 index 4c8cee109..000000000 --- a/flow-typed/npm/node-zopfli-es_vx.x.x.js +++ /dev/null @@ -1,46 +0,0 @@ -// flow-typed signature: 24f7b8f1bc5684727da40a6bdf519b57 -// flow-typed version: <>/node-zopfli-es_v1.0.7/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'node-zopfli-es' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'node-zopfli-es' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'node-zopfli-es/bin/zopfli' { - declare module.exports: any; -} - -declare module 'node-zopfli-es/bin/zopflipng' { - declare module.exports: any; -} - -declare module 'node-zopfli-es/lib/zopfli' { - declare module.exports: any; -} - -// Filename aliases -declare module 'node-zopfli-es/bin/zopfli.js' { - declare module.exports: $Exports<'node-zopfli-es/bin/zopfli'>; -} -declare module 'node-zopfli-es/bin/zopflipng.js' { - declare module.exports: $Exports<'node-zopfli-es/bin/zopflipng'>; -} -declare module 'node-zopfli-es/lib/zopfli.js' { - declare module.exports: $Exports<'node-zopfli-es/lib/zopfli'>; -} diff --git a/flow-typed/npm/npm_vx.x.x.js b/flow-typed/npm/npm_vx.x.x.js new file mode 100644 index 000000000..f3c73245f --- /dev/null +++ b/flow-typed/npm/npm_vx.x.x.js @@ -0,0 +1,839 @@ +// flow-typed signature: 1390617b4e6dfdfc237f04ae8a8b9342 +// flow-typed version: <>/npm_v^10.2.5/flow_v0.171.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'npm' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'npm' { + declare module.exports: any; +} + +/** + * We include stubs for each file inside this npm package in case you need to + * require those files directly. Feel free to delete any files that aren't + * needed. + */ +declare module 'npm/bin/npm-cli' { + declare module.exports: any; +} + +declare module 'npm/bin/npx-cli' { + declare module.exports: any; +} + +declare module 'npm/docs/lib' { + declare module.exports: any; +} + +declare module 'npm/lib/arborist-cmd' { + declare module.exports: any; +} + +declare module 'npm/lib/base-command' { + declare module.exports: any; +} + +declare module 'npm/lib/cli-entry' { + declare module.exports: any; +} + +declare module 'npm/lib/cli' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/access' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/adduser' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/audit' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/bugs' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/cache' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/ci' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/completion' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/config' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/dedupe' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/deprecate' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/diff' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/dist-tag' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/docs' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/doctor' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/edit' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/exec' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/explain' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/explore' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/find-dupes' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/fund' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/get' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/help-search' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/help' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/hook' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/init' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/install-ci-test' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/install-test' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/install' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/link' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/ll' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/login' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/logout' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/ls' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/org' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/outdated' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/owner' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/pack' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/ping' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/pkg' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/prefix' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/profile' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/prune' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/publish' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/query' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/rebuild' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/repo' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/restart' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/root' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/run-script' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/sbom' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/search' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/set' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/shrinkwrap' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/star' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/stars' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/start' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/stop' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/team' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/test' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/token' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/uninstall' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/unpublish' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/unstar' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/update' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/version' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/view' { + declare module.exports: any; +} + +declare module 'npm/lib/commands/whoami' { + declare module.exports: any; +} + +declare module 'npm/lib/es6/validate-engines' { + declare module.exports: any; +} + +declare module 'npm/lib/lifecycle-cmd' { + declare module.exports: any; +} + +declare module 'npm/lib/npm' { + declare module.exports: any; +} + +declare module 'npm/lib/package-url-cmd' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/audit-error' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/auth' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/cmd-list' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/completion/installed-deep' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/completion/installed-shallow' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/did-you-mean' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/display' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/error-message' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/exit-handler' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/explain-dep' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/explain-eresolve' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/format-bytes' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/format-search-stream' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/get-identity' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/is-windows' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/log-file' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/log-shim' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/npm-usage' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/open-url-prompt' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/open-url' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/otplease' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/ping' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/pulse-till-done' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/queryable' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/read-user-info' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/reify-finish' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/reify-output' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/replace-info' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/sbom-cyclonedx' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/sbom-spdx' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/tar' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/timers' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/update-notifier' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/validate-lockfile' { + declare module.exports: any; +} + +declare module 'npm/lib/utils/web-auth' { + declare module.exports: any; +} + +declare module 'npm/lib/workspaces/get-workspaces' { + declare module.exports: any; +} + +declare module 'npm/lib/workspaces/update-workspaces' { + declare module.exports: any; +} + +// Filename aliases +declare module 'npm/bin/npm-cli.js' { + declare module.exports: $Exports<'npm/bin/npm-cli'>; +} +declare module 'npm/bin/npx-cli.js' { + declare module.exports: $Exports<'npm/bin/npx-cli'>; +} +declare module 'npm/docs/lib/index' { + declare module.exports: $Exports<'npm/docs/lib'>; +} +declare module 'npm/docs/lib/index.js' { + declare module.exports: $Exports<'npm/docs/lib'>; +} +declare module 'npm/index' { + declare module.exports: $Exports<'npm'>; +} +declare module 'npm/index.js' { + declare module.exports: $Exports<'npm'>; +} +declare module 'npm/lib/arborist-cmd.js' { + declare module.exports: $Exports<'npm/lib/arborist-cmd'>; +} +declare module 'npm/lib/base-command.js' { + declare module.exports: $Exports<'npm/lib/base-command'>; +} +declare module 'npm/lib/cli-entry.js' { + declare module.exports: $Exports<'npm/lib/cli-entry'>; +} +declare module 'npm/lib/cli.js' { + declare module.exports: $Exports<'npm/lib/cli'>; +} +declare module 'npm/lib/commands/access.js' { + declare module.exports: $Exports<'npm/lib/commands/access'>; +} +declare module 'npm/lib/commands/adduser.js' { + declare module.exports: $Exports<'npm/lib/commands/adduser'>; +} +declare module 'npm/lib/commands/audit.js' { + declare module.exports: $Exports<'npm/lib/commands/audit'>; +} +declare module 'npm/lib/commands/bugs.js' { + declare module.exports: $Exports<'npm/lib/commands/bugs'>; +} +declare module 'npm/lib/commands/cache.js' { + declare module.exports: $Exports<'npm/lib/commands/cache'>; +} +declare module 'npm/lib/commands/ci.js' { + declare module.exports: $Exports<'npm/lib/commands/ci'>; +} +declare module 'npm/lib/commands/completion.js' { + declare module.exports: $Exports<'npm/lib/commands/completion'>; +} +declare module 'npm/lib/commands/config.js' { + declare module.exports: $Exports<'npm/lib/commands/config'>; +} +declare module 'npm/lib/commands/dedupe.js' { + declare module.exports: $Exports<'npm/lib/commands/dedupe'>; +} +declare module 'npm/lib/commands/deprecate.js' { + declare module.exports: $Exports<'npm/lib/commands/deprecate'>; +} +declare module 'npm/lib/commands/diff.js' { + declare module.exports: $Exports<'npm/lib/commands/diff'>; +} +declare module 'npm/lib/commands/dist-tag.js' { + declare module.exports: $Exports<'npm/lib/commands/dist-tag'>; +} +declare module 'npm/lib/commands/docs.js' { + declare module.exports: $Exports<'npm/lib/commands/docs'>; +} +declare module 'npm/lib/commands/doctor.js' { + declare module.exports: $Exports<'npm/lib/commands/doctor'>; +} +declare module 'npm/lib/commands/edit.js' { + declare module.exports: $Exports<'npm/lib/commands/edit'>; +} +declare module 'npm/lib/commands/exec.js' { + declare module.exports: $Exports<'npm/lib/commands/exec'>; +} +declare module 'npm/lib/commands/explain.js' { + declare module.exports: $Exports<'npm/lib/commands/explain'>; +} +declare module 'npm/lib/commands/explore.js' { + declare module.exports: $Exports<'npm/lib/commands/explore'>; +} +declare module 'npm/lib/commands/find-dupes.js' { + declare module.exports: $Exports<'npm/lib/commands/find-dupes'>; +} +declare module 'npm/lib/commands/fund.js' { + declare module.exports: $Exports<'npm/lib/commands/fund'>; +} +declare module 'npm/lib/commands/get.js' { + declare module.exports: $Exports<'npm/lib/commands/get'>; +} +declare module 'npm/lib/commands/help-search.js' { + declare module.exports: $Exports<'npm/lib/commands/help-search'>; +} +declare module 'npm/lib/commands/help.js' { + declare module.exports: $Exports<'npm/lib/commands/help'>; +} +declare module 'npm/lib/commands/hook.js' { + declare module.exports: $Exports<'npm/lib/commands/hook'>; +} +declare module 'npm/lib/commands/init.js' { + declare module.exports: $Exports<'npm/lib/commands/init'>; +} +declare module 'npm/lib/commands/install-ci-test.js' { + declare module.exports: $Exports<'npm/lib/commands/install-ci-test'>; +} +declare module 'npm/lib/commands/install-test.js' { + declare module.exports: $Exports<'npm/lib/commands/install-test'>; +} +declare module 'npm/lib/commands/install.js' { + declare module.exports: $Exports<'npm/lib/commands/install'>; +} +declare module 'npm/lib/commands/link.js' { + declare module.exports: $Exports<'npm/lib/commands/link'>; +} +declare module 'npm/lib/commands/ll.js' { + declare module.exports: $Exports<'npm/lib/commands/ll'>; +} +declare module 'npm/lib/commands/login.js' { + declare module.exports: $Exports<'npm/lib/commands/login'>; +} +declare module 'npm/lib/commands/logout.js' { + declare module.exports: $Exports<'npm/lib/commands/logout'>; +} +declare module 'npm/lib/commands/ls.js' { + declare module.exports: $Exports<'npm/lib/commands/ls'>; +} +declare module 'npm/lib/commands/org.js' { + declare module.exports: $Exports<'npm/lib/commands/org'>; +} +declare module 'npm/lib/commands/outdated.js' { + declare module.exports: $Exports<'npm/lib/commands/outdated'>; +} +declare module 'npm/lib/commands/owner.js' { + declare module.exports: $Exports<'npm/lib/commands/owner'>; +} +declare module 'npm/lib/commands/pack.js' { + declare module.exports: $Exports<'npm/lib/commands/pack'>; +} +declare module 'npm/lib/commands/ping.js' { + declare module.exports: $Exports<'npm/lib/commands/ping'>; +} +declare module 'npm/lib/commands/pkg.js' { + declare module.exports: $Exports<'npm/lib/commands/pkg'>; +} +declare module 'npm/lib/commands/prefix.js' { + declare module.exports: $Exports<'npm/lib/commands/prefix'>; +} +declare module 'npm/lib/commands/profile.js' { + declare module.exports: $Exports<'npm/lib/commands/profile'>; +} +declare module 'npm/lib/commands/prune.js' { + declare module.exports: $Exports<'npm/lib/commands/prune'>; +} +declare module 'npm/lib/commands/publish.js' { + declare module.exports: $Exports<'npm/lib/commands/publish'>; +} +declare module 'npm/lib/commands/query.js' { + declare module.exports: $Exports<'npm/lib/commands/query'>; +} +declare module 'npm/lib/commands/rebuild.js' { + declare module.exports: $Exports<'npm/lib/commands/rebuild'>; +} +declare module 'npm/lib/commands/repo.js' { + declare module.exports: $Exports<'npm/lib/commands/repo'>; +} +declare module 'npm/lib/commands/restart.js' { + declare module.exports: $Exports<'npm/lib/commands/restart'>; +} +declare module 'npm/lib/commands/root.js' { + declare module.exports: $Exports<'npm/lib/commands/root'>; +} +declare module 'npm/lib/commands/run-script.js' { + declare module.exports: $Exports<'npm/lib/commands/run-script'>; +} +declare module 'npm/lib/commands/sbom.js' { + declare module.exports: $Exports<'npm/lib/commands/sbom'>; +} +declare module 'npm/lib/commands/search.js' { + declare module.exports: $Exports<'npm/lib/commands/search'>; +} +declare module 'npm/lib/commands/set.js' { + declare module.exports: $Exports<'npm/lib/commands/set'>; +} +declare module 'npm/lib/commands/shrinkwrap.js' { + declare module.exports: $Exports<'npm/lib/commands/shrinkwrap'>; +} +declare module 'npm/lib/commands/star.js' { + declare module.exports: $Exports<'npm/lib/commands/star'>; +} +declare module 'npm/lib/commands/stars.js' { + declare module.exports: $Exports<'npm/lib/commands/stars'>; +} +declare module 'npm/lib/commands/start.js' { + declare module.exports: $Exports<'npm/lib/commands/start'>; +} +declare module 'npm/lib/commands/stop.js' { + declare module.exports: $Exports<'npm/lib/commands/stop'>; +} +declare module 'npm/lib/commands/team.js' { + declare module.exports: $Exports<'npm/lib/commands/team'>; +} +declare module 'npm/lib/commands/test.js' { + declare module.exports: $Exports<'npm/lib/commands/test'>; +} +declare module 'npm/lib/commands/token.js' { + declare module.exports: $Exports<'npm/lib/commands/token'>; +} +declare module 'npm/lib/commands/uninstall.js' { + declare module.exports: $Exports<'npm/lib/commands/uninstall'>; +} +declare module 'npm/lib/commands/unpublish.js' { + declare module.exports: $Exports<'npm/lib/commands/unpublish'>; +} +declare module 'npm/lib/commands/unstar.js' { + declare module.exports: $Exports<'npm/lib/commands/unstar'>; +} +declare module 'npm/lib/commands/update.js' { + declare module.exports: $Exports<'npm/lib/commands/update'>; +} +declare module 'npm/lib/commands/version.js' { + declare module.exports: $Exports<'npm/lib/commands/version'>; +} +declare module 'npm/lib/commands/view.js' { + declare module.exports: $Exports<'npm/lib/commands/view'>; +} +declare module 'npm/lib/commands/whoami.js' { + declare module.exports: $Exports<'npm/lib/commands/whoami'>; +} +declare module 'npm/lib/es6/validate-engines.js' { + declare module.exports: $Exports<'npm/lib/es6/validate-engines'>; +} +declare module 'npm/lib/lifecycle-cmd.js' { + declare module.exports: $Exports<'npm/lib/lifecycle-cmd'>; +} +declare module 'npm/lib/npm.js' { + declare module.exports: $Exports<'npm/lib/npm'>; +} +declare module 'npm/lib/package-url-cmd.js' { + declare module.exports: $Exports<'npm/lib/package-url-cmd'>; +} +declare module 'npm/lib/utils/audit-error.js' { + declare module.exports: $Exports<'npm/lib/utils/audit-error'>; +} +declare module 'npm/lib/utils/auth.js' { + declare module.exports: $Exports<'npm/lib/utils/auth'>; +} +declare module 'npm/lib/utils/cmd-list.js' { + declare module.exports: $Exports<'npm/lib/utils/cmd-list'>; +} +declare module 'npm/lib/utils/completion/installed-deep.js' { + declare module.exports: $Exports<'npm/lib/utils/completion/installed-deep'>; +} +declare module 'npm/lib/utils/completion/installed-shallow.js' { + declare module.exports: $Exports<'npm/lib/utils/completion/installed-shallow'>; +} +declare module 'npm/lib/utils/did-you-mean.js' { + declare module.exports: $Exports<'npm/lib/utils/did-you-mean'>; +} +declare module 'npm/lib/utils/display.js' { + declare module.exports: $Exports<'npm/lib/utils/display'>; +} +declare module 'npm/lib/utils/error-message.js' { + declare module.exports: $Exports<'npm/lib/utils/error-message'>; +} +declare module 'npm/lib/utils/exit-handler.js' { + declare module.exports: $Exports<'npm/lib/utils/exit-handler'>; +} +declare module 'npm/lib/utils/explain-dep.js' { + declare module.exports: $Exports<'npm/lib/utils/explain-dep'>; +} +declare module 'npm/lib/utils/explain-eresolve.js' { + declare module.exports: $Exports<'npm/lib/utils/explain-eresolve'>; +} +declare module 'npm/lib/utils/format-bytes.js' { + declare module.exports: $Exports<'npm/lib/utils/format-bytes'>; +} +declare module 'npm/lib/utils/format-search-stream.js' { + declare module.exports: $Exports<'npm/lib/utils/format-search-stream'>; +} +declare module 'npm/lib/utils/get-identity.js' { + declare module.exports: $Exports<'npm/lib/utils/get-identity'>; +} +declare module 'npm/lib/utils/is-windows.js' { + declare module.exports: $Exports<'npm/lib/utils/is-windows'>; +} +declare module 'npm/lib/utils/log-file.js' { + declare module.exports: $Exports<'npm/lib/utils/log-file'>; +} +declare module 'npm/lib/utils/log-shim.js' { + declare module.exports: $Exports<'npm/lib/utils/log-shim'>; +} +declare module 'npm/lib/utils/npm-usage.js' { + declare module.exports: $Exports<'npm/lib/utils/npm-usage'>; +} +declare module 'npm/lib/utils/open-url-prompt.js' { + declare module.exports: $Exports<'npm/lib/utils/open-url-prompt'>; +} +declare module 'npm/lib/utils/open-url.js' { + declare module.exports: $Exports<'npm/lib/utils/open-url'>; +} +declare module 'npm/lib/utils/otplease.js' { + declare module.exports: $Exports<'npm/lib/utils/otplease'>; +} +declare module 'npm/lib/utils/ping.js' { + declare module.exports: $Exports<'npm/lib/utils/ping'>; +} +declare module 'npm/lib/utils/pulse-till-done.js' { + declare module.exports: $Exports<'npm/lib/utils/pulse-till-done'>; +} +declare module 'npm/lib/utils/queryable.js' { + declare module.exports: $Exports<'npm/lib/utils/queryable'>; +} +declare module 'npm/lib/utils/read-user-info.js' { + declare module.exports: $Exports<'npm/lib/utils/read-user-info'>; +} +declare module 'npm/lib/utils/reify-finish.js' { + declare module.exports: $Exports<'npm/lib/utils/reify-finish'>; +} +declare module 'npm/lib/utils/reify-output.js' { + declare module.exports: $Exports<'npm/lib/utils/reify-output'>; +} +declare module 'npm/lib/utils/replace-info.js' { + declare module.exports: $Exports<'npm/lib/utils/replace-info'>; +} +declare module 'npm/lib/utils/sbom-cyclonedx.js' { + declare module.exports: $Exports<'npm/lib/utils/sbom-cyclonedx'>; +} +declare module 'npm/lib/utils/sbom-spdx.js' { + declare module.exports: $Exports<'npm/lib/utils/sbom-spdx'>; +} +declare module 'npm/lib/utils/tar.js' { + declare module.exports: $Exports<'npm/lib/utils/tar'>; +} +declare module 'npm/lib/utils/timers.js' { + declare module.exports: $Exports<'npm/lib/utils/timers'>; +} +declare module 'npm/lib/utils/update-notifier.js' { + declare module.exports: $Exports<'npm/lib/utils/update-notifier'>; +} +declare module 'npm/lib/utils/validate-lockfile.js' { + declare module.exports: $Exports<'npm/lib/utils/validate-lockfile'>; +} +declare module 'npm/lib/utils/web-auth.js' { + declare module.exports: $Exports<'npm/lib/utils/web-auth'>; +} +declare module 'npm/lib/workspaces/get-workspaces.js' { + declare module.exports: $Exports<'npm/lib/workspaces/get-workspaces'>; +} +declare module 'npm/lib/workspaces/update-workspaces.js' { + declare module.exports: $Exports<'npm/lib/workspaces/update-workspaces'>; +} diff --git a/flow-typed/npm/offline-plugin_vx.x.x.js b/flow-typed/npm/offline-plugin_vx.x.x.js deleted file mode 100644 index 14926f762..000000000 --- a/flow-typed/npm/offline-plugin_vx.x.x.js +++ /dev/null @@ -1,143 +0,0 @@ -// flow-typed signature: 8e69aeb6620947c4ebf2de2c6e993554 -// flow-typed version: <>/offline-plugin_v5.0.7/flow_v0.144.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'offline-plugin' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'offline-plugin' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'offline-plugin/lib/app-cache' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/default-options' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/loaders/fonts-css' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/loaders' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/async-waituntil' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/get-minification-plugin' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/runtime-loader' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/sw-loader' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/sw-polyfill' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/sw-template' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/misc/utils' { - declare module.exports: any; -} - -declare module 'offline-plugin/lib/service-worker' { - declare module.exports: any; -} - -declare module 'offline-plugin/runtime' { - declare module.exports: any; -} - -declare module 'offline-plugin/tpls/empty-entry' { - declare module.exports: any; -} - -declare module 'offline-plugin/tpls/runtime-template' { - declare module.exports: any; -} - -// Filename aliases -declare module 'offline-plugin/lib/app-cache.js' { - declare module.exports: $Exports<'offline-plugin/lib/app-cache'>; -} -declare module 'offline-plugin/lib/default-options.js' { - declare module.exports: $Exports<'offline-plugin/lib/default-options'>; -} -declare module 'offline-plugin/lib/index' { - declare module.exports: $Exports<'offline-plugin/lib'>; -} -declare module 'offline-plugin/lib/index.js' { - declare module.exports: $Exports<'offline-plugin/lib'>; -} -declare module 'offline-plugin/lib/loaders/fonts-css.js' { - declare module.exports: $Exports<'offline-plugin/lib/loaders/fonts-css'>; -} -declare module 'offline-plugin/lib/loaders/index' { - declare module.exports: $Exports<'offline-plugin/lib/loaders'>; -} -declare module 'offline-plugin/lib/loaders/index.js' { - declare module.exports: $Exports<'offline-plugin/lib/loaders'>; -} -declare module 'offline-plugin/lib/misc/async-waituntil.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/async-waituntil'>; -} -declare module 'offline-plugin/lib/misc/get-minification-plugin.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/get-minification-plugin'>; -} -declare module 'offline-plugin/lib/misc/runtime-loader.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/runtime-loader'>; -} -declare module 'offline-plugin/lib/misc/sw-loader.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/sw-loader'>; -} -declare module 'offline-plugin/lib/misc/sw-polyfill.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/sw-polyfill'>; -} -declare module 'offline-plugin/lib/misc/sw-template.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/sw-template'>; -} -declare module 'offline-plugin/lib/misc/utils.js' { - declare module.exports: $Exports<'offline-plugin/lib/misc/utils'>; -} -declare module 'offline-plugin/lib/service-worker.js' { - declare module.exports: $Exports<'offline-plugin/lib/service-worker'>; -} -declare module 'offline-plugin/runtime.js' { - declare module.exports: $Exports<'offline-plugin/runtime'>; -} -declare module 'offline-plugin/tpls/empty-entry.js' { - declare module.exports: $Exports<'offline-plugin/tpls/empty-entry'>; -} -declare module 'offline-plugin/tpls/runtime-template.js' { - declare module.exports: $Exports<'offline-plugin/tpls/runtime-template'>; -} diff --git a/flow-typed/npm/papaparse_vx.x.x.js b/flow-typed/npm/papaparse_vx.x.x.js index 33410a84c..c30a4e40a 100644 --- a/flow-typed/npm/papaparse_vx.x.x.js +++ b/flow-typed/npm/papaparse_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 052ab4e5c2c04d137713580c4399659b -// flow-typed version: <>/papaparse_v5.3.2/flow_v0.171.0 +// flow-typed signature: 3589cbe2ae9edc933d388bd240f13eae +// flow-typed version: <>/papaparse_v5.4.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/patch-package_vx.x.x.js b/flow-typed/npm/patch-package_vx.x.x.js index 85a81a059..7d3997fcb 100644 --- a/flow-typed/npm/patch-package_vx.x.x.js +++ b/flow-typed/npm/patch-package_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: c03b519437ece11d61ac1c8cd3a7f7f2 -// flow-typed version: <>/patch-package_v6.5.1/flow_v0.171.0 +// flow-typed signature: fd4d46e870bdf31939be7bfaecc981f7 +// flow-typed version: <>/patch-package_v8.0.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -30,6 +30,10 @@ declare module 'patch-package/dist/assertNever' { declare module.exports: any; } +declare module 'patch-package/dist/coerceSemVer' { + declare module.exports: any; +} + declare module 'patch-package/dist/createIssue' { declare module.exports: any; } @@ -62,6 +66,10 @@ declare module 'patch-package/dist/getPackageVersion.test' { declare module.exports: any; } +declare module 'patch-package/dist/hash' { + declare module.exports: any; +} + declare module 'patch-package/dist' { declare module.exports: any; } @@ -114,6 +122,10 @@ declare module 'patch-package/dist/path' { declare module.exports: any; } +declare module 'patch-package/dist/rebase' { + declare module.exports: any; +} + declare module 'patch-package/dist/resolveRelativeFileDependencies' { declare module.exports: any; } @@ -126,6 +138,10 @@ declare module 'patch-package/dist/spawnSafe' { declare module.exports: any; } +declare module 'patch-package/dist/stateFile' { + declare module.exports: any; +} + // Filename aliases declare module 'patch-package/dist/applyPatches.js' { declare module.exports: $Exports<'patch-package/dist/applyPatches'>; @@ -133,6 +149,9 @@ declare module 'patch-package/dist/applyPatches.js' { declare module 'patch-package/dist/assertNever.js' { declare module.exports: $Exports<'patch-package/dist/assertNever'>; } +declare module 'patch-package/dist/coerceSemVer.js' { + declare module.exports: $Exports<'patch-package/dist/coerceSemVer'>; +} declare module 'patch-package/dist/createIssue.js' { declare module.exports: $Exports<'patch-package/dist/createIssue'>; } @@ -157,6 +176,9 @@ declare module 'patch-package/dist/getPackageVersion.js' { declare module 'patch-package/dist/getPackageVersion.test.js' { declare module.exports: $Exports<'patch-package/dist/getPackageVersion.test'>; } +declare module 'patch-package/dist/hash.js' { + declare module.exports: $Exports<'patch-package/dist/hash'>; +} declare module 'patch-package/dist/index' { declare module.exports: $Exports<'patch-package/dist'>; } @@ -199,6 +221,9 @@ declare module 'patch-package/dist/patchFs.js' { declare module 'patch-package/dist/path.js' { declare module.exports: $Exports<'patch-package/dist/path'>; } +declare module 'patch-package/dist/rebase.js' { + declare module.exports: $Exports<'patch-package/dist/rebase'>; +} declare module 'patch-package/dist/resolveRelativeFileDependencies.js' { declare module.exports: $Exports<'patch-package/dist/resolveRelativeFileDependencies'>; } @@ -208,6 +233,9 @@ declare module 'patch-package/dist/resolveRelativeFileDependencies.test.js' { declare module 'patch-package/dist/spawnSafe.js' { declare module.exports: $Exports<'patch-package/dist/spawnSafe'>; } +declare module 'patch-package/dist/stateFile.js' { + declare module.exports: $Exports<'patch-package/dist/stateFile'>; +} declare module 'patch-package/index' { declare module.exports: $Exports<'patch-package'>; } diff --git a/flow-typed/npm/pdb-web-components_vx.x.x.js b/flow-typed/npm/pdb-web-components_vx.x.x.js deleted file mode 100644 index 7053a226f..000000000 --- a/flow-typed/npm/pdb-web-components_vx.x.x.js +++ /dev/null @@ -1,60 +0,0 @@ -// flow-typed signature: d9816c9d0d7151f5ddbf03ae9edd1312 -// flow-typed version: <>/pdb-web-components_v0.2.0/flow_v0.102.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'pdb-web-components' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'pdb-web-components' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'pdb-web-components/dist/index' { - declare module.exports: any; -} - -declare module 'pdb-web-components/src/components/index' { - declare module.exports: any; -} - -declare module 'pdb-web-components/src/components/pdb-data-loader' { - declare module.exports: any; -} - -declare module 'pdb-web-components/src/components/pdb-prints' { - declare module.exports: any; -} - -declare module 'pdb-web-components/src/index' { - declare module.exports: any; -} - -// Filename aliases -declare module 'pdb-web-components/dist/index.js' { - declare module.exports: $Exports<'pdb-web-components/dist/index'>; -} -declare module 'pdb-web-components/src/components/index.js' { - declare module.exports: $Exports<'pdb-web-components/src/components/index'>; -} -declare module 'pdb-web-components/src/components/pdb-data-loader.js' { - declare module.exports: $Exports<'pdb-web-components/src/components/pdb-data-loader'>; -} -declare module 'pdb-web-components/src/components/pdb-prints.js' { - declare module.exports: $Exports<'pdb-web-components/src/components/pdb-prints'>; -} -declare module 'pdb-web-components/src/index.js' { - declare module.exports: $Exports<'pdb-web-components/src/index'>; -} diff --git a/flow-typed/npm/pinst_vx.x.x.js b/flow-typed/npm/pinst_vx.x.x.js deleted file mode 100644 index 97d4f9977..000000000 --- a/flow-typed/npm/pinst_vx.x.x.js +++ /dev/null @@ -1,38 +0,0 @@ -// flow-typed signature: 3f3ded7422487422b61dc682caa2b03d -// flow-typed version: <>/pinst_v3.0.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'pinst' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'pinst' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'pinst/bin' { - declare module.exports: any; -} - -// Filename aliases -declare module 'pinst/bin.js' { - declare module.exports: $Exports<'pinst/bin'>; -} -declare module 'pinst/index' { - declare module.exports: $Exports<'pinst'>; -} -declare module 'pinst/index.js' { - declare module.exports: $Exports<'pinst'>; -} diff --git a/flow-typed/npm/postcss-loader_vx.x.x.js b/flow-typed/npm/postcss-loader_vx.x.x.js index 92560f7fd..dc2dff51d 100644 --- a/flow-typed/npm/postcss-loader_vx.x.x.js +++ b/flow-typed/npm/postcss-loader_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 05a7a9144e4468a61162427a281d4b0b -// flow-typed version: <>/postcss-loader_v7.0.2/flow_v0.171.0 +// flow-typed signature: d89b5b88f640351fd88c6ef1b45beb3a +// flow-typed version: <>/postcss-loader_v7.3.4/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -26,10 +26,6 @@ declare module 'postcss-loader/dist/cjs' { declare module.exports: any; } -declare module 'postcss-loader/dist/Error' { - declare module.exports: any; -} - declare module 'postcss-loader/dist' { declare module.exports: any; } @@ -38,17 +34,10 @@ declare module 'postcss-loader/dist/utils' { declare module.exports: any; } -declare module 'postcss-loader/dist/Warning' { - declare module.exports: any; -} - // Filename aliases declare module 'postcss-loader/dist/cjs.js' { declare module.exports: $Exports<'postcss-loader/dist/cjs'>; } -declare module 'postcss-loader/dist/Error.js' { - declare module.exports: $Exports<'postcss-loader/dist/Error'>; -} declare module 'postcss-loader/dist/index' { declare module.exports: $Exports<'postcss-loader/dist'>; } @@ -58,6 +47,3 @@ declare module 'postcss-loader/dist/index.js' { declare module 'postcss-loader/dist/utils.js' { declare module.exports: $Exports<'postcss-loader/dist/utils'>; } -declare module 'postcss-loader/dist/Warning.js' { - declare module.exports: $Exports<'postcss-loader/dist/Warning'>; -} diff --git a/flow-typed/npm/postcss-preset-env_vx.x.x.js b/flow-typed/npm/postcss-preset-env_vx.x.x.js index f87f23b82..9a05bd893 100644 --- a/flow-typed/npm/postcss-preset-env_vx.x.x.js +++ b/flow-typed/npm/postcss-preset-env_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 1f1793a3fa9310740fd7def48274e9a4 -// flow-typed version: <>/postcss-preset-env_v8.0.1/flow_v0.171.0 +// flow-typed signature: 7568ee20dacc5c2a396881afea03c74c +// flow-typed version: <>/postcss-preset-env_v9.3.0/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/postcss_vx.x.x.js b/flow-typed/npm/postcss_vx.x.x.js index 10595b84b..2c38c48cc 100644 --- a/flow-typed/npm/postcss_vx.x.x.js +++ b/flow-typed/npm/postcss_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 20ed874ad34addf57770edfe3278fca8 -// flow-typed version: <>/postcss_v8.4.21/flow_v0.171.0 +// flow-typed signature: 88977313ca40f5d17716f79cbbe063e3 +// flow-typed version: <>/postcss_v8.4.33/flow_v0.171.0 /** * This is an autogenerated libdef stub for: diff --git a/flow-typed/npm/prettier_v1.x.x.js b/flow-typed/npm/prettier_v1.x.x.js index 8b91c2363..ae6d0bd08 100644 --- a/flow-typed/npm/prettier_v1.x.x.js +++ b/flow-typed/npm/prettier_v1.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: a18c145fa181510ba16b10d17fc3a5a8 -// flow-typed version: 01acbe56d4/prettier_v1.x.x/flow_>=v0.104.x +// flow-typed signature: cfdc7e61e71ab8d32e882a236b798eaf +// flow-typed version: 02d4f1d2c5/prettier_v1.x.x/flow_>=v0.104.x <=v0.200.x declare module "prettier" { declare export type AST = { [key: string]: any, ... }; diff --git a/flow-typed/npm/prettier_vx.x.x.js b/flow-typed/npm/prettier_vx.x.x.js index 079dccb15..b6a392419 100644 --- a/flow-typed/npm/prettier_vx.x.x.js +++ b/flow-typed/npm/prettier_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 546710e22cef8273afea701fba325b7c -// flow-typed version: <>/prettier_v2.8.4/flow_v0.171.0 +// flow-typed signature: 02ccc13f9195c041a7fcd432cb7b95cf +// flow-typed version: <>/prettier_v3.1.1/flow_v0.171.0 /** * This is an autogenerated libdef stub for: @@ -22,129 +22,109 @@ declare module 'prettier' { * require those files directly. Feel free to delete any files that aren't * needed. */ -declare module 'prettier/bin-prettier' { - declare module.exports: any; -} - -declare module 'prettier/cli' { - declare module.exports: any; -} - declare module 'prettier/doc' { declare module.exports: any; } -declare module 'prettier/parser-angular' { +declare module 'prettier/plugins/acorn' { declare module.exports: any; } -declare module 'prettier/parser-babel' { +declare module 'prettier/plugins/angular' { declare module.exports: any; } -declare module 'prettier/parser-espree' { +declare module 'prettier/plugins/babel' { declare module.exports: any; } -declare module 'prettier/parser-flow' { +declare module 'prettier/plugins/estree' { declare module.exports: any; } -declare module 'prettier/parser-glimmer' { +declare module 'prettier/plugins/flow' { declare module.exports: any; } -declare module 'prettier/parser-graphql' { +declare module 'prettier/plugins/glimmer' { declare module.exports: any; } -declare module 'prettier/parser-html' { +declare module 'prettier/plugins/graphql' { declare module.exports: any; } -declare module 'prettier/parser-markdown' { +declare module 'prettier/plugins/html' { declare module.exports: any; } -declare module 'prettier/parser-meriyah' { +declare module 'prettier/plugins/markdown' { declare module.exports: any; } -declare module 'prettier/parser-postcss' { +declare module 'prettier/plugins/meriyah' { declare module.exports: any; } -declare module 'prettier/parser-typescript' { +declare module 'prettier/plugins/postcss' { declare module.exports: any; } -declare module 'prettier/parser-yaml' { +declare module 'prettier/plugins/typescript' { declare module.exports: any; } -declare module 'prettier/standalone' { +declare module 'prettier/plugins/yaml' { declare module.exports: any; } -declare module 'prettier/third-party' { +declare module 'prettier/standalone' { declare module.exports: any; } // Filename aliases -declare module 'prettier/bin-prettier.js' { - declare module.exports: $Exports<'prettier/bin-prettier'>; -} -declare module 'prettier/cli.js' { - declare module.exports: $Exports<'prettier/cli'>; -} declare module 'prettier/doc.js' { declare module.exports: $Exports<'prettier/doc'>; } -declare module 'prettier/index' { - declare module.exports: $Exports<'prettier'>; -} -declare module 'prettier/index.js' { - declare module.exports: $Exports<'prettier'>; +declare module 'prettier/plugins/acorn.js' { + declare module.exports: $Exports<'prettier/plugins/acorn'>; } -declare module 'prettier/parser-angular.js' { - declare module.exports: $Exports<'prettier/parser-angular'>; +declare module 'prettier/plugins/angular.js' { + declare module.exports: $Exports<'prettier/plugins/angular'>; } -declare module 'prettier/parser-babel.js' { - declare module.exports: $Exports<'prettier/parser-babel'>; +declare module 'prettier/plugins/babel.js' { + declare module.exports: $Exports<'prettier/plugins/babel'>; } -declare module 'prettier/parser-espree.js' { - declare module.exports: $Exports<'prettier/parser-espree'>; +declare module 'prettier/plugins/estree.js' { + declare module.exports: $Exports<'prettier/plugins/estree'>; } -declare module 'prettier/parser-flow.js' { - declare module.exports: $Exports<'prettier/parser-flow'>; +declare module 'prettier/plugins/flow.js' { + declare module.exports: $Exports<'prettier/plugins/flow'>; } -declare module 'prettier/parser-glimmer.js' { - declare module.exports: $Exports<'prettier/parser-glimmer'>; +declare module 'prettier/plugins/glimmer.js' { + declare module.exports: $Exports<'prettier/plugins/glimmer'>; } -declare module 'prettier/parser-graphql.js' { - declare module.exports: $Exports<'prettier/parser-graphql'>; +declare module 'prettier/plugins/graphql.js' { + declare module.exports: $Exports<'prettier/plugins/graphql'>; } -declare module 'prettier/parser-html.js' { - declare module.exports: $Exports<'prettier/parser-html'>; +declare module 'prettier/plugins/html.js' { + declare module.exports: $Exports<'prettier/plugins/html'>; } -declare module 'prettier/parser-markdown.js' { - declare module.exports: $Exports<'prettier/parser-markdown'>; +declare module 'prettier/plugins/markdown.js' { + declare module.exports: $Exports<'prettier/plugins/markdown'>; } -declare module 'prettier/parser-meriyah.js' { - declare module.exports: $Exports<'prettier/parser-meriyah'>; +declare module 'prettier/plugins/meriyah.js' { + declare module.exports: $Exports<'prettier/plugins/meriyah'>; } -declare module 'prettier/parser-postcss.js' { - declare module.exports: $Exports<'prettier/parser-postcss'>; +declare module 'prettier/plugins/postcss.js' { + declare module.exports: $Exports<'prettier/plugins/postcss'>; } -declare module 'prettier/parser-typescript.js' { - declare module.exports: $Exports<'prettier/parser-typescript'>; +declare module 'prettier/plugins/typescript.js' { + declare module.exports: $Exports<'prettier/plugins/typescript'>; } -declare module 'prettier/parser-yaml.js' { - declare module.exports: $Exports<'prettier/parser-yaml'>; +declare module 'prettier/plugins/yaml.js' { + declare module.exports: $Exports<'prettier/plugins/yaml'>; } declare module 'prettier/standalone.js' { declare module.exports: $Exports<'prettier/standalone'>; } -declare module 'prettier/third-party.js' { - declare module.exports: $Exports<'prettier/third-party'>; -} diff --git a/flow-typed/npm/protvista-coloured-sequence_vx.x.x.js b/flow-typed/npm/protvista-coloured-sequence_vx.x.x.js deleted file mode 100644 index f908571d5..000000000 --- a/flow-typed/npm/protvista-coloured-sequence_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: ef2e572eabd1ef7ad3cd4595c838a0f3 -// flow-typed version: <>/protvista-coloured-sequence_v3.5.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-coloured-sequence' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-coloured-sequence' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-coloured-sequence/dist/protvista-coloured-sequence' { - declare module.exports: any; -} - -declare module 'protvista-coloured-sequence/src' { - declare module.exports: any; -} - -declare module 'protvista-coloured-sequence/src/protvista-coloured-sequence' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-coloured-sequence/dist/protvista-coloured-sequence.js' { - declare module.exports: $Exports<'protvista-coloured-sequence/dist/protvista-coloured-sequence'>; -} -declare module 'protvista-coloured-sequence/src/index' { - declare module.exports: $Exports<'protvista-coloured-sequence/src'>; -} -declare module 'protvista-coloured-sequence/src/index.js' { - declare module.exports: $Exports<'protvista-coloured-sequence/src'>; -} -declare module 'protvista-coloured-sequence/src/protvista-coloured-sequence.js' { - declare module.exports: $Exports<'protvista-coloured-sequence/src/protvista-coloured-sequence'>; -} diff --git a/flow-typed/npm/protvista-interpro-track_vx.x.x.js b/flow-typed/npm/protvista-interpro-track_vx.x.x.js deleted file mode 100644 index 92353c434..000000000 --- a/flow-typed/npm/protvista-interpro-track_vx.x.x.js +++ /dev/null @@ -1,73 +0,0 @@ -// flow-typed signature: ed60d990e29f17a550e7be2ce183969a -// flow-typed version: <>/protvista-interpro-track_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-interpro-track' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-interpro-track' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-interpro-track/dist/protvista-interpro-track' { - declare module.exports: any; -} - -declare module 'protvista-interpro-track/src/coverage' { - declare module.exports: any; -} - -declare module 'protvista-interpro-track/src/coverage/index.test' { - declare module.exports: any; -} - -declare module 'protvista-interpro-track/src' { - declare module.exports: any; -} - -declare module 'protvista-interpro-track/src/InterproEntryLayout' { - declare module.exports: any; -} - -declare module 'protvista-interpro-track/src/protvista-interpro-track' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-interpro-track/dist/protvista-interpro-track.js' { - declare module.exports: $Exports<'protvista-interpro-track/dist/protvista-interpro-track'>; -} -declare module 'protvista-interpro-track/src/coverage/index' { - declare module.exports: $Exports<'protvista-interpro-track/src/coverage'>; -} -declare module 'protvista-interpro-track/src/coverage/index.js' { - declare module.exports: $Exports<'protvista-interpro-track/src/coverage'>; -} -declare module 'protvista-interpro-track/src/coverage/index.test.js' { - declare module.exports: $Exports<'protvista-interpro-track/src/coverage/index.test'>; -} -declare module 'protvista-interpro-track/src/index' { - declare module.exports: $Exports<'protvista-interpro-track/src'>; -} -declare module 'protvista-interpro-track/src/index.js' { - declare module.exports: $Exports<'protvista-interpro-track/src'>; -} -declare module 'protvista-interpro-track/src/InterproEntryLayout.js' { - declare module.exports: $Exports<'protvista-interpro-track/src/InterproEntryLayout'>; -} -declare module 'protvista-interpro-track/src/protvista-interpro-track.js' { - declare module.exports: $Exports<'protvista-interpro-track/src/protvista-interpro-track'>; -} diff --git a/flow-typed/npm/protvista-links_vx.x.x.js b/flow-typed/npm/protvista-links_vx.x.x.js deleted file mode 100644 index 953f7dcae..000000000 --- a/flow-typed/npm/protvista-links_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 72ff4c2f05ce57914b10443f3a95e2b8 -// flow-typed version: <>/protvista-links_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-links' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-links' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-links/dist/protvista-links' { - declare module.exports: any; -} - -declare module 'protvista-links/src' { - declare module.exports: any; -} - -declare module 'protvista-links/src/protvista-links.test' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-links/dist/protvista-links.js' { - declare module.exports: $Exports<'protvista-links/dist/protvista-links'>; -} -declare module 'protvista-links/src/index' { - declare module.exports: $Exports<'protvista-links/src'>; -} -declare module 'protvista-links/src/index.js' { - declare module.exports: $Exports<'protvista-links/src'>; -} -declare module 'protvista-links/src/protvista-links.test.js' { - declare module.exports: $Exports<'protvista-links/src/protvista-links.test'>; -} diff --git a/flow-typed/npm/protvista-manager_vx.x.x.js b/flow-typed/npm/protvista-manager_vx.x.x.js deleted file mode 100644 index 1797a42ec..000000000 --- a/flow-typed/npm/protvista-manager_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 0ca515234b6523c993e9a79bd832de43 -// flow-typed version: <>/protvista-manager_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-manager' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-manager' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-manager/dist/protvista-manager' { - declare module.exports: any; -} - -declare module 'protvista-manager/src' { - declare module.exports: any; -} - -declare module 'protvista-manager/src/protvista-manager' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-manager/dist/protvista-manager.js' { - declare module.exports: $Exports<'protvista-manager/dist/protvista-manager'>; -} -declare module 'protvista-manager/src/index' { - declare module.exports: $Exports<'protvista-manager/src'>; -} -declare module 'protvista-manager/src/index.js' { - declare module.exports: $Exports<'protvista-manager/src'>; -} -declare module 'protvista-manager/src/protvista-manager.js' { - declare module.exports: $Exports<'protvista-manager/src/protvista-manager'>; -} diff --git a/flow-typed/npm/protvista-msa_vx.x.x.js b/flow-typed/npm/protvista-msa_vx.x.x.js deleted file mode 100644 index 4b6a08baa..000000000 --- a/flow-typed/npm/protvista-msa_vx.x.x.js +++ /dev/null @@ -1,56 +0,0 @@ -// flow-typed signature: 8aaf98795a11df017482560c909bb795 -// flow-typed version: <>/protvista-msa_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-msa' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-msa' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-msa/dist/protvista-msa' { - declare module.exports: any; -} - -declare module 'protvista-msa/dist/protvista-msa.worker' { - declare module.exports: any; -} - -declare module 'protvista-msa/src' { - declare module.exports: any; -} - -declare module 'protvista-msa/src/protvista-msa' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-msa/dist/protvista-msa.js' { - declare module.exports: $Exports<'protvista-msa/dist/protvista-msa'>; -} -declare module 'protvista-msa/dist/protvista-msa.worker.js' { - declare module.exports: $Exports<'protvista-msa/dist/protvista-msa.worker'>; -} -declare module 'protvista-msa/src/index' { - declare module.exports: $Exports<'protvista-msa/src'>; -} -declare module 'protvista-msa/src/index.js' { - declare module.exports: $Exports<'protvista-msa/src'>; -} -declare module 'protvista-msa/src/protvista-msa.js' { - declare module.exports: $Exports<'protvista-msa/src/protvista-msa'>; -} diff --git a/flow-typed/npm/protvista-navigation_vx.x.x.js b/flow-typed/npm/protvista-navigation_vx.x.x.js deleted file mode 100644 index a12caf2b8..000000000 --- a/flow-typed/npm/protvista-navigation_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: e2a4efcc16276a2f722ffd11670e02ad -// flow-typed version: <>/protvista-navigation_v3.5.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-navigation' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-navigation' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-navigation/dist/protvista-navigation' { - declare module.exports: any; -} - -declare module 'protvista-navigation/src' { - declare module.exports: any; -} - -declare module 'protvista-navigation/src/protvista-navigation' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-navigation/dist/protvista-navigation.js' { - declare module.exports: $Exports<'protvista-navigation/dist/protvista-navigation'>; -} -declare module 'protvista-navigation/src/index' { - declare module.exports: $Exports<'protvista-navigation/src'>; -} -declare module 'protvista-navigation/src/index.js' { - declare module.exports: $Exports<'protvista-navigation/src'>; -} -declare module 'protvista-navigation/src/protvista-navigation.js' { - declare module.exports: $Exports<'protvista-navigation/src/protvista-navigation'>; -} diff --git a/flow-typed/npm/protvista-overlay_vx.x.x.js b/flow-typed/npm/protvista-overlay_vx.x.x.js deleted file mode 100644 index ba6ce914d..000000000 --- a/flow-typed/npm/protvista-overlay_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: e40ed299838c434d0e015d71162a3261 -// flow-typed version: <>/protvista-overlay_v3.8.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-overlay' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-overlay' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-overlay/dist/protvista-overlay' { - declare module.exports: any; -} - -declare module 'protvista-overlay/src' { - declare module.exports: any; -} - -declare module 'protvista-overlay/src/ProtvistaOverlay' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-overlay/dist/protvista-overlay.js' { - declare module.exports: $Exports<'protvista-overlay/dist/protvista-overlay'>; -} -declare module 'protvista-overlay/src/index' { - declare module.exports: $Exports<'protvista-overlay/src'>; -} -declare module 'protvista-overlay/src/index.js' { - declare module.exports: $Exports<'protvista-overlay/src'>; -} -declare module 'protvista-overlay/src/ProtvistaOverlay.js' { - declare module.exports: $Exports<'protvista-overlay/src/ProtvistaOverlay'>; -} diff --git a/flow-typed/npm/protvista-saver_vx.x.x.js b/flow-typed/npm/protvista-saver_vx.x.x.js deleted file mode 100644 index 1148374b4..000000000 --- a/flow-typed/npm/protvista-saver_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 27c730045832de6af620246c7eaee2b6 -// flow-typed version: <>/protvista-saver_v3.1.2/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-saver' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-saver' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-saver/dist/protvista-saver' { - declare module.exports: any; -} - -declare module 'protvista-saver/src' { - declare module.exports: any; -} - -declare module 'protvista-saver/src/protvista-saver' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-saver/dist/protvista-saver.js' { - declare module.exports: $Exports<'protvista-saver/dist/protvista-saver'>; -} -declare module 'protvista-saver/src/index' { - declare module.exports: $Exports<'protvista-saver/src'>; -} -declare module 'protvista-saver/src/index.js' { - declare module.exports: $Exports<'protvista-saver/src'>; -} -declare module 'protvista-saver/src/protvista-saver.js' { - declare module.exports: $Exports<'protvista-saver/src/protvista-saver'>; -} diff --git a/flow-typed/npm/protvista-sequence_vx.x.x.js b/flow-typed/npm/protvista-sequence_vx.x.x.js deleted file mode 100644 index 62439dfda..000000000 --- a/flow-typed/npm/protvista-sequence_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 4298589c8af01432143b9c640ca885f4 -// flow-typed version: <>/protvista-sequence_v3.5.1/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-sequence' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-sequence' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-sequence/dist/protvista-sequence' { - declare module.exports: any; -} - -declare module 'protvista-sequence/src' { - declare module.exports: any; -} - -declare module 'protvista-sequence/src/protvista-sequence' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-sequence/dist/protvista-sequence.js' { - declare module.exports: $Exports<'protvista-sequence/dist/protvista-sequence'>; -} -declare module 'protvista-sequence/src/index' { - declare module.exports: $Exports<'protvista-sequence/src'>; -} -declare module 'protvista-sequence/src/index.js' { - declare module.exports: $Exports<'protvista-sequence/src'>; -} -declare module 'protvista-sequence/src/protvista-sequence.js' { - declare module.exports: $Exports<'protvista-sequence/src/protvista-sequence'>; -} diff --git a/flow-typed/npm/protvista-track_vx.x.x.js b/flow-typed/npm/protvista-track_vx.x.x.js deleted file mode 100644 index 2b258e289..000000000 --- a/flow-typed/npm/protvista-track_vx.x.x.js +++ /dev/null @@ -1,91 +0,0 @@ -// flow-typed signature: e33bea9835ebe0483b6cd17038c9af83 -// flow-typed version: <>/protvista-track_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-track' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-track' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-track/dist/protvista-track' { - declare module.exports: any; -} - -declare module 'protvista-track/src/__tests__/NonOverlappingLayout.spec' { - declare module.exports: any; -} - -declare module 'protvista-track/src/config' { - declare module.exports: any; -} - -declare module 'protvista-track/src/ConfigHelper' { - declare module.exports: any; -} - -declare module 'protvista-track/src/DefaultLayout' { - declare module.exports: any; -} - -declare module 'protvista-track/src/FeatureShape' { - declare module.exports: any; -} - -declare module 'protvista-track/src' { - declare module.exports: any; -} - -declare module 'protvista-track/src/NonOverlappingLayout' { - declare module.exports: any; -} - -declare module 'protvista-track/src/protvista-track' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-track/dist/protvista-track.js' { - declare module.exports: $Exports<'protvista-track/dist/protvista-track'>; -} -declare module 'protvista-track/src/__tests__/NonOverlappingLayout.spec.js' { - declare module.exports: $Exports<'protvista-track/src/__tests__/NonOverlappingLayout.spec'>; -} -declare module 'protvista-track/src/config.js' { - declare module.exports: $Exports<'protvista-track/src/config'>; -} -declare module 'protvista-track/src/ConfigHelper.js' { - declare module.exports: $Exports<'protvista-track/src/ConfigHelper'>; -} -declare module 'protvista-track/src/DefaultLayout.js' { - declare module.exports: $Exports<'protvista-track/src/DefaultLayout'>; -} -declare module 'protvista-track/src/FeatureShape.js' { - declare module.exports: $Exports<'protvista-track/src/FeatureShape'>; -} -declare module 'protvista-track/src/index' { - declare module.exports: $Exports<'protvista-track/src'>; -} -declare module 'protvista-track/src/index.js' { - declare module.exports: $Exports<'protvista-track/src'>; -} -declare module 'protvista-track/src/NonOverlappingLayout.js' { - declare module.exports: $Exports<'protvista-track/src/NonOverlappingLayout'>; -} -declare module 'protvista-track/src/protvista-track.js' { - declare module.exports: $Exports<'protvista-track/src/protvista-track'>; -} diff --git a/flow-typed/npm/protvista-zoom-tool_vx.x.x.js b/flow-typed/npm/protvista-zoom-tool_vx.x.x.js deleted file mode 100644 index 8ea03ab35..000000000 --- a/flow-typed/npm/protvista-zoom-tool_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 7f80969d846edb2e0aa9a690b8f6a4b9 -// flow-typed version: <>/protvista-zoom-tool_v3.2.2/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-zoom-tool' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-zoom-tool' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-zoom-tool/dist/protvista-zoom-tool' { - declare module.exports: any; -} - -declare module 'protvista-zoom-tool/src' { - declare module.exports: any; -} - -declare module 'protvista-zoom-tool/src/ProtvistaZoomTool' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-zoom-tool/dist/protvista-zoom-tool.js' { - declare module.exports: $Exports<'protvista-zoom-tool/dist/protvista-zoom-tool'>; -} -declare module 'protvista-zoom-tool/src/index' { - declare module.exports: $Exports<'protvista-zoom-tool/src'>; -} -declare module 'protvista-zoom-tool/src/index.js' { - declare module.exports: $Exports<'protvista-zoom-tool/src'>; -} -declare module 'protvista-zoom-tool/src/ProtvistaZoomTool.js' { - declare module.exports: $Exports<'protvista-zoom-tool/src/ProtvistaZoomTool'>; -} diff --git a/flow-typed/npm/protvista-zoomable_vx.x.x.js b/flow-typed/npm/protvista-zoomable_vx.x.x.js deleted file mode 100644 index 304dcd8cf..000000000 --- a/flow-typed/npm/protvista-zoomable_vx.x.x.js +++ /dev/null @@ -1,49 +0,0 @@ -// flow-typed signature: 8d89d55b948e96b3fee31b472343b0df -// flow-typed version: <>/protvista-zoomable_v3.4.0/flow_v0.171.0 - -/** - * This is an autogenerated libdef stub for: - * - * 'protvista-zoomable' - * - * Fill this stub out by replacing all the `any` types. - * - * Once filled out, we encourage you to share your work with the - * community by sending a pull request to: - * https://github.com/flowtype/flow-typed - */ - -declare module 'protvista-zoomable' { - declare module.exports: any; -} - -/** - * We include stubs for each file inside this npm package in case you need to - * require those files directly. Feel free to delete any files that aren't - * needed. - */ -declare module 'protvista-zoomable/dist/protvista-zoomable' { - declare module.exports: any; -} - -declare module 'protvista-zoomable/src' { - declare module.exports: any; -} - -declare module 'protvista-zoomable/src/protvista-zoomable' { - declare module.exports: any; -} - -// Filename aliases -declare module 'protvista-zoomable/dist/protvista-zoomable.js' { - declare module.exports: $Exports<'protvista-zoomable/dist/protvista-zoomable'>; -} -declare module 'protvista-zoomable/src/index' { - declare module.exports: $Exports<'protvista-zoomable/src'>; -} -declare module 'protvista-zoomable/src/index.js' { - declare module.exports: $Exports<'protvista-zoomable/src'>; -} -declare module 'protvista-zoomable/src/protvista-zoomable.js' { - declare module.exports: $Exports<'protvista-zoomable/src/protvista-zoomable'>; -} diff --git a/flow-typed/npm/puppeteer_v13.x.x.js b/flow-typed/npm/puppeteer_v13.x.x.js deleted file mode 100644 index 13720f4cd..000000000 --- a/flow-typed/npm/puppeteer_v13.x.x.js +++ /dev/null @@ -1,1375 +0,0 @@ -// flow-typed signature: dcd4845f89a3491be6ac577c37f4d7ae -// flow-typed version: 6421dbe278/puppeteer_v13.x.x/flow_>=v0.104.x - -// @flow - -/** - * Based on typescript definitions found at the url below - * https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/puppeteer - */ - -declare module 'puppeteer' { - import type { ChildProcess } from 'child_process'; - - declare class OverridableEventEmitter extends events$EventEmitter { - /* eslint-disable flowtype/no-weak-types */ - +on: Function; - +once: Function; - /* eslint-enable flowtype/no-weak-types */ - } - - /** Keyboard provides an api for managing a virtual keyboard. */ - declare export type Keyboard = { - /** - * Dispatches a keydown event. - * @param key Name of key to press, such as ArrowLeft. - * @param options Specifies a input text event. - */ - down(key: string, options?: { text?: string, ... }): Promise, - /** Shortcut for `keyboard.down` and `keyboard.up`. */ - press(key: string, options?: { - delay?: number, - text?: string, - ... - }): Promise, - /** Dispatches a `keypress` and `input` event. This does not send a `keydown` or keyup `event`. */ - sendCharacter(char: string): Promise, - /** - * Sends a keydown, keypress/input, and keyup event for each character in the text. - * @param text A text to type into a focused element. - * @param options Specifies the typing options. - */ - type(text: string, options?: { delay?: number, ... }): Promise, - /** - * Dispatches a keyup event. - * @param key Name of key to release, such as ArrowLeft. - */ - up(key: string): Promise, - ... - }; - - declare export type MousePressOptions = { - /** - * left, right, or middle. - * @default left - */ - button?: MouseButtons, - /** - * The number of clicks. - * @default 1 - */ - clickCount?: number, - ... - }; - - declare export type Mouse = { - /** - * Shortcut for `mouse.move`, `mouse.down` and `mouse.up`. - * @param x The x position. - * @param y The y position. - * @param options The click options. - */ - click(x: number, y: number, options?: ClickOptions): Promise, - /** - * Dispatches a `mousedown` event. - * @param options The mouse press options. - */ - down(options?: MousePressOptions): Promise, - /** - * Dispatches a `mousemove` event. - * @param x The x position. - * @param y The y position. - * @param options The mouse move options. - */ - move(x: number, y: number, options?: { steps: number, ... }): Promise, - /** - * Dispatches a `mouseup` event. - * @param options The mouse press options. - */ - up(options?: MousePressOptions): Promise, - ... - }; - - declare export type Touchscreen = { /** - * Dispatches a touchstart and touchend event. - * @param x The x position. - * @param y The y position. - */ - tap(x: number, y: number): Promise, ... }; - - /** - * You can use `tracing.start` and `tracing.stop` to create a trace file which can be opened in Chrome DevTools or timeline viewer. - */ - declare export type Tracing = { - start(options: TracingStartOptions): Promise, - stop(): Promise, - ... - }; - - declare export type TracingStartOptions = { - categories?: Array, - path: string, - screenshots?: boolean, - ... - }; - - /** Dialog objects are dispatched by page via the 'dialog' event. */ - declare export type Dialog = { - /** - * Accepts the dialog. - * @param promptText A text to enter in prompt. Does not cause any effects if the dialog's type is not prompt. - */ - accept(promptText?: string): Promise, - /** If dialog is prompt, returns default prompt value. Otherwise, returns empty string. */ - defaultValue(): string, - /** Dismiss the dialog */ - dismiss(): Promise, - /** Returns the message displayed in the dialog. */ - message(): string, - /** The dialog type. Dialog's type, can be one of `alert`, `beforeunload`, `confirm` or `prompt`. */ - type(): 'alert' | 'beforeunload' | 'confirm' | 'prompt', - ... - }; - - /** ConsoleMessage objects are dispatched by page via the 'console' event. */ - declare export type ConsoleMessage = { - /** The message arguments. */ - args(): Array, - /** The message text. */ - text(): string, - type(): - | 'log' - | 'debug' - | 'info' - | 'error' - | 'warning' - | 'dir' - | 'dirxml' - | 'table' - | 'trace' - | 'clear' - | 'startGroup' - | 'startGroupCollapsed' - | 'endGroup' - | 'assert' - | 'profile' - | 'profileEnd' - | 'count' - | 'timeEnd', - ... - }; - - declare export type PageEvents = - | 'console' - | 'dialog' - | 'error' - | 'frameattached' - | 'framedetached' - | 'framenavigated' - | 'load' - | 'pageerror' - | 'request' - | 'requestfailed' - | 'requestfinished' - | 'response'; - - declare export type BrowserEvents = - | 'disconnected' - | 'targetchanged' - | 'targetcreated' - | 'targetdestroyed'; - - declare export type AuthOptions = { - password: string, - username: string, - ... - }; - - declare export type MouseButtons = 'left' | 'right' | 'middle'; - - declare export type ClickOptions = { - /** defaults to left */ - button?: MouseButtons, - /** defaults to 1 */ - clickCount?: number, - /** - * Time to wait between mousedown and mouseup in milliseconds. - * Defaults to 0. - */ - delay?: number, - ... - }; - - /** Represents a browser cookie. */ - declare export type Cookie = { - /** The cookie domain. */ - domain: string, - /** The cookie Unix expiration time in seconds. */ - expires: number, - /** The cookie http only flag. */ - httpOnly: boolean, - /** The cookie name. */ - name: string, - /** The cookie path. */ - path: string, - /** The cookie same site definition. */ - sameSite: 'Strict' | 'Lax', - /** The cookie secure flag. */ - secure: boolean, - /** The cookie value. */ - value: string, - ... - }; - - declare export type DeleteCookie = { - domain?: string, - /** The cookie name. */ - name: string, - path?: string, - secure?: boolean, - url?: string, - ... - }; - - declare export type SetCookie = { - /** The cookie domain. */ - domain?: string, - /** The cookie Unix expiration time in seconds. */ - expires?: number, - /** The cookie http only flag. */ - httpOnly?: boolean, - /** The cookie name. */ - name: string, - /** The cookie path. */ - path?: string, - /** The cookie same site definition. */ - sameSite?: 'Strict' | 'Lax', - /** The cookie secure flag. */ - secure?: boolean, - /** The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie. */ - url?: string, - /** The cookie value. */ - value: string, - ... - }; - - declare export type Viewport = { - /** - * Specify device scale factor (can be thought of as dpr). - * @default 1 - */ - deviceScaleFactor?: number, - /** - * Specifies if viewport supports touch events. - * @default false - */ - hasTouch?: boolean, - /** The page height in pixels. */ - height: number, - /** - * Specifies if viewport is in landscape mode. - * @default false - */ - isLandscape?: boolean, - /** - * Whether the `meta viewport` tag is taken into account. - * @default false - */ - isMobile?: boolean, - /** The page width in pixels. */ - width: number, - ... - }; - - /** Page emulation options. */ - declare export type EmulateOptions = { - /** The emulated user-agent. */ - userAgent?: string, - /** The viewport emulation options. */ - viewport?: Viewport, - ... - }; - - declare export type EvaluateFn = string | ((...args: Array) => mixed); - - declare export type LoadEvent = 'load' | 'domcontentloaded' | 'networkidle0' | 'networkidle2'; - - /** The navigation options. */ - declare export type NavigationOptions = { - /** - * Maximum navigation time in milliseconds, pass 0 to disable timeout. - * @default 30000 - */ - timeout?: number, - /** - * When to consider navigation succeeded. - * @default load Navigation is consider when the `load` event is fired. - */ - waitUntil?: LoadEvent | Array, - ... - }; - - declare export type PDFFormat = - | 'Letter' - | 'Legal' - | 'Tabload' - | 'Ledger' - | 'A0' - | 'A1' - | 'A2' - | 'A3' - | 'A4' - | 'A5'; - - declare export type PDFOptions = { - /** - * Display header and footer. - * @default false - */ - displayHeaderFooter?: boolean, - /** - * HTML template for the print footer. Should be valid HTML markup with following classes used to inject printing values into them: - * - `date` formatted print date - * - `title` document title - * - `url` document location - * - `pageNumber` current page number - * - `totalPages` total pages in the document - */ - footerTemplate?: string, - /** Paper format. If set, takes priority over width or height options. Defaults to 'Letter'. */ - format?: PDFFormat, - /** - * HTML template for the print header. Should be valid HTML markup with following classes used to inject printing values into them: - * - `date` formatted print date - * - `title` document title - * - `url` document location - * - `pageNumber` current page number - * - `totalPages` total pages in the document - */ - headerTemplate?: string, - /** Paper height, accepts values labeled with units. */ - height?: string, - /** - * Paper orientation. - * @default false - */ - landscape?: boolean, - /** Paper margins, defaults to none. */ - margin?: { - /** Bottom margin, accepts values labeled with units. */ - bottom?: string, - /** Left margin, accepts values labeled with units. */ - left?: string, - /** Right margin, accepts values labeled with units. */ - right?: string, - /** Top margin, accepts values labeled with units. */ - top?: string, - ... - }, - /** - * Paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty - * string, which means print all pages. - */ - pageRanges?: string, - /** - * The file path to save the PDF to. - * If `path` is a relative path, then it is resolved relative to current working directory. - * If no path is provided, the PDF won't be saved to the disk. - */ - path?: string, - /** - * Print background graphics. - * @default false - */ - printBackground?: boolean, - /** - * Scale of the webpage rendering. - * @default 1 - */ - scale?: number, - /** Paper width, accepts values labeled with units. */ - width?: string, - ... - }; - - /** Defines the screenshot options. */ - declare export type ScreenshotOptions = { - /** - * An object which specifies clipping region of the page. - */ - clip?: BoundingBox, - /** - * When true, takes a screenshot of the full scrollable page. - * @default false - */ - fullPage?: boolean, - /** - * Hides default white background and allows capturing screenshots with transparency. - * @default false - */ - omitBackground?: boolean, - /** - * The file path to save the image to. The screenshot type will be inferred from file extension. - * If `path` is a relative path, then it is resolved relative to current working directory. - * If no path is provided, the image won't be saved to the disk. - */ - path?: string, - /** The quality of the image, between 0-100. Not applicable to png images. */ - quality?: number, - /** - * The screenshot type. - * @default png - */ - type?: 'jpeg' | 'png', - ... - }; - - /** Options for `addStyleTag` */ - declare export type StyleTagOptions = { - /** Raw CSS content to be injected into frame. */ - content?: string, - /** Path to the CSS file to be injected into frame. If `path` is a relative path, then it is resolved relative to current working directory. */ - path?: string, - /** Url of the tag. */ - url?: string, - ... - }; - /** Options for `addScriptTag` */ - declare export type ScriptTagOptions = { - /** Raw JavaScript content to be injected into frame. */ - content?: string, - /** Path to the JavaScript file to be injected into frame. If `path` is a relative path, then it is resolved relative to current working directory. */ - path?: string, - /** Script type. Use 'module' in order to load a Javascript ES6 module. */ - type?: string, - /** Url of a script to be added. */ - url?: string, - ... - }; - - declare export type PageFnOptions = { - polling?: 'raf' | 'mutation' | number, - timeout?: number, - ... - }; - - declare export type BoundingBox = { - /** The height. */ - height: number, - /** The width. */ - width: number, - /** The x-coordinate of top-left corner. */ - x: number, - /** The y-coordinate of top-left corner. */ - y: number, - ... - }; - - /** - * Represents an in-page DOM element. ElementHandles can be created with the page.$ method. - */ - declare export type ElementHandle = JSHandle & { - /** - * The method runs element.querySelector within the page. If no element matches the selector, the return value resolve to null. - * @param selector A selector to query element for - * @since 0.13.0 - */ - $(selector: string): Promise, - /** - * The method runs element.querySelectorAll within the page. If no elements match the selector, the return value resolve to []. - * @param selector A selector to query element for - * @since 0.13.0 - */ - $$(selector: string): Promise>, - /** - * @param selector XPath expression to evaluate. - */ - $x(expression: string): Promise>, - /** - * This method returns the value resolve to the bounding box of the element (relative to the main frame), or null if the element is not visible. - */ - boundingBox(): Promise, - /** - * This method scrolls element into view if needed, and then uses page.mouse to click in the center of the element. - * If the element is detached from DOM, the method throws an error. - * @param options Specifies the options. - * @since 0.9.0 - */ - click(options?: ClickOptions): Promise, - /** - * @returns Resolves to the content frame for element handles referencing iframe nodes, or null otherwise. - * @since 1.2.0 - */ - contentFrame(): Promise, - /** - * Calls focus on the element. - */ - focus(): Promise, - /** - * This method scrolls element into view if needed, and then uses page.mouse to hover over the center of the element. - * If the element is detached from DOM, the method throws an error. - */ - hover(): Promise, - /** - * Focuses the element, and then uses keyboard.down and keyboard.up. - * @param key Name of key to press, such as ArrowLeft. See USKeyboardLayout for a list of all key names. - * @param options The text and delay options. - */ - press(key: string, options?: { - delay?: number, - text?: string, - ... - }): Promise, - /** - * This method scrolls element into view if needed, and then uses page.screenshot to take a screenshot of the element. - * If the element is detached from DOM, the method throws an error. - * @param options Same options as in page.screenshot. - */ - screenshot(options?: ScreenshotOptions): Promise, - /** - * This method scrolls element into view if needed, and then uses touchscreen.tap to tap in the center of the element. - * If the element is detached from DOM, the method throws an error. - */ - tap(): Promise, - toString(): string, - /** - * Focuses the element, and then sends a keydown, keypress/input, and keyup event for each character in the text. - * @param text A text to type into a focused element. - * @param options The typing options. - */ - type(text: string, options?: { delay: number, ... }): Promise, - /** - * This method expects elementHandle to point to an input element. - * @param filePaths Sets the value of the file input these paths. If some of the filePaths are relative paths, then they are resolved relative to current working directory. - */ - uploadFile(...filePaths: Array): Promise, - ... - }; - - /** The class represents a context for JavaScript execution. */ - declare export type ExecutionContext = { - evaluate(fn: EvaluateFn, ...args: Array): Promise, - evaluateHandle(fn: EvaluateFn, ...args: Array): Promise, - queryObjects(prototypeHandle: JSHandle): JSHandle, - ... - }; - - /** JSHandle represents an in-page JavaScript object. */ - declare export type JSHandle = { - /** - * Returns a ElementHandle - */ - asElement(): ElementHandle | null, - /** - * Stops referencing the element handle. - */ - dispose(): Promise, - /** - * Gets the execution context. - */ - executionContext(): ExecutionContext, - /** - * Returns a map with property names as keys and JSHandle instances for the property values. - */ - getProperties(): Promise>, - /** - * Fetches a single property from the objectHandle. - * @param propertyName The property to get. - */ - getProperty(propertyName: string): Promise, - /** - * Returns a JSON representation of the object. - * The JSON is generated by running JSON.stringify on the object in page and consequent JSON.parse in puppeteer. - * @throws The method will throw if the referenced object is not stringifiable. - */ - jsonValue(): Promise, - ... - }; - - declare export type Metrics = { - /** Number of documents in the page. */ - Documents: number, - /** Number of frames in the page. */ - Frames: number, - /** Number of events in the page. */ - JSEventListeners: number, - /** Total JavaScript heap size. */ - JSHeapTotalSize: number, - /** Used JavaScript heap size. */ - JSHeapUsedSize: number, - /** Total number of full or partial page layout. */ - LayoutCount: number, - /** Combined durations of all page layouts. */ - LayoutDuration: number, - /** Number of DOM nodes in the page. */ - Nodes: number, - /** Total number of page style recalculations. */ - RecalcStyleCount: number, - /** Combined duration of all page style recalculations. */ - RecalcStyleDuration: number, - /** Combined duration of JavaScript execution. */ - ScriptDuration: number, - /** Combined duration of all tasks performed by the browser. */ - TaskDuration: number, - /** The timestamp when the metrics sample was taken. */ - Timestamp: number, - ... - }; - - declare export type Headers = { [key: string]: string, ... }; - declare export type HttpMethod = 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE' | 'OPTIONS'; - - declare export type ResourceType = - | 'document' - | 'stylesheet' - | 'image' - | 'media' - | 'font' - | 'script' - | 'texttrack' - | 'xhr' - | 'fetch' - | 'eventsource' - | 'websocket' - | 'manifest' - | 'other'; - - declare export type Overrides = { - headers?: Headers, - method?: HttpMethod, - postData?: string, - url?: string, - ... - }; - - /** Represents a page request. */ - declare export type Request = { - /** - * Aborts request. - * To use this, request interception should be enabled with `page.setRequestInterception`. - * @throws An exception is immediately thrown if the request interception is not enabled. - */ - abort(): Promise, - /** - * Continues request with optional request overrides. - * To use this, request interception should be enabled with `page.setRequestInterception`. - * @throws An exception is immediately thrown if the request interception is not enabled. - */ - continue(overrides?: Overrides): Promise, - /** - * @returns The `Frame` object that initiated the request, or `null` if navigating to error pages - */ - frame(): Promise, - /** - * An object with HTTP headers associated with the request. - * All header names are lower-case. - */ - headers(): Headers, - /** Returns the request's method (GET, POST, etc.) */ - - method(): HttpMethod, - /** Contains the request's post body, if any. */ - postData(): ?string, - /** - * A `redirectChain` is a chain of requests initiated to fetch a resource. - * - * - If there are no redirects and the request was successful, the chain will be empty. - * - If a server responds with at least a single redirect, then the chain will contain all the requests that were redirected. - * - * `redirectChain` is shared between all the requests of the same chain. - * - * @since 1.2.0 - */ - redirectChain(): Array, - /** Contains the request's resource type as it was perceived by the rendering engine. */ - resourceType(): ResourceType, - /** - * Fulfills request with given response. - * To use this, request interception should be enabled with `page.setRequestInterception`. - * @throws An exception is immediately thrown if the request interception is not enabled. - * @param response The response options that will fulfill this request. - */ - respond(response: RespondOptions): Promise, - /** A matching `Response` object, or `null` if the response has not been received yet. */ - response(): ?Response, - /** Contains the URL of the request. */ - url(): string, - ... - }; - - /** Options for `Request.respond` method */ - declare export type RespondOptions = { - /** Specifies the response body. */ - body?: Buffer | string, - /** Specifies the Content-Type response header. */ - contentType?: string, - /** Specifies the response headers. */ - headers?: Headers, - /** - * Specifies the response status code. - * @default 200 - */ - status?: number, - ... - }; - - /** Response class represents responses which are received by page. */ - declare export type Response = { - /** Promise which resolves to a buffer with response body. */ - buffer(): Promise, - /** True if the response was served from either the browser's disk cache or memory cache. */ - fromCache(): boolean, - /** True if the response was served by a service worker. */ - fromServiceWorker(): boolean, - /** An object with HTTP headers associated with the response. All header names are lower-case. */ - headers(): Headers, - /** - * Promise which resolves to a JSON representation of response body. - * @throws This method will throw if the response body is not parsable via `JSON.parse`. - */ - json(): Promise, - /** Contains a boolean stating whether the response was successful (status in the range 200-299) or not. */ - ok(): boolean, - /** A matching Request object. */ - request(): Request, - /** Contains the status code of the response (e.g., 200 for a success). */ - status(): number, - /** Promise which resolves to a text representation of response body. */ - text(): Promise, - /** Contains the URL of the response. */ - url(): string, - ... - }; - - declare class FrameBase { - /** - * The method runs document.querySelector within the page. - * If no element matches the selector, the return value resolve to null. - */ - $: (selector: string) => Promise; - - /** - * The method runs document.querySelectorAll within the page. If no elements match the selector, the return value resolve to []. - */ - $$: (selector: string) => Promise>; - - /** - * This method runs document.querySelectorAll within the page and passes it as the first argument to `fn`. - * If `fn` returns a Promise, then $$eval would wait for the promise to resolve and return its value. - * @param selector A selector to query frame for - * @param fn Function to be evaluated in browser context - * @param args Arguments to pass to pageFunction - * @returns Promise which resolves to the return value of pageFunction - */ - $$eval: ( - selector: string, - pageFunction: ( - elements: NodeList, - ...args: Array - ) => mixed, - ...args: Array - ) => Promise; - - /** - * This method runs document.querySelector within the page and passes it as the first argument to `fn`. - * If there's no element matching selector, the method throws an error. - * If `fn` returns a Promise, then $eval would wait for the promise to resolve and return its value. - */ - $eval: ( - selector: string, - pageFunction: (element: Element, ...args: Array) => mixed, - ...args: Array - ) => Promise; - - /** - * @param expression XPath expression to evaluate. - */ - $x: (expression: string) => Promise>; - - /** Adds a `