Deploy Flow v0.100 to xplat/js

Reviewed By: dsainati1

Differential Revision: D15617077

fbshipit-source-id: b88325dd80d167473d3c4cc7bb93c27ea71e654b
This commit is contained in:
Sam Goldman 2019-06-03 22:58:49 -07:00 коммит произвёл Facebook Github Bot
Родитель 22475ed38d
Коммит b3a50ec0de
7 изменённых файлов: 11 добавлений и 14 удалений

Просмотреть файл

@ -103,4 +103,4 @@ untyped-import
untyped-type-import
[version]
^0.99.0
^0.100.0

Просмотреть файл

@ -103,4 +103,4 @@ untyped-import
untyped-type-import
[version]
^0.99.0
^0.100.0

Просмотреть файл

@ -576,9 +576,6 @@ class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
.map((it, kk) => keyExtractor(it, index * numColumns + kk))
.join(':');
} else {
/* $FlowFixMe(>=0.63.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.63 was deployed. To see the error delete this
* comment and run Flow. */
return keyExtractor(items, index);
}
};

Просмотреть файл

@ -130,7 +130,7 @@
"eslint-plugin-react-hooks": "^1.5.1",
"eslint-plugin-react-native": "3.6.0",
"eslint-plugin-relay": "1.3.0",
"flow-bin": "^0.99.0",
"flow-bin": "^0.100.0",
"flow-remove-types": "1.2.3",
"jest": "^24.7.1",
"jest-junit": "^6.3.0",

Просмотреть файл

@ -31,8 +31,8 @@ generate(
fileName.endsWith(supportedFileName),
),
),
/* $FlowFixMe(>=0.99.0 site=react_native_fb) This comment suppresses an error
* found when Flow v0.99 was deployed. To see the error, delete this comment
* and run Flow. */
/* $FlowFixMe(>=0.99.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.99 was deployed. To see the error, delete this
* comment and run Flow. */
{test: argv.test, parser: 'flow'},
);

Просмотреть файл

@ -96,4 +96,4 @@ untyped-import
untyped-type-import
[version]
^0.99.0
^0.100.0

Просмотреть файл

@ -3202,10 +3202,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"
flow-bin@^0.99.0:
version "0.99.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.99.1.tgz#0d4f413ca84a3a95d0aa64214178684dd7c6a4c5"
integrity sha512-dipNwJlb4MsVt3IuDgPTymCNL4GFoq3pG+GbY6DmBbl0dJPWFSA383rCTmgbfFhoeJ1XCfYBan0BPryToSxiiQ==
flow-bin@^0.100.0:
version "0.100.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.100.0.tgz#729902726658cfa0a81425d6401f9625cf9f5534"
integrity sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA==
flow-parser@0.*:
version "0.89.0"