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

77 lines
1.3 KiB
JSON

{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "Identifier",
"name": "async",
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
}
},
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
}
},
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "foo",
"loc": {
"start": {
"line": 2,
"column": 9
},
"end": {
"line": 2,
"column": 12
}
}
},
"params": [],
"body": {
"type": "BlockStatement",
"body": [],
"loc": {
"start": {
"line": 2,
"column": 15
},
"end": {
"line": 2,
"column": 17
}
}
},
"generator": false,
"expression": false,
"async": false,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 17
}
}
}
]
}