[Pkg-javascript-commits] [uglifyjs] branch upstream updated (9aacaf4 -> ae2e82d)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 27 08:26:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch upstream
in repository uglifyjs.

      from  9aacaf4   New upstream version 2.7.3
       new  ae2e82d   New upstream version 2.7.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                       |  19 +++-
 bin/uglifyjs                    |  55 +++++-----
 lib/compress.js                 |  39 +++++--
 lib/output.js                   |  74 ++++++++++---
 lib/scope.js                    |  18 +--
 package.json                    |   2 +-
 test/compress/asm.js            |   4 +-
 test/compress/assignment.js     | 238 ++++++++++++++++++++++++++++++++++++++++
 test/compress/issue-1275.js     |  49 +++++++++
 test/compress/reduce_vars.js    | 171 +++++++++++++++++++++++++++++
 test/compress/typeof.js         |  22 ++++
 test/compress/wrap_iife.js      |  48 ++++++++
 test/input/comments/filter.js   |   3 +
 test/input/issue-1323/sample.js |   7 ++
 test/mocha/arguments.js         |   8 ++
 test/mocha/cli.js               |  55 +++++++++-
 test/mocha/comment-filter.js    |  20 ++++
 test/mocha/minify.js            |  19 ++++
 tools/node.js                   |  14 ++-
 19 files changed, 788 insertions(+), 77 deletions(-)
 create mode 100644 test/compress/assignment.js
 create mode 100644 test/compress/issue-1275.js
 create mode 100644 test/compress/reduce_vars.js
 create mode 100644 test/compress/wrap_iife.js
 create mode 100644 test/input/comments/filter.js
 create mode 100644 test/input/issue-1323/sample.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list