diff --git a/src/parsers/parse_to_ast.js b/src/parsers/parse_to_ast.js index 5cf2a16b2..6b8065be7 100644 --- a/src/parsers/parse_to_ast.js +++ b/src/parsers/parse_to_ast.js @@ -13,6 +13,7 @@ function getParserOpts(file) { plugins: [ 'asyncGenerators', 'exportDefaultFrom', + 'exportNamespaceFrom', 'optionalChaining', 'classConstructorCall', 'classPrivateProperties',