We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7008123 commit 64ef671Copy full SHA for 64ef671
src/parsers/parse_to_ast.js
@@ -8,6 +8,7 @@ const opts = {
8
'exportDefaultFrom',
9
'optionalChaining',
10
'classConstructorCall',
11
+ 'classPrivateProperties',
12
'classProperties',
13
['decorators', { decoratorsBeforeExport: false }],
14
'doExpressions',
0 commit comments