{
"type": "Program",
"statements": [
{
"type": "FunctionDeclaration",
"function": {
"type": "ScriptFunction",
"id": {
"type": "Identifier",
"name": "async",
"loc": {
"start": {
"line": 17,
"column": 16
},
"end": {
"line": 17,
"column": 21
}
}
},
"generator": false,
"async": true,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"statements": [],
"loc": {
"start": {
"line": 17,
"column": 24
},
"end": {
"line": 17,
"column": 27
}
}
},
"loc": {
"start": {
"line": 17,
"column": 7
},
"end": {
"line": 17,
"column": 27
}
}
},
"loc": {
"start": {
"line": 17,
"column": 1
},
"end": {
"line": 17,
"column": 27
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 18,
"column": 1
}
}
}