UglifyJS/lib
2012-12-28 11:34:44 +08:00
..
ast.js ast.js: add a property 'cloned_from' which referred to the origin ast instance to the cloned ast; otherwise we will lose connection between transformer.before and transformer.after 2012-12-28 11:34:44 +08:00
compress.js Optimize new Array(1, 2, 3) → [1, 2, 3] 2012-12-21 21:04:35 +02:00
mozilla-ast.js fix end tokens in spidermonkey ast import 2012-10-13 11:37:58 +03:00
output.js Fix output when semicolons is off. 2012-12-21 11:57:08 +02:00
parse.js Accept string or number as name of an accessor. 2012-12-22 01:24:04 +02:00
scope.js When hoisting variables, try to merge in assignments that follow. 2012-12-05 12:30:25 +02:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js fix #51 2012-11-18 17:37:45 +02:00
utils.js When hoisting variables, try to merge in assignments that follow. 2012-12-05 12:30:25 +02:00