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
2014-01-05
Fix parens for property access -- (foo, bar)["baz"]
Mihai Bazon
2013-12-18
Better fix for comments in AST_Exit
...
Mihai Bazon
2013-12-18
Take out all comments from an AST_Exit's value
...
Mihai Bazon
2013-10-30
Workaround for Safari bug
...
Mihai Bazon
2013-10-30
Fix parsing setters/getters (allow keywords for name).
...
Mihai Bazon
2013-10-30
Fix output for `x = 2 * (a % b / b * c)`
...
Mihai Bazon
2013-10-29
Add "preamble" output option
...
Mihai Bazon
2013-10-28
Fix codegen for when comments_before is undefined.
...
Mihai Bazon
2013-09-06
Avoid printing <!-- in the output (HTML5 comment)
Mihai Bazon
2013-09-06
Support HTML5 comment syntax (enabled by default!)
...
Mihai Bazon
2013-08-20
Move support for `negate_iife` in the compressor, rather than code generator
...
Mihai Bazon
2013-08-18
fixes #259: don't unnecessarily quote object properties when --screw-ie8
Michael Ficarra
2013-07-18
Fix output for arrays whose last element is a hole: [1,,]
...
David Glasser
2013-06-03
Escape null characters as \x00
...
Ville Lautanala
2013-05-22
Add `negate_iife` option to the code generator.
...
Mihai Bazon
2013-05-20
Fix output of statement: `new function(){...};`
...
Mihai Bazon
2013-05-09
Use the negation hack rather than parens for a toplevel function expression call
...
Mihai Bazon
2013-03-31
Quote objects with numeric keys
Vladimir Zhuravlev
2013-03-31
Don't use \xYY for identifiers
...
Mihai Bazon
2013-03-31
Output, to_ascii: Escape non-ascii chars with \xnn instead of \unnnn whenever...
Andreas Lind Petersen
2013-02-06
Force space after literal regexp when used in "instanceof" or "in"
...
Mihai Bazon
2013-02-06
Fix parens for NaN
...
Mihai Bazon
2013-02-06
Fix parens for negative numbers
...
Mihai Bazon
2013-02-06
Fix parens for AST_New
...
Mihai Bazon
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
[next]