aboutsummaryrefslogtreecommitdiff
path: root/lib/output.js
AgeCommit message (Expand)Author
2015-07-30Fix semicolon printing when restricting max line length...Richard van Velzen
2015-05-04Fix blank lines in the output....Mihai Bazon
2015-01-27Add option to preserve/enforce string quote style...Mihai Bazon
2015-01-26Keep single line comments after nlb, after nlb...Anthony Van de Gejuchte
2015-01-04Fix #556...Richard van Velzen
2015-01-04Merge pull request #592 from micschro/patch-1...Richard van Velzen
2014-12-31Fix #597...Richard van Velzen
2014-12-17Fix max_line_len not working for JSON files...micschro
2014-07-18Fix parens for AST_Undefined...Mihai Bazon
2014-07-01Check for the case an AST_For's init is an EmptyStatement...Mihai Bazon
2014-04-27Actually, even better. #475...Mihai Bazon
2014-04-27Better fix for #475Mihai Bazon
2014-04-27Fix parens in +(+x). Close #475Mihai Bazon
2014-01-26Merge branch 'master' of github.com:mishoo/UglifyJS2Mihai Bazon
2014-01-26Move unescaping regexps under a codegen option (`unescape_regexps`)Mihai Bazon
2014-01-25Don't unescape \x00 in regexes (it breaks IE8)Daniel Stutzman
2014-01-21More chars that cannot be unescaped in regexps.Mihai Bazon
2014-01-19Don't unescape byte order marks in regexpsVille Lautanala
2014-01-18Don't unescape \x2f (slash) in regexps. #54Mihai Bazon
2014-01-10simplifyMihai Bazon
2014-01-10Unescape Unicode sequences in regexps when ascii_only is false. #54Mihai Bazon
2014-01-05Fix parens for property access -- (foo, bar)["baz"]Mihai Bazon
2013-12-18Better fix for comments in AST_Exit...Mihai Bazon
2013-12-18Take out all comments from an AST_Exit's value...Mihai Bazon
2013-10-30Workaround for Safari bug...Mihai Bazon
2013-10-30Fix parsing setters/getters (allow keywords for name)....Mihai Bazon
2013-10-30Fix output for `x = 2 * (a % b / b * c)`...Mihai Bazon
2013-10-29Add "preamble" output option...Mihai Bazon
2013-10-28Fix codegen for when comments_before is undefined....Mihai Bazon
2013-09-06Avoid printing <!-- in the output (HTML5 comment)Mihai Bazon
2013-09-06Support HTML5 comment syntax (enabled by default!)...Mihai Bazon
2013-08-20Move support for `negate_iife` in the compressor, rather than code generator...Mihai Bazon
2013-08-18fixes #259: don't unnecessarily quote object properties when --screw-ie8Michael Ficarra
2013-07-18Fix output for arrays whose last element is a hole: [1,,]...David Glasser
2013-06-03Escape null characters as \x00...Ville Lautanala
2013-05-22Add `negate_iife` option to the code generator....Mihai Bazon
2013-05-20Fix output of statement: `new function(){...};`...Mihai Bazon
2013-05-09Use the negation hack rather than parens for a toplevel function expression call...Mihai Bazon
2013-03-31Quote objects with numeric keysVladimir Zhuravlev
2013-03-31Don't use \xYY for identifiers...Mihai Bazon
2013-03-31Output, to_ascii: Escape non-ascii chars with \xnn instead of \unnnn whenever...Andreas Lind Petersen
2013-02-06Force space after literal regexp when used in "instanceof" or "in"...Mihai Bazon
2013-02-06Fix parens for NaN...Mihai Bazon
2013-02-06Fix parens for negative numbers...Mihai Bazon
2013-02-06Fix parens for AST_New...Mihai Bazon
2013-02-05Ugly 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-17Fix output for arrays containing undefined values....David Glasser
2012-12-21Fix output when semicolons is off....Mihai Bazon
2012-12-12Small cleanupMihai Bazon