play nice with propmangle
This commit is contained in:
@@ -219,6 +219,10 @@ TreeTransformer.prototype = new TreeWalker;
|
||||
self.properties = do_list(self.properties, tw);
|
||||
});
|
||||
|
||||
_(AST_ObjectSymbol, function(self, tw){
|
||||
self.symbol = self.symbol.transform(tw);
|
||||
});
|
||||
|
||||
_(AST_ObjectProperty, function(self, tw){
|
||||
self.value = self.value.transform(tw);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user