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
2017-06-03
clean up `lib/parse.js` (#2047)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-03-15
fix `AST_Node.optimize()` (#1602)
...
Alex Lam S.L
2017-03-01
fix crash on missing `props` to `string_template()` (#1523)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-21
clean up `negate_iife`
...
alexlamsl
2016-11-29
Do not overwrite options.comments + cleanup
Anthony Van de Gejuchte
2016-06-30
Various LineTerminator changes
...
Anthony Van de Gejuchte
2016-04-07
Simplify member(name, array) implementation.
kzc
2016-04-07
Avoid using inherited hasOwnProperty
...
Mihai Bazon
2015-03-14
Add property name mangler
...
Mihai Bazon
2013-12-10
semicolons
Mihai Bazon
2013-12-10
Merge pull request #245 from ForbesLindesay/patch-1
...
Mihai Bazon
2013-11-28
Add --noerr to turn off argument name checking
...
Mihai Bazon
2013-07-22
Make `DefaultsError` a real `Error` object
Forbes Lindesay
2013-05-14
Only compress code in `new Function` if all arguments are strings.
Mihai Bazon
2012-12-05
When hoisting variables, try to merge in assignments that follow.
Mihai Bazon
2012-11-06
add option to mangle names even if eval/with is in use
...
Mihai Bazon
2012-11-02
use a Dictionary object instead of plain object for hashes
...
Mihai Bazon
2012-10-18
more optimizations for some break/continue cases
Mihai Bazon
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