{ "type": "File", "start": 0, "end": 33, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "program": { "type": "Program", "start": 0, "end": 33, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "sourceType": "script", "body": [ { "type": "ClassDeclaration", "start": 0, "end": 33, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "id": { "type": "Identifier", "start": 6, "end": 9, "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 9 }, "identifierName": "Foo" }, "name": "Foo" }, "superClass": null, "body": { "type": "ClassBody", "start": 10, "end": 33, "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 33 } }, "body": [ { "type": "ClassProperty", "start": 12, "end": 31, "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 31 } }, "static": true, "computed": false, "key": { "type": "Identifier", "start": 19, "end": 22, "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 22 }, "identifierName": "foo" }, "name": "foo" }, "value": { "type": "StringLiteral", "start": 25, "end": 30, "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 30 } }, "extra": { "rawValue": "bar", "raw": "\"bar\"" }, "value": "bar" } } ] } } ], "directives": [] } }