mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Flow v0.102 in xplat/js
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
This commit is contained in:
committed by
Facebook Github Bot
parent
cc79e971a3
commit
454bbff3ba
+1
-1
@@ -78,4 +78,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.101.0
|
||||
^0.102.0
|
||||
|
||||
+1
-1
@@ -78,4 +78,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.101.0
|
||||
^0.102.0
|
||||
|
||||
@@ -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.');
|
||||
},
|
||||
|
||||
@@ -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');
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
@@ -72,4 +72,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.101.0
|
||||
^0.102.0
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user