[Pkg-javascript-commits] [uglifyjs] 02/07: Merge tag 'upstream/2.7.3'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Sep 5 07:21:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository uglifyjs.
commit 10e9cd512eb09a67e09898d9ed3caaaa4b1fcc4a
Merge: 6ce6a1f 9aacaf4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Sep 5 12:14:49 2016 +0530
Merge tag 'upstream/2.7.3'
Upstream version 2.7.3
# gpg: Signature made Monday 05 September 2016 12:14:44 PM IST using RSA key ID CE1F9C674512C22A
# gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>" [ultimate]
# gpg: aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>" [ultimate]
# gpg: aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>" [ultimate]
# gpg: aka "Pirate Praveen (PP) <praveen at privacyrequired.com>" [ultimate]
# gpg: aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>" [ultimate]
.travis.yml | 9 +-
README.md | 429 ++-
appveyor.yml | 24 +
bin/extract-props.js | 77 +
bin/uglifyjs | 266 +-
lib/ast.js | 85 +-
lib/compress.js | 798 ++++-
lib/mozilla-ast.js | 492 ++-
lib/output.js | 317 +-
lib/parse.js | 345 +-
lib/propmangle.js | 230 ++
lib/scope.js | 137 +-
lib/sourcemap.js | 14 +-
lib/transform.js | 4 +-
lib/utils.js | 44 +-
npm-shrinkwrap.json | 128 +
package.json | 80 +-
test/compress/angular-inject.js | 67 +
test/compress/ascii.js | 36 +
test/compress/asm.js | 106 +
test/compress/collapse_vars.js | 1211 +++++++
test/compress/comparing.js | 76 +
test/compress/concat-strings.js | 4 +
test/compress/conditionals.js | 676 +++-
test/compress/dead-code.js | 295 +-
test/compress/drop-console.js | 24 +
test/compress/drop-unused.js | 18 +-
test/compress/evaluate.js | 39 +
test/compress/html_comments.js | 71 +
test/compress/if_return.js | 207 ++
test/compress/issue-1034.js | 121 +
test/compress/issue-1041.js | 39 +
test/compress/issue-1052.js | 96 +
test/compress/issue-1105.js | 240 ++
test/compress/issue-12.js | 47 +
test/compress/issue-1202.js | 52 +
test/compress/issue-208.js | 11 +
test/compress/issue-597.js | 25 +
test/compress/issue-611.js | 21 +
test/compress/issue-637.js | 22 +
test/compress/issue-747.js | 37 +
test/compress/issue-751.js | 29 +
test/compress/issue-782.js | 27 +
test/compress/issue-892.js | 32 +
test/compress/issue-913.js | 20 +
test/compress/issue-973.js | 96 +
test/compress/issue-976.js | 88 +
test/compress/issue-979.js | 89 +
test/compress/loops.js | 66 +
test/compress/negate-iife.js | 98 +
test/compress/new.js | 84 +
test/compress/numbers.js | 19 +
test/compress/properties.js | 328 +-
test/compress/return_undefined.js | 124 +
test/compress/screw-ie8.js | 18 +
test/compress/sequences.js | 8 +
test/compress/string-literal.js | 10 +
test/compress/unicode.js | 17 +
test/input/issue-1236/simple.js | 8 +
test/input/issue-1236/simple.js.map | 8 +
test/input/issue-1242/bar.es5 | 4 +
test/input/issue-1242/baz.es5 | 4 +
test/input/issue-1242/foo.es5 | 5 +
test/input/issue-1242/qux.js | 4 +
test/mocha.js | 29 +
test/mocha/arguments.js | 22 +
test/mocha/cli.js | 22 +
test/mocha/comment-filter.js | 45 +
test/mocha/comment.js | 50 +
test/mocha/comment_before_constant.js | 27 +
test/mocha/directives.js | 370 +++
test/mocha/getter-setter.js | 89 +
test/mocha/glob.js | 28 +
test/mocha/huge-number-of-comments.js | 19 +
test/mocha/input-sourcemaps.js | 43 +
test/mocha/let.js | 30 +
test/mocha/line-endings.js | 60 +
test/mocha/minify-file-map.js | 40 +
test/mocha/minify.js | 78 +
test/mocha/new.js | 88 +
test/mocha/number-literal.js | 24 +
test/mocha/spidermonkey.js | 124 +
test/mocha/string-literal.js | 81 +
test/mocha/with.js | 23 +
test/mozilla-ast.js | 103 +
test/run-tests.js | 125 +-
test/sourcemaps.js | 40 +
tools/domprops.json | 5603 +++++++++++++++++++++++++++++++++
tools/exports.js | 23 +
tools/node.js | 233 +-
tools/props.html | 61 +
91 files changed, 14846 insertions(+), 840 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