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

27 lines
481 B
JSON

{
"type": "Program",
"body": [
{
"type": "ExportNamedDeclaration",
"start": 0,
"end": 22,
"specifiers": [
{
"type": "ExportDefaultSpecifier",
"exported": {
"type": "Identifier",
"name": "foo",
"start": 7,
"end": 10
}
}
],
"source": {
"type": "Literal",
"value": "bar",
"start": 16,
"end": 21
}
}
]
}