Enable direct dependent skipping in xplat/js

Summary:
This has been [proven in www](https://fb.workplace.com/groups/floweng/permalink/2900038803378049/). Now that xplat is on types-first, we can turn this on.

Changelog: [Internal] Update Flow options to improve recheck speed

Reviewed By: panagosg7

Differential Revision: D18144757

fbshipit-source-id: b67660206c70d7ea81057195f365b03a7198bd07
This commit is contained in:
Nat Mote 2019-10-28 13:04:05 -07:00 коммит произвёл Facebook Github Bot
Родитель b1455e84fa
Коммит b01fdcb9d5
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -58,6 +58,7 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
experimental.well_formed_exports=true
experimental.types_first=true
experimental.allow_skip_direct_dependents=true
[lints]
sketchy-null-number=warn

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

@ -58,6 +58,7 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
experimental.well_formed_exports=true
experimental.types_first=true
experimental.allow_skip_direct_dependents=true
[lints]
sketchy-null-number=warn