diff --git a/src/parsers/parse_to_ast.js b/src/parsers/parse_to_ast.js index 186e3172f..b4d366f09 100644 --- a/src/parsers/parse_to_ast.js +++ b/src/parsers/parse_to_ast.js @@ -8,6 +8,7 @@ const opts = { 'exportDefaultFrom', 'optionalChaining', 'classConstructorCall', + 'classPrivateProperties', 'classProperties', ['decorators', { decoratorsBeforeExport: false }], 'doExpressions',