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
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
2016-06-08
Fix uglify attempting to rewrite invalid new expressions
Anthony Van de Gejuchte
2016-05-04
Retain comments before AST_Constants during mangle.
kzc
2016-03-24
Escape all ASCII control characters within strings when using ascii_only.
...
kzc
2016-03-14
Fix: Uglified Number.prototype functions on big numbers
philippsimon
2016-01-19
Add some tests for comment-filters through api
...
Anthony Van de Gejuchte
2015-11-12
Fix output for "use asm" code from SpiderMonkey AST
...
Mihai Bazon
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-10-28
Allow specification beautify options in tests
...
Richard van Velzen
2015-10-27
fixes #845: \v escaping should be restricted to "screw_ie8" mode
Michael Ficarra
2015-10-20
Fix #836
Fábio Santos
2015-10-15
Make_string was missing \v and wasnt reversing vertical tabs even though read...
startswithaj
2015-10-13
Fix other operator output related to <!-- or -->
kzc
2015-10-12
Only encode <!-- and --> in strings when inline_script
Mihai Bazon
2015-10-12
Output `-- >` instead of `-->` in expressions. Escape `<!--` and `-->` within...
kzc
2015-10-07
Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...
kzc
2015-10-07
Add proper support for "use asm"; blocks. Disable -c optimization within "use...
kzc
2015-10-06
Implement shebang support
Anthony Van de Gejuchte
2015-07-30
Fix semicolon printing when restricting max line length
...
Richard van Velzen
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
[next]