remove all property, fixup tests
This commit is contained in:
@@ -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.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user