aboutsummaryrefslogtreecommitdiff
path: root/test/compress/switch.js
AgeCommit message (Expand)Author
2017-03-25fix `dead_code` on `AST_Switch` (#1667)...Need to call `extract_declarations_from_unreachable_code()`. fixes #1663Alex Lam S.L
2013-03-01Drop last `default:` if it's the last branch and empty...Close #141 Mihai Bazon
2012-11-14better solution for the last test in constant switch foldingMihai Bazon
2012-11-14optimize constant switch blocks...ref. mishoo/UglifyJS#441 Mihai Bazon