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