UglifyJS/lib
Mihai Bazon 05e15b1c0c fix mangling
(bug in our code prevented the mangler from using a name that was in use
prior to mangling but not after it)
2012-09-27 00:01:16 +03:00
..
ast.js checkpoint (refactoring, WIP) 2012-09-26 12:16:16 +03:00
compress.js removed the "squeeze" method (it's now effectively "transform") 2012-09-26 19:52:32 +03:00
output.js Support input source map 2012-09-24 17:02:18 +03:00
parse.js discard all \uFEFF characters (https://github.com/mishoo/UglifyJS/issues/462) 2012-09-25 15:30:59 +03:00
scope.js fix mangling 2012-09-27 00:01:16 +03:00
sourcemap.js Support input source map 2012-09-24 17:02:18 +03:00
transform.js compressor successfully moved to TreeTransformer 2012-09-26 14:27:01 +03:00
utils.js compressor successfully moved to TreeTransformer 2012-09-26 14:27:01 +03:00