Age | Commit message (Expand) | Author |
---|---|---|
2020-10-27 | improve warnings (#4247)...closes #4244 | Alex Lam S.L |
2020-10-12 | support `const` (#4190) | Alex Lam S.L |
2020-04-23 | improve `unused` efficiency (#3813) | Alex Lam S.L |
2019-12-22 | enhance `conditionals` (#3643) | Alex Lam S.L |
2019-04-30 | unify logging functionality (#3392)...fixes #3253 fixes #3254 | Alex Lam S.L |
2018-07-13 | fix corner cases in `preserve_line` (#3212) | Alex Lam S.L |
2018-07-01 | fix corner case in `unused` | alexlamsl |
2017-12-14 | fold `cascade` functionality into `collapse_vars` (#2586) | Alex Lam S.L |
2017-07-13 | enhance `passes` (#2229)...- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226 | Alex Lam S.L |
2017-05-26 | fix `dead_code` on block-scoped `function` under "use strict" (#2006)...Technically not part of ES5, but commonly used code exists in the wild. | Alex Lam S.L |
2017-03-23 | introduce compressor.info() (#1633)...report the following only when `options.warnings = "verbose"` - unused elements due to inlining - collpased variables | Alex Lam S.L |
2016-04-19 | Add `passes` compress option. Fix duplicate compress warnings. | kzc |
2016-04-11 | Fix warnings for referenced non-hoisted functions....Fixes #1034 Also added `expect_warnings` functionality to test framework. | kzc |