{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "NewExpression", "callee": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "foo", "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } } }, "arguments": [], "range": [ 4, 11 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 11 } } }, "arguments": [], "range": [ 0, 11 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 11 } } }, "range": [ 0, 11 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 11 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "new", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Keyword", "value": "new", "range": [ 4, 7 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 } } }, { "type": "Identifier", "value": "foo", "range": [ 8, 11 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 11 } } } ], "range": [ 0, 11 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 11 } } }