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
This commit is contained in:
Nat Mote
2019-10-28 13:24:11 -07:00
committed by Facebook Github Bot
parent b01fdcb9d5
commit 5c9c35dd2b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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]
+1
View File
@@ -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]