{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 13, 19 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 19 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "x", "range": [ 42, 43 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 11 } } }, "range": [ 42, 44 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 12 } } } ], "range": [ 11, 46 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 2, "column": 14 } } }, "generator": false, "expression": false, "async": false, "range": [ 1, 46 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 2, "column": 14 } } }, "range": [ 0, 47 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 15 } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "function", "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "(", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": ")", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "{", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Keyword", "value": "return", "range": [ 13, 19 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 19 } } }, { "type": "Identifier", "value": "x", "range": [ 42, 43 ], "loc": { "start": { "line": 2, "column": 10 }, "end": { "line": 2, "column": 11 } } }, { "type": "Punctuator", "value": ";", "range": [ 43, 44 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 12 } } }, { "type": "Punctuator", "value": "}", "range": [ 45, 46 ], "loc": { "start": { "line": 2, "column": 13 }, "end": { "line": 2, "column": 14 } } }, { "type": "Punctuator", "value": ")", "range": [ 46, 47 ], "loc": { "start": { "line": 2, "column": 14 }, "end": { "line": 2, "column": 15 } } } ], "range": [ 0, 47 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 15 } } }