resolveModuleSource on ExportAllDeclarations - fixes #1342
This commit is contained in:
parent
12fef25803
commit
1511dcbd73
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user