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
2017-12-24
fix comments output & improve `/*@__PURE__*/`
...
Alex Lam S.L
2017-12-22
make comments output more robust (#2633)
...
Alex Lam S.L
2017-12-11
escape consecutive unpaired surrogates (#2576)
...
Alex Lam S.L
2017-09-21
fix "use asm" numeric output (#2328)
...
kzc
2017-09-15
improve source mapping (#2312)
...
Alex Lam S.L
2017-08-14
don't escape null characters as \0 when followed by any digit (#2273)
...
Erik Desjardins
2017-07-23
unescape surrogate pairs only (#2246)
...
Alex Lam S.L
2017-07-15
ensure `ie8` works with mangled properties (#2238)
...
Alex Lam S.L
2017-07-11
enhance source mapping on IIFEs (#2224)
...
Alex Lam S.L
2017-07-03
improve parenthesis emission (#2196)
...
Alex Lam S.L
2017-06-23
refactor `compute_char_frequency()` (#2152)
...
Alex Lam S.L
2017-06-06
workaround webkit parsing error (#2056)
...
Alex Lam S.L
2017-06-01
fix non-identifier getter/setter name (#2041)
...
Alex Lam S.L
2017-05-23
fix source map offset (#1993)
...
Alex Lam S.L
2017-05-17
improve `RegExp` handling (#1959)
...
Alex Lam S.L
2017-05-17
remove `space_colon` (#1960)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-04-22
fix label-related bugs (#1835)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-04-07
enable `inline_script` by default (#1793)
Alex Lam S.L
2017-04-01
improve compression of undefined, NaN & Infinitiy (#1748)
...
Alex Lam S.L
2017-03-31
sort options in alphabetical order (#1743)
...
Alex Lam S.L
2017-03-31
fix missing preamble when shebang is absent (#1742)
Alex Lam S.L
2017-03-29
fix missing parentheses around NaN/Infinity shorthands (#1726)
...
Alex Lam S.L
2017-03-29
output optimal representations of NaN & Infinity (#1723)
...
Alex Lam S.L
2017-03-29
improve beautified output of switch blocks (#1721)
Alex Lam S.L
2017-03-24
fix corner case in `AST_For.init` (#1652)
...
Alex Lam S.L
2017-03-08
plan B for IE8 do-while semi-colon fix (#1572)
...
Alex Lam S.L
2017-03-06
suppress semicolons after do/while (#1556)
...
Alex Lam S.L
2017-03-05
fix handling of shebang and preamble (#1545)
...
Alex Lam S.L
2017-02-21
clean up `max_line_len`
...
alexlamsl
2017-02-21
remove extraneous spaces between ++/+/--/-
...
alexlamsl
2017-02-21
improve `--beautify bracketize`
...
alexlamsl
2017-02-21
clean up `negate_iife`
...
alexlamsl
2016-11-29
Do not overwrite options.comments + cleanup
Anthony Van de Gejuchte
2016-10-23
Don't filter shebangs when using the 'some' comment filter
...
Anthony Van de Gejuchte
2016-10-06
Remove console.log and add extra test case
Richard van Velzen
2016-10-06
Add an option to wrap IIFEs in parenthesis
...
Richard van Velzen
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-08-17
Fix negate_iife transform to return a correct tree for nested IIFEs
...
Richard van Velzen
2016-08-17
Fix negate_iife regression #1254
kzc
2016-08-14
Fix unneeded parens around unary args in new expression.
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-20
Keep master in sync with harmony
...
Anthony Van de Gejuchte
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-06-19
Don't mix strings with directives in output
...
Anthony Van de Gejuchte
2016-06-12
Re-add parens after new expression in beautify mode
Anthony Van de Gejuchte
2016-06-12
Stop dropping args in new expressions
Anthony Van de Gejuchte
2016-06-12
Escape null characters as \0 unless followed by 0-7.
David Bau
[next]