always keep declarations found in unreachable code
a few more tests and some cleanups.
This commit is contained in:
@@ -32,7 +32,7 @@ load_global("../lib/compress.js");
|
||||
load_global("../lib/sourcemap.js");
|
||||
|
||||
UglifyJS.AST_Node.warn_function = function(txt) {
|
||||
sys.debug(txt);
|
||||
sys.error("WARN: " + txt);
|
||||
};
|
||||
|
||||
// XXX: perhaps we shouldn't export everything but heck, I'm lazy.
|
||||
|
||||
Reference in New Issue
Block a user