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

27 lines
485 B
JSON

{
"type": "Program",
"body": [
{
"type": "ExportNamedDeclaration",
"start": 0,
"end": 26,
"specifiers": [
{
"type": "ExportDefaultSpecifier",
"exported": {
"type": "Identifier",
"name": "default",
"start": 7,
"end": 14
}
}
],
"source": {
"type": "Literal",
"value": "bar",
"start": 20,
"end": 25
}
}
]
}