[Pkg-javascript-commits] [node-buble] branch master updated (ee4bd77 -> e93ad8b)

Julien Puydt julien.puydt at laposte.net
Sat Feb 17 23:21:53 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-buble.

      from  ee4bd77   bump standards
       new  d5d5090   New upstream version 0.19.3
       new  b18dce4   Update upstream source from tag 'upstream/0.19.3'
       new  1d37d5d   Package upstream 0.19.3-1
       new  e93ad8b   Update the os_homedir_is_useless patch

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:
 CHANGELOG.md                                  |  49 +++
 bin/runBuble.js                               |   2 +-
 debian/changelog                              |   6 +
 debian/patches/os_homedir_is_useless.patch    |   6 +-
 package-lock.json                             | 587 +++++++++++---------------
 package.json                                  |  37 +-
 rollup.config.js                              |  90 ++--
 src/index.js                                  |  12 +-
 src/program/BlockStatement.js                 |  26 +-
 src/program/Node.js                           |  18 -
 src/program/Program.js                        |  21 +
 src/program/Scope.js                          |  15 +-
 src/program/types/ArrayExpression.js          |   4 +-
 src/program/types/AssignmentExpression.js     | 217 ++--------
 src/program/types/CallExpression.js           |   9 +-
 src/program/types/ClassDeclaration.js         |   4 +-
 src/program/types/ForInStatement.js           |  44 +-
 src/program/types/ForOfStatement.js           |  25 +-
 src/program/types/Identifier.js               |   3 +-
 src/program/types/JSXClosingElement.js        |   2 +-
 src/program/types/JSXClosingFragment.js       |  22 +
 src/program/types/JSXElement.js               |  11 +-
 src/program/types/JSXFragment.js              |   4 +
 src/program/types/JSXOpeningFragment.js       |   7 +
 src/program/types/NewExpression.js            |   7 +-
 src/program/types/ObjectExpression.js         |  29 +-
 src/program/types/Super.js                    |   2 +-
 src/program/types/TaggedTemplateExpression.js |  16 +-
 src/program/types/TemplateLiteral.js          |   2 +-
 src/program/types/UpdateExpression.js         |  15 +-
 src/program/types/VariableDeclaration.js      |   8 +-
 src/program/types/index.js                    |   6 +
 src/program/wrap.js                           |  13 +-
 src/support.js                                |  90 ++--
 src/utils/checkConst.js                       |   8 +
 src/utils/destructure.js                      | 107 +++--
 src/utils/removeTrailingComma.js              |   5 +-
 test/samples/block-scoping.js                 | 100 ++++-
 test/samples/computed-properties.js           |  51 ++-
 test/samples/destructuring.js                 | 130 +++++-
 test/samples/dynamic-import.js                |   8 +
 test/samples/exponentiation-operator.js       |  19 +-
 test/samples/for-of.js                        |  46 ++
 test/samples/jsx.js                           |  20 +
 test/samples/loops.js                         |  88 +++-
 test/samples/object-properties.js             |  14 +-
 test/samples/object-rest-spread.js            |  51 ++-
 test/samples/spread-operator.js               |  82 +++-
 test/samples/template-strings.js              |  18 +-
 test/samples/trailing-function-commas.js      |  32 +-
 test/test.js                                  |   8 +-
 51 files changed, 1397 insertions(+), 799 deletions(-)
 create mode 100644 src/program/types/JSXClosingFragment.js
 create mode 100644 src/program/types/JSXFragment.js
 create mode 100644 src/program/types/JSXOpeningFragment.js
 create mode 100644 src/utils/checkConst.js
 create mode 100644 test/samples/dynamic-import.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