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

62 lines
1.5 KiB
JSON

{
"type": "Program",
"start": 0,
"end": 25,
"body": [
{
"type": "VariableDeclaration",
"start": 0,
"end": 25,
"declarations": [
{
"type": "VariableDeclarator",
"start": 4,
"end": 24,
"id": {
"type": "Identifier",
"start": 4,
"end": 7,
"name": "obj"
},
"init": {
"type": "ObjectExpression",
"start": 10,
"end": 24,
"properties": [
{
"type": "Property",
"start": 12,
"end": 22,
"method": true,
"shorthand": false,
"key": {
"type": "Identifier",
"start": 12,
"end": 17,
"name": "async"
},
"kind": "init",
"value": {
"type": "FunctionExpression",
"start": 17,
"end": 22,
"id": null,
"params": [],
"generator": false,
"body": {
"type": "BlockStatement",
"start": 20,
"end": 22,
"body": []
},
"expression": false
}
}
]
}
}
],
"kind": "var"
}
]
}