We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafea23 commit 8fa141dCopy full SHA for 8fa141d
src/parsers/parse_to_ast.js
@@ -13,6 +13,7 @@ function getParserOpts(file) {
13
plugins: [
14
'asyncGenerators',
15
'exportDefaultFrom',
16
+ 'exportNamespaceFrom',
17
'optionalChaining',
18
'classConstructorCall',
19
'classPrivateProperties',
0 commit comments