Skip to content

Commit 6951a65

Browse files
Vlad Zhukovdanez
authored andcommitted
Enable more babylon plugins (#220)
* Enable more babylon plugins * Add pipelineOperator * Add nullishCoalescingOperator
1 parent cc3c770 commit 6951a65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/babylon.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,21 @@ var options = {
2121
'objectRestSpread',
2222
'decorators',
2323
'classProperties',
24+
'classPrivateProperties',
25+
'classPrivateMethods',
2426
'exportExtensions',
2527
'asyncGenerators',
2628
'functionBind',
2729
'functionSent',
2830
'dynamicImport',
31+
'numericSeparator',
32+
'optionalChaining',
33+
'importMeta',
34+
'bigInt',
35+
'optionalCatchBinding',
36+
'throwExpressions',
37+
'pipelineOperator',
38+
'nullishCoalescingOperator',
2939
],
3040
};
3141

0 commit comments

Comments
 (0)