mirror of https://github.com/status-im/metro.git
@allow-large-files [flow] deploy flow 0.60
Reviewed By: gabelevi Differential Revision: D6466441 fbshipit-source-id: c51eeb53a2465498ad77b3865b5f8c03758d1d35
This commit is contained in:
parent
3016e74efd
commit
7924e70fe4
|
@ -11,8 +11,8 @@ suppress_type=$FlowFixMe
|
|||
suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
|
@ -20,4 +20,4 @@ unsafe.enable_getters_and_setters=true
|
|||
munge_underscores=true
|
||||
|
||||
[version]
|
||||
^0.59.0
|
||||
^0.60.0
|
||||
|
|
|
@ -61,7 +61,6 @@ module.exports = class Transformer {
|
|||
reporters.stderrChunk(chunk.toString('utf8'));
|
||||
});
|
||||
} else {
|
||||
// $FlowFixMe: impossible to type a dynamic require.
|
||||
this._worker = require(workerPath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue