fix queueing of nested paths being pushed onto the priority queue

This commit is contained in:
Sebastian McKenzie
2015-11-13 03:37:15 -08:00
parent 02e4dcdbe2
commit 688dcec6a3
10 changed files with 29 additions and 84 deletions

View File

@@ -82,6 +82,7 @@ export default function () {
for (let reid of exports) {
node = buildExportsAssignment(reid, node).expression;
}
path.replaceWith(node);
},