v0.27.0: fbsource

Reviewed By: gabelevi

Differential Revision: D3421744

fbshipit-source-id: d72275fa70687a188c6175dbd193ab8d79d9051e
This commit is contained in:
Jeff Morrison 2016-06-13 14:14:35 -07:00 committed by Facebook Github Bot 8
parent 617a38d984
commit df46891dfe
3 changed files with 4 additions and 5 deletions

View File

@ -90,9 +90,9 @@ suppress_type=$FlowIssue
suppress_type=$FlowFixMe suppress_type=$FlowFixMe
suppress_type=$FixMe 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\\)*\\$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-6]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ 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 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
[version] [version]
^0.26.0 ^0.27.0

View File

@ -65,7 +65,6 @@ class FormData {
return this._parts.map(([name, value]) => { return this._parts.map(([name, value]) => {
var contentDisposition = 'form-data; name="' + name + '"'; var contentDisposition = 'form-data; name="' + name + '"';
/* $FlowIssue(>=0.20.1) #9463928 */
var headers: Headers = {'content-disposition': contentDisposition}; var headers: Headers = {'content-disposition': contentDisposition};
// The body part is a "blob", which in React Native just means // The body part is a "blob", which in React Native just means

View File

@ -198,7 +198,7 @@
"eslint": "^2.5.3", "eslint": "^2.5.3",
"eslint-plugin-flow-vars": "^0.2.1", "eslint-plugin-flow-vars": "^0.2.1",
"eslint-plugin-react": "^4.2.1", "eslint-plugin-react": "^4.2.1",
"flow-bin": "^0.26.0", "flow-bin": "^0.27.0",
"jest": "12.1.1", "jest": "12.1.1",
"portfinder": "0.4.0", "portfinder": "0.4.0",
"react": "~15.1.0", "react": "~15.1.0",