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": {
25            "type": "ObjectExpression",
26            "properties": [
27              {
28                "type": "Property",
29                "method": false,
30                "shorthand": true,
31                "computed": false,
32                "key": {
33                  "type": "Identifier",
34                  "name": "a",
35                  "decorators": [],
36                  "loc": {
37                    "start": {
38                      "line": 17,
39                      "column": 11
40                    },
41                    "end": {
42                      "line": 17,
43                      "column": 12
44                    }
45                  }
46                },
47                "value": {
48                  "type": "Identifier",
49                  "name": "a",
50                  "decorators": [],
51                  "loc": {
52                    "start": {
53                      "line": 17,
54                      "column": 11
55                    },
56                    "end": {
57                      "line": 17,
58                      "column": 12
59                    }
60                  }
61                },
62                "kind": "init",
63                "loc": {
64                  "start": {
65                    "line": 17,
66                    "column": 11
67                  },
68                  "end": {
69                    "line": 17,
70                    "column": 12
71                  }
72                }
73              },
74              {
75                "type": "Property",
76                "method": false,
77                "shorthand": true,
78                "computed": false,
79                "key": {
80                  "type": "StringLiteral",
81                  "value": "b",
82                  "loc": {
83                    "start": {
84                      "line": 17,
85                      "column": 14
86                    },
87                    "end": {
88                      "line": 17,
89                      "column": 17
90                    }
91                  }
92                },
93                "value": {
94                  "type": "NumberLiteral",
95                  "value": 6,
96                  "loc": {
97                    "start": {
98                      "line": 17,
99                      "column": 19
100                    },
101                    "end": {
102                      "line": 17,
103                      "column": 20
104                    }
105                  }
106                },
107                "kind": "init",
108                "loc": {
109                  "start": {
110                    "line": 17,
111                    "column": 14
112                  },
113                  "end": {
114                    "line": 17,
115                    "column": 20
116                  }
117                }
118              },
119              {
120                "type": "Property",
121                "method": false,
122                "shorthand": true,
123                "computed": false,
124                "key": {
125                  "type": "Identifier",
126                  "name": "c",
127                  "decorators": [],
128                  "loc": {
129                    "start": {
130                      "line": 17,
131                      "column": 22
132                    },
133                    "end": {
134                      "line": 17,
135                      "column": 23
136                    }
137                  }
138                },
139                "value": {
140                  "type": "Identifier",
141                  "name": "c",
142                  "decorators": [],
143                  "loc": {
144                    "start": {
145                      "line": 17,
146                      "column": 22
147                    },
148                    "end": {
149                      "line": 17,
150                      "column": 23
151                    }
152                  }
153                },
154                "kind": "init",
155                "loc": {
156                  "start": {
157                    "line": 17,
158                    "column": 22
159                  },
160                  "end": {
161                    "line": 17,
162                    "column": 23
163                  }
164                }
165              },
166              {
167                "type": "Property",
168                "method": false,
169                "shorthand": true,
170                "computed": false,
171                "key": {
172                  "type": "Identifier",
173                  "name": "d",
174                  "decorators": [],
175                  "loc": {
176                    "start": {
177                      "line": 17,
178                      "column": 25
179                    },
180                    "end": {
181                      "line": 17,
182                      "column": 26
183                    }
184                  }
185                },
186                "value": {
187                  "type": "Identifier",
188                  "name": "d",
189                  "decorators": [],
190                  "loc": {
191                    "start": {
192                      "line": 17,
193                      "column": 25
194                    },
195                    "end": {
196                      "line": 17,
197                      "column": 26
198                    }
199                  }
200                },
201                "kind": "init",
202                "loc": {
203                  "start": {
204                    "line": 17,
205                    "column": 25
206                  },
207                  "end": {
208                    "line": 17,
209                    "column": 26
210                  }
211                }
212              }
213            ],
214            "loc": {
215              "start": {
216                "line": 17,
217                "column": 9
218              },
219              "end": {
220                "line": 17,
221                "column": 28
222              }
223            }
224          },
225          "loc": {
226            "start": {
227              "line": 17,
228              "column": 5
229            },
230            "end": {
231              "line": 17,
232              "column": 28
233            }
234          }
235        }
236      ],
237      "kind": "let",
238      "loc": {
239        "start": {
240          "line": 17,
241          "column": 1
242        },
243        "end": {
244          "line": 17,
245          "column": 28
246        }
247      }
248    }
249  ],
250  "loc": {
251    "start": {
252      "line": 1,
253      "column": 1
254    },
255    "end": {
256      "line": 18,
257      "column": 1
258    }
259  }
260}
261