Skip to content

Commit 42f790c

Browse files
committed
add types
1 parent 59b3b84 commit 42f790c

File tree

66 files changed

+5400
-457
lines changed

Some content is hidden

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

66 files changed

+5400
-457
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: ee564b5d1b32df0581e8592d9f68d721
2-
// flow-typed version: <<STUB>>/babel-cli_v^6.6.5/flow_v0.51.0
1+
// flow-typed signature: ebb2dc802b3f17d89ea3e6e93c7abcab
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.24.1/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:

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

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 61956588cd32a8c7cb78e762718f1041
2-
// flow-typed version: <<STUB>>/babel-core_v^6.7.4/flow_v0.51.0
1+
// flow-typed signature: 6e30dcfd3aebee9a63401dfe77e6ab4c
2+
// flow-typed version: <<STUB>>/babel-core_v^6.25.0/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -30,6 +30,14 @@ declare module 'babel-core/lib/api/node' {
3030
declare module.exports: any;
3131
}
3232

33+
declare module 'babel-core/lib/helpers/get-possible-plugin-names' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-core/lib/helpers/get-possible-preset-names' {
38+
declare module.exports: any;
39+
}
40+
3341
declare module 'babel-core/lib/helpers/merge' {
3442
declare module.exports: any;
3543
}
@@ -38,6 +46,18 @@ declare module 'babel-core/lib/helpers/normalize-ast' {
3846
declare module.exports: any;
3947
}
4048

49+
declare module 'babel-core/lib/helpers/resolve-from-possible-names' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-core/lib/helpers/resolve-plugin' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-core/lib/helpers/resolve-preset' {
58+
declare module.exports: any;
59+
}
60+
4161
declare module 'babel-core/lib/helpers/resolve' {
4262
declare module.exports: any;
4363
}
@@ -127,12 +147,27 @@ declare module 'babel-core/lib/api/browser.js' {
127147
declare module 'babel-core/lib/api/node.js' {
128148
declare module.exports: $Exports<'babel-core/lib/api/node'>;
129149
}
150+
declare module 'babel-core/lib/helpers/get-possible-plugin-names.js' {
151+
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-plugin-names'>;
152+
}
153+
declare module 'babel-core/lib/helpers/get-possible-preset-names.js' {
154+
declare module.exports: $Exports<'babel-core/lib/helpers/get-possible-preset-names'>;
155+
}
130156
declare module 'babel-core/lib/helpers/merge.js' {
131157
declare module.exports: $Exports<'babel-core/lib/helpers/merge'>;
132158
}
133159
declare module 'babel-core/lib/helpers/normalize-ast.js' {
134160
declare module.exports: $Exports<'babel-core/lib/helpers/normalize-ast'>;
135161
}
162+
declare module 'babel-core/lib/helpers/resolve-from-possible-names.js' {
163+
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-from-possible-names'>;
164+
}
165+
declare module 'babel-core/lib/helpers/resolve-plugin.js' {
166+
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-plugin'>;
167+
}
168+
declare module 'babel-core/lib/helpers/resolve-preset.js' {
169+
declare module.exports: $Exports<'babel-core/lib/helpers/resolve-preset'>;
170+
}
136171
declare module 'babel-core/lib/helpers/resolve.js' {
137172
declare module.exports: $Exports<'babel-core/lib/helpers/resolve'>;
138173
}

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 0e61d7cff2847f9d1548d6641f8ea20b
2-
// flow-typed version: <<STUB>>/babel-eslint_v^6.0.0/flow_v0.51.0
1+
// flow-typed signature: 3df381be6db1c72482a9a1ec476a886b
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.3/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -26,6 +26,10 @@ declare module 'babel-eslint/babylon-to-espree/attachComments' {
2626
declare module.exports: any;
2727
}
2828

29+
declare module 'babel-eslint/babylon-to-espree/convertComments' {
30+
declare module.exports: any;
31+
}
32+
2933
declare module 'babel-eslint/babylon-to-espree/convertTemplateType' {
3034
declare module.exports: any;
3135
}
@@ -50,6 +54,9 @@ declare module 'babel-eslint/babylon-to-espree/toTokens' {
5054
declare module 'babel-eslint/babylon-to-espree/attachComments.js' {
5155
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/attachComments'>;
5256
}
57+
declare module 'babel-eslint/babylon-to-espree/convertComments.js' {
58+
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertComments'>;
59+
}
5360
declare module 'babel-eslint/babylon-to-espree/convertTemplateType.js' {
5461
declare module.exports: $Exports<'babel-eslint/babylon-to-espree/convertTemplateType'>;
5562
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 8c86c14c449bfa4296ed51dff9aa1789
2-
// flow-typed version: <<STUB>>/babel-loader_v^6.2.4/flow_v0.51.0
1+
// flow-typed signature: aa62c3a3873d745d5cd5cda076402622
2+
// flow-typed version: <<STUB>>/babel-loader_v^7.1.1/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: f6511dc340a8d433fb631668afa022f6
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-async-to-generator_v^6.24.1/flow_v0.51.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-async-to-generator'
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-async-to-generator' {
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-async-to-generator/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-async-to-generator/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-async-to-generator/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: f9be1a3727b108adf3922f51602843a9
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-regenerator_v^6.24.1/flow_v0.51.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-plugin-transform-regenerator'
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-regenerator' {
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-regenerator/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-plugin-transform-regenerator/lib/index.js' {
31+
declare module.exports: $Exports<'babel-plugin-transform-regenerator/lib/index'>;
32+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 60626b63916beff11d8105d1abb82aa0
2-
// flow-typed version: <<STUB>>/babel-polyfill_v^6.7.4/flow_v0.51.0
1+
// flow-typed signature: 3cff05b52b9c5ed43526532ce327b958
2+
// flow-typed version: <<STUB>>/babel-polyfill_v^6.23.0/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// flow-typed signature: 83371e6f271e4f3693808c03a9b406e4
2+
// flow-typed version: <<STUB>>/babel-preset-babili_v^0.1.4/flow_v0.51.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-preset-babili'
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-babili' {
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-babili/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-preset-babili/lib/options-manager' {
30+
declare module.exports: any;
31+
}
32+
33+
// Filename aliases
34+
declare module 'babel-preset-babili/lib/index.js' {
35+
declare module.exports: $Exports<'babel-preset-babili/lib/index'>;
36+
}
37+
declare module 'babel-preset-babili/lib/options-manager.js' {
38+
declare module.exports: $Exports<'babel-preset-babili/lib/options-manager'>;
39+
}

flow-typed/npm/babel-preset-es2015_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: f782c74f964248e375f1a4235dd218d7
2-
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.6.0/flow_v0.51.0
1+
// flow-typed signature: b565f8696c0ef8724cae3e0af43df89f
2+
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.24.1/flow_v0.51.0
33

44
/**
55
* This is an autogenerated libdef stub for:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// flow-typed signature: 994d997f4633f696fe20d599ea9f94fe
2+
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.51.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-preset-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-preset-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-preset-flow/lib/index' {
26+
declare module.exports: any;
27+
}
28+
29+
// Filename aliases
30+
declare module 'babel-preset-flow/lib/index.js' {
31+
declare module.exports: $Exports<'babel-preset-flow/lib/index'>;
32+
}

0 commit comments

Comments
 (0)