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
/
sequences.js
Age
Commit message (
Expand
)
Author
2017-03-27
fix `cascade` on anonymous function reference (#1693)
...
Alex Lam S.L
2017-03-26
fix `cascade` on `delete` operator (#1687)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-19
fix AST_Binary.lift_sequences() (#1621)
...
Alex Lam S.L
2017-03-05
improve `unsafe` on undefined (#1548)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-02-21
clean up `negate_iife`
...
alexlamsl
2017-02-21
`-c sequences=N` suboptimal at N expression cutoff
...
alexlamsl
2014-09-28
Referencing a global is assumed to have side effects.
...
Mihai Bazon
2013-11-06
Better fix for #343
...
Mihai Bazon
2012-10-30
don't move expressions containing the binary `in` operator into the `for` ini...
...
Mihai Bazon
2012-10-22
more sequence optimizations (lift some sequences above binary/unary expressio...
Mihai Bazon
2012-09-24
minor tests fix
Mihai Bazon
2012-09-17
one more test for sequences
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon