[Pkg-javascript-commits] [node-magic-string] branch master updated (c207a6e -> 3560320)

Julien Puydt julien.puydt at laposte.net
Wed Dec 7 07:23:28 UTC 2016


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

jpuydt-guest pushed a change to branch master
in repository node-magic-string.

      from  c207a6e   release 0.18.0-1
       new  9488135   New upstream version 0.19.0
       new  34c1eda   Merge tag 'upstream/0.19.0'
       new  7a9ee4a   Packaging 0.19.0
       new  ed66dfb   Update lintian-overrides to the new test
       new  7ba0862   Added a patch to avoid default arguments (not supported in Debian's nodejs yet)
       new  3560320   Prepare for upload

The 6 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:
 CHANGELOG.md                     |   4 ++
 debian/changelog                 |   9 +++
 debian/patches/default_arg.patch |  45 +++++++++++++
 debian/patches/series            |   1 +
 debian/source/lintian-overrides  |   2 +-
 package.json                     |   2 +-
 src/Bundle.js                    |  71 +++++++++++++-------
 src/MagicString.js               |  30 +++++++--
 src/utils/Mappings.js            | 117 +++++++++++++++++++++++++++++++++
 src/utils/encodeMappings.js      | 137 ---------------------------------------
 src/utils/getSemis.js            |   3 -
 test/MagicString.Bundle.js       | 102 ++++++++++++++++++++++++++++-
 12 files changed, 348 insertions(+), 175 deletions(-)
 create mode 100644 debian/patches/default_arg.patch
 create mode 100644 debian/patches/series
 create mode 100644 src/utils/Mappings.js
 delete mode 100644 src/utils/encodeMappings.js
 delete mode 100644 src/utils/getSemis.js

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



More information about the Pkg-javascript-commits mailing list