mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Turn on env-mode ssa
Summary: Turns on the ssa env mode in Flow, which supercedes constrained writes with additional fixes to refinement invalidation. Reviewed By: SamChou19815 Differential Revision: D36717890 fbshipit-source-id: 20ee963591e8b454458273ac5aa86798e94a8bbd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6064fd0600
commit
4f1aa4d686
+1
-1
@@ -51,7 +51,7 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.env_mode=constrain_writes
|
||||
experimental.env_mode=ssa
|
||||
|
||||
[lints]
|
||||
sketchy-null-number=warn
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ suppress_type=$FlowFixMeProps
|
||||
suppress_type=$FlowFixMeState
|
||||
suppress_type=$FlowFixMeEmpty
|
||||
|
||||
experimental.env_mode=constrain_writes
|
||||
experimental.env_mode=ssa
|
||||
|
||||
[lints]
|
||||
sketchy-null-number=warn
|
||||
|
||||
Reference in New Issue
Block a user