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
Age
Commit message (
Expand
)
Author
2013-05-06
Added test scenario with unicode in properties name.
...
Justin Lau
2013-05-05
Added scenario in test case where properties shouldn't be accessed with
...
Justin Lau
2013-04-20
fixes #189: use dotted member access when --screw-ie8 option given
Michael Ficarra
2013-04-03
Add tests for typeof evaluation
Roman Bataev
2013-03-01
Drop last `default:` if it's the last branch and empty
...
Mihai Bazon
2013-01-23
Fix #105: property comparison to undefined is not always safe
Richard Gibson
2013-01-17
Fix output for arrays containing undefined values.
...
David Glasser
2012-11-30
Add test for issue #59
Mihai Bazon
2012-11-14
better solution for the last test in constant switch folding
Mihai Bazon
2012-11-14
optimize constant switch blocks
...
Mihai Bazon
2012-11-12
fix invalid AST produced by dropping unused variable
...
Mihai Bazon
2012-11-08
optimization for if/break as first statement in a loop body
...
Mihai Bazon
2012-10-30
don't move expressions containing the binary `in` operator into the `for` ini...
...
Mihai Bazon
2012-10-24
fix for `if (...) return; else return ...;`
...
Mihai Bazon
2012-10-22
more sequence optimizations (lift some sequences above binary/unary expressio...
Mihai Bazon
2012-10-18
more optimizations for some break/continue cases
Mihai Bazon
2012-10-13
drop unused function arguments
...
Mihai Bazon
2012-10-12
actually enable the option that drops unused names in the test of issue #12
Mihai Bazon
2012-10-12
add test for issue #12
Mihai Bazon
2012-10-03
added option for side-effect-free statements, fix test
Mihai Bazon
2012-10-03
disable `hoist_vars` by default and change `comparations` to `comparisons`
Mihai Bazon
2012-09-24
minor tests fix
Mihai Bazon
2012-09-17
minor
Mihai Bazon
2012-09-17
one more test for sequences
Mihai Bazon
2012-09-16
rewrite handle_if_return
...
Mihai Bazon
2012-09-13
few more optimizations:
...
Mihai Bazon
2012-09-12
minor
Mihai Bazon
2012-09-10
more progress on the compressor (WIP)
Mihai Bazon
2012-09-07
always keep declarations found in unreachable code
...
Mihai Bazon
2012-08-27
minor
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon