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