resolveModuleSource on ExportAllDeclarations - fixes #1342

This commit is contained in:
Sebastian McKenzie 2015-04-25 17:47:44 +01:00
parent 12fef25803
commit 1511dcbd73

View File

@ -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);