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
/
negate-iife.js
Age
Commit message (
Expand
)
Author
2018-07-01
fix corner case in `unused`
alexlamsl
2018-03-16
improve truthy compression (#3009)
Alex Lam S.L
2017-06-06
implement function inlining (#2053)
...
Alex Lam S.L
2017-05-02
improve literal return optimization (#1860)
kzc
2017-03-27
fix typeof side effects (#1696)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-02
optimize trivial IIFEs returning constants (#1530)
kzc
2017-02-21
fix duplicated test names
...
alexlamsl
2017-02-21
clean up `negate_iife`
...
alexlamsl
2016-08-17
Fix negate_iife transform to return a correct tree for nested IIFEs
...
Richard van Velzen
2016-08-17
Fix negate_iife regression #1254
kzc
2016-05-15
Simplify iife `new` fix
...
kzc
2016-05-09
Do not apply negate_iife optimization to `new` expression
kzc
2013-12-29
Conditional/call optimization
...
Mihai Bazon
2013-08-20
Move support for `negate_iife` in the compressor, rather than code generator
...
Mihai Bazon