1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "VariableDeclaration",
6      "declarations": [
7        {
8          "type": "VariableDeclarator",
9          "id": {
10            "type": "Identifier",
11            "name": "async",
12            "decorators": [],
13            "loc": {
14              "start": {
15                "line": 17,
16                "column": 5
17              },
18              "end": {
19                "line": 17,
20                "column": 10
21              }
22            }
23          },
24          "init": {
25            "type": "FunctionExpression",
26            "function": {
27              "type": "ScriptFunction",
28              "id": {
29                "type": "Identifier",
30                "name": "async",
31                "decorators": [],
32                "loc": {
33                  "start": {
34                    "line": 17,
35                    "column": 28
36                  },
37                  "end": {
38                    "line": 17,
39                    "column": 33
40                  }
41                }
42              },
43              "generator": false,
44              "async": true,
45              "expression": false,
46              "params": [],
47              "body": {
48                "type": "BlockStatement",
49                "statements": [],
50                "loc": {
51                  "start": {
52                    "line": 17,
53                    "column": 36
54                  },
55                  "end": {
56                    "line": 17,
57                    "column": 39
58                  }
59                }
60              },
61              "loc": {
62                "start": {
63                  "line": 17,
64                  "column": 19
65                },
66                "end": {
67                  "line": 17,
68                  "column": 39
69                }
70              }
71            },
72            "loc": {
73              "start": {
74                "line": 17,
75                "column": 13
76              },
77              "end": {
78                "line": 17,
79                "column": 39
80              }
81            }
82          },
83          "loc": {
84            "start": {
85              "line": 17,
86              "column": 5
87            },
88            "end": {
89              "line": 17,
90              "column": 39
91            }
92          }
93        }
94      ],
95      "kind": "var",
96      "loc": {
97        "start": {
98          "line": 17,
99          "column": 1
100        },
101        "end": {
102          "line": 17,
103          "column": 39
104        }
105      }
106    }
107  ],
108  "loc": {
109    "start": {
110      "line": 1,
111      "column": 1
112    },
113    "end": {
114      "line": 18,
115      "column": 1
116    }
117  }
118}
119