Skip to content

Commit

Permalink
feat: Support exportNamespaceFrom in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ridergoster authored and tmcw committed May 7, 2019
1 parent fafea23 commit 8fa141d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/parse_to_ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function getParserOpts(file) {
plugins: [
'asyncGenerators',
'exportDefaultFrom',
'exportNamespaceFrom',
'optionalChaining',
'classConstructorCall',
'classPrivateProperties',
Expand Down

0 comments on commit 8fa141d

Please sign in to comment.