[Pkg-javascript-commits] [node-ast-types] 01/03: New upstream version 0.9.11
Julien Puydt
julien.puydt at laposte.net
Thu Apr 6 07:17:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-ast-types.
commit 6abaa4207e0b6c896baa7068ff099902e823885e
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Thu Apr 6 09:14:15 2017 +0200
New upstream version 0.9.11
---
def/es6.js | 1 +
package.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/def/es6.js b/def/es6.js
index 947ee5c..927487c 100644
--- a/def/es6.js
+++ b/def/es6.js
@@ -44,6 +44,7 @@ module.exports = function (fork) {
.field("generator", false, defaults["false"]);
def("ForOfStatement")
+ .bases("Statement")
.build("left", "right", "body")
.field("left", or(
def("VariableDeclaration"),
diff --git a/package.json b/package.json
index d3d8f61..57c9e74 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"transformation",
"syntax"
],
- "version": "0.9.10",
+ "version": "0.9.11",
"homepage": "http://github.com/benjamn/ast-types",
"repository": {
"type": "git",
--
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