Skip to content

Commit

Permalink
Enable es7.doExpressions and es7.functionBind
Browse files Browse the repository at this point in the history
  • Loading branch information
blai committed Oct 16, 2015
1 parent c94b768 commit 3c81273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/babylon.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var options = {
'es7.exportExtensions': true,
'es7.trailingFunctionCommas': true,
'es7.objectRestSpread': true,
'es7.doExpressions': true,
'es7.functionBind': true,
},
plugins: { jsx: true, flow: true },
};
Expand Down

0 comments on commit 3c81273

Please sign in to comment.