index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
compress
/
switch.js
Age
Commit message (
Expand
)
Author
2020-08-21
fix corner case in `switches` (#4060)
...
Alex Lam S.L
2020-08-21
enhance `conditionals` & `switches` (#4058)
Alex Lam S.L
2019-11-14
fix corner case in `switches` (#3585)
Alex Lam S.L
2019-11-13
enhance `switches` (#3583)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2017-12-01
improve switch case compression (#2547)
Alex Lam S.L
2017-12-01
improve `AST_For.init` & `AST_Switch.expression` compression (#2546)
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-04-02
fix corner cases in switch and undefined (#1762)
...
Alex Lam S.L
2017-03-29
improve beautified output of switch blocks (#1721)
Alex Lam S.L
2017-03-28
fix tail trimming of switch blocks (#1707)
...
Alex Lam S.L
2017-03-27
`has_side_effects()` should take `AST_Switch.expression` into account (#1699)
...
Alex Lam S.L
2017-03-27
fix typeof side effects (#1696)
...
Alex Lam S.L
2017-03-27
preserve side effects in switch expression (#1694)
...
Alex Lam S.L
2017-03-26
fallthrough should not execute case expression (#1683)
...
Alex Lam S.L
2017-03-26
suppress switch branch de-duplication upon side effects (#1682)
...
Alex Lam S.L
2017-03-26
improve switch optimisations (#1677)
...
Alex Lam S.L
2017-03-25
fix `dead_code` on `AST_Switch` (#1667)
...
Alex Lam S.L
2013-03-01
Drop last `default:` if it's the last branch and empty
...
Mihai Bazon
2012-11-14
better solution for the last test in constant switch folding
Mihai Bazon
2012-11-14
optimize constant switch blocks
...
Mihai Bazon