{ "type": "Program", "body": [ { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "A", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "superClass": { "type": "Literal", "value": 0, "raw": "0", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "body": { "type": "ClassBody", "body": [], "range": [ 18, 20 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 20 } } }, "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "class", "range": [ 0, 5 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "A", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Keyword", "value": "extends", "range": [ 8, 15 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 15 } } }, { "type": "Numeric", "value": "0", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "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 } } } ], "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }