remove all property, fixup tests

This commit is contained in:
Henry Zhu
2015-12-23 00:02:02 -05:00
parent 7bac3627fe
commit c7bdf7fc63
10 changed files with 9 additions and 19 deletions

View File

@@ -968,7 +968,6 @@ pp.parseAwait = function (node) {
if (this.isLineTerminator()) {
this.unexpected();
}
node.all = false;
if (this.match(tt.star)) {
this.raise(node.start, "await* has been removed from the async functions proposal. Use Promise.all() instead.")
}