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

55 lines
1.2 KiB
JSON

{
"type": "Program",
"start": 0,
"end": 25,
"body": [
{
"type": "ClassDeclaration",
"start": 0,
"end": 25,
"id": {
"type": "Identifier",
"start": 6,
"end": 10,
"name": "Test"
},
"superClass": null,
"body": {
"type": "ClassBody",
"start": 11,
"end": 25,
"body": [
{
"type": "MethodDefinition",
"start": 13,
"end": 23,
"static": false,
"key": {
"type": "Identifier",
"start": 13,
"end": 18,
"name": "async"
},
"kind": "method",
"value": {
"type": "FunctionExpression",
"start": 18,
"end": 23,
"id": null,
"params": [],
"generator": false,
"async": false,
"body": {
"type": "BlockStatement",
"start": 21,
"end": 23,
"body": []
},
"expression": false
}
}
]
}
}
]
}