commit
eefa0ad1cd
@ -0,0 +1,7 @@ |
||||
{ |
||||
"presets": ["es2016", "stage-0"], |
||||
"plugins": [ |
||||
"babel-plugin-transform-flow-strip-types", |
||||
"babel-plugin-inferno" |
||||
] |
||||
} |
@ -0,0 +1,9 @@ |
||||
root = true |
||||
|
||||
[src/**.js] |
||||
charset = utf-8 |
||||
indent_style = tab |
||||
|
||||
[test/**.js] |
||||
charset = utf-8 |
||||
indent_style = tab |
@ -0,0 +1,24 @@ |
||||
[include] |
||||
./src/**/*.js |
||||
|
||||
[ignore] |
||||
.*/styled-components/src/.* |
||||
.*/build/.* |
||||
|
||||
[libs] |
||||
flow-typed |
||||
node_modules/flow-interfaces-chrome/interfaces/ |
||||
node_modules/styled-components/flow-typed/react-native.js |
||||
node_modules/styled-components/flow-typed/glamor_vx.x.x.js |
||||
node_modules/styled-components/flow-typed/lodash_v4.x.x.js |
||||
node_modules/styled-components/flow-typed/react-native.js |
||||
node_modules/styled-components/flow-typed/inline-style-prefixer_vx.x.x.js |
||||
|
||||
[options] |
||||
module.name_mapper.extension='html' -> '<PROJECT_ROOT>/flow/stub/file-loader.js' |
||||
module.use_strict=true |
||||
munge_underscores=true |
||||
suppress_type=$FlowIssue |
||||
suppress_type=$FlowFixMe |
||||
suppress_type=$FixMe |
||||
unsafe.enable_getters_and_setters=true |
@ -0,0 +1,52 @@ |
||||
|
||||
# Created by https://www.gitignore.io/api/node |
||||
|
||||
### Node ### |
||||
# Logs |
||||
logs |
||||
*.log |
||||
npm-debug.log* |
||||
|
||||
# Runtime data |
||||
pids |
||||
*.pid |
||||
*.seed |
||||
*.pid.lock |
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover |
||||
lib-cov |
||||
|
||||
# Coverage directory used by tools like istanbul |
||||
coverage |
||||
|
||||
# nyc test coverage |
||||
.nyc_output |
||||
|
||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
||||
.grunt |
||||
|
||||
# node-waf configuration |
||||
.lock-wscript |
||||
|
||||
# Compiled binary addons (http://nodejs.org/api/addons.html) |
||||
build/Release |
||||
|
||||
# Dependency directories |
||||
node_modules |
||||
jspm_packages |
||||
|
||||
# Optional npm cache directory |
||||
.npm |
||||
|
||||
# Optional eslint cache |
||||
.eslintcache |
||||
|
||||
# Optional REPL history |
||||
.node_repl_history |
||||
|
||||
# Output of 'npm pack' |
||||
*.tgz |
||||
|
||||
# Yarn Integrity file |
||||
.yarn-integrity |
||||
|
@ -0,0 +1 @@ |
||||
55252 |
@ -0,0 +1,4 @@ |
||||
language: node_js |
||||
node_js: |
||||
- "7" |
||||
- "6" |
@ -0,0 +1,108 @@ |
||||
// flow-typed signature: d9151ece5608fa36dc996ac3190892bc
|
||||
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-cli' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-cli' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-cli/bin/babel-doctor' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/bin/babel-external-helpers' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/bin/babel-node' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/bin/babel' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/_babel-node' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel-external-helpers' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel-node' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel/dir' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel/file' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-cli/lib/babel/util' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-cli/bin/babel-doctor.js' { |
||||
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>; |
||||
} |
||||
declare module 'babel-cli/bin/babel-external-helpers.js' { |
||||
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>; |
||||
} |
||||
declare module 'babel-cli/bin/babel-node.js' { |
||||
declare module.exports: $Exports<'babel-cli/bin/babel-node'>; |
||||
} |
||||
declare module 'babel-cli/bin/babel.js' { |
||||
declare module.exports: $Exports<'babel-cli/bin/babel'>; |
||||
} |
||||
declare module 'babel-cli/index' { |
||||
declare module.exports: $Exports<'babel-cli'>; |
||||
} |
||||
declare module 'babel-cli/index.js' { |
||||
declare module.exports: $Exports<'babel-cli'>; |
||||
} |
||||
declare module 'babel-cli/lib/_babel-node.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel-external-helpers.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel-node.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel-node'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel/dir.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel/file.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel/file'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel/index.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel/index'>; |
||||
} |
||||
declare module 'babel-cli/lib/babel/util.js' { |
||||
declare module.exports: $Exports<'babel-cli/lib/babel/util'>; |
||||
} |
@ -0,0 +1,227 @@ |
||||
// flow-typed signature: 8d10dc3b6099ea1d3ac7f86f95718a35
|
||||
// flow-typed version: <<STUB>>/babel-core_v^6.22.1/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-core' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-core' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-core/lib/api/browser' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/api/node' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/get-possible-plugin-names' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/get-possible-preset-names' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/merge' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/normalize-ast' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/resolve-from-possible-names' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/resolve-plugin' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/resolve-preset' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/helpers/resolve' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/store' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/tools/build-external-helpers' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/logger' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/metadata' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/build-config-chain' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/config' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/option-manager' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/parsers' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/file/options/removed' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/internal-plugins/block-hoist' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/internal-plugins/shadow-functions' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/pipeline' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/plugin-pass' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/transformation/plugin' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/lib/util' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-core/register' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-core/index' { |
||||
declare module.exports: $Exports<'babel-core'>; |
||||
} |
||||
declare module 'babel-core/index.js' { |
||||
declare module.exports: $Exports<'babel-core'>; |
||||
} |
||||
declare module 'babel-core/lib/api/browser.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/api/browser'>; |
||||
} |
||||
declare module 'babel-core/lib/api/node.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/api/node'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/get-possible-plugin-names.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-plugin-names'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/get-possible-preset-names.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-preset-names'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/merge.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/merge'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/normalize-ast.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/normalize-ast'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/resolve-from-possible-names.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-from-possible-names'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/resolve-plugin.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-plugin'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/resolve-preset.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-preset'>; |
||||
} |
||||
declare module 'babel-core/lib/helpers/resolve.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/helpers/resolve'>; |
||||
} |
||||
declare module 'babel-core/lib/store.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/store'>; |
||||
} |
||||
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/transformation/file/index.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/index'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/logger.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/logger'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/metadata.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/metadata'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/build-config-chain.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/build-config-chain'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/config.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/config'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/index.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/index'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/option-manager.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/option-manager'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/parsers.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/parsers'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/file/options/removed.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/file/options/removed'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/internal-plugins/block-hoist.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/internal-plugins/block-hoist'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/internal-plugins/shadow-functions.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/internal-plugins/shadow-functions'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/pipeline.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/pipeline'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/plugin-pass.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/plugin-pass'>; |
||||
} |
||||
declare module 'babel-core/lib/transformation/plugin.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/transformation/plugin'>; |
||||
} |
||||
declare module 'babel-core/lib/util.js' { |
||||
declare module.exports: $Exports<'babel-core/lib/util'>; |
||||
} |
||||
declare module 'babel-core/register.js' { |
||||
declare module.exports: $Exports<'babel-core/register'>; |
||||
} |
@ -0,0 +1,80 @@ |
||||
// flow-typed signature: 74a25db656bf5c5ecf0f924681a2f583
|
||||
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-eslint' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-eslint' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-eslint/babylon-to-espree/attachComments' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/convertComments' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/toAST' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/toToken' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-eslint/babylon-to-espree/toTokens' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-eslint/babylon-to-espree/attachComments.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/convertComments.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/index.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/toAST.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/toToken.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>; |
||||
} |
||||
declare module 'babel-eslint/babylon-to-espree/toTokens.js' { |
||||
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>; |
||||
} |
||||
declare module 'babel-eslint/index' { |
||||
declare module.exports: $Exports<'babel-eslint'>; |
||||
} |
||||
declare module 'babel-eslint/index.js' { |
||||
declare module.exports: $Exports<'babel-eslint'>; |
||||
} |
@ -0,0 +1,67 @@ |
||||
// flow-typed signature: 4df5a5b487a2187ee663475f6e66f0e9
|
||||
// flow-typed version: <<STUB>>/babel-loader_v^6.2.10/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-loader' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-loader' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-loader/lib/fs-cache' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-loader/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-loader/lib/resolve-rc' { |
||||
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/fs-cache.js' { |
||||
declare module.exports: $Exports<'babel-loader/lib/fs-cache'>; |
||||
} |
||||
declare module 'babel-loader/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-loader/lib/index'>; |
||||
} |
||||
declare module 'babel-loader/lib/resolve-rc.js' { |
||||
declare module.exports: $Exports<'babel-loader/lib/resolve-rc'>; |
||||
} |
||||
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'>; |
||||
} |
@ -0,0 +1,102 @@ |
||||
// flow-typed signature: 9a713f89ba00a8b0bda5415a223f0ef8
|
||||
// flow-typed version: <<STUB>>/babel-plugin-inferno_v^3.2.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-plugin-inferno' |
||||
* |
||||
* 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-inferno' { |
||||
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-inferno/example' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/attrsSVG' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/flatten-expressions' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/is-array' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/is-component' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/is-null-or-undefined' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/to-expression' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/to-reference' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/helpers/to-statement' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'babel-plugin-inferno/tests' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-inferno/example.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/example'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/attrsSVG.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/attrsSVG'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/flatten-expressions.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/flatten-expressions'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/is-array.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/is-array'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/is-component.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/is-component'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/is-null-or-undefined.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/is-null-or-undefined'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/to-expression.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/to-expression'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/to-reference.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/to-reference'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/helpers/to-statement.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/helpers/to-statement'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/lib/index'>; |
||||
} |
||||
declare module 'babel-plugin-inferno/tests.js' { |
||||
declare module.exports: $Exports<'babel-plugin-inferno/tests'>; |
||||
} |
@ -0,0 +1,32 @@ |
||||
// flow-typed signature: 56c18488005f2259f304228c9dd1734e
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es2015-modules-commonjs_v^6.22.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-plugin-transform-es2015-modules-commonjs' |
||||
* |
||||
* 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-es2015-modules-commonjs' { |
||||
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-es2015-modules-commonjs/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-es2015-modules-commonjs/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-plugin-transform-es2015-modules-commonjs/lib/index'>; |
||||
} |
@ -0,0 +1,32 @@ |
||||
// flow-typed signature: 289e013482994616ec50c60de1749a69
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.21.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-plugin-transform-flow-strip-types' |
||||
* |
||||
* 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-flow-strip-types' { |
||||
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-flow-strip-types/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-flow-strip-types/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-plugin-transform-flow-strip-types/lib/index'>; |
||||
} |
@ -0,0 +1,67 @@ |
||||
// flow-typed signature: 66e57e3819bdf29f1160938bfaa8750a
|
||||
// flow-typed version: <<STUB>>/babel-polyfill_v^6.23.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -0,0 +1,32 @@ |
||||
// flow-typed signature: c9953ce0c7d7eb5516a365d1560c2b41
|
||||
// flow-typed version: <<STUB>>/babel-preset-es2016_v^6.22.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-preset-es2016' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-preset-es2016' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-preset-es2016/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-preset-es2016/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-preset-es2016/lib/index'>; |
||||
} |
@ -0,0 +1,32 @@ |
||||
// flow-typed signature: 8afecb6c74965de63038c437330123bc
|
||||
// flow-typed version: <<STUB>>/babel-preset-latest_v^6.22.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-preset-latest' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-preset-latest' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-preset-latest/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-preset-latest/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-preset-latest/lib/index'>; |
||||
} |
@ -0,0 +1,32 @@ |
||||
// flow-typed signature: 2e037b60d9da3971562dd168ff94f451
|
||||
// flow-typed version: <<STUB>>/babel-preset-stage-0_v^6.22.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-preset-stage-0' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-preset-stage-0' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-preset-stage-0/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-preset-stage-0/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-preset-stage-0/lib/index'>; |
||||
} |
@ -0,0 +1,102 @@ |
||||
// flow-typed signature: c1e6a7a77f2d089ec7d3006624efe7bb
|
||||
// flow-typed version: <<STUB>>/copy-webpack-plugin_v^4.0.1/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'copy-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 'copy-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 'copy-webpack-plugin/backup' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/indexOld' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/path' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/preProcessPattern' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/processPattern' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/shouldIgnore' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/toLooksLikeDirectory' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/writeDirectoryToAssets' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/writeFile' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'copy-webpack-plugin/dist/writeFileToAssets' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'copy-webpack-plugin/backup.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/backup'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/index.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/index'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/indexOld.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/indexOld'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/path.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/path'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/preProcessPattern.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/preProcessPattern'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/processPattern.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/processPattern'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/shouldIgnore.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/shouldIgnore'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/toLooksLikeDirectory.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/toLooksLikeDirectory'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/writeDirectoryToAssets.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/writeDirectoryToAssets'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/writeFile.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/writeFile'>; |
||||
} |
||||
declare module 'copy-webpack-plugin/dist/writeFileToAssets.js' { |
||||
declare module.exports: $Exports<'copy-webpack-plugin/dist/writeFileToAssets'>; |
||||
} |
@ -0,0 +1,326 @@ |
||||
// flow-typed signature: df86dcd6e68229d6e26372e84df986f7
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.30.0/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'eslint-plugin-flowtype' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'eslint-plugin-flowtype' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'eslint-plugin-flowtype/bin/readmeAssertions' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'eslint-plugin-flowtype/bin/readmeAssertions.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/bin/readmeAssertions'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/index.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/index'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/booleanStyle.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/booleanStyle'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/defineFlowType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/defineFlowType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/delimiterDangle.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/delimiterDangle'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/genericSpacing'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noDupeKeys'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noWeakTypes'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireParameterType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireParameterType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireReturnType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireReturnType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireValidFileAnnotation'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/requireVariableType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/requireVariableType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/semi.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/semi'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/sortKeys.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/sortKeys'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceAfterTypeColon'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeGenericBracket'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/spaceBeforeTypeColon'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateFunctions'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeIndexer'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateObjectTypeProperty'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateReturnType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypeCastExpression'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/evaluateTypical'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/index'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeColonSpacing/reporter'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/typeIdMatch.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/typeIdMatch'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/unionIntersectionSpacing'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/useFlowType.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/useFlowType'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/validSyntax.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/validSyntax'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/checkFlowFileAnnotation'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/fuzzyStringMatch'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getParameterName.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getParameterName'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenAfterParens'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/getTokenBeforeParens'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/index.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/index'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFile.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFile'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/isFlowFileAnnotation'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/iterateFunctionNodes'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/quoteName.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/quoteName'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/utilities/spacingFixers.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/utilities/spacingFixers'>; |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,33 @@ |
||||
// flow-typed signature: 46a820f924fb16d6a84202d0287b6fa0
|
||||
// flow-typed version: <<STUB>>/file-loader_v^0.11.2/flow_v0.37.4
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'file-loader' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'file-loader' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
|
||||
|
||||
// Filename aliases
|
||||
declare module 'file-loader/index' { |
||||
declare module.exports: $Exports<'file-loader'>; |
||||
} |
||||
declare module 'file-loader/index.js' { |
||||
declare module.exports: $Exports<'file-loader'>; |
||||
} |
@ -0,0 +1,6 @@ |
||||
// flow-typed signature: 6a5610678d4b01e13bbfbbc62bdaf583
|
||||
// flow-typed version: 3817bc6980/flow-bin_v0.x.x/flow_>=v0.25.x
|
||||
|
||||
declare module "flow-bin" { |
||||
declare module.exports: string; |
||||
|