@allow-large-files Deploy Flow v0.90 to xplat/js

Reviewed By: dsainati1

Differential Revision: D13708161

fbshipit-source-id: b83dab505f2739bf4bc5077936e71ebd1800eaf4
This commit is contained in:
Sam Goldman 2019-01-16 21:50:43 -08:00 коммит произвёл Facebook Github Bot
Родитель cf85d0e4d6
Коммит 2c7895706d
6 изменённых файлов: 11 добавлений и 8 удалений

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

@ -97,4 +97,4 @@ untyped-import
untyped-type-import
[version]
^0.89.0
^0.90.0

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

@ -97,4 +97,4 @@ untyped-import
untyped-type-import
[version]
^0.89.0
^0.90.0

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

@ -21,6 +21,9 @@ const renderApplication = require('renderApplication');
type Task = (taskData: any) => Promise<void>;
type TaskProvider = () => Task;
/* $FlowFixMe(>=0.90.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.90 was deployed. To see the error, delete this
* comment and run Flow. */
export type ComponentProvider = () => React$ComponentType<any>;
export type ComponentProviderInstrumentationHook = (
component: ComponentProvider,

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

@ -228,7 +228,7 @@
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-react-native": "3.5.0",
"flow-bin": "^0.89.0",
"flow-bin": "^0.90.0",
"jest": "24.0.0-alpha.6",
"jest-junit": "5.2.0",
"jscodeshift": "^0.6.2",

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

@ -66,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version]
^0.89.0
^0.90.0

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

@ -3267,10 +3267,10 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"
flow-bin@^0.89.0:
version "0.89.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.89.0.tgz#6bd29c2af7e0f429797f820662f33749105c32fa"
integrity sha512-DkO4PsXYrl53V6G5+t5HbRMC5ajYUQej2LEGPUZ+j9okTb41Sn5j9vfxsCpXMEAslYnQoysHhYu4GUZsQX/DrQ==
flow-bin@^0.90.0:
version "0.90.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.90.0.tgz#733b6d29a8c8a22b9a5d273611d9a8402faf3445"
integrity sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw==
flow-parser@0.*:
version "0.89.0"