{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "a", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AwaitExpression", "argument": { "type": "Identifier", "name": "a", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, "range": [ 24, 31 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 31 } } }, "range": [ 24, 32 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 32 } } } ], "range": [ 22, 33 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 33 } } }, "generator": false, "expression": false, "async": true, "range": [ 4, 33 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 33 } } }, "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } } }, "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } } } ], "sourceType": "script", "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "tokens": [ { "type": "Identifier", "value": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "=", "range": [ 2, 3 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "async", "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } } }, { "type": "Keyword", "value": "function", "range": [ 10, 18 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "(", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Identifier", "value": "a", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": ")", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "{", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Identifier", "value": "await", "range": [ 24, 29 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 29 } } }, { "type": "Identifier", "value": "a", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": "}", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } } ] }