{ "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": [ 20, 21 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 1 } } }, "range": [ 20, 22 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 2 } } } ], "range": [ 11, 24 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 2, "column": 4 } } }, "generator": false, "expression": false, "async": false, "range": [ 1, 24 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 2, "column": 4 } } }, "range": [ 0, 25 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 5 } } } ], "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": [ 20, 21 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 1 } } }, { "type": "Punctuator", "value": ";", "range": [ 21, 22 ], "loc": { "start": { "line": 2, "column": 1 }, "end": { "line": 2, "column": 2 } } }, { "type": "Punctuator", "value": "}", "range": [ 23, 24 ], "loc": { "start": { "line": 2, "column": 3 }, "end": { "line": 2, "column": 4 } } }, { "type": "Punctuator", "value": ")", "range": [ 24, 25 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 5 } } } ], "range": [ 0, 25 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 2, "column": 5 } } }