1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "FunctionDeclaration",
6      "function": {
7        "type": "ScriptFunction",
8        "id": {
9          "type": "Identifier",
10          "name": "async",
11          "decorators": [],
12          "loc": {
13            "start": {
14              "line": 17,
15              "column": 16
16            },
17            "end": {
18              "line": 17,
19              "column": 21
20            }
21          }
22        },
23        "generator": false,
24        "async": true,
25        "expression": false,
26        "params": [],
27        "body": {
28          "type": "BlockStatement",
29          "statements": [],
30          "loc": {
31            "start": {
32              "line": 17,
33              "column": 24
34            },
35            "end": {
36              "line": 17,
37              "column": 27
38            }
39          }
40        },
41        "loc": {
42          "start": {
43            "line": 17,
44            "column": 7
45          },
46          "end": {
47            "line": 17,
48            "column": 27
49          }
50        }
51      },
52      "loc": {
53        "start": {
54          "line": 17,
55          "column": 1
56        },
57        "end": {
58          "line": 17,
59          "column": 27
60        }
61      }
62    }
63  ],
64  "loc": {
65    "start": {
66      "line": 1,
67      "column": 1
68    },
69    "end": {
70      "line": 18,
71      "column": 1
72    }
73  }
74}
75