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
/
lib
/
utils.js
Age
Commit message (
Expand
)
Author
2012-10-11
stealing more hacks from acorn in the name of speed
Mihai Bazon
2012-10-11
using makeComparator from acorn to generate functions that tests whether a
...
Mihai Bazon
2012-10-11
cleanup
...
Mihai Bazon
2012-10-02
"use strict";
Mihai Bazon
2012-10-02
a shy attempt to obey `width` in the beautifier; added `bracketize` option to...
Mihai Bazon
2012-09-26
compressor successfully moved to TreeTransformer
Mihai Bazon
2012-09-23
properly drop mutually-referring declarations that are not otherwise
...
Mihai Bazon
2012-09-16
rewrite handle_if_return
...
Mihai Bazon
2012-09-12
more AST_If optimizations
Mihai Bazon
2012-09-11
fixed some mess with symbols/scope
...
Mihai Bazon
2012-09-10
adaptive base54 digits depending on char frequency (WIP)
Mihai Bazon
2012-09-10
more progress on the compressor (WIP)
Mihai Bazon
2012-09-04
checkpoint
Mihai Bazon
2012-09-03
Reverting "minor perf. improvements"
...
Mihai Bazon
2012-09-02
minor perf. improvements
Mihai Bazon
2012-08-27
update (c) years
Mihai Bazon
2012-08-22
added license
Mihai Bazon
2012-08-20
added mangler and other stuff
Mihai Bazon
2012-08-20
doc (WIP)
Mihai Bazon
2012-08-19
simple visitor API and code to figure out scope and references
Mihai Bazon
2012-06-03
WIP
Mihai Bazon
2012-05-27
init repo
Mihai Bazon