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

40 lines
617 B
JSON

{
"type": "Program",
"range": [
0,
25
],
"body": [
{
"type": "ExportDefaultDeclaration",
"range": [
0,
25
],
"declaration": {
"type": "ClassDeclaration",
"range": [
15,
25
],
"id": {
"type": "Identifier",
"range": [
21,
22
],
"name": "A"
},
"superClass": null,
"body": {
"type": "ClassBody",
"range": [
23,
25
],
"body": []
}
}
}
]
}