Skip to content

Commit 64a3273

Browse files
committed
fix(flow): upgrade flow-bin to version 0.56.0\n\nBREAKING CHANGE: flow types may have been affected and incompatible with \nprior versions of flow.\n
1 parent 22e9d27 commit 64a3273

35 files changed

+10262
-126
lines changed

flow-typed/npm/@jedwards1211/eslint-config-flow_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: 1a7f62bc52e8bf94b12ad47b133eccd9
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.41.0
1+
// flow-typed signature: 649c5bf13597ce10e87439f975ea1b64
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config-flow_v^1.0.0/flow_v0.56.0
33

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

flow-typed/npm/@jedwards1211/eslint-config_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: b252fa3a8a4165b854269c8278ccba17
2-
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.41.0
1+
// flow-typed signature: d291ed53e3bdc41de7633d47ba44df00
2+
// flow-typed version: <<STUB>>/@jedwards1211/eslint-config_v^1.0.0/flow_v0.56.0
33

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

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: 20254b1c29a318b8c3dad3d0dd0cc17a
2-
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.41.0
1+
// flow-typed signature: ad7975578c3126b9892b0cc5839fd8c1
2+
// flow-typed version: <<STUB>>/babel-cli_v^6.18.0/flow_v0.56.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: ae145438152f877ddf4256a8170f2bcb
2-
// flow-typed version: <<STUB>>/babel-core_v^6.18.2/flow_v0.41.0
1+
// flow-typed signature: 9c7082eafba5324764328ceb75670667
2+
// flow-typed version: <<STUB>>/babel-core_v^6.18.2/flow_v0.56.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: 133b0fc15135217ca3a0294fb436fa35
2-
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.41.0
1+
// flow-typed signature: ed75b46c9ce56e73e2efeeb187f34fdf
2+
// flow-typed version: <<STUB>>/babel-eslint_v^7.1.1/flow_v0.56.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-plugin-istanbul_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: fd8f5c791d722250223b647f24608936
2-
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^3.0.0/flow_v0.41.0
1+
// flow-typed signature: 0dd20d3a49a405e9c257dfa36022a3f1
2+
// flow-typed version: <<STUB>>/babel-plugin-istanbul_v^4.1.1/flow_v0.56.0
33

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

flow-typed/npm/babel-plugin-syntax-flow_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: 8a455e48add50258421ca85e10cdd33c
2-
// flow-typed version: <<STUB>>/babel-plugin-syntax-flow_v^6.18.0/flow_v0.41.0
1+
// flow-typed signature: c03a1ccd05f8fe26e44d5c12b338ccb3
2+
// flow-typed version: <<STUB>>/babel-plugin-syntax-flow_v^6.18.0/flow_v0.56.0
33

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

flow-typed/npm/babel-plugin-transform-flow-comments_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: 95a55bfa6c8be46490c4236345db13b3
2-
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-comments_v^6.17.0/flow_v0.41.0
1+
// flow-typed signature: 99dc58561ca1f04c4dad85b492825188
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-flow-comments_v^6.17.0/flow_v0.56.0
33

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

flow-typed/npm/babel-plugin-transform-runtime_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: 796ac2db9aa656f9d34529de1668d6df
2-
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.15.0/flow_v0.41.0
1+
// flow-typed signature: 8ee1c9b51800b4fce89a59dd0cc31ed4
2+
// flow-typed version: <<STUB>>/babel-plugin-transform-runtime_v^6.15.0/flow_v0.56.0
33

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

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: 8e920b058207ab56797ca700c8aa84e3
2-
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.18.0/flow_v0.41.0
1+
// flow-typed signature: 9e118454b64d05fcba10b30f7b21bf75
2+
// flow-typed version: <<STUB>>/babel-preset-es2015_v^6.18.0/flow_v0.56.0
33

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

0 commit comments

Comments
 (0)