Importing names from places
This commit is contained in:
committed by
Richard van Velzen
parent
0465bd270d
commit
d35a9e7839
@@ -1775,6 +1775,10 @@ merge(Compressor.prototype, {
|
||||
return self;
|
||||
});
|
||||
|
||||
OPT(AST_Import, function(self, compressor) {
|
||||
return self;
|
||||
});
|
||||
|
||||
OPT(AST_Function, function(self, compressor){
|
||||
self = AST_Lambda.prototype.optimize.call(self, compressor);
|
||||
if (compressor.option("unused") && !compressor.option("keep_fnames")) {
|
||||
|
||||
Reference in New Issue
Block a user