{ "type": "Program", "body": [ { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "doThis", "range": [ 2, 8 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 8 } } }, "arguments": [], "range": [ 2, 10 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 10 } } }, "range": [ 2, 11 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "doThat", "range": [ 12, 18 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 18 } } }, "arguments": [], "range": [ 12, 20 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 20 } } }, "range": [ 12, 21 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 21 } } } ], "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "{", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Identifier", "value": "doThis", "range": [ 2, 8 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "(", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "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": "Identifier", "value": "doThat", "range": [ 12, 18 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "(", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": ")", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": ";", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "}", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } } ], "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } }