From 5c9c35dd2b53c87b802453b18f67e96eb10ff23d Mon Sep 17 00:00:00 2001 From: Nat Mote Date: Mon, 28 Oct 2019 13:04:05 -0700 Subject: [PATCH] Enable abstract locations for 50% of users in xplat/js Summary: Now that types-first is out in xplat, we can turn abstract locations on for improved recheck optimizations. This was rolled out in www before we had the rollouts feature. This is a chance to get better data on how abstract locations actually performs. Changelog: [Internal] Update Flow options to improve recheck speed Reviewed By: panagosg7 Differential Revision: D18145269 fbshipit-source-id: 33941251288884ded4b0d8c9fe7df8225d3429f6 --- .flowconfig | 1 + .flowconfig.android | 1 + 2 files changed, 2 insertions(+) diff --git a/.flowconfig b/.flowconfig index f94fa34243d..86170cd5ada 100644 --- a/.flowconfig +++ b/.flowconfig @@ -58,6 +58,7 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError experimental.well_formed_exports=true experimental.types_first=true +experimental.abstract_locations=true experimental.allow_skip_direct_dependents=true [lints] diff --git a/.flowconfig.android b/.flowconfig.android index 14d46183299..01eb1a4db90 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.abstract_locations=true experimental.allow_skip_direct_dependents=true [lints]