1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "VariableDeclaration",
6      "declarations": [
7        {
8          "type": "VariableDeclarator",
9          "id": {
10            "type": "Identifier",
11            "name": "left",
12            "loc": {
13              "start": {
14                "line": 17,
15                "column": 7
16              },
17              "end": {
18                "line": 17,
19                "column": 11
20              }
21            }
22          },
23          "init": {
24            "type": "TSAsExpression",
25            "expression": {
26              "type": "ObjectExpression",
27              "properties": [],
28              "loc": {
29                "start": {
30                  "line": 17,
31                  "column": 14
32                },
33                "end": {
34                  "line": 17,
35                  "column": 16
36                }
37              }
38            },
39            "typeAnnotation": {
40              "type": "TSAnyKeyword",
41              "loc": {
42                "start": {
43                  "line": 17,
44                  "column": 20
45                },
46                "end": {
47                  "line": 17,
48                  "column": 23
49                }
50              }
51            },
52            "loc": {
53              "start": {
54                "line": 17,
55                "column": 14
56              },
57              "end": {
58                "line": 18,
59                "column": 6
60              }
61            }
62          },
63          "loc": {
64            "start": {
65              "line": 17,
66              "column": 7
67            },
68            "end": {
69              "line": 18,
70              "column": 6
71            }
72          }
73        }
74      ],
75      "kind": "const",
76      "loc": {
77        "start": {
78          "line": 17,
79          "column": 1
80        },
81        "end": {
82          "line": 18,
83          "column": 6
84        }
85      }
86    },
87    {
88      "type": "VariableDeclaration",
89      "declarations": [
90        {
91          "type": "VariableDeclarator",
92          "id": {
93            "type": "Identifier",
94            "name": "right",
95            "loc": {
96              "start": {
97                "line": 18,
98                "column": 7
99              },
100              "end": {
101                "line": 18,
102                "column": 12
103              }
104            }
105          },
106          "init": {
107            "type": "TSAsExpression",
108            "expression": {
109              "type": "ObjectExpression",
110              "properties": [],
111              "loc": {
112                "start": {
113                  "line": 18,
114                  "column": 15
115                },
116                "end": {
117                  "line": 18,
118                  "column": 17
119                }
120              }
121            },
122            "typeAnnotation": {
123              "type": "TSAnyKeyword",
124              "loc": {
125                "start": {
126                  "line": 18,
127                  "column": 21
128                },
129                "end": {
130                  "line": 18,
131                  "column": 24
132                }
133              }
134            },
135            "loc": {
136              "start": {
137                "line": 18,
138                "column": 15
139              },
140              "end": {
141                "line": 18,
142                "column": 24
143              }
144            }
145          },
146          "loc": {
147            "start": {
148              "line": 18,
149              "column": 7
150            },
151            "end": {
152              "line": 18,
153              "column": 24
154            }
155          }
156        }
157      ],
158      "kind": "const",
159      "loc": {
160        "start": {
161          "line": 18,
162          "column": 1
163        },
164        "end": {
165          "line": 18,
166          "column": 24
167        }
168      }
169    }
170  ],
171  "loc": {
172    "start": {
173      "line": 1,
174      "column": 1
175    },
176    "end": {
177      "line": 18,
178      "column": 24
179    }
180  }
181}
182