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-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-16
fix `hoist_vars` on `reduce_vars` (#1607)
...
Alex Lam S.L
2017-03-11
disallow parameter substitution for named IIFEs (#1596)
...
Alex Lam S.L
2017-03-09
fix & improve function argument compression (#1584)
...
Alex Lam S.L
2017-03-08
fix function name eliminiation (#1576)
...
Alex Lam S.L
2017-03-07
fix deep cloning of labels (#1565)
...
Alex Lam S.L
2017-03-07
transform function calls to IIFEs (#1560)
...
Alex Lam S.L
2017-03-07
avoid substitution of global variables (#1557)
...
Alex Lam S.L
2017-03-05
handle variable declaration within catch blocks (#1546)
...
Alex Lam S.L
2017-03-03
properly cover all cases of for-in loop variables (#1536)
Alex Lam S.L
2017-03-03
fix reference marking in for-in loops (#1535)
...
Alex Lam S.L
2017-03-02
fix corner cases in `reduce_vars` (#1524)
...
Alex Lam S.L
2017-02-26
consolidate `evaluate` & `reduce_vars` (#1505)
...
Alex Lam S.L
2017-02-21
improve reduce_vars and fix a bug
...
alexlamsl
2017-01-26
optimise binary operands with evaluate() (#1427)
...
Alex Lam S.L
2017-01-26
augment evaluate to extract within objects (#1425)
...
Alex Lam S.L
2016-10-01
Optimize unmodified variables
alexlamsl
[prev]