Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Update flow-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
tptee committed Jul 2, 2017
1 parent 7a7656b commit a89cb5a
Show file tree
Hide file tree
Showing 69 changed files with 3,470 additions and 636 deletions.
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 670228b673fbf5d953585356d4345691
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.36.0
// flow-typed signature: 539918945f44d84fb07b4a25863b9390
// flow-typed version: <<STUB>>/babel-cli_v^6.24.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
43 changes: 39 additions & 4 deletions flow-typed/npm/babel-core_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: d1ff8647331487e90db4f0320a5cd122
// flow-typed version: <<STUB>>/babel-core_v^6.18.2/flow_v0.36.0
// flow-typed signature: 66eb6bb10471deb80cb06afc04acd651
// flow-typed version: <<STUB>>/babel-core_v^6.24.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand All @@ -30,6 +30,14 @@ 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;
}
Expand All @@ -38,6 +46,18 @@ 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;
}
Expand Down Expand Up @@ -127,12 +147,27 @@ declare module 'babel-core/lib/api/browser.js' {
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'>;
}
Expand Down
15 changes: 11 additions & 4 deletions flow-typed/npm/babel-eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 042641e2e9184922bee0dad8cdf6692c
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.36.0
// flow-typed signature: 11127f43b50c523a0a8fccdb66c9cdc7
// flow-typed version: <<STUB>>/babel-eslint_v^7.2.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand All @@ -26,6 +26,10 @@ 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;
}
Expand All @@ -50,6 +54,9 @@ declare module 'babel-eslint/babylon-to-espree/toTokens' {
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'>;
}
Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-loader_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a1d69ba19b0c9743ca5719f6b7dd1107
// flow-typed version: <<STUB>>/babel-loader_v^6.2.8/flow_v0.36.0
// flow-typed signature: 1e5ff8d5c0532172fd48151b90804051
// flow-typed version: <<STUB>>/babel-loader_v^7.1.1/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-plugin-istanbul_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 89b7d8b4579b6f37affacaee59f26cc3
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^3.0.0/flow_v0.36.0
// flow-typed signature: 39c81af8487ec0856d276c19b815d7c8
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^4.1.1/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
95 changes: 95 additions & 0 deletions flow-typed/npm/babel-plugin-lodash_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
// flow-typed signature: 312645f2a8bab19c593f2670a7ff103f
// flow-typed version: <<STUB>>/babel-plugin-lodash_v^3.2.11/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
*
* 'babel-plugin-lodash'
*
* 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-lodash' {
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-lodash/lib/config' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/importModule' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/index' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/Map' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/MapCache' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/mapping' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/ModuleCache' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/Package' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/Store' {
declare module.exports: any;
}

declare module 'babel-plugin-lodash/lib/util' {
declare module.exports: any;
}

// Filename aliases
declare module 'babel-plugin-lodash/lib/config.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/config'>;
}
declare module 'babel-plugin-lodash/lib/importModule.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/importModule'>;
}
declare module 'babel-plugin-lodash/lib/index.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/index'>;
}
declare module 'babel-plugin-lodash/lib/Map.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/Map'>;
}
declare module 'babel-plugin-lodash/lib/MapCache.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/MapCache'>;
}
declare module 'babel-plugin-lodash/lib/mapping.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/mapping'>;
}
declare module 'babel-plugin-lodash/lib/ModuleCache.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/ModuleCache'>;
}
declare module 'babel-plugin-lodash/lib/Package.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/Package'>;
}
declare module 'babel-plugin-lodash/lib/Store.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/Store'>;
}
declare module 'babel-plugin-lodash/lib/util.js' {
declare module.exports: $Exports<'babel-plugin-lodash/lib/util'>;
}
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-polyfill_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 4cb9f24a56a54ba9ac20784278574b51
// flow-typed version: <<STUB>>/babel-polyfill_v^6.9.1/flow_v0.36.0
// flow-typed signature: e3128b74b01a35fc64f03debcbc2be40
// flow-typed version: <<STUB>>/babel-polyfill_v^6.23.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-preset-es2015_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: bf7573d40f6e30c6231567a9e265e245
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.18.0/flow_v0.36.0
// flow-typed signature: 9e09c276c0e9eae04fb3b861b784c5f9
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.24.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-preset-react-hmre_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: aaaa13486541caf545d87e9a5f65640f
// flow-typed version: <<STUB>>/babel-preset-react-hmre_v^1.1.1/flow_v0.36.0
// flow-typed signature: e6663a50c31a81313f9ad42fd1493b21
// flow-typed version: <<STUB>>/babel-preset-react-hmre_v^1.1.1/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-preset-react_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 1583710a13702efbe46ea9401887ae95
// flow-typed version: <<STUB>>/babel-preset-react_v^6.11.1/flow_v0.36.0
// flow-typed signature: 634283f87bc9894c15dc828fd706424d
// flow-typed version: <<STUB>>/babel-preset-react_v^6.23.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-preset-stage-2_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 22574517d8300da8d18c480646eda547
// flow-typed version: <<STUB>>/babel-preset-stage-2_v^6.18.0/flow_v0.36.0
// flow-typed signature: 999084d27ec8cd49f70e18b22dcb12e0
// flow-typed version: <<STUB>>/babel-preset-stage-2_v^6.11.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
8 changes: 4 additions & 4 deletions flow-typed/npm/babel-register_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a98017960893559eeb6c01f8618108ac
// flow-typed version: <<STUB>>/babel-register_v^6.18.0/flow_v0.36.0
// flow-typed signature: acc7a4687bd01fbde2bf8204c5b25c8e
// flow-typed version: <<STUB>>/babel-register_v^6.14.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -8,8 +8,8 @@
*
* 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:
* 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
*/

Expand Down
Loading

0 comments on commit a89cb5a

Please sign in to comment.