[Pkg-javascript-commits] [node-rollup-plugin-commonjs] branch master updated (6d1dc8a -> 4ea0814)
Julien Puydt
julien.puydt at laposte.net
Tue Jan 30 13:31:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository node-rollup-plugin-commonjs.
from 6d1dc8a Update packaging (Closes: #883956)
new cb1b2a4 New upstream version 8.3.0
new 1b02ee7 Update upstream source from tag 'upstream/8.3.0'
new 4ea0814 Prepare release of new upstream 8.3.0
The 3 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:
.travis.yml | 2 ++
CHANGELOG.md | 7 +++++
appveyor.yml | 1 +
debian/changelog | 9 +++++++
debian/control | 2 +-
debian/copyright | 4 +--
package-lock.json | 16 +++++------
package.json | 12 +++++----
rollup.config.js | 7 ++---
src/index.js | 24 ++++++++---------
src/transform.js | 12 ++++-----
test/form/constant-template-literal/input.js | 2 ++
test/form/constant-template-literal/output.js | 11 ++++++++
test/form/dynamic-template-literal/input.js | 3 +++
test/form/dynamic-template-literal/output.js | 12 +++++++++
test/samples/multiple-entry-points/2.js | 4 +++
test/samples/multiple-entry-points/3.js | 5 ++++
test/samples/multiple-entry-points/4.js | 3 +++
test/samples/multiple-entry-points/b.js | 5 ++++
test/samples/multiple-entry-points/c.js | 7 +++++
test/test.js | 39 ++++++++++++++++++++++++---
21 files changed, 147 insertions(+), 40 deletions(-)
create mode 100644 test/form/constant-template-literal/input.js
create mode 100644 test/form/constant-template-literal/output.js
create mode 100644 test/form/dynamic-template-literal/input.js
create mode 100644 test/form/dynamic-template-literal/output.js
create mode 100644 test/samples/multiple-entry-points/2.js
create mode 100644 test/samples/multiple-entry-points/3.js
create mode 100644 test/samples/multiple-entry-points/4.js
create mode 100644 test/samples/multiple-entry-points/b.js
create mode 100644 test/samples/multiple-entry-points/c.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-rollup-plugin-commonjs.git
More information about the Pkg-javascript-commits
mailing list