Skip to content

Commit

Permalink
Add nullish coalescing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrown215 committed Oct 26, 2018
1 parent 59808eb commit 8574771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const options = {
esproposal_decorators: true,
esproposal_export_star_as: true,
esproposal_optional_chaining: true,
esproposal_nullish_coalescing: true,
token: true,
types: true,
};
Expand Down

0 comments on commit 8574771

Please sign in to comment.