Skip to content

Commit 02848ea

Browse files
committed
Added flow-typed deps
1 parent 767eada commit 02848ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8130
-58
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flow-typed

flow-typed/npm/babel-eslint_vx.x.x.js

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
// flow-typed signature: 106ae8cac5b89e6de7330708355161c8
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.0.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-eslint'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-eslint' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-eslint/babylon-to-espree/attachComments' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-eslint/babylon-to-espree/index' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-eslint/babylon-to-espree/toAST' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-eslint/babylon-to-espree/toToken' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-eslint/babylon-to-espree/toTokens' {
46+
declare module.exports: any;
47+
}
48+
49+
// Filename aliases
50+
declare module 'babel-eslint/babylon-to-espree/attachComments.js' {
51+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>;
52+
}
53+
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' {
54+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>;
55+
}
56+
declare module 'babel-eslint/babylon-to-espree/index.js' {
57+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/index'>;
58+
}
59+
declare module 'babel-eslint/babylon-to-espree/toAST.js' {
60+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toAST'>;
61+
}
62+
declare module 'babel-eslint/babylon-to-espree/toToken.js' {
63+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toToken'>;
64+
}
65+
declare module 'babel-eslint/babylon-to-espree/toTokens.js' {
66+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/toTokens'>;
67+
}
68+
declare module 'babel-eslint/index' {
69+
declare module.exports: $Exports<'babel-eslint'>;
70+
}
71+
declare module 'babel-eslint/index.js' {
72+
declare module.exports: $Exports<'babel-eslint'>;
73+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// flow-typed signature: 32e5858a33546c418b7838d9c673a7a0
2+
// flow-typed version: <<STUB>>/babel-plugin-add-module-exports_v^0.2.1/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-add-module-exports'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-add-module-exports' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-add-module-exports/changelog' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-plugin-add-module-exports/lib/index' {
30+
declare module.exports: any;
31+
}
32+
33+
// Filename aliases
34+
declare module 'babel-plugin-add-module-exports/changelog.js' {
35+
declare module.exports: $Exports<'babel-plugin-add-module-exports/changelog'>;
36+
}
37+
declare module 'babel-plugin-add-module-exports/lib/index.js' {
38+
declare module.exports: $Exports<'babel-plugin-add-module-exports/lib/index'>;
39+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 2065ef86ec060b93701f10a1951faf7e
2+
// flow-typed version: <<STUB>>/babel-plugin-dev-expression_v^0.2.1/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-dev-expression'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-dev-expression' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-dev-expression/dev-expression' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-dev-expression/dev-expression.js' {
31+
declare module.exports: $Exports<'babel-plugin-dev-expression/dev-expression'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 1f327d5c30ee3df049377341fab144b0
2+
// flow-typed version: <<STUB>>/babel-plugin-module-alias_v^1.6.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-module-alias'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-module-alias' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-module-alias/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-module-alias/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-module-alias/lib/index'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 9d43940548122a459546111d32a5dce0
2+
// flow-typed version: <<STUB>>/babel-plugin-syntax-flow_v^6.13.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-syntax-flow'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-syntax-flow' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-syntax-flow/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-syntax-flow/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-syntax-flow/lib/index'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 28a7d1570ea504b537220ae10a4bd47e
2+
// flow-typed version: <<STUB>>/babel-plugin-tcomb_v^0.3.19/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-tcomb'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-tcomb' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-tcomb/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-tcomb/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-tcomb/lib/index'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 3a69c18575f7bbf4877c08e0cbd94c85
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.14.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-flow-strip-types'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-flow-strip-types' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-flow-strip-types/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-flow-strip-types/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-flow-strip-types/lib/index'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 56aa27c776eedb5c8dd97bf15dcc8b80
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-remove-console_v^6.8.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-remove-console'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-remove-console' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-remove-console/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-remove-console/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-remove-console/lib/index'>;
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 52295d580db41b2df1d876a9878c65ad
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-remove-debugger_v^6.8.0/flow_v0.33.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-remove-debugger'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-plugin-transform-remove-debugger' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-plugin-transform-remove-debugger/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-remove-debugger/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-remove-debugger/lib/index'>;
32+
}

0 commit comments

Comments
 (0)