[Pkg-javascript-commits] [node-buble] branch master updated (9515162 -> bf1382a)

Julien Puydt julien.puydt at laposte.net
Sat Nov 4 16:04:57 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-buble.

      from  9515162   Fix unescape characters
       new  ea76061   Add a link so buble is found
       new  1734905   Put in section javascript
       new  66729fa   Bump std-ver to 4.1.1
       new  607cb69   Switch from node-es6-module-transpiler to babel
       new  2e78731   Upstream updates github now...
       new  abae3f4   New upstream version 0.16.0
       new  bf1382a   Update upstream source from tag 'upstream/0.16.0'

The 7 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                                        |   10 +
 CHANGELOG.md                                       |    7 +
 appveyor.yml                                       |   15 +
 debian/changelog                                   |    4 +-
 debian/control                                     |    7 +-
 debian/links                                       |    2 +
 debian/rules                                       |   19 +-
 debian/watch                                       |    5 +-
 package-lock.json                                  | 1784 ++++++++++++++++++++
 package.json                                       |   24 +-
 register.js                                        |    2 +-
 rollup.config.js                                   |   45 +-
 src/index.js                                       |    8 +
 src/program/types/ClassBody.js                     |    4 +-
 src/program/types/JSXAttribute.js                  |   20 +-
 src/program/types/JSXOpeningElement.js             |    5 +-
 .../command.sh                                     |    0
 .../supports-jsx-pragma-comment/expected/output.js |    2 +
 test/cli/supports-jsx-pragma-comment/input.js      |    2 +
 .../classes-no-named-function-expressions.js       |   10 +-
 test/samples/classes.js                            |   10 +-
 test/samples/jsx.js                                |   47 +
 test/test.js                                       |    9 +-
 23 files changed, 1959 insertions(+), 82 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 appveyor.yml
 create mode 100644 package-lock.json
 copy test/cli/{supports-jsx-pragma => supports-jsx-pragma-comment}/command.sh (100%)
 create mode 100644 test/cli/supports-jsx-pragma-comment/expected/output.js
 create mode 100644 test/cli/supports-jsx-pragma-comment/input.js

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



More information about the Pkg-javascript-commits mailing list