Skip to content

Commit 8fa141d

Browse files
ridergostertmcw
authored andcommitted
feat: Support exportNamespaceFrom in parser
1 parent fafea23 commit 8fa141d

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
@@ -13,6 +13,7 @@ function getParserOpts(file) {
1313
plugins: [
1414
'asyncGenerators',
1515
'exportDefaultFrom',
16+
'exportNamespaceFrom',
1617
'optionalChaining',
1718
'classConstructorCall',
1819
'classPrivateProperties',

0 commit comments

Comments
 (0)