aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1034.js
AgeCommit message (Expand)Author
2017-07-13enhance `passes` (#2229)...- remove hardcoded upper limit - continue based on node count reduction - emit verbose statistics fixes #2226Alex Lam S.L
2017-05-26fix `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-23introduce compressor.info() (#1633)...report the following only when `options.warnings = "verbose"` - unused elements due to inlining - collpased variablesAlex Lam S.L
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc
2016-04-11Fix warnings for referenced non-hoisted functions....Fixes #1034 Also added `expect_warnings` functionality to test framework. kzc