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