{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "a", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AwaitExpression", "argument": { "type": "Identifier", "name": "a", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, "range": [ 13, 20 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 20 } } }, "range": [ 13, 21 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 21 } } } ], "range": [ 11, 22 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 22 } } }, "generator": false, "expression": false, "async": true, "range": [ 0, 22 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 22 } } }, "range": [ 0, 22 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 22 } } } ], "sourceType": "script", "range": [ 0, 22 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 22 } }, "tokens": [ { "type": "Identifier", "value": "async", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "a", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "=>", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "{", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "await", "range": [ 13, 18 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "a", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "}", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } } ] }