Add Expression alias to BindExpression

This commit is contained in:
James Kyle 2015-12-15 23:37:29 -08:00
parent 59f5e7f218
commit 2141406c86

View File

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