Files
babel/packages/babylon/test/fixtures/experimental/uncategorised/32/expected.json
2015-07-25 05:19:32 +01:00

35 lines
667 B
JSON

{
"type": "Program",
"start": 0,
"end": 29,
"body": [
{
"type": "ExportNamedDeclaration",
"start": 0,
"end": 29,
"declaration": {
"type": "FunctionDeclaration",
"start": 7,
"end": 29,
"id": {
"type": "Identifier",
"start": 22,
"end": 25,
"name": "foo"
},
"params": [],
"generator": false,
"async": true,
"body": {
"type": "BlockStatement",
"start": 27,
"end": 29,
"body": []
},
"expression": false
},
"specifiers": [],
"source": null
}
]
}