[Pkg-javascript-commits] [node-ast-types] branch master updated (0ca4a09 -> ab64ab0)

Julien Puydt julien.puydt at laposte.net
Mon Feb 19 22:43:01 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-ast-types.

      from  0ca4a09   Prepare for upload
       new  7d643b2   New upstream version 0.11.1
       new  f79e491   Update upstream source from tag 'upstream/0.11.1'
       new  ab64ab0   Package upstream 0.11.1

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:
 .gitignore                     |    2 +
 .travis.yml                    |    1 +
 debian/changelog               |    6 +
 debian/control                 |    2 +-
 debian/copyright               |    4 +-
 def/babel-core.js              |   23 +-
 def/core.js                    |   10 +-
 def/es6.js                     |   45 +-
 def/es7.js                     |   64 +-
 def/esprima.js                 |  154 ++-
 def/flow.js                    |   23 +
 def/jsx.js                     |   22 +
 def/typescript.js              |  432 ++++++++
 lib/scope.js                   |    4 +
 main.js                        |    3 +-
 package-lock.json              |   98 +-
 package.json                   |   12 +-
 test/{run.js => ecmascript.js} |   58 +-
 test/flow.js                   |   44 +
 test/run.js                    | 2326 +---------------------------------------
 test/run.sh                    |   24 +
 test/shared.js                 |   46 +
 test/typescript.js             |  143 +++
 23 files changed, 979 insertions(+), 2567 deletions(-)
 create mode 100644 def/typescript.js
 copy test/{run.js => ecmascript.js} (97%)
 create mode 100644 test/flow.js
 create mode 100755 test/run.sh
 create mode 100644 test/shared.js
 create mode 100644 test/typescript.js

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



More information about the Pkg-javascript-commits mailing list