aboutsummaryrefslogtreecommitdiff
path: root/lib/output.js
AgeCommit message (Expand)Author
2017-12-24fix comments output & improve `/*@__PURE__*/`...Alex Lam S.L
2017-12-22make comments output more robust (#2633)...Alex Lam S.L
2017-12-11escape consecutive unpaired surrogates (#2576)...Alex Lam S.L
2017-09-21fix "use asm" numeric output (#2328)...kzc
2017-09-15improve source mapping (#2312)...Alex Lam S.L
2017-08-14don't escape null characters as \0 when followed by any digit (#2273)...Erik Desjardins
2017-07-23unescape surrogate pairs only (#2246)...Alex Lam S.L
2017-07-15ensure `ie8` works with mangled properties (#2238)...Alex Lam S.L
2017-07-11enhance source mapping on IIFEs (#2224)...Alex Lam S.L
2017-07-03improve parenthesis emission (#2196)...Alex Lam S.L
2017-06-23refactor `compute_char_frequency()` (#2152)...Alex Lam S.L
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