Skip to content

Commit

Permalink
Enable nullish coalescing in flow config (#20516)
Browse files Browse the repository at this point in the history
Summary:
Follow up to a9792ac. 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: #20516

Differential Revision: D9169244

Pulled By: TheSavior

fbshipit-source-id: 3736d2aed65a0cb4392c175f7d652594cf6a1518
  • Loading branch information
janicduplessis authored and facebook-github-bot committed Aug 3, 2018
1 parent 44c1012 commit 7a0af55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a0af55

Please sign in to comment.