mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
b01fdcb9d5
commit
5c9c35dd2b
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user