Merge branch 'master' into harmony
This commit is contained in:
@@ -96,6 +96,9 @@ function run_compress_tests() {
|
||||
}
|
||||
var input = as_toplevel(test.input);
|
||||
var input_code = make_code(test.input);
|
||||
if (test.mangle_props) {
|
||||
input = U.mangle_properties(input, test.mangle_props);
|
||||
}
|
||||
var output = input.transform(cmp);
|
||||
output.figure_out_scope();
|
||||
output = make_code(output, false);
|
||||
|
||||
Reference in New Issue
Block a user