{ "type": "Program", "body": [ { "type": "LabeledStatement", "label": { "type": "Identifier", "name": "a", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "body": { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "B", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [], "range": [ 11, 13 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 13 } } }, "range": [ 3, 13 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 13 } } }, "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } } } ], "sourceType": "script", "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "tokens": [ { "type": "Identifier", "value": "a", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": ":", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } }, { "type": "Keyword", "value": "class", "range": [ 3, 8 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "B", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "{", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "}", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } } ], "errors": [ { "index": 3, "lineNumber": 1, "column": 4, "message": "Error: Line 1: Unexpected token class" } ] }