Merge pull request #3172 from babel/thejameskyle/T6805

Add Expression alias to BindExpression
This commit is contained in:
Henry Zhu 2015-12-16 09:48:54 -05:00
commit 6fd294057e

View File

@ -15,6 +15,7 @@ defineType("AwaitExpression", {
defineType("BindExpression", { defineType("BindExpression", {
visitor: ["object", "callee"], visitor: ["object", "callee"],
aliases: ["Expression"],
fields: { fields: {
// todo // todo
} }