Skip to content

Commit

Permalink
Flow v0.102 in xplat/js
Browse files Browse the repository at this point in the history
Summary:
https://our.intern.facebook.com/intern/wiki/Flow/Flow_Release_Process/Updating_Internal_Repositories/#update-xplat-js

allow-large-files

Reviewed By: jbrown215

Differential Revision: D16013696

fbshipit-source-id: 1a6185dafd14ef9c9e1aa214cdbf8cf9c573b08f
  • Loading branch information
panagosg7 authored and facebook-github-bot committed Jun 27, 2019
1 parent cc79e97 commit 454bbff
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ untyped-import
untyped-type-import

[version]
^0.101.0
^0.102.0
2 changes: 1 addition & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ untyped-import
untyped-type-import

[version]
^0.101.0
^0.102.0
4 changes: 2 additions & 2 deletions Libraries/Sample/Sample.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const warning = require('fbjs/lib/warning');

const Sample = {
test: function() {
/* $FlowFixMe(>=0.101.0 site=react_native_android_fb) This comment
* suppresses an error found when Flow v0.101 was deployed. To see the
/* $FlowFixMe(>=0.102.0 site=react_native_android_fb) This comment
* suppresses an error found when Flow v0.102 was deployed. To see the
* error, delete this comment and run Flow. */
warning('Not yet implemented for Android.');
},
Expand Down
4 changes: 0 additions & 4 deletions Libraries/Utilities/HMRClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ const HMRClient = {
// Moving to top gives errors due to NativeModules not being initialized
const HMRLoadingView = require('./HMRLoadingView');

/* $FlowFixMe(>=0.84.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.84 was deployed. To see the error, delete this
* comment and run Flow. */

const wsHostPort = port !== null && port !== '' ? `${host}:${port}` : host;
bundleEntry = bundleEntry.replace(/\.(bundle|delta)/, '.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"eslint-plugin-react-hooks": "^1.5.1",
"eslint-plugin-react-native": "3.6.0",
"eslint-plugin-relay": "1.3.0",
"flow-bin": "^0.101.0",
"flow-bin": "^0.102.0",
"flow-remove-types": "1.2.3",
"jest": "^24.7.1",
"jest-junit": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ untyped-import
untyped-type-import

[version]
^0.101.0
^0.102.0
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3195,10 +3195,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.101.0:
version "0.101.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.101.0.tgz#c56fa0afb9c151eeba7954136e9066d408691063"
integrity sha512-2xriPEOSrGQklAArNw1ixoIUiLTWhIquYV26WqnxEu7IcXWgoZUcfJXufG9kIvrNbdwCNd5RBjTwbB0p6L6XaA==
flow-bin@^0.102.0:
version "0.102.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.102.0.tgz#3d5de44bcc26d26585e932b3201988b766f9b380"
integrity sha512-mYon6noeLO0Q5SbiWULLQeM1L96iuXnRtYMd47j3bEWXAwUW9EnwNWcn+cZg/jC/Dg4Wj/jnkdTDEuFtbeu1ww==

flow-parser@0.*:
version "0.89.0"
Expand Down

0 comments on commit 454bbff

Please sign in to comment.