[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:
@@ -32,6 +32,7 @@
|
||||
"type": "ForOfStatement",
|
||||
"start": 0,
|
||||
"end": 13,
|
||||
"await": false,
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
|
||||
Reference in New Issue
Block a user