Skip to content

Commit

Permalink
Merge pull request #32 from blai/master
Browse files Browse the repository at this point in the history
Enable es7.doExpressions and es7.functionBind
  • Loading branch information
fkling committed Oct 20, 2015
2 parents c94b768 + 3c81273 commit a60185d
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 a60185d

Please sign in to comment.