[7.0] Remove ForAwaitStatement, add await flag to ForOfStatement (#349)
* Remove ForAwaitStatement, add await flag to ForOfStatement * Set await flag for all ForOfStatements
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "ForAwaitStatement",
|
||||
"type": "ForOfStatement",
|
||||
"start": 23,
|
||||
"end": 46,
|
||||
"loc": {
|
||||
@@ -91,6 +91,7 @@
|
||||
"column": 25
|
||||
}
|
||||
},
|
||||
"await": true,
|
||||
"left": {
|
||||
"type": "VariableDeclaration",
|
||||
"start": 34,
|
||||
|
||||
Reference in New Issue
Block a user