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
/
bin
Age
Commit message (
Expand
)
Author
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-14
Add simple file globbing to bin/uglifyjs for Windows
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-02-17
Allow --no-* options to disable their respective parameter
...
Richard van Velzen
2016-02-10
Allow cli options to be specified in separate definitions
...
Richard van Velzen
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-11-01
Fixed RegExp literal in mozilla AST generation/output and added a --dump-spid...
kzc
2015-10-13
add `--pure-funcs` option
...
Damian Krzeminski
2015-10-07
get rid of SCOPE_IS_NEEDED as it was always true
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-09-24
No longer use `vm` to load code.
...
Mihai Bazon
2015-06-09
Change --mangle-regex to accept a full regex
Joao Carlos
2015-06-09
Show descriptive error when --mangle-regex is invalid
Joao Carlos
2015-06-09
Add --mangle-regex option
Joao Carlos
2015-05-04
Remove deprecated calls to utils.print/utils.error
...
Mihai Bazon
2015-04-22
If name_cache is specified, do rename cached properties
...
Mihai Bazon
2015-04-05
More fixes for the breaking changes in yargs
...
Mihai Bazon
2015-03-29
Fix long options
なつき
2015-03-29
Add tool to extract property names
Mihai Bazon
2015-03-22
Export readDefaultReservedFile
Mihai Bazon
2015-03-18
Add --reserve-domprops along with a default exclusion list in tools/domprops....
Mihai Bazon
2015-03-18
Support multiple --reserved-file args
Mihai Bazon
2015-03-17
Export readNameCache / writeNameCache
Mihai Bazon
2015-03-16
rename --prop-cache to --name-cache
...
Mihai Bazon
2015-03-14
Fix --reserved-file
Mihai Bazon
2015-03-14
Add property name mangler
...
Mihai Bazon
2015-02-11
Parse regexes properly
Anthony Van de Gejuchte
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-05
Declare boolean type for --keep-fnames
Mihai Bazon
2015-01-05
Support keep_fnames in compressor, and --keep-fnames. #552
...
Mihai Bazon
2015-01-04
Fix backslashes in source-map paths on Windows
Derek Wickern
2015-01-01
Use yargs instead of optimist.
Kenneth Powers
2014-10-20
Add option to allow return outside of functions.
...
Mihai Bazon
2014-01-09
Added support for sourcesContent property of source map
Artemy Tregubenko
2014-01-07
Fix #392
Mihai Bazon
2013-11-28
Add --noerr to turn off argument name checking
...
Mihai Bazon
2013-10-29
Fix reading arguments
...
Mihai Bazon
2013-10-29
Add "preamble" output option
...
Mihai Bazon
2013-10-28
Fix codegen for when comments_before is undefined.
...
Mihai Bazon
2013-09-02
Better reporting of parse errors
Mihai Bazon
2013-08-18
fixes #259: don't unnecessarily quote object properties when --screw-ie8
Michael Ficarra
2013-08-07
Support `-p relative`. Fix #256
Mihai Bazon
2013-07-30
Fix #251
Mihai Bazon
2013-07-28
Don't require arguments to --enclose
Mihai Bazon
2013-05-21
The extra /* */ isn't needed now
Matt Robenolt
2013-05-21
SourceMapping pragma has changed to //#
...
Matt Robenolt
[next]