@teambit/application 1.0.384 → 1.0.385
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_harmony_application-preview.js +1 -1
- package/artifacts/schema.json +474 -474
- package/dist/app.cmd.js +11 -1
- package/dist/app.cmd.js.map +1 -1
- package/dist/application.main.runtime.js +1 -8
- package/dist/application.main.runtime.js.map +1 -1
- package/dist/{preview-1724123961957.js → preview-1724210355889.js} +2 -2
- package/package.json +12 -12
- package/app-list.cmd.tsx +0 -35
- package/dist/app-list.cmd.d.ts +0 -18
- package/dist/app-list.cmd.js +0 -56
- package/dist/app-list.cmd.js.map +0 -1
package/artifacts/schema.json
CHANGED
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"__schema": "ClassSchema",
|
|
370
370
|
"location": {
|
|
371
371
|
"filePath": "application.main.runtime.ts",
|
|
372
|
-
"line":
|
|
372
|
+
"line": 75,
|
|
373
373
|
"character": 1
|
|
374
374
|
},
|
|
375
375
|
"signature": "class ApplicationMain",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"__schema": "ConstructorSchema",
|
|
380
380
|
"location": {
|
|
381
381
|
"filePath": "application.main.runtime.ts",
|
|
382
|
-
"line":
|
|
382
|
+
"line": 76,
|
|
383
383
|
"character": 3
|
|
384
384
|
},
|
|
385
385
|
"signature": "constructor ApplicationMain(appSlot: ApplicationSlot, appTypeSlot: ApplicationTypeSlot, deploymentProviderSlot: DeploymentProviderSlot, config: ApplicationAspectConfig, envs: EnvsMain, componentAspect: ComponentMain, appService: AppService, aspectLoader: AspectLoaderMain, workspace: Workspace, logger: Logger, watcher: WatcherMain, harmony: Harmony): ApplicationMain",
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"__schema": "ParameterSchema",
|
|
390
390
|
"location": {
|
|
391
391
|
"filePath": "application.main.runtime.ts",
|
|
392
|
-
"line":
|
|
392
|
+
"line": 77,
|
|
393
393
|
"character": 5
|
|
394
394
|
},
|
|
395
395
|
"name": "appSlot",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"__schema": "TypeRefSchema",
|
|
398
398
|
"location": {
|
|
399
399
|
"filePath": "application.main.runtime.ts",
|
|
400
|
-
"line":
|
|
400
|
+
"line": 77,
|
|
401
401
|
"character": 22
|
|
402
402
|
},
|
|
403
403
|
"name": "ApplicationSlot"
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"__schema": "ParameterSchema",
|
|
410
410
|
"location": {
|
|
411
411
|
"filePath": "application.main.runtime.ts",
|
|
412
|
-
"line":
|
|
412
|
+
"line": 79,
|
|
413
413
|
"character": 5
|
|
414
414
|
},
|
|
415
415
|
"name": "appTypeSlot",
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"__schema": "TypeRefSchema",
|
|
418
418
|
"location": {
|
|
419
419
|
"filePath": "application.main.runtime.ts",
|
|
420
|
-
"line":
|
|
420
|
+
"line": 79,
|
|
421
421
|
"character": 26
|
|
422
422
|
},
|
|
423
423
|
"name": "ApplicationTypeSlot"
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
"__schema": "ParameterSchema",
|
|
430
430
|
"location": {
|
|
431
431
|
"filePath": "application.main.runtime.ts",
|
|
432
|
-
"line":
|
|
432
|
+
"line": 80,
|
|
433
433
|
"character": 5
|
|
434
434
|
},
|
|
435
435
|
"name": "deploymentProviderSlot",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"__schema": "TypeRefSchema",
|
|
438
438
|
"location": {
|
|
439
439
|
"filePath": "application.main.runtime.ts",
|
|
440
|
-
"line":
|
|
440
|
+
"line": 80,
|
|
441
441
|
"character": 37
|
|
442
442
|
},
|
|
443
443
|
"name": "DeploymentProviderSlot"
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"__schema": "ParameterSchema",
|
|
450
450
|
"location": {
|
|
451
451
|
"filePath": "application.main.runtime.ts",
|
|
452
|
-
"line":
|
|
452
|
+
"line": 81,
|
|
453
453
|
"character": 5
|
|
454
454
|
},
|
|
455
455
|
"name": "config",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"__schema": "TypeRefSchema",
|
|
458
458
|
"location": {
|
|
459
459
|
"filePath": "application.main.runtime.ts",
|
|
460
|
-
"line":
|
|
460
|
+
"line": 81,
|
|
461
461
|
"character": 21
|
|
462
462
|
},
|
|
463
463
|
"name": "ApplicationAspectConfig"
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"__schema": "ParameterSchema",
|
|
470
470
|
"location": {
|
|
471
471
|
"filePath": "application.main.runtime.ts",
|
|
472
|
-
"line":
|
|
472
|
+
"line": 82,
|
|
473
473
|
"character": 5
|
|
474
474
|
},
|
|
475
475
|
"name": "envs",
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"__schema": "TypeRefSchema",
|
|
478
478
|
"location": {
|
|
479
479
|
"filePath": "application.main.runtime.ts",
|
|
480
|
-
"line":
|
|
480
|
+
"line": 82,
|
|
481
481
|
"character": 19
|
|
482
482
|
},
|
|
483
483
|
"name": "EnvsMain"
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"__schema": "ParameterSchema",
|
|
490
490
|
"location": {
|
|
491
491
|
"filePath": "application.main.runtime.ts",
|
|
492
|
-
"line":
|
|
492
|
+
"line": 83,
|
|
493
493
|
"character": 5
|
|
494
494
|
},
|
|
495
495
|
"name": "componentAspect",
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"__schema": "TypeRefSchema",
|
|
498
498
|
"location": {
|
|
499
499
|
"filePath": "application.main.runtime.ts",
|
|
500
|
-
"line":
|
|
500
|
+
"line": 83,
|
|
501
501
|
"character": 30
|
|
502
502
|
},
|
|
503
503
|
"name": "ComponentMain"
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"__schema": "ParameterSchema",
|
|
510
510
|
"location": {
|
|
511
511
|
"filePath": "application.main.runtime.ts",
|
|
512
|
-
"line":
|
|
512
|
+
"line": 84,
|
|
513
513
|
"character": 5
|
|
514
514
|
},
|
|
515
515
|
"name": "appService",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"__schema": "TypeRefSchema",
|
|
518
518
|
"location": {
|
|
519
519
|
"filePath": "application.main.runtime.ts",
|
|
520
|
-
"line":
|
|
520
|
+
"line": 84,
|
|
521
521
|
"character": 25
|
|
522
522
|
},
|
|
523
523
|
"name": "AppService"
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"__schema": "ParameterSchema",
|
|
530
530
|
"location": {
|
|
531
531
|
"filePath": "application.main.runtime.ts",
|
|
532
|
-
"line":
|
|
532
|
+
"line": 85,
|
|
533
533
|
"character": 5
|
|
534
534
|
},
|
|
535
535
|
"name": "aspectLoader",
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"__schema": "TypeRefSchema",
|
|
538
538
|
"location": {
|
|
539
539
|
"filePath": "application.main.runtime.ts",
|
|
540
|
-
"line":
|
|
540
|
+
"line": 85,
|
|
541
541
|
"character": 27
|
|
542
542
|
},
|
|
543
543
|
"name": "AspectLoaderMain"
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
"__schema": "ParameterSchema",
|
|
550
550
|
"location": {
|
|
551
551
|
"filePath": "application.main.runtime.ts",
|
|
552
|
-
"line":
|
|
552
|
+
"line": 86,
|
|
553
553
|
"character": 5
|
|
554
554
|
},
|
|
555
555
|
"name": "workspace",
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"__schema": "TypeRefSchema",
|
|
558
558
|
"location": {
|
|
559
559
|
"filePath": "application.main.runtime.ts",
|
|
560
|
-
"line":
|
|
560
|
+
"line": 86,
|
|
561
561
|
"character": 24
|
|
562
562
|
},
|
|
563
563
|
"name": "Workspace"
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"__schema": "ParameterSchema",
|
|
570
570
|
"location": {
|
|
571
571
|
"filePath": "application.main.runtime.ts",
|
|
572
|
-
"line":
|
|
572
|
+
"line": 87,
|
|
573
573
|
"character": 5
|
|
574
574
|
},
|
|
575
575
|
"name": "logger",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"__schema": "TypeRefSchema",
|
|
578
578
|
"location": {
|
|
579
579
|
"filePath": "application.main.runtime.ts",
|
|
580
|
-
"line":
|
|
580
|
+
"line": 87,
|
|
581
581
|
"character": 21
|
|
582
582
|
},
|
|
583
583
|
"name": "Logger"
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"__schema": "ParameterSchema",
|
|
590
590
|
"location": {
|
|
591
591
|
"filePath": "application.main.runtime.ts",
|
|
592
|
-
"line":
|
|
592
|
+
"line": 88,
|
|
593
593
|
"character": 5
|
|
594
594
|
},
|
|
595
595
|
"name": "watcher",
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
"__schema": "TypeRefSchema",
|
|
598
598
|
"location": {
|
|
599
599
|
"filePath": "application.main.runtime.ts",
|
|
600
|
-
"line":
|
|
600
|
+
"line": 88,
|
|
601
601
|
"character": 22
|
|
602
602
|
},
|
|
603
603
|
"name": "WatcherMain"
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"__schema": "ParameterSchema",
|
|
610
610
|
"location": {
|
|
611
611
|
"filePath": "application.main.runtime.ts",
|
|
612
|
-
"line":
|
|
612
|
+
"line": 89,
|
|
613
613
|
"character": 5
|
|
614
614
|
},
|
|
615
615
|
"name": "harmony",
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"__schema": "TypeRefSchema",
|
|
618
618
|
"location": {
|
|
619
619
|
"filePath": "application.main.runtime.ts",
|
|
620
|
-
"line":
|
|
620
|
+
"line": 89,
|
|
621
621
|
"character": 22
|
|
622
622
|
},
|
|
623
623
|
"name": "Harmony"
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"__schema": "ThisTypeSchema",
|
|
631
631
|
"location": {
|
|
632
632
|
"filePath": "application.main.runtime.ts",
|
|
633
|
-
"line":
|
|
633
|
+
"line": 75,
|
|
634
634
|
"character": 1
|
|
635
635
|
},
|
|
636
636
|
"name": "ApplicationMain"
|
|
@@ -641,14 +641,14 @@
|
|
|
641
641
|
"__schema": "FunctionLikeSchema",
|
|
642
642
|
"location": {
|
|
643
643
|
"filePath": "application.main.runtime.ts",
|
|
644
|
-
"line":
|
|
644
|
+
"line": 95,
|
|
645
645
|
"character": 3
|
|
646
646
|
},
|
|
647
647
|
"doc": {
|
|
648
648
|
"__schema": "DocSchema",
|
|
649
649
|
"location": {
|
|
650
650
|
"filePath": "application.main.runtime.ts",
|
|
651
|
-
"line":
|
|
651
|
+
"line": 92,
|
|
652
652
|
"character": 3
|
|
653
653
|
},
|
|
654
654
|
"raw": "/**\n * register a new app.\n */",
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"__schema": "ParameterSchema",
|
|
663
663
|
"location": {
|
|
664
664
|
"filePath": "application.main.runtime.ts",
|
|
665
|
-
"line":
|
|
665
|
+
"line": 95,
|
|
666
666
|
"character": 15
|
|
667
667
|
},
|
|
668
668
|
"name": "app",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"__schema": "TypeRefSchema",
|
|
671
671
|
"location": {
|
|
672
672
|
"filePath": "application.main.runtime.ts",
|
|
673
|
-
"line":
|
|
673
|
+
"line": 95,
|
|
674
674
|
"character": 20
|
|
675
675
|
},
|
|
676
676
|
"name": "Application"
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
"__schema": "TypeRefSchema",
|
|
684
684
|
"location": {
|
|
685
685
|
"filePath": "application.main.runtime.ts",
|
|
686
|
-
"line":
|
|
686
|
+
"line": 95,
|
|
687
687
|
"character": 3
|
|
688
688
|
},
|
|
689
689
|
"name": "ApplicationMain"
|
|
@@ -694,14 +694,14 @@
|
|
|
694
694
|
"__schema": "FunctionLikeSchema",
|
|
695
695
|
"location": {
|
|
696
696
|
"filePath": "application.main.runtime.ts",
|
|
697
|
-
"line":
|
|
697
|
+
"line": 103,
|
|
698
698
|
"character": 3
|
|
699
699
|
},
|
|
700
700
|
"doc": {
|
|
701
701
|
"__schema": "DocSchema",
|
|
702
702
|
"location": {
|
|
703
703
|
"filePath": "application.main.runtime.ts",
|
|
704
|
-
"line":
|
|
704
|
+
"line": 100,
|
|
705
705
|
"character": 3
|
|
706
706
|
},
|
|
707
707
|
"raw": "/**\n * list all registered apps.\n */",
|
|
@@ -715,14 +715,14 @@
|
|
|
715
715
|
"__schema": "TypeArraySchema",
|
|
716
716
|
"location": {
|
|
717
717
|
"filePath": "application.main.runtime.ts",
|
|
718
|
-
"line":
|
|
718
|
+
"line": 103,
|
|
719
719
|
"character": 15
|
|
720
720
|
},
|
|
721
721
|
"type": {
|
|
722
722
|
"__schema": "TypeRefSchema",
|
|
723
723
|
"location": {
|
|
724
724
|
"filePath": "application.main.runtime.ts",
|
|
725
|
-
"line":
|
|
725
|
+
"line": 103,
|
|
726
726
|
"character": 15
|
|
727
727
|
},
|
|
728
728
|
"name": "Application"
|
|
@@ -734,14 +734,14 @@
|
|
|
734
734
|
"__schema": "FunctionLikeSchema",
|
|
735
735
|
"location": {
|
|
736
736
|
"filePath": "application.main.runtime.ts",
|
|
737
|
-
"line":
|
|
737
|
+
"line": 110,
|
|
738
738
|
"character": 3
|
|
739
739
|
},
|
|
740
740
|
"doc": {
|
|
741
741
|
"__schema": "DocSchema",
|
|
742
742
|
"location": {
|
|
743
743
|
"filePath": "application.main.runtime.ts",
|
|
744
|
-
"line":
|
|
744
|
+
"line": 107,
|
|
745
745
|
"character": 3
|
|
746
746
|
},
|
|
747
747
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"__schema": "InferenceTypeSchema",
|
|
756
756
|
"location": {
|
|
757
757
|
"filePath": "application.main.runtime.ts",
|
|
758
|
-
"line":
|
|
758
|
+
"line": 110,
|
|
759
759
|
"character": 3
|
|
760
760
|
},
|
|
761
761
|
"type": "[string, Application[]][]"
|
|
@@ -766,14 +766,14 @@
|
|
|
766
766
|
"__schema": "FunctionLikeSchema",
|
|
767
767
|
"location": {
|
|
768
768
|
"filePath": "application.main.runtime.ts",
|
|
769
|
-
"line":
|
|
769
|
+
"line": 119,
|
|
770
770
|
"character": 3
|
|
771
771
|
},
|
|
772
772
|
"doc": {
|
|
773
773
|
"__schema": "DocSchema",
|
|
774
774
|
"location": {
|
|
775
775
|
"filePath": "application.main.runtime.ts",
|
|
776
|
-
"line":
|
|
776
|
+
"line": 114,
|
|
777
777
|
"character": 3
|
|
778
778
|
},
|
|
779
779
|
"raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"__schema": "ParameterSchema",
|
|
788
788
|
"location": {
|
|
789
789
|
"filePath": "application.main.runtime.ts",
|
|
790
|
-
"line":
|
|
790
|
+
"line": 119,
|
|
791
791
|
"character": 30
|
|
792
792
|
},
|
|
793
793
|
"name": "poolIds",
|
|
@@ -795,14 +795,14 @@
|
|
|
795
795
|
"__schema": "TypeArraySchema",
|
|
796
796
|
"location": {
|
|
797
797
|
"filePath": "application.main.runtime.ts",
|
|
798
|
-
"line":
|
|
798
|
+
"line": 119,
|
|
799
799
|
"character": 40
|
|
800
800
|
},
|
|
801
801
|
"type": {
|
|
802
802
|
"__schema": "TypeRefSchema",
|
|
803
803
|
"location": {
|
|
804
804
|
"filePath": "application.main.runtime.ts",
|
|
805
|
-
"line":
|
|
805
|
+
"line": 119,
|
|
806
806
|
"character": 40
|
|
807
807
|
},
|
|
808
808
|
"name": "ComponentID"
|
|
@@ -816,7 +816,7 @@
|
|
|
816
816
|
"__schema": "TypeRefSchema",
|
|
817
817
|
"location": {
|
|
818
818
|
"filePath": "application.main.runtime.ts",
|
|
819
|
-
"line":
|
|
819
|
+
"line": 119,
|
|
820
820
|
"character": 56
|
|
821
821
|
},
|
|
822
822
|
"name": "Promise",
|
|
@@ -825,14 +825,14 @@
|
|
|
825
825
|
"__schema": "TypeArraySchema",
|
|
826
826
|
"location": {
|
|
827
827
|
"filePath": "application.main.runtime.ts",
|
|
828
|
-
"line":
|
|
828
|
+
"line": 119,
|
|
829
829
|
"character": 64
|
|
830
830
|
},
|
|
831
831
|
"type": {
|
|
832
832
|
"__schema": "TypeRefSchema",
|
|
833
833
|
"location": {
|
|
834
834
|
"filePath": "application.main.runtime.ts",
|
|
835
|
-
"line":
|
|
835
|
+
"line": 119,
|
|
836
836
|
"character": 64
|
|
837
837
|
},
|
|
838
838
|
"name": "ComponentID"
|
|
@@ -848,14 +848,14 @@
|
|
|
848
848
|
"__schema": "FunctionLikeSchema",
|
|
849
849
|
"location": {
|
|
850
850
|
"filePath": "application.main.runtime.ts",
|
|
851
|
-
"line":
|
|
851
|
+
"line": 130,
|
|
852
852
|
"character": 3
|
|
853
853
|
},
|
|
854
854
|
"doc": {
|
|
855
855
|
"__schema": "DocSchema",
|
|
856
856
|
"location": {
|
|
857
857
|
"filePath": "application.main.runtime.ts",
|
|
858
|
-
"line":
|
|
858
|
+
"line": 126,
|
|
859
859
|
"character": 3
|
|
860
860
|
},
|
|
861
861
|
"raw": "/**\n * list apps by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"__schema": "ParameterSchema",
|
|
870
870
|
"location": {
|
|
871
871
|
"filePath": "application.main.runtime.ts",
|
|
872
|
-
"line":
|
|
872
|
+
"line": 130,
|
|
873
873
|
"character": 16
|
|
874
874
|
},
|
|
875
875
|
"name": "id",
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
"__schema": "TypeRefSchema",
|
|
878
878
|
"location": {
|
|
879
879
|
"filePath": "application.main.runtime.ts",
|
|
880
|
-
"line":
|
|
880
|
+
"line": 130,
|
|
881
881
|
"character": 21
|
|
882
882
|
},
|
|
883
883
|
"name": "ComponentID"
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"__schema": "TypeUnionSchema",
|
|
891
891
|
"location": {
|
|
892
892
|
"filePath": "application.main.runtime.ts",
|
|
893
|
-
"line":
|
|
893
|
+
"line": 130,
|
|
894
894
|
"character": 35
|
|
895
895
|
},
|
|
896
896
|
"types": [
|
|
@@ -898,14 +898,14 @@
|
|
|
898
898
|
"__schema": "TypeArraySchema",
|
|
899
899
|
"location": {
|
|
900
900
|
"filePath": "application.main.runtime.ts",
|
|
901
|
-
"line":
|
|
901
|
+
"line": 130,
|
|
902
902
|
"character": 35
|
|
903
903
|
},
|
|
904
904
|
"type": {
|
|
905
905
|
"__schema": "TypeRefSchema",
|
|
906
906
|
"location": {
|
|
907
907
|
"filePath": "application.main.runtime.ts",
|
|
908
|
-
"line":
|
|
908
|
+
"line": 130,
|
|
909
909
|
"character": 35
|
|
910
910
|
},
|
|
911
911
|
"name": "Application"
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
"__schema": "KeywordTypeSchema",
|
|
916
916
|
"location": {
|
|
917
917
|
"filePath": "application.main.runtime.ts",
|
|
918
|
-
"line":
|
|
918
|
+
"line": 130,
|
|
919
919
|
"character": 51
|
|
920
920
|
},
|
|
921
921
|
"name": "undefined"
|
|
@@ -928,14 +928,14 @@
|
|
|
928
928
|
"__schema": "FunctionLikeSchema",
|
|
929
929
|
"location": {
|
|
930
930
|
"filePath": "application.main.runtime.ts",
|
|
931
|
-
"line":
|
|
931
|
+
"line": 139,
|
|
932
932
|
"character": 3
|
|
933
933
|
},
|
|
934
934
|
"doc": {
|
|
935
935
|
"__schema": "DocSchema",
|
|
936
936
|
"location": {
|
|
937
937
|
"filePath": "application.main.runtime.ts",
|
|
938
|
-
"line":
|
|
938
|
+
"line": 135,
|
|
939
939
|
"character": 3
|
|
940
940
|
},
|
|
941
941
|
"raw": "/**\n * get an application by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"__schema": "ParameterSchema",
|
|
950
950
|
"location": {
|
|
951
951
|
"filePath": "application.main.runtime.ts",
|
|
952
|
-
"line":
|
|
952
|
+
"line": 139,
|
|
953
953
|
"character": 20
|
|
954
954
|
},
|
|
955
955
|
"name": "id",
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
"__schema": "TypeRefSchema",
|
|
958
958
|
"location": {
|
|
959
959
|
"filePath": "application.main.runtime.ts",
|
|
960
|
-
"line":
|
|
960
|
+
"line": 139,
|
|
961
961
|
"character": 24
|
|
962
962
|
},
|
|
963
963
|
"name": "ComponentID"
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
"__schema": "InferenceTypeSchema",
|
|
971
971
|
"location": {
|
|
972
972
|
"filePath": "application.main.runtime.ts",
|
|
973
|
-
"line":
|
|
973
|
+
"line": 139,
|
|
974
974
|
"character": 3
|
|
975
975
|
},
|
|
976
976
|
"type": "Promise<Application | undefined>"
|
|
@@ -983,14 +983,14 @@
|
|
|
983
983
|
"__schema": "FunctionLikeSchema",
|
|
984
984
|
"location": {
|
|
985
985
|
"filePath": "application.main.runtime.ts",
|
|
986
|
-
"line":
|
|
986
|
+
"line": 149,
|
|
987
987
|
"character": 3
|
|
988
988
|
},
|
|
989
989
|
"doc": {
|
|
990
990
|
"__schema": "DocSchema",
|
|
991
991
|
"location": {
|
|
992
992
|
"filePath": "application.main.runtime.ts",
|
|
993
|
-
"line":
|
|
993
|
+
"line": 145,
|
|
994
994
|
"character": 3
|
|
995
995
|
},
|
|
996
996
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
"__schema": "ParameterSchema",
|
|
1005
1005
|
"location": {
|
|
1006
1006
|
"filePath": "application.main.runtime.ts",
|
|
1007
|
-
"line":
|
|
1007
|
+
"line": 149,
|
|
1008
1008
|
"character": 27
|
|
1009
1009
|
},
|
|
1010
1010
|
"name": "component",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"__schema": "TypeRefSchema",
|
|
1013
1013
|
"location": {
|
|
1014
1014
|
"filePath": "application.main.runtime.ts",
|
|
1015
|
-
"line":
|
|
1015
|
+
"line": 149,
|
|
1016
1016
|
"character": 38
|
|
1017
1017
|
},
|
|
1018
1018
|
"name": "Component"
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
"__schema": "TypeRefSchema",
|
|
1026
1026
|
"location": {
|
|
1027
1027
|
"filePath": "application.main.runtime.ts",
|
|
1028
|
-
"line":
|
|
1028
|
+
"line": 149,
|
|
1029
1029
|
"character": 3
|
|
1030
1030
|
},
|
|
1031
1031
|
"name": "Application"
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"__schema": "FunctionLikeSchema",
|
|
1037
1037
|
"location": {
|
|
1038
1038
|
"filePath": "application.main.runtime.ts",
|
|
1039
|
-
"line":
|
|
1039
|
+
"line": 155,
|
|
1040
1040
|
"character": 3
|
|
1041
1041
|
},
|
|
1042
1042
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
"__schema": "TypeRefSchema",
|
|
1047
1047
|
"location": {
|
|
1048
1048
|
"filePath": "application.main.runtime.ts",
|
|
1049
|
-
"line":
|
|
1049
|
+
"line": 155,
|
|
1050
1050
|
"character": 3
|
|
1051
1051
|
},
|
|
1052
1052
|
"name": "ApplicationType"
|
|
@@ -1057,14 +1057,14 @@
|
|
|
1057
1057
|
"__schema": "FunctionLikeSchema",
|
|
1058
1058
|
"location": {
|
|
1059
1059
|
"filePath": "application.main.runtime.ts",
|
|
1060
|
-
"line":
|
|
1060
|
+
"line": 163,
|
|
1061
1061
|
"character": 3
|
|
1062
1062
|
},
|
|
1063
1063
|
"doc": {
|
|
1064
1064
|
"__schema": "DocSchema",
|
|
1065
1065
|
"location": {
|
|
1066
1066
|
"filePath": "application.main.runtime.ts",
|
|
1067
|
-
"line":
|
|
1067
|
+
"line": 159,
|
|
1068
1068
|
"character": 3
|
|
1069
1069
|
},
|
|
1070
1070
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
"__schema": "TagSchema",
|
|
1075
1075
|
"location": {
|
|
1076
1076
|
"filePath": "application.main.runtime.ts",
|
|
1077
|
-
"line":
|
|
1077
|
+
"line": 160,
|
|
1078
1078
|
"character": 6
|
|
1079
1079
|
},
|
|
1080
1080
|
"tagName": "deprecated",
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
"__schema": "ReturnTagSchema",
|
|
1085
1085
|
"location": {
|
|
1086
1086
|
"filePath": "application.main.runtime.ts",
|
|
1087
|
-
"line":
|
|
1087
|
+
"line": 161,
|
|
1088
1088
|
"character": 6
|
|
1089
1089
|
},
|
|
1090
1090
|
"tagName": "return"
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"__schema": "TypeRefSchema",
|
|
1099
1099
|
"location": {
|
|
1100
1100
|
"filePath": "application.main.runtime.ts",
|
|
1101
|
-
"line":
|
|
1101
|
+
"line": 163,
|
|
1102
1102
|
"character": 35
|
|
1103
1103
|
},
|
|
1104
1104
|
"name": "Promise",
|
|
@@ -1107,14 +1107,14 @@
|
|
|
1107
1107
|
"__schema": "TypeArraySchema",
|
|
1108
1108
|
"location": {
|
|
1109
1109
|
"filePath": "application.main.runtime.ts",
|
|
1110
|
-
"line":
|
|
1110
|
+
"line": 163,
|
|
1111
1111
|
"character": 43
|
|
1112
1112
|
},
|
|
1113
1113
|
"type": {
|
|
1114
1114
|
"__schema": "TypeRefSchema",
|
|
1115
1115
|
"location": {
|
|
1116
1116
|
"filePath": "application.main.runtime.ts",
|
|
1117
|
-
"line":
|
|
1117
|
+
"line": 163,
|
|
1118
1118
|
"character": 43
|
|
1119
1119
|
},
|
|
1120
1120
|
"name": "Component"
|
|
@@ -1130,14 +1130,14 @@
|
|
|
1130
1130
|
"__schema": "FunctionLikeSchema",
|
|
1131
1131
|
"location": {
|
|
1132
1132
|
"filePath": "application.main.runtime.ts",
|
|
1133
|
-
"line":
|
|
1133
|
+
"line": 171,
|
|
1134
1134
|
"character": 3
|
|
1135
1135
|
},
|
|
1136
1136
|
"doc": {
|
|
1137
1137
|
"__schema": "DocSchema",
|
|
1138
1138
|
"location": {
|
|
1139
1139
|
"filePath": "application.main.runtime.ts",
|
|
1140
|
-
"line":
|
|
1140
|
+
"line": 167,
|
|
1141
1141
|
"character": 3
|
|
1142
1142
|
},
|
|
1143
1143
|
"raw": "/**\n * list all components that are apps.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"__schema": "ParameterSchema",
|
|
1152
1152
|
"location": {
|
|
1153
1153
|
"filePath": "application.main.runtime.ts",
|
|
1154
|
-
"line":
|
|
1154
|
+
"line": 171,
|
|
1155
1155
|
"character": 28
|
|
1156
1156
|
},
|
|
1157
1157
|
"name": "poolIds",
|
|
@@ -1159,14 +1159,14 @@
|
|
|
1159
1159
|
"__schema": "TypeArraySchema",
|
|
1160
1160
|
"location": {
|
|
1161
1161
|
"filePath": "application.main.runtime.ts",
|
|
1162
|
-
"line":
|
|
1162
|
+
"line": 171,
|
|
1163
1163
|
"character": 38
|
|
1164
1164
|
},
|
|
1165
1165
|
"type": {
|
|
1166
1166
|
"__schema": "TypeRefSchema",
|
|
1167
1167
|
"location": {
|
|
1168
1168
|
"filePath": "application.main.runtime.ts",
|
|
1169
|
-
"line":
|
|
1169
|
+
"line": 171,
|
|
1170
1170
|
"character": 38
|
|
1171
1171
|
},
|
|
1172
1172
|
"name": "ComponentID"
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
"__schema": "TypeRefSchema",
|
|
1181
1181
|
"location": {
|
|
1182
1182
|
"filePath": "application.main.runtime.ts",
|
|
1183
|
-
"line":
|
|
1183
|
+
"line": 171,
|
|
1184
1184
|
"character": 54
|
|
1185
1185
|
},
|
|
1186
1186
|
"name": "Promise",
|
|
@@ -1189,14 +1189,14 @@
|
|
|
1189
1189
|
"__schema": "TypeArraySchema",
|
|
1190
1190
|
"location": {
|
|
1191
1191
|
"filePath": "application.main.runtime.ts",
|
|
1192
|
-
"line":
|
|
1192
|
+
"line": 171,
|
|
1193
1193
|
"character": 62
|
|
1194
1194
|
},
|
|
1195
1195
|
"type": {
|
|
1196
1196
|
"__schema": "TypeRefSchema",
|
|
1197
1197
|
"location": {
|
|
1198
1198
|
"filePath": "application.main.runtime.ts",
|
|
1199
|
-
"line":
|
|
1199
|
+
"line": 171,
|
|
1200
1200
|
"character": 62
|
|
1201
1201
|
},
|
|
1202
1202
|
"name": "Component"
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"__schema": "FunctionLikeSchema",
|
|
1213
1213
|
"location": {
|
|
1214
1214
|
"filePath": "application.main.runtime.ts",
|
|
1215
|
-
"line":
|
|
1215
|
+
"line": 187,
|
|
1216
1216
|
"character": 3
|
|
1217
1217
|
},
|
|
1218
1218
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
"__schema": "InferenceTypeSchema",
|
|
1223
1223
|
"location": {
|
|
1224
1224
|
"filePath": "application.main.runtime.ts",
|
|
1225
|
-
"line":
|
|
1225
|
+
"line": 187,
|
|
1226
1226
|
"character": 3
|
|
1227
1227
|
},
|
|
1228
1228
|
"type": "string[]"
|
|
@@ -1233,7 +1233,7 @@
|
|
|
1233
1233
|
"__schema": "FunctionLikeSchema",
|
|
1234
1234
|
"location": {
|
|
1235
1235
|
"filePath": "application.main.runtime.ts",
|
|
1236
|
-
"line":
|
|
1236
|
+
"line": 196,
|
|
1237
1237
|
"character": 3
|
|
1238
1238
|
},
|
|
1239
1239
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
"__schema": "TypeRefSchema",
|
|
1244
1244
|
"location": {
|
|
1245
1245
|
"filePath": "application.main.runtime.ts",
|
|
1246
|
-
"line":
|
|
1246
|
+
"line": 196,
|
|
1247
1247
|
"character": 21
|
|
1248
1248
|
},
|
|
1249
1249
|
"name": "Promise",
|
|
@@ -1252,14 +1252,14 @@
|
|
|
1252
1252
|
"__schema": "TypeArraySchema",
|
|
1253
1253
|
"location": {
|
|
1254
1254
|
"filePath": "application.main.runtime.ts",
|
|
1255
|
-
"line":
|
|
1255
|
+
"line": 196,
|
|
1256
1256
|
"character": 29
|
|
1257
1257
|
},
|
|
1258
1258
|
"type": {
|
|
1259
1259
|
"__schema": "TypeRefSchema",
|
|
1260
1260
|
"location": {
|
|
1261
1261
|
"filePath": "application.main.runtime.ts",
|
|
1262
|
-
"line":
|
|
1262
|
+
"line": 196,
|
|
1263
1263
|
"character": 29
|
|
1264
1264
|
},
|
|
1265
1265
|
"name": "Application"
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
"__schema": "FunctionLikeSchema",
|
|
1276
1276
|
"location": {
|
|
1277
1277
|
"filePath": "application.main.runtime.ts",
|
|
1278
|
-
"line":
|
|
1278
|
+
"line": 229,
|
|
1279
1279
|
"character": 3
|
|
1280
1280
|
},
|
|
1281
1281
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
"__schema": "ParameterSchema",
|
|
1286
1286
|
"location": {
|
|
1287
1287
|
"filePath": "application.main.runtime.ts",
|
|
1288
|
-
"line":
|
|
1288
|
+
"line": 229,
|
|
1289
1289
|
"character": 31
|
|
1290
1290
|
},
|
|
1291
1291
|
"name": "component",
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
"__schema": "TypeRefSchema",
|
|
1294
1294
|
"location": {
|
|
1295
1295
|
"filePath": "application.main.runtime.ts",
|
|
1296
|
-
"line":
|
|
1296
|
+
"line": 229,
|
|
1297
1297
|
"character": 42
|
|
1298
1298
|
},
|
|
1299
1299
|
"name": "Component"
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"__schema": "ParameterSchema",
|
|
1306
1306
|
"location": {
|
|
1307
1307
|
"filePath": "application.main.runtime.ts",
|
|
1308
|
-
"line":
|
|
1308
|
+
"line": 229,
|
|
1309
1309
|
"character": 53
|
|
1310
1310
|
},
|
|
1311
1311
|
"name": "rootDir",
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
"__schema": "KeywordTypeSchema",
|
|
1314
1314
|
"location": {
|
|
1315
1315
|
"filePath": "application.main.runtime.ts",
|
|
1316
|
-
"line":
|
|
1316
|
+
"line": 229,
|
|
1317
1317
|
"character": 62
|
|
1318
1318
|
},
|
|
1319
1319
|
"name": "string"
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"__schema": "TypeRefSchema",
|
|
1327
1327
|
"location": {
|
|
1328
1328
|
"filePath": "application.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1329
|
+
"line": 229,
|
|
1330
1330
|
"character": 71
|
|
1331
1331
|
},
|
|
1332
1332
|
"name": "Promise",
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"__schema": "TypeUnionSchema",
|
|
1336
1336
|
"location": {
|
|
1337
1337
|
"filePath": "application.main.runtime.ts",
|
|
1338
|
-
"line":
|
|
1338
|
+
"line": 229,
|
|
1339
1339
|
"character": 79
|
|
1340
1340
|
},
|
|
1341
1341
|
"types": [
|
|
@@ -1343,14 +1343,14 @@
|
|
|
1343
1343
|
"__schema": "TypeArraySchema",
|
|
1344
1344
|
"location": {
|
|
1345
1345
|
"filePath": "application.main.runtime.ts",
|
|
1346
|
-
"line":
|
|
1346
|
+
"line": 229,
|
|
1347
1347
|
"character": 79
|
|
1348
1348
|
},
|
|
1349
1349
|
"type": {
|
|
1350
1350
|
"__schema": "TypeRefSchema",
|
|
1351
1351
|
"location": {
|
|
1352
1352
|
"filePath": "application.main.runtime.ts",
|
|
1353
|
-
"line":
|
|
1353
|
+
"line": 229,
|
|
1354
1354
|
"character": 79
|
|
1355
1355
|
},
|
|
1356
1356
|
"name": "Application"
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"__schema": "KeywordTypeSchema",
|
|
1361
1361
|
"location": {
|
|
1362
1362
|
"filePath": "application.main.runtime.ts",
|
|
1363
|
-
"line":
|
|
1363
|
+
"line": 229,
|
|
1364
1364
|
"character": 95
|
|
1365
1365
|
},
|
|
1366
1366
|
"name": "undefined"
|
|
@@ -1377,14 +1377,14 @@
|
|
|
1377
1377
|
"__schema": "FunctionLikeSchema",
|
|
1378
1378
|
"location": {
|
|
1379
1379
|
"filePath": "application.main.runtime.ts",
|
|
1380
|
-
"line":
|
|
1380
|
+
"line": 256,
|
|
1381
1381
|
"character": 3
|
|
1382
1382
|
},
|
|
1383
1383
|
"doc": {
|
|
1384
1384
|
"__schema": "DocSchema",
|
|
1385
1385
|
"location": {
|
|
1386
1386
|
"filePath": "application.main.runtime.ts",
|
|
1387
|
-
"line":
|
|
1387
|
+
"line": 252,
|
|
1388
1388
|
"character": 3
|
|
1389
1389
|
},
|
|
1390
1390
|
"raw": "/**\n * get an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"__schema": "ParameterSchema",
|
|
1399
1399
|
"location": {
|
|
1400
1400
|
"filePath": "application.main.runtime.ts",
|
|
1401
|
-
"line":
|
|
1401
|
+
"line": 256,
|
|
1402
1402
|
"character": 10
|
|
1403
1403
|
},
|
|
1404
1404
|
"name": "appName",
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"__schema": "KeywordTypeSchema",
|
|
1407
1407
|
"location": {
|
|
1408
1408
|
"filePath": "application.main.runtime.ts",
|
|
1409
|
-
"line":
|
|
1409
|
+
"line": 256,
|
|
1410
1410
|
"character": 19
|
|
1411
1411
|
},
|
|
1412
1412
|
"name": "string"
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
"__schema": "ParameterSchema",
|
|
1419
1419
|
"location": {
|
|
1420
1420
|
"filePath": "application.main.runtime.ts",
|
|
1421
|
-
"line":
|
|
1421
|
+
"line": 256,
|
|
1422
1422
|
"character": 27
|
|
1423
1423
|
},
|
|
1424
1424
|
"name": "id",
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"__schema": "TypeRefSchema",
|
|
1427
1427
|
"location": {
|
|
1428
1428
|
"filePath": "application.main.runtime.ts",
|
|
1429
|
-
"line":
|
|
1429
|
+
"line": 256,
|
|
1430
1430
|
"character": 32
|
|
1431
1431
|
},
|
|
1432
1432
|
"name": "ComponentID"
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
"__schema": "TypeUnionSchema",
|
|
1440
1440
|
"location": {
|
|
1441
1441
|
"filePath": "application.main.runtime.ts",
|
|
1442
|
-
"line":
|
|
1442
|
+
"line": 256,
|
|
1443
1443
|
"character": 46
|
|
1444
1444
|
},
|
|
1445
1445
|
"types": [
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
"__schema": "TypeRefSchema",
|
|
1448
1448
|
"location": {
|
|
1449
1449
|
"filePath": "application.main.runtime.ts",
|
|
1450
|
-
"line":
|
|
1450
|
+
"line": 256,
|
|
1451
1451
|
"character": 46
|
|
1452
1452
|
},
|
|
1453
1453
|
"name": "Application"
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"__schema": "KeywordTypeSchema",
|
|
1457
1457
|
"location": {
|
|
1458
1458
|
"filePath": "application.main.runtime.ts",
|
|
1459
|
-
"line":
|
|
1459
|
+
"line": 256,
|
|
1460
1460
|
"character": 60
|
|
1461
1461
|
},
|
|
1462
1462
|
"name": "undefined"
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
"__schema": "FunctionLikeSchema",
|
|
1470
1470
|
"location": {
|
|
1471
1471
|
"filePath": "application.main.runtime.ts",
|
|
1472
|
-
"line":
|
|
1472
|
+
"line": 262,
|
|
1473
1473
|
"character": 3
|
|
1474
1474
|
},
|
|
1475
1475
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"__schema": "ParameterSchema",
|
|
1480
1480
|
"location": {
|
|
1481
1481
|
"filePath": "application.main.runtime.ts",
|
|
1482
|
-
"line":
|
|
1482
|
+
"line": 262,
|
|
1483
1483
|
"character": 20
|
|
1484
1484
|
},
|
|
1485
1485
|
"name": "appNameOrId",
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
"__schema": "KeywordTypeSchema",
|
|
1488
1488
|
"location": {
|
|
1489
1489
|
"filePath": "application.main.runtime.ts",
|
|
1490
|
-
"line":
|
|
1490
|
+
"line": 262,
|
|
1491
1491
|
"character": 33
|
|
1492
1492
|
},
|
|
1493
1493
|
"name": "string"
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
"__schema": "TypeUnionSchema",
|
|
1501
1501
|
"location": {
|
|
1502
1502
|
"filePath": "application.main.runtime.ts",
|
|
1503
|
-
"line":
|
|
1503
|
+
"line": 262,
|
|
1504
1504
|
"character": 42
|
|
1505
1505
|
},
|
|
1506
1506
|
"types": [
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
"__schema": "TypeRefSchema",
|
|
1509
1509
|
"location": {
|
|
1510
1510
|
"filePath": "application.main.runtime.ts",
|
|
1511
|
-
"line":
|
|
1511
|
+
"line": 262,
|
|
1512
1512
|
"character": 42
|
|
1513
1513
|
},
|
|
1514
1514
|
"name": "Application"
|
|
@@ -1517,7 +1517,7 @@
|
|
|
1517
1517
|
"__schema": "KeywordTypeSchema",
|
|
1518
1518
|
"location": {
|
|
1519
1519
|
"filePath": "application.main.runtime.ts",
|
|
1520
|
-
"line":
|
|
1520
|
+
"line": 262,
|
|
1521
1521
|
"character": 56
|
|
1522
1522
|
},
|
|
1523
1523
|
"name": "undefined"
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"__schema": "FunctionLikeSchema",
|
|
1531
1531
|
"location": {
|
|
1532
1532
|
"filePath": "application.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1533
|
+
"line": 275,
|
|
1534
1534
|
"character": 3
|
|
1535
1535
|
},
|
|
1536
1536
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
"__schema": "ParameterSchema",
|
|
1541
1541
|
"location": {
|
|
1542
1542
|
"filePath": "application.main.runtime.ts",
|
|
1543
|
-
"line":
|
|
1543
|
+
"line": 275,
|
|
1544
1544
|
"character": 17
|
|
1545
1545
|
},
|
|
1546
1546
|
"name": "appType",
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
"__schema": "TypeRefSchema",
|
|
1549
1549
|
"location": {
|
|
1550
1550
|
"filePath": "application.main.runtime.ts",
|
|
1551
|
-
"line":
|
|
1551
|
+
"line": 275,
|
|
1552
1552
|
"character": 26
|
|
1553
1553
|
},
|
|
1554
1554
|
"name": "ApplicationType",
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
"__schema": "KeywordTypeSchema",
|
|
1558
1558
|
"location": {
|
|
1559
1559
|
"filePath": "application.main.runtime.ts",
|
|
1560
|
-
"line":
|
|
1560
|
+
"line": 275,
|
|
1561
1561
|
"character": 42
|
|
1562
1562
|
},
|
|
1563
1563
|
"name": "unknown"
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
"__schema": "InferenceTypeSchema",
|
|
1573
1573
|
"location": {
|
|
1574
1574
|
"filePath": "application.main.runtime.ts",
|
|
1575
|
-
"line":
|
|
1575
|
+
"line": 275,
|
|
1576
1576
|
"character": 3
|
|
1577
1577
|
},
|
|
1578
1578
|
"type": "string"
|
|
@@ -1583,14 +1583,14 @@
|
|
|
1583
1583
|
"__schema": "FunctionLikeSchema",
|
|
1584
1584
|
"location": {
|
|
1585
1585
|
"filePath": "application.main.runtime.ts",
|
|
1586
|
-
"line":
|
|
1586
|
+
"line": 283,
|
|
1587
1587
|
"character": 3
|
|
1588
1588
|
},
|
|
1589
1589
|
"doc": {
|
|
1590
1590
|
"__schema": "DocSchema",
|
|
1591
1591
|
"location": {
|
|
1592
1592
|
"filePath": "application.main.runtime.ts",
|
|
1593
|
-
"line":
|
|
1593
|
+
"line": 280,
|
|
1594
1594
|
"character": 3
|
|
1595
1595
|
},
|
|
1596
1596
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
"__schema": "ParameterSchema",
|
|
1605
1605
|
"location": {
|
|
1606
1606
|
"filePath": "application.main.runtime.ts",
|
|
1607
|
-
"line":
|
|
1607
|
+
"line": 283,
|
|
1608
1608
|
"character": 22
|
|
1609
1609
|
},
|
|
1610
1610
|
"name": "appTypes",
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
"__schema": "TypeRefSchema",
|
|
1613
1613
|
"location": {
|
|
1614
1614
|
"filePath": "application.main.runtime.ts",
|
|
1615
|
-
"line":
|
|
1615
|
+
"line": 283,
|
|
1616
1616
|
"character": 35
|
|
1617
1617
|
},
|
|
1618
1618
|
"name": "Array",
|
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
"__schema": "TypeRefSchema",
|
|
1622
1622
|
"location": {
|
|
1623
1623
|
"filePath": "application.main.runtime.ts",
|
|
1624
|
-
"line":
|
|
1624
|
+
"line": 283,
|
|
1625
1625
|
"character": 41
|
|
1626
1626
|
},
|
|
1627
1627
|
"name": "ApplicationType",
|
|
@@ -1630,7 +1630,7 @@
|
|
|
1630
1630
|
"__schema": "TypeRefSchema",
|
|
1631
1631
|
"location": {
|
|
1632
1632
|
"filePath": "application.main.runtime.ts",
|
|
1633
|
-
"line":
|
|
1633
|
+
"line": 283,
|
|
1634
1634
|
"character": 57
|
|
1635
1635
|
},
|
|
1636
1636
|
"name": "T"
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
"__schema": "TypeRefSchema",
|
|
1648
1648
|
"location": {
|
|
1649
1649
|
"filePath": "application.main.runtime.ts",
|
|
1650
|
-
"line":
|
|
1650
|
+
"line": 283,
|
|
1651
1651
|
"character": 3
|
|
1652
1652
|
},
|
|
1653
1653
|
"name": "ApplicationMain"
|
|
@@ -1661,14 +1661,14 @@
|
|
|
1661
1661
|
"__schema": "FunctionLikeSchema",
|
|
1662
1662
|
"location": {
|
|
1663
1663
|
"filePath": "application.main.runtime.ts",
|
|
1664
|
-
"line":
|
|
1664
|
+
"line": 296,
|
|
1665
1665
|
"character": 3
|
|
1666
1666
|
},
|
|
1667
1667
|
"doc": {
|
|
1668
1668
|
"__schema": "DocSchema",
|
|
1669
1669
|
"location": {
|
|
1670
1670
|
"filePath": "application.main.runtime.ts",
|
|
1671
|
-
"line":
|
|
1671
|
+
"line": 293,
|
|
1672
1672
|
"character": 3
|
|
1673
1673
|
},
|
|
1674
1674
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
"__schema": "ParameterSchema",
|
|
1683
1683
|
"location": {
|
|
1684
1684
|
"filePath": "application.main.runtime.ts",
|
|
1685
|
-
"line":
|
|
1685
|
+
"line": 296,
|
|
1686
1686
|
"character": 16
|
|
1687
1687
|
},
|
|
1688
1688
|
"name": "appName",
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
"__schema": "KeywordTypeSchema",
|
|
1691
1691
|
"location": {
|
|
1692
1692
|
"filePath": "application.main.runtime.ts",
|
|
1693
|
-
"line":
|
|
1693
|
+
"line": 296,
|
|
1694
1694
|
"character": 25
|
|
1695
1695
|
},
|
|
1696
1696
|
"name": "string"
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
"__schema": "TypeUnionSchema",
|
|
1704
1704
|
"location": {
|
|
1705
1705
|
"filePath": "application.main.runtime.ts",
|
|
1706
|
-
"line":
|
|
1706
|
+
"line": 296,
|
|
1707
1707
|
"character": 34
|
|
1708
1708
|
},
|
|
1709
1709
|
"types": [
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"__schema": "KeywordTypeSchema",
|
|
1712
1712
|
"location": {
|
|
1713
1713
|
"filePath": "application.main.runtime.ts",
|
|
1714
|
-
"line":
|
|
1714
|
+
"line": 296,
|
|
1715
1715
|
"character": 34
|
|
1716
1716
|
},
|
|
1717
1717
|
"name": "string"
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
"__schema": "KeywordTypeSchema",
|
|
1721
1721
|
"location": {
|
|
1722
1722
|
"filePath": "application.main.runtime.ts",
|
|
1723
|
-
"line":
|
|
1723
|
+
"line": 296,
|
|
1724
1724
|
"character": 43
|
|
1725
1725
|
},
|
|
1726
1726
|
"name": "undefined"
|
|
@@ -1733,14 +1733,14 @@
|
|
|
1733
1733
|
"__schema": "FunctionLikeSchema",
|
|
1734
1734
|
"location": {
|
|
1735
1735
|
"filePath": "application.main.runtime.ts",
|
|
1736
|
-
"line":
|
|
1736
|
+
"line": 304,
|
|
1737
1737
|
"character": 3
|
|
1738
1738
|
},
|
|
1739
1739
|
"doc": {
|
|
1740
1740
|
"__schema": "DocSchema",
|
|
1741
1741
|
"location": {
|
|
1742
1742
|
"filePath": "application.main.runtime.ts",
|
|
1743
|
-
"line":
|
|
1743
|
+
"line": 300,
|
|
1744
1744
|
"character": 3
|
|
1745
1745
|
},
|
|
1746
1746
|
"raw": "/**\n * get app to throw.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
"__schema": "ParameterSchema",
|
|
1755
1755
|
"location": {
|
|
1756
1756
|
"filePath": "application.main.runtime.ts",
|
|
1757
|
-
"line":
|
|
1757
|
+
"line": 304,
|
|
1758
1758
|
"character": 17
|
|
1759
1759
|
},
|
|
1760
1760
|
"name": "appName",
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
"__schema": "KeywordTypeSchema",
|
|
1763
1763
|
"location": {
|
|
1764
1764
|
"filePath": "application.main.runtime.ts",
|
|
1765
|
-
"line":
|
|
1765
|
+
"line": 304,
|
|
1766
1766
|
"character": 26
|
|
1767
1767
|
},
|
|
1768
1768
|
"name": "string"
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
"__schema": "TypeRefSchema",
|
|
1776
1776
|
"location": {
|
|
1777
1777
|
"filePath": "application.main.runtime.ts",
|
|
1778
|
-
"line":
|
|
1778
|
+
"line": 304,
|
|
1779
1779
|
"character": 3
|
|
1780
1780
|
},
|
|
1781
1781
|
"name": "Application"
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
"__schema": "VariableLikeSchema",
|
|
1787
1787
|
"location": {
|
|
1788
1788
|
"filePath": "application.main.runtime.ts",
|
|
1789
|
-
"line":
|
|
1789
|
+
"line": 310,
|
|
1790
1790
|
"character": 3
|
|
1791
1791
|
},
|
|
1792
1792
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
"__schema": "TypeRefSchema",
|
|
1796
1796
|
"location": {
|
|
1797
1797
|
"filePath": "application.main.runtime.ts",
|
|
1798
|
-
"line":
|
|
1798
|
+
"line": 310,
|
|
1799
1799
|
"character": 3
|
|
1800
1800
|
},
|
|
1801
1801
|
"name": "ServeAppOptions",
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
"__schema": "FunctionLikeSchema",
|
|
1809
1809
|
"location": {
|
|
1810
1810
|
"filePath": "application.main.runtime.ts",
|
|
1811
|
-
"line":
|
|
1811
|
+
"line": 323,
|
|
1812
1812
|
"character": 3
|
|
1813
1813
|
},
|
|
1814
1814
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
"__schema": "InferenceTypeSchema",
|
|
1819
1819
|
"location": {
|
|
1820
1820
|
"filePath": "application.main.runtime.ts",
|
|
1821
|
-
"line":
|
|
1821
|
+
"line": 323,
|
|
1822
1822
|
"character": 3
|
|
1823
1823
|
},
|
|
1824
1824
|
"type": "Promise<this>"
|
|
@@ -1831,14 +1831,14 @@
|
|
|
1831
1831
|
"__schema": "FunctionLikeSchema",
|
|
1832
1832
|
"location": {
|
|
1833
1833
|
"filePath": "application.main.runtime.ts",
|
|
1834
|
-
"line":
|
|
1834
|
+
"line": 333,
|
|
1835
1835
|
"character": 3
|
|
1836
1836
|
},
|
|
1837
1837
|
"doc": {
|
|
1838
1838
|
"__schema": "DocSchema",
|
|
1839
1839
|
"location": {
|
|
1840
1840
|
"filePath": "application.main.runtime.ts",
|
|
1841
|
-
"line":
|
|
1841
|
+
"line": 329,
|
|
1842
1842
|
"character": 3
|
|
1843
1843
|
},
|
|
1844
1844
|
"raw": "/**\n * run an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
"__schema": "ParameterSchema",
|
|
1853
1853
|
"location": {
|
|
1854
1854
|
"filePath": "application.main.runtime.ts",
|
|
1855
|
-
"line":
|
|
1855
|
+
"line": 334,
|
|
1856
1856
|
"character": 5
|
|
1857
1857
|
},
|
|
1858
1858
|
"name": "appName",
|
|
@@ -1860,7 +1860,7 @@
|
|
|
1860
1860
|
"__schema": "KeywordTypeSchema",
|
|
1861
1861
|
"location": {
|
|
1862
1862
|
"filePath": "application.main.runtime.ts",
|
|
1863
|
-
"line":
|
|
1863
|
+
"line": 334,
|
|
1864
1864
|
"character": 14
|
|
1865
1865
|
},
|
|
1866
1866
|
"name": "string"
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
"__schema": "ParameterSchema",
|
|
1873
1873
|
"location": {
|
|
1874
1874
|
"filePath": "application.main.runtime.ts",
|
|
1875
|
-
"line":
|
|
1875
|
+
"line": 335,
|
|
1876
1876
|
"character": 5
|
|
1877
1877
|
},
|
|
1878
1878
|
"name": "options",
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
"__schema": "TypeRefSchema",
|
|
1881
1881
|
"location": {
|
|
1882
1882
|
"filePath": "application.main.runtime.ts",
|
|
1883
|
-
"line":
|
|
1883
|
+
"line": 335,
|
|
1884
1884
|
"character": 15
|
|
1885
1885
|
},
|
|
1886
1886
|
"name": "ServeAppOptions"
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
"__schema": "TypeRefSchema",
|
|
1894
1894
|
"location": {
|
|
1895
1895
|
"filePath": "application.main.runtime.ts",
|
|
1896
|
-
"line":
|
|
1896
|
+
"line": 336,
|
|
1897
1897
|
"character": 6
|
|
1898
1898
|
},
|
|
1899
1899
|
"name": "Promise",
|
|
@@ -1902,7 +1902,7 @@
|
|
|
1902
1902
|
"__schema": "TypeLiteralSchema",
|
|
1903
1903
|
"location": {
|
|
1904
1904
|
"filePath": "application.main.runtime.ts",
|
|
1905
|
-
"line":
|
|
1905
|
+
"line": 336,
|
|
1906
1906
|
"character": 14
|
|
1907
1907
|
},
|
|
1908
1908
|
"members": [
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
"__schema": "VariableLikeSchema",
|
|
1911
1911
|
"location": {
|
|
1912
1912
|
"filePath": "application.main.runtime.ts",
|
|
1913
|
-
"line":
|
|
1913
|
+
"line": 337,
|
|
1914
1914
|
"character": 5
|
|
1915
1915
|
},
|
|
1916
1916
|
"signature": "(property) app: Application",
|
|
@@ -1919,7 +1919,7 @@
|
|
|
1919
1919
|
"__schema": "TypeRefSchema",
|
|
1920
1920
|
"location": {
|
|
1921
1921
|
"filePath": "application.main.runtime.ts",
|
|
1922
|
-
"line":
|
|
1922
|
+
"line": 337,
|
|
1923
1923
|
"character": 5
|
|
1924
1924
|
},
|
|
1925
1925
|
"name": "Application"
|
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
"__schema": "VariableLikeSchema",
|
|
1931
1931
|
"location": {
|
|
1932
1932
|
"filePath": "application.main.runtime.ts",
|
|
1933
|
-
"line":
|
|
1933
|
+
"line": 338,
|
|
1934
1934
|
"character": 5
|
|
1935
1935
|
},
|
|
1936
1936
|
"signature": "(property) port: number | undefined",
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
"__schema": "TypeUnionSchema",
|
|
1940
1940
|
"location": {
|
|
1941
1941
|
"filePath": "application.main.runtime.ts",
|
|
1942
|
-
"line":
|
|
1942
|
+
"line": 338,
|
|
1943
1943
|
"character": 11
|
|
1944
1944
|
},
|
|
1945
1945
|
"types": [
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"__schema": "KeywordTypeSchema",
|
|
1948
1948
|
"location": {
|
|
1949
1949
|
"filePath": "application.main.runtime.ts",
|
|
1950
|
-
"line":
|
|
1950
|
+
"line": 338,
|
|
1951
1951
|
"character": 11
|
|
1952
1952
|
},
|
|
1953
1953
|
"name": "number"
|
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
"__schema": "KeywordTypeSchema",
|
|
1957
1957
|
"location": {
|
|
1958
1958
|
"filePath": "application.main.runtime.ts",
|
|
1959
|
-
"line":
|
|
1959
|
+
"line": 338,
|
|
1960
1960
|
"character": 20
|
|
1961
1961
|
},
|
|
1962
1962
|
"name": "undefined"
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"__schema": "VariableLikeSchema",
|
|
1970
1970
|
"location": {
|
|
1971
1971
|
"filePath": "application.main.runtime.ts",
|
|
1972
|
-
"line":
|
|
1972
|
+
"line": 339,
|
|
1973
1973
|
"character": 5
|
|
1974
1974
|
},
|
|
1975
1975
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -1978,14 +1978,14 @@
|
|
|
1978
1978
|
"__schema": "TypeArraySchema",
|
|
1979
1979
|
"location": {
|
|
1980
1980
|
"filePath": "application.main.runtime.ts",
|
|
1981
|
-
"line":
|
|
1981
|
+
"line": 339,
|
|
1982
1982
|
"character": 14
|
|
1983
1983
|
},
|
|
1984
1984
|
"type": {
|
|
1985
1985
|
"__schema": "TypeRefSchema",
|
|
1986
1986
|
"location": {
|
|
1987
1987
|
"filePath": "application.main.runtime.ts",
|
|
1988
|
-
"line":
|
|
1988
|
+
"line": 339,
|
|
1989
1989
|
"character": 14
|
|
1990
1990
|
},
|
|
1991
1991
|
"name": "Error"
|
|
@@ -1997,7 +1997,7 @@
|
|
|
1997
1997
|
"__schema": "VariableLikeSchema",
|
|
1998
1998
|
"location": {
|
|
1999
1999
|
"filePath": "application.main.runtime.ts",
|
|
2000
|
-
"line":
|
|
2000
|
+
"line": 340,
|
|
2001
2001
|
"character": 5
|
|
2002
2002
|
},
|
|
2003
2003
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
"__schema": "KeywordTypeSchema",
|
|
2007
2007
|
"location": {
|
|
2008
2008
|
"filePath": "application.main.runtime.ts",
|
|
2009
|
-
"line":
|
|
2009
|
+
"line": 340,
|
|
2010
2010
|
"character": 15
|
|
2011
2011
|
},
|
|
2012
2012
|
"name": "boolean"
|
|
@@ -2025,14 +2025,14 @@
|
|
|
2025
2025
|
"__schema": "FunctionLikeSchema",
|
|
2026
2026
|
"location": {
|
|
2027
2027
|
"filePath": "application.main.runtime.ts",
|
|
2028
|
-
"line":
|
|
2028
|
+
"line": 369,
|
|
2029
2029
|
"character": 3
|
|
2030
2030
|
},
|
|
2031
2031
|
"doc": {
|
|
2032
2032
|
"__schema": "DocSchema",
|
|
2033
2033
|
"location": {
|
|
2034
2034
|
"filePath": "application.main.runtime.ts",
|
|
2035
|
-
"line":
|
|
2035
|
+
"line": 366,
|
|
2036
2036
|
"character": 3
|
|
2037
2037
|
},
|
|
2038
2038
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
"__schema": "ParameterSchema",
|
|
2047
2047
|
"location": {
|
|
2048
2048
|
"filePath": "application.main.runtime.ts",
|
|
2049
|
-
"line":
|
|
2049
|
+
"line": 369,
|
|
2050
2050
|
"character": 25
|
|
2051
2051
|
},
|
|
2052
2052
|
"name": "appName",
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
"__schema": "KeywordTypeSchema",
|
|
2055
2055
|
"location": {
|
|
2056
2056
|
"filePath": "application.main.runtime.ts",
|
|
2057
|
-
"line":
|
|
2057
|
+
"line": 369,
|
|
2058
2058
|
"character": 34
|
|
2059
2059
|
},
|
|
2060
2060
|
"name": "string"
|
|
@@ -2067,7 +2067,7 @@
|
|
|
2067
2067
|
"__schema": "InferenceTypeSchema",
|
|
2068
2068
|
"location": {
|
|
2069
2069
|
"filePath": "application.main.runtime.ts",
|
|
2070
|
-
"line":
|
|
2070
|
+
"line": 369,
|
|
2071
2071
|
"character": 3
|
|
2072
2072
|
},
|
|
2073
2073
|
"type": "Promise<ComponentID>"
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
"__schema": "FunctionLikeSchema",
|
|
2081
2081
|
"location": {
|
|
2082
2082
|
"filePath": "application.main.runtime.ts",
|
|
2083
|
-
"line":
|
|
2083
|
+
"line": 409,
|
|
2084
2084
|
"character": 3
|
|
2085
2085
|
},
|
|
2086
2086
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
"__schema": "ParameterSchema",
|
|
2091
2091
|
"location": {
|
|
2092
2092
|
"filePath": "application.main.runtime.ts",
|
|
2093
|
-
"line":
|
|
2093
|
+
"line": 409,
|
|
2094
2094
|
"character": 31
|
|
2095
2095
|
},
|
|
2096
2096
|
"name": "id",
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
"__schema": "TypeRefSchema",
|
|
2099
2099
|
"location": {
|
|
2100
2100
|
"filePath": "application.main.runtime.ts",
|
|
2101
|
-
"line":
|
|
2101
|
+
"line": 409,
|
|
2102
2102
|
"character": 35
|
|
2103
2103
|
},
|
|
2104
2104
|
"name": "ComponentID"
|
|
@@ -2110,7 +2110,7 @@
|
|
|
2110
2110
|
"__schema": "ParameterSchema",
|
|
2111
2111
|
"location": {
|
|
2112
2112
|
"filePath": "application.main.runtime.ts",
|
|
2113
|
-
"line":
|
|
2113
|
+
"line": 409,
|
|
2114
2114
|
"character": 48
|
|
2115
2115
|
},
|
|
2116
2116
|
"name": "appName",
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
"__schema": "KeywordTypeSchema",
|
|
2119
2119
|
"location": {
|
|
2120
2120
|
"filePath": "application.main.runtime.ts",
|
|
2121
|
-
"line":
|
|
2121
|
+
"line": 409,
|
|
2122
2122
|
"character": 57
|
|
2123
2123
|
},
|
|
2124
2124
|
"name": "string"
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"__schema": "ParameterSchema",
|
|
2131
2131
|
"location": {
|
|
2132
2132
|
"filePath": "application.main.runtime.ts",
|
|
2133
|
-
"line":
|
|
2133
|
+
"line": 409,
|
|
2134
2134
|
"character": 65
|
|
2135
2135
|
},
|
|
2136
2136
|
"name": "capsuleRootDir",
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
"__schema": "KeywordTypeSchema",
|
|
2139
2139
|
"location": {
|
|
2140
2140
|
"filePath": "application.main.runtime.ts",
|
|
2141
|
-
"line":
|
|
2141
|
+
"line": 409,
|
|
2142
2142
|
"character": 81
|
|
2143
2143
|
},
|
|
2144
2144
|
"name": "string"
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
"__schema": "ParameterSchema",
|
|
2151
2151
|
"location": {
|
|
2152
2152
|
"filePath": "application.main.runtime.ts",
|
|
2153
|
-
"line":
|
|
2153
|
+
"line": 409,
|
|
2154
2154
|
"character": 89
|
|
2155
2155
|
},
|
|
2156
2156
|
"name": "rootDir",
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"__schema": "KeywordTypeSchema",
|
|
2159
2159
|
"location": {
|
|
2160
2160
|
"filePath": "application.main.runtime.ts",
|
|
2161
|
-
"line":
|
|
2161
|
+
"line": 409,
|
|
2162
2162
|
"character": 99
|
|
2163
2163
|
},
|
|
2164
2164
|
"name": "string"
|
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
"__schema": "InferenceTypeSchema",
|
|
2172
2172
|
"location": {
|
|
2173
2173
|
"filePath": "application.main.runtime.ts",
|
|
2174
|
-
"line":
|
|
2174
|
+
"line": 409,
|
|
2175
2175
|
"character": 3
|
|
2176
2176
|
},
|
|
2177
2177
|
"type": "Promise<AppContext>"
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"__schema": "VariableLikeSchema",
|
|
2185
2185
|
"location": {
|
|
2186
2186
|
"filePath": "application.main.runtime.ts",
|
|
2187
|
-
"line":
|
|
2187
|
+
"line": 435,
|
|
2188
2188
|
"character": 3
|
|
2189
2189
|
},
|
|
2190
2190
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
"__schema": "InferenceTypeSchema",
|
|
2194
2194
|
"location": {
|
|
2195
2195
|
"filePath": "application.main.runtime.ts",
|
|
2196
|
-
"line":
|
|
2196
|
+
"line": 435,
|
|
2197
2197
|
"character": 3
|
|
2198
2198
|
},
|
|
2199
2199
|
"type": "RuntimeDefinition"
|
|
@@ -2205,7 +2205,7 @@
|
|
|
2205
2205
|
"__schema": "VariableLikeSchema",
|
|
2206
2206
|
"location": {
|
|
2207
2207
|
"filePath": "application.main.runtime.ts",
|
|
2208
|
-
"line":
|
|
2208
|
+
"line": 436,
|
|
2209
2209
|
"character": 3
|
|
2210
2210
|
},
|
|
2211
2211
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -2214,7 +2214,7 @@
|
|
|
2214
2214
|
"__schema": "InferenceTypeSchema",
|
|
2215
2215
|
"location": {
|
|
2216
2216
|
"filePath": "application.main.runtime.ts",
|
|
2217
|
-
"line":
|
|
2217
|
+
"line": 436,
|
|
2218
2218
|
"character": 3
|
|
2219
2219
|
},
|
|
2220
2220
|
"type": "Aspect[]"
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
"__schema": "VariableLikeSchema",
|
|
2227
2227
|
"location": {
|
|
2228
2228
|
"filePath": "application.main.runtime.ts",
|
|
2229
|
-
"line":
|
|
2229
|
+
"line": 448,
|
|
2230
2230
|
"character": 3
|
|
2231
2231
|
},
|
|
2232
2232
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
"__schema": "InferenceTypeSchema",
|
|
2236
2236
|
"location": {
|
|
2237
2237
|
"filePath": "application.main.runtime.ts",
|
|
2238
|
-
"line":
|
|
2238
|
+
"line": 448,
|
|
2239
2239
|
"character": 3
|
|
2240
2240
|
},
|
|
2241
2241
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
"__schema": "FunctionLikeSchema",
|
|
2248
2248
|
"location": {
|
|
2249
2249
|
"filePath": "application.main.runtime.ts",
|
|
2250
|
-
"line":
|
|
2250
|
+
"line": 454,
|
|
2251
2251
|
"character": 3
|
|
2252
2252
|
},
|
|
2253
2253
|
"signature": "(method) ApplicationMain.provider([cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope]: [\n CLIMain,\n LoggerMain,\n BuilderMain,\n EnvsMain,\n ComponentMain,\n AspectLoaderMain,\n Workspace,\n WatcherMain,\n ScopeMain\n], config: ApplicationAspectConfig, [appTypeSlot, appSlot, deploymentProviderSlot]: [ApplicationTypeSlot, ApplicationSlot, DeploymentProviderSlot], harmony: Harmony): Promise<ApplicationMain>",
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"__schema": "ParameterSchema",
|
|
2258
2258
|
"location": {
|
|
2259
2259
|
"filePath": "application.main.runtime.ts",
|
|
2260
|
-
"line":
|
|
2260
|
+
"line": 455,
|
|
2261
2261
|
"character": 5
|
|
2262
2262
|
},
|
|
2263
2263
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
"__schema": "TupleTypeSchema",
|
|
2266
2266
|
"location": {
|
|
2267
2267
|
"filePath": "application.main.runtime.ts",
|
|
2268
|
-
"line":
|
|
2268
|
+
"line": 455,
|
|
2269
2269
|
"character": 93
|
|
2270
2270
|
},
|
|
2271
2271
|
"elements": [
|
|
@@ -2273,7 +2273,7 @@
|
|
|
2273
2273
|
"__schema": "TypeRefSchema",
|
|
2274
2274
|
"location": {
|
|
2275
2275
|
"filePath": "application.main.runtime.ts",
|
|
2276
|
-
"line":
|
|
2276
|
+
"line": 456,
|
|
2277
2277
|
"character": 7
|
|
2278
2278
|
},
|
|
2279
2279
|
"name": "CLIMain"
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
"__schema": "TypeRefSchema",
|
|
2283
2283
|
"location": {
|
|
2284
2284
|
"filePath": "application.main.runtime.ts",
|
|
2285
|
-
"line":
|
|
2285
|
+
"line": 457,
|
|
2286
2286
|
"character": 7
|
|
2287
2287
|
},
|
|
2288
2288
|
"name": "LoggerMain"
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
"__schema": "TypeRefSchema",
|
|
2292
2292
|
"location": {
|
|
2293
2293
|
"filePath": "application.main.runtime.ts",
|
|
2294
|
-
"line":
|
|
2294
|
+
"line": 458,
|
|
2295
2295
|
"character": 7
|
|
2296
2296
|
},
|
|
2297
2297
|
"name": "BuilderMain"
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"__schema": "TypeRefSchema",
|
|
2301
2301
|
"location": {
|
|
2302
2302
|
"filePath": "application.main.runtime.ts",
|
|
2303
|
-
"line":
|
|
2303
|
+
"line": 459,
|
|
2304
2304
|
"character": 7
|
|
2305
2305
|
},
|
|
2306
2306
|
"name": "EnvsMain"
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"__schema": "TypeRefSchema",
|
|
2310
2310
|
"location": {
|
|
2311
2311
|
"filePath": "application.main.runtime.ts",
|
|
2312
|
-
"line":
|
|
2312
|
+
"line": 460,
|
|
2313
2313
|
"character": 7
|
|
2314
2314
|
},
|
|
2315
2315
|
"name": "ComponentMain"
|
|
@@ -2318,7 +2318,7 @@
|
|
|
2318
2318
|
"__schema": "TypeRefSchema",
|
|
2319
2319
|
"location": {
|
|
2320
2320
|
"filePath": "application.main.runtime.ts",
|
|
2321
|
-
"line":
|
|
2321
|
+
"line": 461,
|
|
2322
2322
|
"character": 7
|
|
2323
2323
|
},
|
|
2324
2324
|
"name": "AspectLoaderMain"
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
"__schema": "TypeRefSchema",
|
|
2328
2328
|
"location": {
|
|
2329
2329
|
"filePath": "application.main.runtime.ts",
|
|
2330
|
-
"line":
|
|
2330
|
+
"line": 462,
|
|
2331
2331
|
"character": 7
|
|
2332
2332
|
},
|
|
2333
2333
|
"name": "Workspace"
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
"__schema": "TypeRefSchema",
|
|
2337
2337
|
"location": {
|
|
2338
2338
|
"filePath": "application.main.runtime.ts",
|
|
2339
|
-
"line":
|
|
2339
|
+
"line": 463,
|
|
2340
2340
|
"character": 7
|
|
2341
2341
|
},
|
|
2342
2342
|
"name": "WatcherMain"
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
"__schema": "TypeRefSchema",
|
|
2346
2346
|
"location": {
|
|
2347
2347
|
"filePath": "application.main.runtime.ts",
|
|
2348
|
-
"line":
|
|
2348
|
+
"line": 464,
|
|
2349
2349
|
"character": 7
|
|
2350
2350
|
},
|
|
2351
2351
|
"name": "ScopeMain"
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
"__schema": "ParameterSchema",
|
|
2360
2360
|
"location": {
|
|
2361
2361
|
"filePath": "application.main.runtime.ts",
|
|
2362
|
-
"line":
|
|
2362
|
+
"line": 466,
|
|
2363
2363
|
"character": 5
|
|
2364
2364
|
},
|
|
2365
2365
|
"name": "config",
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
"__schema": "TypeRefSchema",
|
|
2368
2368
|
"location": {
|
|
2369
2369
|
"filePath": "application.main.runtime.ts",
|
|
2370
|
-
"line":
|
|
2370
|
+
"line": 466,
|
|
2371
2371
|
"character": 13
|
|
2372
2372
|
},
|
|
2373
2373
|
"name": "ApplicationAspectConfig"
|
|
@@ -2379,7 +2379,7 @@
|
|
|
2379
2379
|
"__schema": "ParameterSchema",
|
|
2380
2380
|
"location": {
|
|
2381
2381
|
"filePath": "application.main.runtime.ts",
|
|
2382
|
-
"line":
|
|
2382
|
+
"line": 467,
|
|
2383
2383
|
"character": 5
|
|
2384
2384
|
},
|
|
2385
2385
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
"__schema": "TupleTypeSchema",
|
|
2388
2388
|
"location": {
|
|
2389
2389
|
"filePath": "application.main.runtime.ts",
|
|
2390
|
-
"line":
|
|
2390
|
+
"line": 467,
|
|
2391
2391
|
"character": 53
|
|
2392
2392
|
},
|
|
2393
2393
|
"elements": [
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"__schema": "TypeRefSchema",
|
|
2396
2396
|
"location": {
|
|
2397
2397
|
"filePath": "application.main.runtime.ts",
|
|
2398
|
-
"line":
|
|
2398
|
+
"line": 467,
|
|
2399
2399
|
"character": 54
|
|
2400
2400
|
},
|
|
2401
2401
|
"name": "ApplicationTypeSlot"
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
"__schema": "TypeRefSchema",
|
|
2405
2405
|
"location": {
|
|
2406
2406
|
"filePath": "application.main.runtime.ts",
|
|
2407
|
-
"line":
|
|
2407
|
+
"line": 467,
|
|
2408
2408
|
"character": 75
|
|
2409
2409
|
},
|
|
2410
2410
|
"name": "ApplicationSlot"
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
"__schema": "TypeRefSchema",
|
|
2414
2414
|
"location": {
|
|
2415
2415
|
"filePath": "application.main.runtime.ts",
|
|
2416
|
-
"line":
|
|
2416
|
+
"line": 467,
|
|
2417
2417
|
"character": 92
|
|
2418
2418
|
},
|
|
2419
2419
|
"name": "DeploymentProviderSlot"
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
"__schema": "ParameterSchema",
|
|
2428
2428
|
"location": {
|
|
2429
2429
|
"filePath": "application.main.runtime.ts",
|
|
2430
|
-
"line":
|
|
2430
|
+
"line": 468,
|
|
2431
2431
|
"character": 5
|
|
2432
2432
|
},
|
|
2433
2433
|
"name": "harmony",
|
|
@@ -2435,7 +2435,7 @@
|
|
|
2435
2435
|
"__schema": "TypeRefSchema",
|
|
2436
2436
|
"location": {
|
|
2437
2437
|
"filePath": "application.main.runtime.ts",
|
|
2438
|
-
"line":
|
|
2438
|
+
"line": 468,
|
|
2439
2439
|
"character": 14
|
|
2440
2440
|
},
|
|
2441
2441
|
"name": "Harmony"
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
"__schema": "InferenceTypeSchema",
|
|
2449
2449
|
"location": {
|
|
2450
2450
|
"filePath": "application.main.runtime.ts",
|
|
2451
|
-
"line":
|
|
2451
|
+
"line": 454,
|
|
2452
2452
|
"character": 3
|
|
2453
2453
|
},
|
|
2454
2454
|
"type": "Promise<ApplicationMain>"
|
|
@@ -2475,14 +2475,14 @@
|
|
|
2475
2475
|
"__schema": "TypeSchema",
|
|
2476
2476
|
"location": {
|
|
2477
2477
|
"filePath": "application.main.runtime.ts",
|
|
2478
|
-
"line":
|
|
2478
|
+
"line": 41,
|
|
2479
2479
|
"character": 1
|
|
2480
2480
|
},
|
|
2481
2481
|
"doc": {
|
|
2482
2482
|
"__schema": "DocSchema",
|
|
2483
2483
|
"location": {
|
|
2484
2484
|
"filePath": "application.main.runtime.ts",
|
|
2485
|
-
"line":
|
|
2485
|
+
"line": 38,
|
|
2486
2486
|
"character": 1
|
|
2487
2487
|
},
|
|
2488
2488
|
"raw": "/**\n * Application meta data that is stored on the component on load if it's an application.\n */",
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
"__schema": "TypeLiteralSchema",
|
|
2496
2496
|
"location": {
|
|
2497
2497
|
"filePath": "application.main.runtime.ts",
|
|
2498
|
-
"line":
|
|
2498
|
+
"line": 41,
|
|
2499
2499
|
"character": 35
|
|
2500
2500
|
},
|
|
2501
2501
|
"members": [
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
"__schema": "VariableLikeSchema",
|
|
2504
2504
|
"location": {
|
|
2505
2505
|
"filePath": "application.main.runtime.ts",
|
|
2506
|
-
"line":
|
|
2506
|
+
"line": 42,
|
|
2507
2507
|
"character": 3
|
|
2508
2508
|
},
|
|
2509
2509
|
"signature": "(property) appName: string",
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
"__schema": "KeywordTypeSchema",
|
|
2513
2513
|
"location": {
|
|
2514
2514
|
"filePath": "application.main.runtime.ts",
|
|
2515
|
-
"line":
|
|
2515
|
+
"line": 42,
|
|
2516
2516
|
"character": 12
|
|
2517
2517
|
},
|
|
2518
2518
|
"name": "string"
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
"__schema": "VariableLikeSchema",
|
|
2524
2524
|
"location": {
|
|
2525
2525
|
"filePath": "application.main.runtime.ts",
|
|
2526
|
-
"line":
|
|
2526
|
+
"line": 43,
|
|
2527
2527
|
"character": 3
|
|
2528
2528
|
},
|
|
2529
2529
|
"signature": "(property) type?: string | undefined",
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
"__schema": "KeywordTypeSchema",
|
|
2533
2533
|
"location": {
|
|
2534
2534
|
"filePath": "application.main.runtime.ts",
|
|
2535
|
-
"line":
|
|
2535
|
+
"line": 43,
|
|
2536
2536
|
"character": 10
|
|
2537
2537
|
},
|
|
2538
2538
|
"name": "string"
|
|
@@ -3512,7 +3512,7 @@
|
|
|
3512
3512
|
"_legacy": {
|
|
3513
3513
|
"scope": "teambit.harmony",
|
|
3514
3514
|
"name": "application",
|
|
3515
|
-
"version": "1.0.
|
|
3515
|
+
"version": "1.0.385"
|
|
3516
3516
|
},
|
|
3517
3517
|
"_scope": "teambit.harmony"
|
|
3518
3518
|
}
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
"_legacy": {
|
|
3897
3897
|
"scope": "teambit.harmony",
|
|
3898
3898
|
"name": "application",
|
|
3899
|
-
"version": "1.0.
|
|
3899
|
+
"version": "1.0.385"
|
|
3900
3900
|
},
|
|
3901
3901
|
"_scope": "teambit.harmony"
|
|
3902
3902
|
}
|
|
@@ -4384,7 +4384,7 @@
|
|
|
4384
4384
|
"_legacy": {
|
|
4385
4385
|
"scope": "teambit.harmony",
|
|
4386
4386
|
"name": "application",
|
|
4387
|
-
"version": "1.0.
|
|
4387
|
+
"version": "1.0.385"
|
|
4388
4388
|
},
|
|
4389
4389
|
"_scope": "teambit.harmony"
|
|
4390
4390
|
}
|
|
@@ -5141,7 +5141,7 @@
|
|
|
5141
5141
|
"_legacy": {
|
|
5142
5142
|
"scope": "teambit.harmony",
|
|
5143
5143
|
"name": "application",
|
|
5144
|
-
"version": "1.0.
|
|
5144
|
+
"version": "1.0.385"
|
|
5145
5145
|
},
|
|
5146
5146
|
"_scope": "teambit.harmony"
|
|
5147
5147
|
}
|
|
@@ -5629,7 +5629,7 @@
|
|
|
5629
5629
|
"_legacy": {
|
|
5630
5630
|
"scope": "teambit.harmony",
|
|
5631
5631
|
"name": "application",
|
|
5632
|
-
"version": "1.0.
|
|
5632
|
+
"version": "1.0.385"
|
|
5633
5633
|
},
|
|
5634
5634
|
"_scope": "teambit.harmony"
|
|
5635
5635
|
}
|
|
@@ -6247,7 +6247,7 @@
|
|
|
6247
6247
|
"__schema": "TypeSchema",
|
|
6248
6248
|
"location": {
|
|
6249
6249
|
"filePath": "application.main.runtime.ts",
|
|
6250
|
-
"line":
|
|
6250
|
+
"line": 27,
|
|
6251
6251
|
"character": 1
|
|
6252
6252
|
},
|
|
6253
6253
|
"signature": "type ApplicationTypeSlot = SlotRegistry<ApplicationType<unknown>[]>",
|
|
@@ -6256,7 +6256,7 @@
|
|
|
6256
6256
|
"__schema": "TypeRefSchema",
|
|
6257
6257
|
"location": {
|
|
6258
6258
|
"filePath": "application.main.runtime.ts",
|
|
6259
|
-
"line":
|
|
6259
|
+
"line": 27,
|
|
6260
6260
|
"character": 35
|
|
6261
6261
|
},
|
|
6262
6262
|
"name": "SlotRegistry",
|
|
@@ -6265,14 +6265,14 @@
|
|
|
6265
6265
|
"__schema": "TypeArraySchema",
|
|
6266
6266
|
"location": {
|
|
6267
6267
|
"filePath": "application.main.runtime.ts",
|
|
6268
|
-
"line":
|
|
6268
|
+
"line": 27,
|
|
6269
6269
|
"character": 48
|
|
6270
6270
|
},
|
|
6271
6271
|
"type": {
|
|
6272
6272
|
"__schema": "TypeRefSchema",
|
|
6273
6273
|
"location": {
|
|
6274
6274
|
"filePath": "application.main.runtime.ts",
|
|
6275
|
-
"line":
|
|
6275
|
+
"line": 27,
|
|
6276
6276
|
"character": 48
|
|
6277
6277
|
},
|
|
6278
6278
|
"name": "ApplicationType",
|
|
@@ -6281,7 +6281,7 @@
|
|
|
6281
6281
|
"__schema": "KeywordTypeSchema",
|
|
6282
6282
|
"location": {
|
|
6283
6283
|
"filePath": "application.main.runtime.ts",
|
|
6284
|
-
"line":
|
|
6284
|
+
"line": 27,
|
|
6285
6285
|
"character": 64
|
|
6286
6286
|
},
|
|
6287
6287
|
"name": "unknown"
|
|
@@ -6296,7 +6296,7 @@
|
|
|
6296
6296
|
"__schema": "TypeSchema",
|
|
6297
6297
|
"location": {
|
|
6298
6298
|
"filePath": "application.main.runtime.ts",
|
|
6299
|
-
"line":
|
|
6299
|
+
"line": 28,
|
|
6300
6300
|
"character": 1
|
|
6301
6301
|
},
|
|
6302
6302
|
"signature": "type ApplicationSlot = SlotRegistry<Application[]>",
|
|
@@ -6305,7 +6305,7 @@
|
|
|
6305
6305
|
"__schema": "TypeRefSchema",
|
|
6306
6306
|
"location": {
|
|
6307
6307
|
"filePath": "application.main.runtime.ts",
|
|
6308
|
-
"line":
|
|
6308
|
+
"line": 28,
|
|
6309
6309
|
"character": 31
|
|
6310
6310
|
},
|
|
6311
6311
|
"name": "SlotRegistry",
|
|
@@ -6314,14 +6314,14 @@
|
|
|
6314
6314
|
"__schema": "TypeArraySchema",
|
|
6315
6315
|
"location": {
|
|
6316
6316
|
"filePath": "application.main.runtime.ts",
|
|
6317
|
-
"line":
|
|
6317
|
+
"line": 28,
|
|
6318
6318
|
"character": 44
|
|
6319
6319
|
},
|
|
6320
6320
|
"type": {
|
|
6321
6321
|
"__schema": "TypeRefSchema",
|
|
6322
6322
|
"location": {
|
|
6323
6323
|
"filePath": "application.main.runtime.ts",
|
|
6324
|
-
"line":
|
|
6324
|
+
"line": 28,
|
|
6325
6325
|
"character": 44
|
|
6326
6326
|
},
|
|
6327
6327
|
"name": "Application"
|
|
@@ -6334,7 +6334,7 @@
|
|
|
6334
6334
|
"__schema": "TypeSchema",
|
|
6335
6335
|
"location": {
|
|
6336
6336
|
"filePath": "application.main.runtime.ts",
|
|
6337
|
-
"line":
|
|
6337
|
+
"line": 29,
|
|
6338
6338
|
"character": 1
|
|
6339
6339
|
},
|
|
6340
6340
|
"signature": "type DeploymentProviderSlot = SlotRegistry<DeploymentProvider[]>",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
"__schema": "TypeRefSchema",
|
|
6344
6344
|
"location": {
|
|
6345
6345
|
"filePath": "application.main.runtime.ts",
|
|
6346
|
-
"line":
|
|
6346
|
+
"line": 29,
|
|
6347
6347
|
"character": 38
|
|
6348
6348
|
},
|
|
6349
6349
|
"name": "SlotRegistry",
|
|
@@ -6352,14 +6352,14 @@
|
|
|
6352
6352
|
"__schema": "TypeArraySchema",
|
|
6353
6353
|
"location": {
|
|
6354
6354
|
"filePath": "application.main.runtime.ts",
|
|
6355
|
-
"line":
|
|
6355
|
+
"line": 29,
|
|
6356
6356
|
"character": 51
|
|
6357
6357
|
},
|
|
6358
6358
|
"type": {
|
|
6359
6359
|
"__schema": "TypeRefSchema",
|
|
6360
6360
|
"location": {
|
|
6361
6361
|
"filePath": "application.main.runtime.ts",
|
|
6362
|
-
"line":
|
|
6362
|
+
"line": 29,
|
|
6363
6363
|
"character": 51
|
|
6364
6364
|
},
|
|
6365
6365
|
"name": "DeploymentProvider"
|
|
@@ -6372,7 +6372,7 @@
|
|
|
6372
6372
|
"__schema": "TypeSchema",
|
|
6373
6373
|
"location": {
|
|
6374
6374
|
"filePath": "application.main.runtime.ts",
|
|
6375
|
-
"line":
|
|
6375
|
+
"line": 31,
|
|
6376
6376
|
"character": 1
|
|
6377
6377
|
},
|
|
6378
6378
|
"signature": "type ApplicationAspectConfig = {\n envs?: string[] | undefined;\n}",
|
|
@@ -6381,7 +6381,7 @@
|
|
|
6381
6381
|
"__schema": "TypeLiteralSchema",
|
|
6382
6382
|
"location": {
|
|
6383
6383
|
"filePath": "application.main.runtime.ts",
|
|
6384
|
-
"line":
|
|
6384
|
+
"line": 31,
|
|
6385
6385
|
"character": 39
|
|
6386
6386
|
},
|
|
6387
6387
|
"members": [
|
|
@@ -6389,14 +6389,14 @@
|
|
|
6389
6389
|
"__schema": "VariableLikeSchema",
|
|
6390
6390
|
"location": {
|
|
6391
6391
|
"filePath": "application.main.runtime.ts",
|
|
6392
|
-
"line":
|
|
6392
|
+
"line": 35,
|
|
6393
6393
|
"character": 3
|
|
6394
6394
|
},
|
|
6395
6395
|
"doc": {
|
|
6396
6396
|
"__schema": "DocSchema",
|
|
6397
6397
|
"location": {
|
|
6398
6398
|
"filePath": "application.main.runtime.ts",
|
|
6399
|
-
"line":
|
|
6399
|
+
"line": 32,
|
|
6400
6400
|
"character": 3
|
|
6401
6401
|
},
|
|
6402
6402
|
"raw": "/**\n * envs ids to load app types.\n */",
|
|
@@ -6409,14 +6409,14 @@
|
|
|
6409
6409
|
"__schema": "TypeArraySchema",
|
|
6410
6410
|
"location": {
|
|
6411
6411
|
"filePath": "application.main.runtime.ts",
|
|
6412
|
-
"line":
|
|
6412
|
+
"line": 35,
|
|
6413
6413
|
"character": 10
|
|
6414
6414
|
},
|
|
6415
6415
|
"type": {
|
|
6416
6416
|
"__schema": "KeywordTypeSchema",
|
|
6417
6417
|
"location": {
|
|
6418
6418
|
"filePath": "application.main.runtime.ts",
|
|
6419
|
-
"line":
|
|
6419
|
+
"line": 35,
|
|
6420
6420
|
"character": 10
|
|
6421
6421
|
},
|
|
6422
6422
|
"name": "string"
|
|
@@ -6431,14 +6431,14 @@
|
|
|
6431
6431
|
"__schema": "TypeSchema",
|
|
6432
6432
|
"location": {
|
|
6433
6433
|
"filePath": "application.main.runtime.ts",
|
|
6434
|
-
"line":
|
|
6434
|
+
"line": 41,
|
|
6435
6435
|
"character": 1
|
|
6436
6436
|
},
|
|
6437
6437
|
"doc": {
|
|
6438
6438
|
"__schema": "DocSchema",
|
|
6439
6439
|
"location": {
|
|
6440
6440
|
"filePath": "application.main.runtime.ts",
|
|
6441
|
-
"line":
|
|
6441
|
+
"line": 38,
|
|
6442
6442
|
"character": 1
|
|
6443
6443
|
},
|
|
6444
6444
|
"raw": "/**\n * Application meta data that is stored on the component on load if it's an application.\n */",
|
|
@@ -6451,7 +6451,7 @@
|
|
|
6451
6451
|
"__schema": "TypeLiteralSchema",
|
|
6452
6452
|
"location": {
|
|
6453
6453
|
"filePath": "application.main.runtime.ts",
|
|
6454
|
-
"line":
|
|
6454
|
+
"line": 41,
|
|
6455
6455
|
"character": 35
|
|
6456
6456
|
},
|
|
6457
6457
|
"members": [
|
|
@@ -6459,7 +6459,7 @@
|
|
|
6459
6459
|
"__schema": "VariableLikeSchema",
|
|
6460
6460
|
"location": {
|
|
6461
6461
|
"filePath": "application.main.runtime.ts",
|
|
6462
|
-
"line":
|
|
6462
|
+
"line": 42,
|
|
6463
6463
|
"character": 3
|
|
6464
6464
|
},
|
|
6465
6465
|
"signature": "(property) appName: string",
|
|
@@ -6468,7 +6468,7 @@
|
|
|
6468
6468
|
"__schema": "KeywordTypeSchema",
|
|
6469
6469
|
"location": {
|
|
6470
6470
|
"filePath": "application.main.runtime.ts",
|
|
6471
|
-
"line":
|
|
6471
|
+
"line": 42,
|
|
6472
6472
|
"character": 12
|
|
6473
6473
|
},
|
|
6474
6474
|
"name": "string"
|
|
@@ -6479,7 +6479,7 @@
|
|
|
6479
6479
|
"__schema": "VariableLikeSchema",
|
|
6480
6480
|
"location": {
|
|
6481
6481
|
"filePath": "application.main.runtime.ts",
|
|
6482
|
-
"line":
|
|
6482
|
+
"line": 43,
|
|
6483
6483
|
"character": 3
|
|
6484
6484
|
},
|
|
6485
6485
|
"signature": "(property) type?: string | undefined",
|
|
@@ -6488,7 +6488,7 @@
|
|
|
6488
6488
|
"__schema": "KeywordTypeSchema",
|
|
6489
6489
|
"location": {
|
|
6490
6490
|
"filePath": "application.main.runtime.ts",
|
|
6491
|
-
"line":
|
|
6491
|
+
"line": 43,
|
|
6492
6492
|
"character": 10
|
|
6493
6493
|
},
|
|
6494
6494
|
"name": "string"
|
|
@@ -6502,7 +6502,7 @@
|
|
|
6502
6502
|
"__schema": "TypeSchema",
|
|
6503
6503
|
"location": {
|
|
6504
6504
|
"filePath": "application.main.runtime.ts",
|
|
6505
|
-
"line":
|
|
6505
|
+
"line": 46,
|
|
6506
6506
|
"character": 1
|
|
6507
6507
|
},
|
|
6508
6508
|
"signature": "type ServeAppOptions = {\n defaultPortRange?: [start: number, end: number] | undefined;\n dev: boolean;\n watch?: boolean | undefined;\n ssr?: boolean | undefined;\n port?: number | undefined;\n}",
|
|
@@ -6511,7 +6511,7 @@
|
|
|
6511
6511
|
"__schema": "TypeLiteralSchema",
|
|
6512
6512
|
"location": {
|
|
6513
6513
|
"filePath": "application.main.runtime.ts",
|
|
6514
|
-
"line":
|
|
6514
|
+
"line": 46,
|
|
6515
6515
|
"character": 31
|
|
6516
6516
|
},
|
|
6517
6517
|
"members": [
|
|
@@ -6519,14 +6519,14 @@
|
|
|
6519
6519
|
"__schema": "VariableLikeSchema",
|
|
6520
6520
|
"location": {
|
|
6521
6521
|
"filePath": "application.main.runtime.ts",
|
|
6522
|
-
"line":
|
|
6522
|
+
"line": 50,
|
|
6523
6523
|
"character": 3
|
|
6524
6524
|
},
|
|
6525
6525
|
"doc": {
|
|
6526
6526
|
"__schema": "DocSchema",
|
|
6527
6527
|
"location": {
|
|
6528
6528
|
"filePath": "application.main.runtime.ts",
|
|
6529
|
-
"line":
|
|
6529
|
+
"line": 47,
|
|
6530
6530
|
"character": 3
|
|
6531
6531
|
},
|
|
6532
6532
|
"raw": "/**\n * default port range used to serve applications.\n */",
|
|
@@ -6539,7 +6539,7 @@
|
|
|
6539
6539
|
"__schema": "TupleTypeSchema",
|
|
6540
6540
|
"location": {
|
|
6541
6541
|
"filePath": "application.main.runtime.ts",
|
|
6542
|
-
"line":
|
|
6542
|
+
"line": 50,
|
|
6543
6543
|
"character": 22
|
|
6544
6544
|
},
|
|
6545
6545
|
"elements": [
|
|
@@ -6547,7 +6547,7 @@
|
|
|
6547
6547
|
"__schema": "NamedTupleSchema",
|
|
6548
6548
|
"location": {
|
|
6549
6549
|
"filePath": "application.main.runtime.ts",
|
|
6550
|
-
"line":
|
|
6550
|
+
"line": 50,
|
|
6551
6551
|
"character": 23
|
|
6552
6552
|
},
|
|
6553
6553
|
"name": "start",
|
|
@@ -6555,7 +6555,7 @@
|
|
|
6555
6555
|
"__schema": "KeywordTypeSchema",
|
|
6556
6556
|
"location": {
|
|
6557
6557
|
"filePath": "application.main.runtime.ts",
|
|
6558
|
-
"line":
|
|
6558
|
+
"line": 50,
|
|
6559
6559
|
"character": 30
|
|
6560
6560
|
},
|
|
6561
6561
|
"name": "number"
|
|
@@ -6565,7 +6565,7 @@
|
|
|
6565
6565
|
"__schema": "NamedTupleSchema",
|
|
6566
6566
|
"location": {
|
|
6567
6567
|
"filePath": "application.main.runtime.ts",
|
|
6568
|
-
"line":
|
|
6568
|
+
"line": 50,
|
|
6569
6569
|
"character": 38
|
|
6570
6570
|
},
|
|
6571
6571
|
"name": "end",
|
|
@@ -6573,7 +6573,7 @@
|
|
|
6573
6573
|
"__schema": "KeywordTypeSchema",
|
|
6574
6574
|
"location": {
|
|
6575
6575
|
"filePath": "application.main.runtime.ts",
|
|
6576
|
-
"line":
|
|
6576
|
+
"line": 50,
|
|
6577
6577
|
"character": 43
|
|
6578
6578
|
},
|
|
6579
6579
|
"name": "number"
|
|
@@ -6587,14 +6587,14 @@
|
|
|
6587
6587
|
"__schema": "VariableLikeSchema",
|
|
6588
6588
|
"location": {
|
|
6589
6589
|
"filePath": "application.main.runtime.ts",
|
|
6590
|
-
"line":
|
|
6590
|
+
"line": 55,
|
|
6591
6591
|
"character": 3
|
|
6592
6592
|
},
|
|
6593
6593
|
"doc": {
|
|
6594
6594
|
"__schema": "DocSchema",
|
|
6595
6595
|
"location": {
|
|
6596
6596
|
"filePath": "application.main.runtime.ts",
|
|
6597
|
-
"line":
|
|
6597
|
+
"line": 52,
|
|
6598
6598
|
"character": 3
|
|
6599
6599
|
},
|
|
6600
6600
|
"raw": "/**\n * determine whether to start the application in dev mode.\n */",
|
|
@@ -6607,7 +6607,7 @@
|
|
|
6607
6607
|
"__schema": "KeywordTypeSchema",
|
|
6608
6608
|
"location": {
|
|
6609
6609
|
"filePath": "application.main.runtime.ts",
|
|
6610
|
-
"line":
|
|
6610
|
+
"line": 55,
|
|
6611
6611
|
"character": 8
|
|
6612
6612
|
},
|
|
6613
6613
|
"name": "boolean"
|
|
@@ -6618,14 +6618,14 @@
|
|
|
6618
6618
|
"__schema": "VariableLikeSchema",
|
|
6619
6619
|
"location": {
|
|
6620
6620
|
"filePath": "application.main.runtime.ts",
|
|
6621
|
-
"line":
|
|
6621
|
+
"line": 61,
|
|
6622
6622
|
"character": 3
|
|
6623
6623
|
},
|
|
6624
6624
|
"doc": {
|
|
6625
6625
|
"__schema": "DocSchema",
|
|
6626
6626
|
"location": {
|
|
6627
6627
|
"filePath": "application.main.runtime.ts",
|
|
6628
|
-
"line":
|
|
6628
|
+
"line": 57,
|
|
6629
6629
|
"character": 3
|
|
6630
6630
|
},
|
|
6631
6631
|
"raw": "/**\n * actively watch and compile the workspace (like the bit watch command)\n * @default true\n */",
|
|
@@ -6635,7 +6635,7 @@
|
|
|
6635
6635
|
"__schema": "TagSchema",
|
|
6636
6636
|
"location": {
|
|
6637
6637
|
"filePath": "application.main.runtime.ts",
|
|
6638
|
-
"line":
|
|
6638
|
+
"line": 59,
|
|
6639
6639
|
"character": 6
|
|
6640
6640
|
},
|
|
6641
6641
|
"tagName": "default",
|
|
@@ -6649,7 +6649,7 @@
|
|
|
6649
6649
|
"__schema": "KeywordTypeSchema",
|
|
6650
6650
|
"location": {
|
|
6651
6651
|
"filePath": "application.main.runtime.ts",
|
|
6652
|
-
"line":
|
|
6652
|
+
"line": 61,
|
|
6653
6653
|
"character": 11
|
|
6654
6654
|
},
|
|
6655
6655
|
"name": "boolean"
|
|
@@ -6660,14 +6660,14 @@
|
|
|
6660
6660
|
"__schema": "VariableLikeSchema",
|
|
6661
6661
|
"location": {
|
|
6662
6662
|
"filePath": "application.main.runtime.ts",
|
|
6663
|
-
"line":
|
|
6663
|
+
"line": 67,
|
|
6664
6664
|
"character": 3
|
|
6665
6665
|
},
|
|
6666
6666
|
"doc": {
|
|
6667
6667
|
"__schema": "DocSchema",
|
|
6668
6668
|
"location": {
|
|
6669
6669
|
"filePath": "application.main.runtime.ts",
|
|
6670
|
-
"line":
|
|
6670
|
+
"line": 63,
|
|
6671
6671
|
"character": 3
|
|
6672
6672
|
},
|
|
6673
6673
|
"raw": "/**\n * determine whether to start the application in server side mode.\n * @default false\n */",
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
"__schema": "TagSchema",
|
|
6678
6678
|
"location": {
|
|
6679
6679
|
"filePath": "application.main.runtime.ts",
|
|
6680
|
-
"line":
|
|
6680
|
+
"line": 65,
|
|
6681
6681
|
"character": 6
|
|
6682
6682
|
},
|
|
6683
6683
|
"tagName": "default",
|
|
@@ -6691,7 +6691,7 @@
|
|
|
6691
6691
|
"__schema": "KeywordTypeSchema",
|
|
6692
6692
|
"location": {
|
|
6693
6693
|
"filePath": "application.main.runtime.ts",
|
|
6694
|
-
"line":
|
|
6694
|
+
"line": 67,
|
|
6695
6695
|
"character": 9
|
|
6696
6696
|
},
|
|
6697
6697
|
"name": "boolean"
|
|
@@ -6702,14 +6702,14 @@
|
|
|
6702
6702
|
"__schema": "VariableLikeSchema",
|
|
6703
6703
|
"location": {
|
|
6704
6704
|
"filePath": "application.main.runtime.ts",
|
|
6705
|
-
"line":
|
|
6705
|
+
"line": 72,
|
|
6706
6706
|
"character": 3
|
|
6707
6707
|
},
|
|
6708
6708
|
"doc": {
|
|
6709
6709
|
"__schema": "DocSchema",
|
|
6710
6710
|
"location": {
|
|
6711
6711
|
"filePath": "application.main.runtime.ts",
|
|
6712
|
-
"line":
|
|
6712
|
+
"line": 69,
|
|
6713
6713
|
"character": 3
|
|
6714
6714
|
},
|
|
6715
6715
|
"raw": "/**\n * exact port to run the app\n */",
|
|
@@ -6722,7 +6722,7 @@
|
|
|
6722
6722
|
"__schema": "KeywordTypeSchema",
|
|
6723
6723
|
"location": {
|
|
6724
6724
|
"filePath": "application.main.runtime.ts",
|
|
6725
|
-
"line":
|
|
6725
|
+
"line": 72,
|
|
6726
6726
|
"character": 10
|
|
6727
6727
|
},
|
|
6728
6728
|
"name": "number"
|
|
@@ -6736,7 +6736,7 @@
|
|
|
6736
6736
|
"__schema": "ClassSchema",
|
|
6737
6737
|
"location": {
|
|
6738
6738
|
"filePath": "application.main.runtime.ts",
|
|
6739
|
-
"line":
|
|
6739
|
+
"line": 75,
|
|
6740
6740
|
"character": 1
|
|
6741
6741
|
},
|
|
6742
6742
|
"signature": "class ApplicationMain",
|
|
@@ -6746,7 +6746,7 @@
|
|
|
6746
6746
|
"__schema": "ConstructorSchema",
|
|
6747
6747
|
"location": {
|
|
6748
6748
|
"filePath": "application.main.runtime.ts",
|
|
6749
|
-
"line":
|
|
6749
|
+
"line": 76,
|
|
6750
6750
|
"character": 3
|
|
6751
6751
|
},
|
|
6752
6752
|
"signature": "constructor ApplicationMain(appSlot: ApplicationSlot, appTypeSlot: ApplicationTypeSlot, deploymentProviderSlot: DeploymentProviderSlot, config: ApplicationAspectConfig, envs: EnvsMain, componentAspect: ComponentMain, appService: AppService, aspectLoader: AspectLoaderMain, workspace: Workspace, logger: Logger, watcher: WatcherMain, harmony: Harmony): ApplicationMain",
|
|
@@ -6756,7 +6756,7 @@
|
|
|
6756
6756
|
"__schema": "ParameterSchema",
|
|
6757
6757
|
"location": {
|
|
6758
6758
|
"filePath": "application.main.runtime.ts",
|
|
6759
|
-
"line":
|
|
6759
|
+
"line": 77,
|
|
6760
6760
|
"character": 5
|
|
6761
6761
|
},
|
|
6762
6762
|
"name": "appSlot",
|
|
@@ -6764,7 +6764,7 @@
|
|
|
6764
6764
|
"__schema": "TypeRefSchema",
|
|
6765
6765
|
"location": {
|
|
6766
6766
|
"filePath": "application.main.runtime.ts",
|
|
6767
|
-
"line":
|
|
6767
|
+
"line": 77,
|
|
6768
6768
|
"character": 22
|
|
6769
6769
|
},
|
|
6770
6770
|
"name": "ApplicationSlot"
|
|
@@ -6776,7 +6776,7 @@
|
|
|
6776
6776
|
"__schema": "ParameterSchema",
|
|
6777
6777
|
"location": {
|
|
6778
6778
|
"filePath": "application.main.runtime.ts",
|
|
6779
|
-
"line":
|
|
6779
|
+
"line": 79,
|
|
6780
6780
|
"character": 5
|
|
6781
6781
|
},
|
|
6782
6782
|
"name": "appTypeSlot",
|
|
@@ -6784,7 +6784,7 @@
|
|
|
6784
6784
|
"__schema": "TypeRefSchema",
|
|
6785
6785
|
"location": {
|
|
6786
6786
|
"filePath": "application.main.runtime.ts",
|
|
6787
|
-
"line":
|
|
6787
|
+
"line": 79,
|
|
6788
6788
|
"character": 26
|
|
6789
6789
|
},
|
|
6790
6790
|
"name": "ApplicationTypeSlot"
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
"__schema": "ParameterSchema",
|
|
6797
6797
|
"location": {
|
|
6798
6798
|
"filePath": "application.main.runtime.ts",
|
|
6799
|
-
"line":
|
|
6799
|
+
"line": 80,
|
|
6800
6800
|
"character": 5
|
|
6801
6801
|
},
|
|
6802
6802
|
"name": "deploymentProviderSlot",
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
"__schema": "TypeRefSchema",
|
|
6805
6805
|
"location": {
|
|
6806
6806
|
"filePath": "application.main.runtime.ts",
|
|
6807
|
-
"line":
|
|
6807
|
+
"line": 80,
|
|
6808
6808
|
"character": 37
|
|
6809
6809
|
},
|
|
6810
6810
|
"name": "DeploymentProviderSlot"
|
|
@@ -6816,7 +6816,7 @@
|
|
|
6816
6816
|
"__schema": "ParameterSchema",
|
|
6817
6817
|
"location": {
|
|
6818
6818
|
"filePath": "application.main.runtime.ts",
|
|
6819
|
-
"line":
|
|
6819
|
+
"line": 81,
|
|
6820
6820
|
"character": 5
|
|
6821
6821
|
},
|
|
6822
6822
|
"name": "config",
|
|
@@ -6824,7 +6824,7 @@
|
|
|
6824
6824
|
"__schema": "TypeRefSchema",
|
|
6825
6825
|
"location": {
|
|
6826
6826
|
"filePath": "application.main.runtime.ts",
|
|
6827
|
-
"line":
|
|
6827
|
+
"line": 81,
|
|
6828
6828
|
"character": 21
|
|
6829
6829
|
},
|
|
6830
6830
|
"name": "ApplicationAspectConfig"
|
|
@@ -6836,7 +6836,7 @@
|
|
|
6836
6836
|
"__schema": "ParameterSchema",
|
|
6837
6837
|
"location": {
|
|
6838
6838
|
"filePath": "application.main.runtime.ts",
|
|
6839
|
-
"line":
|
|
6839
|
+
"line": 82,
|
|
6840
6840
|
"character": 5
|
|
6841
6841
|
},
|
|
6842
6842
|
"name": "envs",
|
|
@@ -6844,7 +6844,7 @@
|
|
|
6844
6844
|
"__schema": "TypeRefSchema",
|
|
6845
6845
|
"location": {
|
|
6846
6846
|
"filePath": "application.main.runtime.ts",
|
|
6847
|
-
"line":
|
|
6847
|
+
"line": 82,
|
|
6848
6848
|
"character": 19
|
|
6849
6849
|
},
|
|
6850
6850
|
"name": "EnvsMain"
|
|
@@ -6856,7 +6856,7 @@
|
|
|
6856
6856
|
"__schema": "ParameterSchema",
|
|
6857
6857
|
"location": {
|
|
6858
6858
|
"filePath": "application.main.runtime.ts",
|
|
6859
|
-
"line":
|
|
6859
|
+
"line": 83,
|
|
6860
6860
|
"character": 5
|
|
6861
6861
|
},
|
|
6862
6862
|
"name": "componentAspect",
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
"__schema": "TypeRefSchema",
|
|
6865
6865
|
"location": {
|
|
6866
6866
|
"filePath": "application.main.runtime.ts",
|
|
6867
|
-
"line":
|
|
6867
|
+
"line": 83,
|
|
6868
6868
|
"character": 30
|
|
6869
6869
|
},
|
|
6870
6870
|
"name": "ComponentMain"
|
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
"__schema": "ParameterSchema",
|
|
6877
6877
|
"location": {
|
|
6878
6878
|
"filePath": "application.main.runtime.ts",
|
|
6879
|
-
"line":
|
|
6879
|
+
"line": 84,
|
|
6880
6880
|
"character": 5
|
|
6881
6881
|
},
|
|
6882
6882
|
"name": "appService",
|
|
@@ -6884,7 +6884,7 @@
|
|
|
6884
6884
|
"__schema": "TypeRefSchema",
|
|
6885
6885
|
"location": {
|
|
6886
6886
|
"filePath": "application.main.runtime.ts",
|
|
6887
|
-
"line":
|
|
6887
|
+
"line": 84,
|
|
6888
6888
|
"character": 25
|
|
6889
6889
|
},
|
|
6890
6890
|
"name": "AppService"
|
|
@@ -6896,7 +6896,7 @@
|
|
|
6896
6896
|
"__schema": "ParameterSchema",
|
|
6897
6897
|
"location": {
|
|
6898
6898
|
"filePath": "application.main.runtime.ts",
|
|
6899
|
-
"line":
|
|
6899
|
+
"line": 85,
|
|
6900
6900
|
"character": 5
|
|
6901
6901
|
},
|
|
6902
6902
|
"name": "aspectLoader",
|
|
@@ -6904,7 +6904,7 @@
|
|
|
6904
6904
|
"__schema": "TypeRefSchema",
|
|
6905
6905
|
"location": {
|
|
6906
6906
|
"filePath": "application.main.runtime.ts",
|
|
6907
|
-
"line":
|
|
6907
|
+
"line": 85,
|
|
6908
6908
|
"character": 27
|
|
6909
6909
|
},
|
|
6910
6910
|
"name": "AspectLoaderMain"
|
|
@@ -6916,7 +6916,7 @@
|
|
|
6916
6916
|
"__schema": "ParameterSchema",
|
|
6917
6917
|
"location": {
|
|
6918
6918
|
"filePath": "application.main.runtime.ts",
|
|
6919
|
-
"line":
|
|
6919
|
+
"line": 86,
|
|
6920
6920
|
"character": 5
|
|
6921
6921
|
},
|
|
6922
6922
|
"name": "workspace",
|
|
@@ -6924,7 +6924,7 @@
|
|
|
6924
6924
|
"__schema": "TypeRefSchema",
|
|
6925
6925
|
"location": {
|
|
6926
6926
|
"filePath": "application.main.runtime.ts",
|
|
6927
|
-
"line":
|
|
6927
|
+
"line": 86,
|
|
6928
6928
|
"character": 24
|
|
6929
6929
|
},
|
|
6930
6930
|
"name": "Workspace"
|
|
@@ -6936,7 +6936,7 @@
|
|
|
6936
6936
|
"__schema": "ParameterSchema",
|
|
6937
6937
|
"location": {
|
|
6938
6938
|
"filePath": "application.main.runtime.ts",
|
|
6939
|
-
"line":
|
|
6939
|
+
"line": 87,
|
|
6940
6940
|
"character": 5
|
|
6941
6941
|
},
|
|
6942
6942
|
"name": "logger",
|
|
@@ -6944,7 +6944,7 @@
|
|
|
6944
6944
|
"__schema": "TypeRefSchema",
|
|
6945
6945
|
"location": {
|
|
6946
6946
|
"filePath": "application.main.runtime.ts",
|
|
6947
|
-
"line":
|
|
6947
|
+
"line": 87,
|
|
6948
6948
|
"character": 21
|
|
6949
6949
|
},
|
|
6950
6950
|
"name": "Logger"
|
|
@@ -6956,7 +6956,7 @@
|
|
|
6956
6956
|
"__schema": "ParameterSchema",
|
|
6957
6957
|
"location": {
|
|
6958
6958
|
"filePath": "application.main.runtime.ts",
|
|
6959
|
-
"line":
|
|
6959
|
+
"line": 88,
|
|
6960
6960
|
"character": 5
|
|
6961
6961
|
},
|
|
6962
6962
|
"name": "watcher",
|
|
@@ -6964,7 +6964,7 @@
|
|
|
6964
6964
|
"__schema": "TypeRefSchema",
|
|
6965
6965
|
"location": {
|
|
6966
6966
|
"filePath": "application.main.runtime.ts",
|
|
6967
|
-
"line":
|
|
6967
|
+
"line": 88,
|
|
6968
6968
|
"character": 22
|
|
6969
6969
|
},
|
|
6970
6970
|
"name": "WatcherMain"
|
|
@@ -6976,7 +6976,7 @@
|
|
|
6976
6976
|
"__schema": "ParameterSchema",
|
|
6977
6977
|
"location": {
|
|
6978
6978
|
"filePath": "application.main.runtime.ts",
|
|
6979
|
-
"line":
|
|
6979
|
+
"line": 89,
|
|
6980
6980
|
"character": 5
|
|
6981
6981
|
},
|
|
6982
6982
|
"name": "harmony",
|
|
@@ -6984,7 +6984,7 @@
|
|
|
6984
6984
|
"__schema": "TypeRefSchema",
|
|
6985
6985
|
"location": {
|
|
6986
6986
|
"filePath": "application.main.runtime.ts",
|
|
6987
|
-
"line":
|
|
6987
|
+
"line": 89,
|
|
6988
6988
|
"character": 22
|
|
6989
6989
|
},
|
|
6990
6990
|
"name": "Harmony"
|
|
@@ -6997,7 +6997,7 @@
|
|
|
6997
6997
|
"__schema": "ThisTypeSchema",
|
|
6998
6998
|
"location": {
|
|
6999
6999
|
"filePath": "application.main.runtime.ts",
|
|
7000
|
-
"line":
|
|
7000
|
+
"line": 75,
|
|
7001
7001
|
"character": 1
|
|
7002
7002
|
},
|
|
7003
7003
|
"name": "ApplicationMain"
|
|
@@ -7008,14 +7008,14 @@
|
|
|
7008
7008
|
"__schema": "FunctionLikeSchema",
|
|
7009
7009
|
"location": {
|
|
7010
7010
|
"filePath": "application.main.runtime.ts",
|
|
7011
|
-
"line":
|
|
7011
|
+
"line": 95,
|
|
7012
7012
|
"character": 3
|
|
7013
7013
|
},
|
|
7014
7014
|
"doc": {
|
|
7015
7015
|
"__schema": "DocSchema",
|
|
7016
7016
|
"location": {
|
|
7017
7017
|
"filePath": "application.main.runtime.ts",
|
|
7018
|
-
"line":
|
|
7018
|
+
"line": 92,
|
|
7019
7019
|
"character": 3
|
|
7020
7020
|
},
|
|
7021
7021
|
"raw": "/**\n * register a new app.\n */",
|
|
@@ -7029,7 +7029,7 @@
|
|
|
7029
7029
|
"__schema": "ParameterSchema",
|
|
7030
7030
|
"location": {
|
|
7031
7031
|
"filePath": "application.main.runtime.ts",
|
|
7032
|
-
"line":
|
|
7032
|
+
"line": 95,
|
|
7033
7033
|
"character": 15
|
|
7034
7034
|
},
|
|
7035
7035
|
"name": "app",
|
|
@@ -7037,7 +7037,7 @@
|
|
|
7037
7037
|
"__schema": "TypeRefSchema",
|
|
7038
7038
|
"location": {
|
|
7039
7039
|
"filePath": "application.main.runtime.ts",
|
|
7040
|
-
"line":
|
|
7040
|
+
"line": 95,
|
|
7041
7041
|
"character": 20
|
|
7042
7042
|
},
|
|
7043
7043
|
"name": "Application"
|
|
@@ -7050,7 +7050,7 @@
|
|
|
7050
7050
|
"__schema": "TypeRefSchema",
|
|
7051
7051
|
"location": {
|
|
7052
7052
|
"filePath": "application.main.runtime.ts",
|
|
7053
|
-
"line":
|
|
7053
|
+
"line": 95,
|
|
7054
7054
|
"character": 3
|
|
7055
7055
|
},
|
|
7056
7056
|
"name": "ApplicationMain"
|
|
@@ -7061,14 +7061,14 @@
|
|
|
7061
7061
|
"__schema": "FunctionLikeSchema",
|
|
7062
7062
|
"location": {
|
|
7063
7063
|
"filePath": "application.main.runtime.ts",
|
|
7064
|
-
"line":
|
|
7064
|
+
"line": 103,
|
|
7065
7065
|
"character": 3
|
|
7066
7066
|
},
|
|
7067
7067
|
"doc": {
|
|
7068
7068
|
"__schema": "DocSchema",
|
|
7069
7069
|
"location": {
|
|
7070
7070
|
"filePath": "application.main.runtime.ts",
|
|
7071
|
-
"line":
|
|
7071
|
+
"line": 100,
|
|
7072
7072
|
"character": 3
|
|
7073
7073
|
},
|
|
7074
7074
|
"raw": "/**\n * list all registered apps.\n */",
|
|
@@ -7082,14 +7082,14 @@
|
|
|
7082
7082
|
"__schema": "TypeArraySchema",
|
|
7083
7083
|
"location": {
|
|
7084
7084
|
"filePath": "application.main.runtime.ts",
|
|
7085
|
-
"line":
|
|
7085
|
+
"line": 103,
|
|
7086
7086
|
"character": 15
|
|
7087
7087
|
},
|
|
7088
7088
|
"type": {
|
|
7089
7089
|
"__schema": "TypeRefSchema",
|
|
7090
7090
|
"location": {
|
|
7091
7091
|
"filePath": "application.main.runtime.ts",
|
|
7092
|
-
"line":
|
|
7092
|
+
"line": 103,
|
|
7093
7093
|
"character": 15
|
|
7094
7094
|
},
|
|
7095
7095
|
"name": "Application"
|
|
@@ -7101,14 +7101,14 @@
|
|
|
7101
7101
|
"__schema": "FunctionLikeSchema",
|
|
7102
7102
|
"location": {
|
|
7103
7103
|
"filePath": "application.main.runtime.ts",
|
|
7104
|
-
"line":
|
|
7104
|
+
"line": 110,
|
|
7105
7105
|
"character": 3
|
|
7106
7106
|
},
|
|
7107
7107
|
"doc": {
|
|
7108
7108
|
"__schema": "DocSchema",
|
|
7109
7109
|
"location": {
|
|
7110
7110
|
"filePath": "application.main.runtime.ts",
|
|
7111
|
-
"line":
|
|
7111
|
+
"line": 107,
|
|
7112
7112
|
"character": 3
|
|
7113
7113
|
},
|
|
7114
7114
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
@@ -7122,7 +7122,7 @@
|
|
|
7122
7122
|
"__schema": "InferenceTypeSchema",
|
|
7123
7123
|
"location": {
|
|
7124
7124
|
"filePath": "application.main.runtime.ts",
|
|
7125
|
-
"line":
|
|
7125
|
+
"line": 110,
|
|
7126
7126
|
"character": 3
|
|
7127
7127
|
},
|
|
7128
7128
|
"type": "[string, Application[]][]"
|
|
@@ -7133,14 +7133,14 @@
|
|
|
7133
7133
|
"__schema": "FunctionLikeSchema",
|
|
7134
7134
|
"location": {
|
|
7135
7135
|
"filePath": "application.main.runtime.ts",
|
|
7136
|
-
"line":
|
|
7136
|
+
"line": 119,
|
|
7137
7137
|
"character": 3
|
|
7138
7138
|
},
|
|
7139
7139
|
"doc": {
|
|
7140
7140
|
"__schema": "DocSchema",
|
|
7141
7141
|
"location": {
|
|
7142
7142
|
"filePath": "application.main.runtime.ts",
|
|
7143
|
-
"line":
|
|
7143
|
+
"line": 114,
|
|
7144
7144
|
"character": 3
|
|
7145
7145
|
},
|
|
7146
7146
|
"raw": "/**\n * instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\n * they could register to the apps slots and be available to list/run etc.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
|
|
@@ -7154,7 +7154,7 @@
|
|
|
7154
7154
|
"__schema": "ParameterSchema",
|
|
7155
7155
|
"location": {
|
|
7156
7156
|
"filePath": "application.main.runtime.ts",
|
|
7157
|
-
"line":
|
|
7157
|
+
"line": 119,
|
|
7158
7158
|
"character": 30
|
|
7159
7159
|
},
|
|
7160
7160
|
"name": "poolIds",
|
|
@@ -7162,14 +7162,14 @@
|
|
|
7162
7162
|
"__schema": "TypeArraySchema",
|
|
7163
7163
|
"location": {
|
|
7164
7164
|
"filePath": "application.main.runtime.ts",
|
|
7165
|
-
"line":
|
|
7165
|
+
"line": 119,
|
|
7166
7166
|
"character": 40
|
|
7167
7167
|
},
|
|
7168
7168
|
"type": {
|
|
7169
7169
|
"__schema": "TypeRefSchema",
|
|
7170
7170
|
"location": {
|
|
7171
7171
|
"filePath": "application.main.runtime.ts",
|
|
7172
|
-
"line":
|
|
7172
|
+
"line": 119,
|
|
7173
7173
|
"character": 40
|
|
7174
7174
|
},
|
|
7175
7175
|
"name": "ComponentID"
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
"__schema": "TypeRefSchema",
|
|
7184
7184
|
"location": {
|
|
7185
7185
|
"filePath": "application.main.runtime.ts",
|
|
7186
|
-
"line":
|
|
7186
|
+
"line": 119,
|
|
7187
7187
|
"character": 56
|
|
7188
7188
|
},
|
|
7189
7189
|
"name": "Promise",
|
|
@@ -7192,14 +7192,14 @@
|
|
|
7192
7192
|
"__schema": "TypeArraySchema",
|
|
7193
7193
|
"location": {
|
|
7194
7194
|
"filePath": "application.main.runtime.ts",
|
|
7195
|
-
"line":
|
|
7195
|
+
"line": 119,
|
|
7196
7196
|
"character": 64
|
|
7197
7197
|
},
|
|
7198
7198
|
"type": {
|
|
7199
7199
|
"__schema": "TypeRefSchema",
|
|
7200
7200
|
"location": {
|
|
7201
7201
|
"filePath": "application.main.runtime.ts",
|
|
7202
|
-
"line":
|
|
7202
|
+
"line": 119,
|
|
7203
7203
|
"character": 64
|
|
7204
7204
|
},
|
|
7205
7205
|
"name": "ComponentID"
|
|
@@ -7215,14 +7215,14 @@
|
|
|
7215
7215
|
"__schema": "FunctionLikeSchema",
|
|
7216
7216
|
"location": {
|
|
7217
7217
|
"filePath": "application.main.runtime.ts",
|
|
7218
|
-
"line":
|
|
7218
|
+
"line": 130,
|
|
7219
7219
|
"character": 3
|
|
7220
7220
|
},
|
|
7221
7221
|
"doc": {
|
|
7222
7222
|
"__schema": "DocSchema",
|
|
7223
7223
|
"location": {
|
|
7224
7224
|
"filePath": "application.main.runtime.ts",
|
|
7225
|
-
"line":
|
|
7225
|
+
"line": 126,
|
|
7226
7226
|
"character": 3
|
|
7227
7227
|
},
|
|
7228
7228
|
"raw": "/**\n * list apps by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
"__schema": "ParameterSchema",
|
|
7237
7237
|
"location": {
|
|
7238
7238
|
"filePath": "application.main.runtime.ts",
|
|
7239
|
-
"line":
|
|
7239
|
+
"line": 130,
|
|
7240
7240
|
"character": 16
|
|
7241
7241
|
},
|
|
7242
7242
|
"name": "id",
|
|
@@ -7244,7 +7244,7 @@
|
|
|
7244
7244
|
"__schema": "TypeRefSchema",
|
|
7245
7245
|
"location": {
|
|
7246
7246
|
"filePath": "application.main.runtime.ts",
|
|
7247
|
-
"line":
|
|
7247
|
+
"line": 130,
|
|
7248
7248
|
"character": 21
|
|
7249
7249
|
},
|
|
7250
7250
|
"name": "ComponentID"
|
|
@@ -7257,7 +7257,7 @@
|
|
|
7257
7257
|
"__schema": "TypeUnionSchema",
|
|
7258
7258
|
"location": {
|
|
7259
7259
|
"filePath": "application.main.runtime.ts",
|
|
7260
|
-
"line":
|
|
7260
|
+
"line": 130,
|
|
7261
7261
|
"character": 35
|
|
7262
7262
|
},
|
|
7263
7263
|
"types": [
|
|
@@ -7265,14 +7265,14 @@
|
|
|
7265
7265
|
"__schema": "TypeArraySchema",
|
|
7266
7266
|
"location": {
|
|
7267
7267
|
"filePath": "application.main.runtime.ts",
|
|
7268
|
-
"line":
|
|
7268
|
+
"line": 130,
|
|
7269
7269
|
"character": 35
|
|
7270
7270
|
},
|
|
7271
7271
|
"type": {
|
|
7272
7272
|
"__schema": "TypeRefSchema",
|
|
7273
7273
|
"location": {
|
|
7274
7274
|
"filePath": "application.main.runtime.ts",
|
|
7275
|
-
"line":
|
|
7275
|
+
"line": 130,
|
|
7276
7276
|
"character": 35
|
|
7277
7277
|
},
|
|
7278
7278
|
"name": "Application"
|
|
@@ -7282,7 +7282,7 @@
|
|
|
7282
7282
|
"__schema": "KeywordTypeSchema",
|
|
7283
7283
|
"location": {
|
|
7284
7284
|
"filePath": "application.main.runtime.ts",
|
|
7285
|
-
"line":
|
|
7285
|
+
"line": 130,
|
|
7286
7286
|
"character": 51
|
|
7287
7287
|
},
|
|
7288
7288
|
"name": "undefined"
|
|
@@ -7295,14 +7295,14 @@
|
|
|
7295
7295
|
"__schema": "FunctionLikeSchema",
|
|
7296
7296
|
"location": {
|
|
7297
7297
|
"filePath": "application.main.runtime.ts",
|
|
7298
|
-
"line":
|
|
7298
|
+
"line": 139,
|
|
7299
7299
|
"character": 3
|
|
7300
7300
|
},
|
|
7301
7301
|
"doc": {
|
|
7302
7302
|
"__schema": "DocSchema",
|
|
7303
7303
|
"location": {
|
|
7304
7304
|
"filePath": "application.main.runtime.ts",
|
|
7305
|
-
"line":
|
|
7305
|
+
"line": 135,
|
|
7306
7306
|
"character": 3
|
|
7307
7307
|
},
|
|
7308
7308
|
"raw": "/**\n * get an application by a component id.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -7316,7 +7316,7 @@
|
|
|
7316
7316
|
"__schema": "ParameterSchema",
|
|
7317
7317
|
"location": {
|
|
7318
7318
|
"filePath": "application.main.runtime.ts",
|
|
7319
|
-
"line":
|
|
7319
|
+
"line": 139,
|
|
7320
7320
|
"character": 20
|
|
7321
7321
|
},
|
|
7322
7322
|
"name": "id",
|
|
@@ -7324,7 +7324,7 @@
|
|
|
7324
7324
|
"__schema": "TypeRefSchema",
|
|
7325
7325
|
"location": {
|
|
7326
7326
|
"filePath": "application.main.runtime.ts",
|
|
7327
|
-
"line":
|
|
7327
|
+
"line": 139,
|
|
7328
7328
|
"character": 24
|
|
7329
7329
|
},
|
|
7330
7330
|
"name": "ComponentID"
|
|
@@ -7337,7 +7337,7 @@
|
|
|
7337
7337
|
"__schema": "InferenceTypeSchema",
|
|
7338
7338
|
"location": {
|
|
7339
7339
|
"filePath": "application.main.runtime.ts",
|
|
7340
|
-
"line":
|
|
7340
|
+
"line": 139,
|
|
7341
7341
|
"character": 3
|
|
7342
7342
|
},
|
|
7343
7343
|
"type": "Promise<Application | undefined>"
|
|
@@ -7350,14 +7350,14 @@
|
|
|
7350
7350
|
"__schema": "FunctionLikeSchema",
|
|
7351
7351
|
"location": {
|
|
7352
7352
|
"filePath": "application.main.runtime.ts",
|
|
7353
|
-
"line":
|
|
7353
|
+
"line": 149,
|
|
7354
7354
|
"character": 3
|
|
7355
7355
|
},
|
|
7356
7356
|
"doc": {
|
|
7357
7357
|
"__schema": "DocSchema",
|
|
7358
7358
|
"location": {
|
|
7359
7359
|
"filePath": "application.main.runtime.ts",
|
|
7360
|
-
"line":
|
|
7360
|
+
"line": 145,
|
|
7361
7361
|
"character": 3
|
|
7362
7362
|
},
|
|
7363
7363
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -7371,7 +7371,7 @@
|
|
|
7371
7371
|
"__schema": "ParameterSchema",
|
|
7372
7372
|
"location": {
|
|
7373
7373
|
"filePath": "application.main.runtime.ts",
|
|
7374
|
-
"line":
|
|
7374
|
+
"line": 149,
|
|
7375
7375
|
"character": 27
|
|
7376
7376
|
},
|
|
7377
7377
|
"name": "component",
|
|
@@ -7379,7 +7379,7 @@
|
|
|
7379
7379
|
"__schema": "TypeRefSchema",
|
|
7380
7380
|
"location": {
|
|
7381
7381
|
"filePath": "application.main.runtime.ts",
|
|
7382
|
-
"line":
|
|
7382
|
+
"line": 149,
|
|
7383
7383
|
"character": 38
|
|
7384
7384
|
},
|
|
7385
7385
|
"name": "Component"
|
|
@@ -7392,7 +7392,7 @@
|
|
|
7392
7392
|
"__schema": "TypeRefSchema",
|
|
7393
7393
|
"location": {
|
|
7394
7394
|
"filePath": "application.main.runtime.ts",
|
|
7395
|
-
"line":
|
|
7395
|
+
"line": 149,
|
|
7396
7396
|
"character": 3
|
|
7397
7397
|
},
|
|
7398
7398
|
"name": "Application"
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
"__schema": "FunctionLikeSchema",
|
|
7404
7404
|
"location": {
|
|
7405
7405
|
"filePath": "application.main.runtime.ts",
|
|
7406
|
-
"line":
|
|
7406
|
+
"line": 155,
|
|
7407
7407
|
"character": 3
|
|
7408
7408
|
},
|
|
7409
7409
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -7413,7 +7413,7 @@
|
|
|
7413
7413
|
"__schema": "TypeRefSchema",
|
|
7414
7414
|
"location": {
|
|
7415
7415
|
"filePath": "application.main.runtime.ts",
|
|
7416
|
-
"line":
|
|
7416
|
+
"line": 155,
|
|
7417
7417
|
"character": 3
|
|
7418
7418
|
},
|
|
7419
7419
|
"name": "ApplicationType"
|
|
@@ -7424,14 +7424,14 @@
|
|
|
7424
7424
|
"__schema": "FunctionLikeSchema",
|
|
7425
7425
|
"location": {
|
|
7426
7426
|
"filePath": "application.main.runtime.ts",
|
|
7427
|
-
"line":
|
|
7427
|
+
"line": 163,
|
|
7428
7428
|
"character": 3
|
|
7429
7429
|
},
|
|
7430
7430
|
"doc": {
|
|
7431
7431
|
"__schema": "DocSchema",
|
|
7432
7432
|
"location": {
|
|
7433
7433
|
"filePath": "application.main.runtime.ts",
|
|
7434
|
-
"line":
|
|
7434
|
+
"line": 159,
|
|
7435
7435
|
"character": 3
|
|
7436
7436
|
},
|
|
7437
7437
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -7441,7 +7441,7 @@
|
|
|
7441
7441
|
"__schema": "TagSchema",
|
|
7442
7442
|
"location": {
|
|
7443
7443
|
"filePath": "application.main.runtime.ts",
|
|
7444
|
-
"line":
|
|
7444
|
+
"line": 160,
|
|
7445
7445
|
"character": 6
|
|
7446
7446
|
},
|
|
7447
7447
|
"tagName": "deprecated",
|
|
@@ -7451,7 +7451,7 @@
|
|
|
7451
7451
|
"__schema": "ReturnTagSchema",
|
|
7452
7452
|
"location": {
|
|
7453
7453
|
"filePath": "application.main.runtime.ts",
|
|
7454
|
-
"line":
|
|
7454
|
+
"line": 161,
|
|
7455
7455
|
"character": 6
|
|
7456
7456
|
},
|
|
7457
7457
|
"tagName": "return"
|
|
@@ -7465,7 +7465,7 @@
|
|
|
7465
7465
|
"__schema": "TypeRefSchema",
|
|
7466
7466
|
"location": {
|
|
7467
7467
|
"filePath": "application.main.runtime.ts",
|
|
7468
|
-
"line":
|
|
7468
|
+
"line": 163,
|
|
7469
7469
|
"character": 35
|
|
7470
7470
|
},
|
|
7471
7471
|
"name": "Promise",
|
|
@@ -7474,14 +7474,14 @@
|
|
|
7474
7474
|
"__schema": "TypeArraySchema",
|
|
7475
7475
|
"location": {
|
|
7476
7476
|
"filePath": "application.main.runtime.ts",
|
|
7477
|
-
"line":
|
|
7477
|
+
"line": 163,
|
|
7478
7478
|
"character": 43
|
|
7479
7479
|
},
|
|
7480
7480
|
"type": {
|
|
7481
7481
|
"__schema": "TypeRefSchema",
|
|
7482
7482
|
"location": {
|
|
7483
7483
|
"filePath": "application.main.runtime.ts",
|
|
7484
|
-
"line":
|
|
7484
|
+
"line": 163,
|
|
7485
7485
|
"character": 43
|
|
7486
7486
|
},
|
|
7487
7487
|
"name": "Component"
|
|
@@ -7497,14 +7497,14 @@
|
|
|
7497
7497
|
"__schema": "FunctionLikeSchema",
|
|
7498
7498
|
"location": {
|
|
7499
7499
|
"filePath": "application.main.runtime.ts",
|
|
7500
|
-
"line":
|
|
7500
|
+
"line": 171,
|
|
7501
7501
|
"character": 3
|
|
7502
7502
|
},
|
|
7503
7503
|
"doc": {
|
|
7504
7504
|
"__schema": "DocSchema",
|
|
7505
7505
|
"location": {
|
|
7506
7506
|
"filePath": "application.main.runtime.ts",
|
|
7507
|
-
"line":
|
|
7507
|
+
"line": 167,
|
|
7508
7508
|
"character": 3
|
|
7509
7509
|
},
|
|
7510
7510
|
"raw": "/**\n * list all components that are apps.\n * if poolIds is provided, it will load only the apps that are part of the pool.\n */",
|
|
@@ -7518,7 +7518,7 @@
|
|
|
7518
7518
|
"__schema": "ParameterSchema",
|
|
7519
7519
|
"location": {
|
|
7520
7520
|
"filePath": "application.main.runtime.ts",
|
|
7521
|
-
"line":
|
|
7521
|
+
"line": 171,
|
|
7522
7522
|
"character": 28
|
|
7523
7523
|
},
|
|
7524
7524
|
"name": "poolIds",
|
|
@@ -7526,14 +7526,14 @@
|
|
|
7526
7526
|
"__schema": "TypeArraySchema",
|
|
7527
7527
|
"location": {
|
|
7528
7528
|
"filePath": "application.main.runtime.ts",
|
|
7529
|
-
"line":
|
|
7529
|
+
"line": 171,
|
|
7530
7530
|
"character": 38
|
|
7531
7531
|
},
|
|
7532
7532
|
"type": {
|
|
7533
7533
|
"__schema": "TypeRefSchema",
|
|
7534
7534
|
"location": {
|
|
7535
7535
|
"filePath": "application.main.runtime.ts",
|
|
7536
|
-
"line":
|
|
7536
|
+
"line": 171,
|
|
7537
7537
|
"character": 38
|
|
7538
7538
|
},
|
|
7539
7539
|
"name": "ComponentID"
|
|
@@ -7547,7 +7547,7 @@
|
|
|
7547
7547
|
"__schema": "TypeRefSchema",
|
|
7548
7548
|
"location": {
|
|
7549
7549
|
"filePath": "application.main.runtime.ts",
|
|
7550
|
-
"line":
|
|
7550
|
+
"line": 171,
|
|
7551
7551
|
"character": 54
|
|
7552
7552
|
},
|
|
7553
7553
|
"name": "Promise",
|
|
@@ -7556,14 +7556,14 @@
|
|
|
7556
7556
|
"__schema": "TypeArraySchema",
|
|
7557
7557
|
"location": {
|
|
7558
7558
|
"filePath": "application.main.runtime.ts",
|
|
7559
|
-
"line":
|
|
7559
|
+
"line": 171,
|
|
7560
7560
|
"character": 62
|
|
7561
7561
|
},
|
|
7562
7562
|
"type": {
|
|
7563
7563
|
"__schema": "TypeRefSchema",
|
|
7564
7564
|
"location": {
|
|
7565
7565
|
"filePath": "application.main.runtime.ts",
|
|
7566
|
-
"line":
|
|
7566
|
+
"line": 171,
|
|
7567
7567
|
"character": 62
|
|
7568
7568
|
},
|
|
7569
7569
|
"name": "Component"
|
|
@@ -7579,7 +7579,7 @@
|
|
|
7579
7579
|
"__schema": "FunctionLikeSchema",
|
|
7580
7580
|
"location": {
|
|
7581
7581
|
"filePath": "application.main.runtime.ts",
|
|
7582
|
-
"line":
|
|
7582
|
+
"line": 187,
|
|
7583
7583
|
"character": 3
|
|
7584
7584
|
},
|
|
7585
7585
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -7589,7 +7589,7 @@
|
|
|
7589
7589
|
"__schema": "InferenceTypeSchema",
|
|
7590
7590
|
"location": {
|
|
7591
7591
|
"filePath": "application.main.runtime.ts",
|
|
7592
|
-
"line":
|
|
7592
|
+
"line": 187,
|
|
7593
7593
|
"character": 3
|
|
7594
7594
|
},
|
|
7595
7595
|
"type": "string[]"
|
|
@@ -7600,7 +7600,7 @@
|
|
|
7600
7600
|
"__schema": "FunctionLikeSchema",
|
|
7601
7601
|
"location": {
|
|
7602
7602
|
"filePath": "application.main.runtime.ts",
|
|
7603
|
-
"line":
|
|
7603
|
+
"line": 196,
|
|
7604
7604
|
"character": 3
|
|
7605
7605
|
},
|
|
7606
7606
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -7610,7 +7610,7 @@
|
|
|
7610
7610
|
"__schema": "TypeRefSchema",
|
|
7611
7611
|
"location": {
|
|
7612
7612
|
"filePath": "application.main.runtime.ts",
|
|
7613
|
-
"line":
|
|
7613
|
+
"line": 196,
|
|
7614
7614
|
"character": 21
|
|
7615
7615
|
},
|
|
7616
7616
|
"name": "Promise",
|
|
@@ -7619,14 +7619,14 @@
|
|
|
7619
7619
|
"__schema": "TypeArraySchema",
|
|
7620
7620
|
"location": {
|
|
7621
7621
|
"filePath": "application.main.runtime.ts",
|
|
7622
|
-
"line":
|
|
7622
|
+
"line": 196,
|
|
7623
7623
|
"character": 29
|
|
7624
7624
|
},
|
|
7625
7625
|
"type": {
|
|
7626
7626
|
"__schema": "TypeRefSchema",
|
|
7627
7627
|
"location": {
|
|
7628
7628
|
"filePath": "application.main.runtime.ts",
|
|
7629
|
-
"line":
|
|
7629
|
+
"line": 196,
|
|
7630
7630
|
"character": 29
|
|
7631
7631
|
},
|
|
7632
7632
|
"name": "Application"
|
|
@@ -7642,7 +7642,7 @@
|
|
|
7642
7642
|
"__schema": "FunctionLikeSchema",
|
|
7643
7643
|
"location": {
|
|
7644
7644
|
"filePath": "application.main.runtime.ts",
|
|
7645
|
-
"line":
|
|
7645
|
+
"line": 229,
|
|
7646
7646
|
"character": 3
|
|
7647
7647
|
},
|
|
7648
7648
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -7652,7 +7652,7 @@
|
|
|
7652
7652
|
"__schema": "ParameterSchema",
|
|
7653
7653
|
"location": {
|
|
7654
7654
|
"filePath": "application.main.runtime.ts",
|
|
7655
|
-
"line":
|
|
7655
|
+
"line": 229,
|
|
7656
7656
|
"character": 31
|
|
7657
7657
|
},
|
|
7658
7658
|
"name": "component",
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
"__schema": "TypeRefSchema",
|
|
7661
7661
|
"location": {
|
|
7662
7662
|
"filePath": "application.main.runtime.ts",
|
|
7663
|
-
"line":
|
|
7663
|
+
"line": 229,
|
|
7664
7664
|
"character": 42
|
|
7665
7665
|
},
|
|
7666
7666
|
"name": "Component"
|
|
@@ -7672,7 +7672,7 @@
|
|
|
7672
7672
|
"__schema": "ParameterSchema",
|
|
7673
7673
|
"location": {
|
|
7674
7674
|
"filePath": "application.main.runtime.ts",
|
|
7675
|
-
"line":
|
|
7675
|
+
"line": 229,
|
|
7676
7676
|
"character": 53
|
|
7677
7677
|
},
|
|
7678
7678
|
"name": "rootDir",
|
|
@@ -7680,7 +7680,7 @@
|
|
|
7680
7680
|
"__schema": "KeywordTypeSchema",
|
|
7681
7681
|
"location": {
|
|
7682
7682
|
"filePath": "application.main.runtime.ts",
|
|
7683
|
-
"line":
|
|
7683
|
+
"line": 229,
|
|
7684
7684
|
"character": 62
|
|
7685
7685
|
},
|
|
7686
7686
|
"name": "string"
|
|
@@ -7693,7 +7693,7 @@
|
|
|
7693
7693
|
"__schema": "TypeRefSchema",
|
|
7694
7694
|
"location": {
|
|
7695
7695
|
"filePath": "application.main.runtime.ts",
|
|
7696
|
-
"line":
|
|
7696
|
+
"line": 229,
|
|
7697
7697
|
"character": 71
|
|
7698
7698
|
},
|
|
7699
7699
|
"name": "Promise",
|
|
@@ -7702,7 +7702,7 @@
|
|
|
7702
7702
|
"__schema": "TypeUnionSchema",
|
|
7703
7703
|
"location": {
|
|
7704
7704
|
"filePath": "application.main.runtime.ts",
|
|
7705
|
-
"line":
|
|
7705
|
+
"line": 229,
|
|
7706
7706
|
"character": 79
|
|
7707
7707
|
},
|
|
7708
7708
|
"types": [
|
|
@@ -7710,14 +7710,14 @@
|
|
|
7710
7710
|
"__schema": "TypeArraySchema",
|
|
7711
7711
|
"location": {
|
|
7712
7712
|
"filePath": "application.main.runtime.ts",
|
|
7713
|
-
"line":
|
|
7713
|
+
"line": 229,
|
|
7714
7714
|
"character": 79
|
|
7715
7715
|
},
|
|
7716
7716
|
"type": {
|
|
7717
7717
|
"__schema": "TypeRefSchema",
|
|
7718
7718
|
"location": {
|
|
7719
7719
|
"filePath": "application.main.runtime.ts",
|
|
7720
|
-
"line":
|
|
7720
|
+
"line": 229,
|
|
7721
7721
|
"character": 79
|
|
7722
7722
|
},
|
|
7723
7723
|
"name": "Application"
|
|
@@ -7727,7 +7727,7 @@
|
|
|
7727
7727
|
"__schema": "KeywordTypeSchema",
|
|
7728
7728
|
"location": {
|
|
7729
7729
|
"filePath": "application.main.runtime.ts",
|
|
7730
|
-
"line":
|
|
7730
|
+
"line": 229,
|
|
7731
7731
|
"character": 95
|
|
7732
7732
|
},
|
|
7733
7733
|
"name": "undefined"
|
|
@@ -7744,14 +7744,14 @@
|
|
|
7744
7744
|
"__schema": "FunctionLikeSchema",
|
|
7745
7745
|
"location": {
|
|
7746
7746
|
"filePath": "application.main.runtime.ts",
|
|
7747
|
-
"line":
|
|
7747
|
+
"line": 256,
|
|
7748
7748
|
"character": 3
|
|
7749
7749
|
},
|
|
7750
7750
|
"doc": {
|
|
7751
7751
|
"__schema": "DocSchema",
|
|
7752
7752
|
"location": {
|
|
7753
7753
|
"filePath": "application.main.runtime.ts",
|
|
7754
|
-
"line":
|
|
7754
|
+
"line": 252,
|
|
7755
7755
|
"character": 3
|
|
7756
7756
|
},
|
|
7757
7757
|
"raw": "/**\n * get an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -7765,7 +7765,7 @@
|
|
|
7765
7765
|
"__schema": "ParameterSchema",
|
|
7766
7766
|
"location": {
|
|
7767
7767
|
"filePath": "application.main.runtime.ts",
|
|
7768
|
-
"line":
|
|
7768
|
+
"line": 256,
|
|
7769
7769
|
"character": 10
|
|
7770
7770
|
},
|
|
7771
7771
|
"name": "appName",
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
"__schema": "KeywordTypeSchema",
|
|
7774
7774
|
"location": {
|
|
7775
7775
|
"filePath": "application.main.runtime.ts",
|
|
7776
|
-
"line":
|
|
7776
|
+
"line": 256,
|
|
7777
7777
|
"character": 19
|
|
7778
7778
|
},
|
|
7779
7779
|
"name": "string"
|
|
@@ -7785,7 +7785,7 @@
|
|
|
7785
7785
|
"__schema": "ParameterSchema",
|
|
7786
7786
|
"location": {
|
|
7787
7787
|
"filePath": "application.main.runtime.ts",
|
|
7788
|
-
"line":
|
|
7788
|
+
"line": 256,
|
|
7789
7789
|
"character": 27
|
|
7790
7790
|
},
|
|
7791
7791
|
"name": "id",
|
|
@@ -7793,7 +7793,7 @@
|
|
|
7793
7793
|
"__schema": "TypeRefSchema",
|
|
7794
7794
|
"location": {
|
|
7795
7795
|
"filePath": "application.main.runtime.ts",
|
|
7796
|
-
"line":
|
|
7796
|
+
"line": 256,
|
|
7797
7797
|
"character": 32
|
|
7798
7798
|
},
|
|
7799
7799
|
"name": "ComponentID"
|
|
@@ -7806,7 +7806,7 @@
|
|
|
7806
7806
|
"__schema": "TypeUnionSchema",
|
|
7807
7807
|
"location": {
|
|
7808
7808
|
"filePath": "application.main.runtime.ts",
|
|
7809
|
-
"line":
|
|
7809
|
+
"line": 256,
|
|
7810
7810
|
"character": 46
|
|
7811
7811
|
},
|
|
7812
7812
|
"types": [
|
|
@@ -7814,7 +7814,7 @@
|
|
|
7814
7814
|
"__schema": "TypeRefSchema",
|
|
7815
7815
|
"location": {
|
|
7816
7816
|
"filePath": "application.main.runtime.ts",
|
|
7817
|
-
"line":
|
|
7817
|
+
"line": 256,
|
|
7818
7818
|
"character": 46
|
|
7819
7819
|
},
|
|
7820
7820
|
"name": "Application"
|
|
@@ -7823,7 +7823,7 @@
|
|
|
7823
7823
|
"__schema": "KeywordTypeSchema",
|
|
7824
7824
|
"location": {
|
|
7825
7825
|
"filePath": "application.main.runtime.ts",
|
|
7826
|
-
"line":
|
|
7826
|
+
"line": 256,
|
|
7827
7827
|
"character": 60
|
|
7828
7828
|
},
|
|
7829
7829
|
"name": "undefined"
|
|
@@ -7836,7 +7836,7 @@
|
|
|
7836
7836
|
"__schema": "FunctionLikeSchema",
|
|
7837
7837
|
"location": {
|
|
7838
7838
|
"filePath": "application.main.runtime.ts",
|
|
7839
|
-
"line":
|
|
7839
|
+
"line": 262,
|
|
7840
7840
|
"character": 3
|
|
7841
7841
|
},
|
|
7842
7842
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -7846,7 +7846,7 @@
|
|
|
7846
7846
|
"__schema": "ParameterSchema",
|
|
7847
7847
|
"location": {
|
|
7848
7848
|
"filePath": "application.main.runtime.ts",
|
|
7849
|
-
"line":
|
|
7849
|
+
"line": 262,
|
|
7850
7850
|
"character": 20
|
|
7851
7851
|
},
|
|
7852
7852
|
"name": "appNameOrId",
|
|
@@ -7854,7 +7854,7 @@
|
|
|
7854
7854
|
"__schema": "KeywordTypeSchema",
|
|
7855
7855
|
"location": {
|
|
7856
7856
|
"filePath": "application.main.runtime.ts",
|
|
7857
|
-
"line":
|
|
7857
|
+
"line": 262,
|
|
7858
7858
|
"character": 33
|
|
7859
7859
|
},
|
|
7860
7860
|
"name": "string"
|
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
"__schema": "TypeUnionSchema",
|
|
7868
7868
|
"location": {
|
|
7869
7869
|
"filePath": "application.main.runtime.ts",
|
|
7870
|
-
"line":
|
|
7870
|
+
"line": 262,
|
|
7871
7871
|
"character": 42
|
|
7872
7872
|
},
|
|
7873
7873
|
"types": [
|
|
@@ -7875,7 +7875,7 @@
|
|
|
7875
7875
|
"__schema": "TypeRefSchema",
|
|
7876
7876
|
"location": {
|
|
7877
7877
|
"filePath": "application.main.runtime.ts",
|
|
7878
|
-
"line":
|
|
7878
|
+
"line": 262,
|
|
7879
7879
|
"character": 42
|
|
7880
7880
|
},
|
|
7881
7881
|
"name": "Application"
|
|
@@ -7884,7 +7884,7 @@
|
|
|
7884
7884
|
"__schema": "KeywordTypeSchema",
|
|
7885
7885
|
"location": {
|
|
7886
7886
|
"filePath": "application.main.runtime.ts",
|
|
7887
|
-
"line":
|
|
7887
|
+
"line": 262,
|
|
7888
7888
|
"character": 56
|
|
7889
7889
|
},
|
|
7890
7890
|
"name": "undefined"
|
|
@@ -7897,7 +7897,7 @@
|
|
|
7897
7897
|
"__schema": "FunctionLikeSchema",
|
|
7898
7898
|
"location": {
|
|
7899
7899
|
"filePath": "application.main.runtime.ts",
|
|
7900
|
-
"line":
|
|
7900
|
+
"line": 275,
|
|
7901
7901
|
"character": 3
|
|
7902
7902
|
},
|
|
7903
7903
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -7907,7 +7907,7 @@
|
|
|
7907
7907
|
"__schema": "ParameterSchema",
|
|
7908
7908
|
"location": {
|
|
7909
7909
|
"filePath": "application.main.runtime.ts",
|
|
7910
|
-
"line":
|
|
7910
|
+
"line": 275,
|
|
7911
7911
|
"character": 17
|
|
7912
7912
|
},
|
|
7913
7913
|
"name": "appType",
|
|
@@ -7915,7 +7915,7 @@
|
|
|
7915
7915
|
"__schema": "TypeRefSchema",
|
|
7916
7916
|
"location": {
|
|
7917
7917
|
"filePath": "application.main.runtime.ts",
|
|
7918
|
-
"line":
|
|
7918
|
+
"line": 275,
|
|
7919
7919
|
"character": 26
|
|
7920
7920
|
},
|
|
7921
7921
|
"name": "ApplicationType",
|
|
@@ -7924,7 +7924,7 @@
|
|
|
7924
7924
|
"__schema": "KeywordTypeSchema",
|
|
7925
7925
|
"location": {
|
|
7926
7926
|
"filePath": "application.main.runtime.ts",
|
|
7927
|
-
"line":
|
|
7927
|
+
"line": 275,
|
|
7928
7928
|
"character": 42
|
|
7929
7929
|
},
|
|
7930
7930
|
"name": "unknown"
|
|
@@ -7939,7 +7939,7 @@
|
|
|
7939
7939
|
"__schema": "InferenceTypeSchema",
|
|
7940
7940
|
"location": {
|
|
7941
7941
|
"filePath": "application.main.runtime.ts",
|
|
7942
|
-
"line":
|
|
7942
|
+
"line": 275,
|
|
7943
7943
|
"character": 3
|
|
7944
7944
|
},
|
|
7945
7945
|
"type": "string"
|
|
@@ -7950,14 +7950,14 @@
|
|
|
7950
7950
|
"__schema": "FunctionLikeSchema",
|
|
7951
7951
|
"location": {
|
|
7952
7952
|
"filePath": "application.main.runtime.ts",
|
|
7953
|
-
"line":
|
|
7953
|
+
"line": 283,
|
|
7954
7954
|
"character": 3
|
|
7955
7955
|
},
|
|
7956
7956
|
"doc": {
|
|
7957
7957
|
"__schema": "DocSchema",
|
|
7958
7958
|
"location": {
|
|
7959
7959
|
"filePath": "application.main.runtime.ts",
|
|
7960
|
-
"line":
|
|
7960
|
+
"line": 280,
|
|
7961
7961
|
"character": 3
|
|
7962
7962
|
},
|
|
7963
7963
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -7971,7 +7971,7 @@
|
|
|
7971
7971
|
"__schema": "ParameterSchema",
|
|
7972
7972
|
"location": {
|
|
7973
7973
|
"filePath": "application.main.runtime.ts",
|
|
7974
|
-
"line":
|
|
7974
|
+
"line": 283,
|
|
7975
7975
|
"character": 22
|
|
7976
7976
|
},
|
|
7977
7977
|
"name": "appTypes",
|
|
@@ -7979,7 +7979,7 @@
|
|
|
7979
7979
|
"__schema": "TypeRefSchema",
|
|
7980
7980
|
"location": {
|
|
7981
7981
|
"filePath": "application.main.runtime.ts",
|
|
7982
|
-
"line":
|
|
7982
|
+
"line": 283,
|
|
7983
7983
|
"character": 35
|
|
7984
7984
|
},
|
|
7985
7985
|
"name": "Array",
|
|
@@ -7988,7 +7988,7 @@
|
|
|
7988
7988
|
"__schema": "TypeRefSchema",
|
|
7989
7989
|
"location": {
|
|
7990
7990
|
"filePath": "application.main.runtime.ts",
|
|
7991
|
-
"line":
|
|
7991
|
+
"line": 283,
|
|
7992
7992
|
"character": 41
|
|
7993
7993
|
},
|
|
7994
7994
|
"name": "ApplicationType",
|
|
@@ -7997,7 +7997,7 @@
|
|
|
7997
7997
|
"__schema": "TypeRefSchema",
|
|
7998
7998
|
"location": {
|
|
7999
7999
|
"filePath": "application.main.runtime.ts",
|
|
8000
|
-
"line":
|
|
8000
|
+
"line": 283,
|
|
8001
8001
|
"character": 57
|
|
8002
8002
|
},
|
|
8003
8003
|
"name": "T"
|
|
@@ -8014,7 +8014,7 @@
|
|
|
8014
8014
|
"__schema": "TypeRefSchema",
|
|
8015
8015
|
"location": {
|
|
8016
8016
|
"filePath": "application.main.runtime.ts",
|
|
8017
|
-
"line":
|
|
8017
|
+
"line": 283,
|
|
8018
8018
|
"character": 3
|
|
8019
8019
|
},
|
|
8020
8020
|
"name": "ApplicationMain"
|
|
@@ -8028,14 +8028,14 @@
|
|
|
8028
8028
|
"__schema": "FunctionLikeSchema",
|
|
8029
8029
|
"location": {
|
|
8030
8030
|
"filePath": "application.main.runtime.ts",
|
|
8031
|
-
"line":
|
|
8031
|
+
"line": 296,
|
|
8032
8032
|
"character": 3
|
|
8033
8033
|
},
|
|
8034
8034
|
"doc": {
|
|
8035
8035
|
"__schema": "DocSchema",
|
|
8036
8036
|
"location": {
|
|
8037
8037
|
"filePath": "application.main.runtime.ts",
|
|
8038
|
-
"line":
|
|
8038
|
+
"line": 293,
|
|
8039
8039
|
"character": 3
|
|
8040
8040
|
},
|
|
8041
8041
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -8049,7 +8049,7 @@
|
|
|
8049
8049
|
"__schema": "ParameterSchema",
|
|
8050
8050
|
"location": {
|
|
8051
8051
|
"filePath": "application.main.runtime.ts",
|
|
8052
|
-
"line":
|
|
8052
|
+
"line": 296,
|
|
8053
8053
|
"character": 16
|
|
8054
8054
|
},
|
|
8055
8055
|
"name": "appName",
|
|
@@ -8057,7 +8057,7 @@
|
|
|
8057
8057
|
"__schema": "KeywordTypeSchema",
|
|
8058
8058
|
"location": {
|
|
8059
8059
|
"filePath": "application.main.runtime.ts",
|
|
8060
|
-
"line":
|
|
8060
|
+
"line": 296,
|
|
8061
8061
|
"character": 25
|
|
8062
8062
|
},
|
|
8063
8063
|
"name": "string"
|
|
@@ -8070,7 +8070,7 @@
|
|
|
8070
8070
|
"__schema": "TypeUnionSchema",
|
|
8071
8071
|
"location": {
|
|
8072
8072
|
"filePath": "application.main.runtime.ts",
|
|
8073
|
-
"line":
|
|
8073
|
+
"line": 296,
|
|
8074
8074
|
"character": 34
|
|
8075
8075
|
},
|
|
8076
8076
|
"types": [
|
|
@@ -8078,7 +8078,7 @@
|
|
|
8078
8078
|
"__schema": "KeywordTypeSchema",
|
|
8079
8079
|
"location": {
|
|
8080
8080
|
"filePath": "application.main.runtime.ts",
|
|
8081
|
-
"line":
|
|
8081
|
+
"line": 296,
|
|
8082
8082
|
"character": 34
|
|
8083
8083
|
},
|
|
8084
8084
|
"name": "string"
|
|
@@ -8087,7 +8087,7 @@
|
|
|
8087
8087
|
"__schema": "KeywordTypeSchema",
|
|
8088
8088
|
"location": {
|
|
8089
8089
|
"filePath": "application.main.runtime.ts",
|
|
8090
|
-
"line":
|
|
8090
|
+
"line": 296,
|
|
8091
8091
|
"character": 43
|
|
8092
8092
|
},
|
|
8093
8093
|
"name": "undefined"
|
|
@@ -8100,14 +8100,14 @@
|
|
|
8100
8100
|
"__schema": "FunctionLikeSchema",
|
|
8101
8101
|
"location": {
|
|
8102
8102
|
"filePath": "application.main.runtime.ts",
|
|
8103
|
-
"line":
|
|
8103
|
+
"line": 304,
|
|
8104
8104
|
"character": 3
|
|
8105
8105
|
},
|
|
8106
8106
|
"doc": {
|
|
8107
8107
|
"__schema": "DocSchema",
|
|
8108
8108
|
"location": {
|
|
8109
8109
|
"filePath": "application.main.runtime.ts",
|
|
8110
|
-
"line":
|
|
8110
|
+
"line": 300,
|
|
8111
8111
|
"character": 3
|
|
8112
8112
|
},
|
|
8113
8113
|
"raw": "/**\n * get app to throw.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -8121,7 +8121,7 @@
|
|
|
8121
8121
|
"__schema": "ParameterSchema",
|
|
8122
8122
|
"location": {
|
|
8123
8123
|
"filePath": "application.main.runtime.ts",
|
|
8124
|
-
"line":
|
|
8124
|
+
"line": 304,
|
|
8125
8125
|
"character": 17
|
|
8126
8126
|
},
|
|
8127
8127
|
"name": "appName",
|
|
@@ -8129,7 +8129,7 @@
|
|
|
8129
8129
|
"__schema": "KeywordTypeSchema",
|
|
8130
8130
|
"location": {
|
|
8131
8131
|
"filePath": "application.main.runtime.ts",
|
|
8132
|
-
"line":
|
|
8132
|
+
"line": 304,
|
|
8133
8133
|
"character": 26
|
|
8134
8134
|
},
|
|
8135
8135
|
"name": "string"
|
|
@@ -8142,7 +8142,7 @@
|
|
|
8142
8142
|
"__schema": "TypeRefSchema",
|
|
8143
8143
|
"location": {
|
|
8144
8144
|
"filePath": "application.main.runtime.ts",
|
|
8145
|
-
"line":
|
|
8145
|
+
"line": 304,
|
|
8146
8146
|
"character": 3
|
|
8147
8147
|
},
|
|
8148
8148
|
"name": "Application"
|
|
@@ -8153,7 +8153,7 @@
|
|
|
8153
8153
|
"__schema": "VariableLikeSchema",
|
|
8154
8154
|
"location": {
|
|
8155
8155
|
"filePath": "application.main.runtime.ts",
|
|
8156
|
-
"line":
|
|
8156
|
+
"line": 310,
|
|
8157
8157
|
"character": 3
|
|
8158
8158
|
},
|
|
8159
8159
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -8162,7 +8162,7 @@
|
|
|
8162
8162
|
"__schema": "TypeRefSchema",
|
|
8163
8163
|
"location": {
|
|
8164
8164
|
"filePath": "application.main.runtime.ts",
|
|
8165
|
-
"line":
|
|
8165
|
+
"line": 310,
|
|
8166
8166
|
"character": 3
|
|
8167
8167
|
},
|
|
8168
8168
|
"name": "ServeAppOptions",
|
|
@@ -8175,7 +8175,7 @@
|
|
|
8175
8175
|
"__schema": "FunctionLikeSchema",
|
|
8176
8176
|
"location": {
|
|
8177
8177
|
"filePath": "application.main.runtime.ts",
|
|
8178
|
-
"line":
|
|
8178
|
+
"line": 323,
|
|
8179
8179
|
"character": 3
|
|
8180
8180
|
},
|
|
8181
8181
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -8185,7 +8185,7 @@
|
|
|
8185
8185
|
"__schema": "InferenceTypeSchema",
|
|
8186
8186
|
"location": {
|
|
8187
8187
|
"filePath": "application.main.runtime.ts",
|
|
8188
|
-
"line":
|
|
8188
|
+
"line": 323,
|
|
8189
8189
|
"character": 3
|
|
8190
8190
|
},
|
|
8191
8191
|
"type": "Promise<this>"
|
|
@@ -8198,14 +8198,14 @@
|
|
|
8198
8198
|
"__schema": "FunctionLikeSchema",
|
|
8199
8199
|
"location": {
|
|
8200
8200
|
"filePath": "application.main.runtime.ts",
|
|
8201
|
-
"line":
|
|
8201
|
+
"line": 333,
|
|
8202
8202
|
"character": 3
|
|
8203
8203
|
},
|
|
8204
8204
|
"doc": {
|
|
8205
8205
|
"__schema": "DocSchema",
|
|
8206
8206
|
"location": {
|
|
8207
8207
|
"filePath": "application.main.runtime.ts",
|
|
8208
|
-
"line":
|
|
8208
|
+
"line": 329,
|
|
8209
8209
|
"character": 3
|
|
8210
8210
|
},
|
|
8211
8211
|
"raw": "/**\n * run an app.\n * make sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc\n */",
|
|
@@ -8219,7 +8219,7 @@
|
|
|
8219
8219
|
"__schema": "ParameterSchema",
|
|
8220
8220
|
"location": {
|
|
8221
8221
|
"filePath": "application.main.runtime.ts",
|
|
8222
|
-
"line":
|
|
8222
|
+
"line": 334,
|
|
8223
8223
|
"character": 5
|
|
8224
8224
|
},
|
|
8225
8225
|
"name": "appName",
|
|
@@ -8227,7 +8227,7 @@
|
|
|
8227
8227
|
"__schema": "KeywordTypeSchema",
|
|
8228
8228
|
"location": {
|
|
8229
8229
|
"filePath": "application.main.runtime.ts",
|
|
8230
|
-
"line":
|
|
8230
|
+
"line": 334,
|
|
8231
8231
|
"character": 14
|
|
8232
8232
|
},
|
|
8233
8233
|
"name": "string"
|
|
@@ -8239,7 +8239,7 @@
|
|
|
8239
8239
|
"__schema": "ParameterSchema",
|
|
8240
8240
|
"location": {
|
|
8241
8241
|
"filePath": "application.main.runtime.ts",
|
|
8242
|
-
"line":
|
|
8242
|
+
"line": 335,
|
|
8243
8243
|
"character": 5
|
|
8244
8244
|
},
|
|
8245
8245
|
"name": "options",
|
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
"__schema": "TypeRefSchema",
|
|
8248
8248
|
"location": {
|
|
8249
8249
|
"filePath": "application.main.runtime.ts",
|
|
8250
|
-
"line":
|
|
8250
|
+
"line": 335,
|
|
8251
8251
|
"character": 15
|
|
8252
8252
|
},
|
|
8253
8253
|
"name": "ServeAppOptions"
|
|
@@ -8260,7 +8260,7 @@
|
|
|
8260
8260
|
"__schema": "TypeRefSchema",
|
|
8261
8261
|
"location": {
|
|
8262
8262
|
"filePath": "application.main.runtime.ts",
|
|
8263
|
-
"line":
|
|
8263
|
+
"line": 336,
|
|
8264
8264
|
"character": 6
|
|
8265
8265
|
},
|
|
8266
8266
|
"name": "Promise",
|
|
@@ -8269,7 +8269,7 @@
|
|
|
8269
8269
|
"__schema": "TypeLiteralSchema",
|
|
8270
8270
|
"location": {
|
|
8271
8271
|
"filePath": "application.main.runtime.ts",
|
|
8272
|
-
"line":
|
|
8272
|
+
"line": 336,
|
|
8273
8273
|
"character": 14
|
|
8274
8274
|
},
|
|
8275
8275
|
"members": [
|
|
@@ -8277,7 +8277,7 @@
|
|
|
8277
8277
|
"__schema": "VariableLikeSchema",
|
|
8278
8278
|
"location": {
|
|
8279
8279
|
"filePath": "application.main.runtime.ts",
|
|
8280
|
-
"line":
|
|
8280
|
+
"line": 337,
|
|
8281
8281
|
"character": 5
|
|
8282
8282
|
},
|
|
8283
8283
|
"signature": "(property) app: Application",
|
|
@@ -8286,7 +8286,7 @@
|
|
|
8286
8286
|
"__schema": "TypeRefSchema",
|
|
8287
8287
|
"location": {
|
|
8288
8288
|
"filePath": "application.main.runtime.ts",
|
|
8289
|
-
"line":
|
|
8289
|
+
"line": 337,
|
|
8290
8290
|
"character": 5
|
|
8291
8291
|
},
|
|
8292
8292
|
"name": "Application"
|
|
@@ -8297,7 +8297,7 @@
|
|
|
8297
8297
|
"__schema": "VariableLikeSchema",
|
|
8298
8298
|
"location": {
|
|
8299
8299
|
"filePath": "application.main.runtime.ts",
|
|
8300
|
-
"line":
|
|
8300
|
+
"line": 338,
|
|
8301
8301
|
"character": 5
|
|
8302
8302
|
},
|
|
8303
8303
|
"signature": "(property) port: number | undefined",
|
|
@@ -8306,7 +8306,7 @@
|
|
|
8306
8306
|
"__schema": "TypeUnionSchema",
|
|
8307
8307
|
"location": {
|
|
8308
8308
|
"filePath": "application.main.runtime.ts",
|
|
8309
|
-
"line":
|
|
8309
|
+
"line": 338,
|
|
8310
8310
|
"character": 11
|
|
8311
8311
|
},
|
|
8312
8312
|
"types": [
|
|
@@ -8314,7 +8314,7 @@
|
|
|
8314
8314
|
"__schema": "KeywordTypeSchema",
|
|
8315
8315
|
"location": {
|
|
8316
8316
|
"filePath": "application.main.runtime.ts",
|
|
8317
|
-
"line":
|
|
8317
|
+
"line": 338,
|
|
8318
8318
|
"character": 11
|
|
8319
8319
|
},
|
|
8320
8320
|
"name": "number"
|
|
@@ -8323,7 +8323,7 @@
|
|
|
8323
8323
|
"__schema": "KeywordTypeSchema",
|
|
8324
8324
|
"location": {
|
|
8325
8325
|
"filePath": "application.main.runtime.ts",
|
|
8326
|
-
"line":
|
|
8326
|
+
"line": 338,
|
|
8327
8327
|
"character": 20
|
|
8328
8328
|
},
|
|
8329
8329
|
"name": "undefined"
|
|
@@ -8336,7 +8336,7 @@
|
|
|
8336
8336
|
"__schema": "VariableLikeSchema",
|
|
8337
8337
|
"location": {
|
|
8338
8338
|
"filePath": "application.main.runtime.ts",
|
|
8339
|
-
"line":
|
|
8339
|
+
"line": 339,
|
|
8340
8340
|
"character": 5
|
|
8341
8341
|
},
|
|
8342
8342
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -8345,14 +8345,14 @@
|
|
|
8345
8345
|
"__schema": "TypeArraySchema",
|
|
8346
8346
|
"location": {
|
|
8347
8347
|
"filePath": "application.main.runtime.ts",
|
|
8348
|
-
"line":
|
|
8348
|
+
"line": 339,
|
|
8349
8349
|
"character": 14
|
|
8350
8350
|
},
|
|
8351
8351
|
"type": {
|
|
8352
8352
|
"__schema": "TypeRefSchema",
|
|
8353
8353
|
"location": {
|
|
8354
8354
|
"filePath": "application.main.runtime.ts",
|
|
8355
|
-
"line":
|
|
8355
|
+
"line": 339,
|
|
8356
8356
|
"character": 14
|
|
8357
8357
|
},
|
|
8358
8358
|
"name": "Error"
|
|
@@ -8364,7 +8364,7 @@
|
|
|
8364
8364
|
"__schema": "VariableLikeSchema",
|
|
8365
8365
|
"location": {
|
|
8366
8366
|
"filePath": "application.main.runtime.ts",
|
|
8367
|
-
"line":
|
|
8367
|
+
"line": 340,
|
|
8368
8368
|
"character": 5
|
|
8369
8369
|
},
|
|
8370
8370
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -8373,7 +8373,7 @@
|
|
|
8373
8373
|
"__schema": "KeywordTypeSchema",
|
|
8374
8374
|
"location": {
|
|
8375
8375
|
"filePath": "application.main.runtime.ts",
|
|
8376
|
-
"line":
|
|
8376
|
+
"line": 340,
|
|
8377
8377
|
"character": 15
|
|
8378
8378
|
},
|
|
8379
8379
|
"name": "boolean"
|
|
@@ -8392,14 +8392,14 @@
|
|
|
8392
8392
|
"__schema": "FunctionLikeSchema",
|
|
8393
8393
|
"location": {
|
|
8394
8394
|
"filePath": "application.main.runtime.ts",
|
|
8395
|
-
"line":
|
|
8395
|
+
"line": 369,
|
|
8396
8396
|
"character": 3
|
|
8397
8397
|
},
|
|
8398
8398
|
"doc": {
|
|
8399
8399
|
"__schema": "DocSchema",
|
|
8400
8400
|
"location": {
|
|
8401
8401
|
"filePath": "application.main.runtime.ts",
|
|
8402
|
-
"line":
|
|
8402
|
+
"line": 366,
|
|
8403
8403
|
"character": 3
|
|
8404
8404
|
},
|
|
8405
8405
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -8413,7 +8413,7 @@
|
|
|
8413
8413
|
"__schema": "ParameterSchema",
|
|
8414
8414
|
"location": {
|
|
8415
8415
|
"filePath": "application.main.runtime.ts",
|
|
8416
|
-
"line":
|
|
8416
|
+
"line": 369,
|
|
8417
8417
|
"character": 25
|
|
8418
8418
|
},
|
|
8419
8419
|
"name": "appName",
|
|
@@ -8421,7 +8421,7 @@
|
|
|
8421
8421
|
"__schema": "KeywordTypeSchema",
|
|
8422
8422
|
"location": {
|
|
8423
8423
|
"filePath": "application.main.runtime.ts",
|
|
8424
|
-
"line":
|
|
8424
|
+
"line": 369,
|
|
8425
8425
|
"character": 34
|
|
8426
8426
|
},
|
|
8427
8427
|
"name": "string"
|
|
@@ -8434,7 +8434,7 @@
|
|
|
8434
8434
|
"__schema": "InferenceTypeSchema",
|
|
8435
8435
|
"location": {
|
|
8436
8436
|
"filePath": "application.main.runtime.ts",
|
|
8437
|
-
"line":
|
|
8437
|
+
"line": 369,
|
|
8438
8438
|
"character": 3
|
|
8439
8439
|
},
|
|
8440
8440
|
"type": "Promise<ComponentID>"
|
|
@@ -8447,7 +8447,7 @@
|
|
|
8447
8447
|
"__schema": "FunctionLikeSchema",
|
|
8448
8448
|
"location": {
|
|
8449
8449
|
"filePath": "application.main.runtime.ts",
|
|
8450
|
-
"line":
|
|
8450
|
+
"line": 409,
|
|
8451
8451
|
"character": 3
|
|
8452
8452
|
},
|
|
8453
8453
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -8457,7 +8457,7 @@
|
|
|
8457
8457
|
"__schema": "ParameterSchema",
|
|
8458
8458
|
"location": {
|
|
8459
8459
|
"filePath": "application.main.runtime.ts",
|
|
8460
|
-
"line":
|
|
8460
|
+
"line": 409,
|
|
8461
8461
|
"character": 31
|
|
8462
8462
|
},
|
|
8463
8463
|
"name": "id",
|
|
@@ -8465,7 +8465,7 @@
|
|
|
8465
8465
|
"__schema": "TypeRefSchema",
|
|
8466
8466
|
"location": {
|
|
8467
8467
|
"filePath": "application.main.runtime.ts",
|
|
8468
|
-
"line":
|
|
8468
|
+
"line": 409,
|
|
8469
8469
|
"character": 35
|
|
8470
8470
|
},
|
|
8471
8471
|
"name": "ComponentID"
|
|
@@ -8477,7 +8477,7 @@
|
|
|
8477
8477
|
"__schema": "ParameterSchema",
|
|
8478
8478
|
"location": {
|
|
8479
8479
|
"filePath": "application.main.runtime.ts",
|
|
8480
|
-
"line":
|
|
8480
|
+
"line": 409,
|
|
8481
8481
|
"character": 48
|
|
8482
8482
|
},
|
|
8483
8483
|
"name": "appName",
|
|
@@ -8485,7 +8485,7 @@
|
|
|
8485
8485
|
"__schema": "KeywordTypeSchema",
|
|
8486
8486
|
"location": {
|
|
8487
8487
|
"filePath": "application.main.runtime.ts",
|
|
8488
|
-
"line":
|
|
8488
|
+
"line": 409,
|
|
8489
8489
|
"character": 57
|
|
8490
8490
|
},
|
|
8491
8491
|
"name": "string"
|
|
@@ -8497,7 +8497,7 @@
|
|
|
8497
8497
|
"__schema": "ParameterSchema",
|
|
8498
8498
|
"location": {
|
|
8499
8499
|
"filePath": "application.main.runtime.ts",
|
|
8500
|
-
"line":
|
|
8500
|
+
"line": 409,
|
|
8501
8501
|
"character": 65
|
|
8502
8502
|
},
|
|
8503
8503
|
"name": "capsuleRootDir",
|
|
@@ -8505,7 +8505,7 @@
|
|
|
8505
8505
|
"__schema": "KeywordTypeSchema",
|
|
8506
8506
|
"location": {
|
|
8507
8507
|
"filePath": "application.main.runtime.ts",
|
|
8508
|
-
"line":
|
|
8508
|
+
"line": 409,
|
|
8509
8509
|
"character": 81
|
|
8510
8510
|
},
|
|
8511
8511
|
"name": "string"
|
|
@@ -8517,7 +8517,7 @@
|
|
|
8517
8517
|
"__schema": "ParameterSchema",
|
|
8518
8518
|
"location": {
|
|
8519
8519
|
"filePath": "application.main.runtime.ts",
|
|
8520
|
-
"line":
|
|
8520
|
+
"line": 409,
|
|
8521
8521
|
"character": 89
|
|
8522
8522
|
},
|
|
8523
8523
|
"name": "rootDir",
|
|
@@ -8525,7 +8525,7 @@
|
|
|
8525
8525
|
"__schema": "KeywordTypeSchema",
|
|
8526
8526
|
"location": {
|
|
8527
8527
|
"filePath": "application.main.runtime.ts",
|
|
8528
|
-
"line":
|
|
8528
|
+
"line": 409,
|
|
8529
8529
|
"character": 99
|
|
8530
8530
|
},
|
|
8531
8531
|
"name": "string"
|
|
@@ -8538,7 +8538,7 @@
|
|
|
8538
8538
|
"__schema": "InferenceTypeSchema",
|
|
8539
8539
|
"location": {
|
|
8540
8540
|
"filePath": "application.main.runtime.ts",
|
|
8541
|
-
"line":
|
|
8541
|
+
"line": 409,
|
|
8542
8542
|
"character": 3
|
|
8543
8543
|
},
|
|
8544
8544
|
"type": "Promise<AppContext>"
|
|
@@ -8551,7 +8551,7 @@
|
|
|
8551
8551
|
"__schema": "VariableLikeSchema",
|
|
8552
8552
|
"location": {
|
|
8553
8553
|
"filePath": "application.main.runtime.ts",
|
|
8554
|
-
"line":
|
|
8554
|
+
"line": 435,
|
|
8555
8555
|
"character": 3
|
|
8556
8556
|
},
|
|
8557
8557
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -8560,7 +8560,7 @@
|
|
|
8560
8560
|
"__schema": "InferenceTypeSchema",
|
|
8561
8561
|
"location": {
|
|
8562
8562
|
"filePath": "application.main.runtime.ts",
|
|
8563
|
-
"line":
|
|
8563
|
+
"line": 435,
|
|
8564
8564
|
"character": 3
|
|
8565
8565
|
},
|
|
8566
8566
|
"type": "RuntimeDefinition"
|
|
@@ -8572,7 +8572,7 @@
|
|
|
8572
8572
|
"__schema": "VariableLikeSchema",
|
|
8573
8573
|
"location": {
|
|
8574
8574
|
"filePath": "application.main.runtime.ts",
|
|
8575
|
-
"line":
|
|
8575
|
+
"line": 436,
|
|
8576
8576
|
"character": 3
|
|
8577
8577
|
},
|
|
8578
8578
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -8581,7 +8581,7 @@
|
|
|
8581
8581
|
"__schema": "InferenceTypeSchema",
|
|
8582
8582
|
"location": {
|
|
8583
8583
|
"filePath": "application.main.runtime.ts",
|
|
8584
|
-
"line":
|
|
8584
|
+
"line": 436,
|
|
8585
8585
|
"character": 3
|
|
8586
8586
|
},
|
|
8587
8587
|
"type": "Aspect[]"
|
|
@@ -8593,7 +8593,7 @@
|
|
|
8593
8593
|
"__schema": "VariableLikeSchema",
|
|
8594
8594
|
"location": {
|
|
8595
8595
|
"filePath": "application.main.runtime.ts",
|
|
8596
|
-
"line":
|
|
8596
|
+
"line": 448,
|
|
8597
8597
|
"character": 3
|
|
8598
8598
|
},
|
|
8599
8599
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -8602,7 +8602,7 @@
|
|
|
8602
8602
|
"__schema": "InferenceTypeSchema",
|
|
8603
8603
|
"location": {
|
|
8604
8604
|
"filePath": "application.main.runtime.ts",
|
|
8605
|
-
"line":
|
|
8605
|
+
"line": 448,
|
|
8606
8606
|
"character": 3
|
|
8607
8607
|
},
|
|
8608
8608
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -8614,7 +8614,7 @@
|
|
|
8614
8614
|
"__schema": "FunctionLikeSchema",
|
|
8615
8615
|
"location": {
|
|
8616
8616
|
"filePath": "application.main.runtime.ts",
|
|
8617
|
-
"line":
|
|
8617
|
+
"line": 454,
|
|
8618
8618
|
"character": 3
|
|
8619
8619
|
},
|
|
8620
8620
|
"signature": "(method) ApplicationMain.provider([cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope]: [\n CLIMain,\n LoggerMain,\n BuilderMain,\n EnvsMain,\n ComponentMain,\n AspectLoaderMain,\n Workspace,\n WatcherMain,\n ScopeMain\n], config: ApplicationAspectConfig, [appTypeSlot, appSlot, deploymentProviderSlot]: [ApplicationTypeSlot, ApplicationSlot, DeploymentProviderSlot], harmony: Harmony): Promise<ApplicationMain>",
|
|
@@ -8624,7 +8624,7 @@
|
|
|
8624
8624
|
"__schema": "ParameterSchema",
|
|
8625
8625
|
"location": {
|
|
8626
8626
|
"filePath": "application.main.runtime.ts",
|
|
8627
|
-
"line":
|
|
8627
|
+
"line": 455,
|
|
8628
8628
|
"character": 5
|
|
8629
8629
|
},
|
|
8630
8630
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -8632,7 +8632,7 @@
|
|
|
8632
8632
|
"__schema": "TupleTypeSchema",
|
|
8633
8633
|
"location": {
|
|
8634
8634
|
"filePath": "application.main.runtime.ts",
|
|
8635
|
-
"line":
|
|
8635
|
+
"line": 455,
|
|
8636
8636
|
"character": 93
|
|
8637
8637
|
},
|
|
8638
8638
|
"elements": [
|
|
@@ -8640,7 +8640,7 @@
|
|
|
8640
8640
|
"__schema": "TypeRefSchema",
|
|
8641
8641
|
"location": {
|
|
8642
8642
|
"filePath": "application.main.runtime.ts",
|
|
8643
|
-
"line":
|
|
8643
|
+
"line": 456,
|
|
8644
8644
|
"character": 7
|
|
8645
8645
|
},
|
|
8646
8646
|
"name": "CLIMain"
|
|
@@ -8649,7 +8649,7 @@
|
|
|
8649
8649
|
"__schema": "TypeRefSchema",
|
|
8650
8650
|
"location": {
|
|
8651
8651
|
"filePath": "application.main.runtime.ts",
|
|
8652
|
-
"line":
|
|
8652
|
+
"line": 457,
|
|
8653
8653
|
"character": 7
|
|
8654
8654
|
},
|
|
8655
8655
|
"name": "LoggerMain"
|
|
@@ -8658,7 +8658,7 @@
|
|
|
8658
8658
|
"__schema": "TypeRefSchema",
|
|
8659
8659
|
"location": {
|
|
8660
8660
|
"filePath": "application.main.runtime.ts",
|
|
8661
|
-
"line":
|
|
8661
|
+
"line": 458,
|
|
8662
8662
|
"character": 7
|
|
8663
8663
|
},
|
|
8664
8664
|
"name": "BuilderMain"
|
|
@@ -8667,7 +8667,7 @@
|
|
|
8667
8667
|
"__schema": "TypeRefSchema",
|
|
8668
8668
|
"location": {
|
|
8669
8669
|
"filePath": "application.main.runtime.ts",
|
|
8670
|
-
"line":
|
|
8670
|
+
"line": 459,
|
|
8671
8671
|
"character": 7
|
|
8672
8672
|
},
|
|
8673
8673
|
"name": "EnvsMain"
|
|
@@ -8676,7 +8676,7 @@
|
|
|
8676
8676
|
"__schema": "TypeRefSchema",
|
|
8677
8677
|
"location": {
|
|
8678
8678
|
"filePath": "application.main.runtime.ts",
|
|
8679
|
-
"line":
|
|
8679
|
+
"line": 460,
|
|
8680
8680
|
"character": 7
|
|
8681
8681
|
},
|
|
8682
8682
|
"name": "ComponentMain"
|
|
@@ -8685,7 +8685,7 @@
|
|
|
8685
8685
|
"__schema": "TypeRefSchema",
|
|
8686
8686
|
"location": {
|
|
8687
8687
|
"filePath": "application.main.runtime.ts",
|
|
8688
|
-
"line":
|
|
8688
|
+
"line": 461,
|
|
8689
8689
|
"character": 7
|
|
8690
8690
|
},
|
|
8691
8691
|
"name": "AspectLoaderMain"
|
|
@@ -8694,7 +8694,7 @@
|
|
|
8694
8694
|
"__schema": "TypeRefSchema",
|
|
8695
8695
|
"location": {
|
|
8696
8696
|
"filePath": "application.main.runtime.ts",
|
|
8697
|
-
"line":
|
|
8697
|
+
"line": 462,
|
|
8698
8698
|
"character": 7
|
|
8699
8699
|
},
|
|
8700
8700
|
"name": "Workspace"
|
|
@@ -8703,7 +8703,7 @@
|
|
|
8703
8703
|
"__schema": "TypeRefSchema",
|
|
8704
8704
|
"location": {
|
|
8705
8705
|
"filePath": "application.main.runtime.ts",
|
|
8706
|
-
"line":
|
|
8706
|
+
"line": 463,
|
|
8707
8707
|
"character": 7
|
|
8708
8708
|
},
|
|
8709
8709
|
"name": "WatcherMain"
|
|
@@ -8712,7 +8712,7 @@
|
|
|
8712
8712
|
"__schema": "TypeRefSchema",
|
|
8713
8713
|
"location": {
|
|
8714
8714
|
"filePath": "application.main.runtime.ts",
|
|
8715
|
-
"line":
|
|
8715
|
+
"line": 464,
|
|
8716
8716
|
"character": 7
|
|
8717
8717
|
},
|
|
8718
8718
|
"name": "ScopeMain"
|
|
@@ -8726,7 +8726,7 @@
|
|
|
8726
8726
|
"__schema": "ParameterSchema",
|
|
8727
8727
|
"location": {
|
|
8728
8728
|
"filePath": "application.main.runtime.ts",
|
|
8729
|
-
"line":
|
|
8729
|
+
"line": 466,
|
|
8730
8730
|
"character": 5
|
|
8731
8731
|
},
|
|
8732
8732
|
"name": "config",
|
|
@@ -8734,7 +8734,7 @@
|
|
|
8734
8734
|
"__schema": "TypeRefSchema",
|
|
8735
8735
|
"location": {
|
|
8736
8736
|
"filePath": "application.main.runtime.ts",
|
|
8737
|
-
"line":
|
|
8737
|
+
"line": 466,
|
|
8738
8738
|
"character": 13
|
|
8739
8739
|
},
|
|
8740
8740
|
"name": "ApplicationAspectConfig"
|
|
@@ -8746,7 +8746,7 @@
|
|
|
8746
8746
|
"__schema": "ParameterSchema",
|
|
8747
8747
|
"location": {
|
|
8748
8748
|
"filePath": "application.main.runtime.ts",
|
|
8749
|
-
"line":
|
|
8749
|
+
"line": 467,
|
|
8750
8750
|
"character": 5
|
|
8751
8751
|
},
|
|
8752
8752
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -8754,7 +8754,7 @@
|
|
|
8754
8754
|
"__schema": "TupleTypeSchema",
|
|
8755
8755
|
"location": {
|
|
8756
8756
|
"filePath": "application.main.runtime.ts",
|
|
8757
|
-
"line":
|
|
8757
|
+
"line": 467,
|
|
8758
8758
|
"character": 53
|
|
8759
8759
|
},
|
|
8760
8760
|
"elements": [
|
|
@@ -8762,7 +8762,7 @@
|
|
|
8762
8762
|
"__schema": "TypeRefSchema",
|
|
8763
8763
|
"location": {
|
|
8764
8764
|
"filePath": "application.main.runtime.ts",
|
|
8765
|
-
"line":
|
|
8765
|
+
"line": 467,
|
|
8766
8766
|
"character": 54
|
|
8767
8767
|
},
|
|
8768
8768
|
"name": "ApplicationTypeSlot"
|
|
@@ -8771,7 +8771,7 @@
|
|
|
8771
8771
|
"__schema": "TypeRefSchema",
|
|
8772
8772
|
"location": {
|
|
8773
8773
|
"filePath": "application.main.runtime.ts",
|
|
8774
|
-
"line":
|
|
8774
|
+
"line": 467,
|
|
8775
8775
|
"character": 75
|
|
8776
8776
|
},
|
|
8777
8777
|
"name": "ApplicationSlot"
|
|
@@ -8780,7 +8780,7 @@
|
|
|
8780
8780
|
"__schema": "TypeRefSchema",
|
|
8781
8781
|
"location": {
|
|
8782
8782
|
"filePath": "application.main.runtime.ts",
|
|
8783
|
-
"line":
|
|
8783
|
+
"line": 467,
|
|
8784
8784
|
"character": 92
|
|
8785
8785
|
},
|
|
8786
8786
|
"name": "DeploymentProviderSlot"
|
|
@@ -8794,7 +8794,7 @@
|
|
|
8794
8794
|
"__schema": "ParameterSchema",
|
|
8795
8795
|
"location": {
|
|
8796
8796
|
"filePath": "application.main.runtime.ts",
|
|
8797
|
-
"line":
|
|
8797
|
+
"line": 468,
|
|
8798
8798
|
"character": 5
|
|
8799
8799
|
},
|
|
8800
8800
|
"name": "harmony",
|
|
@@ -8802,7 +8802,7 @@
|
|
|
8802
8802
|
"__schema": "TypeRefSchema",
|
|
8803
8803
|
"location": {
|
|
8804
8804
|
"filePath": "application.main.runtime.ts",
|
|
8805
|
-
"line":
|
|
8805
|
+
"line": 468,
|
|
8806
8806
|
"character": 14
|
|
8807
8807
|
},
|
|
8808
8808
|
"name": "Harmony"
|
|
@@ -8815,7 +8815,7 @@
|
|
|
8815
8815
|
"__schema": "InferenceTypeSchema",
|
|
8816
8816
|
"location": {
|
|
8817
8817
|
"filePath": "application.main.runtime.ts",
|
|
8818
|
-
"line":
|
|
8818
|
+
"line": 454,
|
|
8819
8819
|
"character": 3
|
|
8820
8820
|
},
|
|
8821
8821
|
"type": "Promise<ApplicationMain>"
|
|
@@ -8835,7 +8835,7 @@
|
|
|
8835
8835
|
"__schema": "UnImplementedSchema",
|
|
8836
8836
|
"location": {
|
|
8837
8837
|
"filePath": "application.main.runtime.ts",
|
|
8838
|
-
"line":
|
|
8838
|
+
"line": 518,
|
|
8839
8839
|
"character": 1
|
|
8840
8840
|
},
|
|
8841
8841
|
"name": "ApplicationAspect.addRuntime(ApplicationMain);",
|
|
@@ -9334,7 +9334,7 @@
|
|
|
9334
9334
|
"_legacy": {
|
|
9335
9335
|
"scope": "teambit.harmony",
|
|
9336
9336
|
"name": "application",
|
|
9337
|
-
"version": "1.0.
|
|
9337
|
+
"version": "1.0.385"
|
|
9338
9338
|
},
|
|
9339
9339
|
"_scope": "teambit.harmony"
|
|
9340
9340
|
}
|
|
@@ -9899,7 +9899,7 @@
|
|
|
9899
9899
|
"_legacy": {
|
|
9900
9900
|
"scope": "teambit.harmony",
|
|
9901
9901
|
"name": "application",
|
|
9902
|
-
"version": "1.0.
|
|
9902
|
+
"version": "1.0.385"
|
|
9903
9903
|
},
|
|
9904
9904
|
"_scope": "teambit.harmony"
|
|
9905
9905
|
}
|
|
@@ -10387,7 +10387,7 @@
|
|
|
10387
10387
|
"_legacy": {
|
|
10388
10388
|
"scope": "teambit.harmony",
|
|
10389
10389
|
"name": "application",
|
|
10390
|
-
"version": "1.0.
|
|
10390
|
+
"version": "1.0.385"
|
|
10391
10391
|
},
|
|
10392
10392
|
"_scope": "teambit.harmony"
|
|
10393
10393
|
}
|
|
@@ -10590,7 +10590,7 @@
|
|
|
10590
10590
|
"_legacy": {
|
|
10591
10591
|
"scope": "teambit.harmony",
|
|
10592
10592
|
"name": "application",
|
|
10593
|
-
"version": "1.0.
|
|
10593
|
+
"version": "1.0.385"
|
|
10594
10594
|
},
|
|
10595
10595
|
"_scope": "teambit.harmony"
|
|
10596
10596
|
}
|
|
@@ -11078,7 +11078,7 @@
|
|
|
11078
11078
|
"_legacy": {
|
|
11079
11079
|
"scope": "teambit.harmony",
|
|
11080
11080
|
"name": "application",
|
|
11081
|
-
"version": "1.0.
|
|
11081
|
+
"version": "1.0.385"
|
|
11082
11082
|
},
|
|
11083
11083
|
"_scope": "teambit.harmony"
|
|
11084
11084
|
}
|
|
@@ -12011,7 +12011,7 @@
|
|
|
12011
12011
|
"componentId": {
|
|
12012
12012
|
"scope": "teambit.harmony",
|
|
12013
12013
|
"name": "application",
|
|
12014
|
-
"version": "1.0.
|
|
12014
|
+
"version": "1.0.385"
|
|
12015
12015
|
},
|
|
12016
12016
|
"taggedModuleExports": []
|
|
12017
12017
|
}
|