v0.27.0: fbsource
Reviewed By: gabelevi Differential Revision: D3421744 fbshipit-source-id: d72275fa70687a188c6175dbd193ab8d79d9051e
This commit is contained in:
parent
617a38d984
commit
df46891dfe
|
@ -90,9 +90,9 @@ suppress_type=$FlowIssue
|
|||
suppress_type=$FlowFixMe
|
||||
suppress_type=$FixMe
|
||||
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-6]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-6]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
||||
|
||||
[version]
|
||||
^0.26.0
|
||||
^0.27.0
|
||||
|
|
|
@ -65,7 +65,6 @@ class FormData {
|
|||
return this._parts.map(([name, value]) => {
|
||||
var contentDisposition = 'form-data; name="' + name + '"';
|
||||
|
||||
/* $FlowIssue(>=0.20.1) #9463928 */
|
||||
var headers: Headers = {'content-disposition': contentDisposition};
|
||||
|
||||
// The body part is a "blob", which in React Native just means
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
"eslint": "^2.5.3",
|
||||
"eslint-plugin-flow-vars": "^0.2.1",
|
||||
"eslint-plugin-react": "^4.2.1",
|
||||
"flow-bin": "^0.26.0",
|
||||
"flow-bin": "^0.27.0",
|
||||
"jest": "12.1.1",
|
||||
"portfinder": "0.4.0",
|
||||
"react": "~15.1.0",
|
||||
|
|
Loading…
Reference in New Issue