[Pkg-javascript-commits] [uglifyjs] 23/50: Merge pull request #1938 from alexlamsl/v2.8.25

Jonas Smedegaard dr at jones.dk
Thu Aug 17 23:06:45 UTC 2017


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

js pushed a commit to branch master
in repository uglifyjs.

commit 3ee1464aa44623b36ea109fb0def81d14cec5693
Merge: 87f8a48 24967b8
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date:   Mon May 15 19:44:44 2017 +0800

    Merge pull request #1938 from alexlamsl/v2.8.25

 README.md                         |  11 +-
 bin/uglifyjs                      |  16 +--
 lib/ast.js                        |   4 +-
 lib/compress.js                   | 110 +++++++++++++-------
 lib/mozilla-ast.js                |  52 ++++-----
 lib/parse.js                      |  56 +++++-----
 lib/scope.js                      |   5 -
 package.json                      |   5 +-
 test/compress/dead-code.js        |  16 +++
 test/compress/pure_getters.js     |  59 +++++++++++
 test/compress/reduce_vars.js      |  29 ++++++
 test/input/invalid/assign_4.js    |   1 +
 test/input/invalid/dot_1.js       |   1 +
 test/input/invalid/dot_2.js       |   1 +
 test/input/invalid/dot_3.js       |   1 +
 test/input/invalid/object.js      |   1 +
 test/mocha/accessorTokens-1492.js |   2 +-
 test/mocha/cli.js                 |  79 +++++++++++++-
 test/mocha/directives.js          |  16 ++-
 test/mocha/getter-setter.js       |   2 +-
 test/mozilla-ast.js               | 174 ++++++++++++++-----------------
 test/run-tests.js                 |   6 --
 test/sandbox.js                   |  12 ++-
 test/ufuzz.js                     | 214 ++++++++++++++++++++++++++------------
 24 files changed, 579 insertions(+), 294 deletions(-)

-- 
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