feat: Support exportNamespaceFrom in parser

This commit is contained in:
Vincent Kocupyr 2019-05-07 16:46:58 +02:00 committed by Tom MacWright
parent fafea23bff
commit 8fa141da77

View File

@ -13,6 +13,7 @@ function getParserOpts(file) {
plugins: [
'asyncGenerators',
'exportDefaultFrom',
'exportNamespaceFrom',
'optionalChaining',
'classConstructorCall',
'classPrivateProperties',