[Pkg-javascript-commits] [uglifyjs] 39/50: Updated version 2.8.29 from 'upstream/2.8.29'

Jonas Smedegaard dr at jones.dk
Thu Aug 17 23:06:46 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 4a5638b88589290c94624fdf81749811dbdd3e6b
Merge: f9ddf4a c92db1a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 24 21:58:02 2017 +0200

    Updated version 2.8.29 from 'upstream/2.8.29'
    
    with Debian dir cdb8707cbbe719a0d80c929e7fbd246e7a6006e0

 .gitignore                        |   1 -
 .travis.yml                       |   1 -
 README.md                         |  48 ++--
 bin/uglifyjs                      |  16 +-
 lib/ast.js                        |  13 +-
 lib/compress.js                   | 252 ++++++++++++++------
 lib/mozilla-ast.js                |  52 +++--
 lib/output.js                     |  35 ++-
 lib/parse.js                      | 113 +++++----
 lib/scope.js                      |   5 -
 package.json                      |   7 +-
 test/benchmark.js                 |   4 +-
 test/compress/collapse_vars.js    |  46 ++++
 test/compress/dead-code.js        |  16 ++
 test/compress/drop-unused.js      |  60 +++++
 test/compress/evaluate.js         |  47 ++++
 test/compress/functions.js        |  54 +++++
 test/compress/issue-1656.js       |   6 +-
 test/compress/issue-1833.js       | 134 +++++++++++
 test/compress/issue-1943.js       |  31 +++
 test/compress/properties.js       | 102 +++++++++
 test/compress/pure_getters.js     |  59 +++++
 test/compress/reduce_vars.js      | 261 ++++++++++++++++++---
 test/compress/sequences.js        |  24 ++
 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/else.js        |   1 +
 test/input/invalid/object.js      |   1 +
 test/input/invalid/return.js      |   1 +
 test/mocha/accessorTokens-1492.js |   2 +-
 test/mocha/cli.js                 | 305 +++++++++++++++++--------
 test/mocha/directives.js          |  16 +-
 test/mocha/getter-setter.js       |   2 +-
 test/mozilla-ast.js               | 174 +++++++-------
 test/run-tests.js                 |   6 -
 test/sandbox.js                   |  38 ++-
 test/ufuzz.js                     | 469 ++++++++++++++++++++++++++------------
 39 files changed, 1800 insertions(+), 606 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