declare some properties in the node constructor so that they're copied in clone

This commit is contained in:
Mihai Bazon
2012-08-21 20:06:57 +03:00
parent 1b839eb35b
commit fb8c9e3a48
4 changed files with 25 additions and 20 deletions

View File

@@ -18,6 +18,9 @@ time_it("scope", function(){
time_it("mangle", function(){
ast.mangle_names();
});
ast.scope_warnings();
time_it("compress", function(){
var compressor = new UglifyJS.Compressor({
});