1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "VariableDeclaration",
6      "declarations": [
7        {
8          "type": "VariableDeclarator",
9          "id": {
10            "type": "Identifier",
11            "name": "a",
12            "decorators": [],
13            "loc": {
14              "start": {
15                "line": 17,
16                "column": 5
17              },
18              "end": {
19                "line": 17,
20                "column": 6
21              }
22            }
23          },
24          "init": null,
25          "loc": {
26            "start": {
27              "line": 17,
28              "column": 5
29            },
30            "end": {
31              "line": 17,
32              "column": 6
33            }
34          }
35        }
36      ],
37      "kind": "let",
38      "loc": {
39        "start": {
40          "line": 17,
41          "column": 1
42        },
43        "end": {
44          "line": 17,
45          "column": 7
46        }
47      }
48    },
49    {
50      "type": "VariableDeclaration",
51      "declarations": [
52        {
53          "type": "VariableDeclarator",
54          "id": {
55            "type": "Identifier",
56            "name": "b",
57            "decorators": [],
58            "loc": {
59              "start": {
60                "line": 18,
61                "column": 5
62              },
63              "end": {
64                "line": 18,
65                "column": 6
66              }
67            }
68          },
69          "init": null,
70          "loc": {
71            "start": {
72              "line": 18,
73              "column": 5
74            },
75            "end": {
76              "line": 18,
77              "column": 6
78            }
79          }
80        }
81      ],
82      "kind": "var",
83      "loc": {
84        "start": {
85          "line": 18,
86          "column": 1
87        },
88        "end": {
89          "line": 18,
90          "column": 6
91        }
92      }
93    },
94    {
95      "type": "VariableDeclaration",
96      "declarations": [
97        {
98          "type": "VariableDeclarator",
99          "id": {
100            "type": "Identifier",
101            "name": "c",
102            "decorators": [],
103            "loc": {
104              "start": {
105                "line": 19,
106                "column": 7
107              },
108              "end": {
109                "line": 19,
110                "column": 8
111              }
112            }
113          },
114          "init": {
115            "type": "NumberLiteral",
116            "value": 1,
117            "loc": {
118              "start": {
119                "line": 19,
120                "column": 11
121              },
122              "end": {
123                "line": 19,
124                "column": 12
125              }
126            }
127          },
128          "loc": {
129            "start": {
130              "line": 19,
131              "column": 7
132            },
133            "end": {
134              "line": 19,
135              "column": 12
136            }
137          }
138        }
139      ],
140      "kind": "const",
141      "loc": {
142        "start": {
143          "line": 19,
144          "column": 1
145        },
146        "end": {
147          "line": 19,
148          "column": 13
149        }
150      }
151    },
152    {
153      "type": "VariableDeclaration",
154      "declarations": [
155        {
156          "type": "VariableDeclarator",
157          "id": {
158            "type": "Identifier",
159            "name": "d1",
160            "decorators": [],
161            "loc": {
162              "start": {
163                "line": 21,
164                "column": 5
165              },
166              "end": {
167                "line": 21,
168                "column": 7
169              }
170            }
171          },
172          "init": null,
173          "loc": {
174            "start": {
175              "line": 21,
176              "column": 5
177            },
178            "end": {
179              "line": 21,
180              "column": 7
181            }
182          }
183        },
184        {
185          "type": "VariableDeclarator",
186          "id": {
187            "type": "Identifier",
188            "name": "d2",
189            "decorators": [],
190            "loc": {
191              "start": {
192                "line": 21,
193                "column": 10
194              },
195              "end": {
196                "line": 21,
197                "column": 12
198              }
199            }
200          },
201          "init": null,
202          "loc": {
203            "start": {
204              "line": 21,
205              "column": 10
206            },
207            "end": {
208              "line": 21,
209              "column": 12
210            }
211          }
212        },
213        {
214          "type": "VariableDeclarator",
215          "id": {
216            "type": "Identifier",
217            "name": "d3",
218            "decorators": [],
219            "loc": {
220              "start": {
221                "line": 22,
222                "column": 3
223              },
224              "end": {
225                "line": 22,
226                "column": 5
227              }
228            }
229          },
230          "init": null,
231          "loc": {
232            "start": {
233              "line": 22,
234              "column": 3
235            },
236            "end": {
237              "line": 22,
238              "column": 5
239            }
240          }
241        }
242      ],
243      "kind": "var",
244      "loc": {
245        "start": {
246          "line": 21,
247          "column": 1
248        },
249        "end": {
250          "line": 22,
251          "column": 5
252        }
253      }
254    },
255    {
256      "type": "ExpressionStatement",
257      "expression": {
258        "type": "Identifier",
259        "name": "d4",
260        "decorators": [],
261        "loc": {
262          "start": {
263            "line": 23,
264            "column": 1
265          },
266          "end": {
267            "line": 23,
268            "column": 3
269          }
270        }
271      },
272      "loc": {
273        "start": {
274          "line": 23,
275          "column": 1
276        },
277        "end": {
278          "line": 23,
279          "column": 3
280        }
281      }
282    },
283    {
284      "type": "VariableDeclaration",
285      "declarations": [
286        {
287          "type": "VariableDeclarator",
288          "id": {
289            "type": "Identifier",
290            "name": "e1",
291            "decorators": [],
292            "loc": {
293              "start": {
294                "line": 25,
295                "column": 5
296              },
297              "end": {
298                "line": 25,
299                "column": 7
300              }
301            }
302          },
303          "init": {
304            "type": "NumberLiteral",
305            "value": 2,
306            "loc": {
307              "start": {
308                "line": 25,
309                "column": 10
310              },
311              "end": {
312                "line": 25,
313                "column": 11
314              }
315            }
316          },
317          "loc": {
318            "start": {
319              "line": 25,
320              "column": 5
321            },
322            "end": {
323              "line": 25,
324              "column": 11
325            }
326          }
327        },
328        {
329          "type": "VariableDeclarator",
330          "id": {
331            "type": "Identifier",
332            "name": "e2",
333            "decorators": [],
334            "loc": {
335              "start": {
336                "line": 25,
337                "column": 13
338              },
339              "end": {
340                "line": 25,
341                "column": 15
342              }
343            }
344          },
345          "init": null,
346          "loc": {
347            "start": {
348              "line": 25,
349              "column": 13
350            },
351            "end": {
352              "line": 25,
353              "column": 15
354            }
355          }
356        }
357      ],
358      "kind": "var",
359      "loc": {
360        "start": {
361          "line": 25,
362          "column": 1
363        },
364        "end": {
365          "line": 25,
366          "column": 16
367        }
368      }
369    },
370    {
371      "type": "VariableDeclaration",
372      "declarations": [
373        {
374          "type": "VariableDeclarator",
375          "id": {
376            "type": "Identifier",
377            "name": "f1",
378            "decorators": [],
379            "loc": {
380              "start": {
381                "line": 27,
382                "column": 5
383              },
384              "end": {
385                "line": 27,
386                "column": 7
387              }
388            }
389          },
390          "init": null,
391          "loc": {
392            "start": {
393              "line": 27,
394              "column": 5
395            },
396            "end": {
397              "line": 27,
398              "column": 7
399            }
400          }
401        },
402        {
403          "type": "VariableDeclarator",
404          "id": {
405            "type": "Identifier",
406            "name": "f2",
407            "decorators": [],
408            "loc": {
409              "start": {
410                "line": 29,
411                "column": 3
412              },
413              "end": {
414                "line": 29,
415                "column": 5
416              }
417            }
418          },
419          "init": {
420            "type": "NumberLiteral",
421            "value": 3,
422            "loc": {
423              "start": {
424                "line": 29,
425                "column": 8
426              },
427              "end": {
428                "line": 29,
429                "column": 9
430              }
431            }
432          },
433          "loc": {
434            "start": {
435              "line": 29,
436              "column": 3
437            },
438            "end": {
439              "line": 29,
440              "column": 9
441            }
442          }
443        }
444      ],
445      "kind": "var",
446      "loc": {
447        "start": {
448          "line": 27,
449          "column": 1
450        },
451        "end": {
452          "line": 30,
453          "column": 2
454        }
455      }
456    }
457  ],
458  "loc": {
459    "start": {
460      "line": 1,
461      "column": 1
462    },
463    "end": {
464      "line": 31,
465      "column": 1
466    }
467  }
468}
469