• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ClassDeclaration",
6      "definition": {
7        "id": {
8          "type": "Identifier",
9          "name": "Foo",
10          "decorators": [],
11          "loc": {
12            "start": {
13              "line": 17,
14              "column": 7
15            },
16            "end": {
17              "line": 17,
18              "column": 10
19            }
20          }
21        },
22        "superClass": null,
23        "implements": [],
24        "constructor": {
25          "type": "MethodDefinition",
26          "key": {
27            "type": "Identifier",
28            "name": "constructor",
29            "decorators": [],
30            "loc": {
31              "start": {
32                "line": 1,
33                "column": 1
34              },
35              "end": {
36                "line": 1,
37                "column": 1
38              }
39            }
40          },
41          "kind": "constructor",
42          "static": false,
43          "optional": false,
44          "computed": false,
45          "value": {
46            "type": "FunctionExpression",
47            "function": {
48              "type": "ScriptFunction",
49              "id": null,
50              "generator": false,
51              "async": false,
52              "expression": false,
53              "params": [],
54              "body": {
55                "type": "BlockStatement",
56                "statements": [],
57                "loc": {
58                  "start": {
59                    "line": 1,
60                    "column": 1
61                  },
62                  "end": {
63                    "line": 1,
64                    "column": 1
65                  }
66                }
67              },
68              "loc": {
69                "start": {
70                  "line": 1,
71                  "column": 1
72                },
73                "end": {
74                  "line": 1,
75                  "column": 1
76                }
77              }
78            },
79            "loc": {
80              "start": {
81                "line": 1,
82                "column": 1
83              },
84              "end": {
85                "line": 1,
86                "column": 1
87              }
88            }
89          },
90          "overloads": [],
91          "decorators": [],
92          "loc": {
93            "start": {
94              "line": 21,
95              "column": 2
96            },
97            "end": {
98              "line": 21,
99              "column": 2
100            }
101          }
102        },
103        "body": [
104          {
105            "type": "MethodDefinition",
106            "key": {
107              "type": "Identifier",
108              "name": "bar",
109              "decorators": [],
110              "loc": {
111                "start": {
112                  "line": 18,
113                  "column": 5
114                },
115                "end": {
116                  "line": 18,
117                  "column": 8
118                }
119              }
120            },
121            "kind": "method",
122            "static": false,
123            "optional": false,
124            "computed": false,
125            "value": {
126              "type": "FunctionExpression",
127              "function": {
128                "type": "ScriptFunction",
129                "id": null,
130                "generator": false,
131                "async": false,
132                "expression": false,
133                "params": [],
134                "loc": {
135                  "start": {
136                    "line": 18,
137                    "column": 8
138                  },
139                  "end": {
140                    "line": 18,
141                    "column": 11
142                  }
143                }
144              },
145              "loc": {
146                "start": {
147                  "line": 18,
148                  "column": 8
149                },
150                "end": {
151                  "line": 18,
152                  "column": 11
153                }
154              }
155            },
156            "overloads": [],
157            "decorators": [],
158            "loc": {
159              "start": {
160                "line": 18,
161                "column": 5
162              },
163              "end": {
164                "line": 18,
165                "column": 11
166              }
167            }
168          },
169          {
170            "type": "MethodDefinition",
171            "key": {
172              "type": "Identifier",
173              "name": "bar",
174              "decorators": [],
175              "loc": {
176                "start": {
177                  "line": 19,
178                  "column": 5
179                },
180                "end": {
181                  "line": 19,
182                  "column": 8
183                }
184              }
185            },
186            "kind": "method",
187            "static": false,
188            "optional": false,
189            "computed": false,
190            "value": {
191              "type": "FunctionExpression",
192              "function": {
193                "type": "ScriptFunction",
194                "id": null,
195                "generator": false,
196                "async": false,
197                "expression": false,
198                "params": [],
199                "loc": {
200                  "start": {
201                    "line": 19,
202                    "column": 8
203                  },
204                  "end": {
205                    "line": 19,
206                    "column": 11
207                  }
208                }
209              },
210              "loc": {
211                "start": {
212                  "line": 19,
213                  "column": 8
214                },
215                "end": {
216                  "line": 19,
217                  "column": 11
218                }
219              }
220            },
221            "overloads": [],
222            "decorators": [],
223            "loc": {
224              "start": {
225                "line": 19,
226                "column": 5
227              },
228              "end": {
229                "line": 19,
230                "column": 11
231              }
232            }
233          },
234          {
235            "type": "MethodDefinition",
236            "key": {
237              "type": "Identifier",
238              "name": "bar",
239              "decorators": [],
240              "loc": {
241                "start": {
242                  "line": 20,
243                  "column": 5
244                },
245                "end": {
246                  "line": 20,
247                  "column": 8
248                }
249              }
250            },
251            "kind": "method",
252            "static": false,
253            "optional": true,
254            "computed": false,
255            "value": {
256              "type": "FunctionExpression",
257              "function": {
258                "type": "ScriptFunction",
259                "id": null,
260                "generator": false,
261                "async": false,
262                "expression": false,
263                "params": [],
264                "body": {
265                  "type": "BlockStatement",
266                  "statements": [],
267                  "loc": {
268                    "start": {
269                      "line": 20,
270                      "column": 12
271                    },
272                    "end": {
273                      "line": 20,
274                      "column": 15
275                    }
276                  }
277                },
278                "loc": {
279                  "start": {
280                    "line": 20,
281                    "column": 9
282                  },
283                  "end": {
284                    "line": 20,
285                    "column": 15
286                  }
287                }
288              },
289              "loc": {
290                "start": {
291                  "line": 20,
292                  "column": 9
293                },
294                "end": {
295                  "line": 20,
296                  "column": 15
297                }
298              }
299            },
300            "overloads": [],
301            "decorators": [],
302            "loc": {
303              "start": {
304                "line": 20,
305                "column": 5
306              },
307              "end": {
308                "line": 20,
309                "column": 15
310              }
311            }
312          }
313        ],
314        "loc": {
315          "start": {
316            "line": 17,
317            "column": 11
318          },
319          "end": {
320            "line": 21,
321            "column": 2
322          }
323        }
324      },
325      "loc": {
326        "start": {
327          "line": 17,
328          "column": 1
329        },
330        "end": {
331          "line": 21,
332          "column": 2
333        }
334      }
335    }
336  ],
337  "loc": {
338    "start": {
339      "line": 1,
340      "column": 1
341    },
342    "end": {
343      "line": 21,
344      "column": 2
345    }
346  }
347}
348