[parser] Enable "exportNamespaceFrom" by default (#10521)

This commit is contained in:
Nicolò Ribaudo
2019-10-29 18:44:32 +01:00
committed by GitHub
parent d248e2d188
commit 4cd93ab5f3
22 changed files with 263 additions and 27 deletions

View File

@@ -106,7 +106,7 @@ export type ParserPlugin =
'dynamicImport' |
'estree' |
'exportDefaultFrom' |
'exportNamespaceFrom' |
'exportNamespaceFrom' | // deprecated
'flow' |
'flowComments' |
'functionBind' |