From b01fdcb9d58f39c9d3b127422478abe79f5cd66f Mon Sep 17 00:00:00 2001 From: Nat Mote Date: Mon, 28 Oct 2019 13:04:05 -0700 Subject: [PATCH] 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 --- .flowconfig | 1 + .flowconfig.android | 1 + 2 files changed, 2 insertions(+) diff --git a/.flowconfig b/.flowconfig index 006edf715f7..f94fa34243d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -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 diff --git a/.flowconfig.android b/.flowconfig.android index ec9ae845fa1..14d46183299 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -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