Ignore flow
parent
4e974d3629
commit
29b234cf4c
|
@ -5,4 +5,4 @@ dist/
|
|||
.DS_Store
|
||||
package-lock.json
|
||||
yarn-error.log
|
||||
flow-typed
|
||||
flow-typed/
|
||||
|
|
|
@ -1,312 +0,0 @@
|
|||
// flow-typed signature: 0a5c9427045c0e6c6bc6d79791579fc7
|
||||
// flow-typed version: <<STUB>>/@babel/core_v=7.0.0-beta.46/flow_v0.72.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.
|
||||
*/
|
||||
declare module '@babel/core/lib/config/caching' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/config-chain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/config-descriptors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/configuration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/index-browser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/package' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/full' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/helpers/config-api' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/helpers/environment' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/item' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/partial' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/validation/option-assertions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/validation/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/validation/plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/validation/removed' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/parse' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/tools/build-external-helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-ast-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-ast' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-file-browser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-file-sync-browser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-file-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transform' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/block-hoist-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/file/file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/file/generate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/normalize-file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/normalize-opts' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/plugin-pass' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/util/missing-plugin-helper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/core/lib/config/caching.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/caching'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/config-chain.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/config-chain'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/config-descriptors.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/config-descriptors'>;
|
||||
}
|
||||
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/index-browser.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/index-browser'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/index'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/package.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/package'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/plugins.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/plugins'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/types.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/types'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/utils.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/utils'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/full.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/full'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/helpers/config-api.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/helpers/config-api'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/helpers/environment.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/helpers/environment'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/index'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/item.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/item'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/partial.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/partial'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/plugin'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/util.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/util'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/validation/option-assertions.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/validation/option-assertions'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/validation/options.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/validation/options'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/validation/plugins.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/validation/plugins'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/validation/removed.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/validation/removed'>;
|
||||
}
|
||||
declare module '@babel/core/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/index'>;
|
||||
}
|
||||
declare module '@babel/core/lib/parse.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/parse'>;
|
||||
}
|
||||
declare module '@babel/core/lib/tools/build-external-helpers.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/tools/build-external-helpers'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-ast-sync.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-ast-sync'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-ast.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-ast'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-file-browser.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-file-browser'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-file-sync-browser.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-file-sync-browser'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-file-sync.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-file-sync'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-file.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-file'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform-sync.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform-sync'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transform.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transform'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/block-hoist-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/block-hoist-plugin'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/file/file.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/file/file'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/file/generate.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/file/generate'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/index'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/normalize-file.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-file'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/normalize-opts.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-opts'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/plugin-pass.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/plugin-pass'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/util/missing-plugin-helper.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/util/missing-plugin-helper'>;
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: 4f1a1f0e59a8d0ff82c1bb03fd4c4ba8
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-decorators_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-decorators'
|
||||
*
|
||||
* 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-decorators' {
|
||||
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-decorators/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer-legacy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-decorators/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib/index'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer-legacy.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib/transformer-legacy'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib/transformer'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 47fbaccffdf1837e6d78a961c0a17005
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-object-rest-spread_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-object-rest-spread'
|
||||
*
|
||||
* 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-object-rest-spread' {
|
||||
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-object-rest-spread/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-object-rest-spread/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-object-rest-spread/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: bea553b9f40c2a5d249e0058c67a760d
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-syntax-decorators_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-syntax-decorators'
|
||||
*
|
||||
* 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-decorators' {
|
||||
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-decorators/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-syntax-decorators/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-decorators/lib/index'>;
|
||||
}
|
|
@ -1,81 +0,0 @@
|
|||
// flow-typed signature: 7094e0960824a70b1e30d9dceb952065
|
||||
// flow-typed version: <<STUB>>/@babel/polyfill_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/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 '@babel/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 '@babel/polyfill/browser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/dist/polyfill' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/dist/polyfill.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/lib/noConflict' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/noConflict' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/scripts/postpublish' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/polyfill/scripts/prepublish' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/polyfill/browser.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/browser'>;
|
||||
}
|
||||
declare module '@babel/polyfill/dist/polyfill.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/dist/polyfill'>;
|
||||
}
|
||||
declare module '@babel/polyfill/dist/polyfill.min.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/dist/polyfill.min'>;
|
||||
}
|
||||
declare module '@babel/polyfill/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/lib/index'>;
|
||||
}
|
||||
declare module '@babel/polyfill/lib/noConflict.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/lib/noConflict'>;
|
||||
}
|
||||
declare module '@babel/polyfill/noConflict.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/noConflict'>;
|
||||
}
|
||||
declare module '@babel/polyfill/scripts/postpublish.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/scripts/postpublish'>;
|
||||
}
|
||||
declare module '@babel/polyfill/scripts/prepublish.js' {
|
||||
declare module.exports: $Exports<'@babel/polyfill/scripts/prepublish'>;
|
||||
}
|
|
@ -1,137 +0,0 @@
|
|||
// flow-typed signature: 2d84ef9b175affd6d6d010b6d225f92b
|
||||
// flow-typed version: <<STUB>>/@babel/preset-env_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/preset-env'
|
||||
*
|
||||
* 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/preset-env' {
|
||||
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/preset-env/data/built-in-features' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/plugin-features' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/shipped-proposals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/unreleased-labels' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/available-plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/built-in-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/debug' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/default-includes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/defaults' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/module-transformations' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/normalize-options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/targets-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/use-built-ins-entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/use-built-ins-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-env/data/built-in-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/built-in-features'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/plugin-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/plugin-features'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/shipped-proposals.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/shipped-proposals'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/unreleased-labels.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/unreleased-labels'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/available-plugins.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/available-plugins'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/built-in-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/built-in-definitions'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/debug.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/debug'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/default-includes.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/default-includes'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/defaults.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/defaults'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/index'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/module-transformations.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/module-transformations'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/normalize-options.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/normalize-options'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/targets-parser.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/targets-parser'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/use-built-ins-entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/use-built-ins-entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/use-built-ins-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/use-built-ins-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/utils.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/utils'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: e4c70249280fc0e7e70c10b6065d6d1f
|
||||
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0-beta.47/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/preset-flow'
|
||||
*
|
||||
* 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/preset-flow' {
|
||||
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/preset-flow/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-flow/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-flow/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: e6bc1570807abf0ac305dc2d7e8353a5
|
||||
// flow-typed version: <<STUB>>/@babel/preset-react_v=7.0.0-beta.46/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/preset-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 '@babel/preset-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 '@babel/preset-react/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-react/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-react/lib/index'>;
|
||||
}
|
|
@ -1,66 +0,0 @@
|
|||
// flow-typed signature: 4b75985de26c8b5e1187a2d66f395f7d
|
||||
// flow-typed version: <<STUB>>/akh_v^3.1.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'akh'
|
||||
*
|
||||
* 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 'akh' {
|
||||
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 'akh/tests/cont' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'akh/tests/maybe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'akh/tests/reader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'akh/tests/state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'akh/tests/writer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'akh/index' {
|
||||
declare module.exports: $Exports<'akh'>;
|
||||
}
|
||||
declare module 'akh/index.js' {
|
||||
declare module.exports: $Exports<'akh'>;
|
||||
}
|
||||
declare module 'akh/tests/cont.js' {
|
||||
declare module.exports: $Exports<'akh/tests/cont'>;
|
||||
}
|
||||
declare module 'akh/tests/maybe.js' {
|
||||
declare module.exports: $Exports<'akh/tests/maybe'>;
|
||||
}
|
||||
declare module 'akh/tests/reader.js' {
|
||||
declare module.exports: $Exports<'akh/tests/reader'>;
|
||||
}
|
||||
declare module 'akh/tests/state.js' {
|
||||
declare module.exports: $Exports<'akh/tests/state'>;
|
||||
}
|
||||
declare module 'akh/tests/writer.js' {
|
||||
declare module.exports: $Exports<'akh/tests/writer'>;
|
||||
}
|
|
@ -1,501 +0,0 @@
|
|||
// flow-typed signature: 17f36313dc61280081f0955ecbf5ac3b
|
||||
// flow-typed version: <<STUB>>/autoprefixer_v^8.1.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'autoprefixer'
|
||||
*
|
||||
* 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 'autoprefixer' {
|
||||
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 'autoprefixer/data/prefixes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/at-rule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/autoprefixer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/brackets' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/browsers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/declaration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/align-content' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/align-items' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/align-self' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/animation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/appearance' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/background-size' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/block-logical' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/border-image' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/border-radius' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/break-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/color-adjust' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/cross-fade' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/display-flex' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/display-grid' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/filter-value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/filter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-basis' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-direction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-flow' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-grow' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-shrink' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex-wrap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/flex' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/fullscreen' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/gradient' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-area' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-column-align' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-end' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-row-align' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-row-column' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-rows-columns' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-start' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-template-areas' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-template' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/grid-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/image-rendering' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/image-set' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/inline-logical' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/intrinsic' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/justify-content' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/mask-border' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/order' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/overscroll-behavior' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/pixelated' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/placeholder' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/text-emphasis-position' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/transform-decl' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/writing-mode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/info' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/old-selector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/old-value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/prefixer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/prefixes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/processor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/resolution' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/selector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/supports' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/transition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'autoprefixer/data/prefixes.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/data/prefixes'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/at-rule.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/at-rule'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/autoprefixer.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/autoprefixer'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/brackets.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/brackets'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/browsers.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/browsers'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/declaration.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/declaration'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/align-content.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-content'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/align-items.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-items'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/align-self.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/align-self'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/animation.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/animation'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/appearance.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/appearance'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/background-size.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/background-size'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/block-logical.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/block-logical'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/border-image.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/border-image'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/border-radius.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/border-radius'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/break-props.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/break-props'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/color-adjust.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/color-adjust'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/cross-fade.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/cross-fade'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/display-flex.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/display-flex'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/display-grid.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/display-grid'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/filter-value.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/filter-value'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/filter.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/filter'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-basis.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-basis'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-direction.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-direction'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-flow.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-flow'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-grow.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-grow'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-shrink.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-shrink'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-spec.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-spec'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex-wrap.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex-wrap'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/flex.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/flex'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/fullscreen.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/fullscreen'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/gradient.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/gradient'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-area.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-area'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-column-align.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-column-align'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-end.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-end'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-row-align.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-row-align'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-row-column.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-row-column'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-rows-columns.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-rows-columns'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-start.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-start'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-template-areas.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-template-areas'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-template.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-template'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/grid-utils.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/grid-utils'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/image-rendering.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/image-rendering'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/image-set.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/image-set'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/inline-logical.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/inline-logical'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/intrinsic.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/intrinsic'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/justify-content.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/justify-content'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/mask-border.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/mask-border'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/order.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/order'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/overscroll-behavior.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/overscroll-behavior'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/pixelated.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/pixelated'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/placeholder.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/placeholder'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-decoration'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/text-emphasis-position.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-emphasis-position'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/transform-decl.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/transform-decl'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/writing-mode.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/writing-mode'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/info.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/info'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/old-selector.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/old-selector'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/old-value.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/old-value'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/prefixer.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/prefixer'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/prefixes.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/prefixes'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/processor.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/processor'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/resolution.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/resolution'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/selector.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/selector'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/supports.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/supports'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/transition.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/transition'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/utils.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/utils'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/value.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/value'>;
|
||||
}
|
|
@ -1,123 +0,0 @@
|
|||
// flow-typed signature: b30564aa0c8eb0c970eb7bbca2156d3a
|
||||
// flow-typed version: <<STUB>>/babel-eslint_v^8.2.2/flow_v0.72.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/index' {
|
||||
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/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/parse-with-patch' {
|
||||
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/patch-eslint-scope' {
|
||||
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.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/index'>;
|
||||
}
|
||||
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.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/index'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/parse-with-patch.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/parse-with-patch'>;
|
||||
}
|
||||
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/patch-eslint-scope.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/patch-eslint-scope'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/visitor-keys.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/visitor-keys'>;
|
||||
}
|
|
@ -1,81 +0,0 @@
|
|||
// flow-typed signature: e1252f147c80233efddda44747ff39f5
|
||||
// flow-typed version: <<STUB>>/babel-loader_v8.0.0-beta.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-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 'babel-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 'babel-loader/lib/cache' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/Error' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/transform' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/utils/exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/utils/read' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/utils/relative' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-loader/lib/cache.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/cache'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/config.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/config'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/Error.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/Error'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/index'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/transform.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/transform'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/utils/exists.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/utils/exists'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/utils/read.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/utils/read'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/utils/relative.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/utils/relative'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 89010392fab705c670e2e1396d8d0a09
|
||||
// flow-typed version: <<STUB>>/babel-plugin-syntax-dynamic-import_v^6.18.0/flow_v0.72.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/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-syntax-dynamic-import/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-syntax-dynamic-import/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 10604287ce6471aafed2712555f581cf
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-transform-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-transform-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-transform-class-properties/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-class-properties/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-class-properties/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 33f162f0f28948c54f8db22fdcd43470
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-decorators_v^6.24.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-transform-decorators'
|
||||
*
|
||||
* 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-transform-decorators' {
|
||||
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-transform-decorators/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-decorators/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-decorators/lib/index'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 763d2aae3167e527cdae5e1eed497e6f
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-do-expressions_v^6.22.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-transform-do-expressions'
|
||||
*
|
||||
* 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-transform-do-expressions' {
|
||||
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-transform-do-expressions/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-do-expressions/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-do-expressions/lib/index'>;
|
||||
}
|
|
@ -1,88 +0,0 @@
|
|||
// flow-typed signature: 800e5774231f2cf8bd23645a546769f8
|
||||
// flow-typed version: <<STUB>>/babel-plugin-webpack-alias_v^2.1.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'babel-plugin-webpack-alias'
|
||||
*
|
||||
* 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-webpack-alias' {
|
||||
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-webpack-alias/build/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/coverage/lcov-report/prettify' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/coverage/lcov-report/sorter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/add10' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/deep/folder/alias/sum' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/add10' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/deep/folder/alias/sum' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-webpack-alias/build/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/build/index'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/coverage/lcov-report/prettify.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/coverage/lcov-report/prettify'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/coverage/lcov-report/sorter.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/coverage/lcov-report/sorter'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/add10.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/ava/add10'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/deep/folder/alias/sum.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/ava/deep/folder/alias/sum'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/ava/webpack.config.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/ava/webpack.config'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/add10.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/mocha/add10'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/deep/folder/alias/sum.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/mocha/deep/folder/alias/sum'>;
|
||||
}
|
||||
declare module 'babel-plugin-webpack-alias/examples/mocha/webpack.config.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-webpack-alias/examples/mocha/webpack.config'>;
|
||||
}
|
|
@ -1,289 +0,0 @@
|
|||
// flow-typed signature: 308b923163d321c5d8ef18be2a25e903
|
||||
// flow-typed version: 37b0393aaf/chai_v4.x.x/flow_>=v0.25.0
|
||||
|
||||
declare module "chai" {
|
||||
declare type ExpectChain<T> = {
|
||||
and: ExpectChain<T>,
|
||||
at: ExpectChain<T>,
|
||||
be: ExpectChain<T>,
|
||||
been: ExpectChain<T>,
|
||||
have: ExpectChain<T>,
|
||||
has: ExpectChain<T>,
|
||||
is: ExpectChain<T>,
|
||||
of: ExpectChain<T>,
|
||||
same: ExpectChain<T>,
|
||||
that: ExpectChain<T>,
|
||||
to: ExpectChain<T>,
|
||||
which: ExpectChain<T>,
|
||||
with: ExpectChain<T>,
|
||||
|
||||
not: ExpectChain<T>,
|
||||
deep: ExpectChain<T>,
|
||||
any: ExpectChain<T>,
|
||||
all: ExpectChain<T>,
|
||||
|
||||
a: ExpectChain<T> & ((type: string) => ExpectChain<T>),
|
||||
an: ExpectChain<T> & ((type: string) => ExpectChain<T>),
|
||||
|
||||
include: ExpectChain<T> & ((value: mixed) => ExpectChain<T>),
|
||||
includes: ExpectChain<T> & ((value: mixed) => ExpectChain<T>),
|
||||
contain: ExpectChain<T> & ((value: mixed) => ExpectChain<T>),
|
||||
contains: ExpectChain<T> & ((value: mixed) => ExpectChain<T>),
|
||||
|
||||
eq: (value: T) => ExpectChain<T>,
|
||||
eql: (value: T) => ExpectChain<T>,
|
||||
equal: (value: T) => ExpectChain<T>,
|
||||
equals: (value: T) => ExpectChain<T>,
|
||||
|
||||
above: (value: T & number) => ExpectChain<T>,
|
||||
gt: (value: T & number) => ExpectChain<T>,
|
||||
greaterThan: (value: T & number) => ExpectChain<T>,
|
||||
least: (value: T & number) => ExpectChain<T>,
|
||||
below: (value: T & number) => ExpectChain<T>,
|
||||
lessThan: (value: T & number) => ExpectChain<T>,
|
||||
lt: (value: T & number) => ExpectChain<T>,
|
||||
most: (value: T & number) => ExpectChain<T>,
|
||||
within: (start: T & number, finish: T & number) => ExpectChain<T>,
|
||||
|
||||
instanceof: (constructor: mixed) => ExpectChain<T>,
|
||||
nested: ExpectChain<T>,
|
||||
property: <P>(
|
||||
name: string,
|
||||
value?: P
|
||||
) => ExpectChain<P> & ((name: string) => ExpectChain<mixed>),
|
||||
|
||||
length: (value: number) => ExpectChain<T> | ExpectChain<number>,
|
||||
lengthOf: (value: number) => ExpectChain<T>,
|
||||
|
||||
match: (regex: RegExp) => ExpectChain<T>,
|
||||
string: (string: string) => ExpectChain<T>,
|
||||
|
||||
key: (key: string) => ExpectChain<T>,
|
||||
keys: (
|
||||
key: string | Array<string>,
|
||||
...keys: Array<string>
|
||||
) => ExpectChain<T>,
|
||||
|
||||
throw: <E>(
|
||||
err?: Class<E> | Error | RegExp | string,
|
||||
errMsgMatcher?: RegExp | string,
|
||||
msg?: string
|
||||
) => ExpectChain<T>,
|
||||
|
||||
respondTo: (method: string) => ExpectChain<T>,
|
||||
itself: ExpectChain<T>,
|
||||
|
||||
satisfy: (method: (value: T) => boolean) => ExpectChain<T>,
|
||||
|
||||
closeTo: (expected: T & number, delta: number) => ExpectChain<T>,
|
||||
|
||||
members: (set: mixed) => ExpectChain<T>,
|
||||
oneOf: (list: Array<T>) => ExpectChain<T>,
|
||||
|
||||
change: (obj: mixed, key: string) => ExpectChain<T>,
|
||||
increase: (obj: mixed, key: string) => ExpectChain<T>,
|
||||
decrease: (obj: mixed, key: string) => ExpectChain<T>,
|
||||
|
||||
// dirty-chai
|
||||
ok: () => ExpectChain<T>,
|
||||
true: () => ExpectChain<T>,
|
||||
false: () => ExpectChain<T>,
|
||||
null: () => ExpectChain<T>,
|
||||
undefined: () => ExpectChain<T>,
|
||||
exist: () => ExpectChain<T>,
|
||||
empty: () => ExpectChain<T>,
|
||||
|
||||
extensible: () => ExpectChain<T>,
|
||||
sealed: () => ExpectChain<T>,
|
||||
frozen: () => ExpectChain<T>,
|
||||
NaN: () => ExpectChain<T>,
|
||||
|
||||
// chai-immutable
|
||||
size: (n: number) => ExpectChain<T>,
|
||||
|
||||
// sinon-chai
|
||||
called: () => ExpectChain<T>,
|
||||
callCount: (n: number) => ExpectChain<T>,
|
||||
calledOnce: () => ExpectChain<T>,
|
||||
calledTwice: () => ExpectChain<T>,
|
||||
calledThrice: () => ExpectChain<T>,
|
||||
calledBefore: (spy: mixed) => ExpectChain<T>,
|
||||
calledAfter: (spy: mixed) => ExpectChain<T>,
|
||||
calledWith: (...args: Array<mixed>) => ExpectChain<T>,
|
||||
calledWithMatch: (...args: Array<mixed>) => ExpectChain<T>,
|
||||
calledWithExactly: (...args: Array<mixed>) => ExpectChain<T>,
|
||||
|
||||
// chai-as-promised
|
||||
eventually: ExpectChain<T>,
|
||||
resolvedWith: (value: mixed) => Promise<mixed> & ExpectChain<T>,
|
||||
resolved: () => Promise<mixed> & ExpectChain<T>,
|
||||
rejectedWith: (value: mixed) => Promise<mixed> & ExpectChain<T>,
|
||||
rejected: () => Promise<mixed> & ExpectChain<T>,
|
||||
notify: (callback: () => mixed) => ExpectChain<T>,
|
||||
fulfilled: () => Promise<mixed> & ExpectChain<T>,
|
||||
|
||||
// chai-subset
|
||||
containSubset: (obj: Object | Object[]) => ExpectChain<T>,
|
||||
|
||||
// chai-redux-mock-store
|
||||
dispatchedActions: (
|
||||
actions: Array<Object | ((action: Object) => any)>
|
||||
) => ExpectChain<T>,
|
||||
dispatchedTypes: (actions: Array<string>) => ExpectChain<T>,
|
||||
|
||||
// chai-enzyme
|
||||
attr: (key: string, val?: any) => ExpectChain<T>,
|
||||
data: (key: string, val?: any) => ExpectChain<T>,
|
||||
prop: (key: string, val?: any) => ExpectChain<T>,
|
||||
state: (key: string, val?: any) => ExpectChain<T>,
|
||||
value: (val: string) => ExpectChain<T>
|
||||
};
|
||||
|
||||
declare function expect<T>(actual: T, message?: string): ExpectChain<T>;
|
||||
|
||||
declare function use(plugin: (chai: Object, utils: Object) => void): void;
|
||||
|
||||
declare class assert {
|
||||
static (expression: mixed, message?: string): void;
|
||||
static fail(
|
||||
actual: mixed,
|
||||
expected: mixed,
|
||||
message?: string,
|
||||
operator?: string
|
||||
): void;
|
||||
|
||||
static isOk(object: mixed, message?: string): void;
|
||||
static isNotOk(object: mixed, message?: string): void;
|
||||
|
||||
static equal(actual: mixed, expected: mixed, message?: string): void;
|
||||
static notEqual(actual: mixed, expected: mixed, message?: string): void;
|
||||
|
||||
static strictEqual(act: mixed, exp: mixed, msg?: string): void;
|
||||
static notStrictEqual(act: mixed, exp: mixed, msg?: string): void;
|
||||
|
||||
static deepEqual(act: mixed, exp: mixed, msg?: string): void;
|
||||
static notDeepEqual(act: mixed, exp: mixed, msg?: string): void;
|
||||
|
||||
static ok(val: mixed, msg?: string): void;
|
||||
static isTrue(val: mixed, msg?: string): void;
|
||||
static isNotTrue(val: mixed, msg?: string): void;
|
||||
static isFalse(val: mixed, msg?: string): void;
|
||||
static isNotFalse(val: mixed, msg?: string): void;
|
||||
|
||||
static isNull(val: mixed, msg?: string): void;
|
||||
static isNotNull(val: mixed, msg?: string): void;
|
||||
|
||||
static isUndefined(val: mixed, msg?: string): void;
|
||||
static isDefined(val: mixed, msg?: string): void;
|
||||
|
||||
static isNaN(val: mixed, msg?: string): void;
|
||||
static isNotNaN(val: mixed, msg?: string): void;
|
||||
|
||||
static isAbove(val: number, abv: number, msg?: string): void;
|
||||
static isBelow(val: number, blw: number, msg?: string): void;
|
||||
|
||||
static isAtMost(val: number, atmst: number, msg?: string): void;
|
||||
static isAtLeast(val: number, atlst: number, msg?: string): void;
|
||||
|
||||
static isFunction(val: mixed, msg?: string): void;
|
||||
static isNotFunction(val: mixed, msg?: string): void;
|
||||
|
||||
static isObject(val: mixed, msg?: string): void;
|
||||
static isNotObject(val: mixed, msg?: string): void;
|
||||
|
||||
static isArray(val: mixed, msg?: string): void;
|
||||
static isNotArray(val: mixed, msg?: string): void;
|
||||
|
||||
static isString(val: mixed, msg?: string): void;
|
||||
static isNotString(val: mixed, msg?: string): void;
|
||||
|
||||
static isNumber(val: mixed, msg?: string): void;
|
||||
static isNotNumber(val: mixed, msg?: string): void;
|
||||
|
||||
static isBoolean(val: mixed, msg?: string): void;
|
||||
static isNotBoolean(val: mixed, msg?: string): void;
|
||||
|
||||
static typeOf(val: mixed, type: string, msg?: string): void;
|
||||
static notTypeOf(val: mixed, type: string, msg?: string): void;
|
||||
|
||||
static instanceOf(val: mixed, constructor: Function, msg?: string): void;
|
||||
static notInstanceOf(val: mixed, constructor: Function, msg?: string): void;
|
||||
|
||||
static include(exp: string, inc: mixed, msg?: string): void;
|
||||
static include<T>(exp: Array<T>, inc: T, msg?: string): void;
|
||||
|
||||
static notInclude(exp: string, inc: mixed, msg?: string): void;
|
||||
static notInclude<T>(exp: Array<T>, inc: T, msg?: string): void;
|
||||
|
||||
static match(exp: mixed, re: RegExp, msg?: string): void;
|
||||
static notMatch(exp: mixed, re: RegExp, msg?: string): void;
|
||||
|
||||
static property(obj: Object, prop: string, msg?: string): void;
|
||||
static notProperty(obj: Object, prop: string, msg?: string): void;
|
||||
static deepProperty(obj: Object, prop: string, msg?: string): void;
|
||||
static notDeepProperty(obj: Object, prop: string, msg?: string): void;
|
||||
|
||||
static propertyVal(
|
||||
obj: Object,
|
||||
prop: string,
|
||||
val: mixed,
|
||||
msg?: string
|
||||
): void;
|
||||
static propertyNotVal(
|
||||
obj: Object,
|
||||
prop: string,
|
||||
val: mixed,
|
||||
msg?: string
|
||||
): void;
|
||||
|
||||
static deepPropertyVal(
|
||||
obj: Object,
|
||||
prop: string,
|
||||
val: mixed,
|
||||
msg?: string
|
||||
): void;
|
||||
static deepPropertyNotVal(
|
||||
obj: Object,
|
||||
prop: string,
|
||||
val: mixed,
|
||||
msg?: string
|
||||
): void;
|
||||
|
||||
static lengthOf(exp: mixed, len: number, msg?: string): void;
|
||||
|
||||
static throws<E>(
|
||||
func: () => any,
|
||||
err?: Class<E> | Error | RegExp | string,
|
||||
errorMsgMatcher?: string | RegExp,
|
||||
msg?: string
|
||||
): void;
|
||||
static doesNotThrow<E>(
|
||||
func: () => any,
|
||||
err?: Class<E> | Error | RegExp | string,
|
||||
errorMsgMatcher?: string | RegExp,
|
||||
msg?: string
|
||||
): void;
|
||||
|
||||
static closeTo(
|
||||
actual: number,
|
||||
expected: number,
|
||||
delta: number,
|
||||
msg?: string
|
||||
): void;
|
||||
static approximately(
|
||||
actual: number,
|
||||
expected: number,
|
||||
delta: number,
|
||||
msg?: string
|
||||
): void;
|
||||
|
||||
// chai-immutable
|
||||
static sizeOf(val: mixed, length: number): void;
|
||||
}
|
||||
|
||||
declare var config: {
|
||||
includeStack: boolean,
|
||||
showDiff: boolean,
|
||||
truncateThreshold: number
|
||||
};
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
// flow-typed signature: cf86673cc32d185bdab1d2ea90578d37
|
||||
// flow-typed version: 614bf49aa8/classnames_v2.x.x/flow_>=v0.25.x
|
||||
|
||||
type $npm$classnames$Classes =
|
||||
| string
|
||||
| { [className: string]: * }
|
||||
| false
|
||||
| void
|
||||
| null;
|
||||
|
||||
declare module "classnames" {
|
||||
declare module.exports: (
|
||||
...classes: Array<$npm$classnames$Classes | $npm$classnames$Classes[]>
|
||||
) => string;
|
||||
}
|
||||
|
||||
declare module "classnames/bind" {
|
||||
declare module.exports: $Exports<"classnames">;
|
||||
}
|
||||
|
||||
declare module "classnames/dedupe" {
|
||||
declare module.exports: $Exports<"classnames">;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,101 +0,0 @@
|
|||
// flow-typed signature: 70d889155ad21a83f1adb53fcf44b6ca
|
||||
// flow-typed version: <<STUB>>/css-loader_v^0.28.11/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'css-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 'css-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 'css-loader/lib/compile-exports' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/createResolver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/css-base' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/getImportPrefix' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/getLocalIdent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/loader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/localsLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/processCss' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/url/escape' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/locals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'css-loader/index' {
|
||||
declare module.exports: $Exports<'css-loader'>;
|
||||
}
|
||||
declare module 'css-loader/index.js' {
|
||||
declare module.exports: $Exports<'css-loader'>;
|
||||
}
|
||||
declare module 'css-loader/lib/compile-exports.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/compile-exports'>;
|
||||
}
|
||||
declare module 'css-loader/lib/createResolver.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/createResolver'>;
|
||||
}
|
||||
declare module 'css-loader/lib/css-base.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/css-base'>;
|
||||
}
|
||||
declare module 'css-loader/lib/getImportPrefix.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/getImportPrefix'>;
|
||||
}
|
||||
declare module 'css-loader/lib/getLocalIdent.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/getLocalIdent'>;
|
||||
}
|
||||
declare module 'css-loader/lib/loader.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/loader'>;
|
||||
}
|
||||
declare module 'css-loader/lib/localsLoader.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/localsLoader'>;
|
||||
}
|
||||
declare module 'css-loader/lib/processCss.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/processCss'>;
|
||||
}
|
||||
declare module 'css-loader/lib/url/escape.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/url/escape'>;
|
||||
}
|
||||
declare module 'css-loader/locals.js' {
|
||||
declare module.exports: $Exports<'css-loader/locals'>;
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
// flow-typed signature: 1fd80565f191a97191ad344fb554ec8f
|
||||
// flow-typed version: <<STUB>>/csv-loader_v^2.1.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'csv-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 'csv-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.
|
||||
*/
|
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'csv-loader/index' {
|
||||
declare module.exports: $Exports<'csv-loader'>;
|
||||
}
|
||||
declare module 'csv-loader/index.js' {
|
||||
declare module.exports: $Exports<'csv-loader'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: b38c6800c67daff8837274105baecc1c
|
||||
// flow-typed version: <<STUB>>/daggy_v^1.2.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'daggy'
|
||||
*
|
||||
* 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 'daggy' {
|
||||
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 'daggy/src/daggy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'daggy/src/daggy.js' {
|
||||
declare module.exports: $Exports<'daggy/src/daggy'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: d27b884bc3b6a031d7be976d6e982bcf
|
||||
// flow-typed version: <<STUB>>/dedent-js_v^1.0.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'dedent-js'
|
||||
*
|
||||
* 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 'dedent-js' {
|
||||
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 'dedent-js/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'dedent-js/lib/index.js' {
|
||||
declare module.exports: $Exports<'dedent-js/lib/index'>;
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
// flow-typed signature: 611f0d6ff6256cb2214814adfa7d2fcc
|
||||
// flow-typed version: <<STUB>>/deep-assign_v^2.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'deep-assign'
|
||||
*
|
||||
* 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 'deep-assign' {
|
||||
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 'deep-assign/index' {
|
||||
declare module.exports: $Exports<'deep-assign'>;
|
||||
}
|
||||
declare module 'deep-assign/index.js' {
|
||||
declare module.exports: $Exports<'deep-assign'>;
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
// flow-typed signature: bf740df2f514a2c3c799c9c978be9475
|
||||
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.1.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'enzyme-adapter-react-16'
|
||||
*
|
||||
* 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 'enzyme-adapter-react-16' {
|
||||
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 'enzyme-adapter-react-16/build/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'enzyme-adapter-react-16/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'enzyme-adapter-react-16/src/ReactSixteenAdapter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'enzyme-adapter-react-16/build/index.js' {
|
||||
declare module.exports: $Exports<'enzyme-adapter-react-16/build/index'>;
|
||||
}
|
||||
declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter.js' {
|
||||
declare module.exports: $Exports<'enzyme-adapter-react-16/build/ReactSixteenAdapter'>;
|
||||
}
|
||||
declare module 'enzyme-adapter-react-16/src/index.js' {
|
||||
declare module.exports: $Exports<'enzyme-adapter-react-16/src/index'>;
|
||||
}
|
||||
declare module 'enzyme-adapter-react-16/src/ReactSixteenAdapter.js' {
|
||||
declare module.exports: $Exports<'enzyme-adapter-react-16/src/ReactSixteenAdapter'>;
|
||||
}
|
|
@ -1,128 +0,0 @@
|
|||
// flow-typed signature: 7be2af8800fdadaea6ac0404d256bafc
|
||||
// flow-typed version: 6ce6a0467c/enzyme_v3.x.x/flow_>=v0.53.x
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
declare module "enzyme" {
|
||||
declare type PredicateFunction<T: Wrapper> = (
|
||||
wrapper: T,
|
||||
index: number
|
||||
) => boolean;
|
||||
declare type NodeOrNodes = React.Node | Array<React.Node>;
|
||||
declare type EnzymeSelector = string | Class<React.Component<*, *>> | Object;
|
||||
|
||||
// CheerioWrapper is a type alias for an actual cheerio instance
|
||||
// TODO: Reference correct type from cheerio's type declarations
|
||||
declare type CheerioWrapper = any;
|
||||
|
||||
declare class Wrapper {
|
||||
find(selector: EnzymeSelector): this,
|
||||
findWhere(predicate: PredicateFunction<this>): this,
|
||||
filter(selector: EnzymeSelector): this,
|
||||
filterWhere(predicate: PredicateFunction<this>): this,
|
||||
hostNodes(): this,
|
||||
contains(nodeOrNodes: NodeOrNodes): boolean,
|
||||
containsMatchingElement(node: React.Node): boolean,
|
||||
containsAllMatchingElements(nodes: NodeOrNodes): boolean,
|
||||
containsAnyMatchingElements(nodes: NodeOrNodes): boolean,
|
||||
dive(option?: { context?: Object }): this,
|
||||
exists(): boolean,
|
||||
isEmptyRender(): boolean,
|
||||
matchesElement(node: React.Node): boolean,
|
||||
hasClass(className: string): boolean,
|
||||
is(selector: EnzymeSelector): boolean,
|
||||
isEmpty(): boolean,
|
||||
not(selector: EnzymeSelector): this,
|
||||
children(selector?: EnzymeSelector): this,
|
||||
childAt(index: number): this,
|
||||
parents(selector?: EnzymeSelector): this,
|
||||
parent(): this,
|
||||
closest(selector: EnzymeSelector): this,
|
||||
render(): CheerioWrapper,
|
||||
unmount(): this,
|
||||
text(): string,
|
||||
html(): string,
|
||||
get(index: number): React.Node,
|
||||
getDOMNode(): HTMLElement | HTMLInputElement,
|
||||
at(index: number): this,
|
||||
first(): this,
|
||||
last(): this,
|
||||
state(key?: string): any,
|
||||
context(key?: string): any,
|
||||
props(): Object,
|
||||
prop(key: string): any,
|
||||
key(): string,
|
||||
simulate(event: string, ...args: Array<any>): this,
|
||||
setState(state: {}, callback?: Function): this,
|
||||
setProps(props: {}): this,
|
||||
setContext(context: Object): this,
|
||||
instance(): React.Component<*, *>,
|
||||
update(): this,
|
||||
debug(options?: Object): string,
|
||||
type(): string | Function | null,
|
||||
name(): string,
|
||||
forEach(fn: (node: this, index: number) => mixed): this,
|
||||
map<T>(fn: (node: this, index: number) => T): Array<T>,
|
||||
reduce<T>(
|
||||
fn: (value: T, node: this, index: number) => T,
|
||||
initialValue?: T
|
||||
): Array<T>,
|
||||
reduceRight<T>(
|
||||
fn: (value: T, node: this, index: number) => T,
|
||||
initialValue?: T
|
||||
): Array<T>,
|
||||
some(selector: EnzymeSelector): boolean,
|
||||
someWhere(predicate: PredicateFunction<this>): boolean,
|
||||
every(selector: EnzymeSelector): boolean,
|
||||
everyWhere(predicate: PredicateFunction<this>): boolean,
|
||||
length: number
|
||||
}
|
||||
|
||||
declare class ReactWrapper extends Wrapper {
|
||||
constructor(nodes: NodeOrNodes, root: any, options?: ?Object): ReactWrapper,
|
||||
mount(): this,
|
||||
ref(refName: string): this,
|
||||
detach(): void
|
||||
}
|
||||
|
||||
declare class ShallowWrapper extends Wrapper {
|
||||
constructor(
|
||||
nodes: NodeOrNodes,
|
||||
root: any,
|
||||
options?: ?Object
|
||||
): ShallowWrapper,
|
||||
equals(node: React.Node): boolean,
|
||||
shallow(options?: { context?: Object }): ShallowWrapper,
|
||||
getElement(): React.Node,
|
||||
getElements(): Array<React.Node>
|
||||
}
|
||||
|
||||
declare function shallow(
|
||||
node: React.Node,
|
||||
options?: { context?: Object, disableLifecycleMethods?: boolean }
|
||||
): ShallowWrapper;
|
||||
declare function mount(
|
||||
node: React.Node,
|
||||
options?: {
|
||||
context?: Object,
|
||||
attachTo?: HTMLElement,
|
||||
childContextTypes?: Object
|
||||
}
|
||||
): ReactWrapper;
|
||||
declare function render(
|
||||
node: React.Node,
|
||||
options?: { context?: Object }
|
||||
): CheerioWrapper;
|
||||
|
||||
declare module.exports: {
|
||||
configure(options: {
|
||||
Adapter?: any,
|
||||
disableLifecycleMethods?: boolean
|
||||
}): void,
|
||||
render: typeof render,
|
||||
mount: typeof mount,
|
||||
shallow: typeof shallow,
|
||||
ShallowWrapper: typeof ShallowWrapper,
|
||||
ReactWrapper: typeof ReactWrapper
|
||||
};
|
||||
}
|
|
@ -1,66 +0,0 @@
|
|||
// flow-typed signature: bb5a1119b3b91d0f07c1d0ad7cee3814
|
||||
// flow-typed version: <<STUB>>/eslint-config-prettier_v^2.9.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'eslint-config-prettier'
|
||||
*
|
||||
* 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-config-prettier' {
|
||||
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-config-prettier/bin/cli' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-prettier/bin/validators' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-prettier/flowtype' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-prettier/react' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-prettier/standard' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-config-prettier/bin/cli.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier/bin/cli'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/bin/validators.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier/bin/validators'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/flowtype.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier/flowtype'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/index' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/index.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/react.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier/react'>;
|
||||
}
|
||||
declare module 'eslint-config-prettier/standard.js' {
|
||||
declare module.exports: $Exports<'eslint-config-prettier/standard'>;
|
||||
}
|
|
@ -1,382 +0,0 @@
|
|||
// flow-typed signature: bc4c68fa1ed881643fa2c5f502260924
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.46.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'eslint-plugin-flowtype'
|
||||
*
|
||||
* 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-flowtype' {
|
||||
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-flowtype/bin/readmeAssertions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noExistentialType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireExactType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireTypesAtTop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeImportStyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-plugin-flowtype/bin/readmeAssertions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/bin/readmeAssertions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/booleanStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/defineFlowType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/delimiterDangle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/genericSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/newlineAfterFlowAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noDupeKeys'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noExistentialType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noExistentialType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMutableArray'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noUnusedExpressions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noWeakTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireExactType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireExactType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireParameterType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireReturnType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireTypesAtTop.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireTypesAtTop'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireVariableType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/semi'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/sortKeys'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeIdMatch'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeImportStyle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeImportStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/useFlowType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/validSyntax'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getParameterName'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/index'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFile'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/quoteName'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/spacingFixers'>;
|
||||
}
|
|
@ -1,626 +0,0 @@
|
|||
// flow-typed signature: 234d34357d5c546092367dd7ac9ba0d9
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.7.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'eslint-plugin-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 'eslint-plugin-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 'eslint-plugin-react/lib/rules/boolean-prop-naming' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/button-has-type' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/default-props-match-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/destructuring-assignment' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/display-name' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-component-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-dom-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-elements' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-foreign-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-boolean-value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-child-element-spacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-bracket-location' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-brace-presence' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-equals-spacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-key' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-max-depth' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-max-props-per-line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-bind' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-duplicate-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-literals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-undef' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-one-expression-per-line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-default-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-space-before-closing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-tag-spacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-react' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-vars' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-wrap-multilines' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-access-state-in-setstate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-array-index-key' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-children-prop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger-with-children' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-deprecated' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-mount-set-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-update-set-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-direct-mutation-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-find-dom-node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-is-mounted' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-multi-comp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-redundant-should-component-update' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-render-return-value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-set-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-string-refs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-this-in-sfc' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-typos' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unescaped-entities' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unknown-property' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unused-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unused-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-will-update-set-state' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-es6-class' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/react-in-jsx-scope' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/require-default-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/require-optimization' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/require-render-return' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/self-closing-comp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/sort-comp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/sort-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/style-prop-object' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/void-dom-elements-no-children' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/annotations' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/ast' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/Components' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/docsUrl' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/makeNoMethodSetStateRule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/pragma' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/variable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/version' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-plugin-react/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/boolean-prop-naming.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/boolean-prop-naming'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/button-has-type.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/button-has-type'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/default-props-match-prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/default-props-match-prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/destructuring-assignment.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/destructuring-assignment'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/display-name.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/display-name'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-component-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-component-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-dom-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-dom-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-elements.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-elements'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-foreign-prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-foreign-prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/forbid-prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-boolean-value.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-boolean-value'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-child-element-spacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-child-element-spacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-bracket-location.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-closing-bracket-location'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-closing-tag-location'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-brace-presence.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-curly-brace-presence'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-curly-spacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-equals-spacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-equals-spacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-filename-extension'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-first-prop-new-line'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-handler-names'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-indent-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-indent'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-key.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-key'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-max-depth.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-max-depth'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-max-props-per-line.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-max-props-per-line'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-bind.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-bind'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-duplicate-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-duplicate-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-literals.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-literals'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-target-blank'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-undef.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-undef'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-one-expression-per-line.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-one-expression-per-line'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-pascal-case'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-default-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-sort-default-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-sort-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-space-before-closing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-space-before-closing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-tag-spacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-tag-spacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-react.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-uses-react'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-vars.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-uses-vars'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-wrap-multilines.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-wrap-multilines'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-access-state-in-setstate.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-access-state-in-setstate'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-array-index-key.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-array-index-key'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-children-prop.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-children-prop'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger-with-children.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-danger-with-children'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-danger'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-deprecated.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-deprecated'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-mount-set-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-did-mount-set-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-update-set-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-did-update-set-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-direct-mutation-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-direct-mutation-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-find-dom-node.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-find-dom-node'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-is-mounted.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-is-mounted'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-multi-comp.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-multi-comp'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-redundant-should-component-update.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-redundant-should-component-update'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-render-return-value.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-render-return-value'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-set-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-set-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-string-refs.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-string-refs'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-this-in-sfc.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-this-in-sfc'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-typos.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-typos'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unescaped-entities.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unescaped-entities'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unknown-property.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unknown-property'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unused-prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unused-prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unused-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unused-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/no-will-update-set-state.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-will-update-set-state'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-es6-class.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-es6-class'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-stateless-function'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/react-in-jsx-scope.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/react-in-jsx-scope'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/require-default-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-default-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/require-optimization.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-optimization'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/require-render-return.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/require-render-return'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/self-closing-comp.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/self-closing-comp'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/sort-comp.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/sort-comp'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/sort-prop-types.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/sort-prop-types'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/style-prop-object.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/style-prop-object'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/void-dom-elements-no-children.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/void-dom-elements-no-children'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/annotations.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/annotations'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/ast.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/ast'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/Components.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/Components'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/docsUrl.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/docsUrl'>;
|
||||
}
|
||||
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/makeNoMethodSetStateRule.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/makeNoMethodSetStateRule'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/pragma.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/pragma'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/variable.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/variable'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/version.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/version'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,285 +0,0 @@
|
|||
// flow-typed signature: 41a220e96fcef89a09244ac3797039e8
|
||||
// flow-typed version: 9f7cf2ab0c/express_v4.16.x/flow_>=v0.32.x
|
||||
|
||||
import type { Server } from "http";
|
||||
import type { Socket } from "net";
|
||||
|
||||
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$RequestParams = {
|
||||
[param: string]: string
|
||||
};
|
||||
|
||||
declare class express$Request extends http$IncomingMessage mixins express$RequestResponseBase {
|
||||
baseUrl: string;
|
||||
body: mixed;
|
||||
cookies: { [cookie: string]: string };
|
||||
connection: Socket;
|
||||
fresh: boolean;
|
||||
hostname: string;
|
||||
ip: string;
|
||||
ips: Array<string>;
|
||||
method: string;
|
||||
originalUrl: string;
|
||||
params: express$RequestParams;
|
||||
path: string;
|
||||
protocol: "https" | "http";
|
||||
query: { [name: string]: string | Array<string> };
|
||||
route: string;
|
||||
secure: boolean;
|
||||
signedCookies: { [signedCookie: string]: string };
|
||||
stale: boolean;
|
||||
subdomains: Array<string>;
|
||||
xhr: boolean;
|
||||
accepts(types: string): string | false;
|
||||
accepts(types: Array<string>): string | false;
|
||||
acceptsCharsets(...charsets: Array<string>): string | false;
|
||||
acceptsEncodings(...encoding: Array<string>): string | false;
|
||||
acceptsLanguages(...lang: Array<string>): string | false;
|
||||
header(field: string): string | void;
|
||||
is(type: string): boolean;
|
||||
param(name: string, defaultValue?: string): string | 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<void>): this;
|
||||
redirect(status: number, url: string, ...args: Array<void>): this;
|
||||
render(
|
||||
view: string,
|
||||
locals?: { [name: string]: mixed },
|
||||
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: $Subtype<express$Request>,
|
||||
res: express$Response,
|
||||
next: express$NextFunction
|
||||
) => mixed)
|
||||
| ((
|
||||
error: Error,
|
||||
req: $Subtype<express$Request>,
|
||||
res: express$Response,
|
||||
next: express$NextFunction
|
||||
) => mixed);
|
||||
declare interface express$RouteMethodType<T> {
|
||||
(middleware: express$Middleware): T;
|
||||
(...middleware: Array<express$Middleware>): T;
|
||||
(
|
||||
path: express$Path | express$Path[],
|
||||
...middleware: Array<express$Middleware>
|
||||
): T;
|
||||
}
|
||||
declare class express$Route {
|
||||
all: express$RouteMethodType<this>;
|
||||
get: express$RouteMethodType<this>;
|
||||
post: express$RouteMethodType<this>;
|
||||
put: express$RouteMethodType<this>;
|
||||
head: express$RouteMethodType<this>;
|
||||
delete: express$RouteMethodType<this>;
|
||||
options: express$RouteMethodType<this>;
|
||||
trace: express$RouteMethodType<this>;
|
||||
copy: express$RouteMethodType<this>;
|
||||
lock: express$RouteMethodType<this>;
|
||||
mkcol: express$RouteMethodType<this>;
|
||||
move: express$RouteMethodType<this>;
|
||||
purge: express$RouteMethodType<this>;
|
||||
propfind: express$RouteMethodType<this>;
|
||||
proppatch: express$RouteMethodType<this>;
|
||||
unlock: express$RouteMethodType<this>;
|
||||
report: express$RouteMethodType<this>;
|
||||
mkactivity: express$RouteMethodType<this>;
|
||||
checkout: express$RouteMethodType<this>;
|
||||
merge: express$RouteMethodType<this>;
|
||||
|
||||
// @TODO Missing 'm-search' but get flow illegal name error.
|
||||
|
||||
notify: express$RouteMethodType<this>;
|
||||
subscribe: express$RouteMethodType<this>;
|
||||
unsubscribe: express$RouteMethodType<this>;
|
||||
patch: express$RouteMethodType<this>;
|
||||
search: express$RouteMethodType<this>;
|
||||
connect: express$RouteMethodType<this>;
|
||||
}
|
||||
|
||||
declare class express$Router 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<express$Middleware>): this;
|
||||
use(
|
||||
path: express$Path | express$Path[],
|
||||
...middleware: Array<express$Middleware>
|
||||
): this;
|
||||
use(path: string, router: express$Router): this;
|
||||
handle(
|
||||
req: http$IncomingMessage,
|
||||
res: http$ServerResponse,
|
||||
next: express$NextFunction
|
||||
): void;
|
||||
param(
|
||||
param: string,
|
||||
callback: (
|
||||
req: $Subtype<express$Request>,
|
||||
res: express$Response,
|
||||
next: express$NextFunction,
|
||||
id: string
|
||||
) => mixed
|
||||
): void;
|
||||
|
||||
// Can't use regular callable signature syntax due to https://github.com/facebook/flow/issues/3084
|
||||
$call: (
|
||||
req: http$IncomingMessage,
|
||||
res: http$ServerResponse,
|
||||
next?: ?express$NextFunction
|
||||
) => void;
|
||||
}
|
||||
|
||||
/*
|
||||
With flow-bin ^0.59, express app.listen() is deemed to return any and fails flow type coverage.
|
||||
Which is ironic because https://github.com/facebook/flow/blob/master/Changelog.md#misc-2 (release notes for 0.59)
|
||||
says "Improves typings for Node.js HTTP server listen() function." See that? IMPROVES!
|
||||
To work around this issue, we changed Server to ?Server here, so that our invocations of express.listen() will
|
||||
not be deemed to lack type coverage.
|
||||
*/
|
||||
|
||||
declare class express$Application 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
|
||||
): ?Server;
|
||||
listen(
|
||||
port: number,
|
||||
hostname?: string,
|
||||
callback?: (err?: ?Error) => mixed
|
||||
): ?Server;
|
||||
listen(port: number, callback?: (err?: ?Error) => mixed): ?Server;
|
||||
listen(path: string, callback?: (err?: ?Error) => mixed): ?Server;
|
||||
listen(handle: Object, callback?: (err?: ?Error) => mixed): ?Server;
|
||||
disable(name: string): void;
|
||||
disabled(name: string): boolean;
|
||||
enable(name: string): express$Application;
|
||||
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,
|
||||
optionsOrFunction: { [name: string]: mixed },
|
||||
callback: express$RenderCallback
|
||||
): void;
|
||||
handle(
|
||||
req: http$IncomingMessage,
|
||||
res: http$ServerResponse,
|
||||
next?: ?express$NextFunction
|
||||
): void;
|
||||
}
|
||||
|
||||
declare type JsonOptions = {
|
||||
inflate?: boolean,
|
||||
limit?: string | number,
|
||||
reviver?: (key: string, value: mixed) => mixed,
|
||||
strict?: boolean,
|
||||
type?: string | Array<string> | ((req: express$Request) => boolean),
|
||||
verify?: (
|
||||
req: express$Request,
|
||||
res: express$Response,
|
||||
buf: Buffer,
|
||||
encoding: string
|
||||
) => mixed
|
||||
};
|
||||
|
||||
declare module "express" {
|
||||
declare export type RouterOptions = express$RouterOptions;
|
||||
declare export type CookieOptions = express$CookieOptions;
|
||||
declare export type Middleware = 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 = express$Application;
|
||||
|
||||
declare module.exports: {
|
||||
(): express$Application, // If you try to call like a function, it will use this signature
|
||||
json: (opts: ?JsonOptions) => express$Middleware,
|
||||
static: (root: string, options?: Object) => express$Middleware, // `static` property on the function
|
||||
Router: typeof express$Router // `Router` property on the function
|
||||
};
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: f2b8570cf6bfaec77760ca12a7c75b49
|
||||
// flow-typed version: <<STUB>>/fantasy-combinators_v0.0.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'fantasy-combinators'
|
||||
*
|
||||
* 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 'fantasy-combinators' {
|
||||
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 'fantasy-combinators/combinators' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'fantasy-combinators/combinators.js' {
|
||||
declare module.exports: $Exports<'fantasy-combinators/combinators'>;
|
||||
}
|
|
@ -1,241 +0,0 @@
|
|||
// flow-typed signature: 0c8c8afc0d3a6ae78020f5e7d82f2778
|
||||
// flow-typed version: <<STUB>>/fantasy-land_v^3.5.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'fantasy-land'
|
||||
*
|
||||
* 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 'fantasy-land' {
|
||||
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 'fantasy-land/internal/compose' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/internal/func' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/internal/id' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/internal/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/internal/patch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/internal/sum' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/alt' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/alternative' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/applicative' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/apply' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/bifunctor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/category' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/chain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/chainrec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/comonad' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/contravariant' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/extend' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/filterable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/foldable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/functor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/group' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/monad' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/monoid' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/ord' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/plus' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/profunctor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/semigroup' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/semigroupoid' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/setoid' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-land/laws/traversable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'fantasy-land/index' {
|
||||
declare module.exports: $Exports<'fantasy-land'>;
|
||||
}
|
||||
declare module 'fantasy-land/index.js' {
|
||||
declare module.exports: $Exports<'fantasy-land'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/compose.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/compose'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/func.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/func'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/id.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/id'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/index.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/index'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/patch.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/patch'>;
|
||||
}
|
||||
declare module 'fantasy-land/internal/sum.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/internal/sum'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/alt.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/alt'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/alternative.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/alternative'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/applicative.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/applicative'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/apply.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/apply'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/bifunctor.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/bifunctor'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/category.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/category'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/chain.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/chain'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/chainrec.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/chainrec'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/comonad.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/comonad'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/contravariant.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/contravariant'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/extend.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/extend'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/filterable.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/filterable'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/foldable.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/foldable'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/functor.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/functor'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/group.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/group'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/monad.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/monad'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/monoid.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/monoid'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/ord.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/ord'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/plus.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/plus'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/profunctor.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/profunctor'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/semigroup.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/semigroup'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/semigroupoid.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/semigroupoid'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/setoid.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/setoid'>;
|
||||
}
|
||||
declare module 'fantasy-land/laws/traversable.js' {
|
||||
declare module.exports: $Exports<'fantasy-land/laws/traversable'>;
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: cd11018384bf8d3847d1f1f1576af66d
|
||||
// flow-typed version: <<STUB>>/fantasy-tuples_v^1.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'fantasy-tuples'
|
||||
*
|
||||
* 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 'fantasy-tuples' {
|
||||
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 'fantasy-tuples/fantasy-tuples' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-tuples/src/nested' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fantasy-tuples/src/tuples' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'fantasy-tuples/fantasy-tuples.js' {
|
||||
declare module.exports: $Exports<'fantasy-tuples/fantasy-tuples'>;
|
||||
}
|
||||
declare module 'fantasy-tuples/src/nested.js' {
|
||||
declare module.exports: $Exports<'fantasy-tuples/src/nested'>;
|
||||
}
|
||||
declare module 'fantasy-tuples/src/tuples.js' {
|
||||
declare module.exports: $Exports<'fantasy-tuples/src/tuples'>;
|
||||
}
|
|
@ -1,39 +0,0 @@
|
|||
// flow-typed signature: 0164e0776b8ec83efb9ee31d20d235c8
|
||||
// flow-typed version: <<STUB>>/file-loader_v^1.1.11/flow_v0.72.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/index' {
|
||||
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.js' {
|
||||
declare module.exports: $Exports<'file-loader/dist/index'>;
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
|
||||
// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module "flow-bin" {
|
||||
declare module.exports: string;
|
||||
}
|
|
@ -1,193 +0,0 @@
|
|||
// flow-typed signature: 1291c62c38601583a9ec13e6bd24f7f9
|
||||
// flow-typed version: <<STUB>>/flow-typed_v^2.4.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'flow-typed'
|
||||
*
|
||||
* 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-typed' {
|
||||
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-typed/dist/cli' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/create-stub' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/install' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/runTests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/search' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/update-cache' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/update' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/validateDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/commands/version' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/cacheRepoUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/codeSign' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/fileUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/flowProjectUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/flowVersion' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/git' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/github' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/isInFlowTypedRepo' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/libDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/node' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/npm/npmLibDefs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/npm/npmProjectUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/semver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/stubUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'flow-typed/dist/lib/validationErrors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'flow-typed/dist/cli.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/cli'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/create-stub.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/create-stub'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/install.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/install'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/runTests.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/runTests'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/search.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/search'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/update-cache.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/update-cache'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/update.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/update'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/validateDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/validateDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/commands/version.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/commands/version'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/cacheRepoUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/cacheRepoUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/codeSign.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/codeSign'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/fileUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/fileUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/flowProjectUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/flowProjectUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/flowVersion.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/flowVersion'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/git.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/git'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/github.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/github'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/isInFlowTypedRepo.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/isInFlowTypedRepo'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/libDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/libDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/node.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/node'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/npm/npmLibDefs.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmLibDefs'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/npm/npmProjectUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmProjectUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/semver.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/semver'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/stubUtils.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/stubUtils'>;
|
||||
}
|
||||
declare module 'flow-typed/dist/lib/validationErrors.js' {
|
||||
declare module.exports: $Exports<'flow-typed/dist/lib/validationErrors'>;
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
// flow-typed signature: 5653c58c4f271417b17df2d0820a6505
|
||||
// flow-typed version: 10647261fc/fuse.js_v3.x.x/flow_>=v0.38.x
|
||||
|
||||
declare module "fuse.js" {
|
||||
declare type FuseOptions = {
|
||||
caseSensitive?: boolean,
|
||||
includeScore?: boolean,
|
||||
includeMatches?: boolean,
|
||||
minMatchCharLength?: number,
|
||||
shouldSort?: boolean,
|
||||
tokenize?: boolean,
|
||||
matchAllTokens?: boolean,
|
||||
findAllMatches?: boolean,
|
||||
id?: string,
|
||||
keys?: $ReadOnlyArray<any>,
|
||||
location?: number,
|
||||
threshold?: number,
|
||||
distance?: number,
|
||||
maxPatternLength?: number,
|
||||
getFn?: (obj: any, path: string) => any,
|
||||
sortFn?: (a: any, b: any) => boolean,
|
||||
verbose?: boolean,
|
||||
tokenSeparator?: RegExp
|
||||
};
|
||||
declare class Fuse<T> {
|
||||
constructor(items: $ReadOnlyArray<T>, options?: FuseOptions): Fuse<T>;
|
||||
search(pattern: string): Array<T>;
|
||||
setCollection<U: $ReadOnlyArray<T>>(list: U): U;
|
||||
}
|
||||
declare module.exports: typeof Fuse;
|
||||
}
|
|
@ -1,53 +0,0 @@
|
|||
// flow-typed signature: e0bd7254497a337395dab0abea9dbaa9
|
||||
// flow-typed version: <<STUB>>/global_v^4.3.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'global'
|
||||
*
|
||||
* 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 'global' {
|
||||
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 'global/console' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'global/document' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'global/process' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'global/window' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'global/console.js' {
|
||||
declare module.exports: $Exports<'global/console'>;
|
||||
}
|
||||
declare module 'global/document.js' {
|
||||
declare module.exports: $Exports<'global/document'>;
|
||||
}
|
||||
declare module 'global/process.js' {
|
||||
declare module.exports: $Exports<'global/process'>;
|
||||
}
|
||||
declare module 'global/window.js' {
|
||||
declare module.exports: $Exports<'global/window'>;
|
||||
}
|
|
@ -1,45 +0,0 @@
|
|||
// flow-typed signature: f4e73d8106053510c0a17cf213c25698
|
||||
// flow-typed version: <<STUB>>/google-translate-api_v^2.3.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'google-translate-api'
|
||||
*
|
||||
* 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 'google-translate-api' {
|
||||
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 'google-translate-api/languages' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'google-translate-api/test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'google-translate-api/index' {
|
||||
declare module.exports: $Exports<'google-translate-api'>;
|
||||
}
|
||||
declare module 'google-translate-api/index.js' {
|
||||
declare module.exports: $Exports<'google-translate-api'>;
|
||||
}
|
||||
declare module 'google-translate-api/languages.js' {
|
||||
declare module.exports: $Exports<'google-translate-api/languages'>;
|
||||
}
|
||||
declare module 'google-translate-api/test.js' {
|
||||
declare module.exports: $Exports<'google-translate-api/test'>;
|
||||
}
|
|
@ -1,290 +0,0 @@
|
|||
// flow-typed signature: 4956c88844762f98a0fce4508145d371
|
||||
// flow-typed version: <<STUB>>/hard-source-webpack-plugin_v^0.6.4/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'hard-source-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 'hard-source-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 'hard-source-webpack-plugin/lib/cache-serializer-factory' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/default-config-hash' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/devtool-options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/env-hash' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-asset-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-basic-dependency-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-compilation-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-concatenation-module-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module-factory' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-dependency-block-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-generator-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-assets-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-errors-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-extract-text-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-normal-module-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-parser-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-append-serializer-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-append-serializer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-file-serializer-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-file-serializer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-json-serializer-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-json-serializer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-source-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/logger-factory' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/log-messages' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/Object.entries' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/Object.values' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/plugin-compat' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/promisify' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/relate-context' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'hard-source-webpack-plugin/lib/util/serial' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'hard-source-webpack-plugin/index' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/index.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/cache-serializer-factory.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/cache-serializer-factory'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/default-config-hash.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/default-config-hash'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/devtool-options.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/devtool-options'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/env-hash.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/env-hash'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-asset-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-asset-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-basic-dependency-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-basic-dependency-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-compilation-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-compilation-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-concatenation-module-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-concatenation-module-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module-factory.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-context-module-factory'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-context-module-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-context-module.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-context-module'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-dependency-block-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-dependency-block-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-generator-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-generator-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-assets-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-module-assets-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-errors-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-module-errors-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module-extract-text-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-module-extract-text-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-module.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-module'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-normal-module-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-normal-module-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-parser-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-parser-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-append-serializer-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-append-serializer-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-append-serializer.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-append-serializer'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-file-serializer-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-file-serializer-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-file-serializer.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-file-serializer'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-json-serializer-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-json-serializer-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-json-serializer.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-json-serializer'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-leveldb-serializer'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/hard-source-source-plugin.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/hard-source-source-plugin'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/logger-factory.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/logger-factory'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/index.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/index'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/log-messages.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/log-messages'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/Object.entries.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/Object.entries'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/Object.values.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/Object.values'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/plugin-compat.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/plugin-compat'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/promisify.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/promisify'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/relate-context.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/relate-context'>;
|
||||
}
|
||||
declare module 'hard-source-webpack-plugin/lib/util/serial.js' {
|
||||
declare module.exports: $Exports<'hard-source-webpack-plugin/lib/util/serial'>;
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
// flow-typed signature: cc7de1f46b0335fbf70a0975c275f95b
|
||||
// flow-typed version: <<STUB>>/html-loader_v^0.5.5/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'html-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 'html-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 'html-loader/lib/attributesParser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'html-loader/index' {
|
||||
declare module.exports: $Exports<'html-loader'>;
|
||||
}
|
||||
declare module 'html-loader/index.js' {
|
||||
declare module.exports: $Exports<'html-loader'>;
|
||||
}
|
||||
declare module 'html-loader/lib/attributesParser.js' {
|
||||
declare module.exports: $Exports<'html-loader/lib/attributesParser'>;
|
||||
}
|
|
@ -1,269 +0,0 @@
|
|||
// flow-typed signature: eb1ea67a8365cff419f1bc205ffbaf82
|
||||
// flow-typed version: <<STUB>>/i18next_v^10.0.7/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'i18next'
|
||||
*
|
||||
* 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 'i18next' {
|
||||
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 'i18next/dist/commonjs/BackendConnector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/CacheConnector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/defaults' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/EventEmitter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/i18next' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/Interpolator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/LanguageUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/logger' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/PluralResolver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/postProcessor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/ResourceStore' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/Translator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/commonjs/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/BackendConnector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/CacheConnector' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/defaults' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/EventEmitter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/i18next' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/Interpolator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/LanguageUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/logger' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/PluralResolver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/postProcessor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/ResourceStore' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/Translator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/es/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/umd/i18next' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/dist/umd/i18next.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/i18next' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/i18next.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/karma.backward.conf' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'i18next/rollup.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'i18next/dist/commonjs/BackendConnector.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/BackendConnector'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/CacheConnector.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/CacheConnector'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/defaults.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/defaults'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/EventEmitter.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/EventEmitter'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/i18next.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/i18next'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/index.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/index'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/Interpolator.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/Interpolator'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/LanguageUtils.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/LanguageUtils'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/logger.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/logger'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/PluralResolver.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/PluralResolver'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/postProcessor.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/postProcessor'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/ResourceStore.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/ResourceStore'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/Translator.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/Translator'>;
|
||||
}
|
||||
declare module 'i18next/dist/commonjs/utils.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/commonjs/utils'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/BackendConnector.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/BackendConnector'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/CacheConnector.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/CacheConnector'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/defaults.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/defaults'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/EventEmitter.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/EventEmitter'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/i18next.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/i18next'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/index.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/index'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/Interpolator.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/Interpolator'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/LanguageUtils.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/LanguageUtils'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/logger.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/logger'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/PluralResolver.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/PluralResolver'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/postProcessor.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/postProcessor'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/ResourceStore.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/ResourceStore'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/Translator.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/Translator'>;
|
||||
}
|
||||
declare module 'i18next/dist/es/utils.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/es/utils'>;
|
||||
}
|
||||
declare module 'i18next/dist/umd/i18next.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/umd/i18next'>;
|
||||
}
|
||||
declare module 'i18next/dist/umd/i18next.min.js' {
|
||||
declare module.exports: $Exports<'i18next/dist/umd/i18next.min'>;
|
||||
}
|
||||
declare module 'i18next/i18next.js' {
|
||||
declare module.exports: $Exports<'i18next/i18next'>;
|
||||
}
|
||||
declare module 'i18next/i18next.min.js' {
|
||||
declare module.exports: $Exports<'i18next/i18next.min'>;
|
||||
}
|
||||
declare module 'i18next/index' {
|
||||
declare module.exports: $Exports<'i18next'>;
|
||||
}
|
||||
declare module 'i18next/index.js' {
|
||||
declare module.exports: $Exports<'i18next'>;
|
||||
}
|
||||
declare module 'i18next/karma.backward.conf.js' {
|
||||
declare module.exports: $Exports<'i18next/karma.backward.conf'>;
|
||||
}
|
||||
declare module 'i18next/rollup.config.js' {
|
||||
declare module.exports: $Exports<'i18next/rollup.config'>;
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
// flow-typed signature: f59ccec4d617edcfcba86801ee326cde
|
||||
// flow-typed version: <<STUB>>/ignore-loader_v^0.1.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'ignore-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 'ignore-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.
|
||||
*/
|
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'ignore-loader/index' {
|
||||
declare module.exports: $Exports<'ignore-loader'>;
|
||||
}
|
||||
declare module 'ignore-loader/index.js' {
|
||||
declare module.exports: $Exports<'ignore-loader'>;
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
// flow-typed signature: 20152e2833b46d504e799f1ab4fc640d
|
||||
// flow-typed version: <<STUB>>/intl-locales-supported_v^1.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'intl-locales-supported'
|
||||
*
|
||||
* 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 'intl-locales-supported' {
|
||||
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 'intl-locales-supported/test/unit/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'intl-locales-supported/index' {
|
||||
declare module.exports: $Exports<'intl-locales-supported'>;
|
||||
}
|
||||
declare module 'intl-locales-supported/index.js' {
|
||||
declare module.exports: $Exports<'intl-locales-supported'>;
|
||||
}
|
||||
declare module 'intl-locales-supported/test/unit/index.js' {
|
||||
declare module.exports: $Exports<'intl-locales-supported/test/unit/index'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,255 +0,0 @@
|
|||
// flow-typed signature: c6491b87048b0ec24102ad544b7ffe66
|
||||
// flow-typed version: <<STUB>>/js-yaml_v^3.11.0/flow_v0.72.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/js-yaml' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/common' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/dumper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/exception' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/loader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/mark' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema/core' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema/default_full' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema/default_safe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema/failsafe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/schema/json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/binary' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/bool' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/float' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/int' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/function' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/regexp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/undefined' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/map' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/merge' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/null' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/omap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/pairs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/seq' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/set' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/type/str' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'js-yaml/lib/js-yaml/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/js-yaml.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/common.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/common'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/dumper.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/dumper'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/exception.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/exception'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/loader.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/loader'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/mark.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/mark'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema/core.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/core'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema/default_full.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/default_full'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema/default_safe.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/default_safe'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema/failsafe.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/failsafe'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/schema/json.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/schema/json'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/binary.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/binary'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/bool.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/bool'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/float.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/float'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/int.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/int'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/function.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/function'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/regexp.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/regexp'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/js/undefined.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/js/undefined'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/map.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/map'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/merge.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/merge'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/null.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/null'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/omap.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/omap'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/pairs.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/pairs'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/seq.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/seq'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/set.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/set'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/str.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/str'>;
|
||||
}
|
||||
declare module 'js-yaml/lib/js-yaml/type/timestamp.js' {
|
||||
declare module.exports: $Exports<'js-yaml/lib/js-yaml/type/timestamp'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,33 +0,0 @@
|
|||
// flow-typed signature: dfce23c3c1f84b27f4d65b4f330fbca9
|
||||
// flow-typed version: <<STUB>>/json-loader_v^0.5.7/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'json-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 'json-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.
|
||||
*/
|
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'json-loader/index' {
|
||||
declare module.exports: $Exports<'json-loader'>;
|
||||
}
|
||||
declare module 'json-loader/index.js' {
|
||||
declare module.exports: $Exports<'json-loader'>;
|
||||
}
|
|
@ -1,136 +0,0 @@
|
|||
// flow-typed signature: 026c39264c963cb37166b42214cd670a
|
||||
// flow-typed version: <<STUB>>/live-server_v^1.2.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'live-server'
|
||||
*
|
||||
* 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 'live-server' {
|
||||
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 'live-server/live-server' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/middleware/example' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/middleware/spa-ignore-assets' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/middleware/spa' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/acceptance' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/cli' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/conf/https.conf' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/cors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/data/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/htpasswd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/https' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/mount' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/proxy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'live-server/test/spa' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'live-server/index' {
|
||||
declare module.exports: $Exports<'live-server'>;
|
||||
}
|
||||
declare module 'live-server/index.js' {
|
||||
declare module.exports: $Exports<'live-server'>;
|
||||
}
|
||||
declare module 'live-server/live-server.js' {
|
||||
declare module.exports: $Exports<'live-server/live-server'>;
|
||||
}
|
||||
declare module 'live-server/middleware/example.js' {
|
||||
declare module.exports: $Exports<'live-server/middleware/example'>;
|
||||
}
|
||||
declare module 'live-server/middleware/spa-ignore-assets.js' {
|
||||
declare module.exports: $Exports<'live-server/middleware/spa-ignore-assets'>;
|
||||
}
|
||||
declare module 'live-server/middleware/spa.js' {
|
||||
declare module.exports: $Exports<'live-server/middleware/spa'>;
|
||||
}
|
||||
declare module 'live-server/test/acceptance.js' {
|
||||
declare module.exports: $Exports<'live-server/test/acceptance'>;
|
||||
}
|
||||
declare module 'live-server/test/cli.js' {
|
||||
declare module.exports: $Exports<'live-server/test/cli'>;
|
||||
}
|
||||
declare module 'live-server/test/conf/https.conf.js' {
|
||||
declare module.exports: $Exports<'live-server/test/conf/https.conf'>;
|
||||
}
|
||||
declare module 'live-server/test/cors.js' {
|
||||
declare module.exports: $Exports<'live-server/test/cors'>;
|
||||
}
|
||||
declare module 'live-server/test/data/middleware.js' {
|
||||
declare module.exports: $Exports<'live-server/test/data/middleware'>;
|
||||
}
|
||||
declare module 'live-server/test/htpasswd.js' {
|
||||
declare module.exports: $Exports<'live-server/test/htpasswd'>;
|
||||
}
|
||||
declare module 'live-server/test/https.js' {
|
||||
declare module.exports: $Exports<'live-server/test/https'>;
|
||||
}
|
||||
declare module 'live-server/test/middleware.js' {
|
||||
declare module.exports: $Exports<'live-server/test/middleware'>;
|
||||
}
|
||||
declare module 'live-server/test/mount.js' {
|
||||
declare module.exports: $Exports<'live-server/test/mount'>;
|
||||
}
|
||||
declare module 'live-server/test/proxy.js' {
|
||||
declare module.exports: $Exports<'live-server/test/proxy'>;
|
||||
}
|
||||
declare module 'live-server/test/spa.js' {
|
||||
declare module.exports: $Exports<'live-server/test/spa'>;
|
||||
}
|
|
@ -1,163 +0,0 @@
|
|||
// flow-typed signature: 85ea5a515c42c00188d893614f410655
|
||||
// flow-typed version: 72fe9c1b53/marked_v0.3.x/flow_>=v0.28.x
|
||||
|
||||
type marked$AlignFlag = 'left' | 'right' | 'center'
|
||||
|
||||
type marked$NodeCallback<T> = (e: ?Error, d: ?T) => void
|
||||
|
||||
class marked$Renderer {
|
||||
options: marked$MarkedOptions;
|
||||
code: (c: string, l: string) => string;
|
||||
blockquote: (q: string) => string;
|
||||
html: (h: string) => string;
|
||||
heading: (t: string, l: number) => string;
|
||||
hr: () => string;
|
||||
list: (b: string, o: boolean) => string;
|
||||
listitem: (t: string) => string;
|
||||
paragraph: (t: string) => string;
|
||||
table: (h: string, b: string) => string;
|
||||
tablerow: (c: string) => string;
|
||||
tablecell: (c: string, f: ?marked$AlignFlag) => string;
|
||||
heading: (t: string, l: number) => string;
|
||||
strong: (t: string) => string;
|
||||
em: (t: string) => string;
|
||||
codespan: (c: string) => string;
|
||||
br: () => string;
|
||||
del: (t: string) => string;
|
||||
link: (h: string, ti: string, te: string) => string;
|
||||
image: (h: string, ti: string, te: string) => string;
|
||||
text: (t: string) => string;
|
||||
constructor(o?: marked$MarkedOptions): marked$Renderer {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
type marked$HighlightFunction =
|
||||
((c: string, l: string, cb: marked$NodeCallback<string>) => void)
|
||||
| ((c: string, cb: marked$NodeCallback<string>) => void)
|
||||
| ((c: string, l?: string) => string)
|
||||
|
||||
type marked$MarkedOptions = {
|
||||
highlight?: marked$HighlightFunction;
|
||||
renderer?: marked$Renderer;
|
||||
gfm?: boolean;
|
||||
tables?: boolean;
|
||||
breaks?: boolean;
|
||||
pedantic?: boolean;
|
||||
sanitize?: boolean;
|
||||
smartLists?: boolean;
|
||||
smartypants?: boolean;
|
||||
}
|
||||
|
||||
/*
|
||||
* marked$Tokens
|
||||
*/
|
||||
|
||||
type marked$Space = { type: 'space'; }
|
||||
type marked$Code = { type: 'code'; text: string; lang?: string; }
|
||||
type marked$Heading = { type: 'heading'; depth: number; text: string; }
|
||||
type marked$Table = { type: 'table'; header: string; align: Array<marked$AlignFlag> ; cells: Array<Array<string>> }
|
||||
type marked$Hr = { type: 'hr'; }
|
||||
type marked$BlockquoteStart = { type: 'blockquote_start' }
|
||||
type marked$BlockquoteEnd = { type: 'blockquote_end' }
|
||||
type marked$ListStart = { type: 'list_start' }
|
||||
type marked$ListEnd = { type: 'list_end' }
|
||||
type marked$Paragraph = { type: 'paragraph'; pre: boolean; text: string; }
|
||||
type marked$Html = { type: 'paragraph'; pre: boolean; text: string; }
|
||||
type marked$Text = { type: 'text'; text: string; }
|
||||
|
||||
type marked$Token =
|
||||
marked$Space
|
||||
| marked$Code
|
||||
| marked$Heading
|
||||
| marked$Table
|
||||
| marked$Hr
|
||||
| marked$BlockquoteStart
|
||||
| marked$BlockquoteEnd
|
||||
| marked$ListStart
|
||||
| marked$ListEnd
|
||||
| marked$Paragraph
|
||||
| marked$Html
|
||||
| marked$Text
|
||||
|
||||
type marked$Link = {
|
||||
title: ?string;
|
||||
href: string;
|
||||
}
|
||||
|
||||
type marked$Tokens = { links: Array<marked$Link> } & Array<marked$Token>;
|
||||
|
||||
type marked$NoopRule = {
|
||||
(i: mixed): void;
|
||||
exec: (i: mixed) => void;
|
||||
}
|
||||
|
||||
type marked$Rule = RegExp | marked$NoopRule
|
||||
|
||||
type marked$lex = (t: string) => marked$Tokens;
|
||||
|
||||
class marked$Lexer {
|
||||
static lexer: (t: string, o?: marked$MarkedOptions) => marked$Tokens;
|
||||
static rules: { [key: string]: marked$Rule };
|
||||
rules: { [key: string]: marked$Rule };
|
||||
lex: marked$lex;
|
||||
tokens: marked$Tokens;
|
||||
options: marked$MarkedOptions;
|
||||
constructor(o?: marked$MarkedOptions): marked$Lexer {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
class marked$Parser {
|
||||
static parse: (t: marked$Tokens, o?: marked$MarkedOptions) => string;
|
||||
parse: (t: marked$Tokens) => string;
|
||||
next: () => marked$Token;
|
||||
peek: () => marked$Token;
|
||||
parsemarked$Text: () => string;
|
||||
tok: () => string;
|
||||
tokens: marked$Tokens;
|
||||
token: ?marked$Token;
|
||||
options: marked$MarkedOptions;
|
||||
renderer: marked$Renderer;
|
||||
constructor(o?: marked$MarkedOptions): marked$Parser {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
class marked$InlineLexer {
|
||||
static rules: Array<marked$Rule>;
|
||||
static output: (s: string, l: Array<marked$Link>, o?: marked$MarkedOptions) => string;
|
||||
output: (s: string) => string;
|
||||
outputmarked$Link: (c: Array<string>, l: marked$Link) => string;
|
||||
smartypants: (t: string) => string;
|
||||
mangle: (t: string) => string;
|
||||
options: marked$MarkedOptions;
|
||||
links: Array<marked$Link>;
|
||||
rules: Array<marked$Rule>;
|
||||
renderer: marked$Renderer;
|
||||
constructor(l: Array<marked$Link>, o?: marked$MarkedOptions): marked$InlineLexer {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
type marked$Marked = {
|
||||
(md: string, o: marked$MarkedOptions, cb: marked$NodeCallback<string>): void;
|
||||
(md: string, cb: marked$NodeCallback<string>): void;
|
||||
(md: string, o?: marked$MarkedOptions): string;
|
||||
setOptions: (o: marked$MarkedOptions) => void;
|
||||
defaults: marked$MarkedOptions;
|
||||
Parser: typeof marked$Parser;
|
||||
parser: typeof marked$Parser.parse;
|
||||
Lexer: typeof marked$Lexer;
|
||||
lexer: typeof marked$Lexer.lexer;
|
||||
InlineLexer: typeof marked$InlineLexer;
|
||||
inlinelexer: marked$InlineLexer.output;
|
||||
Renderer: typeof marked$Renderer;
|
||||
parse: marked$Marked;
|
||||
}
|
||||
|
||||
|
||||
declare module marked {
|
||||
declare export default marked$Marked;
|
||||
}
|
||||
|
|
@ -1,452 +0,0 @@
|
|||
// flow-typed signature: e998f7cc2c0cfa970d7c904eb9bac6b7
|
||||
// flow-typed version: <<STUB>>/mocha-webpack_v^2.0.0-beta.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'mocha-webpack'
|
||||
*
|
||||
* 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 'mocha-webpack' {
|
||||
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 'mocha-webpack/lib/cli/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/cli/parseArgv' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/cli/parseConfig' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/cli/requireWebpackConfig' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/createMochaWebpack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/entry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/MochaWebpack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/reporters/base' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/runner/configureMocha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/runner/loadReporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/runner/loadUI' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/runner/TestRunner' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/runner/testRunnerReporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/util/exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/util/glob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/util/paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/util/registerRequireHook' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/createCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/createWatchCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/registerInMemoryCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/registerReadyCallback' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/loader/entryLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/loader/includeFilesLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/plugin/buildProgressPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/createEntry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/createStatsFormatter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/formatUtil' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/getAffectedModuleIds' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/getBuildStats' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/lib/webpack/util/sortChunks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/cli/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/cli/parseArgv' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/cli/parseConfig' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/cli/requireWebpackConfig' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/createMochaWebpack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/MochaWebpack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/runner/configureMocha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/runner/loadReporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/runner/loadUI' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/runner/TestRunner' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/runner/testRunnerReporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/util/exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/util/glob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/util/paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/util/registerRequireHook' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/compiler/createCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/compiler/createWatchCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/compiler/registerInMemoryCompiler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/compiler/registerReadyCallback' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/loader/entryLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/loader/includeFilesLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/plugin/buildProgressPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/createEntry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/createStatsFormatter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/formatUtil' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/getAffectedModuleIds' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/getBuildStats' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mocha-webpack/src/webpack/util/sortChunks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'mocha-webpack/lib/cli/index.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/cli/index'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/cli/parseArgv.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/cli/parseArgv'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/cli/parseConfig.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/cli/parseConfig'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/cli/requireWebpackConfig.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/cli/requireWebpackConfig'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/createMochaWebpack.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/createMochaWebpack'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/entry.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/entry'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/MochaWebpack.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/MochaWebpack'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/reporters/base.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/reporters/base'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/runner/configureMocha.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/runner/configureMocha'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/runner/loadReporter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/runner/loadReporter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/runner/loadUI.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/runner/loadUI'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/runner/TestRunner.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/runner/TestRunner'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/runner/testRunnerReporter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/runner/testRunnerReporter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/util/exists.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/util/exists'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/util/glob.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/util/glob'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/util/paths.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/util/paths'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/util/registerRequireHook.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/util/registerRequireHook'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/utils.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/utils'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/createCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/compiler/createCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/createWatchCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/compiler/createWatchCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/registerInMemoryCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/compiler/registerInMemoryCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/compiler/registerReadyCallback.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/compiler/registerReadyCallback'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/loader/entryLoader.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/loader/entryLoader'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/loader/includeFilesLoader.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/loader/includeFilesLoader'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/plugin/buildProgressPlugin.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/plugin/buildProgressPlugin'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/types.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/types'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/createEntry.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/createEntry'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/createStatsFormatter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/createStatsFormatter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/formatUtil.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/formatUtil'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/getAffectedModuleIds.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/getAffectedModuleIds'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/getBuildStats.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/getBuildStats'>;
|
||||
}
|
||||
declare module 'mocha-webpack/lib/webpack/util/sortChunks.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/lib/webpack/util/sortChunks'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/cli/index.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/cli/index'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/cli/parseArgv.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/cli/parseArgv'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/cli/parseConfig.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/cli/parseConfig'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/cli/requireWebpackConfig.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/cli/requireWebpackConfig'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/createMochaWebpack.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/createMochaWebpack'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/MochaWebpack.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/MochaWebpack'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/runner/configureMocha.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/runner/configureMocha'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/runner/loadReporter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/runner/loadReporter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/runner/loadUI.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/runner/loadUI'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/runner/TestRunner.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/runner/TestRunner'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/runner/testRunnerReporter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/runner/testRunnerReporter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/util/exists.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/util/exists'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/util/glob.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/util/glob'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/util/paths.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/util/paths'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/util/registerRequireHook.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/util/registerRequireHook'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/compiler/createCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/compiler/createCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/compiler/createWatchCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/compiler/createWatchCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/compiler/registerInMemoryCompiler.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/compiler/registerInMemoryCompiler'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/compiler/registerReadyCallback.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/compiler/registerReadyCallback'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/loader/entryLoader.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/loader/entryLoader'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/loader/includeFilesLoader.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/loader/includeFilesLoader'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/plugin/buildProgressPlugin.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/plugin/buildProgressPlugin'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/types.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/types'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/createEntry.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/createEntry'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/createStatsFormatter.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/createStatsFormatter'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/formatUtil.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/formatUtil'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/getAffectedModuleIds.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/getAffectedModuleIds'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/getBuildStats.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/getBuildStats'>;
|
||||
}
|
||||
declare module 'mocha-webpack/src/webpack/util/sortChunks.js' {
|
||||
declare module.exports: $Exports<'mocha-webpack/src/webpack/util/sortChunks'>;
|
||||
}
|
|
@ -1,221 +0,0 @@
|
|||
// flow-typed signature: f58bffa67453f8927660cb5f142b2c7f
|
||||
// flow-typed version: 03669c2773/mocha_v5.x.x/flow_>=v0.28.x
|
||||
|
||||
declare interface $npm$mocha$SetupOptions {
|
||||
slow?: number;
|
||||
timeout?: number;
|
||||
ui?: string;
|
||||
globals?: Array<any>;
|
||||
reporter?: any;
|
||||
bail?: boolean;
|
||||
ignoreLeaks?: boolean;
|
||||
grep?: any;
|
||||
}
|
||||
|
||||
declare type $npm$mocha$done = (error?: any) => any;
|
||||
|
||||
// declare interface $npm$mocha$SuiteCallbackContext {
|
||||
// timeout(ms: number): void;
|
||||
// retries(n: number): void;
|
||||
// slow(ms: number): void;
|
||||
// }
|
||||
|
||||
// declare interface $npm$mocha$TestCallbackContext {
|
||||
// skip(): void;
|
||||
// timeout(ms: number): void;
|
||||
// retries(n: number): void;
|
||||
// slow(ms: number): void;
|
||||
// [index: string]: any;
|
||||
// }
|
||||
|
||||
declare interface $npm$mocha$Suite {
|
||||
parent: $npm$mocha$Suite;
|
||||
title: string;
|
||||
fullTitle(): string;
|
||||
}
|
||||
|
||||
declare interface $npm$mocha$ContextDefinition {
|
||||
(description: string, callback: (/* this: $npm$mocha$SuiteCallbackContext */) => void): $npm$mocha$Suite;
|
||||
only(description: string, callback: (/* this: $npm$mocha$SuiteCallbackContext */) => void): $npm$mocha$Suite;
|
||||
skip(description: string, callback: (/* this: $npm$mocha$SuiteCallbackContext */) => void): void;
|
||||
timeout(ms: number): void;
|
||||
}
|
||||
|
||||
declare interface $npm$mocha$TestDefinition {
|
||||
(expectation: string, callback?: (/* this: $npm$mocha$TestCallbackContext, */ done: $npm$mocha$done) => mixed): $npm$mocha$Test;
|
||||
only(expectation: string, callback?: (/* this: $npm$mocha$TestCallbackContext, */ done: $npm$mocha$done) => mixed): $npm$mocha$Test;
|
||||
skip(expectation: string, callback?: (/* this: $npm$mocha$TestCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
timeout(ms: number): void;
|
||||
state: 'failed' | 'passed';
|
||||
}
|
||||
|
||||
declare interface $npm$mocha$Runner {}
|
||||
|
||||
declare class $npm$mocha$BaseReporter {
|
||||
stats: {
|
||||
suites: number;
|
||||
tests: number;
|
||||
passes: number;
|
||||
pending: number;
|
||||
failures: number;
|
||||
};
|
||||
|
||||
constructor(runner: $npm$mocha$Runner): $npm$mocha$BaseReporter;
|
||||
}
|
||||
|
||||
declare class $npm$mocha$DocReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$DotReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$HTMLReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$HTMLCovReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$JSONReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$JSONCovReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$JSONStreamReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$LandingReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$ListReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$MarkdownReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$MinReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$NyanReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$ProgressReporter extends $npm$mocha$BaseReporter {
|
||||
constructor(runner: $npm$mocha$Runner, options?: {
|
||||
open?: string;
|
||||
complete?: string;
|
||||
incomplete?: string;
|
||||
close?: string;
|
||||
}): $npm$mocha$ProgressReporter;
|
||||
}
|
||||
declare class $npm$mocha$SpecReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$TAPReporter extends $npm$mocha$BaseReporter {}
|
||||
declare class $npm$mocha$XUnitReporter extends $npm$mocha$BaseReporter {
|
||||
constructor(runner: $npm$mocha$Runner, options?: any): $npm$mocha$XUnitReporter;
|
||||
}
|
||||
|
||||
declare class $npm$mocha$Mocha {
|
||||
currentTest: $npm$mocha$TestDefinition;
|
||||
constructor(options?: {
|
||||
grep?: RegExp;
|
||||
ui?: string;
|
||||
reporter?: string;
|
||||
timeout?: number;
|
||||
reporterOptions?: any;
|
||||
slow?: number;
|
||||
bail?: boolean;
|
||||
}): $npm$mocha$Mocha;
|
||||
setup(options: $npm$mocha$SetupOptions): this;
|
||||
bail(value?: boolean): this;
|
||||
addFile(file: string): this;
|
||||
reporter(name: string): this;
|
||||
reporter(reporter: (runner: $npm$mocha$Runner, options: any) => any): this;
|
||||
ui(value: string): this;
|
||||
grep(value: string): this;
|
||||
grep(value: RegExp): this;
|
||||
invert(): this;
|
||||
ignoreLeaks(value: boolean): this;
|
||||
checkLeaks(): this;
|
||||
throwError(error: Error): void;
|
||||
growl(): this;
|
||||
globals(value: string): this;
|
||||
globals(values: Array<string>): this;
|
||||
useColors(value: boolean): this;
|
||||
useInlineDiffs(value: boolean): this;
|
||||
timeout(value: number): this;
|
||||
slow(value: number): this;
|
||||
enableTimeouts(value: boolean): this;
|
||||
asyncOnly(value: boolean): this;
|
||||
noHighlighting(value: boolean): this;
|
||||
run(onComplete?: (failures: number) => void): $npm$mocha$Runner;
|
||||
|
||||
static reporters: {
|
||||
Doc: $npm$mocha$DocReporter,
|
||||
Dot: $npm$mocha$DotReporter,
|
||||
HTML: $npm$mocha$HTMLReporter,
|
||||
HTMLCov: $npm$mocha$HTMLCovReporter,
|
||||
JSON: $npm$mocha$JSONReporter,
|
||||
JSONCov: $npm$mocha$JSONCovReporter,
|
||||
JSONStream: $npm$mocha$JSONStreamReporter,
|
||||
Landing: $npm$mocha$LandingReporter,
|
||||
List: $npm$mocha$ListReporter,
|
||||
Markdown: $npm$mocha$MarkdownReporter,
|
||||
Min: $npm$mocha$MinReporter,
|
||||
Nyan: $npm$mocha$NyanReporter,
|
||||
Progress: $npm$mocha$ProgressReporter,
|
||||
};
|
||||
}
|
||||
|
||||
// declare interface $npm$mocha$HookCallbackContext {
|
||||
// skip(): void;
|
||||
// timeout(ms: number): void;
|
||||
// [index: string]: any;
|
||||
// }
|
||||
|
||||
declare interface $npm$mocha$Runnable {
|
||||
title: string;
|
||||
fn: Function;
|
||||
async: boolean;
|
||||
sync: boolean;
|
||||
timedOut: boolean;
|
||||
}
|
||||
|
||||
declare interface $npm$mocha$Test extends $npm$mocha$Runnable {
|
||||
parent: $npm$mocha$Suite;
|
||||
pending: boolean;
|
||||
state: 'failed' | 'passed' | void;
|
||||
fullTitle(): string;
|
||||
}
|
||||
|
||||
// declare interface $npm$mocha$BeforeAndAfterContext extends $npm$mocha$HookCallbackContext {
|
||||
// currentTest: $npm$mocha$Test;
|
||||
// }
|
||||
|
||||
declare var mocha: $npm$mocha$Mocha;
|
||||
declare var describe: $npm$mocha$ContextDefinition;
|
||||
declare var xdescribe: $npm$mocha$ContextDefinition;
|
||||
declare var context: $npm$mocha$ContextDefinition;
|
||||
declare var suite: $npm$mocha$ContextDefinition;
|
||||
declare var it: $npm$mocha$TestDefinition;
|
||||
declare var xit: $npm$mocha$TestDefinition;
|
||||
declare var test: $npm$mocha$TestDefinition;
|
||||
declare var specify: $npm$mocha$TestDefinition;
|
||||
|
||||
declare function run(): void;
|
||||
|
||||
declare function setup(callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function teardown(callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function suiteSetup(callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function suiteTeardown(callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function before(callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function before(description: string, callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function after(callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function after(description: string, callback: (/* this: $npm$mocha$HookCallbackContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function beforeEach(callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function beforeEach(description: string, callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function afterEach(callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
declare function afterEach(description: string, callback: (/* this: $npm$mocha$BeforeAndAfterContext, */ done: $npm$mocha$done) => mixed): void;
|
||||
|
||||
declare module "mocha" {
|
||||
declare export var mocha: typeof mocha;
|
||||
declare export var describe: typeof describe;
|
||||
declare export var xdescribe: typeof xdescribe;
|
||||
declare export var context: typeof context;
|
||||
declare export var suite: typeof suite;
|
||||
declare export var it: typeof it;
|
||||
declare export var xit: typeof xit;
|
||||
declare export var test: typeof test;
|
||||
declare export var specify: typeof specify;
|
||||
|
||||
declare export var run: typeof run;
|
||||
|
||||
declare export var setup: typeof setup;
|
||||
declare export var teardown: typeof teardown;
|
||||
declare export var suiteSetup: typeof suiteSetup;
|
||||
declare export var suiteTeardown: typeof suiteTeardown;
|
||||
declare export var before: typeof before;
|
||||
declare export var before: typeof before;
|
||||
declare export var after: typeof after;
|
||||
declare export var after: typeof after;
|
||||
declare export var beforeEach: typeof beforeEach;
|
||||
declare export var beforeEach: typeof beforeEach;
|
||||
declare export var afterEach: typeof afterEach;
|
||||
declare export var afterEach: typeof afterEach;
|
||||
|
||||
declare export default $npm$mocha$Mocha;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: b030c4facde6fcdec1d8ffc5fe5d0d50
|
||||
// flow-typed version: <<STUB>>/nearley-loader_v^2.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'nearley-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 'nearley-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 'nearley-loader/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'nearley-loader/src/index.js' {
|
||||
declare module.exports: $Exports<'nearley-loader/src/index'>;
|
||||
}
|
|
@ -1,102 +0,0 @@
|
|||
// flow-typed signature: c32a8937e27e6e6ef73e2807130a43ed
|
||||
// flow-typed version: <<STUB>>/nearley_v^2.13.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'nearley'
|
||||
*
|
||||
* 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 'nearley' {
|
||||
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 'nearley/bin/nearley-railroad' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/bin/nearley-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/bin/nearley-unparse' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/bin/nearleyc' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/compile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/generate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/lint' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/nearley-language-bootstrapped' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/nearley' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/stream' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'nearley/lib/unparse' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'nearley/bin/nearley-railroad.js' {
|
||||
declare module.exports: $Exports<'nearley/bin/nearley-railroad'>;
|
||||
}
|
||||
declare module 'nearley/bin/nearley-test.js' {
|
||||
declare module.exports: $Exports<'nearley/bin/nearley-test'>;
|
||||
}
|
||||
declare module 'nearley/bin/nearley-unparse.js' {
|
||||
declare module.exports: $Exports<'nearley/bin/nearley-unparse'>;
|
||||
}
|
||||
declare module 'nearley/bin/nearleyc.js' {
|
||||
declare module.exports: $Exports<'nearley/bin/nearleyc'>;
|
||||
}
|
||||
declare module 'nearley/lib/compile.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/compile'>;
|
||||
}
|
||||
declare module 'nearley/lib/generate.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/generate'>;
|
||||
}
|
||||
declare module 'nearley/lib/lint.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/lint'>;
|
||||
}
|
||||
declare module 'nearley/lib/nearley-language-bootstrapped.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/nearley-language-bootstrapped'>;
|
||||
}
|
||||
declare module 'nearley/lib/nearley.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/nearley'>;
|
||||
}
|
||||
declare module 'nearley/lib/stream.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/stream'>;
|
||||
}
|
||||
declare module 'nearley/lib/unparse.js' {
|
||||
declare module.exports: $Exports<'nearley/lib/unparse'>;
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: e92a55813e1378cb22302867cfac752d
|
||||
// flow-typed version: <<STUB>>/postcss-loader_v^2.1.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'postcss-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 'postcss-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 'postcss-loader/lib/Error' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'postcss-loader/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'postcss-loader/lib/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'postcss-loader/lib/Error.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/lib/Error'>;
|
||||
}
|
||||
declare module 'postcss-loader/lib/index.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/lib/index'>;
|
||||
}
|
||||
declare module 'postcss-loader/lib/options.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/lib/options'>;
|
||||
}
|
|
@ -1,206 +0,0 @@
|
|||
// flow-typed signature: 561b7b8b2247d08ab335b11010b3ee2f
|
||||
// flow-typed version: <<STUB>>/ramda-fantasy_v^0.8.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'ramda-fantasy'
|
||||
*
|
||||
* 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 'ramda-fantasy' {
|
||||
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 'ramda-fantasy/dist/ramda-fantasy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/dist/ramda-fantasy.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Either' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Future' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Identity' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/internal/util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/IO' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/lift2' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/lift3' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Maybe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Reader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/State' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/src/Tuple' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/either.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/future.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/identity.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/io.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/lift2.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/lift3.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/maybe.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/reader.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/state.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/tuple.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ramda-fantasy/test/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'ramda-fantasy/dist/ramda-fantasy.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/dist/ramda-fantasy'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/dist/ramda-fantasy.min.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/dist/ramda-fantasy.min'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/index' {
|
||||
declare module.exports: $Exports<'ramda-fantasy'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/index.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Either.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Either'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Future.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Future'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Identity.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Identity'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/internal/util.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/internal/util'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/IO.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/IO'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/lift2.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/lift2'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/lift3.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/lift3'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Maybe.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Maybe'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Reader.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Reader'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/State.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/State'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/src/Tuple.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/src/Tuple'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/either.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/either.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/future.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/future.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/identity.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/identity.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/io.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/io.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/lift2.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/lift2.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/lift3.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/lift3.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/maybe.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/maybe.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/reader.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/reader.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/state.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/state.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/tuple.test.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/tuple.test'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/types.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/types'>;
|
||||
}
|
||||
declare module 'ramda-fantasy/test/utils.js' {
|
||||
declare module.exports: $Exports<'ramda-fantasy/test/utils'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,109 +0,0 @@
|
|||
// flow-typed signature: 868d888ff9bc73420cea10df9a9f196f
|
||||
// flow-typed version: <<STUB>>/rc-progress_v^2.2.5/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'rc-progress'
|
||||
*
|
||||
* 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 'rc-progress' {
|
||||
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 'rc-progress/dist/rc-progress' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/dist/rc-progress.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/es/Circle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/es/enhancer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/es/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/es/Line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/es/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/lib/Circle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/lib/enhancer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/lib/Line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'rc-progress/lib/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'rc-progress/dist/rc-progress.js' {
|
||||
declare module.exports: $Exports<'rc-progress/dist/rc-progress'>;
|
||||
}
|
||||
declare module 'rc-progress/dist/rc-progress.min.js' {
|
||||
declare module.exports: $Exports<'rc-progress/dist/rc-progress.min'>;
|
||||
}
|
||||
declare module 'rc-progress/es/Circle.js' {
|
||||
declare module.exports: $Exports<'rc-progress/es/Circle'>;
|
||||
}
|
||||
declare module 'rc-progress/es/enhancer.js' {
|
||||
declare module.exports: $Exports<'rc-progress/es/enhancer'>;
|
||||
}
|
||||
declare module 'rc-progress/es/index.js' {
|
||||
declare module.exports: $Exports<'rc-progress/es/index'>;
|
||||
}
|
||||
declare module 'rc-progress/es/Line.js' {
|
||||
declare module.exports: $Exports<'rc-progress/es/Line'>;
|
||||
}
|
||||
declare module 'rc-progress/es/types.js' {
|
||||
declare module.exports: $Exports<'rc-progress/es/types'>;
|
||||
}
|
||||
declare module 'rc-progress/lib/Circle.js' {
|
||||
declare module.exports: $Exports<'rc-progress/lib/Circle'>;
|
||||
}
|
||||
declare module 'rc-progress/lib/enhancer.js' {
|
||||
declare module.exports: $Exports<'rc-progress/lib/enhancer'>;
|
||||
}
|
||||
declare module 'rc-progress/lib/index.js' {
|
||||
declare module.exports: $Exports<'rc-progress/lib/index'>;
|
||||
}
|
||||
declare module 'rc-progress/lib/Line.js' {
|
||||
declare module.exports: $Exports<'rc-progress/lib/Line'>;
|
||||
}
|
||||
declare module 'rc-progress/lib/types.js' {
|
||||
declare module.exports: $Exports<'rc-progress/lib/types'>;
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
// flow-typed signature: 4289f578eae9e926f15a7597e4322fcb
|
||||
// flow-typed version: 72fd37b4b1/react-addons-css-transition-group_v15.x.x/flow_>=v0.53.x
|
||||
|
||||
declare module 'react-addons-css-transition-group' {
|
||||
declare type ReactCSSTransitionGroupNames = {
|
||||
enter?: string,
|
||||
enterActive?: string,
|
||||
leave?: string,
|
||||
leaveActive?: string,
|
||||
appear?: string,
|
||||
appearActive?: string
|
||||
};
|
||||
declare type Props = {
|
||||
transitionName: string | ReactCSSTransitionGroupNames,
|
||||
transitionAppear?: boolean,
|
||||
transitionEnter?: boolean,
|
||||
transitionLeave?: boolean,
|
||||
transitionAppearTimeout?: number,
|
||||
transitionEnterTimeout?: number,
|
||||
transitionLeaveTimeout?: number,
|
||||
};
|
||||
declare type DefaultProps = {
|
||||
transitionAppear: boolean,
|
||||
transitionEnter: boolean,
|
||||
transitionLeave: boolean,
|
||||
}
|
||||
declare class ReactCSSTransitionGroup extends React$Component<Props> {
|
||||
static defaultProps: DefaultProps;
|
||||
}
|
||||
declare module.exports: Class<ReactCSSTransitionGroup>;
|
||||
}
|
|
@ -1,655 +0,0 @@
|
|||
// flow-typed signature: 7e81f53e4943369e06162ffc86e64039
|
||||
// flow-typed version: <<STUB>>/react-color_v^2.14.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-color'
|
||||
*
|
||||
* 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 'react-color' {
|
||||
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 'react-color/lib/Alpha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Block' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Chrome' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Circle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Compact' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/alpha/Alpha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/alpha/AlphaPointer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/alpha/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/block/Block' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/block/BlockSwatches' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/block/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/block/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/Chrome' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/ChromeFields' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/ChromePointer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/ChromePointerCircle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/chrome/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/circle/Circle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/circle/CircleSwatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/circle/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/circle/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Alpha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Checkboard' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/ColorWrap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/EditableInput' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Hue' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Raised' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Saturation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/common/Swatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/compact/Compact' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/compact/CompactColor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/compact/CompactFields' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/compact/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/compact/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/github/Github' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/github/GithubSwatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/github/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/github/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/hue/Hue' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/hue/HuePointer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/hue/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/material/Material' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/material/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/material/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/Photoshop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopButton' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopFields' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPointer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPointerCircle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPreviews' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/photoshop/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/sketch/Sketch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/sketch/SketchFields' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/sketch/SketchPresetColors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/sketch/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/sketch/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/slider/Slider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/slider/SliderPointer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/slider/SliderSwatch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/slider/SliderSwatches' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/slider/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/swatches/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/swatches/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/swatches/Swatches' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/swatches/SwatchesColor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/swatches/SwatchesGroup' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/twitter/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/twitter/story' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/components/twitter/Twitter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Custom' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Github' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/alpha' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/checkboard' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/color' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/hue' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/interaction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/saturation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/helpers/spec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Hue' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Material' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Photoshop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Sketch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Slider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Swatches' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-color/lib/Twitter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-color/lib/Alpha.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Alpha'>;
|
||||
}
|
||||
declare module 'react-color/lib/Block.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Block'>;
|
||||
}
|
||||
declare module 'react-color/lib/Chrome.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Chrome'>;
|
||||
}
|
||||
declare module 'react-color/lib/Circle.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Circle'>;
|
||||
}
|
||||
declare module 'react-color/lib/Compact.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Compact'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/alpha/Alpha.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/alpha/Alpha'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/alpha/AlphaPointer.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/alpha/AlphaPointer'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/alpha/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/alpha/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/block/Block.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/block/Block'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/block/BlockSwatches.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/block/BlockSwatches'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/block/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/block/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/block/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/block/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/Chrome.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/Chrome'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/ChromeFields.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/ChromeFields'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/ChromePointer.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/ChromePointer'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/ChromePointerCircle.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/ChromePointerCircle'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/chrome/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/chrome/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/circle/Circle.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/circle/Circle'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/circle/CircleSwatch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/circle/CircleSwatch'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/circle/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/circle/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/circle/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/circle/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Alpha.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Alpha'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Checkboard.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Checkboard'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/ColorWrap.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/ColorWrap'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/EditableInput.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/EditableInput'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Hue.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Hue'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/index.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/index'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Raised.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Raised'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Saturation.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Saturation'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/common/Swatch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/common/Swatch'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/compact/Compact.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/compact/Compact'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/compact/CompactColor.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/compact/CompactColor'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/compact/CompactFields.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/compact/CompactFields'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/compact/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/compact/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/compact/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/compact/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/github/Github.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/github/Github'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/github/GithubSwatch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/github/GithubSwatch'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/github/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/github/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/github/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/github/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/hue/Hue.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/hue/Hue'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/hue/HuePointer.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/hue/HuePointer'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/hue/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/hue/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/material/Material.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/material/Material'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/material/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/material/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/material/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/material/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/Photoshop.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/Photoshop'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopButton.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/PhotoshopButton'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopFields.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/PhotoshopFields'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPointer.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/PhotoshopPointer'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPointerCircle.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/PhotoshopPointerCircle'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/PhotoshopPreviews.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/PhotoshopPreviews'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/photoshop/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/photoshop/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/sketch/Sketch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/sketch/Sketch'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/sketch/SketchFields.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/sketch/SketchFields'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/sketch/SketchPresetColors.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/sketch/SketchPresetColors'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/sketch/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/sketch/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/sketch/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/sketch/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/slider/Slider.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/slider/Slider'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/slider/SliderPointer.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/slider/SliderPointer'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/slider/SliderSwatch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/slider/SliderSwatch'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/slider/SliderSwatches.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/slider/SliderSwatches'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/slider/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/slider/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/swatches/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/swatches/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/swatches/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/swatches/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/swatches/Swatches.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/swatches/Swatches'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/swatches/SwatchesColor.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/swatches/SwatchesColor'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/swatches/SwatchesGroup.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/swatches/SwatchesGroup'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/twitter/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/twitter/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/twitter/story.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/twitter/story'>;
|
||||
}
|
||||
declare module 'react-color/lib/components/twitter/Twitter.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/components/twitter/Twitter'>;
|
||||
}
|
||||
declare module 'react-color/lib/Custom.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Custom'>;
|
||||
}
|
||||
declare module 'react-color/lib/Github.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Github'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/alpha.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/alpha'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/checkboard.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/checkboard'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/color.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/color'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/hue.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/hue'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/interaction.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/interaction'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/saturation.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/saturation'>;
|
||||
}
|
||||
declare module 'react-color/lib/helpers/spec.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/helpers/spec'>;
|
||||
}
|
||||
declare module 'react-color/lib/Hue.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Hue'>;
|
||||
}
|
||||
declare module 'react-color/lib/index.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/index'>;
|
||||
}
|
||||
declare module 'react-color/lib/Material.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Material'>;
|
||||
}
|
||||
declare module 'react-color/lib/Photoshop.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Photoshop'>;
|
||||
}
|
||||
declare module 'react-color/lib/Sketch.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Sketch'>;
|
||||
}
|
||||
declare module 'react-color/lib/Slider.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Slider'>;
|
||||
}
|
||||
declare module 'react-color/lib/Swatches.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Swatches'>;
|
||||
}
|
||||
declare module 'react-color/lib/Twitter.js' {
|
||||
declare module.exports: $Exports<'react-color/lib/Twitter'>;
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
// flow-typed signature: 011286c5f647bbe6a0fe93c2faef19f0
|
||||
// flow-typed version: e36161f044/react-helmet_v5.x.x/flow_>=v0.53.x
|
||||
|
||||
import type { Node, Element } from 'react';
|
||||
|
||||
declare module 'react-helmet' {
|
||||
declare type Props = {
|
||||
base?: Object,
|
||||
bodyAttributes?: Object,
|
||||
children?: Node,
|
||||
defaultTitle?: string,
|
||||
defer?: boolean,
|
||||
encodeSpecialCharacters?: boolean,
|
||||
htmlAttributes?: Object,
|
||||
link?: Array<Object>,
|
||||
meta?: Array<Object>,
|
||||
noscript?: Array<Object>,
|
||||
onChangeClientState?: (
|
||||
newState?: Object,
|
||||
addedTags?: Object,
|
||||
removeTags?: Object
|
||||
) => any,
|
||||
script?: Array<Object>,
|
||||
style?: Array<Object>,
|
||||
title?: string,
|
||||
titleAttributes?: Object,
|
||||
titleTemplate?: string,
|
||||
}
|
||||
|
||||
declare interface TagMethods {
|
||||
toString(): string;
|
||||
toComponent(): [Element<*>] | Element<*> | Array<Object>;
|
||||
}
|
||||
|
||||
declare interface StateOnServer {
|
||||
base: TagMethods;
|
||||
bodyAttributes: TagMethods,
|
||||
htmlAttributes: TagMethods;
|
||||
link: TagMethods;
|
||||
meta: TagMethods;
|
||||
noscript: TagMethods;
|
||||
script: TagMethods;
|
||||
style: TagMethods;
|
||||
title: TagMethods;
|
||||
}
|
||||
|
||||
declare class Helmet extends React$Component<Props> {
|
||||
static rewind(): StateOnServer;
|
||||
static renderStatic(): StateOnServer;
|
||||
static canUseDom(canUseDOM: boolean): void;
|
||||
}
|
||||
|
||||
declare export default typeof Helmet
|
||||
declare export var Helmet: typeof Helmet
|
||||
}
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
// flow-typed signature: 597dbebeac001714e5e113a171719392
|
||||
// flow-typed version: <<STUB>>/react-highlight-words_v^0.11.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-highlight-words'
|
||||
*
|
||||
* 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 'react-highlight-words' {
|
||||
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 'react-highlight-words/build/static/main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-highlight-words/dist/main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-highlight-words/build/static/main.js' {
|
||||
declare module.exports: $Exports<'react-highlight-words/build/static/main'>;
|
||||
}
|
||||
declare module 'react-highlight-words/dist/main.js' {
|
||||
declare module.exports: $Exports<'react-highlight-words/dist/main'>;
|
||||
}
|
|
@ -1,73 +0,0 @@
|
|||
// flow-typed signature: 7ed648dd41c3351cbd998a6d130e46e5
|
||||
// flow-typed version: <<STUB>>/react-hot-loader_v^4.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-hot-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 'react-hot-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 'react-hot-loader/babel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-hot-loader/dist/babel.development' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-hot-loader/dist/babel.production.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-hot-loader/dist/react-hot-loader.development' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-hot-loader/dist/react-hot-loader.production.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-hot-loader/patch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-hot-loader/babel.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/babel'>;
|
||||
}
|
||||
declare module 'react-hot-loader/dist/babel.development.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/dist/babel.development'>;
|
||||
}
|
||||
declare module 'react-hot-loader/dist/babel.production.min.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/dist/babel.production.min'>;
|
||||
}
|
||||
declare module 'react-hot-loader/dist/react-hot-loader.development.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/dist/react-hot-loader.development'>;
|
||||
}
|
||||
declare module 'react-hot-loader/dist/react-hot-loader.production.min.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/dist/react-hot-loader.production.min'>;
|
||||
}
|
||||
declare module 'react-hot-loader/index' {
|
||||
declare module.exports: $Exports<'react-hot-loader'>;
|
||||
}
|
||||
declare module 'react-hot-loader/index.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader'>;
|
||||
}
|
||||
declare module 'react-hot-loader/patch.js' {
|
||||
declare module.exports: $Exports<'react-hot-loader/patch'>;
|
||||
}
|
|
@ -1,85 +0,0 @@
|
|||
// flow-typed signature: 13cd44110354da4a168c9a1bf3c6993c
|
||||
// flow-typed version: 2f1ebf6999/react-i18next_v7.x.x/flow_>=v0.53.x
|
||||
|
||||
declare module "react-i18next" {
|
||||
declare type TFunction = (key?: ?string, data?: ?Object) => string;
|
||||
|
||||
declare type TranslatorProps = {
|
||||
t: TFunction,
|
||||
i18nLoadedAt: Date,
|
||||
i18n: Object
|
||||
};
|
||||
|
||||
declare type Translator<OP, P> = (
|
||||
component: React$ComponentType<P>
|
||||
) => Class<React$Component<OP, *>>;
|
||||
|
||||
declare type TranslateOptions = $Shape<{
|
||||
wait: boolean,
|
||||
nsMode: "default" | "fallback",
|
||||
bindi18n: false | string,
|
||||
bindStore: false | string,
|
||||
withRef: boolean,
|
||||
translateFuncName: string,
|
||||
i18n: Object,
|
||||
usePureComponent: boolean
|
||||
}>;
|
||||
|
||||
declare function translate<OP, P>(
|
||||
namespaces?: string | Array<string> | ((OP) => string | Array<string>),
|
||||
options?: TranslateOptions
|
||||
): Translator<OP, P>;
|
||||
|
||||
declare type I18nProps = {
|
||||
i18n?: Object,
|
||||
ns?: string | Array<string>,
|
||||
children: (t: TFunction, { i18n: Object, t: TFunction }) => React$Node,
|
||||
initialI18nStore?: Object,
|
||||
initialLanguage?: string
|
||||
};
|
||||
declare var I18n: React$ComponentType<I18nProps>;
|
||||
|
||||
declare type InterpolateProps = {
|
||||
className?: string,
|
||||
dangerouslySetInnerHTMLPartElement?: string,
|
||||
i18n?: Object,
|
||||
i18nKey?: string,
|
||||
options?: Object,
|
||||
parent?: string,
|
||||
style?: Object,
|
||||
t?: TFunction,
|
||||
useDangerouslySetInnerHTML?: boolean
|
||||
};
|
||||
declare var Interpolate: React$ComponentType<InterpolateProps>;
|
||||
|
||||
declare type TransProps = {
|
||||
count?: number,
|
||||
parent?: string,
|
||||
i18n?: Object,
|
||||
i18nKey?: string,
|
||||
t?: TFunction
|
||||
};
|
||||
declare var Trans: React$ComponentType<TransProps>;
|
||||
|
||||
declare type ProviderProps = { i18n: Object, children: React$Element<*> };
|
||||
declare var I18nextProvider: React$ComponentType<ProviderProps>;
|
||||
|
||||
declare type NamespacesProps = {
|
||||
components: Array<React$ComponentType<*>>,
|
||||
i18n: { loadNamespaces: Function }
|
||||
};
|
||||
declare function loadNamespaces(props: NamespacesProps): Promise<void>;
|
||||
|
||||
declare var reactI18nextModule: {
|
||||
type: "3rdParty",
|
||||
init: (instance: Object) => void
|
||||
};
|
||||
|
||||
declare function setDefaults(options: TranslateOptions): void;
|
||||
|
||||
declare function getDefaults(): TranslateOptions;
|
||||
|
||||
declare function getI18n(): Object;
|
||||
|
||||
declare function setI18n(instance: Object): void;
|
||||
}
|
|
@ -1,132 +0,0 @@
|
|||
// flow-typed signature: 59b0c4be0e1408f21e2446be96c79804
|
||||
// flow-typed version: 9092387fd2/react-redux_v5.x.x/flow_>=v0.54.x
|
||||
|
||||
import type { Dispatch, Store } from "redux";
|
||||
|
||||
declare module "react-redux" {
|
||||
/*
|
||||
|
||||
S = State
|
||||
A = Action
|
||||
OP = OwnProps
|
||||
SP = StateProps
|
||||
DP = DispatchProps
|
||||
|
||||
*/
|
||||
|
||||
declare type MapStateToProps<S, OP: Object, SP: Object> = (
|
||||
state: S,
|
||||
ownProps: OP
|
||||
) => ((state: S, ownProps: OP) => SP) | SP;
|
||||
|
||||
declare type MapDispatchToProps<A, OP: Object, DP: Object> =
|
||||
| ((dispatch: Dispatch<A>, ownProps: OP) => DP)
|
||||
| DP;
|
||||
|
||||
declare type MergeProps<SP, DP: Object, OP: Object, P: Object> = (
|
||||
stateProps: SP,
|
||||
dispatchProps: DP,
|
||||
ownProps: OP
|
||||
) => P;
|
||||
|
||||
declare type Context = { store: Store<*, *> };
|
||||
|
||||
declare type ComponentWithDefaultProps<DP: {}, P: {}, CP: P> = Class<
|
||||
React$Component<CP>
|
||||
> & { defaultProps: DP };
|
||||
|
||||
declare class ConnectedComponentWithDefaultProps<
|
||||
OP,
|
||||
DP,
|
||||
CP
|
||||
> extends React$Component<OP> {
|
||||
static defaultProps: DP, // <= workaround for https://github.com/facebook/flow/issues/4644
|
||||
static WrappedComponent: Class<React$Component<CP>>,
|
||||
getWrappedInstance(): React$Component<CP>,
|
||||
props: OP,
|
||||
state: void
|
||||
}
|
||||
|
||||
declare class ConnectedComponent<OP, P> extends React$Component<OP> {
|
||||
static WrappedComponent: Class<React$Component<P>>,
|
||||
getWrappedInstance(): React$Component<P>,
|
||||
props: OP,
|
||||
state: void
|
||||
}
|
||||
|
||||
declare type ConnectedComponentWithDefaultPropsClass<OP, DP, CP> = Class<
|
||||
ConnectedComponentWithDefaultProps<OP, DP, CP>
|
||||
>;
|
||||
|
||||
declare type ConnectedComponentClass<OP, P> = Class<
|
||||
ConnectedComponent<OP, P>
|
||||
>;
|
||||
|
||||
declare type Connector<OP, P> = (<DP: {}, CP: {}>(
|
||||
component: ComponentWithDefaultProps<DP, P, CP>
|
||||
) => ConnectedComponentWithDefaultPropsClass<OP, DP, CP>) &
|
||||
((component: React$ComponentType<P>) => ConnectedComponentClass<OP, P>);
|
||||
|
||||
declare class Provider<S, A> extends React$Component<{
|
||||
store: Store<S, A>,
|
||||
children?: any
|
||||
}> {}
|
||||
|
||||
declare function createProvider(
|
||||
storeKey?: string,
|
||||
subKey?: string
|
||||
): Provider<*, *>;
|
||||
|
||||
declare type ConnectOptions = {
|
||||
pure?: boolean,
|
||||
withRef?: boolean
|
||||
};
|
||||
|
||||
declare type Null = null | void;
|
||||
|
||||
declare function connect<A, OP>(
|
||||
...rest: Array<void> // <= workaround for https://github.com/facebook/flow/issues/2360
|
||||
): Connector<OP, $Supertype<{ dispatch: Dispatch<A> } & OP>>;
|
||||
|
||||
declare function connect<A, OP>(
|
||||
mapStateToProps: Null,
|
||||
mapDispatchToProps: Null,
|
||||
mergeProps: Null,
|
||||
options: ConnectOptions
|
||||
): Connector<OP, $Supertype<{ dispatch: Dispatch<A> } & OP>>;
|
||||
|
||||
declare function connect<S, A, OP, SP>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: Null,
|
||||
mergeProps: Null,
|
||||
options?: ConnectOptions
|
||||
): Connector<OP, $Supertype<SP & { dispatch: Dispatch<A> } & OP>>;
|
||||
|
||||
declare function connect<A, OP, DP>(
|
||||
mapStateToProps: Null,
|
||||
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
|
||||
mergeProps: Null,
|
||||
options?: ConnectOptions
|
||||
): Connector<OP, $Supertype<DP & OP>>;
|
||||
|
||||
declare function connect<S, A, OP, SP, DP>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
|
||||
mergeProps: Null,
|
||||
options?: ConnectOptions
|
||||
): Connector<OP, $Supertype<SP & DP & OP>>;
|
||||
|
||||
declare function connect<S, A, OP, SP, DP, P>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: Null,
|
||||
mergeProps: MergeProps<SP, DP, OP, P>,
|
||||
options?: ConnectOptions
|
||||
): Connector<OP, P>;
|
||||
|
||||
declare function connect<S, A, OP, SP, DP, P>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: MapDispatchToProps<A, OP, DP>,
|
||||
mergeProps: MergeProps<SP, DP, OP, P>,
|
||||
options?: ConnectOptions
|
||||
): Connector<OP, P>;
|
||||
}
|
|
@ -1,158 +0,0 @@
|
|||
// flow-typed signature: 7ef7e99bfa7953a438470755d51dc345
|
||||
// flow-typed version: 107feb8c45/react-router-dom_v4.x.x/flow_>=v0.53.x
|
||||
|
||||
declare module "react-router-dom" {
|
||||
declare export class BrowserRouter extends React$Component<{
|
||||
basename?: string,
|
||||
forceRefresh?: boolean,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
keyLength?: number,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class HashRouter extends React$Component<{
|
||||
basename?: string,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
hashType?: "slash" | "noslash" | "hashbang",
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class Link extends React$Component<{
|
||||
to: string | LocationShape,
|
||||
replace?: boolean,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class NavLink extends React$Component<{
|
||||
to: string | LocationShape,
|
||||
activeClassName?: string,
|
||||
className?: string,
|
||||
activeStyle?: Object,
|
||||
style?: Object,
|
||||
isActive?: (match: Match, location: Location) => boolean,
|
||||
children?: React$Node,
|
||||
exact?: boolean,
|
||||
strict?: boolean
|
||||
}> {}
|
||||
|
||||
// NOTE: Below are duplicated from react-router. If updating these, please
|
||||
// update the react-router and react-router-native types as well.
|
||||
declare export type Location = {
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
state?: any,
|
||||
key?: string
|
||||
};
|
||||
|
||||
declare export type LocationShape = {
|
||||
pathname?: string,
|
||||
search?: string,
|
||||
hash?: string,
|
||||
state?: any
|
||||
};
|
||||
|
||||
declare export type HistoryAction = "PUSH" | "REPLACE" | "POP";
|
||||
|
||||
declare export type RouterHistory = {
|
||||
length: number,
|
||||
location: Location,
|
||||
action: HistoryAction,
|
||||
listen(
|
||||
callback: (location: Location, action: HistoryAction) => void
|
||||
): () => void,
|
||||
push(path: string | LocationShape, state?: any): void,
|
||||
replace(path: string | LocationShape, state?: any): void,
|
||||
go(n: number): void,
|
||||
goBack(): void,
|
||||
goForward(): void,
|
||||
canGo?: (n: number) => boolean,
|
||||
block(
|
||||
callback: (location: Location, action: HistoryAction) => boolean
|
||||
): void,
|
||||
// createMemoryHistory
|
||||
index?: number,
|
||||
entries?: Array<Location>
|
||||
};
|
||||
|
||||
declare export type Match = {
|
||||
params: { [key: string]: ?string },
|
||||
isExact: boolean,
|
||||
path: string,
|
||||
url: string
|
||||
};
|
||||
|
||||
declare export type ContextRouter = {|
|
||||
history: RouterHistory,
|
||||
location: Location,
|
||||
match: Match
|
||||
|};
|
||||
|
||||
declare export type GetUserConfirmation = (
|
||||
message: string,
|
||||
callback: (confirmed: boolean) => void
|
||||
) => void;
|
||||
|
||||
declare type StaticRouterContext = {
|
||||
url?: string
|
||||
};
|
||||
|
||||
declare export class StaticRouter extends React$Component<{
|
||||
basename?: string,
|
||||
location?: string | Location,
|
||||
context: StaticRouterContext,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class MemoryRouter extends React$Component<{
|
||||
initialEntries?: Array<LocationShape | string>,
|
||||
initialIndex?: number,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
keyLength?: number,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class Router extends React$Component<{
|
||||
history: RouterHistory,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class Prompt extends React$Component<{
|
||||
message: string | ((location: Location) => string | boolean),
|
||||
when?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Redirect extends React$Component<{
|
||||
to: string | LocationShape,
|
||||
push?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Route extends React$Component<{
|
||||
component?: React$ComponentType<*>,
|
||||
render?: (router: ContextRouter) => React$Node,
|
||||
children?: React$ComponentType<ContextRouter> | React$Node,
|
||||
path?: string,
|
||||
exact?: boolean,
|
||||
strict?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Switch extends React$Component<{
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export function withRouter<P>(
|
||||
Component: React$ComponentType<{| ...ContextRouter, ...P |}>
|
||||
): React$ComponentType<P>;
|
||||
|
||||
declare type MatchPathOptions = {
|
||||
path?: string,
|
||||
exact?: boolean,
|
||||
sensitive?: boolean,
|
||||
strict?: boolean
|
||||
};
|
||||
|
||||
declare export function matchPath(
|
||||
pathname: string,
|
||||
options?: MatchPathOptions | string
|
||||
): null | Match;
|
||||
}
|
|
@ -1,125 +0,0 @@
|
|||
// flow-typed signature: 1e6728f0a649edac3689d6e2db7487a7
|
||||
// flow-typed version: 01716df816/react-router_v4.x.x/flow_>=v0.53.x
|
||||
|
||||
declare module "react-router" {
|
||||
// NOTE: many of these are re-exported by react-router-dom and
|
||||
// react-router-native, so when making changes, please be sure to update those
|
||||
// as well.
|
||||
declare export type Location = {
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
state?: any,
|
||||
key?: string
|
||||
};
|
||||
|
||||
declare export type LocationShape = {
|
||||
pathname?: string,
|
||||
search?: string,
|
||||
hash?: string,
|
||||
state?: any
|
||||
};
|
||||
|
||||
declare export type HistoryAction = "PUSH" | "REPLACE" | "POP";
|
||||
|
||||
declare export type RouterHistory = {
|
||||
length: number,
|
||||
location: Location,
|
||||
action: HistoryAction,
|
||||
listen(
|
||||
callback: (location: Location, action: HistoryAction) => void
|
||||
): () => void,
|
||||
push(path: string | LocationShape, state?: any): void,
|
||||
replace(path: string | LocationShape, state?: any): void,
|
||||
go(n: number): void,
|
||||
goBack(): void,
|
||||
goForward(): void,
|
||||
canGo?: (n: number) => boolean,
|
||||
block(
|
||||
callback: (location: Location, action: HistoryAction) => boolean
|
||||
): void,
|
||||
// createMemoryHistory
|
||||
index?: number,
|
||||
entries?: Array<Location>
|
||||
};
|
||||
|
||||
declare export type Match = {
|
||||
params: { [key: string]: ?string },
|
||||
isExact: boolean,
|
||||
path: string,
|
||||
url: string
|
||||
};
|
||||
|
||||
declare export type ContextRouter = {|
|
||||
history: RouterHistory,
|
||||
location: Location,
|
||||
match: Match
|
||||
|};
|
||||
|
||||
declare export type GetUserConfirmation = (
|
||||
message: string,
|
||||
callback: (confirmed: boolean) => void
|
||||
) => void;
|
||||
|
||||
declare type StaticRouterContext = {
|
||||
url?: string
|
||||
};
|
||||
|
||||
declare export class StaticRouter extends React$Component<{
|
||||
basename?: string,
|
||||
location?: string | Location,
|
||||
context: StaticRouterContext,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class MemoryRouter extends React$Component<{
|
||||
initialEntries?: Array<LocationShape | string>,
|
||||
initialIndex?: number,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
keyLength?: number,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class Router extends React$Component<{
|
||||
history: RouterHistory,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export class Prompt extends React$Component<{
|
||||
message: string | ((location: Location) => string | true),
|
||||
when?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Redirect extends React$Component<{
|
||||
to: string | LocationShape,
|
||||
push?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Route extends React$Component<{
|
||||
component?: React$ComponentType<*>,
|
||||
render?: (router: ContextRouter) => React$Node,
|
||||
children?: React$ComponentType<ContextRouter> | React$Node,
|
||||
path?: string,
|
||||
exact?: boolean,
|
||||
strict?: boolean
|
||||
}> {}
|
||||
|
||||
declare export class Switch extends React$Component<{
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|
||||
declare export function withRouter<P>(
|
||||
Component: React$ComponentType<{| ...ContextRouter, ...P |}>
|
||||
): React$ComponentType<P>;
|
||||
|
||||
declare type MatchPathOptions = {
|
||||
path?: string,
|
||||
exact?: boolean,
|
||||
strict?: boolean,
|
||||
sensitive?: boolean
|
||||
};
|
||||
declare export function matchPath(
|
||||
pathname: string,
|
||||
options?: MatchPathOptions | string
|
||||
): null | Match;
|
||||
}
|
|
@ -1,186 +0,0 @@
|
|||
// flow-typed signature: aad83647619b1b47f7cfc1374c4b934a
|
||||
// flow-typed version: <<STUB>>/react-scroll_v^1.7.7/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-scroll'
|
||||
*
|
||||
* 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 'react-scroll' {
|
||||
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 'react-scroll/modules/__tests__/animate-scroll-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/animation-type-unit-tests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/element-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/events-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/link-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/page-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/__tests__/scroll-cancellation-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/components/Button' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/components/Element' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/components/Link' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/animate-scroll' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/cancel-events' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/Helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/passive-event-listeners' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroll-element' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroll-events' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroll-hash' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroll-link' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroll-spy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/scroller' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/smooth' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-scroll/modules/mixins/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-scroll/modules/__tests__/animate-scroll-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/animate-scroll-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/animation-type-unit-tests.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/animation-type-unit-tests'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/element-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/element-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/events-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/events-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/link-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/link-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/page-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/page-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/__tests__/scroll-cancellation-test.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/__tests__/scroll-cancellation-test'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/components/Button.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/components/Button'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/components/Element.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/components/Element'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/components/Link.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/components/Link'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/index.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/index'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/animate-scroll.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/animate-scroll'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/cancel-events.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/cancel-events'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/Helpers.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/Helpers'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/passive-event-listeners.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/passive-event-listeners'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroll-element.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroll-element'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroll-events.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroll-events'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroll-hash.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroll-hash'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroll-link.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroll-link'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroll-spy.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroll-spy'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/scroller.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/scroller'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/smooth.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/smooth'>;
|
||||
}
|
||||
declare module 'react-scroll/modules/mixins/utils.js' {
|
||||
declare module.exports: $Exports<'react-scroll/modules/mixins/utils'>;
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: cc1d6860746e43ba855af50cd5bac141
|
||||
// flow-typed version: <<STUB>>/react-select-fast-filter-options_v^0.2.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-select-fast-filter-options'
|
||||
*
|
||||
* 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 'react-select-fast-filter-options' {
|
||||
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 'react-select-fast-filter-options/dist/commonjs/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select-fast-filter-options/dist/es/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select-fast-filter-options/dist/umd/react-select-fast-filter-options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-select-fast-filter-options/dist/commonjs/index.js' {
|
||||
declare module.exports: $Exports<'react-select-fast-filter-options/dist/commonjs/index'>;
|
||||
}
|
||||
declare module 'react-select-fast-filter-options/dist/es/index.js' {
|
||||
declare module.exports: $Exports<'react-select-fast-filter-options/dist/es/index'>;
|
||||
}
|
||||
declare module 'react-select-fast-filter-options/dist/umd/react-select-fast-filter-options.js' {
|
||||
declare module.exports: $Exports<'react-select-fast-filter-options/dist/umd/react-select-fast-filter-options'>;
|
||||
}
|
|
@ -1,144 +0,0 @@
|
|||
// flow-typed signature: 390dc672744a15aa20241e3f4f6a8ee2
|
||||
// flow-typed version: <<STUB>>/react-select_v^1.2.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-select'
|
||||
*
|
||||
* 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 'react-select' {
|
||||
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 'react-select/dist/react-select.es' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/dist/react-select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/dist/react-select.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/Async' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/AsyncCreatable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/Creatable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/Option' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/Select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/blockEvent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/defaultArrowRenderer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/defaultClearRenderer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/defaultFilterOptions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/defaultMenuRenderer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/stripDiacritics' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/utils/trim' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-select/lib/Value' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-select/dist/react-select.es.js' {
|
||||
declare module.exports: $Exports<'react-select/dist/react-select.es'>;
|
||||
}
|
||||
declare module 'react-select/dist/react-select.js' {
|
||||
declare module.exports: $Exports<'react-select/dist/react-select'>;
|
||||
}
|
||||
declare module 'react-select/dist/react-select.min.js' {
|
||||
declare module.exports: $Exports<'react-select/dist/react-select.min'>;
|
||||
}
|
||||
declare module 'react-select/lib/Async.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/Async'>;
|
||||
}
|
||||
declare module 'react-select/lib/AsyncCreatable.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/AsyncCreatable'>;
|
||||
}
|
||||
declare module 'react-select/lib/Creatable.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/Creatable'>;
|
||||
}
|
||||
declare module 'react-select/lib/index.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/index'>;
|
||||
}
|
||||
declare module 'react-select/lib/Option.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/Option'>;
|
||||
}
|
||||
declare module 'react-select/lib/Select.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/Select'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/blockEvent.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/blockEvent'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/defaultArrowRenderer.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/defaultArrowRenderer'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/defaultClearRenderer.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/defaultClearRenderer'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/defaultFilterOptions.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/defaultFilterOptions'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/defaultMenuRenderer.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/defaultMenuRenderer'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/stripDiacritics.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/stripDiacritics'>;
|
||||
}
|
||||
declare module 'react-select/lib/utils/trim.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/utils/trim'>;
|
||||
}
|
||||
declare module 'react-select/lib/Value.js' {
|
||||
declare module.exports: $Exports<'react-select/lib/Value'>;
|
||||
}
|
|
@ -1,94 +0,0 @@
|
|||
// flow-typed signature: 1e7af743ad380059fd6497831d6aa202
|
||||
// flow-typed version: <<STUB>>/react-transition-group_v^2.2.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-transition-group'
|
||||
*
|
||||
* 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 'react-transition-group' {
|
||||
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 'react-transition-group/CSSTransition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/dist/react-transition-group' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/dist/react-transition-group.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/ReplaceTransition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/Transition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/TransitionGroup' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/utils/ChildMapping' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/utils/PropTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-transition-group/utils/SimpleSet' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-transition-group/CSSTransition.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/CSSTransition'>;
|
||||
}
|
||||
declare module 'react-transition-group/dist/react-transition-group.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/dist/react-transition-group'>;
|
||||
}
|
||||
declare module 'react-transition-group/dist/react-transition-group.min.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/dist/react-transition-group.min'>;
|
||||
}
|
||||
declare module 'react-transition-group/index' {
|
||||
declare module.exports: $Exports<'react-transition-group'>;
|
||||
}
|
||||
declare module 'react-transition-group/index.js' {
|
||||
declare module.exports: $Exports<'react-transition-group'>;
|
||||
}
|
||||
declare module 'react-transition-group/ReplaceTransition.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/ReplaceTransition'>;
|
||||
}
|
||||
declare module 'react-transition-group/Transition.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/Transition'>;
|
||||
}
|
||||
declare module 'react-transition-group/TransitionGroup.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/TransitionGroup'>;
|
||||
}
|
||||
declare module 'react-transition-group/utils/ChildMapping.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/utils/ChildMapping'>;
|
||||
}
|
||||
declare module 'react-transition-group/utils/PropTypes.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/utils/PropTypes'>;
|
||||
}
|
||||
declare module 'react-transition-group/utils/SimpleSet.js' {
|
||||
declare module.exports: $Exports<'react-transition-group/utils/SimpleSet'>;
|
||||
}
|
|
@ -1,88 +0,0 @@
|
|||
// flow-typed signature: d88395c7e12de63c5b171662d3687cd2
|
||||
// flow-typed version: <<STUB>>/react-virtualized-select_v^3.1.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-virtualized-select'
|
||||
*
|
||||
* 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 'react-virtualized-select' {
|
||||
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 'react-virtualized-select/dist/commonjs/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/commonjs/TestUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/commonjs/VirtualizedSelect/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/commonjs/VirtualizedSelect/VirtualizedSelect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/es/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/es/TestUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/es/VirtualizedSelect/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/es/VirtualizedSelect/VirtualizedSelect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-virtualized-select/dist/umd/react-virtualized-select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-virtualized-select/dist/commonjs/index.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/commonjs/index'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/commonjs/TestUtils.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/commonjs/TestUtils'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/commonjs/VirtualizedSelect/index.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/commonjs/VirtualizedSelect/index'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/commonjs/VirtualizedSelect/VirtualizedSelect.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/commonjs/VirtualizedSelect/VirtualizedSelect'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/es/index.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/es/index'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/es/TestUtils.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/es/TestUtils'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/es/VirtualizedSelect/index.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/es/VirtualizedSelect/index'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/es/VirtualizedSelect/VirtualizedSelect.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/es/VirtualizedSelect/VirtualizedSelect'>;
|
||||
}
|
||||
declare module 'react-virtualized-select/dist/umd/react-virtualized-select.js' {
|
||||
declare module.exports: $Exports<'react-virtualized-select/dist/umd/react-virtualized-select'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 7721051531e826d917117e18872976fd
|
||||
// flow-typed version: <<STUB>>/reduce-reducers_v^0.1.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'reduce-reducers'
|
||||
*
|
||||
* 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 'reduce-reducers' {
|
||||
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 'reduce-reducers/dist/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'reduce-reducers/dist/index.js' {
|
||||
declare module.exports: $Exports<'reduce-reducers/dist/index'>;
|
||||
}
|
|
@ -1,95 +0,0 @@
|
|||
// flow-typed signature: 920f54c4df510f85f24115a1099dfc08
|
||||
// flow-typed version: <<STUB>>/redux-devtools-dock-monitor_v^1.1.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'redux-devtools-dock-monitor'
|
||||
*
|
||||
* 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 'redux-devtools-dock-monitor' {
|
||||
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 'redux-devtools-dock-monitor/lib/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/lib/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/lib/DockMonitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/lib/reducers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/src/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/src/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/src/DockMonitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-dock-monitor/src/reducers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'redux-devtools-dock-monitor/lib/actions.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/lib/actions'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/lib/constants.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/lib/constants'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/lib/DockMonitor.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/lib/DockMonitor'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/lib/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/lib/index'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/lib/reducers.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/lib/reducers'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/src/actions.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/src/actions'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/src/constants.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/src/constants'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/src/DockMonitor.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/src/DockMonitor'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/src/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/src/index'>;
|
||||
}
|
||||
declare module 'redux-devtools-dock-monitor/src/reducers.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-dock-monitor/src/reducers'>;
|
||||
}
|
|
@ -1,165 +0,0 @@
|
|||
// flow-typed signature: f822c7180dcd4444a9ccf603f82520a0
|
||||
// flow-typed version: <<STUB>>/redux-devtools-log-monitor_v^1.4.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'redux-devtools-log-monitor'
|
||||
*
|
||||
* 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 'redux-devtools-log-monitor' {
|
||||
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 'redux-devtools-log-monitor/lib/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/brighten' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorButton' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorButtonBar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntryAction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntryList' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/lib/reducers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/brighten' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorButton' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorButtonBar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntryAction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntryList' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools-log-monitor/src/reducers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'redux-devtools-log-monitor/lib/actions.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/actions'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/brighten.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/brighten'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/index'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitor.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitor'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorButton.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitorButton'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorButtonBar.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitorButtonBar'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntry.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitorEntry'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntryAction.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitorEntryAction'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/LogMonitorEntryList.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/LogMonitorEntryList'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/lib/reducers.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/lib/reducers'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/actions.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/actions'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/brighten.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/brighten'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/index'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitor.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitor'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorButton.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitorButton'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorButtonBar.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitorButtonBar'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntry.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitorEntry'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntryAction.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitorEntryAction'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/LogMonitorEntryList.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/LogMonitorEntryList'>;
|
||||
}
|
||||
declare module 'redux-devtools-log-monitor/src/reducers.js' {
|
||||
declare module.exports: $Exports<'redux-devtools-log-monitor/src/reducers'>;
|
||||
}
|
|
@ -1,67 +0,0 @@
|
|||
// flow-typed signature: b4cdd17fb3eca3bef9aa22c509ea1c63
|
||||
// flow-typed version: <<STUB>>/redux-devtools_v^3.4.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'redux-devtools'
|
||||
*
|
||||
* 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 'redux-devtools' {
|
||||
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 'redux-devtools/lib/createDevTools' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools/lib/persistState' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools/src/createDevTools' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'redux-devtools/src/persistState' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'redux-devtools/lib/createDevTools.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/lib/createDevTools'>;
|
||||
}
|
||||
declare module 'redux-devtools/lib/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/lib/index'>;
|
||||
}
|
||||
declare module 'redux-devtools/lib/persistState.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/lib/persistState'>;
|
||||
}
|
||||
declare module 'redux-devtools/src/createDevTools.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/src/createDevTools'>;
|
||||
}
|
||||
declare module 'redux-devtools/src/index.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/src/index'>;
|
||||
}
|
||||
declare module 'redux-devtools/src/persistState.js' {
|
||||
declare module.exports: $Exports<'redux-devtools/src/persistState'>;
|
||||
}
|
|
@ -1,59 +0,0 @@
|
|||
// flow-typed signature: ec7daead5cb4fec5ab25fedbedef29e8
|
||||
// flow-typed version: 2c04631d20/redux_v3.x.x/flow_>=v0.55.x
|
||||
|
||||
declare module 'redux' {
|
||||
|
||||
/*
|
||||
|
||||
S = State
|
||||
A = Action
|
||||
D = Dispatch
|
||||
|
||||
*/
|
||||
|
||||
declare export type DispatchAPI<A> = (action: A) => A;
|
||||
declare export type Dispatch<A: { type: $Subtype<string> }> = DispatchAPI<A>;
|
||||
|
||||
declare export type MiddlewareAPI<S, A, D = Dispatch<A>> = {
|
||||
dispatch: D;
|
||||
getState(): S;
|
||||
};
|
||||
|
||||
declare export type Store<S, A, D = Dispatch<A>> = {
|
||||
// rewrite MiddlewareAPI members in order to get nicer error messages (intersections produce long messages)
|
||||
dispatch: D;
|
||||
getState(): S;
|
||||
subscribe(listener: () => void): () => void;
|
||||
replaceReducer(nextReducer: Reducer<S, A>): void
|
||||
};
|
||||
|
||||
declare export type Reducer<S, A> = (state: S, action: A) => S;
|
||||
|
||||
declare export type CombinedReducer<S, A> = (state: $Shape<S> & {} | void, action: A) => S;
|
||||
|
||||
declare export type Middleware<S, A, D = Dispatch<A>> =
|
||||
(api: MiddlewareAPI<S, A, D>) =>
|
||||
(next: D) => D;
|
||||
|
||||
declare export type StoreCreator<S, A, D = Dispatch<A>> = {
|
||||
(reducer: Reducer<S, A>, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
|
||||
(reducer: Reducer<S, A>, preloadedState: S, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
|
||||
};
|
||||
|
||||
declare export type StoreEnhancer<S, A, D = Dispatch<A>> = (next: StoreCreator<S, A, D>) => StoreCreator<S, A, D>;
|
||||
|
||||
declare export function createStore<S, A, D>(reducer: Reducer<S, A>, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
|
||||
declare export function createStore<S, A, D>(reducer: Reducer<S, A>, preloadedState: S, enhancer?: StoreEnhancer<S, A, D>): Store<S, A, D>;
|
||||
|
||||
declare export function applyMiddleware<S, A, D>(...middlewares: Array<Middleware<S, A, D>>): StoreEnhancer<S, A, D>;
|
||||
|
||||
declare export type ActionCreator<A, B> = (...args: Array<B>) => A;
|
||||
declare export type ActionCreators<K, A> = { [key: K]: ActionCreator<A, any> };
|
||||
|
||||
declare export function bindActionCreators<A, C: ActionCreator<A, any>, D: DispatchAPI<A>>(actionCreator: C, dispatch: D): C;
|
||||
declare export function bindActionCreators<A, K, C: ActionCreators<K, A>, D: DispatchAPI<A>>(actionCreators: C, dispatch: D): C;
|
||||
|
||||
declare export function combineReducers<O: Object, A>(reducers: O): CombinedReducer<$ObjMap<O, <S>(r: Reducer<S, any>) => S>, A>;
|
||||
|
||||
declare export var compose: $Compose;
|
||||
}
|
|
@ -1,890 +0,0 @@
|
|||
// flow-typed signature: 7242133add1d3bd16fc3e9d648152c63
|
||||
// flow-typed version: 00301f0d29/reselect_v3.x.x/flow_>=v0.47.x
|
||||
|
||||
// flow-typed signature: 0199525b667f385f2e61dbeae3215f21
|
||||
// flow-typed version: b43dff3e0e/reselect_v3.x.x/flow_>=v0.28.x
|
||||
|
||||
declare module "reselect" {
|
||||
declare type Selector<-TState, TProps, TResult> =
|
||||
(state: TState, props: TProps, ...rest: any[]) => TResult
|
||||
|
||||
declare type SelectorCreator = {
|
||||
<TState, TProps, TResult, T1>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
resultFunc: (arg1: T1) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1>(
|
||||
selectors: [Selector<TState, TProps, T1>],
|
||||
resultFunc: (arg1: T1) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
resultFunc: (arg1: T1, arg2: T2) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2>(
|
||||
selectors: [Selector<TState, TProps, T1>, Selector<TState, TProps, T2>],
|
||||
resultFunc: (arg1: T1, arg2: T2) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>
|
||||
],
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>
|
||||
],
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>
|
||||
],
|
||||
resultFunc: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<TState, TProps, TResult, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12
|
||||
>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
selector12: Selector<TState, TProps, T12>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12
|
||||
>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>,
|
||||
Selector<TState, TProps, T12>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13
|
||||
>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
selector12: Selector<TState, TProps, T12>,
|
||||
selector13: Selector<TState, TProps, T13>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13
|
||||
>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>,
|
||||
Selector<TState, TProps, T12>,
|
||||
Selector<TState, TProps, T13>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14
|
||||
>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
selector12: Selector<TState, TProps, T12>,
|
||||
selector13: Selector<TState, TProps, T13>,
|
||||
selector14: Selector<TState, TProps, T14>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14
|
||||
>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>,
|
||||
Selector<TState, TProps, T12>,
|
||||
Selector<TState, TProps, T13>,
|
||||
Selector<TState, TProps, T14>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14,
|
||||
T15
|
||||
>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
selector12: Selector<TState, TProps, T12>,
|
||||
selector13: Selector<TState, TProps, T13>,
|
||||
selector14: Selector<TState, TProps, T14>,
|
||||
selector15: Selector<TState, TProps, T15>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14,
|
||||
arg15: T15
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14,
|
||||
T15
|
||||
>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>,
|
||||
Selector<TState, TProps, T12>,
|
||||
Selector<TState, TProps, T13>,
|
||||
Selector<TState, TProps, T14>,
|
||||
Selector<TState, TProps, T15>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14,
|
||||
arg15: T15
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14,
|
||||
T15,
|
||||
T16
|
||||
>(
|
||||
selector1: Selector<TState, TProps, T1>,
|
||||
selector2: Selector<TState, TProps, T2>,
|
||||
selector3: Selector<TState, TProps, T3>,
|
||||
selector4: Selector<TState, TProps, T4>,
|
||||
selector5: Selector<TState, TProps, T5>,
|
||||
selector6: Selector<TState, TProps, T6>,
|
||||
selector7: Selector<TState, TProps, T7>,
|
||||
selector8: Selector<TState, TProps, T8>,
|
||||
selector9: Selector<TState, TProps, T9>,
|
||||
selector10: Selector<TState, TProps, T10>,
|
||||
selector11: Selector<TState, TProps, T11>,
|
||||
selector12: Selector<TState, TProps, T12>,
|
||||
selector13: Selector<TState, TProps, T13>,
|
||||
selector14: Selector<TState, TProps, T14>,
|
||||
selector15: Selector<TState, TProps, T15>,
|
||||
selector16: Selector<TState, TProps, T16>,
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14,
|
||||
arg15: T15,
|
||||
arg16: T16
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>,
|
||||
<
|
||||
TState,
|
||||
TProps,
|
||||
TResult,
|
||||
T1,
|
||||
T2,
|
||||
T3,
|
||||
T4,
|
||||
T5,
|
||||
T6,
|
||||
T7,
|
||||
T8,
|
||||
T9,
|
||||
T10,
|
||||
T11,
|
||||
T12,
|
||||
T13,
|
||||
T14,
|
||||
T15,
|
||||
T16
|
||||
>(
|
||||
selectors: [
|
||||
Selector<TState, TProps, T1>,
|
||||
Selector<TState, TProps, T2>,
|
||||
Selector<TState, TProps, T3>,
|
||||
Selector<TState, TProps, T4>,
|
||||
Selector<TState, TProps, T5>,
|
||||
Selector<TState, TProps, T6>,
|
||||
Selector<TState, TProps, T7>,
|
||||
Selector<TState, TProps, T8>,
|
||||
Selector<TState, TProps, T9>,
|
||||
Selector<TState, TProps, T10>,
|
||||
Selector<TState, TProps, T11>,
|
||||
Selector<TState, TProps, T12>,
|
||||
Selector<TState, TProps, T13>,
|
||||
Selector<TState, TProps, T14>,
|
||||
Selector<TState, TProps, T15>,
|
||||
Selector<TState, TProps, T16>
|
||||
],
|
||||
resultFunc: (
|
||||
arg1: T1,
|
||||
arg2: T2,
|
||||
arg3: T3,
|
||||
arg4: T4,
|
||||
arg5: T5,
|
||||
arg6: T6,
|
||||
arg7: T7,
|
||||
arg8: T8,
|
||||
arg9: T9,
|
||||
arg10: T10,
|
||||
arg11: T11,
|
||||
arg12: T12,
|
||||
arg13: T13,
|
||||
arg14: T14,
|
||||
arg15: T15,
|
||||
arg16: T16
|
||||
) => TResult
|
||||
): Selector<TState, TProps, TResult>
|
||||
};
|
||||
|
||||
declare type Reselect = {
|
||||
createSelector: SelectorCreator,
|
||||
|
||||
defaultMemoize: <TFunc: Function>(
|
||||
func: TFunc,
|
||||
equalityCheck?: (a: any, b: any) => boolean
|
||||
) => TFunc,
|
||||
|
||||
createSelectorCreator: (
|
||||
memoize: Function,
|
||||
...memoizeOptions: any[]
|
||||
) => SelectorCreator,
|
||||
|
||||
createStructuredSelector: <TState, TProps>(
|
||||
inputSelectors: {
|
||||
[k: string | number]: Selector<TState, TProps, any>
|
||||
},
|
||||
selectorCreator?: SelectorCreator
|
||||
) => Selector<TState, TProps, any>
|
||||
};
|
||||
|
||||
declare module.exports: Reselect;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: 4a1a680c7ba1c067bc42926eb9671caf
|
||||
// flow-typed version: <<STUB>>/screenfull_v^3.3.2/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'screenfull'
|
||||
*
|
||||
* 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 'screenfull' {
|
||||
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 'screenfull/dist/screenfull' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'screenfull/dist/screenfull.js' {
|
||||
declare module.exports: $Exports<'screenfull/dist/screenfull'>;
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: dd577c906798d1a8c658d7af68cfd2fa
|
||||
// flow-typed version: <<STUB>>/sinon-chai_v^3.0.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'sinon-chai'
|
||||
*
|
||||
* 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 'sinon-chai' {
|
||||
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 'sinon-chai/lib/sinon-chai' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'sinon-chai/lib/sinon-chai.js' {
|
||||
declare module.exports: $Exports<'sinon-chai/lib/sinon-chai'>;
|
||||
}
|
|
@ -1,326 +0,0 @@
|
|||
// flow-typed signature: 5acf04cf9b93d05dc33935e187d114d6
|
||||
// flow-typed version: <<STUB>>/sinon_v^4.5.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'sinon'
|
||||
*
|
||||
* 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 'sinon' {
|
||||
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 'sinon/lib/sinon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/assert' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/behavior' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/blob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/call' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/collect-own-methods' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/collection' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/color' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/default-behaviors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/match' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/mock-expectation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/mock' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/sandbox' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/spy-formatters' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/spy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/stub-entire-object' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/stub-non-function-property' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/stub' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/throw-on-falsy-object' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/called-in-order' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/deep-equal' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/default-config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/deprecated' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/every' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/extend' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/format' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/function-name' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/function-to-string' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/get-config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/get-property-descriptor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/is-es-module' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/iterable-to-string' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/order-by-first-call' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/restore' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/times-in-words' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/typeOf' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/value-to-string' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/walk' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/core/wrap-method' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/lib/sinon/util/fake_timers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/pkg/sinon-no-sourcemaps' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/pkg/sinon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'sinon/scripts/support-sinon' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'sinon/lib/sinon.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/assert.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/assert'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/behavior.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/behavior'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/blob.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/blob'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/call.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/call'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/collect-own-methods.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/collect-own-methods'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/collection.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/collection'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/color.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/color'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/default-behaviors.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/default-behaviors'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/match.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/match'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/mock-expectation.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/mock-expectation'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/mock.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/mock'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/sandbox.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/sandbox'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/spy-formatters.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/spy-formatters'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/spy.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/spy'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/stub-entire-object.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/stub-entire-object'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/stub-non-function-property.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/stub-non-function-property'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/stub.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/stub'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/throw-on-falsy-object.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/throw-on-falsy-object'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/called-in-order.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/called-in-order'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/deep-equal.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/deep-equal'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/default-config.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/default-config'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/deprecated.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/deprecated'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/every.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/every'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/extend.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/extend'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/format.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/format'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/function-name.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/function-name'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/function-to-string.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/function-to-string'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/get-config.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/get-config'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/get-property-descriptor.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/get-property-descriptor'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/is-es-module.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/is-es-module'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/iterable-to-string.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/iterable-to-string'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/order-by-first-call.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/order-by-first-call'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/restore.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/restore'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/times-in-words.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/times-in-words'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/typeOf.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/typeOf'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/value-to-string.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/value-to-string'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/walk.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/walk'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/core/wrap-method.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/core/wrap-method'>;
|
||||
}
|
||||
declare module 'sinon/lib/sinon/util/fake_timers.js' {
|
||||
declare module.exports: $Exports<'sinon/lib/sinon/util/fake_timers'>;
|
||||
}
|
||||
declare module 'sinon/pkg/sinon-no-sourcemaps.js' {
|
||||
declare module.exports: $Exports<'sinon/pkg/sinon-no-sourcemaps'>;
|
||||
}
|
||||
declare module 'sinon/pkg/sinon.js' {
|
||||
declare module.exports: $Exports<'sinon/pkg/sinon'>;
|
||||
}
|
||||
declare module 'sinon/scripts/support-sinon.js' {
|
||||
declare module.exports: $Exports<'sinon/scripts/support-sinon'>;
|
||||
}
|
|
@ -1,46 +0,0 @@
|
|||
// flow-typed signature: 793bd3f0559fbac24651a8fbb1506cd6
|
||||
// flow-typed version: <<STUB>>/source-map-support_v^0.5.4/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'source-map-support'
|
||||
*
|
||||
* 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 'source-map-support' {
|
||||
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 'source-map-support/browser-source-map-support' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'source-map-support/register' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'source-map-support/source-map-support' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'source-map-support/browser-source-map-support.js' {
|
||||
declare module.exports: $Exports<'source-map-support/browser-source-map-support'>;
|
||||
}
|
||||
declare module 'source-map-support/register.js' {
|
||||
declare module.exports: $Exports<'source-map-support/register'>;
|
||||
}
|
||||
declare module 'source-map-support/source-map-support.js' {
|
||||
declare module.exports: $Exports<'source-map-support/source-map-support'>;
|
||||
}
|
|
@ -1,66 +0,0 @@
|
|||
// flow-typed signature: 9b8fe60272bb14419eba88c592f8b806
|
||||
// flow-typed version: <<STUB>>/style-loader_v^0.20.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'style-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 'style-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 'style-loader/lib/addStyles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'style-loader/lib/addStyleUrl' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'style-loader/lib/urls' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'style-loader/url' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'style-loader/useable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'style-loader/index' {
|
||||
declare module.exports: $Exports<'style-loader'>;
|
||||
}
|
||||
declare module 'style-loader/index.js' {
|
||||
declare module.exports: $Exports<'style-loader'>;
|
||||
}
|
||||
declare module 'style-loader/lib/addStyles.js' {
|
||||
declare module.exports: $Exports<'style-loader/lib/addStyles'>;
|
||||
}
|
||||
declare module 'style-loader/lib/addStyleUrl.js' {
|
||||
declare module.exports: $Exports<'style-loader/lib/addStyleUrl'>;
|
||||
}
|
||||
declare module 'style-loader/lib/urls.js' {
|
||||
declare module.exports: $Exports<'style-loader/lib/urls'>;
|
||||
}
|
||||
declare module 'style-loader/url.js' {
|
||||
declare module.exports: $Exports<'style-loader/url'>;
|
||||
}
|
||||
declare module 'style-loader/useable.js' {
|
||||
declare module.exports: $Exports<'style-loader/useable'>;
|
||||
}
|
|
@ -1,39 +0,0 @@
|
|||
// flow-typed signature: 1b21e23d8fd0feda3b9199d5129dd036
|
||||
// flow-typed version: <<STUB>>/url-loader_v^1.0.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'url-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 'url-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 'url-loader/dist/cjs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'url-loader/dist/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'url-loader/dist/cjs.js' {
|
||||
declare module.exports: $Exports<'url-loader/dist/cjs'>;
|
||||
}
|
||||
declare module 'url-loader/dist/index.js' {
|
||||
declare module.exports: $Exports<'url-loader/dist/index'>;
|
||||
}
|
|
@ -1,907 +0,0 @@
|
|||
// flow-typed signature: ede85ee29e7ce59a22a4d2cd2025d122
|
||||
// flow-typed version: <<STUB>>/webpack-cli_v^2.0.12/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'webpack-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 'webpack-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 'webpack-cli/bin/config-yargs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/bin/convert-argv' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/bin/errorHelpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/bin/prepareOptions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/bin/process-options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/bin/webpack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/ast/ast.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/ast/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/add' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/generate-loader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/generate-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/info' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/init' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/make' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/migrate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/remove' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/serve' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/commands/update' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/add-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/init-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/loader-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/loader-generator.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/plugin-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/remove-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/update-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/utils/entry' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/utils/module' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/utils/plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/utils/tooltip' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/utils/validate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/generators/webpack-generator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/init/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/__testfixtures__/failing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/__testfixtures__/extractTextPlugin.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/index.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-3.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-3.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-4.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-5.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-6.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-7.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-8.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-9.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/loaders' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/loaders/loaders.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/outputPath' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/outputPath.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-3.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-4.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-3.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/resolve/__testfixtures__/resolve.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/resolve/resolve' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/resolve/resolve.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-0.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-1.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-2.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/ast-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/ast-utils.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/copy-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/defineTest' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/is-local-path' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/is-local-path.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/modify-config-helper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/npm-exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/npm-exists.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/npm-packages-exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/npm-packages-exists.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/package-manager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/package-manager.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/resolve-packages' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/resolve-packages.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/run-prettier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/validate-identifier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-cli/lib/utils/validate-identifier.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'webpack-cli/bin/config-yargs.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/config-yargs'>;
|
||||
}
|
||||
declare module 'webpack-cli/bin/convert-argv.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/convert-argv'>;
|
||||
}
|
||||
declare module 'webpack-cli/bin/errorHelpers.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/errorHelpers'>;
|
||||
}
|
||||
declare module 'webpack-cli/bin/prepareOptions.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/prepareOptions'>;
|
||||
}
|
||||
declare module 'webpack-cli/bin/process-options.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/process-options'>;
|
||||
}
|
||||
declare module 'webpack-cli/bin/webpack.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/bin/webpack'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/ast/__testfixtures__/fixture-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/ast/__testfixtures__/fixture-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/ast/ast.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/ast/ast.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/ast/index.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/ast/index'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/add.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/add'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/generate-loader.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/generate-loader'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/generate-plugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/generate-plugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/info.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/info'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/init.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/init'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/make.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/make'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/migrate.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/migrate'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/remove.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/remove'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/serve.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/serve'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/commands/update.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/commands/update'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/add-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/add-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/init-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/init-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/loader-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/loader-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/loader-generator.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/loader-generator.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/plugin-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/plugin-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/remove-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/remove-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/update-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/update-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/utils/entry.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/utils/entry'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/utils/module.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/utils/module'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/utils/plugins.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/utils/plugins'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/utils/tooltip.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/utils/tooltip'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/utils/validate.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/utils/validate'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/generators/webpack-generator.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/generators/webpack-generator'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/index.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/index'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/init/index.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/init/index'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/__testfixtures__/failing.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/__testfixtures__/failing'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/__testfixtures__/extractTextPlugin.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/extractTextPlugin/__testfixtures__/extractTextPlugin.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/index.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/index'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/index.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/index.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-3.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-3.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-3.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-3.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-4.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-4.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-5.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-5.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-6.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-6.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-7.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-7.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-8.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-8.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-9.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-9.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/loaders.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/loaders'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/loaders/loaders.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/loaders.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/outputPath.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/outputPath'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/outputPath/outputPath.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/outputPath.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-3.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-3.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-4.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/__testfixtures__/removeDeprecatedPlugins-4.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeDeprecatedPlugins/removeDeprecatedPlugins.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-3.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/__testfixtures__/removeJsonLoader-3.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/removeJsonLoader/removeJsonLoader.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/resolve/__testfixtures__/resolve.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/resolve/__testfixtures__/resolve.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/resolve/resolve.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/resolve/resolve'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/resolve/resolve.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/resolve/resolve.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-0.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-0.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-1.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-1.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-2.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-2.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/ast-utils.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/ast-utils'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/ast-utils.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/ast-utils.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/copy-utils.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/copy-utils'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/defineTest.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/defineTest'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/is-local-path.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/is-local-path'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/is-local-path.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/is-local-path.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/modify-config-helper.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/modify-config-helper'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/npm-exists.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/npm-exists'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/npm-exists.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/npm-exists.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/npm-packages-exists.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/npm-packages-exists'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/npm-packages-exists.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/npm-packages-exists.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/package-manager.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/package-manager'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/package-manager.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/package-manager.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/prop-types.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/prop-types'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/resolve-packages.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/resolve-packages'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/resolve-packages.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/resolve-packages.test'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/run-prettier.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/run-prettier'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/validate-identifier.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/validate-identifier'>;
|
||||
}
|
||||
declare module 'webpack-cli/lib/utils/validate-identifier.test.js' {
|
||||
declare module.exports: $Exports<'webpack-cli/lib/utils/validate-identifier.test'>;
|
||||
}
|
|
@ -1,116 +0,0 @@
|
|||
// flow-typed signature: 10bd419a447aeb1e891f3824547f1d60
|
||||
// flow-typed version: <<STUB>>/webpack-dev-server_v^3.1.1/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'webpack-dev-server'
|
||||
*
|
||||
* 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 'webpack-dev-server' {
|
||||
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 'webpack-dev-server/bin/webpack-dev-server' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/index.bundle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/live.bundle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/overlay' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/socket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/client/sockjs.bundle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/createLog' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/OptionsValidationError' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/polyfills' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/Server' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/util/addDevServerEntrypoints' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'webpack-dev-server/lib/util/createDomain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'webpack-dev-server/bin/webpack-dev-server.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/bin/webpack-dev-server'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/index.bundle.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/index.bundle'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/index.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/index'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/live.bundle.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/live.bundle'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/overlay.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/overlay'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/socket.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/socket'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/client/sockjs.bundle.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/client/sockjs.bundle'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/createLog.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/createLog'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/OptionsValidationError.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/OptionsValidationError'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/polyfills.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/polyfills'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/Server.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/Server'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/util/addDevServerEntrypoints.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/util/addDevServerEntrypoints'>;
|
||||
}
|
||||
declare module 'webpack-dev-server/lib/util/createDomain.js' {
|
||||
declare module.exports: $Exports<'webpack-dev-server/lib/util/createDomain'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,32 +0,0 @@
|
|||
// flow-typed signature: a5c1dab1f3598a4326ddd8c65d6480ed
|
||||
// flow-typed version: <<STUB>>/whatwg-fetch_v^2.0.3/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'whatwg-fetch'
|
||||
*
|
||||
* 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 'whatwg-fetch' {
|
||||
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 'whatwg-fetch/fetch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'whatwg-fetch/fetch.js' {
|
||||
declare module.exports: $Exports<'whatwg-fetch/fetch'>;
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
// flow-typed signature: 2816201f51e04132e0faf22b536b0221
|
||||
// flow-typed version: <<STUB>>/yaml-loader_v^0.5.0/flow_v0.72.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'yaml-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 'yaml-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.
|
||||
*/
|
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'yaml-loader/index' {
|
||||
declare module.exports: $Exports<'yaml-loader'>;
|
||||
}
|
||||
declare module 'yaml-loader/index.js' {
|
||||
declare module.exports: $Exports<'yaml-loader'>;
|
||||
}
|
Loading…
Reference in New Issue