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
/
README.md
Age
Commit message (
Expand
)
Author
2017-04-01
improve compression of undefined, NaN & Infinitiy (#1748)
...
Alex Lam S.L
2017-03-23
metadata cleanup (#1630)
...
Alex Lam S.L
2017-03-17
Add `--in-source-map inline` documentation (#1611)
Christian Maughan Tegnér
2017-03-08
scan assignment value in drop_unused() (#1578)
...
Alex Lam S.L
2017-03-05
stay safe with constants in IE8- (#1547)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-03
compress numerical expressions (#1513)
...
Alex Lam S.L
2017-03-01
invert `reduce_vars` tracking flag (#1519)
...
Alex Lam S.L
2017-02-27
add harmony branch details in README (#1507)
kzc
2017-02-25
update docs for `pure_funcs` & `drop_console` (#1503)
...
Alex Lam S.L
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
introduce `unsafe_proto`
...
alexlamsl
2017-02-21
enhance `global_defs`
...
alexlamsl
2017-02-21
drop unused: toplevel, assign-only
...
alexlamsl
2017-01-19
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
...
kzc
2017-01-19
Add note about name mangling when using --mangle-props=unquoted (#1314)
Wiktor Kwapisiewicz
2016-11-29
docs: add doc for option.outFileName
1111hui
2016-11-29
Add --mangle-props-debug and fix --mangle-props=unquoted collision
...
Ashley (Scirra)
2016-10-23
Don't filter shebangs when using the 'some' comment filter
...
Anthony Van de Gejuchte
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-10-01
Optimize unmodified variables
alexlamsl
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-08-14
Add missing `{` in README
...
Timothy Gu
2016-07-17
Fix the document of keep_fnames option
homuler
2016-07-17
Source map URL override from programmatic API
Yotam Spenser
2016-07-01
Document that the smallest sequences optimization length is 2
...
kzc
2016-07-01
Change the default sequences limit to 200 to speed up compress.
...
kzc
2016-07-01
Allow sequences maximum length to be user configurable.
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-30
Add Node API documentation for mangling options
iliashk
2016-06-19
Document the except option to mangle
...
Asia
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-15
Fix test262 failures related to <, <=, in and instanceof
...
Anthony Van de Gejuchte
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc
2016-03-27
added documentation on conditional compilation using API
Sebastien Daniel
2016-02-27
#877 Ignore mangle sort option
kzc
2016-02-11
Merge pull request #948 from kzc/collapse_vars_doc
...
Richard van Velzen
2016-02-08
Create and map `bare-returns` into new `parse` property name
Martii
2016-01-28
collapse_vars: small change to README
kzc
2016-01-28
collapse_vars: document option in README
kzc
2016-01-27
Add mangleProperties documentation to README
...
Bryan Rayner
2016-01-26
Added a mangle properties option
Jeremy Marzka
2016-01-19
Update README for /** @const */
Samuel Reed
2015-11-27
Update README URLs based on HTTP redirects
ReadmeCritic
2015-11-14
Fix docs for keep_fargs
...
plievone
2015-10-13
add `--pure-funcs` option
...
Damian Krzeminski
2015-08-07
Merge pull request #729 from DrewML/keep_fnames_docs
...
Richard van Velzen
2015-06-09
Change --mangle-regex to accept a full regex
Joao Carlos
2015-06-09
Add --mangle-regex option
Joao Carlos
[next]