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
Age
Commit message (
Expand
)
Author
2012-10-19
minor fix for dropping unused definitions.
...
Mihai Bazon
2012-10-18
more optimizations for some break/continue cases
Mihai Bazon
2012-10-17
more small optimizations
...
Mihai Bazon
2012-10-17
define aborts on AST_If: true if both branches abort
Mihai Bazon
2012-10-17
employ a better parser for command-line arguments
...
Mihai Bazon
2012-10-17
the `sort` option is broken anyway, removed it
...
Mihai Bazon
2012-10-17
add `semicolons` option in the code generator (default: `true`)
...
Mihai Bazon
2012-10-16
fix small glitches in source map generation
Mihai Bazon
2012-10-13
drop unused function arguments
...
Mihai Bazon
2012-10-13
add parens to AST_Seq whose parent is AST_Unary
Mihai Bazon
2012-10-13
fix compressing benchmark.js (it tried to evaluate a statement)
...
Mihai Bazon
2012-10-13
minor
Mihai Bazon
2012-10-13
fix regression from fb5c01c073d06034815d5f3b782fd11cbdf6d6f5
...
Mihai Bazon
2012-10-13
fix end tokens in spidermonkey ast import
Mihai Bazon
2012-10-12
minor
Mihai Bazon
2012-10-12
remove the $self hack
...
Mihai Bazon
2012-10-12
fix in_boolean_context() (two tests were broken)
Mihai Bazon
2012-10-12
use AST_Lambda for object setters/getters
...
Mihai Bazon
2012-10-11
fix pos in syntax error exception
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-11
fix propagation of symbol references
Mihai Bazon
2012-10-10
fix node name
Mihai Bazon
2012-10-10
seems cleaner if AST_Label doesn't inherit from AST_SymbolDeclaration
Mihai Bazon
2012-10-10
small improvements in wrap_commonjs:
...
Mihai Bazon
2012-10-10
drop unused variable
Mihai Bazon
2012-10-10
add `--lint` and display {file} in scope_warnings
Mihai Bazon
2012-10-09
minor
Mihai Bazon
2012-10-09
add AST_Infinity node
Mihai Bazon
2012-10-09
make `--comments` keep @cc_on too
Mihai Bazon
2012-10-09
added $propdoc to AST nodes and some cleanups
...
Mihai Bazon
2012-10-09
minor AST cleanup (AST_BlockStatement may inherit from AST_Block)
Mihai Bazon
2012-10-09
add `--ast-help`
...
Mihai Bazon
2012-10-09
fix detecting symbols in use
Mihai Bazon
2012-10-08
should not expose base54.sort() in the API docs, I think
Mihai Bazon
2012-10-08
added --self to easily get a browser-runnable version of UglifyJS
Mihai Bazon
2012-10-08
eliminate redundant directives in the same scope
Mihai Bazon
2012-10-08
for certain nodes that we invent we might not have a original source file to
...
Mihai Bazon
2012-10-05
remove unused code
Mihai Bazon
2012-10-05
minor
Mihai Bazon
2012-10-05
replace `(function(){ ...no side effects ... })()` with `undefined`.
Mihai Bazon
2012-10-05
prevent mangling only when eval is *called*, not when it's just referenced
Mihai Bazon
2012-10-05
fixed import of locations from SpiderMonkey AST
Mihai Bazon
2012-10-04
use the appropriate constructor for symbols
Mihai Bazon
2012-10-04
minor
Mihai Bazon
2012-10-04
removed some unused variables
Mihai Bazon
2012-10-03
moving code around
Mihai Bazon
2012-10-03
define AST_Node.from_mozilla_ast(ast)
...
Mihai Bazon
2012-10-03
more cleanup (dropped AST_SwitchBlock)
Mihai Bazon
[next]