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