[Pkg-javascript-commits] [node-magic-string] branch upstream updated (c0a2134 -> 68f4435)
Julien Puydt
julien.puydt at laposte.net
Fri Dec 2 15:34:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-magic-string.
from c0a2134 New upstream version 0.16.0
new 68f4435 New upstream version 0.18.0
The 1 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 +-
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 +
16 files changed, 1907 insertions(+), 1784 deletions(-)
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