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