{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "init": { "type": "ClassExpression", "id": { "type": "Identifier", "name": "A", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, "superClass": { "type": "Literal", "value": 0, "raw": "0", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, "body": { "type": "ClassBody", "body": [], "range": [ 25, 27 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 27 } } }, "range": [ 8, 27 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 27 } } }, "range": [ 4, 27 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 27 } } } ], "kind": "var", "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "=", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Keyword", "value": "class", "range": [ 8, 13 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "A", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Keyword", "value": "extends", "range": [ 16, 23 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 23 } } }, { "type": "Numeric", "value": "0", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": "{", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": "}", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } } ], "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } }