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