parent
7183594481
commit
68b810113e
@ -0,0 +1,34 @@ |
||||
kind: pipeline |
||||
name: default |
||||
|
||||
steps: |
||||
|
||||
- name: install |
||||
image: node |
||||
commands: |
||||
- npm install |
||||
|
||||
- name: test |
||||
image: node |
||||
commands: |
||||
- npm test |
||||
|
||||
- name: build |
||||
image: node |
||||
commands: |
||||
- npm run build |
||||
|
||||
- name: publish |
||||
image: node |
||||
environment: |
||||
NPM_TOKEN: |
||||
from_secret: npm_token |
||||
commands: |
||||
- echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> .npmrc |
||||
- if [ "$(npm view @arwed/sanitize dist-tags.latest)" = "$(node -p -e "require('./package.json').version")" ]; then echo not publishing; else npm whoami & npm publish; fi |
||||
when: |
||||
branch: |
||||
- master |
||||
event: |
||||
exclude: |
||||
- pull_request |
@ -1,19 +1,18 @@ |
||||
[include] |
||||
./src/**/*.js |
||||
|
||||
[ignore] |
||||
.*/build/.* |
||||
|
||||
[include] |
||||
|
||||
[libs] |
||||
flow-typed |
||||
|
||||
[lints] |
||||
|
||||
[options] |
||||
module.use_strict=true |
||||
suppress_type=$FlowIgnore |
||||
module.name_mapper.extension='html' -> '<PROJECT_ROOT>/flow/stub/file-loader.js' |
||||
module.name_mapper.extension='asc' -> '<PROJECT_ROOT>/flow/stub/file-loader.js' |
||||
module.name_mapper.extension='ejs' -> '<PROJECT_ROOT>/flow/stub/raw-loader.js' |
||||
module.use_strict=true |
||||
munge_underscores=true |
||||
suppress_type=$FlowIgnore |
||||
suppress_type=$FlowIssue |
||||
suppress_type=$FlowFixMe |
||||
suppress_type=$FixMe |
||||
|
||||
[strict] |
||||
|
@ -0,0 +1,2 @@ |
||||
//registry.npmjs.org/:_authToken=${NPM_TOKEN} |
||||
package-lock=false |
@ -0,0 +1,21 @@ |
||||
MIT License |
||||
|
||||
Copyright (c) 2018 Arwed Mett |
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
of this software and associated documentation files (the "Software"), to deal |
||||
in the Software without restriction, including without limitation the rights |
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
copies of the Software, and to permit persons to whom the Software is |
||||
furnished to do so, subject to the following conditions: |
||||
|
||||
The above copyright notice and this permission notice shall be included in all |
||||
copies or substantial portions of the Software. |
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||
SOFTWARE. |
@ -1,13 +0,0 @@ |
||||
Vagrant.configure("2") do |config| |
||||
config.vm.box = "terrywang/archlinux" |
||||
|
||||
# Create a forwarded port mapping which allows access to a specific port |
||||
# within the machine from a port on the host machine. In the example below, |
||||
# accessing "localhost:8080" will access port 80 on the guest machine. |
||||
config.vm.network "forwarded_port", guest: 3000, host: 3000, protocol: "tcp" |
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL |
||||
pacman -Syu --noconfirm |
||||
pacman -S nodejs npm |
||||
SHELL |
||||
end |
@ -1,108 +0,0 @@ |
||||
// flow-typed signature: 94e44f973128ce7c802549991c028ceb
|
||||
// flow-typed version: <<STUB>>/babel-cli_v^6.26.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,227 +0,0 @@ |
||||
// flow-typed signature: d345cd551f1e83c0e730bcd569bede23
|
||||
// flow-typed version: <<STUB>>/babel-core_v^6.26.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,67 +0,0 @@ |
||||
// flow-typed signature: 10a92c74eab5d547509f818ef16e617e
|
||||
// flow-typed version: <<STUB>>/babel-loader_v^7.1.2/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,32 +0,0 @@ |
||||
// flow-typed signature: d385b1079d3a23585a61deeab8919a37
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-es2015-modules-commonjs_v^6.26.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,32 +0,0 @@ |
||||
// flow-typed signature: 76cf24c882811a6100dbf999faa85748
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.22.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,32 +0,0 @@ |
||||
// flow-typed signature: 55517c9af17f285bdbb74b9b891de87b
|
||||
// flow-typed version: <<STUB>>/babel-plugin-transform-react-jsx_v^6.24.1/flow_v0.63.1
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-plugin-transform-react-jsx' |
||||
* |
||||
* 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-react-jsx' { |
||||
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-react-jsx/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-plugin-transform-react-jsx/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-plugin-transform-react-jsx/lib/index'>; |
||||
} |
@ -1,67 +0,0 @@ |
||||
// flow-typed signature: 1053a5c2dc03beea71676d0b14267785
|
||||
// flow-typed version: <<STUB>>/babel-polyfill_v^6.26.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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,32 +0,0 @@ |
||||
// flow-typed signature: 9a5bb1f5cd4b22d9a865fd8fca73aef7
|
||||
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'babel-preset-flow' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'babel-preset-flow' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'babel-preset-flow/lib/index' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'babel-preset-flow/lib/index.js' { |
||||
declare module.exports: $Exports<'babel-preset-flow/lib/index'>; |
||||
} |
@ -1,32 +0,0 @@ |
||||
// flow-typed signature: 20ec8b9edd5fb39d9cc71eb09fa25ce3
|
||||
// flow-typed version: <<STUB>>/babel-preset-latest_v^6.24.1/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,32 +0,0 @@ |
||||
// flow-typed signature: f03b4e76865a2f65037418c09156af1d
|
||||
// flow-typed version: <<STUB>>/babel-preset-stage-0_v^6.24.1/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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'>; |
||||
} |
@ -1,53 +0,0 @@ |
||||
// flow-typed signature: 8a8a7210b00a4e8c4fe9caad3125ab52
|
||||
// flow-typed version: <<STUB>>/ejs_v^2.5.7/flow_v0.63.1
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'ejs' |
||||
* |
||||
* 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 'ejs' { |
||||
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 'ejs/ejs' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'ejs/ejs.min' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'ejs/lib/ejs' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'ejs/lib/utils' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
// Filename aliases
|
||||
declare module 'ejs/ejs.js' { |
||||
declare module.exports: $Exports<'ejs/ejs'>; |
||||
} |
||||
declare module 'ejs/ejs.min.js' { |
||||
declare module.exports: $Exports<'ejs/ejs.min'>; |
||||
} |
||||
declare module 'ejs/lib/ejs.js' { |
||||
declare module.exports: $Exports<'ejs/lib/ejs'>; |
||||
} |
||||
declare module 'ejs/lib/utils.js' { |
||||
declare module.exports: $Exports<'ejs/lib/utils'>; |
||||
} |
@ -1,347 +0,0 @@ |
||||
// flow-typed signature: fecea0764b77ab496934d14cf729f960
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.41.0/flow_v0.63.1
|
||||
|
||||
/** |
||||
* 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/noFlowFixMeComments' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-flowtype/dist/rules/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/noFlowFixMeComments.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noFlowFixMeComments'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noMutableArray.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noMutableArray'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noPrimitiveConstructorTypes'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noTypesMissingFileAnnotation'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noUnusedExpressions.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noUnusedExpressions'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/noWeakTypes.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/noWeakTypes'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter.js' { |
||||
declare module.exports: $Exports<'eslint-plugin-flowtype/dist/rules/objectTypeDelimiter'>; |
||||
} |
||||
declare module 'eslint-plugin-flowtype/dist/rules/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'>; |
||||
} |
@ -1,584 +0,0 @@ |
||||
// flow-typed signature: 1051f82a8632507bc1b4d98a566be86d
|
||||
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.5.1/flow_v0.63.1
|
||||
|
||||
/** |
||||
* This is an autogenerated libdef stub for: |
||||
* |
||||
* 'eslint-plugin-react' |
||||
* |
||||
* Fill this stub out by replacing all the `any` types. |
||||
* |
||||
* Once filled out, we encourage you to share your work with the |
||||
* community by sending a pull request to: |
||||
* https://github.com/flowtype/flow-typed
|
||||
*/ |
||||
|
||||
declare module 'eslint-plugin-react' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
/** |
||||
* We include stubs for each file inside this npm package in case you need to |
||||
* require those files directly. Feel free to delete any files that aren't |
||||
* needed. |
||||
*/ |
||||
declare module 'eslint-plugin-react/lib/rules/boolean-prop-naming' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/button-has-type' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/default-props-match-prop-types' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/destructuring-assignment' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/display-name' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-component-props' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-elements' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-foreign-prop-types' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/forbid-prop-types' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-boolean-value' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-bracket-location' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-closing-tag-location' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-brace-presence' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-curly-spacing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-equals-spacing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-filename-extension' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-first-prop-new-line' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-handler-names' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent-props' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-indent' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-key' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-max-props-per-line' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-bind' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-comment-textnodes' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-duplicate-props' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-literals' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-target-blank' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-no-undef' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-one-expression-per-line' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-pascal-case' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-sort-props' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-space-before-closing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-tag-spacing' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-react' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-uses-vars' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/jsx-wrap-multilines' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-access-state-in-setstate' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-array-index-key' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-children-prop' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger-with-children' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-danger' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-deprecated' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-mount-set-state' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-did-update-set-state' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-direct-mutation-state' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-find-dom-node' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-is-mounted' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-multi-comp' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-redundant-should-component-update' { |
||||
declare module.exports: any; |
||||
} |
||||
|
||||
declare module 'eslint-plugin-react/lib/rules/no-render-return-value' { |
||||