{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": 5, "raw": "5", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } } ], "sourceType": "script", "tokens": [ { "type": "Numeric", "value": "5", "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } } ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }