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
/
reduce_vars.js
Age
Commit message (
Expand
)
Author
2017-12-01
convert to number under boolean context (#2545)
Alex Lam S.L
2017-12-01
improve compression of loop conditions (#2543)
Alex Lam S.L
2017-11-29
backport test from #2526 (#2534)
Alex Lam S.L
2017-11-28
improve synergy between `collapse_vars` & `unused` (#2521)
Alex Lam S.L
2017-11-16
fix cross-scope inlining of `AST_Function`s (#2486)
...
Alex Lam S.L
2017-11-11
extend `reduce_funcs` to cover cross-scope substitutions (#2469)
...
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-11-10
fix object literal tracing in `reduce_vars` (#2461)
Alex Lam S.L
2017-11-09
fix multiple nested function substitutions (#2458)
...
Alex Lam S.L
2017-11-08
preserve function identity in `reduce_vars` (#2451)
...
Alex Lam S.L
2017-11-07
handle circular `function` reference gracefully (#2446)
...
Alex Lam S.L
2017-11-06
account for `eval` & `with` in `reduce_vars` (#2441)
...
Alex Lam S.L
2017-11-06
consolidate & enhance `unused` (#2439)
...
Alex Lam S.L
2017-11-05
extend function inlining safety checks (#2430)
Alex Lam S.L
2017-11-05
consolidate single-use `function` reduction (#2427)
...
Alex Lam S.L
2017-11-04
reduce `this` within functions (#2421)
...
Alex Lam S.L
2017-10-29
enhance `properties` (#2412)
...
Alex Lam S.L
2017-10-24
fix `unsafe` `reduce_vars` on arrays & objects (#2397)
Alex Lam S.L
2017-10-24
enhance `unsafe` `evaluate` of arrays & objects (#2394)
Alex Lam S.L
2017-10-22
safer `properties` transform (#2391)
...
Alex Lam S.L
2017-10-22
fix `unsafe` escape analysis in `reduce_vars` (#2387)
Alex Lam S.L
2017-10-21
`unsafe` fix-ups for #2351 (#2379)
Alex Lam S.L
2017-10-12
more tests for #2351 (#2357)
Alex Lam S.L
2017-10-09
perform `reduce_vars` on safe literals (#2351)
...
Alex Lam S.L
2017-10-01
enhance `reduce_vars` for `AST_Accessor` (#2339)
...
Alex Lam S.L
2017-07-05
improve `compress` granularity through `typeofs` (#2201)
...
Alex Lam S.L
2017-06-23
fix `reduce_vars` on `this` (#2145)
...
Alex Lam S.L
2017-06-06
implement function inlining (#2053)
...
Alex Lam S.L
2017-06-04
fix `AST_Function` scope invariance (#2052)
...
Alex Lam S.L
2017-05-14
fix bugs with getter/setter (#1926)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-05-12
avoid `arguments` and `eval` in `reduce_vars` (#1924)
...
Alex Lam S.L
2017-05-07
fix test for #1865 (#1873)
Alex Lam S.L
2017-05-06
fix `unsafe` on `evaluate` of `reduce_vars` (#1870)
...
Alex Lam S.L
2017-04-30
enforce `toplevel` on other compress options (#1855)
...
Alex Lam S.L
2017-04-20
improve `unused` (#1832)
...
Alex Lam S.L
2017-04-18
support safe reassignments in `reduce_vars` (#1823)
...
Alex Lam S.L
2017-04-18
fix `reduce_vars` on conditionals (#1822)
Alex Lam S.L
2017-04-17
fix `reduce_vars` on boolean binary expressions (#1819)
...
Alex Lam S.L
2017-04-17
compress duplicated variable definitions (#1817)
...
Alex Lam S.L
2017-04-17
fix `reduce_vars` within try-block (#1818)
...
Alex Lam S.L
2017-04-17
enhance `reduce_vars` (#1814)
...
Alex Lam S.L
2017-04-16
fix variable substitution (#1816)
...
Alex Lam S.L
2017-04-07
introduce "strict" to `pure_getters` (#1795)
Alex Lam S.L
2017-04-07
fix `reduce_vars` on catch variable (#1794)
...
Alex Lam S.L
2017-04-07
fix incorrect context in variable substitution (#1791)
...
Alex Lam S.L
2017-04-02
fix corner cases in switch and undefined (#1762)
...
Alex Lam S.L
2017-03-27
handle overlapped variable definitions (#1691)
...
Alex Lam S.L
2017-03-26
fix `delete` related issues in `collapse_vars` and `reduce_vars` (#1689)
Alex Lam S.L
2017-03-25
fix `reduce_vars` on `AST_Switch` (#1671)
...
Alex Lam S.L
[next]