We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c770 commit 6951a65Copy full SHA for 6951a65
src/babylon.js
@@ -21,11 +21,21 @@ var options = {
21
'objectRestSpread',
22
'decorators',
23
'classProperties',
24
+ 'classPrivateProperties',
25
+ 'classPrivateMethods',
26
'exportExtensions',
27
'asyncGenerators',
28
'functionBind',
29
'functionSent',
30
'dynamicImport',
31
+ 'numericSeparator',
32
+ 'optionalChaining',
33
+ 'importMeta',
34
+ 'bigInt',
35
+ 'optionalCatchBinding',
36
+ 'throwExpressions',
37
+ 'pipelineOperator',
38
+ 'nullishCoalescingOperator',
39
],
40
};
41
0 commit comments