Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-26 | fix `dead_code` on block-scoped `function` under "use strict" (#2006) | Alex Lam S.L | |
Technically not part of ES5, but commonly used code exists in the wild. | |||
2017-03-23 | introduce compressor.info() (#1633) | Alex Lam S.L | |
report the following only when `options.warnings = "verbose"` - unused elements due to inlining - collpased variables | |||
2016-04-19 | Add `passes` compress option. Fix duplicate compress warnings. | kzc | |
2016-04-11 | Fix warnings for referenced non-hoisted functions. | kzc | |
Fixes #1034 Also added `expect_warnings` functionality to test framework. |