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
Age
Commit message (
Expand
)
Author
2012-10-13
disable warnings in the test suite
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
AST cleanup (dropped AST_StatementBase)
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-26
removed the "squeeze" method (it's now effectively "transform")
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-12
fixed run-tests and an issue about reversing the condition in AST_If
Mihai Bazon
2012-09-10
more progress on the compressor (WIP)
Mihai Bazon
2012-09-07
checkpoint
Mihai Bazon
2012-09-07
always keep declarations found in unreachable code
...
Mihai Bazon
2012-09-07
fixed tests (need to drop the toplevel block in "expected" if it's a single s...
Mihai Bazon
2012-09-03
a LabeledStatement should be in fact a StatementWithBody
...
Mihai Bazon
2012-08-27
minor
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon