[Pkg-javascript-commits] [node-ast-types] branch upstream updated (6e44daf -> 7d643b2)
Julien Puydt
julien.puydt at laposte.net
Mon Feb 19 22:43:03 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-ast-types.
from 6e44daf New upstream version 0.10.1
new 7d643b2 New upstream version 0.11.1
The 1 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 +
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 +++
20 files changed, 970 insertions(+), 2564 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