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
/
loops.js
Age
Commit message (
Expand
)
Author
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-14
improve fix for #4325 (#4649)
Alex Lam S.L
2021-02-09
support `for [await]...of` statements (#4627)
Alex Lam S.L
2021-01-18
fix corner case in `loops` (#4565)
...
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-11
improve fix for #4355 (#4357)
Alex Lam S.L
2020-11-29
fix corner case in `side_effects` (#4326)
...
Alex Lam S.L
2020-10-24
fix corner case in `loops` & `unused` (#4241)
...
Alex Lam S.L
2020-10-12
support `const` (#4190)
Alex Lam S.L
2020-10-05
fix corner case in `loops` (#4183)
...
Alex Lam S.L
2020-10-05
enhance `loops` (#4180)
Alex Lam S.L
2020-09-04
fix corner case in `loops` & `unused` (#4092)
...
Alex Lam S.L
2020-09-02
fix corner case in `loops` & `unused` (#4085)
...
Alex Lam S.L
2020-08-29
fix corner case in `loops` & `unused` (#4083)
...
Alex Lam S.L
2020-08-26
fix corner case in `loops` & `unused` (#4076)
...
Alex Lam S.L
2020-08-26
enhance `loops` & `unused` (#4074)
...
Alex Lam S.L
2020-04-23
gate various label-related transformations (#3812)
Alex Lam S.L
2019-12-30
enhance `booleans` (#3657)
Alex Lam S.L
2019-12-11
fix corner case in `loops` (#3635)
...
Alex Lam S.L
2019-12-10
enhance `loops` (#3633)
Alex Lam S.L
2019-11-17
compress empty for-in loops (#3590)
Alex Lam S.L
2019-05-14
enhance `side_effects` (#3410)
Alex Lam S.L
2019-04-21
fix corner cases in `functions` (#3372)
...
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-03-15
refactor brackets to braces (#3005)
Alex Lam S.L
2018-02-12
simplify `do-while` into `for` (#2907)
...
Alex Lam S.L
2018-01-08
compress loops with immediate `break` (#2746)
...
Alex Lam S.L
2017-12-02
fix `dead_code` on `for` (#2552)
Alex Lam S.L
2017-12-01
improve `AST_For.init` & `AST_Switch.expression` compression (#2546)
Alex Lam S.L
2017-12-01
improve compression of loop conditions (#2543)
Alex Lam S.L
2017-07-03
improve parenthesis emission (#2196)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-04
optimise `do{...}while(false)` (#1785)
...
Alex Lam S.L
2017-03-24
fix corner case in `AST_For.init` (#1652)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-10
support multi-line string in tests (#1590)
...
Alex Lam S.L
2017-03-08
plan B for IE8 do-while semi-colon fix (#1572)
...
Alex Lam S.L
2017-03-06
suppress semicolons after do/while (#1556)
...
Alex Lam S.L
2017-03-03
disable do{...}while(false) optimisation (#1534)
...
Alex Lam S.L
2017-02-21
tweak do-while loops
...
alexlamsl
2016-07-15
Keep const in own scope while compressing
...
Anthony Van de Gejuchte
2015-12-18
Disable loop optimization for parse-only tests
Anthony Van de Gejuchte
2015-12-18
Add tests
Anthony Van de Gejuchte
2012-11-08
optimization for if/break as first statement in a loop body
...
Mihai Bazon