[parser] Enable "exportNamespaceFrom" by default (#10521)
This commit is contained in:
@@ -1719,7 +1719,6 @@ export default class StatementParser extends ExpressionParser {
|
||||
maybeParseExportNamespaceSpecifier(node: N.Node): boolean {
|
||||
if (this.isContextual("as")) {
|
||||
if (!node.specifiers) node.specifiers = [];
|
||||
this.expectPlugin("exportNamespaceFrom");
|
||||
|
||||
const specifier = this.startNodeAt(
|
||||
this.state.lastTokStart,
|
||||
|
||||
Reference in New Issue
Block a user