diff --git a/test/fixtures/experimental/async-generators/for-await-no-in/expected.json b/test/fixtures/experimental/async-generators/for-await-no-in/expected.json deleted file mode 100644 index f1d7e8d79a..0000000000 --- a/test/fixtures/experimental/async-generators/for-await-no-in/expected.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "type": "File", - "start": 0, - "end": 48, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "program": { - "type": "Program", - "start": 0, - "end": 48, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "sourceType": "script", - "body": [ - { - "type": "FunctionDeclaration", - "start": 0, - "end": 48, - "loc": { - "start": { - "line": 1, - "column": 0 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "id": { - "type": "Identifier", - "start": 15, - "end": 16, - "loc": { - "start": { - "line": 1, - "column": 15 - }, - "end": { - "line": 1, - "column": 16 - } - }, - "name": "f" - }, - "generator": false, - "expression": false, - "async": true, - "params": [], - "body": { - "type": "BlockStatement", - "start": 19, - "end": 48, - "loc": { - "start": { - "line": 1, - "column": 19 - }, - "end": { - "line": 3, - "column": 1 - } - }, - "body": [ - { - "type": "ForAwaitStatement", - "start": 23, - "end": 46, - "loc": { - "start": { - "line": 2, - "column": 2 - }, - "end": { - "line": 2, - "column": 25 - } - }, - "await": true, - "left": { - "type": "VariableDeclaration", - "start": 34, - "end": 39, - "loc": { - "start": { - "line": 2, - "column": 13 - }, - "end": { - "line": 2, - "column": 18 - } - }, - "declarations": [ - { - "type": "VariableDeclarator", - "start": 38, - "end": 39, - "loc": { - "start": { - "line": 2, - "column": 17 - }, - "end": { - "line": 2, - "column": 18 - } - }, - "id": { - "type": "Identifier", - "start": 38, - "end": 39, - "loc": { - "start": { - "line": 2, - "column": 17 - }, - "end": { - "line": 2, - "column": 18 - } - }, - "name": "x" - }, - "init": null - } - ], - "kind": "let" - }, - "right": { - "type": "Identifier", - "start": 43, - "end": 44, - "loc": { - "start": { - "line": 2, - "column": 22 - }, - "end": { - "line": 2, - "column": 23 - } - }, - "name": "y" - }, - "body": { - "type": "EmptyStatement", - "start": 45, - "end": 46, - "loc": { - "start": { - "line": 2, - "column": 24 - }, - "end": { - "line": 2, - "column": 25 - } - } - } - } - ], - "directives": [] - } - } - ], - "directives": [] - } -}