[Pkg-javascript-commits] [node-magic-string] branch master updated (87a6202 -> 8bbc55d)

Julien Puydt julien.puydt at laposte.net
Fri Dec 2 15:34:27 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  87a6202   Initial packaging
       new  68f4435   New upstream version 0.18.0
       new  bef5988   Merge tag 'upstream/0.18.0'
       new  7b5da30   Fix autopkgtest
       new  8bbc55d   Add lintian-overrides because of long lines in tests

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:
 .eslintrc                       |   10 +-
 CHANGELOG.md                    |    9 +
 README.md                       |   20 +-
 debian/changelog                |    8 +
 debian/source/lintian-overrides |    3 +
 debian/tests/require            |    2 +-
 package.json                    |   37 +-
 rollup.config.js                |    2 +-
 src/Bundle.js                   |   44 +-
 src/Chunk.js                    |   12 +-
 src/MagicString.js              |  151 ++--
 src/utils/encodeMappings.js     |    6 +-
 src/utils/getLocator.js         |    4 +-
 src/utils/getRelativePath.js    |    4 +-
 test/.eslintrc                  |    6 +
 test/MagicString.Bundle.js      |  574 +++++++++++++
 test/MagicString.js             | 1127 ++++++++++++++++++++++++++
 test/index.js                   | 1684 ---------------------------------------
 test/mocha.opts                 |    1 +
 19 files changed, 1919 insertions(+), 1785 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 test/.eslintrc
 create mode 100644 test/MagicString.Bundle.js
 create mode 100644 test/MagicString.js
 delete mode 100644 test/index.js
 create mode 100644 test/mocha.opts

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