Merge branch '189-cookie-banner' of https://github.com/gnosis/safe-react into 189-cookie-banner
This commit is contained in:
commit
3af46220fb
|
@ -1,2 +1,7 @@
|
|||
node_modules/
|
||||
build_webpack/
|
||||
node_modules
|
||||
build_webpack
|
||||
flow-typed
|
||||
flow-typed/npm
|
||||
config
|
||||
scripts
|
||||
migrations
|
||||
|
|
20
.flowconfig
20
.flowconfig
|
@ -1,11 +1,25 @@
|
|||
[ignore]
|
||||
.*/node_modules/findup/*
|
||||
.*/flow-typed/**
|
||||
<PROJECT_ROOT>/migrations/**/.*
|
||||
<PROJECT_ROOT>/contracts/**/.*
|
||||
<PROJECT_ROOT>/scripts/**/.*
|
||||
<PROJECT_ROOT>/public/**/.*
|
||||
<PROJECT_ROOT>/src/test/**/.*
|
||||
<PROJECT_ROOT>/babel.config.js
|
||||
<PROJECT_ROOT>/jest.config.js
|
||||
<PROJECT_ROOT>/truffle.js
|
||||
|
||||
[untyped]
|
||||
<PROJECT_ROOT>/config/**/.*
|
||||
|
||||
[declarations]
|
||||
<PROJECT_ROOT>/node_modules/**/.*
|
||||
<PROJECT_ROOT>/flow-typed/**/.*
|
||||
|
||||
[include]
|
||||
<PROJECT_ROOT>/src/**
|
||||
<PROJECT_ROOT>/src/**/.*
|
||||
|
||||
[libs]
|
||||
<PROJECT_ROOT>/flow-typed/**/.*
|
||||
|
||||
[lints]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: a53e9127a2b172810a247cfc426b4bd0
|
||||
// flow-typed version: <<STUB>>/@babel/cli_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: 2e5ad5a75471b5135655af0acc32800c
|
||||
// flow-typed version: <<STUB>>/@babel/cli_v7.7.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -42,7 +42,11 @@ declare module '@babel/cli/lib/babel/file' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/index' {
|
||||
declare module '@babel/cli/lib/babel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/cli/lib/babel/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -72,8 +76,14 @@ declare module '@babel/cli/lib/babel/dir.js' {
|
|||
declare module '@babel/cli/lib/babel/file.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/file'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/index' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/index.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/index'>;
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/options.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/options'>;
|
||||
}
|
||||
declare module '@babel/cli/lib/babel/util.js' {
|
||||
declare module.exports: $Exports<'@babel/cli/lib/babel/util'>;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 260f48a7aee08959befe47c61f189c03
|
||||
// flow-typed version: <<STUB>>/@babel/core_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: 569c144e1cc8b289e1e3efe0e518a8ea
|
||||
// flow-typed version: <<STUB>>/@babel/core_v7.7.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -42,7 +42,11 @@ declare module '@babel/core/lib/config/files/index-browser' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/index' {
|
||||
declare module '@babel/core/lib/config/files' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/config/files/package' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -50,11 +54,39 @@ 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 '@babel/core/lib/config' {
|
||||
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/pattern-to-regex' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -62,6 +94,10 @@ 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;
|
||||
}
|
||||
|
@ -78,7 +114,7 @@ declare module '@babel/core/lib/config/validation/removed' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/index' {
|
||||
declare module '@babel/core/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -90,10 +126,6 @@ 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;
|
||||
}
|
||||
|
@ -102,22 +134,10 @@ 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;
|
||||
}
|
||||
|
@ -134,7 +154,11 @@ declare module '@babel/core/lib/transformation/file/generate' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation/index' {
|
||||
declare module '@babel/core/lib/transformation/file/merge-map' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/core/lib/transformation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -170,21 +194,54 @@ declare module '@babel/core/lib/config/files/configuration.js' {
|
|||
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' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/files/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files/index'>;
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/files'>;
|
||||
}
|
||||
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' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config'>;
|
||||
}
|
||||
declare module '@babel/core/lib/config/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/index'>;
|
||||
declare module.exports: $Exports<'@babel/core/lib/config'>;
|
||||
}
|
||||
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/pattern-to-regex.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/config/pattern-to-regex'>;
|
||||
}
|
||||
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'>;
|
||||
}
|
||||
|
@ -197,8 +254,11 @@ declare module '@babel/core/lib/config/validation/plugins.js' {
|
|||
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' {
|
||||
declare module.exports: $Exports<'@babel/core/lib'>;
|
||||
}
|
||||
declare module '@babel/core/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/index'>;
|
||||
declare module.exports: $Exports<'@babel/core/lib'>;
|
||||
}
|
||||
declare module '@babel/core/lib/parse.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/parse'>;
|
||||
|
@ -206,27 +266,15 @@ declare module '@babel/core/lib/parse.js' {
|
|||
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'>;
|
||||
}
|
||||
|
@ -239,8 +287,14 @@ declare module '@babel/core/lib/transformation/file/file.js' {
|
|||
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/file/merge-map.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/file/merge-map'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/index' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/index.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/index'>;
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation'>;
|
||||
}
|
||||
declare module '@babel/core/lib/transformation/normalize-file.js' {
|
||||
declare module.exports: $Exports<'@babel/core/lib/transformation/normalize-file'>;
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 9e9df8d93d40403192902527dcde804d
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v7.7.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-class-properties'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module '@babel/plugin-proposal-class-properties' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@babel/plugin-proposal-class-properties/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-class-properties/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-class-properties/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib'>;
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
// flow-typed signature: b881627bd49989a4399c41dd0bda8107
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-decorators_v7.7.0/flow_v0.112.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' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer-legacy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-decorators/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-decorators/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-decorators/lib/transformer-legacy.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-decorators/lib/transformer-legacy'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 56a8886fdd981d3df248e5faf0fb70e4
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-do-expressions_v7.6.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-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-proposal-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-proposal-do-expressions/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-do-expressions/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-do-expressions/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-do-expressions/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-do-expressions/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: ca58a27f342b9c90cc0d73bebfe36e32
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-default-from_v7.5.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-export-default-from'
|
||||
*
|
||||
* 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-export-default-from' {
|
||||
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-export-default-from/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-export-default-from/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-export-default-from/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-export-default-from/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-export-default-from/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: b5a687390e59bb592e7043ec2231f57b
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-namespace-from_v7.5.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-export-namespace-from'
|
||||
*
|
||||
* 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-export-namespace-from' {
|
||||
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-export-namespace-from/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-export-namespace-from/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-export-namespace-from/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-export-namespace-from/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-export-namespace-from/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: efba066e4eac83ed309a43151132b905
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-bind_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-function-bind'
|
||||
*
|
||||
* 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-function-bind' {
|
||||
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-function-bind/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-function-bind/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-function-bind/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-function-bind/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-function-bind/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 33546c5852da4a8b715274069d9be0f1
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-sent_v7.7.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-function-sent'
|
||||
*
|
||||
* 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-function-sent' {
|
||||
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-function-sent/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-function-sent/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-function-sent/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-function-sent/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-function-sent/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 6ddc70eb0fcf600c99e100b8a92df6a6
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-json-strings_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-json-strings'
|
||||
*
|
||||
* 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-json-strings' {
|
||||
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-json-strings/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-json-strings/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-json-strings/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-json-strings/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-json-strings/lib'>;
|
||||
}
|
35
flow-typed/npm/@babel/plugin-proposal-logical-assignment-operators_vx.x.x.js
vendored
Normal file
35
flow-typed/npm/@babel/plugin-proposal-logical-assignment-operators_vx.x.x.js
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 1beb556477afc3218300afb838c65da2
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-logical-assignment-operators_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-logical-assignment-operators'
|
||||
*
|
||||
* 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-logical-assignment-operators' {
|
||||
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-logical-assignment-operators/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-logical-assignment-operators/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-logical-assignment-operators/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-logical-assignment-operators/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-logical-assignment-operators/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: c972fca0cebed86a93020b923d9b6bf1
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-nullish-coalescing-operator_v7.4.4/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-nullish-coalescing-operator'
|
||||
*
|
||||
* 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-nullish-coalescing-operator' {
|
||||
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-nullish-coalescing-operator/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-nullish-coalescing-operator/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-nullish-coalescing-operator/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-nullish-coalescing-operator/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-nullish-coalescing-operator/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 0c67e2139e39fa60d353a3cee02a3173
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-numeric-separator_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-numeric-separator'
|
||||
*
|
||||
* 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-numeric-separator' {
|
||||
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-numeric-separator/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-numeric-separator/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-numeric-separator/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-numeric-separator/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-numeric-separator/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: 0c4b1ffc5e8e64612113a2c7384b4f0a
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-optional-chaining_v7.6.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-optional-chaining'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module '@babel/plugin-proposal-optional-chaining' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@babel/plugin-proposal-optional-chaining/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-optional-chaining/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-optional-chaining/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-optional-chaining/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-optional-chaining/lib'>;
|
||||
}
|
|
@ -0,0 +1,797 @@
|
|||
// flow-typed signature: 9a1a52278f9cd4bba64ec4247f833d1a
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-pipeline-operator_v7.5.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-pipeline-operator'
|
||||
*
|
||||
* 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-pipeline-operator' {
|
||||
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-pipeline-operator/lib/buildOptimizedSequenceExpression' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/fsharpVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/minimalVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/smartVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/buildOptimizedSequenceExpression' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/fsharpVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/minimalVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/smartVisitor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions-parenless/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/input' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart+arrow/await/exec' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/buildOptimizedSequenceExpression.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib/buildOptimizedSequenceExpression'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/fsharpVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib/fsharpVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/minimalVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib/minimalVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/lib/smartVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/lib/smartVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/buildOptimizedSequenceExpression.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src/buildOptimizedSequenceExpression'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/fsharpVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src/fsharpVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/minimalVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src/minimalVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/src/smartVisitor.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/src/smartVisitor'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions-parenless/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions-parenless/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/arrow-functions/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/await/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/basic/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/indirect-eval/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/multiple-argument-use/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/fsharp/optimize-0-param-arrow/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions-parenless/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/arrow-functions/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/async-arrow/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/basic/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/chaining/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/currying/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/deoptimize-multi-param-arrow/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/destructure-arrow-param/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/evaluation/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/indirect-eval/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/multiple-argument-use/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/optimize-0-param-arrow/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/minimal/precedence/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/await/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/bare-function/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/basic/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-init/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for-update/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/for/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/if/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/indirect-eval/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/nested/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/object-literal/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-as-callee/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/topic-inside-arrow-function/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/while/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/input.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/input'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/output.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart/yield/output'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/fixtures/smart+arrow/await/exec.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test/fixtures/smart+arrow/await/exec'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-pipeline-operator/test/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-pipeline-operator/test'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: fa60aca797bf1d94ce629b8ed9c9d766
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-proposal-throw-expressions_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-proposal-throw-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-proposal-throw-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-proposal-throw-expressions/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-proposal-throw-expressions/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-throw-expressions/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-proposal-throw-expressions/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-proposal-throw-expressions/lib'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: afb2ea802e6a967f4afa01f452c7afef
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: cf202b70bb9e88a3de16188deefecf9f
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module '@babel/plugin-syntax-dynamic-import' {
|
|||
* 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 '@babel/plugin-syntax-dynamic-import/lib' {
|
||||
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'>;
|
||||
declare module '@babel/plugin-syntax-dynamic-import/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-syntax-dynamic-import/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: b9f20e3c91ce647ee904bd8b9fb9a3fa
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-syntax-import-meta_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-syntax-import-meta'
|
||||
*
|
||||
* 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-import-meta' {
|
||||
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-import-meta/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-syntax-import-meta/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-import-meta/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-syntax-import-meta/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-syntax-import-meta/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: dd33ab6d358e3ec9c9b9fbe0c77d7be5
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-transform-member-expression-literals_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-transform-member-expression-literals'
|
||||
*
|
||||
* 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-member-expression-literals' {
|
||||
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-member-expression-literals/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-transform-member-expression-literals/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-member-expression-literals/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-transform-member-expression-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-member-expression-literals/lib'>;
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
// flow-typed signature: cde4cc57e9aaab4c3b0bbae9651c5e3c
|
||||
// flow-typed version: <<STUB>>/@babel/plugin-transform-property-literals_v^7.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@babel/plugin-transform-property-literals'
|
||||
*
|
||||
* 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-property-literals' {
|
||||
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-property-literals/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/plugin-transform-property-literals/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-property-literals/lib'>;
|
||||
}
|
||||
declare module '@babel/plugin-transform-property-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/plugin-transform-property-literals/lib'>;
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
// flow-typed signature: 70ae65c95b3420e3469c9c30171c1835
|
||||
// flow-typed version: c6154227d1/@babel/polyfill_v7.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module '@babel/polyfill' {}
|
|
@ -1,67 +0,0 @@
|
|||
// flow-typed signature: 27ca8f7ebfa282daa160858c8104f161
|
||||
// flow-typed version: <<STUB>>/@babel/polyfill_v^7.0.0-beta.40/flow_v0.66.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/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/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,5 +1,5 @@
|
|||
// flow-typed signature: 01692f98aa49618c1bf63e8379cc090e
|
||||
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: a9f31ad47694fa9095adbe0bfa994c2e
|
||||
// flow-typed version: <<STUB>>/@babel/preset-env_v7.7.1/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,7 +22,15 @@ declare module '@babel/preset-env' {
|
|||
* 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 '@babel/preset-env/data/built-ins.json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/corejs2-built-in-features' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/data/overlapping-plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -42,23 +50,19 @@ 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 '@babel/preset-env/lib/filter-items' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/defaults' {
|
||||
declare module '@babel/preset-env/lib/get-option-specific-excludes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/index' {
|
||||
declare module '@babel/preset-env/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -70,25 +74,67 @@ declare module '@babel/preset-env/lib/normalize-options' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/built-in-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/usage-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/built-in-definitions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/shipped-proposals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/usage-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/entry-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/usage-plugin' {
|
||||
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/built-ins.json.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/built-ins.json'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/corejs2-built-in-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/corejs2-built-in-features'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/overlapping-plugins.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/overlapping-plugins'>;
|
||||
}
|
||||
declare module '@babel/preset-env/data/plugin-features.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/data/plugin-features'>;
|
||||
|
@ -102,20 +148,20 @@ declare module '@babel/preset-env/data/unreleased-labels.js' {
|
|||
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/filter-items.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/filter-items'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/defaults.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/defaults'>;
|
||||
declare module '@babel/preset-env/lib/get-option-specific-excludes.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/get-option-specific-excludes'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/index'>;
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/module-transformations.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/module-transformations'>;
|
||||
|
@ -123,15 +169,42 @@ declare module '@babel/preset-env/lib/module-transformations.js' {
|
|||
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/options.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/options'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/built-in-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/built-in-definitions'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/get-platform-specific-default'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs2/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs2/usage-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/built-in-definitions.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/built-in-definitions'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/shipped-proposals.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/shipped-proposals'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/corejs3/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/corejs3/usage-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/entry-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/regenerator/entry-plugin'>;
|
||||
}
|
||||
declare module '@babel/preset-env/lib/polyfills/regenerator/usage-plugin.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-env/lib/polyfills/regenerator/usage-plugin'>;
|
||||
}
|
||||
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,5 +1,5 @@
|
|||
// flow-typed signature: 124bbfa6515921796233a34d1dfc8e6d
|
||||
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: ef0deafc05cec8b9ce7ba10749bd1ef0
|
||||
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module '@babel/preset-flow' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@babel/preset-flow/lib/index' {
|
||||
declare module '@babel/preset-flow/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-flow/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-flow/lib/index'>;
|
||||
declare module '@babel/preset-flow/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/preset-flow/lib'>;
|
||||
}
|
||||
declare module '@babel/preset-flow/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-flow/lib'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 0f576efd1583d90fd504c0043dbfab59
|
||||
// flow-typed version: <<STUB>>/@babel/preset-react_v^7.0.0-beta.40/flow_v0.66.0
|
||||
// flow-typed signature: 4d3fc1035a1c524969204fcfe130ddea
|
||||
// flow-typed version: <<STUB>>/@babel/preset-react_v7.7.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module '@babel/preset-react' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@babel/preset-react/lib/index' {
|
||||
declare module '@babel/preset-react/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@babel/preset-react/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-react/lib/index'>;
|
||||
declare module '@babel/preset-react/lib/index' {
|
||||
declare module.exports: $Exports<'@babel/preset-react/lib'>;
|
||||
}
|
||||
declare module '@babel/preset-react/lib/index.js' {
|
||||
declare module.exports: $Exports<'@babel/preset-react/lib'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,144 @@
|
|||
// flow-typed signature: b976a39727afa080906d6c7b059fafb0
|
||||
// flow-typed version: <<STUB>>/@gnosis.pm/safe-contracts_v1.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@gnosis.pm/safe-contracts'
|
||||
*
|
||||
* 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 '@gnosis.pm/safe-contracts' {
|
||||
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 '@gnosis.pm/safe-contracts/test/createAndAddModules' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/dailyLimitModule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEdition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation2' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionEthSignTypeData' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionManagers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionNestedSafes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionSignatureValidatorErrors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafeTeamEdition' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/multiSend' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/safeMethodNaming' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/socialRecoveryModule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/stateChannelModule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/utils/execution' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/utils/general' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/safe-contracts/test/whitelistModule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@gnosis.pm/safe-contracts/test/createAndAddModules.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/createAndAddModules'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/dailyLimitModule.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/dailyLimitModule'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEdition.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEdition'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation2.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionCreation2'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionEthSignTypeData.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionEthSignTypeData'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionManagers.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionManagers'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionNestedSafes.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionNestedSafes'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionSignatureValidatorErrors.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafePersonalEditionSignatureValidatorErrors'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/gnosisSafeTeamEdition.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/gnosisSafeTeamEdition'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/multiSend.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/multiSend'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/safeMethodNaming.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/safeMethodNaming'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/socialRecoveryModule.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/socialRecoveryModule'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/stateChannelModule.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/stateChannelModule'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/utils/execution.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/utils/execution'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/utils/general.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/utils/general'>;
|
||||
}
|
||||
declare module '@gnosis.pm/safe-contracts/test/whitelistModule.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/safe-contracts/test/whitelistModule'>;
|
||||
}
|
|
@ -0,0 +1,157 @@
|
|||
// flow-typed signature: b700798c2cbf29c43d53b822bc1a59c2
|
||||
// flow-typed version: <<STUB>>/@gnosis.pm/util-contracts_v2.0.4/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@gnosis.pm/util-contracts'
|
||||
*
|
||||
* 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 '@gnosis.pm/util-contracts' {
|
||||
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 '@gnosis.pm/util-contracts/migrations/1_initial_migration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/migrations/2_deploy_WETH' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/conf/network-restore' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/extract_network_info' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/inject_network_info' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/2_deploy_math' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/3_deploy_WETH' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/2_deploy_math' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/3_deploy_WETH' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/extractNetworks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/HDWalletProvider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/injectNetworks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/injectNetworksDeps' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/networkUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/src/util/truffleConfig' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@gnosis.pm/util-contracts/truffle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@gnosis.pm/util-contracts/migrations/1_initial_migration.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/migrations/1_initial_migration'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/migrations/2_deploy_WETH.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/migrations/2_deploy_WETH'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/conf/network-restore.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/conf/network-restore'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/extract_network_info.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/extract_network_info'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/inject_network_info.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/inject_network_info'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/2_deploy_math.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-4/2_deploy_math'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/3_deploy_WETH.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-4/3_deploy_WETH'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/index' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-4'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-4/index.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-4'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/2_deploy_math.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-5/2_deploy_math'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/3_deploy_WETH.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-5/3_deploy_WETH'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/index' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-5'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/migrations-truffle-5/index.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/migrations-truffle-5'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/extractNetworks.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/extractNetworks'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/HDWalletProvider.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/HDWalletProvider'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/injectNetworks.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/injectNetworks'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/injectNetworksDeps.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/injectNetworksDeps'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/networkUtils.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/networkUtils'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/src/util/truffleConfig.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/src/util/truffleConfig'>;
|
||||
}
|
||||
declare module '@gnosis.pm/util-contracts/truffle.js' {
|
||||
declare module.exports: $Exports<'@gnosis.pm/util-contracts/truffle'>;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,160 @@
|
|||
// flow-typed signature: 3ae28865f486ed67f1ca4e1bf7b08d07
|
||||
// flow-typed version: <<STUB>>/@portis/web3_v^2.0.0-beta.45/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@portis/web3'
|
||||
*
|
||||
* 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 '@portis/web3' {
|
||||
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 '@portis/web3/es' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/interfaces' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/networks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/styles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/utils/getTxGas' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/utils/onWindowLoad' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/utils/query' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/es/utils/secureOrigin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/interfaces' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/networks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/styles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/utils/getTxGas' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/utils/onWindowLoad' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/utils/query' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/lib/utils/secureOrigin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/umd' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@portis/web3/utils/integrity' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@portis/web3/es/index' {
|
||||
declare module.exports: $Exports<'@portis/web3/es'>;
|
||||
}
|
||||
declare module '@portis/web3/es/index.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es'>;
|
||||
}
|
||||
declare module '@portis/web3/es/interfaces.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/interfaces'>;
|
||||
}
|
||||
declare module '@portis/web3/es/networks.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/networks'>;
|
||||
}
|
||||
declare module '@portis/web3/es/styles.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/styles'>;
|
||||
}
|
||||
declare module '@portis/web3/es/utils/getTxGas.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/utils/getTxGas'>;
|
||||
}
|
||||
declare module '@portis/web3/es/utils/onWindowLoad.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/utils/onWindowLoad'>;
|
||||
}
|
||||
declare module '@portis/web3/es/utils/query.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/utils/query'>;
|
||||
}
|
||||
declare module '@portis/web3/es/utils/secureOrigin.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/es/utils/secureOrigin'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/index' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/index.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/interfaces.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/interfaces'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/networks.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/networks'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/styles.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/styles'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/utils/getTxGas.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/utils/getTxGas'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/utils/onWindowLoad.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/utils/onWindowLoad'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/utils/query.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/utils/query'>;
|
||||
}
|
||||
declare module '@portis/web3/lib/utils/secureOrigin.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/lib/utils/secureOrigin'>;
|
||||
}
|
||||
declare module '@portis/web3/umd/index' {
|
||||
declare module.exports: $Exports<'@portis/web3/umd'>;
|
||||
}
|
||||
declare module '@portis/web3/umd/index.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/umd'>;
|
||||
}
|
||||
declare module '@portis/web3/utils/integrity.js' {
|
||||
declare module.exports: $Exports<'@portis/web3/utils/integrity'>;
|
||||
}
|
|
@ -0,0 +1,122 @@
|
|||
// flow-typed signature: 9e597e3161a1342a9e77ec9437783354
|
||||
// flow-typed version: <<STUB>>/@sambego/storybook-state_v^1.3.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@sambego/storybook-state'
|
||||
*
|
||||
* 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 '@sambego/storybook-state' {
|
||||
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 '@sambego/storybook-state/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/dist/State' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/dist/StateDecorator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/dist/Store' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/enzyme.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/jest.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/src/State' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/src/StateDecorator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/src/Store' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/tests/State.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/tests/StateDecorator.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@sambego/storybook-state/tests/Store.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@sambego/storybook-state/dist/index' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/dist'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/dist/index.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/dist'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/dist/State.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/dist/State'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/dist/StateDecorator.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/dist/StateDecorator'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/dist/Store.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/dist/Store'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/enzyme.config.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/enzyme.config'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/jest.config.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/jest.config'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/src/index' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/src'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/src/index.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/src'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/src/State.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/src/State'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/src/StateDecorator.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/src/StateDecorator'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/src/Store.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/src/Store'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/tests/State.test.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/tests/State.test'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/tests/StateDecorator.test.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/tests/StateDecorator.test'>;
|
||||
}
|
||||
declare module '@sambego/storybook-state/tests/Store.test.js' {
|
||||
declare module.exports: $Exports<'@sambego/storybook-state/tests/Store.test'>;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
// flow-typed signature: d33e1b8f0888822895515e3ca6a3f8eb
|
||||
// flow-typed version: 1709d3212d/@storybook/addon-actions_v3.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module '@storybook/addon-actions' {
|
||||
declare type Action = (name: string) => Function;
|
||||
declare type DecorateFn = (args: Array<any>) => Array<any>;
|
||||
|
||||
declare module.exports: {
|
||||
action: Action,
|
||||
decorateAction(args: Array<DecorateFn>): Action;
|
||||
};
|
||||
}
|
|
@ -0,0 +1,187 @@
|
|||
// flow-typed signature: 64c369e4ed0c4a705b2f36b522874cac
|
||||
// flow-typed version: <<STUB>>/@storybook/addon-actions_v5.2.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@storybook/addon-actions'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module '@storybook/addon-actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@storybook/addon-actions/dist/components/ActionLogger' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/components/ActionLogger/style' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/containers/ActionLogger' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/manager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/ActionDisplay' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/ActionOptions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/ActionsFunction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/ActionsMap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/DecoratorFunction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models/HandlerFunction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/models' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview/action' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview/configureActions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview/decorateAction' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/preview/withActions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/dist/typings.d' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-actions/register' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@storybook/addon-actions/dist/components/ActionLogger/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/components/ActionLogger'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/components/ActionLogger/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/components/ActionLogger'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/components/ActionLogger/style.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/components/ActionLogger/style'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/constants.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/constants'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/containers/ActionLogger/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/containers/ActionLogger'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/containers/ActionLogger/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/containers/ActionLogger'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/manager.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/manager'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/ActionDisplay.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/ActionDisplay'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/ActionOptions.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/ActionOptions'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/ActionsFunction.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/ActionsFunction'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/ActionsMap.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/ActionsMap'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/DecoratorFunction.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/DecoratorFunction'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/HandlerFunction.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models/HandlerFunction'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/models/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/models'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/action.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview/action'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/actions.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview/actions'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/configureActions.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview/configureActions'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/decorateAction.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview/decorateAction'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/preview/withActions.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/preview/withActions'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/dist/typings.d.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/dist/typings.d'>;
|
||||
}
|
||||
declare module '@storybook/addon-actions/register.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-actions/register'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: c905b8c93e093290a3c272e675bae6a2
|
||||
// flow-typed version: <<STUB>>/@storybook/addon-knobs_v^3.3.15/flow_v0.66.0
|
||||
// flow-typed signature: 90624ef390fe4c5befd27eedd08d7ad2
|
||||
// flow-typed version: <<STUB>>/@storybook/addon-knobs_v5.2.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,19 +26,7 @@ declare module '@storybook/addon-knobs/angular' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/angular/helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/angular/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/angular/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/base' {
|
||||
declare module '@storybook/addon-knobs/dist/__types__/knob-test-cases' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -46,10 +34,6 @@ declare module '@storybook/addon-knobs/dist/components/Panel' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/PropField' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/PropForm' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -66,19 +50,23 @@ declare module '@storybook/addon-knobs/dist/components/types/Button' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Checkboxes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Color' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date/index' {
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date/styles' {
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Files' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/index' {
|
||||
declare module '@storybook/addon-knobs/dist/components/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -90,6 +78,14 @@ declare module '@storybook/addon-knobs/dist/components/types/Object' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Radio' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -98,7 +94,19 @@ declare module '@storybook/addon-knobs/dist/components/types/Text' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/index' {
|
||||
declare module '@storybook/addon-knobs/dist/components/types/types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/converters' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/deprecated' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -110,23 +118,39 @@ declare module '@storybook/addon-knobs/dist/KnobStore' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/react/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/react/WrapStory' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/register' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/vue/index' {
|
||||
declare module '@storybook/addon-knobs/dist/registerKnobs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/example/stories/index' {
|
||||
declare module '@storybook/addon-knobs/dist/shared' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/type-defs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/dist/typings.d' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/html' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/marko' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/mithril' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/polymer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -138,126 +162,6 @@ declare module '@storybook/addon-knobs/register' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/angular/helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/angular/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/angular/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/base' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/__tests__/Array' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/__tests__/Panel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/Panel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/PropField' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/PropForm' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Array' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Boolean' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Button' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Color' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Date/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Date/styles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Number' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Object' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/components/types/Text' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/KnobManager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/KnobManager.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/KnobStore' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/react/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/react/index.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/react/WrapStory' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/register' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/vue/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/src/vue/index.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-knobs/vue' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -266,24 +170,12 @@ declare module '@storybook/addon-knobs/vue' {
|
|||
declare module '@storybook/addon-knobs/angular.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/angular'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/angular/helpers.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/angular/helpers'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/angular/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/angular/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/angular/utils.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/angular/utils'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/base.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/base'>;
|
||||
declare module '@storybook/addon-knobs/dist/__types__/knob-test-cases.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/__types__/knob-test-cases'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/Panel.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/Panel'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/PropField.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/PropField'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/PropForm.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/PropForm'>;
|
||||
}
|
||||
|
@ -296,17 +188,23 @@ declare module '@storybook/addon-knobs/dist/components/types/Boolean.js' {
|
|||
declare module '@storybook/addon-knobs/dist/components/types/Button.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Button'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Checkboxes.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Checkboxes'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Color.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Color'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Date/index'>;
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Date'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Date/styles.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Date/styles'>;
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Files.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Files'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/index'>;
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Number.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Number'>;
|
||||
|
@ -314,14 +212,32 @@ declare module '@storybook/addon-knobs/dist/components/types/Number.js' {
|
|||
declare module '@storybook/addon-knobs/dist/components/types/Object.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Object'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Options.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Options'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Radio.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Radio'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Select.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Select'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/Text.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/Text'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/components/types/types.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/components/types/types'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/converters.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/converters'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/deprecated.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/deprecated'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/index'>;
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/KnobManager.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/KnobManager'>;
|
||||
|
@ -329,20 +245,32 @@ declare module '@storybook/addon-knobs/dist/KnobManager.js' {
|
|||
declare module '@storybook/addon-knobs/dist/KnobStore.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/KnobStore'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/react/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/react/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/react/WrapStory.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/react/WrapStory'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/register.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/register'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/vue/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/vue/index'>;
|
||||
declare module '@storybook/addon-knobs/dist/registerKnobs.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/registerKnobs'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/example/stories/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/example/stories/index'>;
|
||||
declare module '@storybook/addon-knobs/dist/shared.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/shared'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/type-defs.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/type-defs'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/dist/typings.d.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/dist/typings.d'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/html.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/html'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/marko.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/marko'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/mithril.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/mithril'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/polymer.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/polymer'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/react.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/react'>;
|
||||
|
@ -350,96 +278,6 @@ declare module '@storybook/addon-knobs/react.js' {
|
|||
declare module '@storybook/addon-knobs/register.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/register'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/angular/helpers.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/angular/helpers'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/angular/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/angular/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/angular/utils.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/angular/utils'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/base.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/base'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/__tests__/Array.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/__tests__/Array'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/__tests__/Panel.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/__tests__/Panel'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/Panel.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/Panel'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/PropField.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/PropField'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/PropForm.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/PropForm'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Array.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Array'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Boolean.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Boolean'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Button.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Button'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Color.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Color'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Date/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Date/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Date/styles.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Date/styles'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Number.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Number'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Object.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Object'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Select.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Select'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/components/types/Text.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/components/types/Text'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/KnobManager.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/KnobManager'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/KnobManager.test.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/KnobManager.test'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/KnobStore.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/KnobStore'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/react/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/react/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/react/index.test.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/react/index.test'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/react/WrapStory.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/react/WrapStory'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/register.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/register'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/vue/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/vue/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/src/vue/index.test.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/src/vue/index.test'>;
|
||||
}
|
||||
declare module '@storybook/addon-knobs/vue.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-knobs/vue'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: b5b0573c75eb87c83febb95b4fa850d9
|
||||
// flow-typed version: <<STUB>>/@storybook/addon-links_v^3.3.15/flow_v0.66.0
|
||||
// flow-typed signature: f6f4916ab4d700d3db6ac07b4264aa7e
|
||||
// flow-typed version: <<STUB>>/@storybook/addon-links_v5.2.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,7 +22,11 @@ declare module '@storybook/addon-links' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module '@storybook/addon-links/dist/index' {
|
||||
declare module '@storybook/addon-links/dist/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -38,7 +42,15 @@ declare module '@storybook/addon-links/dist/react/components/link' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/dist/react/index' {
|
||||
declare module '@storybook/addon-links/dist/react/components/RoutedLink' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/dist/react' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/dist/typings.d' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -50,37 +62,15 @@ declare module '@storybook/addon-links/register' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/manager' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/preview' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/preview.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/react/components/link' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/react/components/link.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@storybook/addon-links/src/react/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@storybook/addon-links/dist/constants.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/constants'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/index'>;
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/manager.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/manager'>;
|
||||
|
@ -91,8 +81,17 @@ declare module '@storybook/addon-links/dist/preview.js' {
|
|||
declare module '@storybook/addon-links/dist/react/components/link.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/react/components/link'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/react/components/RoutedLink.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/react/components/RoutedLink'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/react/index' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/react'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/react/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/react/index'>;
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/react'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/dist/typings.d.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/dist/typings.d'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/react.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/react'>;
|
||||
|
@ -100,24 +99,3 @@ declare module '@storybook/addon-links/react.js' {
|
|||
declare module '@storybook/addon-links/register.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/register'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/index'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/manager.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/manager'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/preview.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/preview'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/preview.test.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/preview.test'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/react/components/link.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/react/components/link'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/react/components/link.test.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/react/components/link.test'>;
|
||||
}
|
||||
declare module '@storybook/addon-links/src/react/index.js' {
|
||||
declare module.exports: $Exports<'@storybook/addon-links/src/react/index'>;
|
||||
}
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
// flow-typed signature: c2e1b132d2729c977d6b3e54e0134de5
|
||||
// flow-typed version: 1709d3212d/@storybook/react_v3.x.x/flow_>=v0.28.x
|
||||
|
||||
type NodeModule = typeof module;
|
||||
|
||||
declare module '@storybook/react' {
|
||||
declare type Renderable = React$Element<any>;
|
||||
declare type RenderFunction = () => Renderable;
|
||||
|
||||
declare type StoryDecorator = (
|
||||
story: RenderFunction,
|
||||
context: { kind: string, story: string }
|
||||
) => Renderable | null;
|
||||
|
||||
declare interface Story {
|
||||
add(storyName: string, callback: RenderFunction): Story,
|
||||
addDecorator(decorator: StoryDecorator): Story,
|
||||
}
|
||||
|
||||
declare interface StoryObject {
|
||||
name: string,
|
||||
render: RenderFunction,
|
||||
}
|
||||
|
||||
declare interface StoryBucket {
|
||||
kind: string,
|
||||
stories: Array<StoryObject>,
|
||||
}
|
||||
|
||||
declare function addDecorator(decorator: StoryDecorator): void;
|
||||
declare function configure(fn: () => void, module: NodeModule): void;
|
||||
declare function setAddon(addon: Object): void;
|
||||
declare function storiesOf(name: string, module: NodeModule): Story;
|
||||
declare function storiesOf<T>(name: string, module: NodeModule): Story & T;
|
||||
|
||||
declare function getStorybook(): Array<StoryBucket>;
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
// flow-typed signature: e484579841f3cb1e8f57a768abc4642d
|
||||
// flow-typed version: c6154227d1/@storybook/react_v5.x.x/flow_>=v0.104.x
|
||||
|
||||
type NodeModule = typeof module;
|
||||
|
||||
declare module '@storybook/react' {
|
||||
declare type Context = {
|
||||
kind: string,
|
||||
story: string,
|
||||
...
|
||||
};
|
||||
declare type Renderable =
|
||||
| string
|
||||
| number
|
||||
| React$Element<any>
|
||||
| Iterable<?Renderable>;
|
||||
declare type RenderCallback = (
|
||||
context: Context
|
||||
) => Renderable;
|
||||
declare type RenderFunction = () => Renderable;
|
||||
|
||||
declare type StoryDecorator = (
|
||||
story: RenderFunction,
|
||||
context: Context
|
||||
) => Renderable;
|
||||
|
||||
declare type DecoratorParameters = { [key: string]: any, ... };
|
||||
|
||||
declare interface Story {
|
||||
+kind: string;
|
||||
add(
|
||||
storyName: string,
|
||||
callback: RenderCallback,
|
||||
parameters?: DecoratorParameters
|
||||
): Story;
|
||||
addDecorator(decorator: StoryDecorator): Story;
|
||||
addParameters(parameters: DecoratorParameters): Story;
|
||||
}
|
||||
|
||||
declare interface StoryObject {
|
||||
name: string;
|
||||
render: RenderFunction;
|
||||
}
|
||||
|
||||
declare interface StoryBucket {
|
||||
kind: string;
|
||||
filename: string;
|
||||
stories: Array<StoryObject>;
|
||||
}
|
||||
|
||||
declare function addDecorator(decorator: StoryDecorator): void;
|
||||
declare function addParameters(parameters: DecoratorParameters): void;
|
||||
declare function clearDecorators(): void;
|
||||
declare function configure(fn: () => void, module: NodeModule): void;
|
||||
declare function setAddon(addon: Object): void;
|
||||
declare function storiesOf(name: string, module: NodeModule): Story;
|
||||
declare function storiesOf<T>(name: string, module: NodeModule): Story & T;
|
||||
declare function forceReRender(): void;
|
||||
|
||||
declare function getStorybook(): Array<StoryBucket>;
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
// flow-typed signature: 2b0527816b2a1d32ff43775789595b02
|
||||
// flow-typed version: c6154227d1/@testing-library/jest-dom_v4.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module '@testing-library/jest-dom' {
|
||||
declare type JestMatcherResult = {
|
||||
message?: string | (() => string),
|
||||
pass: boolean,
|
||||
...
|
||||
};
|
||||
|
||||
declare type Result = JestMatcherResult | Promise<JestMatcherResult>;
|
||||
|
||||
declare module.exports: {|
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
toBeInTheDOM(container?: HTMLElement): Result,
|
||||
|
||||
toBeInTheDocument(): Result,
|
||||
toBeVisible(): Result,
|
||||
toBeEmpty(): Result,
|
||||
toBeDisabled(): Result,
|
||||
toBeEnabled(): Result,
|
||||
toBeInvalid(): Result,
|
||||
toBeRequired(): Result,
|
||||
toBeValid(): Result,
|
||||
toContainElement(element: HTMLElement | null): Result,
|
||||
toContainHTML(htmlText: string): Result,
|
||||
toHaveAttribute(attr: string, value?: any): Result,
|
||||
toHaveClass(...classNames: string[]): Result,
|
||||
toHaveFocus(): Result,
|
||||
toHaveFormValues(expectedValues: { [name: string]: any, ... }): Result,
|
||||
toHaveStyle(css: string): Result,
|
||||
toHaveTextContent(
|
||||
text: string | RegExp,
|
||||
options?: { normalizeWhitespace: boolean, ... }
|
||||
): Result,
|
||||
toHaveValue(value?: string | string[] | number): Result,
|
||||
|};
|
||||
}
|
||||
|
||||
declare module '@testing-library/jest-dom/extend-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
|
@ -0,0 +1,306 @@
|
|||
// flow-typed signature: e0056fd09a33a332c0ad120f7d50308d
|
||||
// flow-typed version: 452cd002ef/@testing-library/react_v9.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module '@testing-library/react' {
|
||||
// This type comes from
|
||||
// https://github.com/facebook/flow/blob/v0.104.0/lib/react-dom.js#L64
|
||||
declare type ReactDOMTestUtilsThenable = {
|
||||
then(resolve: () => mixed, reject?: () => mixed): mixed,
|
||||
...
|
||||
};
|
||||
// This type comes from
|
||||
// https://github.com/facebook/flow/blob/v0.104.0/lib/react-dom.js#L116
|
||||
declare type ReactDOMTestUtilsAct = (
|
||||
callback: () => void | ReactDOMTestUtilsThenable
|
||||
) => ReactDOMTestUtilsThenable;
|
||||
|
||||
declare type TextMatch =
|
||||
| string
|
||||
| RegExp
|
||||
| ((content: string, element: HTMLElement) => boolean);
|
||||
|
||||
declare type TextMatchOptions = {
|
||||
exact?: boolean,
|
||||
trim?: boolean,
|
||||
collapseWhitespace?: boolean,
|
||||
...
|
||||
};
|
||||
|
||||
declare type SelectorMatchOptions = {
|
||||
selector?: string,
|
||||
...
|
||||
} & TextMatchOptions;
|
||||
|
||||
declare type GetByText = (
|
||||
text: TextMatch,
|
||||
options?: SelectorMatchOptions
|
||||
) => HTMLElement;
|
||||
|
||||
declare type QueryByText = (
|
||||
text: TextMatch,
|
||||
options?: SelectorMatchOptions
|
||||
) => ?HTMLElement;
|
||||
|
||||
declare type AllByText = (
|
||||
text: TextMatch,
|
||||
options?: SelectorMatchOptions
|
||||
) => Array<HTMLElement>;
|
||||
|
||||
declare type GetByBoundAttribute = (
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => HTMLElement;
|
||||
|
||||
declare type QueryByBoundAttribute = (
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement;
|
||||
|
||||
declare type AllByBoundAttribute = (
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => Array<HTMLElement>;
|
||||
|
||||
declare type GetsAndQueries = {|
|
||||
getByAltText: GetByBoundAttribute,
|
||||
getAllByAltText: AllByBoundAttribute,
|
||||
queryByAltText: QueryByBoundAttribute,
|
||||
queryAllByAltText: AllByBoundAttribute,
|
||||
|
||||
getByDisplayValue: GetByBoundAttribute,
|
||||
getAllByDisplayValue: AllByBoundAttribute,
|
||||
queryByDisplayValue: QueryByBoundAttribute,
|
||||
queryAllByDisplayValue: AllByBoundAttribute,
|
||||
|
||||
getByLabelText: GetByText,
|
||||
getAllByLabelText: AllByText,
|
||||
queryByLabelText: QueryByText,
|
||||
queryAllByLabelText: AllByText,
|
||||
|
||||
getByPlaceholderText: GetByBoundAttribute,
|
||||
getAllByPlaceholderText: AllByBoundAttribute,
|
||||
queryByPlaceholderText: QueryByBoundAttribute,
|
||||
queryAllByPlaceholderText: AllByBoundAttribute,
|
||||
|
||||
getByRole: GetByBoundAttribute,
|
||||
getAllByRole: AllByBoundAttribute,
|
||||
queryByRole: QueryByBoundAttribute,
|
||||
queryAllByRole: AllByBoundAttribute,
|
||||
|
||||
getBySelectText: GetByBoundAttribute,
|
||||
getAllBySelectText: AllByBoundAttribute,
|
||||
queryBySelectText: QueryByBoundAttribute,
|
||||
queryAllBySelectText: AllByBoundAttribute,
|
||||
|
||||
getByTestId: GetByBoundAttribute,
|
||||
getAllByTestId: AllByBoundAttribute,
|
||||
queryByTestId: QueryByBoundAttribute,
|
||||
queryAllByTestId: AllByBoundAttribute,
|
||||
|
||||
getByText: GetByText,
|
||||
getAllByText: AllByText,
|
||||
queryByText: QueryByText,
|
||||
queryAllByText: AllByText,
|
||||
|
||||
getByTitle: GetByBoundAttribute,
|
||||
getAllByTitle: AllByBoundAttribute,
|
||||
queryByTitle: QueryByBoundAttribute,
|
||||
queryAllByTitle: AllByBoundAttribute,
|
||||
|
||||
getByValue: GetByBoundAttribute,
|
||||
getAllByValue: AllByBoundAttribute,
|
||||
queryByValue: QueryByBoundAttribute,
|
||||
queryAllByValue: AllByBoundAttribute,
|
||||
|};
|
||||
|
||||
declare type FireEvent<TInit> = (
|
||||
element: HTMLElement,
|
||||
eventProperties?: TInit
|
||||
) => boolean;
|
||||
|
||||
declare type Queries = { ... };
|
||||
|
||||
declare type RenderResult<Q: Queries = GetsAndQueries> = {|
|
||||
container: HTMLDivElement,
|
||||
unmount: () => void,
|
||||
baseElement: HTMLElement,
|
||||
asFragment: () => DocumentFragment,
|
||||
debug: (baseElement?: HTMLElement) => void,
|
||||
rerender: (ui: React$Element<*>) => void,
|
||||
|} & Q;
|
||||
|
||||
declare export type RenderOptions<Q: Queries = { ... }> = {|
|
||||
container?: HTMLElement,
|
||||
baseElement?: HTMLElement,
|
||||
hydrate?: boolean,
|
||||
queries?: Q,
|
||||
wrapper?: React.ComponentType,
|
||||
|};
|
||||
|
||||
declare module.exports: {
|
||||
render(
|
||||
ui: React.ReactElement<any>,
|
||||
options?: $Diff<RenderOptions<>, {| queries: any |}>
|
||||
): RenderResult<>,
|
||||
|
||||
render<Q: Queries>(
|
||||
ui: React.ReactElement<any>,
|
||||
options?: RenderOptions<Q>
|
||||
): RenderResult<Q>,
|
||||
|
||||
act: ReactDOMTestUtilsAct,
|
||||
cleanup: () => void,
|
||||
wait: (
|
||||
callback?: () => void,
|
||||
options?: {
|
||||
timeout?: number,
|
||||
interval?: number,
|
||||
...
|
||||
}
|
||||
) => Promise<void>,
|
||||
waitForDomChange: <T>(options?: {
|
||||
container?: HTMLElement,
|
||||
timeout?: number,
|
||||
mutationObserverOptions?: MutationObserverInit,
|
||||
...
|
||||
}) => Promise<T>,
|
||||
waitForElement: <T>(
|
||||
callback?: () => T,
|
||||
options?: {
|
||||
container?: HTMLElement,
|
||||
timeout?: number,
|
||||
mutationObserverOptions?: MutationObserverInit,
|
||||
...
|
||||
}
|
||||
) => Promise<T>,
|
||||
within: (
|
||||
element: HTMLElement,
|
||||
queriesToBind?: GetsAndQueries | Array<GetsAndQueries>
|
||||
) => GetsAndQueries,
|
||||
fireEvent: {|
|
||||
(element: HTMLElement, event: Event): void,
|
||||
|
||||
copy: FireEvent<Event$Init>,
|
||||
cut: FireEvent<Event$Init>,
|
||||
paste: FireEvent<Event$Init>,
|
||||
compositionEnd: FireEvent<Event$Init>,
|
||||
compositionStart: FireEvent<Event$Init>,
|
||||
compositionUpdate: FireEvent<Event$Init>,
|
||||
keyDown: FireEvent<Event$Init>,
|
||||
keyPress: FireEvent<Event$Init>,
|
||||
keyUp: FireEvent<Event$Init>,
|
||||
focus: FireEvent<Event$Init>,
|
||||
blur: FireEvent<Event$Init>,
|
||||
change: FireEvent<Event$Init>,
|
||||
input: FireEvent<Event$Init>,
|
||||
invalid: FireEvent<Event$Init>,
|
||||
submit: FireEvent<Event$Init>,
|
||||
click: FireEvent<MouseEvent$MouseEventInit>,
|
||||
contextMenu: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dblClick: FireEvent<MouseEvent$MouseEventInit>,
|
||||
doubleClick: FireEvent<MouseEvent$MouseEventInit>,
|
||||
drag: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragEnd: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragEnter: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragExit: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragLeave: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragOver: FireEvent<MouseEvent$MouseEventInit>,
|
||||
dragStart: FireEvent<MouseEvent$MouseEventInit>,
|
||||
drop: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseDown: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseEnter: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseLeave: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseMove: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseOut: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseOver: FireEvent<MouseEvent$MouseEventInit>,
|
||||
mouseUp: FireEvent<MouseEvent$MouseEventInit>,
|
||||
select: FireEvent<Event$Init>,
|
||||
touchCancel: FireEvent<Event$Init>,
|
||||
touchEnd: FireEvent<Event$Init>,
|
||||
touchMove: FireEvent<Event$Init>,
|
||||
touchStart: FireEvent<Event$Init>,
|
||||
scroll: FireEvent<Event$Init>,
|
||||
wheel: FireEvent<MouseEvent$MouseEventInit>,
|
||||
abort: FireEvent<Event$Init>,
|
||||
canPlay: FireEvent<Event$Init>,
|
||||
canPlayThrough: FireEvent<Event$Init>,
|
||||
durationChange: FireEvent<Event$Init>,
|
||||
emptied: FireEvent<Event$Init>,
|
||||
encrypted: FireEvent<Event$Init>,
|
||||
ended: FireEvent<Event$Init>,
|
||||
loadedData: FireEvent<Event$Init>,
|
||||
loadedMetadata: FireEvent<Event$Init>,
|
||||
loadStart: FireEvent<Event$Init>,
|
||||
pause: FireEvent<Event$Init>,
|
||||
play: FireEvent<Event$Init>,
|
||||
playing: FireEvent<Event$Init>,
|
||||
progress: FireEvent<Event$Init>,
|
||||
rateChange: FireEvent<Event$Init>,
|
||||
seeked: FireEvent<Event$Init>,
|
||||
seeking: FireEvent<Event$Init>,
|
||||
stalled: FireEvent<Event$Init>,
|
||||
suspend: FireEvent<Event$Init>,
|
||||
timeUpdate: FireEvent<Event$Init>,
|
||||
volumeChange: FireEvent<Event$Init>,
|
||||
waiting: FireEvent<Event$Init>,
|
||||
load: FireEvent<Event$Init>,
|
||||
error: FireEvent<Event$Init>,
|
||||
animationStart: FireEvent<Event$Init>,
|
||||
animationEnd: FireEvent<Event$Init>,
|
||||
animationIteration: FireEvent<Event$Init>,
|
||||
transitionEnd: FireEvent<Event$Init>,
|
||||
|},
|
||||
// dom-testing-library re-exports
|
||||
queryByTestId: (
|
||||
container: HTMLElement,
|
||||
id: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement,
|
||||
getByTestId: (
|
||||
container: HTMLElement,
|
||||
id: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => HTMLElement,
|
||||
queryByText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement,
|
||||
getByText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: { selector?: string, ... } & TextMatchOptions
|
||||
) => HTMLElement,
|
||||
queryByPlaceholderText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement,
|
||||
getByPlaceholderText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => HTMLElement,
|
||||
queryByLabelText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement,
|
||||
getByLabelText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: { selector?: string, ... } & TextMatchOptions
|
||||
) => HTMLElement,
|
||||
queryByAltText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => ?HTMLElement,
|
||||
getByAltText: (
|
||||
container: HTMLElement,
|
||||
text: TextMatch,
|
||||
options?: TextMatchOptions
|
||||
) => HTMLElement,
|
||||
...
|
||||
};
|
||||
}
|
|
@ -0,0 +1,97 @@
|
|||
// flow-typed signature: ee010e9c75b42bfb961c1c5c4ee4160f
|
||||
// flow-typed version: <<STUB>>/@toruslabs/torus-embed_v0.2.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@toruslabs/torus-embed'
|
||||
*
|
||||
* 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 '@toruslabs/torus-embed' {
|
||||
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 '@toruslabs/torus-embed/dist/config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/createErrorMiddleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/createTransformEthAddressMiddleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/embed' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/embedUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/inpage-provider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/stream-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/dist/utils/httpHelpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@toruslabs/torus-embed/public' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@toruslabs/torus-embed/dist/config.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/config'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/createErrorMiddleware.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/createErrorMiddleware'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/createTransformEthAddressMiddleware.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/createTransformEthAddressMiddleware'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/embed.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/embed'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/embedUtils.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/embedUtils'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/inpage-provider.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/inpage-provider'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/stream-utils.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/stream-utils'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/dist/utils/httpHelpers.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/utils/httpHelpers'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/index' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/index.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/public/index' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/public'>;
|
||||
}
|
||||
declare module '@toruslabs/torus-embed/public/index.js' {
|
||||
declare module.exports: $Exports<'@toruslabs/torus-embed/public'>;
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
// flow-typed signature: 3eaa4e89310de6b5c376039de7790cff
|
||||
// flow-typed version: <<STUB>>/@walletconnect/web3-provider_v^1.0.0-beta.37/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@walletconnect/web3-provider'
|
||||
*
|
||||
* 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 '@walletconnect/web3-provider' {
|
||||
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 '@walletconnect/web3-provider/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@walletconnect/web3-provider/src/http' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@walletconnect/web3-provider/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@walletconnect/web3-provider/lib/index' {
|
||||
declare module.exports: $Exports<'@walletconnect/web3-provider/lib'>;
|
||||
}
|
||||
declare module '@walletconnect/web3-provider/lib/index.js' {
|
||||
declare module.exports: $Exports<'@walletconnect/web3-provider/lib'>;
|
||||
}
|
||||
declare module '@walletconnect/web3-provider/src/http.js' {
|
||||
declare module.exports: $Exports<'@walletconnect/web3-provider/src/http'>;
|
||||
}
|
||||
declare module '@walletconnect/web3-provider/src/index' {
|
||||
declare module.exports: $Exports<'@walletconnect/web3-provider/src'>;
|
||||
}
|
||||
declare module '@walletconnect/web3-provider/src/index.js' {
|
||||
declare module.exports: $Exports<'@walletconnect/web3-provider/src'>;
|
||||
}
|
|
@ -0,0 +1,217 @@
|
|||
// flow-typed signature: 1dcae8f2428dbf43f98138c8c527a4c8
|
||||
// flow-typed version: <<STUB>>/@welldone-software/why-did-you-render_v3.3.9/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* '@welldone-software/why-did-you-render'
|
||||
*
|
||||
* 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 '@welldone-software/why-did-you-render' {
|
||||
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 '@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/esm/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/esm/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/umd/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/dist/umd/whyDidYouRender.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/calculateDeepEqualDiffs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/consts' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/defaultNotifier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/findObjectsDifferences' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/getDisplayName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/getUpdateInfo' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/normalizeOptions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchClassComponent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchForwardRefComponent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchFunctionalOrStrComponent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchMemoComponent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/shouldTrack' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module '@welldone-software/why-did-you-render/src/whyDidYouRender' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module '@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/cjs/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/esm/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/esm/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/esm/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/esm/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/cjs/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/esm/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/no-classes-transpile/umd/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/umd/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/umd/whyDidYouRender'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/dist/umd/whyDidYouRender.min.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/dist/umd/whyDidYouRender.min'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/calculateDeepEqualDiffs.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/calculateDeepEqualDiffs'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/consts.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/consts'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/defaultNotifier.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/defaultNotifier'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/findObjectsDifferences.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/findObjectsDifferences'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/getDisplayName.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/getDisplayName'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/getUpdateInfo.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/getUpdateInfo'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/index' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/index.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/normalizeOptions.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/normalizeOptions'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchClassComponent.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/patches/patchClassComponent'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchForwardRefComponent.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/patches/patchForwardRefComponent'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchFunctionalOrStrComponent.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/patches/patchFunctionalOrStrComponent'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/patches/patchMemoComponent.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/patches/patchMemoComponent'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/shouldTrack.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/shouldTrack'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/utils.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/utils'>;
|
||||
}
|
||||
declare module '@welldone-software/why-did-you-render/src/whyDidYouRender.js' {
|
||||
declare module.exports: $Exports<'@welldone-software/why-did-you-render/src/whyDidYouRender'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: be9452be1f593a2f1148fb212370898c
|
||||
// flow-typed version: <<STUB>>/autoprefixer_v^8.1.0/flow_v0.66.0
|
||||
// flow-typed signature: cae711a84a8bc4c92c63880dc64fbd1e
|
||||
// flow-typed version: <<STUB>>/autoprefixer_v9.7.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -66,6 +66,14 @@ declare module 'autoprefixer/lib/hacks/appearance' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/backdrop-filter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/background-clip' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/background-size' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -86,6 +94,10 @@ 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;
|
||||
}
|
||||
|
@ -210,6 +222,10 @@ declare module 'autoprefixer/lib/hacks/mask-border' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/mask-composite' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/order' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -222,10 +238,18 @@ declare module 'autoprefixer/lib/hacks/pixelated' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/place-self' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/placeholder' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration-skip-ink' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -238,6 +262,10 @@ declare module 'autoprefixer/lib/hacks/transform-decl' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/user-select' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'autoprefixer/lib/hacks/writing-mode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -324,6 +352,12 @@ declare module 'autoprefixer/lib/hacks/animation.js' {
|
|||
declare module 'autoprefixer/lib/hacks/appearance.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/appearance'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/backdrop-filter.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/backdrop-filter'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/background-clip.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/background-clip'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/background-size.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/background-size'>;
|
||||
}
|
||||
|
@ -339,6 +373,9 @@ declare module 'autoprefixer/lib/hacks/border-radius.js' {
|
|||
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'>;
|
||||
}
|
||||
|
@ -432,6 +469,9 @@ declare module 'autoprefixer/lib/hacks/justify-content.js' {
|
|||
declare module 'autoprefixer/lib/hacks/mask-border.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/mask-border'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/mask-composite.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/mask-composite'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/order.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/order'>;
|
||||
}
|
||||
|
@ -441,9 +481,15 @@ declare module 'autoprefixer/lib/hacks/overscroll-behavior.js' {
|
|||
declare module 'autoprefixer/lib/hacks/pixelated.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/pixelated'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/place-self.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/place-self'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/placeholder.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/placeholder'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration-skip-ink.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-decoration-skip-ink'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/text-decoration.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/text-decoration'>;
|
||||
}
|
||||
|
@ -453,6 +499,9 @@ declare module 'autoprefixer/lib/hacks/text-emphasis-position.js' {
|
|||
declare module 'autoprefixer/lib/hacks/transform-decl.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/transform-decl'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/user-select.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/user-select'>;
|
||||
}
|
||||
declare module 'autoprefixer/lib/hacks/writing-mode.js' {
|
||||
declare module.exports: $Exports<'autoprefixer/lib/hacks/writing-mode'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,219 @@
|
|||
// flow-typed signature: 32c105e3630f5f2e3a8f6b779d7821e5
|
||||
// flow-typed version: 358ad43cd9/axios_v0.19.x/flow_>=v0.80.x
|
||||
|
||||
declare module 'axios' {
|
||||
import type { Agent as HttpAgent } from 'http';
|
||||
import type { Agent as HttpsAgent } from 'https';
|
||||
|
||||
declare type AxiosTransformer<T> = (
|
||||
data: T,
|
||||
headers?: { [key: string]: any }
|
||||
) => any;
|
||||
|
||||
declare type ProxyConfig = {|
|
||||
host: string,
|
||||
port: number,
|
||||
auth?: {
|
||||
username: string,
|
||||
password: string,
|
||||
},
|
||||
protocol?: string,
|
||||
|};
|
||||
|
||||
declare class Cancel {
|
||||
constructor(message?: string): Cancel;
|
||||
message: string;
|
||||
}
|
||||
|
||||
declare type Canceler = (message?: string) => void;
|
||||
|
||||
declare type CancelTokenSource = {|
|
||||
token: CancelToken,
|
||||
cancel: Canceler,
|
||||
|};
|
||||
|
||||
declare class CancelToken {
|
||||
constructor(executor: (cancel: Canceler) => void): void;
|
||||
static source(): CancelTokenSource;
|
||||
promise: Promise<Cancel>;
|
||||
reason?: Cancel;
|
||||
throwIfRequested(): void;
|
||||
}
|
||||
|
||||
declare type Method =
|
||||
| 'get'
|
||||
| 'GET'
|
||||
| 'delete'
|
||||
| 'DELETE'
|
||||
| 'head'
|
||||
| 'HEAD'
|
||||
| 'options'
|
||||
| 'OPTIONS'
|
||||
| 'post'
|
||||
| 'POST'
|
||||
| 'put'
|
||||
| 'PUT'
|
||||
| 'patch'
|
||||
| 'PATCH';
|
||||
|
||||
declare type ResponseType =
|
||||
| 'arraybuffer'
|
||||
| 'blob'
|
||||
| 'document'
|
||||
| 'json'
|
||||
| 'text'
|
||||
| 'stream';
|
||||
|
||||
declare type AxiosAdapter = (
|
||||
config: AxiosXHRConfig<any>
|
||||
) => Promise<AxiosXHR<any>>;
|
||||
|
||||
declare type AxiosXHRConfigBase<T, R = T> = {
|
||||
adapter?: AxiosAdapter,
|
||||
auth?: {
|
||||
username: string,
|
||||
password: string,
|
||||
},
|
||||
baseURL?: string,
|
||||
cancelToken?: CancelToken,
|
||||
headers?: { [key: string]: any },
|
||||
httpAgent?: HttpAgent,
|
||||
httpsAgent?: HttpsAgent,
|
||||
maxContentLength?: number,
|
||||
maxRedirects?: number,
|
||||
socketPath?: string | null,
|
||||
params?: { [key: string]: any },
|
||||
paramsSerializer?: (params: { [key: string]: any }) => string,
|
||||
onUploadProgress?: (progressEvent: ProgressEvent) => void,
|
||||
onDownloadProgress?: (progressEvent: ProgressEvent) => void,
|
||||
proxy?: ProxyConfig | false,
|
||||
responseType?: ResponseType,
|
||||
timeout?: number,
|
||||
transformRequest?: AxiosTransformer<T> | Array<AxiosTransformer<T>>,
|
||||
transformResponse?: AxiosTransformer<R> | Array<AxiosTransformer<R>>,
|
||||
validateStatus?: (status: number) => boolean,
|
||||
withCredentials?: boolean,
|
||||
xsrfCookieName?: string,
|
||||
xsrfHeaderName?: string,
|
||||
};
|
||||
|
||||
declare type AxiosXHRConfig<T, R = T> = {|
|
||||
...$Exact<AxiosXHRConfigBase<T, R>>,
|
||||
data?: T,
|
||||
method?: Method,
|
||||
url: string,
|
||||
|};
|
||||
|
||||
declare type AxiosXHRConfigShape<T, R = T> = $Shape<AxiosXHRConfig<T, R>>;
|
||||
|
||||
declare type AxiosXHR<T, R = T> = {
|
||||
config: AxiosXHRConfig<T, R>,
|
||||
data: R,
|
||||
headers: ?{ [key: string]: any },
|
||||
status: number,
|
||||
statusText: string,
|
||||
request: http$ClientRequest<> | XMLHttpRequest | mixed,
|
||||
};
|
||||
|
||||
declare type AxiosInterceptorIdent = number;
|
||||
|
||||
declare type AxiosRequestInterceptor<T, R = T> = {|
|
||||
use(
|
||||
onFulfilled: ?(
|
||||
response: AxiosXHRConfig<T, R>
|
||||
) => Promise<AxiosXHRConfig<mixed>> | AxiosXHRConfig<mixed>,
|
||||
onRejected: ?(error: mixed) => mixed
|
||||
): AxiosInterceptorIdent,
|
||||
eject(ident: AxiosInterceptorIdent): void,
|
||||
|};
|
||||
|
||||
declare type AxiosResponseInterceptor<T, R = T> = {|
|
||||
use(
|
||||
onFulfilled: ?(response: AxiosXHR<T, R>) => mixed,
|
||||
onRejected: ?(error: mixed) => mixed
|
||||
): AxiosInterceptorIdent,
|
||||
eject(ident: AxiosInterceptorIdent): void,
|
||||
|};
|
||||
|
||||
declare type AxiosPromise<T, R = T> = Promise<AxiosXHR<T, R>>;
|
||||
|
||||
declare class Axios {
|
||||
<T, R>(
|
||||
config: AxiosXHRConfig<T, R> | string,
|
||||
config?: AxiosXHRConfigShape<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
constructor<T, R>(config?: AxiosXHRConfigBase<T, R>): void;
|
||||
request<T, R>(
|
||||
config: AxiosXHRConfig<T, R> | string,
|
||||
config?: AxiosXHRConfigShape<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
delete<R>(
|
||||
url: string,
|
||||
config?: AxiosXHRConfigBase<mixed, R>
|
||||
): AxiosPromise<mixed, R>;
|
||||
get<R>(
|
||||
url: string,
|
||||
config?: AxiosXHRConfigBase<mixed, R>
|
||||
): AxiosPromise<mixed, R>;
|
||||
head<R>(
|
||||
url: string,
|
||||
config?: AxiosXHRConfigBase<mixed, R>
|
||||
): AxiosPromise<mixed, R>;
|
||||
post<T, R>(
|
||||
url: string,
|
||||
data?: T,
|
||||
config?: AxiosXHRConfigBase<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
put<T, R>(
|
||||
url: string,
|
||||
data?: T,
|
||||
config?: AxiosXHRConfigBase<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
patch<T, R>(
|
||||
url: string,
|
||||
data?: T,
|
||||
config?: AxiosXHRConfigBase<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
interceptors: {
|
||||
request: AxiosRequestInterceptor<mixed>,
|
||||
response: AxiosResponseInterceptor<mixed>,
|
||||
};
|
||||
defaults: {|
|
||||
...$Exact<AxiosXHRConfigBase<mixed>>,
|
||||
headers: { [key: string]: any },
|
||||
|};
|
||||
getUri<T, R>(config?: AxiosXHRConfig<T, R>): string;
|
||||
}
|
||||
|
||||
declare class AxiosError<T, R = T> extends Error {
|
||||
config: AxiosXHRConfig<T, R>;
|
||||
request?: http$ClientRequest<> | XMLHttpRequest;
|
||||
response?: AxiosXHR<T, R>;
|
||||
code?: string;
|
||||
isAxiosError: boolean;
|
||||
}
|
||||
|
||||
declare interface AxiosExport extends Axios {
|
||||
<T, R>(
|
||||
config: AxiosXHRConfig<T, R> | string,
|
||||
config?: AxiosXHRConfigShape<T, R>
|
||||
): AxiosPromise<T, R>;
|
||||
Axios: typeof Axios;
|
||||
Cancel: typeof Cancel;
|
||||
CancelToken: typeof CancelToken;
|
||||
isCancel(value: any): boolean;
|
||||
create(config?: AxiosXHRConfigBase<any>): Axios;
|
||||
all: typeof Promise.all;
|
||||
spread<T, R>(callback: (...args: T) => R): (array: T) => R;
|
||||
}
|
||||
|
||||
declare type $AxiosXHRConfigBase<T, R = T> = AxiosXHRConfigBase<T, R>;
|
||||
|
||||
declare type $AxiosXHRConfig<T, R = T> = AxiosXHRConfig<T, R>;
|
||||
|
||||
declare type $AxiosXHR<T, R = T> = AxiosXHR<T, R>;
|
||||
|
||||
declare type $AxiosError<T, R = T> = AxiosError<T, R>;
|
||||
|
||||
declare module.exports: AxiosExport;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 7dae3af86a5f29658957ec6dd675f131
|
||||
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.66.0
|
||||
// flow-typed signature: 850766ea767253b9e905a156cf75c3cc
|
||||
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: fd24127108857b4ae2691098e95c7678
|
||||
// flow-typed version: <<STUB>>/babel-eslint_v8/flow_v0.66.0
|
||||
// flow-typed signature: e3cee9dfee0ad0c03de73fcff4acd4c2
|
||||
// flow-typed version: <<STUB>>/babel-eslint_v10.0.3/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -38,7 +38,7 @@ declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/index' {
|
||||
declare module 'babel-eslint/lib/babylon-to-espree' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -54,11 +54,7 @@ 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 'babel-eslint/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -70,7 +66,7 @@ declare module 'babel-eslint/lib/parse' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-eslint/lib/patch-eslint-scope' {
|
||||
declare module 'babel-eslint/lib/require-from-eslint' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -91,8 +87,11 @@ declare module 'babel-eslint/lib/babylon-to-espree/convertComments.js' {
|
|||
declare module 'babel-eslint/lib/babylon-to-espree/convertTemplateType.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/convertTemplateType'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/index' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/index.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/index'>;
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/babylon-to-espree/toAST.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/babylon-to-espree/toAST'>;
|
||||
|
@ -103,11 +102,11 @@ declare module 'babel-eslint/lib/babylon-to-espree/toToken.js' {
|
|||
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/index' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/parse-with-patch.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/parse-with-patch'>;
|
||||
declare module 'babel-eslint/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/parse-with-scope.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/parse-with-scope'>;
|
||||
|
@ -115,8 +114,8 @@ declare module 'babel-eslint/lib/parse-with-scope.js' {
|
|||
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/require-from-eslint.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/require-from-eslint'>;
|
||||
}
|
||||
declare module 'babel-eslint/lib/visitor-keys.js' {
|
||||
declare module.exports: $Exports<'babel-eslint/lib/visitor-keys'>;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 28e21cd69ea80cb16ce55bf99f590519
|
||||
// flow-typed version: <<STUB>>/babel-jest_v^22.4.1/flow_v0.66.0
|
||||
// flow-typed signature: ad623e8f15f453902fa325fbb391788f
|
||||
// flow-typed version: <<STUB>>/babel-jest_v24.9.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module 'babel-jest' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'babel-jest/build/index' {
|
||||
declare module 'babel-jest/build' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-jest/build/index.js' {
|
||||
declare module.exports: $Exports<'babel-jest/build/index'>;
|
||||
declare module 'babel-jest/build/index' {
|
||||
declare module.exports: $Exports<'babel-jest/build'>;
|
||||
}
|
||||
declare module 'babel-jest/build/index.js' {
|
||||
declare module.exports: $Exports<'babel-jest/build'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: d8f8afedb19b5b1272a22bfa78fb62b8
|
||||
// flow-typed version: <<STUB>>/babel-loader_v^8.0.0-beta.0/flow_v0.66.0
|
||||
// flow-typed signature: f0757b6993e2b927ca395dd3cc265609
|
||||
// flow-typed version: <<STUB>>/babel-loader_v8.0.6/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,15 +26,15 @@ 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 'babel-loader/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-loader/lib/injectCaller' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -42,40 +42,22 @@ 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' {
|
||||
declare module.exports: $Exports<'babel-loader/lib'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/index'>;
|
||||
declare module.exports: $Exports<'babel-loader/lib'>;
|
||||
}
|
||||
declare module 'babel-loader/lib/injectCaller.js' {
|
||||
declare module.exports: $Exports<'babel-loader/lib/injectCaller'>;
|
||||
}
|
||||
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,5 +1,5 @@
|
|||
// flow-typed signature: 4f035977b728b8f099957c29ba25421d
|
||||
// flow-typed version: <<STUB>>/babel-plugin-dynamic-import-node_v^1.2.0/flow_v0.66.0
|
||||
// flow-typed signature: ff7bbe09c04f48039ca543aef0702696
|
||||
// flow-typed version: <<STUB>>/babel-plugin-dynamic-import-node_v^2.3.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,28 @@ declare module 'babel-plugin-dynamic-import-node' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/index' {
|
||||
declare module 'babel-plugin-dynamic-import-node/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'babel-plugin-dynamic-import-node/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-dynamic-import-node/lib/index'>;
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/index' {
|
||||
declare module.exports: $Exports<'babel-plugin-dynamic-import-node/lib'>;
|
||||
}
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-dynamic-import-node/lib'>;
|
||||
}
|
||||
declare module 'babel-plugin-dynamic-import-node/lib/utils.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-dynamic-import-node/lib/utils'>;
|
||||
}
|
||||
declare module 'babel-plugin-dynamic-import-node/utils.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-dynamic-import-node/utils'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 93b8304e7367bd06d471569ba89db6c6
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-member-expression-literals_v^6.22.0/flow_v0.66.0
|
||||
// flow-typed signature: 91d0ca7223e9ba3612856a29394dbc6f
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-member-expression-literals_v^6.22.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module 'babel-plugin-transform-es3-member-expression-literals' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'babel-plugin-transform-es3-member-expression-literals/lib/index' {
|
||||
declare module 'babel-plugin-transform-es3-member-expression-literals/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-es3-member-expression-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-member-expression-literals/lib/index'>;
|
||||
declare module 'babel-plugin-transform-es3-member-expression-literals/lib/index' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-member-expression-literals/lib'>;
|
||||
}
|
||||
declare module 'babel-plugin-transform-es3-member-expression-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-member-expression-literals/lib'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: cfe4b449906f9a0e5286d2bd20ee91e3
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-property-literals_v^6.22.0/flow_v0.66.0
|
||||
// flow-typed signature: ade8f6729fc5b109296672ffbde6db97
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-property-literals_v^6.22.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,14 @@ declare module 'babel-plugin-transform-es3-property-literals' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'babel-plugin-transform-es3-property-literals/lib/index' {
|
||||
declare module 'babel-plugin-transform-es3-property-literals/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-es3-property-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-property-literals/lib/index'>;
|
||||
declare module 'babel-plugin-transform-es3-property-literals/lib/index' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-property-literals/lib'>;
|
||||
}
|
||||
declare module 'babel-plugin-transform-es3-property-literals/lib/index.js' {
|
||||
declare module.exports: $Exports<'babel-plugin-transform-es3-property-literals/lib'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
// flow-typed signature: 29a6ec8f7f4b42ab84093c5f7b57d5fd
|
||||
// flow-typed version: c6154227d1/babel-polyfill_v6.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module 'babel-polyfill' {}
|
|
@ -0,0 +1,39 @@
|
|||
// flow-typed signature: 6ddbf74d89dbbc81cf7dc4f89c048f14
|
||||
// flow-typed version: <<STUB>>/bignumber.js_v9.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'bignumber.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 'bignumber.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 'bignumber.js/bignumber' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'bignumber.js/bignumber.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'bignumber.js/bignumber.js' {
|
||||
declare module.exports: $Exports<'bignumber.js/bignumber'>;
|
||||
}
|
||||
declare module 'bignumber.js/bignumber.min.js' {
|
||||
declare module.exports: $Exports<'bignumber.js/bignumber.min'>;
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
// flow-typed signature: cf86673cc32d185bdab1d2ea90578d37
|
||||
// flow-typed version: 614bf49aa8/classnames_v2.x.x/flow_>=v0.25.x
|
||||
// flow-typed signature: a00cf41b09af4862583460529d5cfcb9
|
||||
// flow-typed version: c6154227d1/classnames_v2.x.x/flow_>=v0.104.x
|
||||
|
||||
type $npm$classnames$Classes =
|
||||
| string
|
||||
| { [className: string]: * }
|
||||
| { [className: string]: *, ... }
|
||||
| false
|
||||
| void
|
||||
| null;
|
||||
|
|
|
@ -0,0 +1,266 @@
|
|||
// flow-typed signature: 9c66b70c7a47b5b7f0a6c2ef57e96430
|
||||
// flow-typed version: <<STUB>>/connected-react-router_v6.6.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'connected-react-router'
|
||||
*
|
||||
* 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 'connected-react-router' {
|
||||
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 'connected-react-router/esm/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/ConnectedRouter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/reducer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/seamless-immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/selectors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/structure/immutable/getIn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/structure/immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/structure/plain/getIn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/structure/plain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/esm/structure/seamless-immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/ConnectedRouter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/reducer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/seamless-immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/selectors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/structure/immutable/getIn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/structure/immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/structure/plain/getIn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/structure/plain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/lib/structure/seamless-immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/seamless-immutable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/umd/ConnectedReactRouter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/umd/ConnectedReactRouter.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'connected-react-router/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'connected-react-router/esm/actions.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/actions'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/ConnectedRouter.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/ConnectedRouter'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/middleware.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/middleware'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/reducer.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/reducer'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/seamless-immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/selectors.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/selectors'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/immutable/getIn.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/immutable/getIn'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/immutable/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/immutable/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/plain/getIn.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/plain/getIn'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/plain/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/plain'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/plain/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/plain'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/seamless-immutable/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/esm/structure/seamless-immutable/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/esm/structure/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/actions.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/actions'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/ConnectedRouter.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/ConnectedRouter'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/middleware.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/middleware'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/reducer.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/reducer'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/seamless-immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/selectors.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/selectors'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/immutable/getIn.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/immutable/getIn'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/immutable/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/immutable/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/plain/getIn.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/plain/getIn'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/plain/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/plain'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/plain/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/plain'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/seamless-immutable/index' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/lib/structure/seamless-immutable/index.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/lib/structure/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/seamless-immutable.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/seamless-immutable'>;
|
||||
}
|
||||
declare module 'connected-react-router/umd/ConnectedReactRouter.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/umd/ConnectedReactRouter'>;
|
||||
}
|
||||
declare module 'connected-react-router/umd/ConnectedReactRouter.min.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/umd/ConnectedReactRouter.min'>;
|
||||
}
|
||||
declare module 'connected-react-router/webpack.config.js' {
|
||||
declare module.exports: $Exports<'connected-react-router/webpack.config'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: d60c3b682ae42af8008d275fcbf75fdf
|
||||
// flow-typed version: <<STUB>>/css-loader_v^0.28.10/flow_v0.66.0
|
||||
// flow-typed signature: 8be125d440f53f0f0072f775299d8eb4
|
||||
// flow-typed version: <<STUB>>/css-loader_v3.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,80 +22,87 @@ declare module 'css-loader' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'css-loader/lib/compile-exports' {
|
||||
declare module 'css-loader/dist/cjs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/createResolver' {
|
||||
declare module 'css-loader/dist/CssSyntaxError' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/css-base' {
|
||||
declare module 'css-loader/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/getImportPrefix' {
|
||||
declare module 'css-loader/dist/plugins' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/getLocalIdent' {
|
||||
declare module 'css-loader/dist/plugins/postcss-icss-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/loader' {
|
||||
declare module 'css-loader/dist/plugins/postcss-import-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/localsLoader' {
|
||||
declare module 'css-loader/dist/plugins/postcss-url-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/processCss' {
|
||||
declare module 'css-loader/dist/runtime/api' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/lib/url/escape' {
|
||||
declare module 'css-loader/dist/runtime/getUrl' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/locals' {
|
||||
declare module 'css-loader/dist/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'css-loader/dist/Warning' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'css-loader/index' {
|
||||
declare module.exports: $Exports<'css-loader'>;
|
||||
declare module 'css-loader/dist/cjs.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/cjs'>;
|
||||
}
|
||||
declare module 'css-loader/index.js' {
|
||||
declare module.exports: $Exports<'css-loader'>;
|
||||
declare module 'css-loader/dist/CssSyntaxError.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/CssSyntaxError'>;
|
||||
}
|
||||
declare module 'css-loader/lib/compile-exports.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/compile-exports'>;
|
||||
declare module 'css-loader/dist/index' {
|
||||
declare module.exports: $Exports<'css-loader/dist'>;
|
||||
}
|
||||
declare module 'css-loader/lib/createResolver.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/createResolver'>;
|
||||
declare module 'css-loader/dist/index.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist'>;
|
||||
}
|
||||
declare module 'css-loader/lib/css-base.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/css-base'>;
|
||||
declare module 'css-loader/dist/plugins/index' {
|
||||
declare module.exports: $Exports<'css-loader/dist/plugins'>;
|
||||
}
|
||||
declare module 'css-loader/lib/getImportPrefix.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/getImportPrefix'>;
|
||||
declare module 'css-loader/dist/plugins/index.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/plugins'>;
|
||||
}
|
||||
declare module 'css-loader/lib/getLocalIdent.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/getLocalIdent'>;
|
||||
declare module 'css-loader/dist/plugins/postcss-icss-parser.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/plugins/postcss-icss-parser'>;
|
||||
}
|
||||
declare module 'css-loader/lib/loader.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/loader'>;
|
||||
declare module 'css-loader/dist/plugins/postcss-import-parser.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/plugins/postcss-import-parser'>;
|
||||
}
|
||||
declare module 'css-loader/lib/localsLoader.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/localsLoader'>;
|
||||
declare module 'css-loader/dist/plugins/postcss-url-parser.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/plugins/postcss-url-parser'>;
|
||||
}
|
||||
declare module 'css-loader/lib/processCss.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/processCss'>;
|
||||
declare module 'css-loader/dist/runtime/api.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/runtime/api'>;
|
||||
}
|
||||
declare module 'css-loader/lib/url/escape.js' {
|
||||
declare module.exports: $Exports<'css-loader/lib/url/escape'>;
|
||||
declare module 'css-loader/dist/runtime/getUrl.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/runtime/getUrl'>;
|
||||
}
|
||||
declare module 'css-loader/locals.js' {
|
||||
declare module.exports: $Exports<'css-loader/locals'>;
|
||||
declare module 'css-loader/dist/utils.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/utils'>;
|
||||
}
|
||||
declare module 'css-loader/dist/Warning.js' {
|
||||
declare module.exports: $Exports<'css-loader/dist/Warning'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: b3229f7916feec74fceb17c05b1f8a38
|
||||
// flow-typed version: <<STUB>>/detect-port_v^1.2.2/flow_v0.66.0
|
||||
// flow-typed signature: fe4bb27a8d38d849f6ed1f5ae57e7c94
|
||||
// flow-typed version: <<STUB>>/detect-port_v^1.3.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: c70219a3ab7cdd9bde1014fe89a534bf
|
||||
// flow-typed version: <<STUB>>/eslint-config-airbnb_v^16.1.0/flow_v0.66.0
|
||||
// flow-typed signature: 4bf87240ce2c8dc65ac75db092f91e80
|
||||
// flow-typed version: <<STUB>>/eslint-config-airbnb_v18.0.1/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,6 +26,10 @@ declare module 'eslint-config-airbnb/base' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/hooks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/legacy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -34,10 +38,18 @@ declare module 'eslint-config-airbnb/rules/react-a11y' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/rules/react-hooks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/rules/react' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/test/requires' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/test/test-base' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -46,10 +58,17 @@ declare module 'eslint-config-airbnb/test/test-react-order' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-config-airbnb/whitespace' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-config-airbnb/base.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/base'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/hooks.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/hooks'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/index' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb'>;
|
||||
}
|
||||
|
@ -62,12 +81,21 @@ declare module 'eslint-config-airbnb/legacy.js' {
|
|||
declare module 'eslint-config-airbnb/rules/react-a11y.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/rules/react-a11y'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/rules/react-hooks.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/rules/react-hooks'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/rules/react.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/rules/react'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/test/requires.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/test/requires'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/test/test-base.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/test/test-base'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/test/test-react-order.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/test/test-react-order'>;
|
||||
}
|
||||
declare module 'eslint-config-airbnb/whitespace.js' {
|
||||
declare module.exports: $Exports<'eslint-config-airbnb/whitespace'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: b3aaa37c978f277238be1303f7e33245
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.46.1/flow_v0.66.0
|
||||
// flow-typed signature: 2f15ad8d039675ec3e75a5d7ba03b205
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v4.4.1/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,11 +22,47 @@ declare module 'eslint-plugin-flowtype' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'eslint-plugin-flowtype/bin/readmeAssertions' {
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/addAssertions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/index' {
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkDocs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkTests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/utilities' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrowParens' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -62,6 +98,10 @@ declare module 'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMixed' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -86,14 +126,30 @@ declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireCompoundTypeAlias' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireExactType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireIndexerName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireInexactType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReadonlyReactProps' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -130,6 +186,10 @@ declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spreadExactType' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -154,7 +214,11 @@ declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypic
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index' {
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateVariables' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -202,7 +266,7 @@ declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index' {
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -227,11 +291,44 @@ declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers' {
|
|||
}
|
||||
|
||||
// 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/bin/addAssertions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/addAssertions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkDocs.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/checkDocs'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/checkTests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/checkTests'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/bin/utilities.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/bin/utilities'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle/isSimpleType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyle/needWrap'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyleComplexType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrayStyleSimpleType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/arrowParens.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/arrowParens'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/booleanStyle'>;
|
||||
|
@ -257,6 +354,9 @@ declare module 'eslint-plugin-flowtype/dist/rules/noExistentialType.js' {
|
|||
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/noMixed.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMixed'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMutableArray'>;
|
||||
}
|
||||
|
@ -275,12 +375,24 @@ declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes.js' {
|
|||
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/requireCompoundTypeAlias.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireCompoundTypeAlias'>;
|
||||
}
|
||||
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/requireIndexerName.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireIndexerName'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireInexactType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireInexactType'>;
|
||||
}
|
||||
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/requireReadonlyReactProps.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireReadonlyReactProps'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireReturnType'>;
|
||||
}
|
||||
|
@ -308,6 +420,9 @@ declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket.js'
|
|||
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/spreadExactType.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spreadExactType'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions'>;
|
||||
}
|
||||
|
@ -326,8 +441,14 @@ declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeC
|
|||
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/evaluateVariables.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateVariables'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter'>;
|
||||
|
@ -362,8 +483,11 @@ declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens.js' {
|
|||
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' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities'>;
|
||||
}
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFile'>;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 64321e09221e1c285292c6218401b16c
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.9.0/flow_v0.66.0
|
||||
// flow-typed signature: 35d1f5958822a3d21d13ca4846f30840
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-import_v2.18.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -46,6 +46,10 @@ declare module 'eslint-plugin-import/config/stage-0' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/config/typescript' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/config/warnings' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -70,7 +74,7 @@ declare module 'eslint-plugin-import/lib/importDeclaration' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/index' {
|
||||
declare module 'eslint-plugin-import/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -78,6 +82,10 @@ declare module 'eslint-plugin-import/lib/rules/default' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/dynamic-import-chunkname' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/export' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -134,6 +142,10 @@ declare module 'eslint-plugin-import/lib/rules/no-commonjs' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-cycle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-default-export' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -174,6 +186,10 @@ declare module 'eslint-plugin-import/lib/rules/no-named-default' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-named-export' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-namespace' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -182,6 +198,10 @@ declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-relative-parent-imports' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -198,6 +218,10 @@ declare module 'eslint-plugin-import/lib/rules/no-unresolved' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-unused-modules' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/lib/rules/no-useless-path-segments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -218,7 +242,7 @@ declare module 'eslint-plugin-import/lib/rules/unambiguous' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-import/memo-parser/index' {
|
||||
declare module 'eslint-plugin-import/memo-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -241,6 +265,9 @@ declare module 'eslint-plugin-import/config/recommended.js' {
|
|||
declare module 'eslint-plugin-import/config/stage-0.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/config/stage-0'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/config/typescript.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/config/typescript'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/config/warnings.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/config/warnings'>;
|
||||
}
|
||||
|
@ -259,12 +286,18 @@ declare module 'eslint-plugin-import/lib/ExportMap.js' {
|
|||
declare module 'eslint-plugin-import/lib/importDeclaration.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/importDeclaration'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/default.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/default'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/dynamic-import-chunkname.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/dynamic-import-chunkname'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/export.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/export'>;
|
||||
}
|
||||
|
@ -307,6 +340,9 @@ declare module 'eslint-plugin-import/lib/rules/no-anonymous-default-export.js' {
|
|||
declare module 'eslint-plugin-import/lib/rules/no-commonjs.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-commonjs'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-cycle.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-cycle'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-default-export.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-default-export'>;
|
||||
}
|
||||
|
@ -337,12 +373,18 @@ declare module 'eslint-plugin-import/lib/rules/no-named-as-default.js' {
|
|||
declare module 'eslint-plugin-import/lib/rules/no-named-default.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-named-default'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-named-export.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-named-export'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-namespace.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-namespace'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-nodejs-modules'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-relative-parent-imports.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-relative-parent-imports'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-restricted-paths'>;
|
||||
}
|
||||
|
@ -355,6 +397,9 @@ declare module 'eslint-plugin-import/lib/rules/no-unassigned-import.js' {
|
|||
declare module 'eslint-plugin-import/lib/rules/no-unresolved.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-unresolved'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-unused-modules.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-unused-modules'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/lib/rules/no-useless-path-segments.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-useless-path-segments'>;
|
||||
}
|
||||
|
@ -370,6 +415,9 @@ declare module 'eslint-plugin-import/lib/rules/prefer-default-export.js' {
|
|||
declare module 'eslint-plugin-import/lib/rules/unambiguous.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/unambiguous'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/memo-parser/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/memo-parser/index'>;
|
||||
declare module 'eslint-plugin-import/memo-parser/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/memo-parser'>;
|
||||
}
|
||||
declare module 'eslint-plugin-import/memo-parser/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-import/memo-parser'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: d769b476fb315421adc5d162ded812bc
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-jest_v^21.13.0/flow_v0.66.0
|
||||
// flow-typed signature: 100cedf51d108f2e1dda17b3060fa172
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-jest_v23.0.4/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,255 +22,315 @@ declare module 'eslint-plugin-jest' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'eslint-plugin-jest/processors/__tests__/snapshot-processor.test' {
|
||||
declare module 'eslint-plugin-jest/lib/__tests__/rules.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/processors/snapshot-processor' {
|
||||
declare module 'eslint-plugin-jest/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/consistent-test-it.test' {
|
||||
declare module 'eslint-plugin-jest/lib/processors/snapshot-processor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/lowercase-name.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/consistent-test-it' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-disabled-tests.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/expect-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-focused-tests.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/lowercase-name' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-hooks.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-alias-methods' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-identical-title.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-commented-out-tests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-jest-import.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-disabled-tests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-large-snapshots.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-duplicate-hooks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-test-prefixes.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-expect-resolves' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-expect-assertions.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-export' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-be-null.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-focused-tests' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-be-undefined.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-hooks' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-have-length.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-identical-title' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-describe.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-if' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-expect-in-promise.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-jasmine-globals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-expect.test' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-jest-import' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/consistent-test-it' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-large-snapshots' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/lowercase-name' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-mocks-import' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-disabled-tests' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-standalone-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-focused-tests' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-callback' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-hooks' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-prefixes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-identical-title' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-return-statement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-jest-import' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-truthy-falsy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-large-snapshots' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-try-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/no-test-prefixes' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-called-with' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/prefer-expect-assertions' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-expect-assertions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-be-null' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-on-top' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-be-undefined' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-inline-snapshots' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-have-length' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-spy-on' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/util' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-strict-equal' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/valid-describe' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-be-null' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/valid-expect-in-promise' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-be-undefined' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/rules/valid-expect' {
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-contain' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-have-length' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-todo' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/require-to-throw-message' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/require-top-level-describe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-describe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-expect-in-promise' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-title' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-plugin-jest/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest'>;
|
||||
declare module 'eslint-plugin-jest/lib/__tests__/rules.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/__tests__/rules.test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest'>;
|
||||
declare module 'eslint-plugin-jest/lib/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/processors/__tests__/snapshot-processor.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/processors/__tests__/snapshot-processor.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/processors/snapshot-processor.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/processors/snapshot-processor'>;
|
||||
declare module 'eslint-plugin-jest/lib/processors/snapshot-processor.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/processors/snapshot-processor'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/consistent-test-it.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/consistent-test-it.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/consistent-test-it.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/consistent-test-it'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/lowercase-name.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/lowercase-name.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/expect-expect.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/expect-expect'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-disabled-tests.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-disabled-tests.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/lowercase-name.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/lowercase-name'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-focused-tests.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-focused-tests.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-alias-methods.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-alias-methods'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-hooks.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-hooks.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-commented-out-tests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-commented-out-tests'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-identical-title.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-identical-title.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-disabled-tests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-disabled-tests'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-jest-import.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-jest-import.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-duplicate-hooks.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-duplicate-hooks'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-large-snapshots.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-large-snapshots.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-expect-resolves.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-expect-resolves'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/no-test-prefixes.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/no-test-prefixes.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-export.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-export'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-expect-assertions.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/prefer-expect-assertions.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-focused-tests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-focused-tests'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-be-null.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/prefer-to-be-null.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-hooks.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-hooks'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-be-undefined.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/prefer-to-be-undefined.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-identical-title.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-identical-title'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/prefer-to-have-length.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/prefer-to-have-length.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-if.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-if'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-describe.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/valid-describe.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-jasmine-globals.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-jasmine-globals'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-expect-in-promise.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/valid-expect-in-promise.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-jest-import.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-jest-import'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/__tests__/valid-expect.test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/__tests__/valid-expect.test'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-large-snapshots.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-large-snapshots'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/consistent-test-it.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/consistent-test-it'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-mocks-import.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-mocks-import'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/lowercase-name.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/lowercase-name'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-standalone-expect.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-standalone-expect'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-disabled-tests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-disabled-tests'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-callback.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-test-callback'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-focused-tests.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-focused-tests'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-prefixes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-test-prefixes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-hooks.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-hooks'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-test-return-statement.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-test-return-statement'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-identical-title.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-identical-title'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-truthy-falsy.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-truthy-falsy'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-jest-import.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-jest-import'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/no-try-expect.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/no-try-expect'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-large-snapshots.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-large-snapshots'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-called-with.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-called-with'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/no-test-prefixes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/no-test-prefixes'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-expect-assertions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-expect-assertions'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/prefer-expect-assertions.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/prefer-expect-assertions'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-hooks-on-top.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-hooks-on-top'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-be-null.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/prefer-to-be-null'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-inline-snapshots.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-inline-snapshots'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-be-undefined.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/prefer-to-be-undefined'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-spy-on.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-spy-on'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/prefer-to-have-length.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/prefer-to-have-length'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-strict-equal.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-strict-equal'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/util.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/util'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-be-null.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-be-null'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/valid-describe.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/valid-describe'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-be-undefined.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-be-undefined'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/valid-expect-in-promise.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/valid-expect-in-promise'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-contain.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-contain'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/rules/valid-expect.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/rules/valid-expect'>;
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-to-have-length.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-to-have-length'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/prefer-todo.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/prefer-todo'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/require-to-throw-message.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/require-to-throw-message'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/require-top-level-describe.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/require-top-level-describe'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/utils.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/utils'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-describe.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-describe'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-expect-in-promise.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-expect-in-promise'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-expect.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-expect'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jest/lib/rules/valid-title.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jest/lib/rules/valid-title'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 6b4d706a01880aa6905b82e37c680cce
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v^6.0.3/flow_v0.66.0
|
||||
// flow-typed signature: 750f6e196696e952abecdc8e96cd14ee
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v6.2.3/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -42,6 +42,18 @@ declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXExpressionContainerMock' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXSpreadAttributeMock' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXTextMock' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/LiteralMock' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -94,6 +106,10 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/click-events-have-key
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/control-has-associated-label-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/heading-has-content-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -114,6 +130,10 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/interactive-supports-
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-associated-control-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-for-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -190,6 +210,18 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/attributesComparator-t
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getComputedRole-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getExplicitRole-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getImplicitRole-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getSuggestion-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -218,6 +250,14 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isAbstractRole-test' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isDisabledElement-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isDOMElement-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isInteractiveElement-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -234,6 +274,22 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isNonInteractiveRole-t
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isNonLiteralProperty-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isSemanticRoleElement-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/mayContainChildComponent-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/mayHaveAccessibleLabel-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/parserOptionsMapper-test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -242,7 +298,7 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/schemas-test' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/index' {
|
||||
declare module 'eslint-plugin-jsx-a11y/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -286,6 +342,10 @@ declare module 'eslint-plugin-jsx-a11y/lib/rules/click-events-have-key-events' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/control-has-associated-label' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/heading-has-content' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -306,6 +366,10 @@ declare module 'eslint-plugin-jsx-a11y/lib/rules/interactive-supports-focus' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/label-has-associated-control' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/label-has-for' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -382,6 +446,14 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/attributesComparator' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getComputedRole' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getExplicitRole' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getImplicitRole' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -474,7 +546,7 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/img' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/index' {
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -554,6 +626,14 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/isAbstractRole' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isDisabledElement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isDOMElement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isHiddenFromScreenReader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -574,10 +654,26 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/isNonInteractiveRole' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isNonLiteralProperty' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isPresentationRole' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isSemanticRoleElement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/mayContainChildComponent' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/mayHaveAccessibleLabel' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/schemas' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -618,6 +714,15 @@ declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXElementMock.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXExpressionContainerMock.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__mocks__/JSXExpressionContainerMock'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXSpreadAttributeMock.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__mocks__/JSXSpreadAttributeMock'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/JSXTextMock.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__mocks__/JSXTextMock'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__mocks__/LiteralMock.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__mocks__/LiteralMock'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/__util__/parserOptionsMapper'>;
|
||||
}
|
||||
|
@ -657,6 +762,9 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/aria-unsupported-elem
|
|||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/click-events-have-key-events-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/click-events-have-key-events-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/control-has-associated-label-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/control-has-associated-label-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/heading-has-content-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/heading-has-content-test'>;
|
||||
}
|
||||
|
@ -672,6 +780,9 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/img-redundant-alt-tes
|
|||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/interactive-supports-focus-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/interactive-supports-focus-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-associated-control-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-associated-control-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-for-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/rules/label-has-for-test'>;
|
||||
}
|
||||
|
@ -729,6 +840,15 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/rules/tabindex-no-positive-
|
|||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/attributesComparator-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/attributesComparator-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getComputedRole-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/getComputedRole-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getExplicitRole-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/getExplicitRole-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getImplicitRole-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/getImplicitRole-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/getSuggestion-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/getSuggestion-test'>;
|
||||
}
|
||||
|
@ -750,6 +870,12 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/implicitRoles/menuitem
|
|||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isAbstractRole-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isAbstractRole-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isDisabledElement-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isDisabledElement-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isDOMElement-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isDOMElement-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isInteractiveElement-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isInteractiveElement-test'>;
|
||||
}
|
||||
|
@ -762,14 +888,29 @@ declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isNonInteractiveElemen
|
|||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isNonInteractiveRole-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isNonInteractiveRole-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isNonLiteralProperty-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isNonLiteralProperty-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/isSemanticRoleElement-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/isSemanticRoleElement-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/mayContainChildComponent-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/mayContainChildComponent-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/mayHaveAccessibleLabel-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/mayHaveAccessibleLabel-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/parserOptionsMapper-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/parserOptionsMapper-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/__tests__/src/util/schemas-test.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/__tests__/src/util/schemas-test'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/accessible-emoji.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/accessible-emoji'>;
|
||||
|
@ -801,6 +942,9 @@ declare module 'eslint-plugin-jsx-a11y/lib/rules/aria-unsupported-elements.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/rules/click-events-have-key-events.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/click-events-have-key-events'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/control-has-associated-label.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/control-has-associated-label'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/heading-has-content.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/heading-has-content'>;
|
||||
}
|
||||
|
@ -816,6 +960,9 @@ declare module 'eslint-plugin-jsx-a11y/lib/rules/img-redundant-alt.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/rules/interactive-supports-focus.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/interactive-supports-focus'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/label-has-associated-control.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/label-has-associated-control'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/rules/label-has-for.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/rules/label-has-for'>;
|
||||
}
|
||||
|
@ -873,6 +1020,12 @@ declare module 'eslint-plugin-jsx-a11y/lib/rules/tabindex-no-positive.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/util/attributesComparator.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/attributesComparator'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getComputedRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/getComputedRole'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getExplicitRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/getExplicitRole'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/getImplicitRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/getImplicitRole'>;
|
||||
}
|
||||
|
@ -942,8 +1095,11 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/hr.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/img.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/implicitRoles/img'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/index' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/implicitRoles'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/index.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/implicitRoles/index'>;
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/implicitRoles'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/input.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/implicitRoles/input'>;
|
||||
|
@ -1002,6 +1158,12 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/implicitRoles/ul.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/util/isAbstractRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isAbstractRole'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isDisabledElement.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isDisabledElement'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isDOMElement.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isDOMElement'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isHiddenFromScreenReader.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isHiddenFromScreenReader'>;
|
||||
}
|
||||
|
@ -1017,9 +1179,21 @@ declare module 'eslint-plugin-jsx-a11y/lib/util/isNonInteractiveElement.js' {
|
|||
declare module 'eslint-plugin-jsx-a11y/lib/util/isNonInteractiveRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isNonInteractiveRole'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isNonLiteralProperty.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isNonLiteralProperty'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isPresentationRole.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isPresentationRole'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/isSemanticRoleElement.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/isSemanticRoleElement'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/mayContainChildComponent.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/mayContainChildComponent'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/mayHaveAccessibleLabel.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/mayHaveAccessibleLabel'>;
|
||||
}
|
||||
declare module 'eslint-plugin-jsx-a11y/lib/util/schemas.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-jsx-a11y/lib/util/schemas'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 2958965e42f13cf1d2e0f49ec785328f
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.7.0/flow_v0.66.0
|
||||
// flow-typed signature: 2fe58e53f903d0bbe77c95a360fba4c2
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-react_v7.16.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -82,6 +82,10 @@ declare module 'eslint-plugin-react/lib/rules/jsx-curly-brace-presence' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-newline' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -98,6 +102,10 @@ declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-fragments' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -146,6 +154,10 @@ declare module 'eslint-plugin-react/lib/rules/jsx-no-undef' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-useless-fragment' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-one-expression-per-line' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -154,6 +166,14 @@ declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-props-no-spreading' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-default-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -262,6 +282,10 @@ declare module 'eslint-plugin-react/lib/rules/no-unknown-property' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unsafe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-unused-prop-types' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -278,6 +302,10 @@ declare module 'eslint-plugin-react/lib/rules/prefer-es6-class' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-read-only-props' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -314,6 +342,14 @@ declare module 'eslint-plugin-react/lib/rules/sort-prop-types' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/state-in-constructor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/static-property-placement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/style-prop-object' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -334,14 +370,34 @@ declare module 'eslint-plugin-react/lib/util/Components' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/defaultProps' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/docsUrl' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/error' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/getTokenBeforeClosingBracket' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/jsx' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/linkComponents' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/log' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/makeNoMethodSetStateRule' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -354,6 +410,22 @@ declare module 'eslint-plugin-react/lib/util/props' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/propTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/propTypesSort' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/propWrapper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/usedPropTypes' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint-plugin-react/lib/util/variable' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -414,6 +486,9 @@ declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location.js' {
|
|||
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-newline.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-curly-newline'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-curly-spacing'>;
|
||||
}
|
||||
|
@ -426,6 +501,9 @@ declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension.js' {
|
|||
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-fragments.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-fragments'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-handler-names'>;
|
||||
}
|
||||
|
@ -462,12 +540,21 @@ declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank.js' {
|
|||
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-no-useless-fragment.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-no-useless-fragment'>;
|
||||
}
|
||||
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-props-no-multi-spaces.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-props-no-multi-spaces'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-props-no-spreading.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/jsx-props-no-spreading'>;
|
||||
}
|
||||
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'>;
|
||||
}
|
||||
|
@ -549,6 +636,9 @@ declare module 'eslint-plugin-react/lib/rules/no-unescaped-entities.js' {
|
|||
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-unsafe.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/no-unsafe'>;
|
||||
}
|
||||
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'>;
|
||||
}
|
||||
|
@ -561,6 +651,9 @@ declare module 'eslint-plugin-react/lib/rules/no-will-update-set-state.js' {
|
|||
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-read-only-props.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-read-only-props'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/prefer-stateless-function.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/prefer-stateless-function'>;
|
||||
}
|
||||
|
@ -588,6 +681,12 @@ declare module 'eslint-plugin-react/lib/rules/sort-comp.js' {
|
|||
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/state-in-constructor.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/state-in-constructor'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/static-property-placement.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/static-property-placement'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/rules/style-prop-object.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/rules/style-prop-object'>;
|
||||
}
|
||||
|
@ -603,12 +702,27 @@ declare module 'eslint-plugin-react/lib/util/ast.js' {
|
|||
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/defaultProps.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/defaultProps'>;
|
||||
}
|
||||
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/error.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/error'>;
|
||||
}
|
||||
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/jsx.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/jsx'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/linkComponents.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/linkComponents'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/log.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/log'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/makeNoMethodSetStateRule.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/makeNoMethodSetStateRule'>;
|
||||
}
|
||||
|
@ -618,6 +732,18 @@ declare module 'eslint-plugin-react/lib/util/pragma.js' {
|
|||
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/propTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/propTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/propTypesSort.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/propTypesSort'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/propWrapper.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/propWrapper'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/usedPropTypes.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/usedPropTypes'>;
|
||||
}
|
||||
declare module 'eslint-plugin-react/lib/util/variable.js' {
|
||||
declare module.exports: $Exports<'eslint-plugin-react/lib/util/variable'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: a3acba03b0fccb7470394e3d61ad8ed7
|
||||
// flow-typed version: <<STUB>>/eslint_v^4.18.2/flow_v0.66.0
|
||||
// flow-typed signature: 31ddc4621e3b43f217e251867068f51c
|
||||
// flow-typed version: <<STUB>>/eslint_v5.16.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -50,7 +50,7 @@ declare module 'eslint/lib/api' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/ast-utils' {
|
||||
declare module 'eslint/lib/built-in-rules-index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -130,10 +130,6 @@ declare module 'eslint/lib/config/plugins' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/file-finder' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/formatters/checkstyle' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -154,6 +150,10 @@ declare module 'eslint/lib/formatters/jslint-xml' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/formatters/json-with-metadata' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/formatters/json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -182,10 +182,6 @@ declare module 'eslint/lib/formatters/visualstudio' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/ignored-paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/linter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -194,18 +190,10 @@ declare module 'eslint/lib/load-rules' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/logging' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/report-translator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -430,6 +418,10 @@ declare module 'eslint/lib/rules/lines-between-class-members' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/max-classes-per-file' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/max-depth' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -438,6 +430,10 @@ declare module 'eslint/lib/rules/max-len' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/max-lines-per-function' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/max-lines' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -494,6 +490,10 @@ declare module 'eslint/lib/rules/no-array-constructor' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-async-promise-executor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-await-in-loop' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -718,6 +718,10 @@ declare module 'eslint/lib/rules/no-magic-numbers' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-misleading-character-class' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-mixed-operators' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -982,6 +986,10 @@ declare module 'eslint/lib/rules/no-useless-call' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-useless-catch' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/no-useless-computed-key' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1082,10 +1090,18 @@ declare module 'eslint/lib/rules/prefer-destructuring' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/prefer-named-capture-group' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/prefer-numeric-literals' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/prefer-object-spread' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/prefer-promise-reject-errors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1118,6 +1134,10 @@ declare module 'eslint/lib/rules/radix' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/require-atomic-updates' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/require-await' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1126,6 +1146,10 @@ declare module 'eslint/lib/rules/require-jsdoc' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/require-unicode-regexp' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/rules/require-yield' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1242,10 +1266,6 @@ declare module 'eslint/lib/testers/rule-tester' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/timing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/token-store/backward-token-comment-cursor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1278,7 +1298,7 @@ declare module 'eslint/lib/token-store/forward-token-cursor' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/token-store/index' {
|
||||
declare module 'eslint/lib/token-store' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -1306,11 +1326,23 @@ declare module 'eslint/lib/util/apply-disable-directives' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/ast-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/config-comment-parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/file-finder' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/fix-tracker' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/glob-util' {
|
||||
declare module 'eslint/lib/util/glob-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -1322,6 +1354,10 @@ declare module 'eslint/lib/util/hash' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/ignored-paths' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/interpolate' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1330,6 +1366,14 @@ declare module 'eslint/lib/util/keywords' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/lint-result-cache' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/logging' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/module-resolver' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1342,11 +1386,11 @@ declare module 'eslint/lib/util/node-event-generator' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/npm-util' {
|
||||
declare module 'eslint/lib/util/npm-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/path-util' {
|
||||
declare module 'eslint/lib/util/path-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -1354,6 +1398,10 @@ declare module 'eslint/lib/util/patterns/letters' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/report-translator' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/rule-fixer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1366,7 +1414,7 @@ declare module 'eslint/lib/util/source-code-fixer' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/source-code-util' {
|
||||
declare module 'eslint/lib/util/source-code-utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -1374,10 +1422,34 @@ declare module 'eslint/lib/util/source-code' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/timing' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/traverser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/unicode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/unicode/is-combining-character' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/unicode/is-emoji-modifier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/unicode/is-regional-indicator-symbol' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/unicode/is-surrogate-pair' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'eslint/lib/util/xml-escape' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
@ -1404,8 +1476,8 @@ declare module 'eslint/conf/eslint-recommended.js' {
|
|||
declare module 'eslint/lib/api.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/api'>;
|
||||
}
|
||||
declare module 'eslint/lib/ast-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/ast-utils'>;
|
||||
declare module 'eslint/lib/built-in-rules-index.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/built-in-rules-index'>;
|
||||
}
|
||||
declare module 'eslint/lib/cli-engine.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/cli-engine'>;
|
||||
|
@ -1464,9 +1536,6 @@ declare module 'eslint/lib/config/environments.js' {
|
|||
declare module 'eslint/lib/config/plugins.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/config/plugins'>;
|
||||
}
|
||||
declare module 'eslint/lib/file-finder.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/file-finder'>;
|
||||
}
|
||||
declare module 'eslint/lib/formatters/checkstyle.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/formatters/checkstyle'>;
|
||||
}
|
||||
|
@ -1482,6 +1551,9 @@ declare module 'eslint/lib/formatters/html.js' {
|
|||
declare module 'eslint/lib/formatters/jslint-xml.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/formatters/jslint-xml'>;
|
||||
}
|
||||
declare module 'eslint/lib/formatters/json-with-metadata.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/formatters/json-with-metadata'>;
|
||||
}
|
||||
declare module 'eslint/lib/formatters/json.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/formatters/json'>;
|
||||
}
|
||||
|
@ -1503,24 +1575,15 @@ declare module 'eslint/lib/formatters/unix.js' {
|
|||
declare module 'eslint/lib/formatters/visualstudio.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/formatters/visualstudio'>;
|
||||
}
|
||||
declare module 'eslint/lib/ignored-paths.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/ignored-paths'>;
|
||||
}
|
||||
declare module 'eslint/lib/linter.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/linter'>;
|
||||
}
|
||||
declare module 'eslint/lib/load-rules.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/load-rules'>;
|
||||
}
|
||||
declare module 'eslint/lib/logging.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/logging'>;
|
||||
}
|
||||
declare module 'eslint/lib/options.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/options'>;
|
||||
}
|
||||
declare module 'eslint/lib/report-translator.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/report-translator'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules'>;
|
||||
}
|
||||
|
@ -1689,12 +1752,18 @@ declare module 'eslint/lib/rules/lines-around-directive.js' {
|
|||
declare module 'eslint/lib/rules/lines-between-class-members.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/lines-between-class-members'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/max-classes-per-file.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/max-classes-per-file'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/max-depth.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/max-depth'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/max-len.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/max-len'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/max-lines-per-function.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/max-lines-per-function'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/max-lines.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/max-lines'>;
|
||||
}
|
||||
|
@ -1737,6 +1806,9 @@ declare module 'eslint/lib/rules/no-alert.js' {
|
|||
declare module 'eslint/lib/rules/no-array-constructor.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-array-constructor'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-async-promise-executor.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-async-promise-executor'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-await-in-loop.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-await-in-loop'>;
|
||||
}
|
||||
|
@ -1905,6 +1977,9 @@ declare module 'eslint/lib/rules/no-loop-func.js' {
|
|||
declare module 'eslint/lib/rules/no-magic-numbers.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-magic-numbers'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-misleading-character-class.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-misleading-character-class'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-mixed-operators.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-mixed-operators'>;
|
||||
}
|
||||
|
@ -2103,6 +2178,9 @@ declare module 'eslint/lib/rules/no-use-before-define.js' {
|
|||
declare module 'eslint/lib/rules/no-useless-call.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-useless-call'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-useless-catch.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-useless-catch'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/no-useless-computed-key.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/no-useless-computed-key'>;
|
||||
}
|
||||
|
@ -2178,9 +2256,15 @@ declare module 'eslint/lib/rules/prefer-const.js' {
|
|||
declare module 'eslint/lib/rules/prefer-destructuring.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/prefer-destructuring'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/prefer-named-capture-group.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/prefer-named-capture-group'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/prefer-numeric-literals.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/prefer-numeric-literals'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/prefer-object-spread.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/prefer-object-spread'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/prefer-promise-reject-errors.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/prefer-promise-reject-errors'>;
|
||||
}
|
||||
|
@ -2205,12 +2289,18 @@ declare module 'eslint/lib/rules/quotes.js' {
|
|||
declare module 'eslint/lib/rules/radix.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/radix'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/require-atomic-updates.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/require-atomic-updates'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/require-await.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/require-await'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/require-jsdoc.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/require-jsdoc'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/require-unicode-regexp.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/require-unicode-regexp'>;
|
||||
}
|
||||
declare module 'eslint/lib/rules/require-yield.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/rules/require-yield'>;
|
||||
}
|
||||
|
@ -2298,9 +2388,6 @@ declare module 'eslint/lib/rules/yoda.js' {
|
|||
declare module 'eslint/lib/testers/rule-tester.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/testers/rule-tester'>;
|
||||
}
|
||||
declare module 'eslint/lib/timing.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/timing'>;
|
||||
}
|
||||
declare module 'eslint/lib/token-store/backward-token-comment-cursor.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/token-store/backward-token-comment-cursor'>;
|
||||
}
|
||||
|
@ -2325,8 +2412,11 @@ declare module 'eslint/lib/token-store/forward-token-comment-cursor.js' {
|
|||
declare module 'eslint/lib/token-store/forward-token-cursor.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/token-store/forward-token-cursor'>;
|
||||
}
|
||||
declare module 'eslint/lib/token-store/index' {
|
||||
declare module.exports: $Exports<'eslint/lib/token-store'>;
|
||||
}
|
||||
declare module 'eslint/lib/token-store/index.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/token-store/index'>;
|
||||
declare module.exports: $Exports<'eslint/lib/token-store'>;
|
||||
}
|
||||
declare module 'eslint/lib/token-store/limit-cursor.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/token-store/limit-cursor'>;
|
||||
|
@ -2346,11 +2436,20 @@ declare module 'eslint/lib/util/ajv.js' {
|
|||
declare module 'eslint/lib/util/apply-disable-directives.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/apply-disable-directives'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/ast-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/ast-utils'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/config-comment-parser.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/config-comment-parser'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/file-finder.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/file-finder'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/fix-tracker.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/fix-tracker'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/glob-util.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/glob-util'>;
|
||||
declare module 'eslint/lib/util/glob-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/glob-utils'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/glob.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/glob'>;
|
||||
|
@ -2358,12 +2457,21 @@ declare module 'eslint/lib/util/glob.js' {
|
|||
declare module 'eslint/lib/util/hash.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/hash'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/ignored-paths.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/ignored-paths'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/interpolate.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/interpolate'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/keywords.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/keywords'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/lint-result-cache.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/lint-result-cache'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/logging.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/logging'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/module-resolver.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/module-resolver'>;
|
||||
}
|
||||
|
@ -2373,15 +2481,18 @@ declare module 'eslint/lib/util/naming.js' {
|
|||
declare module 'eslint/lib/util/node-event-generator.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/node-event-generator'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/npm-util.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/npm-util'>;
|
||||
declare module 'eslint/lib/util/npm-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/npm-utils'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/path-util.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/path-util'>;
|
||||
declare module 'eslint/lib/util/path-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/path-utils'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/patterns/letters.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/patterns/letters'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/report-translator.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/report-translator'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/rule-fixer.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/rule-fixer'>;
|
||||
}
|
||||
|
@ -2391,15 +2502,36 @@ declare module 'eslint/lib/util/safe-emitter.js' {
|
|||
declare module 'eslint/lib/util/source-code-fixer.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/source-code-fixer'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/source-code-util.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/source-code-util'>;
|
||||
declare module 'eslint/lib/util/source-code-utils.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/source-code-utils'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/source-code.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/source-code'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/timing.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/timing'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/traverser.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/traverser'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/index' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/index.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/is-combining-character.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode/is-combining-character'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/is-emoji-modifier.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode/is-emoji-modifier'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/is-regional-indicator-symbol.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode/is-regional-indicator-symbol'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/unicode/is-surrogate-pair.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/unicode/is-surrogate-pair'>;
|
||||
}
|
||||
declare module 'eslint/lib/util/xml-escape.js' {
|
||||
declare module.exports: $Exports<'eslint/lib/util/xml-escape'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
// flow-typed signature: 4f191da9c1b2bcc9b2bc0a09bf97bae4
|
||||
// flow-typed version: <<STUB>>/ethereum-ens_v0.7.8/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'ethereum-ens'
|
||||
*
|
||||
* 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 'ethereum-ens' {
|
||||
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 'ethereum-ens/src/abi' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ethereum-ens/src/utils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ethereum-ens/test/test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'ethereum-ens/index' {
|
||||
declare module.exports: $Exports<'ethereum-ens'>;
|
||||
}
|
||||
declare module 'ethereum-ens/index.js' {
|
||||
declare module.exports: $Exports<'ethereum-ens'>;
|
||||
}
|
||||
declare module 'ethereum-ens/src/abi.js' {
|
||||
declare module.exports: $Exports<'ethereum-ens/src/abi'>;
|
||||
}
|
||||
declare module 'ethereum-ens/src/utils.js' {
|
||||
declare module.exports: $Exports<'ethereum-ens/src/utils'>;
|
||||
}
|
||||
declare module 'ethereum-ens/test/test.js' {
|
||||
declare module.exports: $Exports<'ethereum-ens/test/test'>;
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
// flow-typed signature: b763be656561225bc1e468340ec4af36
|
||||
// flow-typed version: <<STUB>>/ethereumjs-abi_v0.6.8/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'ethereumjs-abi'
|
||||
*
|
||||
* 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 'ethereumjs-abi' {
|
||||
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 'ethereumjs-abi/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'ethereumjs-abi/test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'ethereumjs-abi/index' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi'>;
|
||||
}
|
||||
declare module 'ethereumjs-abi/index.js' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi'>;
|
||||
}
|
||||
declare module 'ethereumjs-abi/lib/index' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi/lib'>;
|
||||
}
|
||||
declare module 'ethereumjs-abi/lib/index.js' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi/lib'>;
|
||||
}
|
||||
declare module 'ethereumjs-abi/test/index' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi/test'>;
|
||||
}
|
||||
declare module 'ethereumjs-abi/test/index.js' {
|
||||
declare module.exports: $Exports<'ethereumjs-abi/test'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 50a757214c1f7d72e1e285336d91b8ab
|
||||
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^4.0.0-beta.0/flow_v0.66.0
|
||||
// flow-typed signature: fd5f43aa52855989033745a6dc710ba4
|
||||
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^4.0.0-beta.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,7 +26,7 @@ declare module 'extract-text-webpack-plugin/dist/cjs' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'extract-text-webpack-plugin/dist/index' {
|
||||
declare module 'extract-text-webpack-plugin/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -54,8 +54,11 @@ declare module 'extract-text-webpack-plugin/dist/loader' {
|
|||
declare module 'extract-text-webpack-plugin/dist/cjs.js' {
|
||||
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/cjs'>;
|
||||
}
|
||||
declare module 'extract-text-webpack-plugin/dist/index' {
|
||||
declare module.exports: $Exports<'extract-text-webpack-plugin/dist'>;
|
||||
}
|
||||
declare module 'extract-text-webpack-plugin/dist/index.js' {
|
||||
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/index'>;
|
||||
declare module.exports: $Exports<'extract-text-webpack-plugin/dist'>;
|
||||
}
|
||||
declare module 'extract-text-webpack-plugin/dist/lib/ExtractedModule.js' {
|
||||
declare module.exports: $Exports<'extract-text-webpack-plugin/dist/lib/ExtractedModule'>;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 18371f728c9fea4e9636ed2c29bbe67f
|
||||
// flow-typed version: <<STUB>>/file-loader_v^1.1.11/flow_v0.66.0
|
||||
// flow-typed signature: fa8d0544cabd5ba3b83bfd3117dbb40e
|
||||
// flow-typed version: <<STUB>>/file-loader_v4.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,7 +26,7 @@ declare module 'file-loader/dist/cjs' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'file-loader/dist/index' {
|
||||
declare module 'file-loader/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,9 @@ declare module 'file-loader/dist/index' {
|
|||
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'>;
|
||||
declare module 'file-loader/dist/index' {
|
||||
declare module.exports: $Exports<'file-loader/dist'>;
|
||||
}
|
||||
declare module 'file-loader/dist/index.js' {
|
||||
declare module.exports: $Exports<'file-loader/dist'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
|
||||
// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
|
||||
// flow-typed signature: 28fdff7f110e1c75efab63ff205dda30
|
||||
// flow-typed version: c6154227d1/flow-bin_v0.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module "flow-bin" {
|
||||
declare module.exports: string;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 688455453a87196561429877021ec2ce
|
||||
// flow-typed version: <<STUB>>/fs-extra_v^5.0.0/flow_v0.66.0
|
||||
// flow-typed signature: 1f85b07ff6881b7109015dc3562f578b
|
||||
// flow-typed version: <<STUB>>/fs-extra_v8.1.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -26,7 +26,7 @@ declare module 'fs-extra/lib/copy-sync/copy-sync' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/copy-sync/index' {
|
||||
declare module 'fs-extra/lib/copy-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -34,11 +34,11 @@ declare module 'fs-extra/lib/copy/copy' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/copy/index' {
|
||||
declare module 'fs-extra/lib/copy' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/empty/index' {
|
||||
declare module 'fs-extra/lib/empty' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ declare module 'fs-extra/lib/ensure/file' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/ensure/index' {
|
||||
declare module 'fs-extra/lib/ensure' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -66,15 +66,15 @@ declare module 'fs-extra/lib/ensure/symlink' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/fs/index' {
|
||||
declare module 'fs-extra/lib/fs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/index' {
|
||||
declare module 'fs-extra/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/json/index' {
|
||||
declare module 'fs-extra/lib/json' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -90,7 +90,7 @@ declare module 'fs-extra/lib/json/output-json' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/mkdirs/index' {
|
||||
declare module 'fs-extra/lib/mkdirs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -106,23 +106,31 @@ declare module 'fs-extra/lib/mkdirs/win32' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/move-sync/index' {
|
||||
declare module 'fs-extra/lib/move-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/move/index' {
|
||||
declare module 'fs-extra/lib/move-sync/move-sync' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/output/index' {
|
||||
declare module 'fs-extra/lib/move' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/path-exists/index' {
|
||||
declare module 'fs-extra/lib/move/move' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/remove/index' {
|
||||
declare module 'fs-extra/lib/output' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/path-exists' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/remove' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -130,11 +138,11 @@ declare module 'fs-extra/lib/remove/rimraf' {
|
|||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/util/assign' {
|
||||
declare module 'fs-extra/lib/util/buffer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'fs-extra/lib/util/buffer' {
|
||||
declare module 'fs-extra/lib/util/stat' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -146,23 +154,35 @@ declare module 'fs-extra/lib/util/utimes' {
|
|||
declare module 'fs-extra/lib/copy-sync/copy-sync.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy-sync/copy-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/copy-sync/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/copy-sync/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy-sync/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/copy/copy.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy/copy'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/copy/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/copy/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/copy'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/empty/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/empty'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/empty/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/empty/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/empty'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/ensure/file.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure/file'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/ensure/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/ensure/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/ensure/link.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure/link'>;
|
||||
|
@ -176,14 +196,23 @@ declare module 'fs-extra/lib/ensure/symlink-type.js' {
|
|||
declare module 'fs-extra/lib/ensure/symlink.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/ensure/symlink'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/fs/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/fs'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/fs/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/fs/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/fs'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/json/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/json'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/json/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/json/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/json'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/json/jsonfile.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/json/jsonfile'>;
|
||||
|
@ -194,8 +223,11 @@ declare module 'fs-extra/lib/json/output-json-sync.js' {
|
|||
declare module 'fs-extra/lib/json/output-json.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/json/output-json'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/mkdirs/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/mkdirs'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/mkdirs/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/mkdirs/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/mkdirs'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/mkdirs/mkdirs-sync.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/mkdirs/mkdirs-sync'>;
|
||||
|
@ -206,30 +238,51 @@ declare module 'fs-extra/lib/mkdirs/mkdirs.js' {
|
|||
declare module 'fs-extra/lib/mkdirs/win32.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/mkdirs/win32'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move-sync/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move-sync/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move-sync/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/move-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move-sync/move-sync.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move-sync/move-sync'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/move'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/move/move.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/move/move'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/output/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/output'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/output/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/output/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/output'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/path-exists/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/path-exists'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/path-exists/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/path-exists/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/path-exists'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/remove/index' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/remove'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/remove/index.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/remove/index'>;
|
||||
declare module.exports: $Exports<'fs-extra/lib/remove'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/remove/rimraf.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/remove/rimraf'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/util/assign.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/util/assign'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/util/buffer.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/util/buffer'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/util/stat.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/util/stat'>;
|
||||
}
|
||||
declare module 'fs-extra/lib/util/utimes.js' {
|
||||
declare module.exports: $Exports<'fs-extra/lib/util/utimes'>;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,109 @@
|
|||
// flow-typed signature: 90337b03d736e9bdaa68004c36c4d3ee
|
||||
// flow-typed version: 51319746df/history_v4.10.x/flow_>=v0.104.x
|
||||
|
||||
declare module 'history' {
|
||||
declare type Unregister = () => void;
|
||||
|
||||
declare export type Action = 'PUSH' | 'REPLACE' | 'POP';
|
||||
|
||||
declare export type Location = {|
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
state: { ... },
|
||||
key: string,
|
||||
|};
|
||||
|
||||
declare type History<HistoryLocation = Location> = {|
|
||||
length: number,
|
||||
location: HistoryLocation,
|
||||
action: Action,
|
||||
push: ((path: string, state?: { ... }) => void) &
|
||||
((location: $Shape<HistoryLocation>) => void),
|
||||
replace: ((path: string, state?: { ... }) => void) &
|
||||
((location: $Shape<HistoryLocation>) => void),
|
||||
go(n: number): void,
|
||||
goBack(): void,
|
||||
goForward(): void,
|
||||
listen((location: HistoryLocation, action: Action) => void): Unregister,
|
||||
block(
|
||||
prompt:
|
||||
| string
|
||||
| boolean
|
||||
| ((location: HistoryLocation, action: Action) => string | false | void)
|
||||
): Unregister,
|
||||
createHref(location: $Shape<HistoryLocation>): string,
|
||||
|};
|
||||
|
||||
declare export type BrowserHistory = History<>;
|
||||
|
||||
declare type BrowserHistoryOpts = {|
|
||||
basename?: string,
|
||||
forceRefresh?: boolean,
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void
|
||||
) => void,
|
||||
keyLength?: number,
|
||||
|};
|
||||
|
||||
declare function createBrowserHistory(
|
||||
opts?: BrowserHistoryOpts
|
||||
): BrowserHistory;
|
||||
|
||||
declare export type MemoryHistory = {|
|
||||
...History<>,
|
||||
index: number,
|
||||
entries: Array<string | Location>,
|
||||
canGo(n: number): boolean,
|
||||
|};
|
||||
|
||||
declare type MemoryHistoryOpts = {|
|
||||
initialEntries?: Array<string>,
|
||||
initialIndex?: number,
|
||||
keyLength?: number,
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void
|
||||
) => void,
|
||||
|};
|
||||
|
||||
declare function createMemoryHistory(opts?: MemoryHistoryOpts): MemoryHistory;
|
||||
|
||||
declare export type HashLocation = {|
|
||||
...Location,
|
||||
state: void,
|
||||
key: void,
|
||||
|};
|
||||
|
||||
declare export type HashHistory = History<HashLocation>;
|
||||
|
||||
declare type HashHistoryOpts = {|
|
||||
basename?: string,
|
||||
hashType: 'slash' | 'noslash' | 'hashbang',
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void
|
||||
) => void,
|
||||
|};
|
||||
|
||||
declare function createHashHistory(opts?: HashHistoryOpts): HashHistory;
|
||||
|
||||
// PathUtils
|
||||
declare function parsePath(path: string): Location;
|
||||
|
||||
declare function createPath(location: $Shape<Location>): string;
|
||||
|
||||
// LocationUtils
|
||||
declare function locationsAreEqual(
|
||||
a: $Shape<Location>,
|
||||
b: $Shape<Location>
|
||||
): boolean;
|
||||
|
||||
declare function createLocation(
|
||||
path: string | $Shape<Location>,
|
||||
state?: { ... },
|
||||
key?: string,
|
||||
currentLocation?: Location
|
||||
): Location;
|
||||
}
|
|
@ -1,127 +0,0 @@
|
|||
// flow-typed signature: 984f6785a321187ac15c3434bbd7f25d
|
||||
// flow-typed version: 568ec63cee/history_v4.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module "history/createBrowserHistory" {
|
||||
declare function Unblock(): void;
|
||||
|
||||
declare export type Action = "PUSH" | "REPLACE" | "POP";
|
||||
|
||||
declare export type BrowserLocation = {
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
// Browser and Memory specific
|
||||
state: string,
|
||||
key: string,
|
||||
};
|
||||
|
||||
declare export type BrowserHistory = {
|
||||
length: number,
|
||||
location: BrowserLocation,
|
||||
action: Action,
|
||||
push: (path: string, Array<mixed>) => void,
|
||||
replace: (path: string, Array<mixed>) => void,
|
||||
go: (n: number) => void,
|
||||
goBack: () => void,
|
||||
goForward: () => void,
|
||||
listen: Function,
|
||||
block: (message: string) => Unblock,
|
||||
block: ((location: BrowserLocation, action: Action) => string) => Unblock,
|
||||
push: (path: string) => void,
|
||||
};
|
||||
|
||||
declare type HistoryOpts = {
|
||||
basename?: string,
|
||||
forceRefresh?: boolean,
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void,
|
||||
) => void,
|
||||
};
|
||||
|
||||
declare export default (opts?: HistoryOpts) => BrowserHistory;
|
||||
}
|
||||
|
||||
declare module "history/createMemoryHistory" {
|
||||
declare function Unblock(): void;
|
||||
|
||||
declare export type Action = "PUSH" | "REPLACE" | "POP";
|
||||
|
||||
declare export type MemoryLocation = {
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
// Browser and Memory specific
|
||||
state: string,
|
||||
key: string,
|
||||
};
|
||||
|
||||
declare export type MemoryHistory = {
|
||||
length: number,
|
||||
location: MemoryLocation,
|
||||
action: Action,
|
||||
index: number,
|
||||
entries: Array<string>,
|
||||
push: (path: string, Array<mixed>) => void,
|
||||
replace: (path: string, Array<mixed>) => void,
|
||||
go: (n: number) => void,
|
||||
goBack: () => void,
|
||||
goForward: () => void,
|
||||
// Memory only
|
||||
canGo: (n: number) => boolean,
|
||||
listen: Function,
|
||||
block: (message: string) => Unblock,
|
||||
block: ((location: MemoryLocation, action: Action) => string) => Unblock,
|
||||
push: (path: string) => void,
|
||||
};
|
||||
|
||||
declare type HistoryOpts = {
|
||||
initialEntries?: Array<string>,
|
||||
initialIndex?: number,
|
||||
keyLength?: number,
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void,
|
||||
) => void,
|
||||
};
|
||||
|
||||
declare export default (opts?: HistoryOpts) => MemoryHistory;
|
||||
}
|
||||
|
||||
declare module "history/createHashHistory" {
|
||||
declare function Unblock(): void;
|
||||
|
||||
declare export type Action = "PUSH" | "REPLACE" | "POP";
|
||||
|
||||
declare export type HashLocation = {
|
||||
pathname: string,
|
||||
search: string,
|
||||
hash: string,
|
||||
};
|
||||
|
||||
declare export type HashHistory = {
|
||||
length: number,
|
||||
location: HashLocation,
|
||||
action: Action,
|
||||
push: (path: string, Array<mixed>) => void,
|
||||
replace: (path: string, Array<mixed>) => void,
|
||||
go: (n: number) => void,
|
||||
goBack: () => void,
|
||||
goForward: () => void,
|
||||
listen: Function,
|
||||
block: (message: string) => Unblock,
|
||||
block: ((location: HashLocation, action: Action) => string) => Unblock,
|
||||
push: (path: string) => void,
|
||||
};
|
||||
|
||||
declare type HistoryOpts = {
|
||||
basename?: string,
|
||||
hashType: "slash" | "noslash" | "hashbang",
|
||||
getUserConfirmation?: (
|
||||
message: string,
|
||||
callback: (willContinue: boolean) => void,
|
||||
) => void,
|
||||
};
|
||||
|
||||
declare export default (opts?: HistoryOpts) => HashHistory;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 2724ce27fcc2935853ef95015c9d405b
|
||||
// flow-typed version: <<STUB>>/html-loader_v^0.5.5/flow_v0.66.0
|
||||
// flow-typed signature: 6e69fe7ef8f0314834176092cc8f3462
|
||||
// flow-typed version: <<STUB>>/html-loader_v^0.5.5/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 89649e8ec2c9812eccc5a75df9d1eb4c
|
||||
// flow-typed version: <<STUB>>/html-webpack-plugin_v^3.0.4/flow_v0.66.0
|
||||
// flow-typed signature: 42b18743047b1911024893301cd3465d
|
||||
// flow-typed version: <<STUB>>/html-webpack-plugin_v^3.2.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -0,0 +1,91 @@
|
|||
// flow-typed signature: 1b4028f3a45c75cbfe93b0c1e97debe7
|
||||
// flow-typed version: <<STUB>>/immortal-db_v^1.0.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'immortal-db'
|
||||
*
|
||||
* 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 'immortal-db' {
|
||||
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 'immortal-db/dist/immortal-db' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/dist/immortal-db.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/src/cookie-store' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/src/indexed-db' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/src/web-storage' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/testing/safari-cross-origin-iframe/iframe' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/testing/test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'immortal-db/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'immortal-db/dist/immortal-db.js' {
|
||||
declare module.exports: $Exports<'immortal-db/dist/immortal-db'>;
|
||||
}
|
||||
declare module 'immortal-db/dist/immortal-db.min.js' {
|
||||
declare module.exports: $Exports<'immortal-db/dist/immortal-db.min'>;
|
||||
}
|
||||
declare module 'immortal-db/src/cookie-store.js' {
|
||||
declare module.exports: $Exports<'immortal-db/src/cookie-store'>;
|
||||
}
|
||||
declare module 'immortal-db/src/index' {
|
||||
declare module.exports: $Exports<'immortal-db/src'>;
|
||||
}
|
||||
declare module 'immortal-db/src/index.js' {
|
||||
declare module.exports: $Exports<'immortal-db/src'>;
|
||||
}
|
||||
declare module 'immortal-db/src/indexed-db.js' {
|
||||
declare module.exports: $Exports<'immortal-db/src/indexed-db'>;
|
||||
}
|
||||
declare module 'immortal-db/src/web-storage.js' {
|
||||
declare module.exports: $Exports<'immortal-db/src/web-storage'>;
|
||||
}
|
||||
declare module 'immortal-db/testing/safari-cross-origin-iframe/iframe.js' {
|
||||
declare module.exports: $Exports<'immortal-db/testing/safari-cross-origin-iframe/iframe'>;
|
||||
}
|
||||
declare module 'immortal-db/testing/test.js' {
|
||||
declare module.exports: $Exports<'immortal-db/testing/test'>;
|
||||
}
|
||||
declare module 'immortal-db/webpack.config.js' {
|
||||
declare module.exports: $Exports<'immortal-db/webpack.config'>;
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
// flow-typed signature: 34844f2d068c8f62d0db62a231ae83c5
|
||||
// flow-typed version: <<STUB>>/jest-dom_v4.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'jest-dom'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module 'jest-dom' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* We include stubs for each file inside this npm package in case you need to
|
||||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'jest-dom/extend-expect' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'jest-dom/extend-expect.js' {
|
||||
declare module.exports: $Exports<'jest-dom/extend-expect'>;
|
||||
}
|
||||
declare module 'jest-dom/index' {
|
||||
declare module.exports: $Exports<'jest-dom'>;
|
||||
}
|
||||
declare module 'jest-dom/index.js' {
|
||||
declare module.exports: $Exports<'jest-dom'>;
|
||||
}
|
|
@ -1,596 +0,0 @@
|
|||
// flow-typed signature: ebbcd423b1fcd29d6804fca91bb68879
|
||||
// flow-typed version: 7b9f6d2713/jest_v22.x.x/flow_>=v0.39.x
|
||||
|
||||
type JestMockFn<TArguments: $ReadOnlyArray<*>, TReturn> = {
|
||||
(...args: TArguments): TReturn,
|
||||
/**
|
||||
* An object for introspecting mock calls
|
||||
*/
|
||||
mock: {
|
||||
/**
|
||||
* An array that represents all calls that have been made into this mock
|
||||
* function. Each call is represented by an array of arguments that were
|
||||
* passed during the call.
|
||||
*/
|
||||
calls: Array<TArguments>,
|
||||
/**
|
||||
* An array that contains all the object instances that have been
|
||||
* instantiated from this mock function.
|
||||
*/
|
||||
instances: Array<TReturn>
|
||||
},
|
||||
/**
|
||||
* Resets all information stored in the mockFn.mock.calls and
|
||||
* mockFn.mock.instances arrays. Often this is useful when you want to clean
|
||||
* up a mock's usage data between two assertions.
|
||||
*/
|
||||
mockClear(): void,
|
||||
/**
|
||||
* Resets all information stored in the mock. This is useful when you want to
|
||||
* completely restore a mock back to its initial state.
|
||||
*/
|
||||
mockReset(): void,
|
||||
/**
|
||||
* Removes the mock and restores the initial implementation. This is useful
|
||||
* when you want to mock functions in certain test cases and restore the
|
||||
* original implementation in others. Beware that mockFn.mockRestore only
|
||||
* works when mock was created with jest.spyOn. Thus you have to take care of
|
||||
* restoration yourself when manually assigning jest.fn().
|
||||
*/
|
||||
mockRestore(): void,
|
||||
/**
|
||||
* Accepts a function that should be used as the implementation of the mock.
|
||||
* The mock itself will still record all calls that go into and instances
|
||||
* that come from itself -- the only difference is that the implementation
|
||||
* will also be executed when the mock is called.
|
||||
*/
|
||||
mockImplementation(
|
||||
fn: (...args: TArguments) => TReturn
|
||||
): JestMockFn<TArguments, TReturn>,
|
||||
/**
|
||||
* Accepts a function that will be used as an implementation of the mock for
|
||||
* one call to the mocked function. Can be chained so that multiple function
|
||||
* calls produce different results.
|
||||
*/
|
||||
mockImplementationOnce(
|
||||
fn: (...args: TArguments) => TReturn
|
||||
): JestMockFn<TArguments, TReturn>,
|
||||
/**
|
||||
* Just a simple sugar function for returning `this`
|
||||
*/
|
||||
mockReturnThis(): void,
|
||||
/**
|
||||
* Deprecated: use jest.fn(() => value) instead
|
||||
*/
|
||||
mockReturnValue(value: TReturn): JestMockFn<TArguments, TReturn>,
|
||||
/**
|
||||
* Sugar for only returning a value once inside your mock
|
||||
*/
|
||||
mockReturnValueOnce(value: TReturn): JestMockFn<TArguments, TReturn>
|
||||
};
|
||||
|
||||
type JestAsymmetricEqualityType = {
|
||||
/**
|
||||
* A custom Jasmine equality tester
|
||||
*/
|
||||
asymmetricMatch(value: mixed): boolean
|
||||
};
|
||||
|
||||
type JestCallsType = {
|
||||
allArgs(): mixed,
|
||||
all(): mixed,
|
||||
any(): boolean,
|
||||
count(): number,
|
||||
first(): mixed,
|
||||
mostRecent(): mixed,
|
||||
reset(): void
|
||||
};
|
||||
|
||||
type JestClockType = {
|
||||
install(): void,
|
||||
mockDate(date: Date): void,
|
||||
tick(milliseconds?: number): void,
|
||||
uninstall(): void
|
||||
};
|
||||
|
||||
type JestMatcherResult = {
|
||||
message?: string | (() => string),
|
||||
pass: boolean
|
||||
};
|
||||
|
||||
type JestMatcher = (actual: any, expected: any) => JestMatcherResult;
|
||||
|
||||
type JestPromiseType = {
|
||||
/**
|
||||
* Use rejects to unwrap the reason of a rejected promise so any other
|
||||
* matcher can be chained. If the promise is fulfilled the assertion fails.
|
||||
*/
|
||||
rejects: JestExpectType,
|
||||
/**
|
||||
* Use resolves to unwrap the value of a fulfilled promise so any other
|
||||
* matcher can be chained. If the promise is rejected the assertion fails.
|
||||
*/
|
||||
resolves: JestExpectType
|
||||
};
|
||||
|
||||
/**
|
||||
* Jest allows functions and classes to be used as test names in test() and
|
||||
* describe()
|
||||
*/
|
||||
type JestTestName = string | Function;
|
||||
|
||||
/**
|
||||
* Plugin: jest-enzyme
|
||||
*/
|
||||
type EnzymeMatchersType = {
|
||||
toBeChecked(): void,
|
||||
toBeDisabled(): void,
|
||||
toBeEmpty(): void,
|
||||
toBeEmptyRender(): void,
|
||||
toBePresent(): void,
|
||||
toContainReact(element: React$Element<any>): void,
|
||||
toExist(): void,
|
||||
toHaveClassName(className: string): void,
|
||||
toHaveHTML(html: string): void,
|
||||
toHaveProp: ((propKey: string, propValue?: any) => void) & ((props: Object) => void),
|
||||
toHaveRef(refName: string): void,
|
||||
toHaveState: ((stateKey: string, stateValue?: any) => void) & ((state: Object) => void),
|
||||
toHaveStyle: ((styleKey: string, styleValue?: any) => void) & ((style: Object) => void),
|
||||
toHaveTagName(tagName: string): void,
|
||||
toHaveText(text: string): void,
|
||||
toIncludeText(text: string): void,
|
||||
toHaveValue(value: any): void,
|
||||
toMatchElement(element: React$Element<any>): void,
|
||||
toMatchSelector(selector: string): void
|
||||
};
|
||||
|
||||
type JestExpectType = {
|
||||
not: JestExpectType & EnzymeMatchersType,
|
||||
/**
|
||||
* If you have a mock function, you can use .lastCalledWith to test what
|
||||
* arguments it was last called with.
|
||||
*/
|
||||
lastCalledWith(...args: Array<any>): void,
|
||||
/**
|
||||
* toBe just checks that a value is what you expect. It uses === to check
|
||||
* strict equality.
|
||||
*/
|
||||
toBe(value: any): void,
|
||||
/**
|
||||
* Use .toHaveBeenCalled to ensure that a mock function got called.
|
||||
*/
|
||||
toBeCalled(): void,
|
||||
/**
|
||||
* Use .toBeCalledWith to ensure that a mock function was called with
|
||||
* specific arguments.
|
||||
*/
|
||||
toBeCalledWith(...args: Array<any>): void,
|
||||
/**
|
||||
* Using exact equality with floating point numbers is a bad idea. Rounding
|
||||
* means that intuitive things fail.
|
||||
*/
|
||||
toBeCloseTo(num: number, delta: any): void,
|
||||
/**
|
||||
* Use .toBeDefined to check that a variable is not undefined.
|
||||
*/
|
||||
toBeDefined(): void,
|
||||
/**
|
||||
* Use .toBeFalsy when you don't care what a value is, you just want to
|
||||
* ensure a value is false in a boolean context.
|
||||
*/
|
||||
toBeFalsy(): void,
|
||||
/**
|
||||
* To compare floating point numbers, you can use toBeGreaterThan.
|
||||
*/
|
||||
toBeGreaterThan(number: number): void,
|
||||
/**
|
||||
* To compare floating point numbers, you can use toBeGreaterThanOrEqual.
|
||||
*/
|
||||
toBeGreaterThanOrEqual(number: number): void,
|
||||
/**
|
||||
* To compare floating point numbers, you can use toBeLessThan.
|
||||
*/
|
||||
toBeLessThan(number: number): void,
|
||||
/**
|
||||
* To compare floating point numbers, you can use toBeLessThanOrEqual.
|
||||
*/
|
||||
toBeLessThanOrEqual(number: number): void,
|
||||
/**
|
||||
* Use .toBeInstanceOf(Class) to check that an object is an instance of a
|
||||
* class.
|
||||
*/
|
||||
toBeInstanceOf(cls: Class<*>): void,
|
||||
/**
|
||||
* .toBeNull() is the same as .toBe(null) but the error messages are a bit
|
||||
* nicer.
|
||||
*/
|
||||
toBeNull(): void,
|
||||
/**
|
||||
* Use .toBeTruthy when you don't care what a value is, you just want to
|
||||
* ensure a value is true in a boolean context.
|
||||
*/
|
||||
toBeTruthy(): void,
|
||||
/**
|
||||
* Use .toBeUndefined to check that a variable is undefined.
|
||||
*/
|
||||
toBeUndefined(): void,
|
||||
/**
|
||||
* Use .toContain when you want to check that an item is in a list. For
|
||||
* testing the items in the list, this uses ===, a strict equality check.
|
||||
*/
|
||||
toContain(item: any): void,
|
||||
/**
|
||||
* Use .toContainEqual when you want to check that an item is in a list. For
|
||||
* testing the items in the list, this matcher recursively checks the
|
||||
* equality of all fields, rather than checking for object identity.
|
||||
*/
|
||||
toContainEqual(item: any): void,
|
||||
/**
|
||||
* Use .toEqual when you want to check that two objects have the same value.
|
||||
* This matcher recursively checks the equality of all fields, rather than
|
||||
* checking for object identity.
|
||||
*/
|
||||
toEqual(value: any): void,
|
||||
/**
|
||||
* Use .toHaveBeenCalled to ensure that a mock function got called.
|
||||
*/
|
||||
toHaveBeenCalled(): void,
|
||||
/**
|
||||
* Use .toHaveBeenCalledTimes to ensure that a mock function got called exact
|
||||
* number of times.
|
||||
*/
|
||||
toHaveBeenCalledTimes(number: number): void,
|
||||
/**
|
||||
* Use .toHaveBeenCalledWith to ensure that a mock function was called with
|
||||
* specific arguments.
|
||||
*/
|
||||
toHaveBeenCalledWith(...args: Array<any>): void,
|
||||
/**
|
||||
* Use .toHaveBeenLastCalledWith to ensure that a mock function was last called
|
||||
* with specific arguments.
|
||||
*/
|
||||
toHaveBeenLastCalledWith(...args: Array<any>): void,
|
||||
/**
|
||||
* Check that an object has a .length property and it is set to a certain
|
||||
* numeric value.
|
||||
*/
|
||||
toHaveLength(number: number): void,
|
||||
/**
|
||||
*
|
||||
*/
|
||||
toHaveProperty(propPath: string, value?: any): void,
|
||||
/**
|
||||
* Use .toMatch to check that a string matches a regular expression or string.
|
||||
*/
|
||||
toMatch(regexpOrString: RegExp | string): void,
|
||||
/**
|
||||
* Use .toMatchObject to check that a javascript object matches a subset of the properties of an object.
|
||||
*/
|
||||
toMatchObject(object: Object | Array<Object>): void,
|
||||
/**
|
||||
* This ensures that a React component matches the most recent snapshot.
|
||||
*/
|
||||
toMatchSnapshot(name?: string): void,
|
||||
/**
|
||||
* Use .toThrow to test that a function throws when it is called.
|
||||
* If you want to test that a specific error gets thrown, you can provide an
|
||||
* argument to toThrow. The argument can be a string for the error message,
|
||||
* a class for the error, or a regex that should match the error.
|
||||
*
|
||||
* Alias: .toThrowError
|
||||
*/
|
||||
toThrow(message?: string | Error | Class<Error> | RegExp): void,
|
||||
toThrowError(message?: string | Error | Class<Error> | RegExp): void,
|
||||
/**
|
||||
* Use .toThrowErrorMatchingSnapshot to test that a function throws a error
|
||||
* matching the most recent snapshot when it is called.
|
||||
*/
|
||||
toThrowErrorMatchingSnapshot(): void
|
||||
};
|
||||
|
||||
type JestObjectType = {
|
||||
/**
|
||||
* Disables automatic mocking in the module loader.
|
||||
*
|
||||
* After this method is called, all `require()`s will return the real
|
||||
* versions of each module (rather than a mocked version).
|
||||
*/
|
||||
disableAutomock(): JestObjectType,
|
||||
/**
|
||||
* An un-hoisted version of disableAutomock
|
||||
*/
|
||||
autoMockOff(): JestObjectType,
|
||||
/**
|
||||
* Enables automatic mocking in the module loader.
|
||||
*/
|
||||
enableAutomock(): JestObjectType,
|
||||
/**
|
||||
* An un-hoisted version of enableAutomock
|
||||
*/
|
||||
autoMockOn(): JestObjectType,
|
||||
/**
|
||||
* Clears the mock.calls and mock.instances properties of all mocks.
|
||||
* Equivalent to calling .mockClear() on every mocked function.
|
||||
*/
|
||||
clearAllMocks(): JestObjectType,
|
||||
/**
|
||||
* Resets the state of all mocks. Equivalent to calling .mockReset() on every
|
||||
* mocked function.
|
||||
*/
|
||||
resetAllMocks(): JestObjectType,
|
||||
/**
|
||||
* Restores all mocks back to their original value.
|
||||
*/
|
||||
restoreAllMocks(): JestObjectType,
|
||||
/**
|
||||
* Removes any pending timers from the timer system.
|
||||
*/
|
||||
clearAllTimers(): void,
|
||||
/**
|
||||
* The same as `mock` but not moved to the top of the expectation by
|
||||
* babel-jest.
|
||||
*/
|
||||
doMock(moduleName: string, moduleFactory?: any): JestObjectType,
|
||||
/**
|
||||
* The same as `unmock` but not moved to the top of the expectation by
|
||||
* babel-jest.
|
||||
*/
|
||||
dontMock(moduleName: string): JestObjectType,
|
||||
/**
|
||||
* Returns a new, unused mock function. Optionally takes a mock
|
||||
* implementation.
|
||||
*/
|
||||
fn<TArguments: $ReadOnlyArray<*>, TReturn>(
|
||||
implementation?: (...args: TArguments) => TReturn
|
||||
): JestMockFn<TArguments, TReturn>,
|
||||
/**
|
||||
* Determines if the given function is a mocked function.
|
||||
*/
|
||||
isMockFunction(fn: Function): boolean,
|
||||
/**
|
||||
* Given the name of a module, use the automatic mocking system to generate a
|
||||
* mocked version of the module for you.
|
||||
*/
|
||||
genMockFromModule(moduleName: string): any,
|
||||
/**
|
||||
* Mocks a module with an auto-mocked version when it is being required.
|
||||
*
|
||||
* The second argument can be used to specify an explicit module factory that
|
||||
* is being run instead of using Jest's automocking feature.
|
||||
*
|
||||
* The third argument can be used to create virtual mocks -- mocks of modules
|
||||
* that don't exist anywhere in the system.
|
||||
*/
|
||||
mock(
|
||||
moduleName: string,
|
||||
moduleFactory?: any,
|
||||
options?: Object
|
||||
): JestObjectType,
|
||||
/**
|
||||
* Returns the actual module instead of a mock, bypassing all checks on
|
||||
* whether the module should receive a mock implementation or not.
|
||||
*/
|
||||
requireActual(moduleName: string): any,
|
||||
/**
|
||||
* Returns a mock module instead of the actual module, bypassing all checks
|
||||
* on whether the module should be required normally or not.
|
||||
*/
|
||||
requireMock(moduleName: string): any,
|
||||
/**
|
||||
* Resets the module registry - the cache of all required modules. This is
|
||||
* useful to isolate modules where local state might conflict between tests.
|
||||
*/
|
||||
resetModules(): JestObjectType,
|
||||
/**
|
||||
* Exhausts the micro-task queue (usually interfaced in node via
|
||||
* process.nextTick).
|
||||
*/
|
||||
runAllTicks(): void,
|
||||
/**
|
||||
* Exhausts the macro-task queue (i.e., all tasks queued by setTimeout(),
|
||||
* setInterval(), and setImmediate()).
|
||||
*/
|
||||
runAllTimers(): void,
|
||||
/**
|
||||
* Exhausts all tasks queued by setImmediate().
|
||||
*/
|
||||
runAllImmediates(): void,
|
||||
/**
|
||||
* Executes only the macro task queue (i.e. all tasks queued by setTimeout()
|
||||
* or setInterval() and setImmediate()).
|
||||
*/
|
||||
runTimersToTime(msToRun: number): void,
|
||||
/**
|
||||
* Executes only the macro-tasks that are currently pending (i.e., only the
|
||||
* tasks that have been queued by setTimeout() or setInterval() up to this
|
||||
* point)
|
||||
*/
|
||||
runOnlyPendingTimers(): void,
|
||||
/**
|
||||
* Explicitly supplies the mock object that the module system should return
|
||||
* for the specified module. Note: It is recommended to use jest.mock()
|
||||
* instead.
|
||||
*/
|
||||
setMock(moduleName: string, moduleExports: any): JestObjectType,
|
||||
/**
|
||||
* Indicates that the module system should never return a mocked version of
|
||||
* the specified module from require() (e.g. that it should always return the
|
||||
* real module).
|
||||
*/
|
||||
unmock(moduleName: string): JestObjectType,
|
||||
/**
|
||||
* Instructs Jest to use fake versions of the standard timer functions
|
||||
* (setTimeout, setInterval, clearTimeout, clearInterval, nextTick,
|
||||
* setImmediate and clearImmediate).
|
||||
*/
|
||||
useFakeTimers(): JestObjectType,
|
||||
/**
|
||||
* Instructs Jest to use the real versions of the standard timer functions.
|
||||
*/
|
||||
useRealTimers(): JestObjectType,
|
||||
/**
|
||||
* Creates a mock function similar to jest.fn but also tracks calls to
|
||||
* object[methodName].
|
||||
*/
|
||||
spyOn(object: Object, methodName: string): JestMockFn<any, any>,
|
||||
/**
|
||||
* Set the default timeout interval for tests and before/after hooks in milliseconds.
|
||||
* Note: The default timeout interval is 5 seconds if this method is not called.
|
||||
*/
|
||||
setTimeout(timeout: number): JestObjectType
|
||||
};
|
||||
|
||||
type JestSpyType = {
|
||||
calls: JestCallsType
|
||||
};
|
||||
|
||||
/** Runs this function after every test inside this context */
|
||||
declare function afterEach(
|
||||
fn: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void;
|
||||
/** Runs this function before every test inside this context */
|
||||
declare function beforeEach(
|
||||
fn: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void;
|
||||
/** Runs this function after all tests have finished inside this context */
|
||||
declare function afterAll(
|
||||
fn: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void;
|
||||
/** Runs this function before any tests have started inside this context */
|
||||
declare function beforeAll(
|
||||
fn: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void;
|
||||
|
||||
/** A context for grouping tests together */
|
||||
declare var describe: {
|
||||
/**
|
||||
* Creates a block that groups together several related tests in one "test suite"
|
||||
*/
|
||||
(name: JestTestName, fn: () => void): void,
|
||||
|
||||
/**
|
||||
* Only run this describe block
|
||||
*/
|
||||
only(name: JestTestName, fn: () => void): void,
|
||||
|
||||
/**
|
||||
* Skip running this describe block
|
||||
*/
|
||||
skip(name: JestTestName, fn: () => void): void
|
||||
};
|
||||
|
||||
/** An individual test unit */
|
||||
declare var it: {
|
||||
/**
|
||||
* An individual test unit
|
||||
*
|
||||
* @param {JestTestName} Name of Test
|
||||
* @param {Function} Test
|
||||
* @param {number} Timeout for the test, in milliseconds.
|
||||
*/
|
||||
(
|
||||
name: JestTestName,
|
||||
fn?: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void,
|
||||
/**
|
||||
* Only run this test
|
||||
*
|
||||
* @param {JestTestName} Name of Test
|
||||
* @param {Function} Test
|
||||
* @param {number} Timeout for the test, in milliseconds.
|
||||
*/
|
||||
only(
|
||||
name: JestTestName,
|
||||
fn?: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void,
|
||||
/**
|
||||
* Skip running this test
|
||||
*
|
||||
* @param {JestTestName} Name of Test
|
||||
* @param {Function} Test
|
||||
* @param {number} Timeout for the test, in milliseconds.
|
||||
*/
|
||||
skip(
|
||||
name: JestTestName,
|
||||
fn?: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void,
|
||||
/**
|
||||
* Run the test concurrently
|
||||
*
|
||||
* @param {JestTestName} Name of Test
|
||||
* @param {Function} Test
|
||||
* @param {number} Timeout for the test, in milliseconds.
|
||||
*/
|
||||
concurrent(
|
||||
name: JestTestName,
|
||||
fn?: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void
|
||||
};
|
||||
declare function fit(
|
||||
name: JestTestName,
|
||||
fn: (done: () => void) => ?Promise<mixed>,
|
||||
timeout?: number
|
||||
): void;
|
||||
/** An individual test unit */
|
||||
declare var test: typeof it;
|
||||
/** A disabled group of tests */
|
||||
declare var xdescribe: typeof describe;
|
||||
/** A focused group of tests */
|
||||
declare var fdescribe: typeof describe;
|
||||
/** A disabled individual test */
|
||||
declare var xit: typeof it;
|
||||
/** A disabled individual test */
|
||||
declare var xtest: typeof it;
|
||||
|
||||
/** The expect function is used every time you want to test a value */
|
||||
declare var expect: {
|
||||
/** The object that you want to make assertions against */
|
||||
(value: any): JestExpectType & JestPromiseType & EnzymeMatchersType,
|
||||
/** Add additional Jasmine matchers to Jest's roster */
|
||||
extend(matchers: { [name: string]: JestMatcher }): void,
|
||||
/** Add a module that formats application-specific data structures. */
|
||||
addSnapshotSerializer(serializer: (input: Object) => string): void,
|
||||
assertions(expectedAssertions: number): void,
|
||||
hasAssertions(): void,
|
||||
any(value: mixed): JestAsymmetricEqualityType,
|
||||
anything(): any,
|
||||
arrayContaining(value: Array<mixed>): Array<mixed>,
|
||||
objectContaining(value: Object): Object,
|
||||
/** Matches any received string that contains the exact expected string. */
|
||||
stringContaining(value: string): string,
|
||||
stringMatching(value: string | RegExp): string
|
||||
};
|
||||
|
||||
// TODO handle return type
|
||||
// http://jasmine.github.io/2.4/introduction.html#section-Spies
|
||||
declare function spyOn(value: mixed, method: string): Object;
|
||||
|
||||
/** Holds all functions related to manipulating test runner */
|
||||
declare var jest: JestObjectType;
|
||||
|
||||
/**
|
||||
* The global Jasmine object, this is generally not exposed as the public API,
|
||||
* using features inside here could break in later versions of Jest.
|
||||
*/
|
||||
declare var jasmine: {
|
||||
DEFAULT_TIMEOUT_INTERVAL: number,
|
||||
any(value: mixed): JestAsymmetricEqualityType,
|
||||
anything(): any,
|
||||
arrayContaining(value: Array<mixed>): Array<mixed>,
|
||||
clock(): JestClockType,
|
||||
createSpy(name: string): JestSpyType,
|
||||
createSpyObj(
|
||||
baseName: string,
|
||||
methodNames: Array<string>
|
||||
): { [methodName: string]: JestSpyType },
|
||||
objectContaining(value: Object): Object,
|
||||
stringMatching(value: string): string
|
||||
};
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 03b5c0e56ca10c4e61dfdd469b8287a3
|
||||
// flow-typed version: <<STUB>>/json-loader_v^0.5.7/flow_v0.66.0
|
||||
// flow-typed signature: 94d9b00476c3f553cdd4c60da7545b30
|
||||
// flow-typed version: <<STUB>>/json-loader_v^0.5.7/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,66 @@
|
|||
// flow-typed signature: 1b8175b8922bedb25de8c048cfb20009
|
||||
// flow-typed version: <<STUB>>/material-ui-search-bar_v^1.0.0-beta.13/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'material-ui-search-bar'
|
||||
*
|
||||
* 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 'material-ui-search-bar' {
|
||||
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 'material-ui-search-bar/lib/components/SearchBar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'material-ui-search-bar/lib/components/SearchBar/SearchBar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'material-ui-search-bar/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'material-ui-search-bar/lib/styleguide/Wrapper' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'material-ui-search-bar/styleguide.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'material-ui-search-bar/lib/components/SearchBar/index' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib/components/SearchBar'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/lib/components/SearchBar/index.js' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib/components/SearchBar'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/lib/components/SearchBar/SearchBar.js' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib/components/SearchBar/SearchBar'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/lib/index' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/lib/index.js' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/lib/styleguide/Wrapper.js' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/lib/styleguide/Wrapper'>;
|
||||
}
|
||||
declare module 'material-ui-search-bar/styleguide.config.js' {
|
||||
declare module.exports: $Exports<'material-ui-search-bar/styleguide.config'>;
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
// flow-typed signature: 6c0b56b463813e6d7e6ce19c6fe483b8
|
||||
// flow-typed version: <<STUB>>/mini-css-extract-plugin_v0.8.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'mini-css-extract-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 'mini-css-extract-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 'mini-css-extract-plugin/dist/cjs' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mini-css-extract-plugin/dist/hmr/hotModuleReplacement' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mini-css-extract-plugin/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'mini-css-extract-plugin/dist/loader' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'mini-css-extract-plugin/dist/cjs.js' {
|
||||
declare module.exports: $Exports<'mini-css-extract-plugin/dist/cjs'>;
|
||||
}
|
||||
declare module 'mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js' {
|
||||
declare module.exports: $Exports<'mini-css-extract-plugin/dist/hmr/hotModuleReplacement'>;
|
||||
}
|
||||
declare module 'mini-css-extract-plugin/dist/index' {
|
||||
declare module.exports: $Exports<'mini-css-extract-plugin/dist'>;
|
||||
}
|
||||
declare module 'mini-css-extract-plugin/dist/index.js' {
|
||||
declare module.exports: $Exports<'mini-css-extract-plugin/dist'>;
|
||||
}
|
||||
declare module 'mini-css-extract-plugin/dist/loader.js' {
|
||||
declare module.exports: $Exports<'mini-css-extract-plugin/dist/loader'>;
|
||||
}
|
|
@ -0,0 +1,312 @@
|
|||
// flow-typed signature: f8bc383f329f40ec2db2c9088119e8cb
|
||||
// flow-typed version: <<STUB>>/notistack_vhttps://github.com/gnosis/notistack.git#v0.9.4/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'notistack'
|
||||
*
|
||||
* 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 'notistack' {
|
||||
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 'notistack/build' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarContainer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarContext' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarItem' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem.styles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem.util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/SnackbarProvider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/useSnackbar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/utils/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/utils/getDisplayName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/utils/warning' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/build/withSnackbar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/mobx-example/App' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/mobx-example' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/mobx-example/Notifier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/mobx-example/store/store' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/redux-example/App' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/redux-example' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/redux-example/Notifier' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/redux-example/redux/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/redux-example/redux/reducers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/simple-example/App' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/simple-example' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/examples/simple-example/MessageButtons' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarContainer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarContext' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarItem' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem.styles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem.util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/SnackbarProvider' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/useSnackbar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/utils/constants' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/utils/getDisplayName' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/utils/warning' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'notistack/src/withSnackbar' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'notistack/build/index' {
|
||||
declare module.exports: $Exports<'notistack/build'>;
|
||||
}
|
||||
declare module 'notistack/build/index.js' {
|
||||
declare module.exports: $Exports<'notistack/build'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarContainer.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarContainer'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarContext.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarContext'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarItem/index' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarItem/index.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarItem/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem.styles.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarItem/SnackbarItem.styles'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarItem/SnackbarItem.util.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarItem/SnackbarItem.util'>;
|
||||
}
|
||||
declare module 'notistack/build/SnackbarProvider.js' {
|
||||
declare module.exports: $Exports<'notistack/build/SnackbarProvider'>;
|
||||
}
|
||||
declare module 'notistack/build/useSnackbar.js' {
|
||||
declare module.exports: $Exports<'notistack/build/useSnackbar'>;
|
||||
}
|
||||
declare module 'notistack/build/utils/constants.js' {
|
||||
declare module.exports: $Exports<'notistack/build/utils/constants'>;
|
||||
}
|
||||
declare module 'notistack/build/utils/getDisplayName.js' {
|
||||
declare module.exports: $Exports<'notistack/build/utils/getDisplayName'>;
|
||||
}
|
||||
declare module 'notistack/build/utils/warning.js' {
|
||||
declare module.exports: $Exports<'notistack/build/utils/warning'>;
|
||||
}
|
||||
declare module 'notistack/build/withSnackbar.js' {
|
||||
declare module.exports: $Exports<'notistack/build/withSnackbar'>;
|
||||
}
|
||||
declare module 'notistack/examples/mobx-example/App.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/mobx-example/App'>;
|
||||
}
|
||||
declare module 'notistack/examples/mobx-example/index' {
|
||||
declare module.exports: $Exports<'notistack/examples/mobx-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/mobx-example/index.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/mobx-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/mobx-example/Notifier.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/mobx-example/Notifier'>;
|
||||
}
|
||||
declare module 'notistack/examples/mobx-example/store/store.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/mobx-example/store/store'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/App.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example/App'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/index' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/index.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/Notifier.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example/Notifier'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/redux/actions.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example/redux/actions'>;
|
||||
}
|
||||
declare module 'notistack/examples/redux-example/redux/reducers.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/redux-example/redux/reducers'>;
|
||||
}
|
||||
declare module 'notistack/examples/simple-example/App.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/simple-example/App'>;
|
||||
}
|
||||
declare module 'notistack/examples/simple-example/index' {
|
||||
declare module.exports: $Exports<'notistack/examples/simple-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/simple-example/index.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/simple-example'>;
|
||||
}
|
||||
declare module 'notistack/examples/simple-example/MessageButtons.js' {
|
||||
declare module.exports: $Exports<'notistack/examples/simple-example/MessageButtons'>;
|
||||
}
|
||||
declare module 'notistack/src/index' {
|
||||
declare module.exports: $Exports<'notistack/src'>;
|
||||
}
|
||||
declare module 'notistack/src/index.js' {
|
||||
declare module.exports: $Exports<'notistack/src'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarContainer.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarContainer'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarContext.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarContext'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarItem/index' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarItem/index.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarItem/SnackbarItem'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem.styles.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarItem/SnackbarItem.styles'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarItem/SnackbarItem.util.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarItem/SnackbarItem.util'>;
|
||||
}
|
||||
declare module 'notistack/src/SnackbarProvider.js' {
|
||||
declare module.exports: $Exports<'notistack/src/SnackbarProvider'>;
|
||||
}
|
||||
declare module 'notistack/src/useSnackbar.js' {
|
||||
declare module.exports: $Exports<'notistack/src/useSnackbar'>;
|
||||
}
|
||||
declare module 'notistack/src/utils/constants.js' {
|
||||
declare module.exports: $Exports<'notistack/src/utils/constants'>;
|
||||
}
|
||||
declare module 'notistack/src/utils/getDisplayName.js' {
|
||||
declare module.exports: $Exports<'notistack/src/utils/getDisplayName'>;
|
||||
}
|
||||
declare module 'notistack/src/utils/warning.js' {
|
||||
declare module.exports: $Exports<'notistack/src/utils/warning'>;
|
||||
}
|
||||
declare module 'notistack/src/withSnackbar.js' {
|
||||
declare module.exports: $Exports<'notistack/src/withSnackbar'>;
|
||||
}
|
|
@ -0,0 +1,134 @@
|
|||
// flow-typed signature: d858b38388e2987b69819b5a5e59e5de
|
||||
// flow-typed version: <<STUB>>/optimize-css-assets-webpack-plugin_v5.0.3/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'optimize-css-assets-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 'optimize-css-assets-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 'optimize-css-assets-webpack-plugin/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/webpack.config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/plugin.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/util/helpers' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/util' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/webpack-integration.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'optimize-css-assets-webpack-plugin/src/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/src'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/src/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/src'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source/webpack.config.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/assetNameRegExp-no-source/webpack.config'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin/webpack.config.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/duplicate-css-exists-without-plugin/webpack.config'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed/webpack.config.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/only-assetNameRegExp-processed/webpack.config'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/webpack.config.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/webpack.config'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/plugin.test.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/plugin.test'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/util/helpers.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/util/helpers'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/util/index' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/util'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/util/index.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/util'>;
|
||||
}
|
||||
declare module 'optimize-css-assets-webpack-plugin/test/webpack-integration.test.js' {
|
||||
declare module.exports: $Exports<'optimize-css-assets-webpack-plugin/test/webpack-integration.test'>;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: c1c34522058dc78455f364e71f71de48
|
||||
// flow-typed version: <<STUB>>/postcss-loader_v^2.1.1/flow_v0.66.0
|
||||
// flow-typed signature: 30d1a857eca100f0f8897669ec1534c9
|
||||
// flow-typed version: <<STUB>>/postcss-loader_v^3.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,25 +22,35 @@ declare module 'postcss-loader' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'postcss-loader/lib/Error' {
|
||||
declare module 'postcss-loader/src/Error' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'postcss-loader/lib/index' {
|
||||
declare module 'postcss-loader/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'postcss-loader/lib/options' {
|
||||
declare module 'postcss-loader/src/options' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'postcss-loader/src/Warning' {
|
||||
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/src/Error.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/src/Error'>;
|
||||
}
|
||||
declare module 'postcss-loader/lib/index.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/lib/index'>;
|
||||
declare module 'postcss-loader/src/index' {
|
||||
declare module.exports: $Exports<'postcss-loader/src'>;
|
||||
}
|
||||
declare module 'postcss-loader/lib/options.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/lib/options'>;
|
||||
declare module 'postcss-loader/src/index.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/src'>;
|
||||
}
|
||||
declare module 'postcss-loader/src/options.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/src/options'>;
|
||||
}
|
||||
declare module 'postcss-loader/src/Warning.js' {
|
||||
declare module.exports: $Exports<'postcss-loader/src/Warning'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 04ff32665baee4af652d15fb60267d4e
|
||||
// flow-typed version: <<STUB>>/postcss-mixins_v^6.2.0/flow_v0.66.0
|
||||
// flow-typed signature: c7ff35ccf29eb9a19b8c65171af15618
|
||||
// flow-typed version: <<STUB>>/postcss-mixins_v6.2.3/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 0cf1b74654d41b6fa5fcc79e717c613f
|
||||
// flow-typed version: <<STUB>>/postcss-simple-vars_v^4.1.0/flow_v0.66.0
|
||||
// flow-typed signature: 19c5eeedd333e80fc8c36291e8a8102e
|
||||
// flow-typed version: <<STUB>>/postcss-simple-vars_v^5.0.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
@ -22,9 +22,7 @@ declare module 'postcss-simple-vars' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'postcss-simple-vars/index.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'postcss-simple-vars/index' {
|
||||
|
@ -33,6 +31,3 @@ declare module 'postcss-simple-vars/index' {
|
|||
declare module 'postcss-simple-vars/index.js' {
|
||||
declare module.exports: $Exports<'postcss-simple-vars'>;
|
||||
}
|
||||
declare module 'postcss-simple-vars/index.test.js' {
|
||||
declare module.exports: $Exports<'postcss-simple-vars/index.test'>;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// flow-typed signature: 3b3a84fd8db14c0f953a6a3fc85194f5
|
||||
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.66.0
|
||||
// flow-typed signature: 00a9cde2a47118327550bc88dd0b4a10
|
||||
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
|
|
|
@ -0,0 +1,105 @@
|
|||
// flow-typed signature: ced24ab69cedf9e693d089727125bef3
|
||||
// flow-typed version: <<STUB>>/prettier-eslint-cli_v5.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'prettier-eslint-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 'prettier-eslint-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 'prettier-eslint-cli/dist/add-exception-handler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/argv' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/format-files' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/format-files.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/message.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/messages' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/no-main' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/parser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/uncaught-exception-handler' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'prettier-eslint-cli/dist/uncaught-exception-handler.test' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'prettier-eslint-cli/dist/add-exception-handler.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/add-exception-handler'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/argv.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/argv'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/format-files.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/format-files'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/format-files.test.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/format-files.test'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/index' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/index.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/message.test.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/message.test'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/messages.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/messages'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/no-main.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/no-main'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/parser.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/parser'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/uncaught-exception-handler.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/uncaught-exception-handler'>;
|
||||
}
|
||||
declare module 'prettier-eslint-cli/dist/uncaught-exception-handler.test.js' {
|
||||
declare module.exports: $Exports<'prettier-eslint-cli/dist/uncaught-exception-handler.test'>;
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
// flow-typed signature: dcf49d697eb091167fe6e4c1875fbf6b
|
||||
// flow-typed version: <<STUB>>/dotenv_v^5.0.1/flow_v0.66.0
|
||||
// flow-typed signature: 0263e9e9a8b1e1b00f24616149d6cdec
|
||||
// flow-typed version: <<STUB>>/qrcode.react_v1.0.0/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'dotenv'
|
||||
* 'qrcode.react'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
|||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module 'dotenv' {
|
||||
declare module 'qrcode.react' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
@ -22,18 +22,14 @@ declare module 'dotenv' {
|
|||
* require those files directly. Feel free to delete any files that aren't
|
||||
* needed.
|
||||
*/
|
||||
declare module 'dotenv/config' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'dotenv/lib/main' {
|
||||
declare module 'qrcode.react/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'dotenv/config.js' {
|
||||
declare module.exports: $Exports<'dotenv/config'>;
|
||||
declare module 'qrcode.react/lib/index' {
|
||||
declare module.exports: $Exports<'qrcode.react/lib'>;
|
||||
}
|
||||
declare module 'dotenv/lib/main.js' {
|
||||
declare module.exports: $Exports<'dotenv/lib/main'>;
|
||||
declare module 'qrcode.react/lib/index.js' {
|
||||
declare module.exports: $Exports<'qrcode.react/lib'>;
|
||||
}
|
|
@ -1,172 +0,0 @@
|
|||
// flow-typed signature: e5510f694d8e0b5f56eef747856b956a
|
||||
// flow-typed version: <<STUB>>/react-dev-utils_v^5.0.0/flow_v0.66.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-dev-utils'
|
||||
*
|
||||
* 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-dev-utils' {
|
||||
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-dev-utils/checkRequiredFiles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/clearConsole' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/crossSpawn' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/errorOverlayMiddleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/eslintFormatter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/FileSizeReporter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/formatWebpackMessages' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/getProcessForPort' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/ignoredFiles' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/inquirer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/InterpolateHtmlPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/launchEditor' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/launchEditorEndpoint' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/ModuleScopePlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/noopServiceWorkerMiddleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/openBrowser' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/printBuildError' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/printHostingInstructions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/WebpackDevServerUtils' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-dev-utils/webpackHotDevClient' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-dev-utils/checkRequiredFiles.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/checkRequiredFiles'>;
|
||||
}
|
||||
declare module 'react-dev-utils/clearConsole.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/clearConsole'>;
|
||||
}
|
||||
declare module 'react-dev-utils/crossSpawn.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/crossSpawn'>;
|
||||
}
|
||||
declare module 'react-dev-utils/errorOverlayMiddleware.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/errorOverlayMiddleware'>;
|
||||
}
|
||||
declare module 'react-dev-utils/eslintFormatter.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/eslintFormatter'>;
|
||||
}
|
||||
declare module 'react-dev-utils/FileSizeReporter.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/FileSizeReporter'>;
|
||||
}
|
||||
declare module 'react-dev-utils/formatWebpackMessages.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/formatWebpackMessages'>;
|
||||
}
|
||||
declare module 'react-dev-utils/getProcessForPort.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/getProcessForPort'>;
|
||||
}
|
||||
declare module 'react-dev-utils/ignoredFiles.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/ignoredFiles'>;
|
||||
}
|
||||
declare module 'react-dev-utils/inquirer.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/inquirer'>;
|
||||
}
|
||||
declare module 'react-dev-utils/InterpolateHtmlPlugin.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/InterpolateHtmlPlugin'>;
|
||||
}
|
||||
declare module 'react-dev-utils/launchEditor.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/launchEditor'>;
|
||||
}
|
||||
declare module 'react-dev-utils/launchEditorEndpoint.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/launchEditorEndpoint'>;
|
||||
}
|
||||
declare module 'react-dev-utils/ModuleScopePlugin.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/ModuleScopePlugin'>;
|
||||
}
|
||||
declare module 'react-dev-utils/noopServiceWorkerMiddleware.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/noopServiceWorkerMiddleware'>;
|
||||
}
|
||||
declare module 'react-dev-utils/openBrowser.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/openBrowser'>;
|
||||
}
|
||||
declare module 'react-dev-utils/printBuildError.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/printBuildError'>;
|
||||
}
|
||||
declare module 'react-dev-utils/printHostingInstructions.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/printHostingInstructions'>;
|
||||
}
|
||||
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/WatchMissingNodeModulesPlugin'>;
|
||||
}
|
||||
declare module 'react-dev-utils/WebpackDevServerUtils.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/WebpackDevServerUtils'>;
|
||||
}
|
||||
declare module 'react-dev-utils/webpackHotDevClient.js' {
|
||||
declare module.exports: $Exports<'react-dev-utils/webpackHotDevClient'>;
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
// flow-typed signature: 8a7e73fee92a885e2d4c8f94329ddbe2
|
||||
// flow-typed version: c6154227d1/react-hot-loader_v4.6.x/flow_>=v0.104.x
|
||||
|
||||
// @flow
|
||||
declare module "react-hot-loader" {
|
||||
declare type Module = { id: string, ... };
|
||||
|
||||
declare type ErrorReporterProps = {|
|
||||
error: Error,
|
||||
errorInfo: { componentStack: string, ... }
|
||||
|}
|
||||
|
||||
declare export type ContainerProps = {|
|
||||
children: React$Element<any>,
|
||||
errorBoundary?: boolean,
|
||||
errorReporter?: React$ComponentType<ErrorReporterProps>,
|
||||
|}
|
||||
|
||||
declare export class AppContainer extends React$Component<ContainerProps> {}
|
||||
|
||||
declare export function hot(module: Module): <T: React$ComponentType<any>>(
|
||||
Component: T,
|
||||
props?: $Diff<ContainerProps, { children: React$Element<any>, ... }>
|
||||
) => T
|
||||
|
||||
declare export function cold<T: React$ComponentType<any>>(component: T): T
|
||||
|
||||
declare export function areComponentsEqual<T>(
|
||||
typeA: React$ComponentType<T>,
|
||||
typeB: React$ComponentType<T>
|
||||
): boolean
|
||||
|
||||
declare type Config = {|
|
||||
logLevel: 'debug' | 'log' | 'warn' | 'error',
|
||||
pureSFC: boolean,
|
||||
pureRender: boolean,
|
||||
allowSFC: boolean,
|
||||
disableHotRenderer: boolean,
|
||||
disableHotRendererWhenInjected: boolean,
|
||||
ignoreSFC: boolean,
|
||||
ignoreComponents: boolean,
|
||||
errorReporter: React$ComponentType<ErrorReporterProps>,
|
||||
ErrorOverlay: React$ComponentType<{ errors: Array<ErrorReporterProps>, ... }>,
|
||||
onComponentRegister: (type: any, uniqueLocalName: string, fileName: string) => any,
|
||||
onComponentCreate: (type: any, displayName: string) => any,
|
||||
|}
|
||||
|
||||
declare export function setConfig(config: $Shape<Config>): void
|
||||
}
|
||||
|
||||
declare module "react-hot-loader/root" {
|
||||
import type { ContainerProps } from 'react-hot-loader';
|
||||
|
||||
declare export function hot<T: React$ComponentType<any>>(
|
||||
Component: T,
|
||||
props?: $Diff<ContainerProps, { children: React$Element<any>, ... }>
|
||||
): T;
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
// flow-typed signature: aad2151aafb250a7bce85c55144caa7a
|
||||
// flow-typed version: 34fcf12a99/react-loadable_v5.x.x/flow_>=v0.56.0
|
||||
|
||||
declare module 'react-loadable' {
|
||||
declare type LoadingProps = {
|
||||
isLoading: boolean,
|
||||
pastDelay: boolean,
|
||||
timedOut: boolean,
|
||||
error: boolean
|
||||
};
|
||||
|
||||
declare type CommonOptions = {
|
||||
loading: React$ComponentType<LoadingProps>,
|
||||
delay?: number,
|
||||
timeout?: number,
|
||||
modules?: Array<string>,
|
||||
webpack?: () => Array<number>
|
||||
};
|
||||
|
||||
declare type OptionsWithoutRender<TProps> = {
|
||||
...CommonOptions,
|
||||
loader(): Promise<React$ComponentType<TProps> | { default: React$ComponentType<TProps> }>
|
||||
};
|
||||
|
||||
declare type OptionsWithRender<TProps, TModule> = {
|
||||
...CommonOptions,
|
||||
loader(): Promise<TModule>,
|
||||
render(loaded: TModule, props: TProps): React$Node
|
||||
};
|
||||
|
||||
declare type Options<TProps, TModule> = OptionsWithoutRender<TProps> | OptionsWithRender<TProps, TModule>;
|
||||
|
||||
declare type MapOptions<TProps, TModules: { [key: string]: * }> = {
|
||||
...CommonOptions,
|
||||
loader: {
|
||||
[key: $Keys<TModules>]: () => Promise<*>
|
||||
},
|
||||
render(loaded: TModules, props: TProps): React$Node
|
||||
};
|
||||
|
||||
declare class LoadableComponent<TProps> extends React$Component<TProps> {
|
||||
static preload(): Promise<void>
|
||||
}
|
||||
|
||||
declare type CaptureProps = {
|
||||
report(moduleName: string): void
|
||||
};
|
||||
|
||||
declare module.exports: {
|
||||
<TProps, TModule>(opts: Options<TProps, TModule>): Class<LoadableComponent<TProps>>,
|
||||
Map<TProps, TModules>(opts: MapOptions<TProps, TModules>): Class<LoadableComponent<TProps>>,
|
||||
Capture: React$ComponentType<CaptureProps>,
|
||||
preloadAll(): Promise<void>,
|
||||
preloadReady(): Promise<void>,
|
||||
};
|
||||
}
|
|
@ -0,0 +1,136 @@
|
|||
// flow-typed signature: 59ec6ff0528ed29fef86e4a4ed3077d7
|
||||
// flow-typed version: <<STUB>>/react-qr-reader_v^2.2.1/flow_v0.112.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-qr-reader'
|
||||
*
|
||||
* 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-qr-reader' {
|
||||
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-qr-reader/examples/example' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/examples/legacy-mode' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/gulpfile' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/lib/createBlob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/lib/errors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/lib/getDeviceId' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/lib/havePropsChanged' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/lib' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src/createBlob' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src/errors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src/getDeviceId' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src/havePropsChanged' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/src/worker' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-qr-reader/stories/index.stories' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-qr-reader/examples/example.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/examples/example'>;
|
||||
}
|
||||
declare module 'react-qr-reader/examples/legacy-mode.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/examples/legacy-mode'>;
|
||||
}
|
||||
declare module 'react-qr-reader/gulpfile.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/gulpfile'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/createBlob.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib/createBlob'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/errors.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib/errors'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/getDeviceId.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib/getDeviceId'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/havePropsChanged.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib/havePropsChanged'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/index' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib'>;
|
||||
}
|
||||
declare module 'react-qr-reader/lib/index.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/lib'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/createBlob.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src/createBlob'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/errors.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src/errors'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/getDeviceId.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src/getDeviceId'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/havePropsChanged.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src/havePropsChanged'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/index' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/index.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src'>;
|
||||
}
|
||||
declare module 'react-qr-reader/src/worker.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/src/worker'>;
|
||||
}
|
||||
declare module 'react-qr-reader/stories/index.stories.js' {
|
||||
declare module.exports: $Exports<'react-qr-reader/stories/index.stories'>;
|
||||
}
|
|
@ -1,98 +0,0 @@
|
|||
// flow-typed signature: a2c406bd25fca4586c361574e555202d
|
||||
// flow-typed version: dcd1531faf/react-redux_v5.x.x/flow_>=v0.62.0
|
||||
|
||||
import type { Dispatch, Store } from "redux";
|
||||
|
||||
declare module "react-redux" {
|
||||
import type { ComponentType, ElementConfig } from 'react';
|
||||
|
||||
declare export class Provider<S, A> extends React$Component<{
|
||||
store: Store<S, A>,
|
||||
children?: any
|
||||
}> {}
|
||||
|
||||
declare export function createProvider(
|
||||
storeKey?: string,
|
||||
subKey?: string
|
||||
): Provider<*, *>;
|
||||
|
||||
/*
|
||||
|
||||
S = State
|
||||
A = Action
|
||||
OP = OwnProps
|
||||
SP = StateProps
|
||||
DP = DispatchProps
|
||||
MP = Merge props
|
||||
MDP = Map dispatch to props object
|
||||
RSP = Returned state props
|
||||
RDP = Returned dispatch props
|
||||
RMP = Returned merge props
|
||||
Com = React Component
|
||||
*/
|
||||
|
||||
declare type MapStateToProps<SP: Object, RSP: Object> = (state: Object, props: SP) => RSP;
|
||||
|
||||
declare type MapDispatchToProps<A, OP: Object, RDP: Object> = (dispatch: Dispatch<A>, ownProps: OP) => RDP;
|
||||
|
||||
declare type MergeProps<SP: Object, DP: Object, MP: Object, RMP: Object> = (
|
||||
stateProps: SP,
|
||||
dispatchProps: DP,
|
||||
ownProps: MP
|
||||
) => RMP;
|
||||
|
||||
declare type ConnectOptions<S: Object, OP: Object, RSP: Object, RMP: Object> = {|
|
||||
pure?: boolean,
|
||||
withRef?: boolean,
|
||||
areStatesEqual?: (next: S, prev: S) => boolean,
|
||||
areOwnPropsEqual?: (next: OP, prev: OP) => boolean,
|
||||
areStatePropsEqual?: (next: RSP, prev: RSP) => boolean,
|
||||
areMergedPropsEqual?: (next: RMP, prev: RMP) => boolean,
|
||||
storeKey?: string
|
||||
|};
|
||||
|
||||
declare type OmitDispatch<Component> = $Diff<Component, {dispatch: Dispatch<*>}>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, DP: Object, RSP: Object>(
|
||||
mapStateToProps: MapStateToProps<DP, RSP>,
|
||||
mapDispatchToProps?: null
|
||||
): (component: Com) => ComponentType<$Diff<OmitDispatch<ElementConfig<Com>>, RSP> & DP>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>>(
|
||||
mapStateToProps?: null,
|
||||
mapDispatchToProps?: null
|
||||
): (component: Com) => ComponentType<OmitDispatch<ElementConfig<Com>>>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, A, DP: Object, SP: Object, RSP: Object, RDP: Object>(
|
||||
mapStateToProps: MapStateToProps<SP, RSP>,
|
||||
mapDispatchToProps: MapDispatchToProps<A, DP, RDP>
|
||||
): (component: Com) => ComponentType<$Diff<$Diff<ElementConfig<Com>, RSP>, RDP> & SP & DP>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, A, OP: Object, DP: Object,PR: Object>(
|
||||
mapStateToProps?: null,
|
||||
mapDispatchToProps: MapDispatchToProps<A, OP, DP>
|
||||
): (Com) => ComponentType<$Diff<ElementConfig<Com>, DP> & OP>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, MDP: Object>(
|
||||
mapStateToProps?: null,
|
||||
mapDispatchToProps: MDP
|
||||
): (component: Com) => ComponentType<$Diff<ElementConfig<Com>, MDP>>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, SP: Object, RSP: Object, MDP: Object>(
|
||||
mapStateToProps: MapStateToProps<SP, RSP>,
|
||||
mapDispatchToPRops: MDP
|
||||
): (component: Com) => ComponentType<$Diff<$Diff<ElementConfig<Com>, RSP>, MDP> & SP>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, A, DP: Object, SP: Object, RSP: Object, RDP: Object, MP: Object, RMP: Object>(
|
||||
mapStateToProps: MapStateToProps<SP, RSP>,
|
||||
mapDispatchToProps: ?MapDispatchToProps<A, DP, RDP>,
|
||||
mergeProps: MergeProps<RSP, RDP, MP, RMP>
|
||||
): (component: Com) => ComponentType<$Diff<ElementConfig<Com>, RMP> & SP & DP & MP>;
|
||||
|
||||
declare export function connect<Com: ComponentType<*>, A, DP: Object, SP: Object, RSP: Object, RDP: Object, MP: Object, RMP: Object>(
|
||||
mapStateToProps: ?MapStateToProps<SP, RSP>,
|
||||
mapDispatchToProps: ?MapDispatchToProps<A, DP, RDP>,
|
||||
mergeProps: ?MergeProps<RSP, RDP, MP, RMP>,
|
||||
options: ConnectOptions<*, SP & DP & MP, RSP, RMP>
|
||||
): (component: Com) => ComponentType<$Diff<ElementConfig<Com>, RMP> & SP & DP & MP>;
|
||||
}
|
|
@ -0,0 +1,297 @@
|
|||
// flow-typed signature: d6e8d9a72e906ae26b83c9b33a1a6e56
|
||||
// flow-typed version: c6154227d1/react-redux_v7.x.x/flow_>=v0.104.x
|
||||
|
||||
/**
|
||||
The order of type arguments for connect() is as follows:
|
||||
|
||||
connect<Props, OwnProps, StateProps, DispatchProps, State, Dispatch>(…)
|
||||
|
||||
In Flow v0.89 only the first two are mandatory to specify. Other 4 can be repaced with the new awesome type placeholder:
|
||||
|
||||
connect<Props, OwnProps, _, _, _, _>(…)
|
||||
|
||||
But beware, in case of weird type errors somewhere in random places
|
||||
just type everything and get to a green field and only then try to
|
||||
remove the definitions you see bogus.
|
||||
|
||||
Decrypting the abbreviations:
|
||||
WC = Component being wrapped
|
||||
S = State
|
||||
D = Dispatch
|
||||
OP = OwnProps
|
||||
SP = StateProps
|
||||
DP = DispatchProps
|
||||
MP = Merge props
|
||||
RSP = Returned state props
|
||||
RDP = Returned dispatch props
|
||||
RMP = Returned merge props
|
||||
CP = Props for returned component
|
||||
Com = React Component
|
||||
SS = Selected state
|
||||
ST = Static properties of Com
|
||||
EFO = Extra factory options (used only in connectAdvanced)
|
||||
*/
|
||||
|
||||
declare module "react-redux" {
|
||||
// ------------------------------------------------------------
|
||||
// Typings for connect()
|
||||
// ------------------------------------------------------------
|
||||
|
||||
declare export type Options<S, OP, SP, MP> = {|
|
||||
pure?: boolean,
|
||||
forwardRef?: boolean,
|
||||
areStatesEqual?: (next: S, prev: S) => boolean,
|
||||
areOwnPropsEqual?: (next: OP, prev: OP) => boolean,
|
||||
areStatePropsEqual?: (next: SP, prev: SP) => boolean,
|
||||
areMergedPropsEqual?: (next: MP, prev: MP) => boolean,
|
||||
storeKey?: string,
|
||||
|};
|
||||
|
||||
declare type MapStateToProps<-S, -OP, +SP> =
|
||||
| ((state: S, ownProps: OP) => SP)
|
||||
// If you want to use the factory function but get a strange error
|
||||
// like "function is not an object" then just type the factory function
|
||||
// like this:
|
||||
// const factory: (State, OwnProps) => (State, OwnProps) => StateProps
|
||||
// and provide the StateProps type to the SP type parameter.
|
||||
| ((state: S, ownProps: OP) => (state: S, ownProps: OP) => SP);
|
||||
|
||||
declare type Bind<D> = <A, R>((...A) => R) => (...A) => $Call<D, R>;
|
||||
|
||||
declare type MapDispatchToPropsFn<D, -OP, +DP> =
|
||||
| ((dispatch: D, ownProps: OP) => DP)
|
||||
// If you want to use the factory function but get a strange error
|
||||
// like "function is not an object" then just type the factory function
|
||||
// like this:
|
||||
// const factory: (Dispatch, OwnProps) => (Dispatch, OwnProps) => DispatchProps
|
||||
// and provide the DispatchProps type to the DP type parameter.
|
||||
| ((dispatch: D, ownProps: OP) => (dispatch: D, ownProps: OP) => DP);
|
||||
|
||||
declare class ConnectedComponent<OP, +WC> extends React$Component<OP> {
|
||||
static +WrappedComponent: WC;
|
||||
getWrappedInstance(): React$ElementRef<WC>;
|
||||
}
|
||||
// The connection of the Wrapped Component and the Connected Component
|
||||
// happens here in `MP: P`. It means that type wise MP belongs to P,
|
||||
// so to say MP >= P.
|
||||
declare type Connector<P, OP, MP: P> = <WC: React$ComponentType<P>>(
|
||||
WC,
|
||||
) => Class<ConnectedComponent<OP, WC>> & WC;
|
||||
|
||||
// No `mergeProps` argument
|
||||
|
||||
// Got error like inexact OwnProps is incompatible with exact object type?
|
||||
// Just make the OP parameter for `connect()` an exact object.
|
||||
declare type MergeOP<OP, D> = {| ...$Exact<OP>, dispatch: D |};
|
||||
declare type MergeOPSP<OP, SP, D> = {| ...$Exact<OP>, ...SP, dispatch: D |};
|
||||
declare type MergeOPDP<OP, DP> = {| ...$Exact<OP>, ...DP |};
|
||||
declare type MergeOPSPDP<OP, SP, DP> = {| ...$Exact<OP>, ...SP, ...DP |};
|
||||
|
||||
declare export function connect<-P, -OP, -SP, -DP, -S, -D>(
|
||||
mapStateToProps?: null | void,
|
||||
mapDispatchToProps?: null | void,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, {||}, MergeOP<OP, D>>,
|
||||
): Connector<P, OP, MergeOP<OP, D>>;
|
||||
|
||||
declare export function connect<-P, -OP, -SP, -DP, -S, -D>(
|
||||
// If you get error here try adding return type to your mapStateToProps function
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps?: null | void,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, SP, MergeOPSP<OP, SP, D>>,
|
||||
): Connector<P, OP, MergeOPSP<OP, SP, D>>;
|
||||
|
||||
// In this case DP is an object of functions which has been bound to dispatch
|
||||
// by the given mapDispatchToProps function.
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
mapStateToProps: null | void,
|
||||
mapDispatchToProps: MapDispatchToPropsFn<D, OP, DP>,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, {||}, MergeOPDP<OP, DP>>,
|
||||
): Connector<P, OP, MergeOPDP<OP, DP>>;
|
||||
|
||||
// In this case DP is an object of action creators not yet bound to dispatch,
|
||||
// this difference is not important in the vanila redux,
|
||||
// but in case of usage with redux-thunk, the return type may differ.
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
mapStateToProps: null | void,
|
||||
mapDispatchToProps: DP,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, {||}, MergeOPDP<OP, DP>>,
|
||||
): Connector<P, OP, MergeOPDP<OP, $ObjMap<DP, Bind<D>>>>;
|
||||
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
// If you get error here try adding return type to your mapStateToProps function
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: MapDispatchToPropsFn<D, OP, DP>,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, SP, {| ...OP, ...SP, ...DP |}>,
|
||||
): Connector<P, OP, {| ...OP, ...SP, ...DP |}>;
|
||||
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
// If you get error here try adding return type to your mapStateToProps function
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: DP,
|
||||
mergeProps?: null | void,
|
||||
options?: ?Options<S, OP, SP, MergeOPSPDP<OP, SP, DP>>,
|
||||
): Connector<P, OP, MergeOPSPDP<OP, SP, $ObjMap<DP, Bind<D>>>>;
|
||||
|
||||
// With `mergeProps` argument
|
||||
|
||||
declare type MergeProps<+P, -OP, -SP, -DP> = (
|
||||
stateProps: SP,
|
||||
dispatchProps: DP,
|
||||
ownProps: OP,
|
||||
) => P;
|
||||
|
||||
declare export function connect<-P, -OP, -SP: {||}, -DP: {||}, S, D>(
|
||||
mapStateToProps: null | void,
|
||||
mapDispatchToProps: null | void,
|
||||
// If you get error here try adding return type to you mapStateToProps function
|
||||
mergeProps: MergeProps<P, OP, {||}, {| dispatch: D |}>,
|
||||
options?: ?Options<S, OP, {||}, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
declare export function connect<-P, -OP, -SP, -DP: {||}, S, D>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: null | void,
|
||||
// If you get error here try adding return type to you mapStateToProps function
|
||||
mergeProps: MergeProps<P, OP, SP, {| dispatch: D |}>,
|
||||
options?: ?Options<S, OP, SP, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
// In this case DP is an object of functions which has been bound to dispatch
|
||||
// by the given mapDispatchToProps function.
|
||||
declare export function connect<-P, -OP, -SP: {||}, -DP, S, D>(
|
||||
mapStateToProps: null | void,
|
||||
mapDispatchToProps: MapDispatchToPropsFn<D, OP, DP>,
|
||||
mergeProps: MergeProps<P, OP, {||}, DP>,
|
||||
options?: ?Options<S, OP, {||}, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
// In this case DP is an object of action creators not yet bound to dispatch,
|
||||
// this difference is not important in the vanila redux,
|
||||
// but in case of usage with redux-thunk, the return type may differ.
|
||||
declare export function connect<-P, -OP, -SP: {||}, -DP, S, D>(
|
||||
mapStateToProps: null | void,
|
||||
mapDispatchToProps: DP,
|
||||
mergeProps: MergeProps<P, OP, {||}, $ObjMap<DP, Bind<D>>>,
|
||||
options?: ?Options<S, OP, {||}, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
// In this case DP is an object of functions which has been bound to dispatch
|
||||
// by the given mapDispatchToProps function.
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: MapDispatchToPropsFn<D, OP, DP>,
|
||||
mergeProps: MergeProps<P, OP, SP, DP>,
|
||||
options?: ?Options<S, OP, SP, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
// In this case DP is an object of action creators not yet bound to dispatch,
|
||||
// this difference is not important in the vanila redux,
|
||||
// but in case of usage with redux-thunk, the return type may differ.
|
||||
declare export function connect<-P, -OP, -SP, -DP, S, D>(
|
||||
mapStateToProps: MapStateToProps<S, OP, SP>,
|
||||
mapDispatchToProps: DP,
|
||||
mergeProps: MergeProps<P, OP, SP, $ObjMap<DP, Bind<D>>>,
|
||||
options?: ?Options<S, OP, SP, P>,
|
||||
): Connector<P, OP, P>;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Typings for Hooks
|
||||
// ------------------------------------------------------------
|
||||
|
||||
declare export function useDispatch<D>(): D;
|
||||
|
||||
declare export function useSelector<S, SS>(
|
||||
selector: (state: S) => SS,
|
||||
equalityFn?: (a: SS, b: SS) => boolean,
|
||||
): SS;
|
||||
|
||||
declare export function useStore<Store>(): Store;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Typings for Provider
|
||||
// ------------------------------------------------------------
|
||||
|
||||
declare export class Provider<Store> extends React$Component<{
|
||||
store: Store,
|
||||
children?: React$Node,
|
||||
...
|
||||
}> {}
|
||||
|
||||
declare export function createProvider(
|
||||
storeKey?: string,
|
||||
subKey?: string,
|
||||
): Class<Provider<*>>;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Typings for connectAdvanced()
|
||||
// ------------------------------------------------------------
|
||||
|
||||
declare type ConnectAdvancedOptions = {
|
||||
getDisplayName?: (name: string) => string,
|
||||
methodName?: string,
|
||||
renderCountProp?: string,
|
||||
shouldHandleStateChanges?: boolean,
|
||||
storeKey?: string,
|
||||
forwardRef?: boolean,
|
||||
...
|
||||
};
|
||||
|
||||
declare type SelectorFactoryOptions<Com> = {
|
||||
getDisplayName: (name: string) => string,
|
||||
methodName: string,
|
||||
renderCountProp: ?string,
|
||||
shouldHandleStateChanges: boolean,
|
||||
storeKey: string,
|
||||
forwardRef: boolean,
|
||||
displayName: string,
|
||||
wrappedComponentName: string,
|
||||
WrappedComponent: Com,
|
||||
...
|
||||
};
|
||||
|
||||
declare type MapStateToPropsEx<S: Object, SP: Object, RSP: Object> = (
|
||||
state: S,
|
||||
props: SP,
|
||||
) => RSP;
|
||||
|
||||
declare type SelectorFactory<
|
||||
Com: React$ComponentType<*>,
|
||||
Dispatch,
|
||||
S: Object,
|
||||
OP: Object,
|
||||
EFO: Object,
|
||||
CP: Object,
|
||||
> = (
|
||||
dispatch: Dispatch,
|
||||
factoryOptions: SelectorFactoryOptions<Com> & EFO,
|
||||
) => MapStateToPropsEx<S, OP, CP>;
|
||||
|
||||
declare export function connectAdvanced<
|
||||
Com: React$ComponentType<*>,
|
||||
D,
|
||||
S: Object,
|
||||
OP: Object,
|
||||
CP: Object,
|
||||
EFO: Object,
|
||||
ST: { [_: $Keys<Com>]: any, ... },
|
||||
>(
|
||||
selectorFactory: SelectorFactory<Com, D, S, OP, EFO, CP>,
|
||||
connectAdvancedOptions: ?(ConnectAdvancedOptions & EFO),
|
||||
): (component: Com) => React$ComponentType<OP> & $Shape<ST>;
|
||||
|
||||
declare export default {
|
||||
Provider: typeof Provider,
|
||||
createProvider: typeof createProvider,
|
||||
connect: typeof connect,
|
||||
connectAdvanced: typeof connectAdvanced,
|
||||
useDispatch: typeof useDispatch,
|
||||
useSelector: typeof useSelector,
|
||||
useStore: typeof useStore,
|
||||
...
|
||||
};
|
||||
}
|
|
@ -1,39 +1,42 @@
|
|||
// flow-typed signature: 7ef7e99bfa7953a438470755d51dc345
|
||||
// flow-typed version: 107feb8c45/react-router-dom_v4.x.x/flow_>=v0.53.x
|
||||
// flow-typed signature: 2731d189e05a35cd2c4a1450f6171dd8
|
||||
// flow-typed version: 822e55b7ba/react-router-dom_v5.x.x/flow_>=v0.104.x
|
||||
|
||||
declare module "react-router-dom" {
|
||||
declare export class BrowserRouter extends React$Component<{
|
||||
declare export var BrowserRouter: React$ComponentType<{|
|
||||
basename?: string,
|
||||
forceRefresh?: boolean,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
keyLength?: number,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class HashRouter extends React$Component<{
|
||||
declare export var HashRouter: React$ComponentType<{|
|
||||
basename?: string,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
hashType?: "slash" | "noslash" | "hashbang",
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class Link extends React$Component<{
|
||||
declare export var Link: React$ComponentType<{
|
||||
className?: string,
|
||||
to: string | LocationShape,
|
||||
replace?: boolean,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
children?: React$Node,
|
||||
...
|
||||
}>
|
||||
|
||||
declare export class NavLink extends React$Component<{
|
||||
declare export var NavLink: React$ComponentType<{
|
||||
to: string | LocationShape,
|
||||
activeClassName?: string,
|
||||
className?: string,
|
||||
activeStyle?: Object,
|
||||
style?: Object,
|
||||
activeStyle?: { +[string]: mixed, ... },
|
||||
style?: { +[string]: mixed, ... },
|
||||
isActive?: (match: Match, location: Location) => boolean,
|
||||
children?: React$Node,
|
||||
exact?: boolean,
|
||||
strict?: 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.
|
||||
|
@ -42,14 +45,16 @@ declare module "react-router-dom" {
|
|||
search: string,
|
||||
hash: string,
|
||||
state?: any,
|
||||
key?: string
|
||||
key?: string,
|
||||
...
|
||||
};
|
||||
|
||||
declare export type LocationShape = {
|
||||
pathname?: string,
|
||||
search?: string,
|
||||
hash?: string,
|
||||
state?: any
|
||||
state?: any,
|
||||
...
|
||||
};
|
||||
|
||||
declare export type HistoryAction = "PUSH" | "REPLACE" | "POP";
|
||||
|
@ -68,91 +73,115 @@ declare module "react-router-dom" {
|
|||
goForward(): void,
|
||||
canGo?: (n: number) => boolean,
|
||||
block(
|
||||
callback: (location: Location, action: HistoryAction) => boolean
|
||||
): void,
|
||||
callback: string | (location: Location, action: HistoryAction) => ?string
|
||||
): () => void,
|
||||
// createMemoryHistory
|
||||
index?: number,
|
||||
entries?: Array<Location>
|
||||
entries?: Array<Location>,
|
||||
...
|
||||
};
|
||||
|
||||
declare export type Match = {
|
||||
params: { [key: string]: ?string },
|
||||
params: { [key: string]: ?string, ... },
|
||||
isExact: boolean,
|
||||
path: string,
|
||||
url: string
|
||||
url: string,
|
||||
...
|
||||
};
|
||||
|
||||
declare export type ContextRouter = {|
|
||||
history: RouterHistory,
|
||||
location: Location,
|
||||
match: Match
|
||||
match: Match,
|
||||
staticContext?: StaticRouterContext
|
||||
|};
|
||||
|
||||
declare type ContextRouterVoid = {
|
||||
history: RouterHistory | void,
|
||||
location: Location | void,
|
||||
match: Match | void,
|
||||
staticContext?: StaticRouterContext | void,
|
||||
...
|
||||
};
|
||||
|
||||
declare export type GetUserConfirmation = (
|
||||
message: string,
|
||||
callback: (confirmed: boolean) => void
|
||||
) => void;
|
||||
|
||||
declare type StaticRouterContext = {
|
||||
url?: string
|
||||
};
|
||||
declare export type StaticRouterContext = { url?: string, ... };
|
||||
|
||||
declare export class StaticRouter extends React$Component<{
|
||||
declare export var StaticRouter: React$ComponentType<{|
|
||||
basename?: string,
|
||||
location?: string | Location,
|
||||
context: StaticRouterContext,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class MemoryRouter extends React$Component<{
|
||||
declare export var MemoryRouter: React$ComponentType<{|
|
||||
initialEntries?: Array<LocationShape | string>,
|
||||
initialIndex?: number,
|
||||
getUserConfirmation?: GetUserConfirmation,
|
||||
keyLength?: number,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class Router extends React$Component<{
|
||||
declare export var Router: React$ComponentType<{|
|
||||
history: RouterHistory,
|
||||
children?: React$Node
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class Prompt extends React$Component<{
|
||||
declare export var Prompt: React$ComponentType<{|
|
||||
message: string | ((location: Location) => string | boolean),
|
||||
when?: boolean
|
||||
}> {}
|
||||
|}>
|
||||
|
||||
declare export class Redirect extends React$Component<{
|
||||
declare export var Redirect: React$ComponentType<{|
|
||||
to: string | LocationShape,
|
||||
push?: boolean
|
||||
}> {}
|
||||
push?: boolean,
|
||||
from?: string,
|
||||
exact?: boolean,
|
||||
strict?: boolean
|
||||
|}>
|
||||
|
||||
declare export class Route extends React$Component<{
|
||||
declare export var Route: React$ComponentType<{|
|
||||
component?: React$ComponentType<*>,
|
||||
render?: (router: ContextRouter) => React$Node,
|
||||
children?: React$ComponentType<ContextRouter> | React$Node,
|
||||
path?: string,
|
||||
path?: string | Array<string>,
|
||||
exact?: boolean,
|
||||
strict?: boolean
|
||||
}> {}
|
||||
strict?: boolean,
|
||||
location?: LocationShape,
|
||||
sensitive?: boolean
|
||||
|}>
|
||||
|
||||
declare export class Switch extends React$Component<{
|
||||
children?: React$Node
|
||||
}> {}
|
||||
declare export var Switch: React$ComponentType<{|
|
||||
children?: React$Node,
|
||||
location?: Location
|
||||
|}>
|
||||
|
||||
declare export function withRouter<P>(
|
||||
Component: React$ComponentType<{| ...ContextRouter, ...P |}>
|
||||
): React$ComponentType<P>;
|
||||
declare export function withRouter<Props: {...}, Component: React$ComponentType<Props>>(
|
||||
WrappedComponent: Component
|
||||
): React$ComponentType<$Diff<React$ElementConfig<Component>, ContextRouterVoid>>;
|
||||
|
||||
declare type MatchPathOptions = {
|
||||
path?: string,
|
||||
path?: string | string[],
|
||||
exact?: boolean,
|
||||
sensitive?: boolean,
|
||||
strict?: boolean
|
||||
strict?: boolean,
|
||||
...
|
||||
};
|
||||
|
||||
declare export function matchPath(
|
||||
pathname: string,
|
||||
options?: MatchPathOptions | string
|
||||
options?: MatchPathOptions | string | string[],
|
||||
parent?: Match
|
||||
): null | Match;
|
||||
|
||||
declare export function useHistory(): $PropertyType<ContextRouter, 'history'>;
|
||||
declare export function useLocation(): $PropertyType<ContextRouter, 'location'>;
|
||||
declare export function useParams(): $PropertyType<$PropertyType<ContextRouter, 'match'>, 'params'>;
|
||||
declare export function useRouteMatch(path?: MatchPathOptions | string | string[]): $PropertyType<ContextRouter, 'match'>;
|
||||
|
||||
declare export function generatePath(pattern?: string, params?: { +[string]: mixed, ... }): string;
|
||||
}
|
|
@ -1,122 +0,0 @@
|
|||
// flow-typed signature: 745c3d09cfb6878b75900da197effc4a
|
||||
// flow-typed version: <<STUB>>/react-router-redux_v^5.0.0-alpha.9/flow_v0.66.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-router-redux'
|
||||
*
|
||||
* 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-router-redux' {
|
||||
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-router-redux/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/ConnectedRouter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/actions' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/ConnectedRouter' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/index' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/reducer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/es/selectors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/middleware' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/reducer' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/selectors' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/umd/react-router-redux' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module 'react-router-redux/umd/react-router-redux.min' {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
// Filename aliases
|
||||
declare module 'react-router-redux/actions.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/actions'>;
|
||||
}
|
||||
declare module 'react-router-redux/ConnectedRouter.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/ConnectedRouter'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/actions.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/actions'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/ConnectedRouter.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/ConnectedRouter'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/index.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/index'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/middleware.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/middleware'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/reducer.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/reducer'>;
|
||||
}
|
||||
declare module 'react-router-redux/es/selectors.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/es/selectors'>;
|
||||
}
|
||||
declare module 'react-router-redux/index' {
|
||||
declare module.exports: $Exports<'react-router-redux'>;
|
||||
}
|
||||
declare module 'react-router-redux/index.js' {
|
||||
declare module.exports: $Exports<'react-router-redux'>;
|
||||
}
|
||||
declare module 'react-router-redux/middleware.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/middleware'>;
|
||||
}
|
||||
declare module 'react-router-redux/reducer.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/reducer'>;
|
||||
}
|
||||
declare module 'react-router-redux/selectors.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/selectors'>;
|
||||
}
|
||||
declare module 'react-router-redux/umd/react-router-redux.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/umd/react-router-redux'>;
|
||||
}
|
||||
declare module 'react-router-redux/umd/react-router-redux.min.js' {
|
||||
declare module.exports: $Exports<'react-router-redux/umd/react-router-redux.min'>;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue