{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "answer", "range": [ 6, 12 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 12 } } }, "init": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "async", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } } ], "body": { "type": "Literal", "value": 42, "raw": "42", "range": [ 24, 26 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 26 } } }, "generator": false, "expression": true, "async": false, "range": [ 15, 26 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 26 } } }, "range": [ 6, 26 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 26 } } } ], "kind": "const", "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } } ], "sourceType": "script", "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } }, "tokens": [ { "type": "Keyword", "value": "const", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "answer", "range": [ 6, 12 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "=", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "async", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "=>", "range": [ 21, 23 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 23 } } }, { "type": "Numeric", "value": "42", "range": [ 24, 26 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": ";", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } } ] }