Skip to content

Commit 3c81273

Browse files
committed
Enable es7.doExpressions and es7.functionBind
1 parent c94b768 commit 3c81273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/babylon.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ var options = {
2424
'es7.exportExtensions': true,
2525
'es7.trailingFunctionCommas': true,
2626
'es7.objectRestSpread': true,
27+
'es7.doExpressions': true,
28+
'es7.functionBind': true,
2729
},
2830
plugins: { jsx: true, flow: true },
2931
};

0 commit comments

Comments
 (0)