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
2015-05-04
Fix blank lines in the output.
...
Mihai Bazon
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-26
Keep single line comments after nlb, after nlb
...
Anthony Van de Gejuchte
2015-01-04
Fix #556
...
Richard van Velzen
2015-01-04
Merge pull request #592 from micschro/patch-1
...
Richard van Velzen
2014-12-31
Fix #597
...
Richard van Velzen
2014-12-17
Fix max_line_len not working for JSON files
...
micschro
2014-07-18
Fix parens for AST_Undefined
...
Mihai Bazon
2014-07-01
Check for the case an AST_For's init is an EmptyStatement
...
Mihai Bazon
2014-04-27
Actually, even better. #475
...
Mihai Bazon
2014-04-27
Better fix for #475
Mihai Bazon
2014-04-27
Fix parens in +(+x). Close #475
Mihai Bazon
2014-01-26
Merge branch 'master' of github.com:mishoo/UglifyJS2
Mihai Bazon
2014-01-26
Move unescaping regexps under a codegen option (`unescape_regexps`)
Mihai Bazon
2014-01-25
Don't unescape \x00 in regexes (it breaks IE8)
Daniel Stutzman
2014-01-21
More chars that cannot be unescaped in regexps.
Mihai Bazon
2014-01-19
Don't unescape byte order marks in regexps
Ville Lautanala
2014-01-18
Don't unescape \x2f (slash) in regexps. #54
Mihai Bazon
2014-01-10
simplify
Mihai Bazon
2014-01-10
Unescape Unicode sequences in regexps when ascii_only is false. #54
Mihai Bazon
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
[next]