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