• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ImportDeclaration",
6      "source": {
7        "type": "StringLiteral",
8        "value": "./B",
9        "loc": {
10          "start": {
11            "line": 22,
12            "column": 21
13          },
14          "end": {
15            "line": 22,
16            "column": 26
17          }
18        }
19      },
20      "specifiers": [
21        {
22          "type": "ImportNamespaceSpecifier",
23          "local": {
24            "type": "Identifier",
25            "name": "BB",
26            "decorators": [],
27            "loc": {
28              "start": {
29                "line": 22,
30                "column": 13
31              },
32              "end": {
33                "line": 22,
34                "column": 15
35              }
36            }
37          },
38          "loc": {
39            "start": {
40              "line": 22,
41              "column": 8
42            },
43            "end": {
44              "line": 22,
45              "column": 15
46            }
47          }
48        }
49      ],
50      "loc": {
51        "start": {
52          "line": 22,
53          "column": 1
54        },
55        "end": {
56          "line": 22,
57          "column": 26
58        }
59      }
60    },
61    {
62      "type": "ImportDeclaration",
63      "source": {
64        "type": "StringLiteral",
65        "value": "./C",
66        "loc": {
67          "start": {
68            "line": 23,
69            "column": 21
70          },
71          "end": {
72            "line": 23,
73            "column": 26
74          }
75        }
76      },
77      "specifiers": [
78        {
79          "type": "ImportNamespaceSpecifier",
80          "local": {
81            "type": "Identifier",
82            "name": "CC",
83            "decorators": [],
84            "loc": {
85              "start": {
86                "line": 23,
87                "column": 13
88              },
89              "end": {
90                "line": 23,
91                "column": 15
92              }
93            }
94          },
95          "loc": {
96            "start": {
97              "line": 23,
98              "column": 8
99            },
100            "end": {
101              "line": 23,
102              "column": 15
103            }
104          }
105        }
106      ],
107      "loc": {
108        "start": {
109          "line": 23,
110          "column": 1
111        },
112        "end": {
113          "line": 23,
114          "column": 26
115        }
116      }
117    },
118    {
119      "type": "ClassDeclaration",
120      "definition": {
121        "id": {
122          "type": "Identifier",
123          "name": "ETSGLOBAL",
124          "decorators": [],
125          "loc": {
126            "start": {
127              "line": 1,
128              "column": 1
129            },
130            "end": {
131              "line": 1,
132              "column": 1
133            }
134          }
135        },
136        "superClass": null,
137        "implements": [],
138        "body": [
139          {
140            "type": "MethodDefinition",
141            "key": {
142              "type": "Identifier",
143              "name": "_$init$_",
144              "decorators": [],
145              "loc": {
146                "start": {
147                  "line": 1,
148                  "column": 1
149                },
150                "end": {
151                  "line": 1,
152                  "column": 1
153                }
154              }
155            },
156            "kind": "method",
157            "accessibility": "public",
158            "static": true,
159            "optional": false,
160            "computed": false,
161            "value": {
162              "type": "FunctionExpression",
163              "function": {
164                "type": "ScriptFunction",
165                "id": {
166                  "type": "Identifier",
167                  "name": "_$init$_",
168                  "decorators": [],
169                  "loc": {
170                    "start": {
171                      "line": 1,
172                      "column": 1
173                    },
174                    "end": {
175                      "line": 1,
176                      "column": 1
177                    }
178                  }
179                },
180                "generator": false,
181                "async": false,
182                "expression": false,
183                "params": [],
184                "body": {
185                  "type": "BlockStatement",
186                  "statements": [],
187                  "loc": {
188                    "start": {
189                      "line": 1,
190                      "column": 1
191                    },
192                    "end": {
193                      "line": 1,
194                      "column": 1
195                    }
196                  }
197                },
198                "loc": {
199                  "start": {
200                    "line": 1,
201                    "column": 1
202                  },
203                  "end": {
204                    "line": 1,
205                    "column": 1
206                  }
207                }
208              },
209              "loc": {
210                "start": {
211                  "line": 1,
212                  "column": 1
213                },
214                "end": {
215                  "line": 1,
216                  "column": 1
217                }
218              }
219            },
220            "overloads": [],
221            "decorators": [],
222            "loc": {
223              "start": {
224                "line": 1,
225                "column": 1
226              },
227              "end": {
228                "line": 1,
229                "column": 1
230              }
231            }
232          },
233          {
234            "type": "MethodDefinition",
235            "key": {
236              "type": "Identifier",
237              "name": "main",
238              "decorators": [],
239              "loc": {
240                "start": {
241                  "line": 25,
242                  "column": 10
243                },
244                "end": {
245                  "line": 25,
246                  "column": 14
247                }
248              }
249            },
250            "kind": "method",
251            "accessibility": "public",
252            "static": true,
253            "optional": false,
254            "computed": false,
255            "value": {
256              "type": "FunctionExpression",
257              "function": {
258                "type": "ScriptFunction",
259                "id": {
260                  "type": "Identifier",
261                  "name": "main",
262                  "decorators": [],
263                  "loc": {
264                    "start": {
265                      "line": 25,
266                      "column": 10
267                    },
268                    "end": {
269                      "line": 25,
270                      "column": 14
271                    }
272                  }
273                },
274                "generator": false,
275                "async": false,
276                "expression": false,
277                "params": [],
278                "body": {
279                  "type": "BlockStatement",
280                  "statements": [
281                    {
282                      "type": "ExpressionStatement",
283                      "expression": {
284                        "type": "CallExpression",
285                        "callee": {
286                          "type": "MemberExpression",
287                          "object": {
288                            "type": "Identifier",
289                            "name": "console",
290                            "decorators": [],
291                            "loc": {
292                              "start": {
293                                "line": 26,
294                                "column": 3
295                              },
296                              "end": {
297                                "line": 26,
298                                "column": 10
299                              }
300                            }
301                          },
302                          "property": {
303                            "type": "Identifier",
304                            "name": "log",
305                            "decorators": [],
306                            "loc": {
307                              "start": {
308                                "line": 26,
309                                "column": 11
310                              },
311                              "end": {
312                                "line": 26,
313                                "column": 14
314                              }
315                            }
316                          },
317                          "computed": false,
318                          "optional": false,
319                          "loc": {
320                            "start": {
321                              "line": 26,
322                              "column": 3
323                            },
324                            "end": {
325                              "line": 26,
326                              "column": 14
327                            }
328                          }
329                        },
330                        "arguments": [
331                          {
332                            "type": "MemberExpression",
333                            "object": {
334                              "type": "Identifier",
335                              "name": "CC",
336                              "decorators": [],
337                              "loc": {
338                                "start": {
339                                  "line": 26,
340                                  "column": 15
341                                },
342                                "end": {
343                                  "line": 26,
344                                  "column": 17
345                                }
346                              }
347                            },
348                            "property": {
349                              "type": "Identifier",
350                              "name": "coo",
351                              "decorators": [],
352                              "loc": {
353                                "start": {
354                                  "line": 26,
355                                  "column": 18
356                                },
357                                "end": {
358                                  "line": 26,
359                                  "column": 21
360                                }
361                              }
362                            },
363                            "computed": false,
364                            "optional": false,
365                            "loc": {
366                              "start": {
367                                "line": 26,
368                                "column": 15
369                              },
370                              "end": {
371                                "line": 26,
372                                "column": 21
373                              }
374                            }
375                          }
376                        ],
377                        "optional": false,
378                        "loc": {
379                          "start": {
380                            "line": 26,
381                            "column": 3
382                          },
383                          "end": {
384                            "line": 26,
385                            "column": 22
386                          }
387                        }
388                      },
389                      "loc": {
390                        "start": {
391                          "line": 26,
392                          "column": 3
393                        },
394                        "end": {
395                          "line": 26,
396                          "column": 23
397                        }
398                      }
399                    },
400                    {
401                      "type": "ExpressionStatement",
402                      "expression": {
403                        "type": "CallExpression",
404                        "callee": {
405                          "type": "MemberExpression",
406                          "object": {
407                            "type": "Identifier",
408                            "name": "console",
409                            "decorators": [],
410                            "loc": {
411                              "start": {
412                                "line": 27,
413                                "column": 3
414                              },
415                              "end": {
416                                "line": 27,
417                                "column": 10
418                              }
419                            }
420                          },
421                          "property": {
422                            "type": "Identifier",
423                            "name": "log",
424                            "decorators": [],
425                            "loc": {
426                              "start": {
427                                "line": 27,
428                                "column": 11
429                              },
430                              "end": {
431                                "line": 27,
432                                "column": 14
433                              }
434                            }
435                          },
436                          "computed": false,
437                          "optional": false,
438                          "loc": {
439                            "start": {
440                              "line": 27,
441                              "column": 3
442                            },
443                            "end": {
444                              "line": 27,
445                              "column": 14
446                            }
447                          }
448                        },
449                        "arguments": [
450                          {
451                            "type": "MemberExpression",
452                            "object": {
453                              "type": "Identifier",
454                              "name": "BB",
455                              "decorators": [],
456                              "loc": {
457                                "start": {
458                                  "line": 27,
459                                  "column": 15
460                                },
461                                "end": {
462                                  "line": 27,
463                                  "column": 17
464                                }
465                              }
466                            },
467                            "property": {
468                              "type": "Identifier",
469                              "name": "boo",
470                              "decorators": [],
471                              "loc": {
472                                "start": {
473                                  "line": 27,
474                                  "column": 18
475                                },
476                                "end": {
477                                  "line": 27,
478                                  "column": 21
479                                }
480                              }
481                            },
482                            "computed": false,
483                            "optional": false,
484                            "loc": {
485                              "start": {
486                                "line": 27,
487                                "column": 15
488                              },
489                              "end": {
490                                "line": 27,
491                                "column": 21
492                              }
493                            }
494                          }
495                        ],
496                        "optional": false,
497                        "loc": {
498                          "start": {
499                            "line": 27,
500                            "column": 3
501                          },
502                          "end": {
503                            "line": 27,
504                            "column": 22
505                          }
506                        }
507                      },
508                      "loc": {
509                        "start": {
510                          "line": 27,
511                          "column": 3
512                        },
513                        "end": {
514                          "line": 27,
515                          "column": 23
516                        }
517                      }
518                    }
519                  ],
520                  "loc": {
521                    "start": {
522                      "line": 25,
523                      "column": 17
524                    },
525                    "end": {
526                      "line": 28,
527                      "column": 2
528                    }
529                  }
530                },
531                "loc": {
532                  "start": {
533                    "line": 25,
534                    "column": 14
535                  },
536                  "end": {
537                    "line": 28,
538                    "column": 2
539                  }
540                }
541              },
542              "loc": {
543                "start": {
544                  "line": 25,
545                  "column": 14
546                },
547                "end": {
548                  "line": 28,
549                  "column": 2
550                }
551              }
552            },
553            "overloads": [],
554            "decorators": [],
555            "loc": {
556              "start": {
557                "line": 25,
558                "column": 1
559              },
560              "end": {
561                "line": 28,
562                "column": 2
563              }
564            }
565          }
566        ],
567        "loc": {
568          "start": {
569            "line": 1,
570            "column": 1
571          },
572          "end": {
573            "line": 1,
574            "column": 1
575          }
576        }
577      },
578      "loc": {
579        "start": {
580          "line": 1,
581          "column": 1
582        },
583        "end": {
584          "line": 1,
585          "column": 1
586        }
587      }
588    }
589  ],
590  "loc": {
591    "start": {
592      "line": 1,
593      "column": 1
594    },
595    "end": {
596      "line": 29,
597      "column": 1
598    }
599  }
600}
601