@@ -1430,7 +1430,7 @@ merge(Compressor.prototype, {
|
|||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
tt.stack = compressor.stack; // so that's able to see parent nodes
|
tt.stack = compressor.stack.slice(); // so that's able to see parent nodes
|
||||||
self = self.transform(tt);
|
self = self.transform(tt);
|
||||||
} catch(ex) {
|
} catch(ex) {
|
||||||
if (ex !== self) throw ex;
|
if (ex !== self) throw ex;
|
||||||
|
|||||||
Reference in New Issue
Block a user