[Pkg-javascript-commits] [uglifyjs] branch master updated (0abb76e -> 49745e1)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Nov 27 08:26:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository uglifyjs.
from 0abb76e add licensecheck to build depends
new ae2e82d New upstream version 2.7.4
new df846cc Merge tag 'upstream/2.7.4'
new b6d296f update changelog
new 49745e1 refresh patch
The 4 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 ++++---
debian/changelog | 2 +-
debian/patches/1001_break_dep_loop.patch | 17 ++-
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 +-
21 files changed, 799 insertions(+), 85 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