• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExpressionStatement",
6      "expression": {
7        "type": "ArrowFunctionExpression",
8        "function": {
9          "type": "ScriptFunction",
10          "id": null,
11          "generator": false,
12          "async": true,
13          "expression": false,
14          "params": [
15            {
16              "type": "Identifier",
17              "name": "a",
18              "loc": {
19                "start": {
20                  "line": 17,
21                  "column": 8
22                },
23                "end": {
24                  "line": 17,
25                  "column": 9
26                }
27              }
28            }
29          ],
30          "body": {
31            "type": "BlockStatement",
32            "statements": [
33              {
34                "type": "ReturnStatement",
35                "argument": {
36                  "type": "Identifier",
37                  "name": "a",
38                  "loc": {
39                    "start": {
40                      "line": 17,
41                      "column": 23
42                    },
43                    "end": {
44                      "line": 17,
45                      "column": 24
46                    }
47                  }
48                },
49                "loc": {
50                  "start": {
51                    "line": 17,
52                    "column": 16
53                  },
54                  "end": {
55                    "line": 17,
56                    "column": 25
57                  }
58                }
59              }
60            ],
61            "loc": {
62              "start": {
63                "line": 17,
64                "column": 14
65              },
66              "end": {
67                "line": 17,
68                "column": 27
69              }
70            }
71          },
72          "loc": {
73            "start": {
74              "line": 17,
75              "column": 1
76            },
77            "end": {
78              "line": 17,
79              "column": 27
80            }
81          }
82        },
83        "loc": {
84          "start": {
85            "line": 17,
86            "column": 1
87          },
88          "end": {
89            "line": 17,
90            "column": 27
91          }
92        }
93      },
94      "loc": {
95        "start": {
96          "line": 17,
97          "column": 1
98        },
99        "end": {
100          "line": 17,
101          "column": 27
102        }
103      }
104    },
105    {
106      "type": "ExpressionStatement",
107      "expression": {
108        "type": "ArrowFunctionExpression",
109        "function": {
110          "type": "ScriptFunction",
111          "id": null,
112          "generator": false,
113          "async": true,
114          "expression": true,
115          "params": [
116            {
117              "type": "Identifier",
118              "name": "a",
119              "loc": {
120                "start": {
121                  "line": 18,
122                  "column": 7
123                },
124                "end": {
125                  "line": 18,
126                  "column": 8
127                }
128              }
129            }
130          ],
131          "body": {
132            "type": "Identifier",
133            "name": "a",
134            "loc": {
135              "start": {
136                "line": 18,
137                "column": 12
138              },
139              "end": {
140                "line": 18,
141                "column": 13
142              }
143            }
144          },
145          "loc": {
146            "start": {
147              "line": 18,
148              "column": 7
149            },
150            "end": {
151              "line": 18,
152              "column": 13
153            }
154          }
155        },
156        "loc": {
157          "start": {
158            "line": 18,
159            "column": 1
160          },
161          "end": {
162            "line": 18,
163            "column": 13
164          }
165        }
166      },
167      "loc": {
168        "start": {
169          "line": 18,
170          "column": 1
171        },
172        "end": {
173          "line": 18,
174          "column": 13
175        }
176      }
177    },
178    {
179      "type": "ExpressionStatement",
180      "expression": {
181        "type": "CallExpression",
182        "callee": {
183          "type": "Identifier",
184          "name": "async",
185          "loc": {
186            "start": {
187              "line": 19,
188              "column": 1
189            },
190            "end": {
191              "line": 19,
192              "column": 6
193            }
194          }
195        },
196        "arguments": [
197          {
198            "type": "ArrowFunctionExpression",
199            "function": {
200              "type": "ScriptFunction",
201              "id": null,
202              "generator": false,
203              "async": true,
204              "expression": true,
205              "params": [
206                {
207                  "type": "Identifier",
208                  "name": "b",
209                  "loc": {
210                    "start": {
211                      "line": 19,
212                      "column": 13
213                    },
214                    "end": {
215                      "line": 19,
216                      "column": 14
217                    }
218                  }
219                }
220              ],
221              "body": {
222                "type": "Identifier",
223                "name": "b",
224                "loc": {
225                  "start": {
226                    "line": 19,
227                    "column": 18
228                  },
229                  "end": {
230                    "line": 19,
231                    "column": 19
232                  }
233                }
234              },
235              "loc": {
236                "start": {
237                  "line": 19,
238                  "column": 13
239                },
240                "end": {
241                  "line": 19,
242                  "column": 19
243                }
244              }
245            },
246            "loc": {
247              "start": {
248                "line": 19,
249                "column": 7
250              },
251              "end": {
252                "line": 19,
253                "column": 19
254              }
255            }
256          }
257        ],
258        "optional": false,
259        "loc": {
260          "start": {
261            "line": 19,
262            "column": 1
263          },
264          "end": {
265            "line": 19,
266            "column": 20
267          }
268        }
269      },
270      "loc": {
271        "start": {
272          "line": 19,
273          "column": 1
274        },
275        "end": {
276          "line": 19,
277          "column": 20
278        }
279      }
280    },
281    {
282      "type": "ExpressionStatement",
283      "expression": {
284        "type": "CallExpression",
285        "callee": {
286          "type": "Identifier",
287          "name": "async",
288          "loc": {
289            "start": {
290              "line": 20,
291              "column": 1
292            },
293            "end": {
294              "line": 20,
295              "column": 6
296            }
297          }
298        },
299        "arguments": [
300          {
301            "type": "Identifier",
302            "name": "async",
303            "loc": {
304              "start": {
305                "line": 20,
306                "column": 7
307              },
308              "end": {
309                "line": 20,
310                "column": 12
311              }
312            }
313          }
314        ],
315        "optional": false,
316        "loc": {
317          "start": {
318            "line": 20,
319            "column": 1
320          },
321          "end": {
322            "line": 20,
323            "column": 13
324          }
325        }
326      },
327      "loc": {
328        "start": {
329          "line": 20,
330          "column": 1
331        },
332        "end": {
333          "line": 20,
334          "column": 14
335        }
336      }
337    }
338  ],
339  "loc": {
340    "start": {
341      "line": 1,
342      "column": 1
343    },
344    "end": {
345      "line": 21,
346      "column": 1
347    }
348  }
349}
350