Skip to content

Commit

Permalink
enable optional chaining in Flow (cruise-automation#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes authored Nov 28, 2019
1 parent 7464556 commit 18f4558
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 @@ -12,6 +12,7 @@ dist
emoji=true
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.optional_chaining=enable
# Cheap workaround to make flow typechecking work across packages in the monorepo
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=./packages
Expand Down

0 comments on commit 18f4558

Please sign in to comment.