Upgrade to Flow v0.69.0
Reviewed By: panagosg7 Differential Revision: D7437630 fbshipit-source-id: db9627afed89049c07a121296fbd52e2bfbf39bf
This commit is contained in:
parent
ff2260b022
commit
f3ef227904
|
@ -52,4 +52,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
[version]
|
||||
^0.68.0
|
||||
^0.69.0
|
||||
|
|
|
@ -13,7 +13,6 @@ const log = require('../util/log').out('bundle');
|
|||
/* $FlowFixMe(site=react_native_oss) */
|
||||
const Server = require('metro/src/Server');
|
||||
const {Terminal} = require('metro-core');
|
||||
/* $FlowFixMe(site=react_native_oss) */
|
||||
const TerminalReporter = require('metro/src/lib/TerminalReporter');
|
||||
/* $FlowFixMe(site=react_native_oss) */
|
||||
const TransformCaching = require('metro/src/lib/TransformCaching');
|
||||
|
|
|
@ -48,7 +48,6 @@ const TransformCaching = require('metro/src/lib/TransformCaching');
|
|||
|
||||
const {ASSET_REGISTRY_PATH} = require('../core/Constants');
|
||||
|
||||
/* $FlowFixMe(site=react_native_oss) */
|
||||
import type {ConfigT} from 'metro';
|
||||
/* $FlowFixMe(site=react_native_oss) */
|
||||
import type {Reporter} from 'metro/src/lib/reporting';
|
||||
|
|
|
@ -47,7 +47,7 @@ function server(argv: mixed, config: RNConfig, allArgs: Object) {
|
|||
});
|
||||
};
|
||||
const runServerArgs: RunServerArgs = args;
|
||||
/* $FlowFixMe: ConfigT shouldn't be extendable. */
|
||||
/* $FlowFixMe(site=react_native_fb) ConfigT shouldn't be extendable. */
|
||||
const configT: ConfigT = config;
|
||||
runServer(runServerArgs, configT, startedCallback, readyCallback);
|
||||
}
|
||||
|
|
|
@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
[version]
|
||||
^0.68.0
|
||||
^0.69.0
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
"eslint-plugin-jest": "21.8.0",
|
||||
"eslint-plugin-prettier": "2.6.0",
|
||||
"eslint-plugin-react": "7.6.1",
|
||||
"flow-bin": "^0.68.0",
|
||||
"flow-bin": "^0.69.0",
|
||||
"jest": "23.0.0-alpha.4",
|
||||
"jest-junit": "3.6.0",
|
||||
"prettier": "1.9.1",
|
||||
|
|
Loading…
Reference in New Issue