Skip to content

Commit 9e9ea3f

Browse files
committed
chore(Flowtype): Add flow-typed defs to repo
1 parent d7baa20 commit 9e9ea3f

24 files changed

+5156
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ node_modules
4444

4545
coverage
4646
.nyc_output
47-
flow-typed

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

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
// flow-typed signature: d9000aeaba7035f9a35326572bd72394
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.22.2/flow_v0.41.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-cli'
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-cli' {
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-cli/bin/babel-doctor' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-cli/bin/babel-external-helpers' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-cli/bin/babel-node' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-cli/bin/babel' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-cli/lib/_babel-node' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-cli/lib/babel-external-helpers' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-cli/lib/babel-node' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-cli/lib/babel/dir' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-cli/lib/babel/file' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'babel-cli/lib/babel/index' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'babel-cli/lib/babel/util' {
66+
declare module.exports: any;
67+
}
68+
69+
// Filename aliases
70+
declare module 'babel-cli/bin/babel-doctor.js' {
71+
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>;
72+
}
73+
declare module 'babel-cli/bin/babel-external-helpers.js' {
74+
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>;
75+
}
76+
declare module 'babel-cli/bin/babel-node.js' {
77+
declare module.exports: $Exports<'babel-cli/bin/babel-node'>;
78+
}
79+
declare module 'babel-cli/bin/babel.js' {
80+
declare module.exports: $Exports<'babel-cli/bin/babel'>;
81+
}
82+
declare module 'babel-cli/index' {
83+
declare module.exports: $Exports<'babel-cli'>;
84+
}
85+
declare module 'babel-cli/index.js' {
86+
declare module.exports: $Exports<'babel-cli'>;
87+
}
88+
declare module 'babel-cli/lib/_babel-node.js' {
89+
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>;
90+
}
91+
declare module 'babel-cli/lib/babel-external-helpers.js' {
92+
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>;
93+
}
94+
declare module 'babel-cli/lib/babel-node.js' {
95+
declare module.exports: $Exports<'babel-cli/lib/babel-node'>;
96+
}
97+
declare module 'babel-cli/lib/babel/dir.js' {
98+
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>;
99+
}
100+
declare module 'babel-cli/lib/babel/file.js' {
101+
declare module.exports: $Exports<'babel-cli/lib/babel/file'>;
102+
}
103+
declare module 'babel-cli/lib/babel/index.js' {
104+
declare module.exports: $Exports<'babel-cli/lib/babel/index'>;
105+
}
106+
declare module 'babel-cli/lib/babel/util.js' {
107+
declare module.exports: $Exports<'babel-cli/lib/babel/util'>;
108+
}
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
// flow-typed signature: 22e5660f6ace1e8a35df70bd5fa9b751
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.41.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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 76a02125146cb48c4078050ec70abf62
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-strip-types_v^6.22.0/flow_v0.41.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: babfa4f199186f4eadbfe9a8dc8fdbf0
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-object-rest-spread_v^6.22.0/flow_v0.41.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-object-rest-spread'
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-object-rest-spread' {
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-object-rest-spread/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-object-rest-spread/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-object-rest-spread/lib/index'>;
32+
}
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
// flow-typed signature: b43f03270913be1338e6c2b6e7a273c5
2+
// flow-typed version: <<STUB>>/babel-preset-env_v^1.2.1/flow_v0.41.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-preset-env'
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-preset-env' {
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-preset-env/data/built-in-features' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-preset-env/data/plugin-features' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-preset-env/lib/default-includes' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-preset-env/lib/index' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-preset-env/lib/module-transformations' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-preset-env/lib/normalize-options' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin' {
50+
declare module.exports: any;
51+
}
52+
53+
// Filename aliases
54+
declare module 'babel-preset-env/data/built-in-features.js' {
55+
declare module.exports: $Exports<'babel-preset-env/data/built-in-features'>;
56+
}
57+
declare module 'babel-preset-env/data/plugin-features.js' {
58+
declare module.exports: $Exports<'babel-preset-env/data/plugin-features'>;
59+
}
60+
declare module 'babel-preset-env/lib/default-includes.js' {
61+
declare module.exports: $Exports<'babel-preset-env/lib/default-includes'>;
62+
}
63+
declare module 'babel-preset-env/lib/index.js' {
64+
declare module.exports: $Exports<'babel-preset-env/lib/index'>;
65+
}
66+
declare module 'babel-preset-env/lib/module-transformations.js' {
67+
declare module.exports: $Exports<'babel-preset-env/lib/module-transformations'>;
68+
}
69+
declare module 'babel-preset-env/lib/normalize-options.js' {
70+
declare module.exports: $Exports<'babel-preset-env/lib/normalize-options'>;
71+
}
72+
declare module 'babel-preset-env/lib/transform-polyfill-require-plugin.js' {
73+
declare module.exports: $Exports<'babel-preset-env/lib/transform-polyfill-require-plugin'>;
74+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// flow-typed signature: 1803e50185843360dad6961c7d5042fe
2+
// flow-typed version: <<STUB>>/cz-conventional-changelog_v^2.0.0/flow_v0.41.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'cz-conventional-changelog'
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 'cz-conventional-changelog' {
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 'cz-conventional-changelog/engine' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'cz-conventional-changelog/engine.js' {
31+
declare module.exports: $Exports<'cz-conventional-changelog/engine'>;
32+
}
33+
declare module 'cz-conventional-changelog/index' {
34+
declare module.exports: $Exports<'cz-conventional-changelog'>;
35+
}
36+
declare module 'cz-conventional-changelog/index.js' {
37+
declare module.exports: $Exports<'cz-conventional-changelog'>;
38+
}

0 commit comments

Comments
 (0)