{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "async", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "ExpressionStatement", "expression": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 1 } } } ], "body": { "type": "Identifier", "name": "x", "range": [ 11, 12 ], "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 6 } } }, "generator": false, "expression": true, "async": false, "range": [ 6, 12 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } }, "range": [ 6, 12 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 6 } } } ], "sourceType": "script", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 6 } }, "tokens": [ { "type": "Identifier", "value": "async", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 1 } } }, { "type": "Punctuator", "value": "=>", "range": [ 8, 10 ], "loc": { "start": { "line": 2, "column": 2 }, "end": { "line": 2, "column": 4 } } }, { "type": "Identifier", "value": "x", "range": [ 11, 12 ], "loc": { "start": { "line": 2, "column": 5 }, "end": { "line": 2, "column": 6 } } } ] }