[Pkg-javascript-commits] [node-rollup-plugin-commonjs] branch master updated (4f6eb98 -> 5d47c16)

Julien Puydt julien.puydt at laposte.net
Sun Oct 22 07:27:25 UTC 2017


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  4f6eb98   Prepare for upload
       new  a3d099f   New upstream version 8.2.4
       new  0761ddd   Update upstream source from tag 'upstream/8.2.4'
       new  0abe831   Package new upstrem 8.2.4
       new  c347bdd   Bump std-ver to 4.1.1
       new  f313fdf   Move from section web to javascript
       new  5d47c16   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                                       |  10 +
 README.md                                          |   8 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   4 +-
 package-lock.json                                  | 418 +++++++--------------
 package.json                                       |  16 +-
 src/helpers.js                                     |   2 +-
 src/index.js                                       |  33 +-
 src/transform.js                                   |  37 +-
 test/form/require-collision/input.js               |   5 +
 test/form/require-collision/output.js              |  15 +
 .../duplicate-default-exports-c/exports.js         |   6 +
 test/function/duplicate-default-exports-c/main.js  |  11 +
 .../es-modules-without-default-export/main.js      |   3 +
 .../es-modules-without-default-export/other.js     |   1 +
 test/samples/use-own-output/from-rollup.js         |   2 +
 test/samples/use-own-output/main.js                |   2 +
 test/test.js                                       |  37 +-
 18 files changed, 301 insertions(+), 317 deletions(-)
 create mode 100644 test/form/require-collision/input.js
 create mode 100644 test/form/require-collision/output.js
 create mode 100644 test/function/duplicate-default-exports-c/exports.js
 create mode 100644 test/function/duplicate-default-exports-c/main.js
 create mode 100644 test/samples/es-modules-without-default-export/main.js
 create mode 100644 test/samples/es-modules-without-default-export/other.js
 create mode 100644 test/samples/use-own-output/from-rollup.js
 create mode 100644 test/samples/use-own-output/main.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