remove all property, fixup tests
This commit is contained in:
parent
7bac3627fe
commit
c7bdf7fc63
@ -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.")
|
||||
}
|
||||
|
||||
@ -282,7 +282,6 @@
|
||||
"column": 38
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "CallExpression",
|
||||
"start": 97,
|
||||
@ -380,4 +379,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -297,7 +297,6 @@
|
||||
"column": 38
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "CallExpression",
|
||||
"start": 99,
|
||||
@ -398,4 +397,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -122,7 +122,6 @@
|
||||
"column": 43
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 36,
|
||||
@ -146,4 +145,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -170,7 +170,6 @@
|
||||
"column": 47
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 46,
|
||||
@ -204,4 +203,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -152,7 +152,6 @@
|
||||
"column": 49
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 42,
|
||||
@ -180,4 +179,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -241,7 +241,6 @@
|
||||
"column": 50
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 43,
|
||||
@ -273,4 +272,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -172,7 +172,6 @@
|
||||
"column": 46
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 39,
|
||||
@ -201,4 +200,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -139,7 +139,6 @@
|
||||
"column": 35
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 28,
|
||||
@ -163,4 +162,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -152,7 +152,6 @@
|
||||
"column": 41
|
||||
}
|
||||
},
|
||||
"all": false,
|
||||
"argument": {
|
||||
"type": "Identifier",
|
||||
"start": 34,
|
||||
@ -179,4 +178,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user