aboutsummaryrefslogtreecommitdiff
path: root/lib/output.js
AgeCommit message (Expand)Author
2017-06-06workaround webkit parsing error (#2056)...Alex Lam S.L
2017-06-01fix non-identifier getter/setter name (#2041)...Alex Lam S.L
2017-05-23fix source map offset (#1993)...Alex Lam S.L
2017-05-17improve `RegExp` handling (#1959)...Alex Lam S.L
2017-05-17remove `space_colon` (#1960)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-04-22fix label-related bugs (#1835)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-04-07enable `inline_script` by default (#1793)Alex Lam S.L
2017-04-01improve compression of undefined, NaN & Infinitiy (#1748)...Alex Lam S.L
2017-03-31sort options in alphabetical order (#1743)...Alex Lam S.L
2017-03-31fix missing preamble when shebang is absent (#1742)Alex Lam S.L
2017-03-29fix missing parentheses around NaN/Infinity shorthands (#1726)...Alex Lam S.L
2017-03-29output optimal representations of NaN & Infinity (#1723)...Alex Lam S.L
2017-03-29improve beautified output of switch blocks (#1721)Alex Lam S.L
2017-03-24fix corner case in `AST_For.init` (#1652)...Alex Lam S.L
2017-03-08plan B for IE8 do-while semi-colon fix (#1572)...Alex Lam S.L
2017-03-06suppress semicolons after do/while (#1556)...Alex Lam S.L
2017-03-05fix handling of shebang and preamble (#1545)...Alex Lam S.L
2017-02-21clean up `max_line_len`...alexlamsl
2017-02-21remove extraneous spaces between ++/+/--/-...alexlamsl
2017-02-21improve `--beautify bracketize`...alexlamsl
2017-02-21clean up `negate_iife`...alexlamsl
2016-11-29Do not overwrite options.comments + cleanupAnthony Van de Gejuchte
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-06Remove console.log and add extra test caseRichard van Velzen
2016-10-06Add an option to wrap IIFEs in parenthesis...Richard van Velzen
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-08-17Fix negate_iife transform to return a correct tree for nested IIFEs...Richard van Velzen
2016-08-17Fix negate_iife regression #1254kzc
2016-08-14Fix unneeded parens around unary args in new expression.kzc
2016-06-30Enable --screw-ie8 by default....kzc
2016-06-20Keep master in sync with harmony...Anthony Van de Gejuchte
2016-06-19Respect quote style in object literals...Shrey Banga
2016-06-19Don't mix strings with directives in output...Anthony Van de Gejuchte
2016-06-12Re-add parens after new expression in beautify modeAnthony Van de Gejuchte
2016-06-12Stop dropping args in new expressionsAnthony Van de Gejuchte
2016-06-12Escape null characters as \0 unless followed by 0-7.David Bau
2016-06-08Fix uglify attempting to rewrite invalid new expressionsAnthony Van de Gejuchte
2016-05-04Retain comments before AST_Constants during mangle.kzc
2016-03-24Escape all ASCII control characters within strings when using ascii_only....kzc
2016-03-14Fix: Uglified Number.prototype functions on big numbersphilippsimon
2016-01-19Add some tests for comment-filters through api...Anthony Van de Gejuchte
2015-11-12Fix output for "use asm" code from SpiderMonkey AST...Mihai Bazon
2015-11-11Rework has_directive...Mihai Bazon
2015-10-28Allow specification beautify options in tests...Richard van Velzen
2015-10-27fixes #845: \v escaping should be restricted to "screw_ie8" modeMichael Ficarra
2015-10-20Fix #836Fábio Santos
2015-10-15Make_string was missing \v and wasnt reversing vertical tabs even though read...startswithaj