resolveModuleSource on ExportAllDeclarations - fixes #1342
This commit is contained in:
@@ -16,6 +16,8 @@ export function ImportDeclaration(node, parent, scope, file) {
|
||||
}
|
||||
}
|
||||
|
||||
export { ImportDeclaration as ExportAllDeclaration };
|
||||
|
||||
export function ExportDefaultDeclaration(node, parent, scope) {
|
||||
ImportDeclaration.apply(this, arguments);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user