{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "a", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "right": { "type": "Identifier", "name": "async", "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } } }, "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }, "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }, { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "f", "range": [ 19, 20 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } } }, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 22, 24 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 14 } } }, "generator": false, "expression": false, "async": false, "range": [ 10, 24 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 14 } } } ], "sourceType": "script", "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 14 } }, "tokens": [ { "type": "Identifier", "value": "a", "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": 2, "column": 0 }, "end": { "line": 2, "column": 8 } } }, { "type": "Identifier", "value": "f", "range": [ 19, 20 ], "loc": { "start": { "line": 2, "column": 9 }, "end": { "line": 2, "column": 10 } } }, { "type": "Punctuator", "value": "(", "range": [ 20, 21 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 21, 22 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 12 } } }, { "type": "Punctuator", "value": "{", "range": [ 22, 23 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 13 } } }, { "type": "Punctuator", "value": "}", "range": [ 23, 24 ], "loc": { "start": { "line": 2, "column": 13 }, "end": { "line": 2, "column": 14 } } } ] }