mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
Enable nullish coalescing in flow config (#20516)
Summary: Follow up to a9792ac4c8ee04f9832a99e95e1afebbb568d230. I assume it's enabled for fb flow config so we can avoid future breakages if someone decide to use this syntax. Pull Request resolved: https://github.com/facebook/react-native/pull/20516 Differential Revision: D9169244 Pulled By: TheSavior fbshipit-source-id: 3736d2aed65a0cb4392c175f7d652594cf6a1518
This commit is contained in:
parent
44c1012cca
commit
7a0af55674
@ -41,6 +41,7 @@ flow-github/
|
||||
emoji=true
|
||||
|
||||
esproposal.optional_chaining=enable
|
||||
esproposal.nullish_coalescing=enable
|
||||
|
||||
module.system=haste
|
||||
module.system.haste.use_name_reducers=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user