2015-07-25 05:19:32 +01:00

46 lines
911 B
JSON

{
"start": 0,
"body": [
{
"start": 0,
"id": {
"start": 6,
"name": "Foo",
"type": "Identifier",
"end": 9
},
"superClass": null,
"body": {
"start": 10,
"body": [
{
"start": 12,
"computed": false,
"key": {
"start": 19,
"name": "foo",
"type": "Identifier",
"end": 22
},
"static": true,
"value": {
"start": 25,
"value": "bar",
"raw": "\"bar\"",
"type": "Literal",
"end": 30
},
"type": "ClassProperty",
"end": 31
}
],
"type": "ClassBody",
"end": 33
},
"type": "ClassDeclaration",
"end": 33
}
],
"type": "Program",
"end": 33
}