Skip to content

Commit 64ef671

Browse files
ale-grosselletmcw
authored andcommitted
feat: Support classPrivateProperties in parser
Fixes #1216
1 parent 7008123 commit 64ef671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parsers/parse_to_ast.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const opts = {
88
'exportDefaultFrom',
99
'optionalChaining',
1010
'classConstructorCall',
11+
'classPrivateProperties',
1112
'classProperties',
1213
['decorators', { decoratorsBeforeExport: false }],
1314
'doExpressions',

0 commit comments

Comments
 (0)