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
/
output.js
Age
Commit message (
Expand
)
Author
2013-02-05
Ugly hack to print comments before return/throw statements
...
Mihai Bazon
2013-01-17
[AST_Hole] the print function can be a no-op.
Mihai Bazon
2013-01-17
Fix output for arrays containing undefined values.
...
David Glasser
2012-12-21
Fix output when semicolons is off.
...
Mihai Bazon
2012-12-12
Small cleanup
Mihai Bazon
2012-12-06
Add proper parens in "NoIn" expressions.
...
Mihai Bazon
2012-11-14
Add support for somewhat preserving line numbers.
...
Richard van Velzen
2012-11-07
fix another small regression
...
Mihai Bazon
2012-11-07
fix regression from 5346fb94 (shouldn't parenthesize i++ in x[i++])
Mihai Bazon
2012-11-07
parenthesize property access when it's the expression in New
...
Mihai Bazon
2012-11-07
further fix for parens around New (refs #35)
Mihai Bazon
2012-11-07
parenthesize a Call expression when its parent is New
...
Mihai Bazon
2012-11-07
add proper parens around unary expressions
...
Mihai Bazon
2012-11-05
print final semicolon
...
Mihai Bazon
2012-10-22
more sequence optimizations (lift some sequences above binary/unary expressio...
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
add parens to AST_Seq whose parent is AST_Unary
Mihai Bazon
2012-10-09
add AST_Infinity node
Mihai Bazon
2012-10-09
added $propdoc to AST nodes and some cleanups
...
Mihai Bazon
2012-10-08
for certain nodes that we invent we might not have a original source file to
...
Mihai Bazon
2012-10-04
minor
Mihai Bazon
2012-10-03
more cleanup (dropped AST_SwitchBlock)
Mihai Bazon
2012-10-02
support for `--comments` option to keep comments containing @license or @pres...
Mihai Bazon
2012-10-02
line numbers start at 1
Mihai Bazon
2012-10-02
added option to keep some comments in the output
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-24
Support input source map
...
Mihai Bazon
2012-09-21
better support for multiple input files:
...
Mihai Bazon
2012-09-18
support for directives
Mihai Bazon
2012-09-18
added AST_NaN (output as 0/0)
Mihai Bazon
2012-09-16
rewrite handle_if_return
...
Mihai Bazon
2012-09-14
adding an imaginary "return undefined" can sometimes help
...
Mihai Bazon
2012-09-14
more optimizations that v1 does and some cleanups
...
Mihai Bazon
2012-09-12
fixed run-tests and an issue about reversing the condition in AST_If
Mihai Bazon
2012-09-11
fixed some mess with symbols/scope
...
Mihai Bazon
2012-09-10
more progress on the compressor (WIP)
Mihai Bazon
2012-09-08
fix output for division followed by regexp
...
Mihai Bazon
2012-09-05
cleaned up usage of AST_BlockStatement
...
Mihai Bazon
2012-09-04
if present, the `else` in an `if` should always be forced statement
Mihai Bazon
2012-09-03
jumps, try and definitions are statements too
Mihai Bazon
2012-09-03
an AST_If is too a StatementWithBody
Mihai Bazon
2012-09-03
a LabeledStatement should be in fact a StatementWithBody
...
Mihai Bazon
2012-09-03
switch branches must be declared `required` so that the compressor doesn't
...
Mihai Bazon
2012-09-02
add source mappings for more node types; started CLI utility
Mihai Bazon
2012-08-29
started support for generating source maps (WIP)
...
Mihai Bazon
2012-08-28
fix output for arrays containing undefined values
...
Mihai Bazon
2012-08-28
fix code generator for this case:
...
Mihai Bazon
2012-08-27
update (c) years
Mihai Bazon
[prev]
[next]