Skip to content

Commit

Permalink
fix(flow): upgrade flow-bin to version 0.56.0\n\nBREAKING CHANGE: flo…
Browse files Browse the repository at this point in the history
…w types may have been affected and incompatible with \nprior versions of flow.\n
  • Loading branch information
jedwards1211 committed Oct 8, 2017
1 parent 22e9d27 commit 64a3273
Show file tree
Hide file tree
Showing 35 changed files with 10,262 additions and 126 deletions.
4 changes: 2 additions & 2 deletions flow-typed/npm/@jedwards1211/eslint-config-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 1a7f62bc52e8bf94b12ad47b133eccd9
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.41.0
// flow-typed signature: 649c5bf13597ce10e87439f975ea1b64
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@jedwards1211/eslint-config_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b252fa3a8a4165b854269c8278ccba17
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.41.0
// flow-typed signature: d291ed53e3bdc41de7633d47ba44df00
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 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: 20254b1c29a318b8c3dad3d0dd0cc17a
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.41.0
// flow-typed signature: ad7975578c3126b9892b0cc5839fd8c1
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
39 changes: 37 additions & 2 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: ae145438152f877ddf4256a8170f2bcb
// flow-typed version: <<STUB>>/babel-core_v^6.18.2/flow_v0.41.0
// flow-typed signature: 9c7082eafba5324764328ceb75670667
// flow-typed version: <<STUB>>/babel-core_v^6.18.2/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -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
11 changes: 9 additions & 2 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: 133b0fc15135217ca3a0294fb436fa35
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.41.0
// flow-typed signature: ed75b46c9ce56e73e2efeeb187f34fdf
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
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
4 changes: 2 additions & 2 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: fd8f5c791d722250223b647f24608936
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^3.0.0/flow_v0.41.0
// flow-typed signature: 0dd20d3a49a405e9c257dfa36022a3f1
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^4.1.1/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-syntax-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 8a455e48add50258421ca85e10cdd33c
// flow-typed version: <<STUB>>/babel-plugin-syntax-flow_v^6.18.0/flow_v0.41.0
// flow-typed signature: c03a1ccd05f8fe26e44d5c12b338ccb3
// flow-typed version: <<STUB>>/babel-plugin-syntax-flow_v^6.18.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-transform-flow-comments_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 95a55bfa6c8be46490c4236345db13b3
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-comments_v^6.17.0/flow_v0.41.0
// flow-typed signature: 99dc58561ca1f04c4dad85b492825188
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-comments_v^6.17.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-transform-runtime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 796ac2db9aa656f9d34529de1668d6df
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.15.0/flow_v0.41.0
// flow-typed signature: 8ee1c9b51800b4fce89a59dd0cc31ed4
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.15.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 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: 8e920b058207ab56797ca700c8aa84e3
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.18.0/flow_v0.41.0
// flow-typed signature: 9e118454b64d05fcba10b30f7b21bf75
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.18.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-preset-stage-1_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5618a147f645653a7d6f9cb4fecb19a4
// flow-typed version: <<STUB>>/babel-preset-stage-1_v^6.16.0/flow_v0.41.0
// flow-typed signature: ecb6a308e59d06ad45ba5899c0b82df7
// flow-typed version: <<STUB>>/babel-preset-stage-1_v^6.16.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 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: c99130b0dd6329f5e50f22d4e6ce923a
// flow-typed version: <<STUB>>/babel-register_v^6.18.0/flow_v0.41.0
// flow-typed signature: 445a06deb653c72e7f4771774789acb5
// flow-typed version: <<STUB>>/babel-register_v^6.18.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-runtime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5752bf2fccf76614f31884c0e746d738
// flow-typed version: <<STUB>>/babel-runtime_v^6.18.0/flow_v0.41.0
// flow-typed signature: 7e18a724407ed3349a757cb88436d656
// flow-typed version: <<STUB>>/babel-runtime_v^6.18.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/copy_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 8e9a0d23f20d45c62c1b58123c6a4f02
// flow-typed version: <<STUB>>/copy_v^0.3.0/flow_v0.41.0
// flow-typed signature: 17ddeda3ce99ebf8f7ea2ae9fe3e3e8c
// flow-typed version: <<STUB>>/copy_v^0.3.0/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down
11 changes: 9 additions & 2 deletions flow-typed/npm/coveralls_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ef170518f31d6d390503195b252b6bd0
// flow-typed version: <<STUB>>/coveralls_v^2.11.15/flow_v0.41.0
// flow-typed signature: 9dfb22666b5fb9e3d778e73bb1c6c797
// flow-typed version: <<STUB>>/coveralls_v^2.11.15/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -62,6 +62,10 @@ declare module 'coveralls/test/convertLcovToCoveralls' {
declare module.exports: any;
}

declare module 'coveralls/test/detectLocalGit' {
declare module.exports: any;
}

declare module 'coveralls/test/fetchGitData' {
declare module.exports: any;
}
Expand Down Expand Up @@ -119,6 +123,9 @@ declare module 'coveralls/lib/sendToCoveralls.js' {
declare module 'coveralls/test/convertLcovToCoveralls.js' {
declare module.exports: $Exports<'coveralls/test/convertLcovToCoveralls'>;
}
declare module 'coveralls/test/detectLocalGit.js' {
declare module.exports: $Exports<'coveralls/test/detectLocalGit'>;
}
declare module 'coveralls/test/fetchGitData.js' {
declare module.exports: $Exports<'coveralls/test/fetchGitData'>;
}
Expand Down
25 changes: 23 additions & 2 deletions flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: c5fb12587f3daf20d040467991e86571
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.28.2/flow_v0.41.0
// flow-typed signature: 5b007ce13a0987bf01650c93bce8f0c8
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.28.2/flow_v0.56.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -50,10 +50,22 @@ declare module 'eslint-plugin-flowtype/dist/rules/noDupeKeys' {
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;
}
Expand Down Expand Up @@ -212,9 +224,18 @@ declare module 'eslint-plugin-flowtype/dist/rules/genericSpacing.js' {
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/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'>;
}
Expand Down
Loading

0 comments on commit 64a3273

Please sign in to comment.