BIMviewer

Форк
0
/
ViewerUI.js.json 
1787 строк · 40.7 Кб
1
{
2
  "type": "File",
3
  "start": 0,
4
  "end": 263,
5
  "loc": {
6
    "start": {
7
      "line": 1,
8
      "column": 0
9
    },
10
    "end": {
11
      "line": 14,
12
      "column": 18
13
    }
14
  },
15
  "program": {
16
    "type": "Program",
17
    "start": 0,
18
    "end": 263,
19
    "loc": {
20
      "start": {
21
        "line": 1,
22
        "column": 0
23
      },
24
      "end": {
25
        "line": 14,
26
        "column": 18
27
      }
28
    },
29
    "sourceType": "module",
30
    "body": [
31
      {
32
        "type": "ImportDeclaration",
33
        "start": 0,
34
        "end": 41,
35
        "loc": {
36
          "start": {
37
            "line": 1,
38
            "column": 0
39
          },
40
          "end": {
41
            "line": 1,
42
            "column": 41
43
          }
44
        },
45
        "specifiers": [
46
          {
47
            "type": "ImportSpecifier",
48
            "start": 8,
49
            "end": 17,
50
            "loc": {
51
              "start": {
52
                "line": 1,
53
                "column": 8
54
              },
55
              "end": {
56
                "line": 1,
57
                "column": 17
58
              }
59
            },
60
            "imported": {
61
              "type": "Identifier",
62
              "start": 8,
63
              "end": 17,
64
              "loc": {
65
                "start": {
66
                  "line": 1,
67
                  "column": 8
68
                },
69
                "end": {
70
                  "line": 1,
71
                  "column": 17
72
                },
73
                "identifierName": "BIMViewer"
74
              },
75
              "name": "BIMViewer"
76
            },
77
            "local": {
78
              "type": "Identifier",
79
              "start": 8,
80
              "end": 17,
81
              "loc": {
82
                "start": {
83
                  "line": 1,
84
                  "column": 8
85
                },
86
                "end": {
87
                  "line": 1,
88
                  "column": 17
89
                },
90
                "identifierName": "BIMViewer"
91
              },
92
              "name": "BIMViewer"
93
            }
94
          }
95
        ],
96
        "source": {
97
          "type": "StringLiteral",
98
          "start": 24,
99
          "end": 40,
100
          "loc": {
101
            "start": {
102
              "line": 1,
103
              "column": 24
104
            },
105
            "end": {
106
              "line": 1,
107
              "column": 40
108
            }
109
          },
110
          "extra": {
111
            "rawValue": "./BIMViewer.js",
112
            "raw": "\"./BIMViewer.js\""
113
          },
114
          "value": "./BIMViewer.js"
115
        },
116
        "trailingComments": [
117
          {
118
            "type": "CommentBlock",
119
            "value": "*\n * @desc Alias class for {@link BIMViewer}, for backwards compatibility.\n * @private\n ",
120
            "start": 43,
121
            "end": 135,
122
            "loc": {
123
              "start": {
124
                "line": 3,
125
                "column": 0
126
              },
127
              "end": {
128
                "line": 6,
129
                "column": 3
130
              }
131
            }
132
          }
133
        ]
134
      },
135
      {
136
        "type": "Identifier",
137
        "start": 136,
138
        "end": 243,
139
        "loc": {
140
          "start": {
141
            "line": 7,
142
            "column": 0
143
          },
144
          "end": {
145
            "line": 12,
146
            "column": 1
147
          }
148
        },
149
        "id": {
150
          "type": "Identifier",
151
          "start": 142,
152
          "end": 150,
153
          "loc": {
154
            "start": {
155
              "line": 7,
156
              "column": 6
157
            },
158
            "end": {
159
              "line": 7,
160
              "column": 14
161
            },
162
            "identifierName": "ViewerUI"
163
          },
164
          "name": "ViewerUI",
165
          "leadingComments": null
166
        },
167
        "superClass": {
168
          "type": "Identifier",
169
          "start": 159,
170
          "end": 168,
171
          "loc": {
172
            "start": {
173
              "line": 7,
174
              "column": 23
175
            },
176
            "end": {
177
              "line": 7,
178
              "column": 32
179
            },
180
            "identifierName": "BIMViewer"
181
          },
182
          "name": "BIMViewer"
183
        },
184
        "body": {
185
          "type": "ClassBody",
186
          "start": 169,
187
          "end": 243,
188
          "loc": {
189
            "start": {
190
              "line": 7,
191
              "column": 33
192
            },
193
            "end": {
194
              "line": 12,
195
              "column": 1
196
            }
197
          },
198
          "body": [
199
            {
200
              "type": "ClassMethod",
201
              "start": 175,
202
              "end": 241,
203
              "loc": {
204
                "start": {
205
                  "line": 8,
206
                  "column": 4
207
                },
208
                "end": {
209
                  "line": 11,
210
                  "column": 5
211
                }
212
              },
213
              "static": false,
214
              "computed": false,
215
              "key": {
216
                "type": "Identifier",
217
                "start": 175,
218
                "end": 186,
219
                "loc": {
220
                  "start": {
221
                    "line": 8,
222
                    "column": 4
223
                  },
224
                  "end": {
225
                    "line": 8,
226
                    "column": 15
227
                  },
228
                  "identifierName": "constructor"
229
                },
230
                "name": "constructor"
231
              },
232
              "kind": "constructor",
233
              "id": null,
234
              "generator": false,
235
              "expression": false,
236
              "async": false,
237
              "params": [
238
                {
239
                  "type": "Identifier",
240
                  "start": 187,
241
                  "end": 193,
242
                  "loc": {
243
                    "start": {
244
                      "line": 8,
245
                      "column": 16
246
                    },
247
                    "end": {
248
                      "line": 8,
249
                      "column": 22
250
                    },
251
                    "identifierName": "server"
252
                  },
253
                  "name": "server"
254
                },
255
                {
256
                  "type": "AssignmentPattern",
257
                  "start": 195,
258
                  "end": 203,
259
                  "loc": {
260
                    "start": {
261
                      "line": 8,
262
                      "column": 24
263
                    },
264
                    "end": {
265
                      "line": 8,
266
                      "column": 32
267
                    }
268
                  },
269
                  "left": {
270
                    "type": "Identifier",
271
                    "start": 195,
272
                    "end": 198,
273
                    "loc": {
274
                      "start": {
275
                        "line": 8,
276
                        "column": 24
277
                      },
278
                      "end": {
279
                        "line": 8,
280
                        "column": 27
281
                      },
282
                      "identifierName": "cfg"
283
                    },
284
                    "name": "cfg"
285
                  },
286
                  "right": {
287
                    "type": "ObjectExpression",
288
                    "start": 201,
289
                    "end": 203,
290
                    "loc": {
291
                      "start": {
292
                        "line": 8,
293
                        "column": 30
294
                      },
295
                      "end": {
296
                        "line": 8,
297
                        "column": 32
298
                      }
299
                    },
300
                    "properties": []
301
                  }
302
                }
303
              ],
304
              "body": {
305
                "type": "BlockStatement",
306
                "start": 205,
307
                "end": 241,
308
                "loc": {
309
                  "start": {
310
                    "line": 8,
311
                    "column": 34
312
                  },
313
                  "end": {
314
                    "line": 11,
315
                    "column": 5
316
                  }
317
                },
318
                "body": [
319
                  {
320
                    "type": "ExpressionStatement",
321
                    "start": 215,
322
                    "end": 234,
323
                    "loc": {
324
                      "start": {
325
                        "line": 9,
326
                        "column": 8
327
                      },
328
                      "end": {
329
                        "line": 9,
330
                        "column": 27
331
                      }
332
                    },
333
                    "expression": {
334
                      "type": "CallExpression",
335
                      "start": 215,
336
                      "end": 233,
337
                      "loc": {
338
                        "start": {
339
                          "line": 9,
340
                          "column": 8
341
                        },
342
                        "end": {
343
                          "line": 9,
344
                          "column": 26
345
                        }
346
                      },
347
                      "callee": {
348
                        "type": "Super",
349
                        "start": 215,
350
                        "end": 220,
351
                        "loc": {
352
                          "start": {
353
                            "line": 9,
354
                            "column": 8
355
                          },
356
                          "end": {
357
                            "line": 9,
358
                            "column": 13
359
                          }
360
                        }
361
                      },
362
                      "arguments": [
363
                        {
364
                          "type": "Identifier",
365
                          "start": 221,
366
                          "end": 227,
367
                          "loc": {
368
                            "start": {
369
                              "line": 9,
370
                              "column": 14
371
                            },
372
                            "end": {
373
                              "line": 9,
374
                              "column": 20
375
                            },
376
                            "identifierName": "server"
377
                          },
378
                          "name": "server"
379
                        },
380
                        {
381
                          "type": "Identifier",
382
                          "start": 229,
383
                          "end": 232,
384
                          "loc": {
385
                            "start": {
386
                              "line": 9,
387
                              "column": 22
388
                            },
389
                            "end": {
390
                              "line": 9,
391
                              "column": 25
392
                            },
393
                            "identifierName": "cfg"
394
                          },
395
                          "name": "cfg"
396
                        }
397
                      ]
398
                    }
399
                  }
400
                ],
401
                "directives": []
402
              }
403
            }
404
          ]
405
        },
406
        "leadingComments": [],
407
        "name": "_",
408
        "trailingComments": []
409
      },
410
      {
411
        "type": "ExportNamedDeclaration",
412
        "start": 245,
413
        "end": 263,
414
        "loc": {
415
          "start": {
416
            "line": 14,
417
            "column": 0
418
          },
419
          "end": {
420
            "line": 14,
421
            "column": 18
422
          }
423
        },
424
        "declaration": null,
425
        "specifiers": [
426
          {
427
            "type": "ExportSpecifier",
428
            "start": 253,
429
            "end": 261,
430
            "loc": {
431
              "start": {
432
                "line": 14,
433
                "column": 8
434
              },
435
              "end": {
436
                "line": 14,
437
                "column": 16
438
              }
439
            },
440
            "local": {
441
              "type": "Identifier",
442
              "start": 253,
443
              "end": 261,
444
              "loc": {
445
                "start": {
446
                  "line": 14,
447
                  "column": 8
448
                },
449
                "end": {
450
                  "line": 14,
451
                  "column": 16
452
                },
453
                "identifierName": "ViewerUI"
454
              },
455
              "name": "ViewerUI"
456
            },
457
            "exported": {
458
              "type": "Identifier",
459
              "start": 253,
460
              "end": 261,
461
              "loc": {
462
                "start": {
463
                  "line": 14,
464
                  "column": 8
465
                },
466
                "end": {
467
                  "line": 14,
468
                  "column": 16
469
                },
470
                "identifierName": "ViewerUI"
471
              },
472
              "name": "ViewerUI"
473
            }
474
          }
475
        ],
476
        "source": null
477
      },
478
      {
479
        "type": "ExportNamedDeclaration",
480
        "start": 245,
481
        "end": 263,
482
        "loc": {
483
          "start": {
484
            "line": 14,
485
            "column": 0
486
          },
487
          "end": {
488
            "line": 14,
489
            "column": 18
490
          }
491
        },
492
        "declaration": {
493
          "type": "ClassDeclaration",
494
          "start": 136,
495
          "end": 243,
496
          "loc": {
497
            "start": {
498
              "line": 7,
499
              "column": 0
500
            },
501
            "end": {
502
              "line": 12,
503
              "column": 1
504
            }
505
          },
506
          "id": {
507
            "type": "Identifier",
508
            "start": 142,
509
            "end": 150,
510
            "loc": {
511
              "start": {
512
                "line": 7,
513
                "column": 6
514
              },
515
              "end": {
516
                "line": 7,
517
                "column": 14
518
              },
519
              "identifierName": "ViewerUI"
520
            },
521
            "name": "ViewerUI",
522
            "leadingComments": null
523
          },
524
          "superClass": {
525
            "type": "Identifier",
526
            "start": 159,
527
            "end": 168,
528
            "loc": {
529
              "start": {
530
                "line": 7,
531
                "column": 23
532
              },
533
              "end": {
534
                "line": 7,
535
                "column": 32
536
              },
537
              "identifierName": "BIMViewer"
538
            },
539
            "name": "BIMViewer"
540
          },
541
          "body": {
542
            "type": "ClassBody",
543
            "start": 169,
544
            "end": 243,
545
            "loc": {
546
              "start": {
547
                "line": 7,
548
                "column": 33
549
              },
550
              "end": {
551
                "line": 12,
552
                "column": 1
553
              }
554
            },
555
            "body": [
556
              {
557
                "type": "ClassMethod",
558
                "start": 175,
559
                "end": 241,
560
                "loc": {
561
                  "start": {
562
                    "line": 8,
563
                    "column": 4
564
                  },
565
                  "end": {
566
                    "line": 11,
567
                    "column": 5
568
                  }
569
                },
570
                "static": false,
571
                "computed": false,
572
                "key": {
573
                  "type": "Identifier",
574
                  "start": 175,
575
                  "end": 186,
576
                  "loc": {
577
                    "start": {
578
                      "line": 8,
579
                      "column": 4
580
                    },
581
                    "end": {
582
                      "line": 8,
583
                      "column": 15
584
                    },
585
                    "identifierName": "constructor"
586
                  },
587
                  "name": "constructor"
588
                },
589
                "kind": "constructor",
590
                "id": null,
591
                "generator": false,
592
                "expression": false,
593
                "async": false,
594
                "params": [
595
                  {
596
                    "type": "Identifier",
597
                    "start": 187,
598
                    "end": 193,
599
                    "loc": {
600
                      "start": {
601
                        "line": 8,
602
                        "column": 16
603
                      },
604
                      "end": {
605
                        "line": 8,
606
                        "column": 22
607
                      },
608
                      "identifierName": "server"
609
                    },
610
                    "name": "server"
611
                  },
612
                  {
613
                    "type": "AssignmentPattern",
614
                    "start": 195,
615
                    "end": 203,
616
                    "loc": {
617
                      "start": {
618
                        "line": 8,
619
                        "column": 24
620
                      },
621
                      "end": {
622
                        "line": 8,
623
                        "column": 32
624
                      }
625
                    },
626
                    "left": {
627
                      "type": "Identifier",
628
                      "start": 195,
629
                      "end": 198,
630
                      "loc": {
631
                        "start": {
632
                          "line": 8,
633
                          "column": 24
634
                        },
635
                        "end": {
636
                          "line": 8,
637
                          "column": 27
638
                        },
639
                        "identifierName": "cfg"
640
                      },
641
                      "name": "cfg"
642
                    },
643
                    "right": {
644
                      "type": "ObjectExpression",
645
                      "start": 201,
646
                      "end": 203,
647
                      "loc": {
648
                        "start": {
649
                          "line": 8,
650
                          "column": 30
651
                        },
652
                        "end": {
653
                          "line": 8,
654
                          "column": 32
655
                        }
656
                      },
657
                      "properties": []
658
                    }
659
                  }
660
                ],
661
                "body": {
662
                  "type": "BlockStatement",
663
                  "start": 205,
664
                  "end": 241,
665
                  "loc": {
666
                    "start": {
667
                      "line": 8,
668
                      "column": 34
669
                    },
670
                    "end": {
671
                      "line": 11,
672
                      "column": 5
673
                    }
674
                  },
675
                  "body": [
676
                    {
677
                      "type": "ExpressionStatement",
678
                      "start": 215,
679
                      "end": 234,
680
                      "loc": {
681
                        "start": {
682
                          "line": 9,
683
                          "column": 8
684
                        },
685
                        "end": {
686
                          "line": 9,
687
                          "column": 27
688
                        }
689
                      },
690
                      "expression": {
691
                        "type": "CallExpression",
692
                        "start": 215,
693
                        "end": 233,
694
                        "loc": {
695
                          "start": {
696
                            "line": 9,
697
                            "column": 8
698
                          },
699
                          "end": {
700
                            "line": 9,
701
                            "column": 26
702
                          }
703
                        },
704
                        "callee": {
705
                          "type": "Super",
706
                          "start": 215,
707
                          "end": 220,
708
                          "loc": {
709
                            "start": {
710
                              "line": 9,
711
                              "column": 8
712
                            },
713
                            "end": {
714
                              "line": 9,
715
                              "column": 13
716
                            }
717
                          }
718
                        },
719
                        "arguments": [
720
                          {
721
                            "type": "Identifier",
722
                            "start": 221,
723
                            "end": 227,
724
                            "loc": {
725
                              "start": {
726
                                "line": 9,
727
                                "column": 14
728
                              },
729
                              "end": {
730
                                "line": 9,
731
                                "column": 20
732
                              },
733
                              "identifierName": "server"
734
                            },
735
                            "name": "server"
736
                          },
737
                          {
738
                            "type": "Identifier",
739
                            "start": 229,
740
                            "end": 232,
741
                            "loc": {
742
                              "start": {
743
                                "line": 9,
744
                                "column": 22
745
                              },
746
                              "end": {
747
                                "line": 9,
748
                                "column": 25
749
                              },
750
                              "identifierName": "cfg"
751
                            },
752
                            "name": "cfg"
753
                          }
754
                        ]
755
                      }
756
                    }
757
                  ],
758
                  "directives": []
759
                }
760
              }
761
            ]
762
          },
763
          "leadingComments": [
764
            {
765
              "type": "CommentBlock",
766
              "value": "*\n * @desc Alias class for {@link BIMViewer}, for backwards compatibility.\n * @private\n ",
767
              "start": 43,
768
              "end": 135,
769
              "loc": {
770
                "start": {
771
                  "line": 3,
772
                  "column": 0
773
                },
774
                "end": {
775
                  "line": 6,
776
                  "column": 3
777
                }
778
              }
779
            }
780
          ],
781
          "__PseudoExport__": false,
782
          "trailingComments": []
783
        },
784
        "specifiers": null,
785
        "source": null,
786
        "leadingComments": null
787
      }
788
    ],
789
    "directives": []
790
  },
791
  "comments": [
792
    {
793
      "type": "CommentBlock",
794
      "value": "*\n * @desc Alias class for {@link BIMViewer}, for backwards compatibility.\n * @private\n ",
795
      "start": 43,
796
      "end": 135,
797
      "loc": {
798
        "start": {
799
          "line": 3,
800
          "column": 0
801
        },
802
        "end": {
803
          "line": 6,
804
          "column": 3
805
        }
806
      }
807
    }
808
  ],
809
  "tokens": [
810
    {
811
      "type": {
812
        "label": "import",
813
        "keyword": "import",
814
        "beforeExpr": false,
815
        "startsExpr": true,
816
        "rightAssociative": false,
817
        "isLoop": false,
818
        "isAssign": false,
819
        "prefix": false,
820
        "postfix": false,
821
        "binop": null,
822
        "updateContext": null
823
      },
824
      "value": "import",
825
      "start": 0,
826
      "end": 6,
827
      "loc": {
828
        "start": {
829
          "line": 1,
830
          "column": 0
831
        },
832
        "end": {
833
          "line": 1,
834
          "column": 6
835
        }
836
      }
837
    },
838
    {
839
      "type": {
840
        "label": "{",
841
        "beforeExpr": true,
842
        "startsExpr": true,
843
        "rightAssociative": false,
844
        "isLoop": false,
845
        "isAssign": false,
846
        "prefix": false,
847
        "postfix": false,
848
        "binop": null
849
      },
850
      "start": 7,
851
      "end": 8,
852
      "loc": {
853
        "start": {
854
          "line": 1,
855
          "column": 7
856
        },
857
        "end": {
858
          "line": 1,
859
          "column": 8
860
        }
861
      }
862
    },
863
    {
864
      "type": {
865
        "label": "name",
866
        "beforeExpr": false,
867
        "startsExpr": true,
868
        "rightAssociative": false,
869
        "isLoop": false,
870
        "isAssign": false,
871
        "prefix": false,
872
        "postfix": false,
873
        "binop": null
874
      },
875
      "value": "BIMViewer",
876
      "start": 8,
877
      "end": 17,
878
      "loc": {
879
        "start": {
880
          "line": 1,
881
          "column": 8
882
        },
883
        "end": {
884
          "line": 1,
885
          "column": 17
886
        }
887
      }
888
    },
889
    {
890
      "type": {
891
        "label": "}",
892
        "beforeExpr": false,
893
        "startsExpr": false,
894
        "rightAssociative": false,
895
        "isLoop": false,
896
        "isAssign": false,
897
        "prefix": false,
898
        "postfix": false,
899
        "binop": null
900
      },
901
      "start": 17,
902
      "end": 18,
903
      "loc": {
904
        "start": {
905
          "line": 1,
906
          "column": 17
907
        },
908
        "end": {
909
          "line": 1,
910
          "column": 18
911
        }
912
      }
913
    },
914
    {
915
      "type": {
916
        "label": "name",
917
        "beforeExpr": false,
918
        "startsExpr": true,
919
        "rightAssociative": false,
920
        "isLoop": false,
921
        "isAssign": false,
922
        "prefix": false,
923
        "postfix": false,
924
        "binop": null
925
      },
926
      "value": "from",
927
      "start": 19,
928
      "end": 23,
929
      "loc": {
930
        "start": {
931
          "line": 1,
932
          "column": 19
933
        },
934
        "end": {
935
          "line": 1,
936
          "column": 23
937
        }
938
      }
939
    },
940
    {
941
      "type": {
942
        "label": "string",
943
        "beforeExpr": false,
944
        "startsExpr": true,
945
        "rightAssociative": false,
946
        "isLoop": false,
947
        "isAssign": false,
948
        "prefix": false,
949
        "postfix": false,
950
        "binop": null,
951
        "updateContext": null
952
      },
953
      "value": "./BIMViewer.js",
954
      "start": 24,
955
      "end": 40,
956
      "loc": {
957
        "start": {
958
          "line": 1,
959
          "column": 24
960
        },
961
        "end": {
962
          "line": 1,
963
          "column": 40
964
        }
965
      }
966
    },
967
    {
968
      "type": {
969
        "label": ";",
970
        "beforeExpr": true,
971
        "startsExpr": false,
972
        "rightAssociative": false,
973
        "isLoop": false,
974
        "isAssign": false,
975
        "prefix": false,
976
        "postfix": false,
977
        "binop": null,
978
        "updateContext": null
979
      },
980
      "start": 40,
981
      "end": 41,
982
      "loc": {
983
        "start": {
984
          "line": 1,
985
          "column": 40
986
        },
987
        "end": {
988
          "line": 1,
989
          "column": 41
990
        }
991
      }
992
    },
993
    {
994
      "type": "CommentBlock",
995
      "value": "*\n * @desc Alias class for {@link BIMViewer}, for backwards compatibility.\n * @private\n ",
996
      "start": 43,
997
      "end": 135,
998
      "loc": {
999
        "start": {
1000
          "line": 3,
1001
          "column": 0
1002
        },
1003
        "end": {
1004
          "line": 6,
1005
          "column": 3
1006
        }
1007
      }
1008
    },
1009
    {
1010
      "type": {
1011
        "label": "class",
1012
        "keyword": "class",
1013
        "beforeExpr": false,
1014
        "startsExpr": false,
1015
        "rightAssociative": false,
1016
        "isLoop": false,
1017
        "isAssign": false,
1018
        "prefix": false,
1019
        "postfix": false,
1020
        "binop": null,
1021
        "updateContext": null
1022
      },
1023
      "value": "class",
1024
      "start": 136,
1025
      "end": 141,
1026
      "loc": {
1027
        "start": {
1028
          "line": 7,
1029
          "column": 0
1030
        },
1031
        "end": {
1032
          "line": 7,
1033
          "column": 5
1034
        }
1035
      }
1036
    },
1037
    {
1038
      "type": {
1039
        "label": "name",
1040
        "beforeExpr": false,
1041
        "startsExpr": true,
1042
        "rightAssociative": false,
1043
        "isLoop": false,
1044
        "isAssign": false,
1045
        "prefix": false,
1046
        "postfix": false,
1047
        "binop": null
1048
      },
1049
      "value": "ViewerUI",
1050
      "start": 142,
1051
      "end": 150,
1052
      "loc": {
1053
        "start": {
1054
          "line": 7,
1055
          "column": 6
1056
        },
1057
        "end": {
1058
          "line": 7,
1059
          "column": 14
1060
        }
1061
      }
1062
    },
1063
    {
1064
      "type": {
1065
        "label": "extends",
1066
        "keyword": "extends",
1067
        "beforeExpr": true,
1068
        "startsExpr": false,
1069
        "rightAssociative": false,
1070
        "isLoop": false,
1071
        "isAssign": false,
1072
        "prefix": false,
1073
        "postfix": false,
1074
        "binop": null,
1075
        "updateContext": null
1076
      },
1077
      "value": "extends",
1078
      "start": 151,
1079
      "end": 158,
1080
      "loc": {
1081
        "start": {
1082
          "line": 7,
1083
          "column": 15
1084
        },
1085
        "end": {
1086
          "line": 7,
1087
          "column": 22
1088
        }
1089
      }
1090
    },
1091
    {
1092
      "type": {
1093
        "label": "name",
1094
        "beforeExpr": false,
1095
        "startsExpr": true,
1096
        "rightAssociative": false,
1097
        "isLoop": false,
1098
        "isAssign": false,
1099
        "prefix": false,
1100
        "postfix": false,
1101
        "binop": null
1102
      },
1103
      "value": "BIMViewer",
1104
      "start": 159,
1105
      "end": 168,
1106
      "loc": {
1107
        "start": {
1108
          "line": 7,
1109
          "column": 23
1110
        },
1111
        "end": {
1112
          "line": 7,
1113
          "column": 32
1114
        }
1115
      }
1116
    },
1117
    {
1118
      "type": {
1119
        "label": "{",
1120
        "beforeExpr": true,
1121
        "startsExpr": true,
1122
        "rightAssociative": false,
1123
        "isLoop": false,
1124
        "isAssign": false,
1125
        "prefix": false,
1126
        "postfix": false,
1127
        "binop": null
1128
      },
1129
      "start": 169,
1130
      "end": 170,
1131
      "loc": {
1132
        "start": {
1133
          "line": 7,
1134
          "column": 33
1135
        },
1136
        "end": {
1137
          "line": 7,
1138
          "column": 34
1139
        }
1140
      }
1141
    },
1142
    {
1143
      "type": {
1144
        "label": "name",
1145
        "beforeExpr": false,
1146
        "startsExpr": true,
1147
        "rightAssociative": false,
1148
        "isLoop": false,
1149
        "isAssign": false,
1150
        "prefix": false,
1151
        "postfix": false,
1152
        "binop": null
1153
      },
1154
      "value": "constructor",
1155
      "start": 175,
1156
      "end": 186,
1157
      "loc": {
1158
        "start": {
1159
          "line": 8,
1160
          "column": 4
1161
        },
1162
        "end": {
1163
          "line": 8,
1164
          "column": 15
1165
        }
1166
      }
1167
    },
1168
    {
1169
      "type": {
1170
        "label": "(",
1171
        "beforeExpr": true,
1172
        "startsExpr": true,
1173
        "rightAssociative": false,
1174
        "isLoop": false,
1175
        "isAssign": false,
1176
        "prefix": false,
1177
        "postfix": false,
1178
        "binop": null
1179
      },
1180
      "start": 186,
1181
      "end": 187,
1182
      "loc": {
1183
        "start": {
1184
          "line": 8,
1185
          "column": 15
1186
        },
1187
        "end": {
1188
          "line": 8,
1189
          "column": 16
1190
        }
1191
      }
1192
    },
1193
    {
1194
      "type": {
1195
        "label": "name",
1196
        "beforeExpr": false,
1197
        "startsExpr": true,
1198
        "rightAssociative": false,
1199
        "isLoop": false,
1200
        "isAssign": false,
1201
        "prefix": false,
1202
        "postfix": false,
1203
        "binop": null
1204
      },
1205
      "value": "server",
1206
      "start": 187,
1207
      "end": 193,
1208
      "loc": {
1209
        "start": {
1210
          "line": 8,
1211
          "column": 16
1212
        },
1213
        "end": {
1214
          "line": 8,
1215
          "column": 22
1216
        }
1217
      }
1218
    },
1219
    {
1220
      "type": {
1221
        "label": ",",
1222
        "beforeExpr": true,
1223
        "startsExpr": false,
1224
        "rightAssociative": false,
1225
        "isLoop": false,
1226
        "isAssign": false,
1227
        "prefix": false,
1228
        "postfix": false,
1229
        "binop": null,
1230
        "updateContext": null
1231
      },
1232
      "start": 193,
1233
      "end": 194,
1234
      "loc": {
1235
        "start": {
1236
          "line": 8,
1237
          "column": 22
1238
        },
1239
        "end": {
1240
          "line": 8,
1241
          "column": 23
1242
        }
1243
      }
1244
    },
1245
    {
1246
      "type": {
1247
        "label": "name",
1248
        "beforeExpr": false,
1249
        "startsExpr": true,
1250
        "rightAssociative": false,
1251
        "isLoop": false,
1252
        "isAssign": false,
1253
        "prefix": false,
1254
        "postfix": false,
1255
        "binop": null
1256
      },
1257
      "value": "cfg",
1258
      "start": 195,
1259
      "end": 198,
1260
      "loc": {
1261
        "start": {
1262
          "line": 8,
1263
          "column": 24
1264
        },
1265
        "end": {
1266
          "line": 8,
1267
          "column": 27
1268
        }
1269
      }
1270
    },
1271
    {
1272
      "type": {
1273
        "label": "=",
1274
        "beforeExpr": true,
1275
        "startsExpr": false,
1276
        "rightAssociative": false,
1277
        "isLoop": false,
1278
        "isAssign": true,
1279
        "prefix": false,
1280
        "postfix": false,
1281
        "binop": null,
1282
        "updateContext": null
1283
      },
1284
      "value": "=",
1285
      "start": 199,
1286
      "end": 200,
1287
      "loc": {
1288
        "start": {
1289
          "line": 8,
1290
          "column": 28
1291
        },
1292
        "end": {
1293
          "line": 8,
1294
          "column": 29
1295
        }
1296
      }
1297
    },
1298
    {
1299
      "type": {
1300
        "label": "{",
1301
        "beforeExpr": true,
1302
        "startsExpr": true,
1303
        "rightAssociative": false,
1304
        "isLoop": false,
1305
        "isAssign": false,
1306
        "prefix": false,
1307
        "postfix": false,
1308
        "binop": null
1309
      },
1310
      "start": 201,
1311
      "end": 202,
1312
      "loc": {
1313
        "start": {
1314
          "line": 8,
1315
          "column": 30
1316
        },
1317
        "end": {
1318
          "line": 8,
1319
          "column": 31
1320
        }
1321
      }
1322
    },
1323
    {
1324
      "type": {
1325
        "label": "}",
1326
        "beforeExpr": false,
1327
        "startsExpr": false,
1328
        "rightAssociative": false,
1329
        "isLoop": false,
1330
        "isAssign": false,
1331
        "prefix": false,
1332
        "postfix": false,
1333
        "binop": null
1334
      },
1335
      "start": 202,
1336
      "end": 203,
1337
      "loc": {
1338
        "start": {
1339
          "line": 8,
1340
          "column": 31
1341
        },
1342
        "end": {
1343
          "line": 8,
1344
          "column": 32
1345
        }
1346
      }
1347
    },
1348
    {
1349
      "type": {
1350
        "label": ")",
1351
        "beforeExpr": false,
1352
        "startsExpr": false,
1353
        "rightAssociative": false,
1354
        "isLoop": false,
1355
        "isAssign": false,
1356
        "prefix": false,
1357
        "postfix": false,
1358
        "binop": null
1359
      },
1360
      "start": 203,
1361
      "end": 204,
1362
      "loc": {
1363
        "start": {
1364
          "line": 8,
1365
          "column": 32
1366
        },
1367
        "end": {
1368
          "line": 8,
1369
          "column": 33
1370
        }
1371
      }
1372
    },
1373
    {
1374
      "type": {
1375
        "label": "{",
1376
        "beforeExpr": true,
1377
        "startsExpr": true,
1378
        "rightAssociative": false,
1379
        "isLoop": false,
1380
        "isAssign": false,
1381
        "prefix": false,
1382
        "postfix": false,
1383
        "binop": null
1384
      },
1385
      "start": 205,
1386
      "end": 206,
1387
      "loc": {
1388
        "start": {
1389
          "line": 8,
1390
          "column": 34
1391
        },
1392
        "end": {
1393
          "line": 8,
1394
          "column": 35
1395
        }
1396
      }
1397
    },
1398
    {
1399
      "type": {
1400
        "label": "super",
1401
        "keyword": "super",
1402
        "beforeExpr": false,
1403
        "startsExpr": true,
1404
        "rightAssociative": false,
1405
        "isLoop": false,
1406
        "isAssign": false,
1407
        "prefix": false,
1408
        "postfix": false,
1409
        "binop": null,
1410
        "updateContext": null
1411
      },
1412
      "value": "super",
1413
      "start": 215,
1414
      "end": 220,
1415
      "loc": {
1416
        "start": {
1417
          "line": 9,
1418
          "column": 8
1419
        },
1420
        "end": {
1421
          "line": 9,
1422
          "column": 13
1423
        }
1424
      }
1425
    },
1426
    {
1427
      "type": {
1428
        "label": "(",
1429
        "beforeExpr": true,
1430
        "startsExpr": true,
1431
        "rightAssociative": false,
1432
        "isLoop": false,
1433
        "isAssign": false,
1434
        "prefix": false,
1435
        "postfix": false,
1436
        "binop": null
1437
      },
1438
      "start": 220,
1439
      "end": 221,
1440
      "loc": {
1441
        "start": {
1442
          "line": 9,
1443
          "column": 13
1444
        },
1445
        "end": {
1446
          "line": 9,
1447
          "column": 14
1448
        }
1449
      }
1450
    },
1451
    {
1452
      "type": {
1453
        "label": "name",
1454
        "beforeExpr": false,
1455
        "startsExpr": true,
1456
        "rightAssociative": false,
1457
        "isLoop": false,
1458
        "isAssign": false,
1459
        "prefix": false,
1460
        "postfix": false,
1461
        "binop": null
1462
      },
1463
      "value": "server",
1464
      "start": 221,
1465
      "end": 227,
1466
      "loc": {
1467
        "start": {
1468
          "line": 9,
1469
          "column": 14
1470
        },
1471
        "end": {
1472
          "line": 9,
1473
          "column": 20
1474
        }
1475
      }
1476
    },
1477
    {
1478
      "type": {
1479
        "label": ",",
1480
        "beforeExpr": true,
1481
        "startsExpr": false,
1482
        "rightAssociative": false,
1483
        "isLoop": false,
1484
        "isAssign": false,
1485
        "prefix": false,
1486
        "postfix": false,
1487
        "binop": null,
1488
        "updateContext": null
1489
      },
1490
      "start": 227,
1491
      "end": 228,
1492
      "loc": {
1493
        "start": {
1494
          "line": 9,
1495
          "column": 20
1496
        },
1497
        "end": {
1498
          "line": 9,
1499
          "column": 21
1500
        }
1501
      }
1502
    },
1503
    {
1504
      "type": {
1505
        "label": "name",
1506
        "beforeExpr": false,
1507
        "startsExpr": true,
1508
        "rightAssociative": false,
1509
        "isLoop": false,
1510
        "isAssign": false,
1511
        "prefix": false,
1512
        "postfix": false,
1513
        "binop": null
1514
      },
1515
      "value": "cfg",
1516
      "start": 229,
1517
      "end": 232,
1518
      "loc": {
1519
        "start": {
1520
          "line": 9,
1521
          "column": 22
1522
        },
1523
        "end": {
1524
          "line": 9,
1525
          "column": 25
1526
        }
1527
      }
1528
    },
1529
    {
1530
      "type": {
1531
        "label": ")",
1532
        "beforeExpr": false,
1533
        "startsExpr": false,
1534
        "rightAssociative": false,
1535
        "isLoop": false,
1536
        "isAssign": false,
1537
        "prefix": false,
1538
        "postfix": false,
1539
        "binop": null
1540
      },
1541
      "start": 232,
1542
      "end": 233,
1543
      "loc": {
1544
        "start": {
1545
          "line": 9,
1546
          "column": 25
1547
        },
1548
        "end": {
1549
          "line": 9,
1550
          "column": 26
1551
        }
1552
      }
1553
    },
1554
    {
1555
      "type": {
1556
        "label": ";",
1557
        "beforeExpr": true,
1558
        "startsExpr": false,
1559
        "rightAssociative": false,
1560
        "isLoop": false,
1561
        "isAssign": false,
1562
        "prefix": false,
1563
        "postfix": false,
1564
        "binop": null,
1565
        "updateContext": null
1566
      },
1567
      "start": 233,
1568
      "end": 234,
1569
      "loc": {
1570
        "start": {
1571
          "line": 9,
1572
          "column": 26
1573
        },
1574
        "end": {
1575
          "line": 9,
1576
          "column": 27
1577
        }
1578
      }
1579
    },
1580
    {
1581
      "type": {
1582
        "label": "}",
1583
        "beforeExpr": false,
1584
        "startsExpr": false,
1585
        "rightAssociative": false,
1586
        "isLoop": false,
1587
        "isAssign": false,
1588
        "prefix": false,
1589
        "postfix": false,
1590
        "binop": null
1591
      },
1592
      "start": 240,
1593
      "end": 241,
1594
      "loc": {
1595
        "start": {
1596
          "line": 11,
1597
          "column": 4
1598
        },
1599
        "end": {
1600
          "line": 11,
1601
          "column": 5
1602
        }
1603
      }
1604
    },
1605
    {
1606
      "type": {
1607
        "label": "}",
1608
        "beforeExpr": false,
1609
        "startsExpr": false,
1610
        "rightAssociative": false,
1611
        "isLoop": false,
1612
        "isAssign": false,
1613
        "prefix": false,
1614
        "postfix": false,
1615
        "binop": null
1616
      },
1617
      "start": 242,
1618
      "end": 243,
1619
      "loc": {
1620
        "start": {
1621
          "line": 12,
1622
          "column": 0
1623
        },
1624
        "end": {
1625
          "line": 12,
1626
          "column": 1
1627
        }
1628
      }
1629
    },
1630
    {
1631
      "type": {
1632
        "label": "export",
1633
        "keyword": "export",
1634
        "beforeExpr": false,
1635
        "startsExpr": false,
1636
        "rightAssociative": false,
1637
        "isLoop": false,
1638
        "isAssign": false,
1639
        "prefix": false,
1640
        "postfix": false,
1641
        "binop": null,
1642
        "updateContext": null
1643
      },
1644
      "value": "export",
1645
      "start": 245,
1646
      "end": 251,
1647
      "loc": {
1648
        "start": {
1649
          "line": 14,
1650
          "column": 0
1651
        },
1652
        "end": {
1653
          "line": 14,
1654
          "column": 6
1655
        }
1656
      }
1657
    },
1658
    {
1659
      "type": {
1660
        "label": "{",
1661
        "beforeExpr": true,
1662
        "startsExpr": true,
1663
        "rightAssociative": false,
1664
        "isLoop": false,
1665
        "isAssign": false,
1666
        "prefix": false,
1667
        "postfix": false,
1668
        "binop": null
1669
      },
1670
      "start": 252,
1671
      "end": 253,
1672
      "loc": {
1673
        "start": {
1674
          "line": 14,
1675
          "column": 7
1676
        },
1677
        "end": {
1678
          "line": 14,
1679
          "column": 8
1680
        }
1681
      }
1682
    },
1683
    {
1684
      "type": {
1685
        "label": "name",
1686
        "beforeExpr": false,
1687
        "startsExpr": true,
1688
        "rightAssociative": false,
1689
        "isLoop": false,
1690
        "isAssign": false,
1691
        "prefix": false,
1692
        "postfix": false,
1693
        "binop": null
1694
      },
1695
      "value": "ViewerUI",
1696
      "start": 253,
1697
      "end": 261,
1698
      "loc": {
1699
        "start": {
1700
          "line": 14,
1701
          "column": 8
1702
        },
1703
        "end": {
1704
          "line": 14,
1705
          "column": 16
1706
        }
1707
      }
1708
    },
1709
    {
1710
      "type": {
1711
        "label": "}",
1712
        "beforeExpr": false,
1713
        "startsExpr": false,
1714
        "rightAssociative": false,
1715
        "isLoop": false,
1716
        "isAssign": false,
1717
        "prefix": false,
1718
        "postfix": false,
1719
        "binop": null
1720
      },
1721
      "start": 261,
1722
      "end": 262,
1723
      "loc": {
1724
        "start": {
1725
          "line": 14,
1726
          "column": 16
1727
        },
1728
        "end": {
1729
          "line": 14,
1730
          "column": 17
1731
        }
1732
      }
1733
    },
1734
    {
1735
      "type": {
1736
        "label": ";",
1737
        "beforeExpr": true,
1738
        "startsExpr": false,
1739
        "rightAssociative": false,
1740
        "isLoop": false,
1741
        "isAssign": false,
1742
        "prefix": false,
1743
        "postfix": false,
1744
        "binop": null,
1745
        "updateContext": null
1746
      },
1747
      "start": 262,
1748
      "end": 263,
1749
      "loc": {
1750
        "start": {
1751
          "line": 14,
1752
          "column": 17
1753
        },
1754
        "end": {
1755
          "line": 14,
1756
          "column": 18
1757
        }
1758
      }
1759
    },
1760
    {
1761
      "type": {
1762
        "label": "eof",
1763
        "beforeExpr": false,
1764
        "startsExpr": false,
1765
        "rightAssociative": false,
1766
        "isLoop": false,
1767
        "isAssign": false,
1768
        "prefix": false,
1769
        "postfix": false,
1770
        "binop": null,
1771
        "updateContext": null
1772
      },
1773
      "start": 263,
1774
      "end": 263,
1775
      "loc": {
1776
        "start": {
1777
          "line": 14,
1778
          "column": 18
1779
        },
1780
        "end": {
1781
          "line": 14,
1782
          "column": 18
1783
        }
1784
      }
1785
    }
1786
  ]
1787
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.