UglifyJS/lib
Mihai Bazon ea6d1ea701 it's not safe to assume that property access is side-effect-free
(getters/setters + various browser bugs will trigger side effects; also, an
exception is thrown when the expression is undefined)
2012-09-25 10:32:14 +03:00
..
ast.js properly drop mutually-referring declarations that are not otherwise 2012-09-23 12:47:34 +03:00
compress.js it's not safe to assume that property access is side-effect-free 2012-09-25 10:32:14 +03:00
output.js Support input source map 2012-09-24 17:02:18 +03:00
parse.js log filename in parse errors / compressor warnings 2012-09-21 14:44:25 +03:00
scope.js properly drop mutually-referring declarations that are not otherwise 2012-09-23 12:47:34 +03:00
sourcemap.js Support input source map 2012-09-24 17:02:18 +03:00
transform.js properly drop mutually-referring declarations that are not otherwise 2012-09-23 12:47:34 +03:00
utils.js properly drop mutually-referring declarations that are not otherwise 2012-09-23 12:47:34 +03:00