{ "type": "Program", "body": [ { "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } }, "type": "ExportDefaultDeclaration", "declaration": { "range": [ 15, 27 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 27 } }, "type": "ClassDeclaration", "id": { "range": [ 21, 24 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 24 } }, "type": "Identifier", "name": "foo" }, "superClass": null, "body": { "range": [ 25, 27 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 27 } }, "type": "ClassBody", "body": [] } } } ], "sourceType": "module", "tokens": [ { "type": "Keyword", "value": "export", "range": [ 0, 6 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 6 } } }, { "type": "Keyword", "value": "default", "range": [ 7, 14 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 14 } } }, { "type": "Keyword", "value": "class", "range": [ 15, 20 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "foo", "range": [ 21, 24 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 24 } } }, { "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 } } }