@teambit/application 1.0.387 → 1.0.389
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 +512 -346
- package/dist/app.cmd.d.ts +5 -3
- package/dist/app.cmd.js +11 -20
- package/dist/app.cmd.js.map +1 -1
- package/dist/application.main.runtime.d.ts +4 -0
- package/dist/application.main.runtime.js +13 -0
- package/dist/application.main.runtime.js.map +1 -1
- package/dist/{preview-1724383238078.js → preview-1724556013704.js} +2 -2
- package/package.json +12 -12
package/artifacts/schema.json
CHANGED
|
@@ -734,14 +734,97 @@
|
|
|
734
734
|
"__schema": "FunctionLikeSchema",
|
|
735
735
|
"location": {
|
|
736
736
|
"filePath": "application.main.runtime.ts",
|
|
737
|
-
"line":
|
|
737
|
+
"line": 107,
|
|
738
|
+
"character": 3
|
|
739
|
+
},
|
|
740
|
+
"signature": "(method) ApplicationMain.listAppsIdsAndNames(): Promise<{\n id: string;\n name: string;\n}[]>",
|
|
741
|
+
"name": "listAppsIdsAndNames",
|
|
742
|
+
"params": [],
|
|
743
|
+
"returnType": {
|
|
744
|
+
"__schema": "TypeRefSchema",
|
|
745
|
+
"location": {
|
|
746
|
+
"filePath": "application.main.runtime.ts",
|
|
747
|
+
"line": 107,
|
|
748
|
+
"character": 32
|
|
749
|
+
},
|
|
750
|
+
"name": "Promise",
|
|
751
|
+
"typeArgs": [
|
|
752
|
+
{
|
|
753
|
+
"__schema": "TypeArraySchema",
|
|
754
|
+
"location": {
|
|
755
|
+
"filePath": "application.main.runtime.ts",
|
|
756
|
+
"line": 107,
|
|
757
|
+
"character": 40
|
|
758
|
+
},
|
|
759
|
+
"type": {
|
|
760
|
+
"__schema": "TypeLiteralSchema",
|
|
761
|
+
"location": {
|
|
762
|
+
"filePath": "application.main.runtime.ts",
|
|
763
|
+
"line": 107,
|
|
764
|
+
"character": 40
|
|
765
|
+
},
|
|
766
|
+
"members": [
|
|
767
|
+
{
|
|
768
|
+
"__schema": "VariableLikeSchema",
|
|
769
|
+
"location": {
|
|
770
|
+
"filePath": "application.main.runtime.ts",
|
|
771
|
+
"line": 107,
|
|
772
|
+
"character": 42
|
|
773
|
+
},
|
|
774
|
+
"signature": "(property) id: string",
|
|
775
|
+
"name": "id",
|
|
776
|
+
"type": {
|
|
777
|
+
"__schema": "KeywordTypeSchema",
|
|
778
|
+
"location": {
|
|
779
|
+
"filePath": "application.main.runtime.ts",
|
|
780
|
+
"line": 107,
|
|
781
|
+
"character": 46
|
|
782
|
+
},
|
|
783
|
+
"name": "string"
|
|
784
|
+
},
|
|
785
|
+
"isOptional": false
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"__schema": "VariableLikeSchema",
|
|
789
|
+
"location": {
|
|
790
|
+
"filePath": "application.main.runtime.ts",
|
|
791
|
+
"line": 107,
|
|
792
|
+
"character": 54
|
|
793
|
+
},
|
|
794
|
+
"signature": "(property) name: string",
|
|
795
|
+
"name": "name",
|
|
796
|
+
"type": {
|
|
797
|
+
"__schema": "KeywordTypeSchema",
|
|
798
|
+
"location": {
|
|
799
|
+
"filePath": "application.main.runtime.ts",
|
|
800
|
+
"line": 107,
|
|
801
|
+
"character": 60
|
|
802
|
+
},
|
|
803
|
+
"name": "string"
|
|
804
|
+
},
|
|
805
|
+
"isOptional": false
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
]
|
|
811
|
+
},
|
|
812
|
+
"modifiers": [
|
|
813
|
+
"async"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"__schema": "FunctionLikeSchema",
|
|
818
|
+
"location": {
|
|
819
|
+
"filePath": "application.main.runtime.ts",
|
|
820
|
+
"line": 121,
|
|
738
821
|
"character": 3
|
|
739
822
|
},
|
|
740
823
|
"doc": {
|
|
741
824
|
"__schema": "DocSchema",
|
|
742
825
|
"location": {
|
|
743
826
|
"filePath": "application.main.runtime.ts",
|
|
744
|
-
"line":
|
|
827
|
+
"line": 118,
|
|
745
828
|
"character": 3
|
|
746
829
|
},
|
|
747
830
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
@@ -755,7 +838,7 @@
|
|
|
755
838
|
"__schema": "InferenceTypeSchema",
|
|
756
839
|
"location": {
|
|
757
840
|
"filePath": "application.main.runtime.ts",
|
|
758
|
-
"line":
|
|
841
|
+
"line": 121,
|
|
759
842
|
"character": 3
|
|
760
843
|
},
|
|
761
844
|
"type": "[string, Application[]][]"
|
|
@@ -766,14 +849,14 @@
|
|
|
766
849
|
"__schema": "FunctionLikeSchema",
|
|
767
850
|
"location": {
|
|
768
851
|
"filePath": "application.main.runtime.ts",
|
|
769
|
-
"line":
|
|
852
|
+
"line": 130,
|
|
770
853
|
"character": 3
|
|
771
854
|
},
|
|
772
855
|
"doc": {
|
|
773
856
|
"__schema": "DocSchema",
|
|
774
857
|
"location": {
|
|
775
858
|
"filePath": "application.main.runtime.ts",
|
|
776
|
-
"line":
|
|
859
|
+
"line": 125,
|
|
777
860
|
"character": 3
|
|
778
861
|
},
|
|
779
862
|
"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 +870,7 @@
|
|
|
787
870
|
"__schema": "ParameterSchema",
|
|
788
871
|
"location": {
|
|
789
872
|
"filePath": "application.main.runtime.ts",
|
|
790
|
-
"line":
|
|
873
|
+
"line": 130,
|
|
791
874
|
"character": 30
|
|
792
875
|
},
|
|
793
876
|
"name": "poolIds",
|
|
@@ -795,14 +878,14 @@
|
|
|
795
878
|
"__schema": "TypeArraySchema",
|
|
796
879
|
"location": {
|
|
797
880
|
"filePath": "application.main.runtime.ts",
|
|
798
|
-
"line":
|
|
881
|
+
"line": 130,
|
|
799
882
|
"character": 40
|
|
800
883
|
},
|
|
801
884
|
"type": {
|
|
802
885
|
"__schema": "TypeRefSchema",
|
|
803
886
|
"location": {
|
|
804
887
|
"filePath": "application.main.runtime.ts",
|
|
805
|
-
"line":
|
|
888
|
+
"line": 130,
|
|
806
889
|
"character": 40
|
|
807
890
|
},
|
|
808
891
|
"name": "ComponentID"
|
|
@@ -816,7 +899,7 @@
|
|
|
816
899
|
"__schema": "TypeRefSchema",
|
|
817
900
|
"location": {
|
|
818
901
|
"filePath": "application.main.runtime.ts",
|
|
819
|
-
"line":
|
|
902
|
+
"line": 130,
|
|
820
903
|
"character": 56
|
|
821
904
|
},
|
|
822
905
|
"name": "Promise",
|
|
@@ -825,14 +908,14 @@
|
|
|
825
908
|
"__schema": "TypeArraySchema",
|
|
826
909
|
"location": {
|
|
827
910
|
"filePath": "application.main.runtime.ts",
|
|
828
|
-
"line":
|
|
911
|
+
"line": 130,
|
|
829
912
|
"character": 64
|
|
830
913
|
},
|
|
831
914
|
"type": {
|
|
832
915
|
"__schema": "TypeRefSchema",
|
|
833
916
|
"location": {
|
|
834
917
|
"filePath": "application.main.runtime.ts",
|
|
835
|
-
"line":
|
|
918
|
+
"line": 130,
|
|
836
919
|
"character": 64
|
|
837
920
|
},
|
|
838
921
|
"name": "ComponentID"
|
|
@@ -848,14 +931,14 @@
|
|
|
848
931
|
"__schema": "FunctionLikeSchema",
|
|
849
932
|
"location": {
|
|
850
933
|
"filePath": "application.main.runtime.ts",
|
|
851
|
-
"line":
|
|
934
|
+
"line": 141,
|
|
852
935
|
"character": 3
|
|
853
936
|
},
|
|
854
937
|
"doc": {
|
|
855
938
|
"__schema": "DocSchema",
|
|
856
939
|
"location": {
|
|
857
940
|
"filePath": "application.main.runtime.ts",
|
|
858
|
-
"line":
|
|
941
|
+
"line": 137,
|
|
859
942
|
"character": 3
|
|
860
943
|
},
|
|
861
944
|
"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 +952,7 @@
|
|
|
869
952
|
"__schema": "ParameterSchema",
|
|
870
953
|
"location": {
|
|
871
954
|
"filePath": "application.main.runtime.ts",
|
|
872
|
-
"line":
|
|
955
|
+
"line": 141,
|
|
873
956
|
"character": 16
|
|
874
957
|
},
|
|
875
958
|
"name": "id",
|
|
@@ -877,7 +960,7 @@
|
|
|
877
960
|
"__schema": "TypeRefSchema",
|
|
878
961
|
"location": {
|
|
879
962
|
"filePath": "application.main.runtime.ts",
|
|
880
|
-
"line":
|
|
963
|
+
"line": 141,
|
|
881
964
|
"character": 21
|
|
882
965
|
},
|
|
883
966
|
"name": "ComponentID"
|
|
@@ -890,7 +973,7 @@
|
|
|
890
973
|
"__schema": "TypeUnionSchema",
|
|
891
974
|
"location": {
|
|
892
975
|
"filePath": "application.main.runtime.ts",
|
|
893
|
-
"line":
|
|
976
|
+
"line": 141,
|
|
894
977
|
"character": 35
|
|
895
978
|
},
|
|
896
979
|
"types": [
|
|
@@ -898,14 +981,14 @@
|
|
|
898
981
|
"__schema": "TypeArraySchema",
|
|
899
982
|
"location": {
|
|
900
983
|
"filePath": "application.main.runtime.ts",
|
|
901
|
-
"line":
|
|
984
|
+
"line": 141,
|
|
902
985
|
"character": 35
|
|
903
986
|
},
|
|
904
987
|
"type": {
|
|
905
988
|
"__schema": "TypeRefSchema",
|
|
906
989
|
"location": {
|
|
907
990
|
"filePath": "application.main.runtime.ts",
|
|
908
|
-
"line":
|
|
991
|
+
"line": 141,
|
|
909
992
|
"character": 35
|
|
910
993
|
},
|
|
911
994
|
"name": "Application"
|
|
@@ -915,7 +998,7 @@
|
|
|
915
998
|
"__schema": "KeywordTypeSchema",
|
|
916
999
|
"location": {
|
|
917
1000
|
"filePath": "application.main.runtime.ts",
|
|
918
|
-
"line":
|
|
1001
|
+
"line": 141,
|
|
919
1002
|
"character": 51
|
|
920
1003
|
},
|
|
921
1004
|
"name": "undefined"
|
|
@@ -928,14 +1011,14 @@
|
|
|
928
1011
|
"__schema": "FunctionLikeSchema",
|
|
929
1012
|
"location": {
|
|
930
1013
|
"filePath": "application.main.runtime.ts",
|
|
931
|
-
"line":
|
|
1014
|
+
"line": 150,
|
|
932
1015
|
"character": 3
|
|
933
1016
|
},
|
|
934
1017
|
"doc": {
|
|
935
1018
|
"__schema": "DocSchema",
|
|
936
1019
|
"location": {
|
|
937
1020
|
"filePath": "application.main.runtime.ts",
|
|
938
|
-
"line":
|
|
1021
|
+
"line": 146,
|
|
939
1022
|
"character": 3
|
|
940
1023
|
},
|
|
941
1024
|
"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 +1032,7 @@
|
|
|
949
1032
|
"__schema": "ParameterSchema",
|
|
950
1033
|
"location": {
|
|
951
1034
|
"filePath": "application.main.runtime.ts",
|
|
952
|
-
"line":
|
|
1035
|
+
"line": 150,
|
|
953
1036
|
"character": 20
|
|
954
1037
|
},
|
|
955
1038
|
"name": "id",
|
|
@@ -957,7 +1040,7 @@
|
|
|
957
1040
|
"__schema": "TypeRefSchema",
|
|
958
1041
|
"location": {
|
|
959
1042
|
"filePath": "application.main.runtime.ts",
|
|
960
|
-
"line":
|
|
1043
|
+
"line": 150,
|
|
961
1044
|
"character": 24
|
|
962
1045
|
},
|
|
963
1046
|
"name": "ComponentID"
|
|
@@ -970,7 +1053,7 @@
|
|
|
970
1053
|
"__schema": "InferenceTypeSchema",
|
|
971
1054
|
"location": {
|
|
972
1055
|
"filePath": "application.main.runtime.ts",
|
|
973
|
-
"line":
|
|
1056
|
+
"line": 150,
|
|
974
1057
|
"character": 3
|
|
975
1058
|
},
|
|
976
1059
|
"type": "Promise<Application | undefined>"
|
|
@@ -983,14 +1066,14 @@
|
|
|
983
1066
|
"__schema": "FunctionLikeSchema",
|
|
984
1067
|
"location": {
|
|
985
1068
|
"filePath": "application.main.runtime.ts",
|
|
986
|
-
"line":
|
|
1069
|
+
"line": 160,
|
|
987
1070
|
"character": 3
|
|
988
1071
|
},
|
|
989
1072
|
"doc": {
|
|
990
1073
|
"__schema": "DocSchema",
|
|
991
1074
|
"location": {
|
|
992
1075
|
"filePath": "application.main.runtime.ts",
|
|
993
|
-
"line":
|
|
1076
|
+
"line": 156,
|
|
994
1077
|
"character": 3
|
|
995
1078
|
},
|
|
996
1079
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -1004,7 +1087,7 @@
|
|
|
1004
1087
|
"__schema": "ParameterSchema",
|
|
1005
1088
|
"location": {
|
|
1006
1089
|
"filePath": "application.main.runtime.ts",
|
|
1007
|
-
"line":
|
|
1090
|
+
"line": 160,
|
|
1008
1091
|
"character": 27
|
|
1009
1092
|
},
|
|
1010
1093
|
"name": "component",
|
|
@@ -1012,7 +1095,7 @@
|
|
|
1012
1095
|
"__schema": "TypeRefSchema",
|
|
1013
1096
|
"location": {
|
|
1014
1097
|
"filePath": "application.main.runtime.ts",
|
|
1015
|
-
"line":
|
|
1098
|
+
"line": 160,
|
|
1016
1099
|
"character": 38
|
|
1017
1100
|
},
|
|
1018
1101
|
"name": "Component"
|
|
@@ -1025,7 +1108,7 @@
|
|
|
1025
1108
|
"__schema": "TypeRefSchema",
|
|
1026
1109
|
"location": {
|
|
1027
1110
|
"filePath": "application.main.runtime.ts",
|
|
1028
|
-
"line":
|
|
1111
|
+
"line": 160,
|
|
1029
1112
|
"character": 3
|
|
1030
1113
|
},
|
|
1031
1114
|
"name": "Application"
|
|
@@ -1036,7 +1119,7 @@
|
|
|
1036
1119
|
"__schema": "FunctionLikeSchema",
|
|
1037
1120
|
"location": {
|
|
1038
1121
|
"filePath": "application.main.runtime.ts",
|
|
1039
|
-
"line":
|
|
1122
|
+
"line": 166,
|
|
1040
1123
|
"character": 3
|
|
1041
1124
|
},
|
|
1042
1125
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -1046,7 +1129,7 @@
|
|
|
1046
1129
|
"__schema": "TypeRefSchema",
|
|
1047
1130
|
"location": {
|
|
1048
1131
|
"filePath": "application.main.runtime.ts",
|
|
1049
|
-
"line":
|
|
1132
|
+
"line": 166,
|
|
1050
1133
|
"character": 3
|
|
1051
1134
|
},
|
|
1052
1135
|
"name": "ApplicationType"
|
|
@@ -1057,14 +1140,14 @@
|
|
|
1057
1140
|
"__schema": "FunctionLikeSchema",
|
|
1058
1141
|
"location": {
|
|
1059
1142
|
"filePath": "application.main.runtime.ts",
|
|
1060
|
-
"line":
|
|
1143
|
+
"line": 174,
|
|
1061
1144
|
"character": 3
|
|
1062
1145
|
},
|
|
1063
1146
|
"doc": {
|
|
1064
1147
|
"__schema": "DocSchema",
|
|
1065
1148
|
"location": {
|
|
1066
1149
|
"filePath": "application.main.runtime.ts",
|
|
1067
|
-
"line":
|
|
1150
|
+
"line": 170,
|
|
1068
1151
|
"character": 3
|
|
1069
1152
|
},
|
|
1070
1153
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -1074,7 +1157,7 @@
|
|
|
1074
1157
|
"__schema": "TagSchema",
|
|
1075
1158
|
"location": {
|
|
1076
1159
|
"filePath": "application.main.runtime.ts",
|
|
1077
|
-
"line":
|
|
1160
|
+
"line": 171,
|
|
1078
1161
|
"character": 6
|
|
1079
1162
|
},
|
|
1080
1163
|
"tagName": "deprecated",
|
|
@@ -1084,7 +1167,7 @@
|
|
|
1084
1167
|
"__schema": "ReturnTagSchema",
|
|
1085
1168
|
"location": {
|
|
1086
1169
|
"filePath": "application.main.runtime.ts",
|
|
1087
|
-
"line":
|
|
1170
|
+
"line": 172,
|
|
1088
1171
|
"character": 6
|
|
1089
1172
|
},
|
|
1090
1173
|
"tagName": "return"
|
|
@@ -1098,7 +1181,7 @@
|
|
|
1098
1181
|
"__schema": "TypeRefSchema",
|
|
1099
1182
|
"location": {
|
|
1100
1183
|
"filePath": "application.main.runtime.ts",
|
|
1101
|
-
"line":
|
|
1184
|
+
"line": 174,
|
|
1102
1185
|
"character": 35
|
|
1103
1186
|
},
|
|
1104
1187
|
"name": "Promise",
|
|
@@ -1107,14 +1190,14 @@
|
|
|
1107
1190
|
"__schema": "TypeArraySchema",
|
|
1108
1191
|
"location": {
|
|
1109
1192
|
"filePath": "application.main.runtime.ts",
|
|
1110
|
-
"line":
|
|
1193
|
+
"line": 174,
|
|
1111
1194
|
"character": 43
|
|
1112
1195
|
},
|
|
1113
1196
|
"type": {
|
|
1114
1197
|
"__schema": "TypeRefSchema",
|
|
1115
1198
|
"location": {
|
|
1116
1199
|
"filePath": "application.main.runtime.ts",
|
|
1117
|
-
"line":
|
|
1200
|
+
"line": 174,
|
|
1118
1201
|
"character": 43
|
|
1119
1202
|
},
|
|
1120
1203
|
"name": "Component"
|
|
@@ -1130,14 +1213,14 @@
|
|
|
1130
1213
|
"__schema": "FunctionLikeSchema",
|
|
1131
1214
|
"location": {
|
|
1132
1215
|
"filePath": "application.main.runtime.ts",
|
|
1133
|
-
"line":
|
|
1216
|
+
"line": 182,
|
|
1134
1217
|
"character": 3
|
|
1135
1218
|
},
|
|
1136
1219
|
"doc": {
|
|
1137
1220
|
"__schema": "DocSchema",
|
|
1138
1221
|
"location": {
|
|
1139
1222
|
"filePath": "application.main.runtime.ts",
|
|
1140
|
-
"line":
|
|
1223
|
+
"line": 178,
|
|
1141
1224
|
"character": 3
|
|
1142
1225
|
},
|
|
1143
1226
|
"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 +1234,7 @@
|
|
|
1151
1234
|
"__schema": "ParameterSchema",
|
|
1152
1235
|
"location": {
|
|
1153
1236
|
"filePath": "application.main.runtime.ts",
|
|
1154
|
-
"line":
|
|
1237
|
+
"line": 182,
|
|
1155
1238
|
"character": 28
|
|
1156
1239
|
},
|
|
1157
1240
|
"name": "poolIds",
|
|
@@ -1159,14 +1242,14 @@
|
|
|
1159
1242
|
"__schema": "TypeArraySchema",
|
|
1160
1243
|
"location": {
|
|
1161
1244
|
"filePath": "application.main.runtime.ts",
|
|
1162
|
-
"line":
|
|
1245
|
+
"line": 182,
|
|
1163
1246
|
"character": 38
|
|
1164
1247
|
},
|
|
1165
1248
|
"type": {
|
|
1166
1249
|
"__schema": "TypeRefSchema",
|
|
1167
1250
|
"location": {
|
|
1168
1251
|
"filePath": "application.main.runtime.ts",
|
|
1169
|
-
"line":
|
|
1252
|
+
"line": 182,
|
|
1170
1253
|
"character": 38
|
|
1171
1254
|
},
|
|
1172
1255
|
"name": "ComponentID"
|
|
@@ -1180,7 +1263,7 @@
|
|
|
1180
1263
|
"__schema": "TypeRefSchema",
|
|
1181
1264
|
"location": {
|
|
1182
1265
|
"filePath": "application.main.runtime.ts",
|
|
1183
|
-
"line":
|
|
1266
|
+
"line": 182,
|
|
1184
1267
|
"character": 54
|
|
1185
1268
|
},
|
|
1186
1269
|
"name": "Promise",
|
|
@@ -1189,14 +1272,14 @@
|
|
|
1189
1272
|
"__schema": "TypeArraySchema",
|
|
1190
1273
|
"location": {
|
|
1191
1274
|
"filePath": "application.main.runtime.ts",
|
|
1192
|
-
"line":
|
|
1275
|
+
"line": 182,
|
|
1193
1276
|
"character": 62
|
|
1194
1277
|
},
|
|
1195
1278
|
"type": {
|
|
1196
1279
|
"__schema": "TypeRefSchema",
|
|
1197
1280
|
"location": {
|
|
1198
1281
|
"filePath": "application.main.runtime.ts",
|
|
1199
|
-
"line":
|
|
1282
|
+
"line": 182,
|
|
1200
1283
|
"character": 62
|
|
1201
1284
|
},
|
|
1202
1285
|
"name": "Component"
|
|
@@ -1212,7 +1295,7 @@
|
|
|
1212
1295
|
"__schema": "FunctionLikeSchema",
|
|
1213
1296
|
"location": {
|
|
1214
1297
|
"filePath": "application.main.runtime.ts",
|
|
1215
|
-
"line":
|
|
1298
|
+
"line": 198,
|
|
1216
1299
|
"character": 3
|
|
1217
1300
|
},
|
|
1218
1301
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -1222,7 +1305,7 @@
|
|
|
1222
1305
|
"__schema": "InferenceTypeSchema",
|
|
1223
1306
|
"location": {
|
|
1224
1307
|
"filePath": "application.main.runtime.ts",
|
|
1225
|
-
"line":
|
|
1308
|
+
"line": 198,
|
|
1226
1309
|
"character": 3
|
|
1227
1310
|
},
|
|
1228
1311
|
"type": "string[]"
|
|
@@ -1233,7 +1316,7 @@
|
|
|
1233
1316
|
"__schema": "FunctionLikeSchema",
|
|
1234
1317
|
"location": {
|
|
1235
1318
|
"filePath": "application.main.runtime.ts",
|
|
1236
|
-
"line":
|
|
1319
|
+
"line": 207,
|
|
1237
1320
|
"character": 3
|
|
1238
1321
|
},
|
|
1239
1322
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -1243,7 +1326,7 @@
|
|
|
1243
1326
|
"__schema": "TypeRefSchema",
|
|
1244
1327
|
"location": {
|
|
1245
1328
|
"filePath": "application.main.runtime.ts",
|
|
1246
|
-
"line":
|
|
1329
|
+
"line": 207,
|
|
1247
1330
|
"character": 21
|
|
1248
1331
|
},
|
|
1249
1332
|
"name": "Promise",
|
|
@@ -1252,14 +1335,14 @@
|
|
|
1252
1335
|
"__schema": "TypeArraySchema",
|
|
1253
1336
|
"location": {
|
|
1254
1337
|
"filePath": "application.main.runtime.ts",
|
|
1255
|
-
"line":
|
|
1338
|
+
"line": 207,
|
|
1256
1339
|
"character": 29
|
|
1257
1340
|
},
|
|
1258
1341
|
"type": {
|
|
1259
1342
|
"__schema": "TypeRefSchema",
|
|
1260
1343
|
"location": {
|
|
1261
1344
|
"filePath": "application.main.runtime.ts",
|
|
1262
|
-
"line":
|
|
1345
|
+
"line": 207,
|
|
1263
1346
|
"character": 29
|
|
1264
1347
|
},
|
|
1265
1348
|
"name": "Application"
|
|
@@ -1275,7 +1358,7 @@
|
|
|
1275
1358
|
"__schema": "FunctionLikeSchema",
|
|
1276
1359
|
"location": {
|
|
1277
1360
|
"filePath": "application.main.runtime.ts",
|
|
1278
|
-
"line":
|
|
1361
|
+
"line": 240,
|
|
1279
1362
|
"character": 3
|
|
1280
1363
|
},
|
|
1281
1364
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -1285,7 +1368,7 @@
|
|
|
1285
1368
|
"__schema": "ParameterSchema",
|
|
1286
1369
|
"location": {
|
|
1287
1370
|
"filePath": "application.main.runtime.ts",
|
|
1288
|
-
"line":
|
|
1371
|
+
"line": 240,
|
|
1289
1372
|
"character": 31
|
|
1290
1373
|
},
|
|
1291
1374
|
"name": "component",
|
|
@@ -1293,7 +1376,7 @@
|
|
|
1293
1376
|
"__schema": "TypeRefSchema",
|
|
1294
1377
|
"location": {
|
|
1295
1378
|
"filePath": "application.main.runtime.ts",
|
|
1296
|
-
"line":
|
|
1379
|
+
"line": 240,
|
|
1297
1380
|
"character": 42
|
|
1298
1381
|
},
|
|
1299
1382
|
"name": "Component"
|
|
@@ -1305,7 +1388,7 @@
|
|
|
1305
1388
|
"__schema": "ParameterSchema",
|
|
1306
1389
|
"location": {
|
|
1307
1390
|
"filePath": "application.main.runtime.ts",
|
|
1308
|
-
"line":
|
|
1391
|
+
"line": 240,
|
|
1309
1392
|
"character": 53
|
|
1310
1393
|
},
|
|
1311
1394
|
"name": "rootDir",
|
|
@@ -1313,7 +1396,7 @@
|
|
|
1313
1396
|
"__schema": "KeywordTypeSchema",
|
|
1314
1397
|
"location": {
|
|
1315
1398
|
"filePath": "application.main.runtime.ts",
|
|
1316
|
-
"line":
|
|
1399
|
+
"line": 240,
|
|
1317
1400
|
"character": 62
|
|
1318
1401
|
},
|
|
1319
1402
|
"name": "string"
|
|
@@ -1326,7 +1409,7 @@
|
|
|
1326
1409
|
"__schema": "TypeRefSchema",
|
|
1327
1410
|
"location": {
|
|
1328
1411
|
"filePath": "application.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1412
|
+
"line": 240,
|
|
1330
1413
|
"character": 71
|
|
1331
1414
|
},
|
|
1332
1415
|
"name": "Promise",
|
|
@@ -1335,7 +1418,7 @@
|
|
|
1335
1418
|
"__schema": "TypeUnionSchema",
|
|
1336
1419
|
"location": {
|
|
1337
1420
|
"filePath": "application.main.runtime.ts",
|
|
1338
|
-
"line":
|
|
1421
|
+
"line": 240,
|
|
1339
1422
|
"character": 79
|
|
1340
1423
|
},
|
|
1341
1424
|
"types": [
|
|
@@ -1343,14 +1426,14 @@
|
|
|
1343
1426
|
"__schema": "TypeArraySchema",
|
|
1344
1427
|
"location": {
|
|
1345
1428
|
"filePath": "application.main.runtime.ts",
|
|
1346
|
-
"line":
|
|
1429
|
+
"line": 240,
|
|
1347
1430
|
"character": 79
|
|
1348
1431
|
},
|
|
1349
1432
|
"type": {
|
|
1350
1433
|
"__schema": "TypeRefSchema",
|
|
1351
1434
|
"location": {
|
|
1352
1435
|
"filePath": "application.main.runtime.ts",
|
|
1353
|
-
"line":
|
|
1436
|
+
"line": 240,
|
|
1354
1437
|
"character": 79
|
|
1355
1438
|
},
|
|
1356
1439
|
"name": "Application"
|
|
@@ -1360,7 +1443,7 @@
|
|
|
1360
1443
|
"__schema": "KeywordTypeSchema",
|
|
1361
1444
|
"location": {
|
|
1362
1445
|
"filePath": "application.main.runtime.ts",
|
|
1363
|
-
"line":
|
|
1446
|
+
"line": 240,
|
|
1364
1447
|
"character": 95
|
|
1365
1448
|
},
|
|
1366
1449
|
"name": "undefined"
|
|
@@ -1377,14 +1460,14 @@
|
|
|
1377
1460
|
"__schema": "FunctionLikeSchema",
|
|
1378
1461
|
"location": {
|
|
1379
1462
|
"filePath": "application.main.runtime.ts",
|
|
1380
|
-
"line":
|
|
1463
|
+
"line": 267,
|
|
1381
1464
|
"character": 3
|
|
1382
1465
|
},
|
|
1383
1466
|
"doc": {
|
|
1384
1467
|
"__schema": "DocSchema",
|
|
1385
1468
|
"location": {
|
|
1386
1469
|
"filePath": "application.main.runtime.ts",
|
|
1387
|
-
"line":
|
|
1470
|
+
"line": 263,
|
|
1388
1471
|
"character": 3
|
|
1389
1472
|
},
|
|
1390
1473
|
"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 +1481,7 @@
|
|
|
1398
1481
|
"__schema": "ParameterSchema",
|
|
1399
1482
|
"location": {
|
|
1400
1483
|
"filePath": "application.main.runtime.ts",
|
|
1401
|
-
"line":
|
|
1484
|
+
"line": 267,
|
|
1402
1485
|
"character": 10
|
|
1403
1486
|
},
|
|
1404
1487
|
"name": "appName",
|
|
@@ -1406,7 +1489,7 @@
|
|
|
1406
1489
|
"__schema": "KeywordTypeSchema",
|
|
1407
1490
|
"location": {
|
|
1408
1491
|
"filePath": "application.main.runtime.ts",
|
|
1409
|
-
"line":
|
|
1492
|
+
"line": 267,
|
|
1410
1493
|
"character": 19
|
|
1411
1494
|
},
|
|
1412
1495
|
"name": "string"
|
|
@@ -1418,7 +1501,7 @@
|
|
|
1418
1501
|
"__schema": "ParameterSchema",
|
|
1419
1502
|
"location": {
|
|
1420
1503
|
"filePath": "application.main.runtime.ts",
|
|
1421
|
-
"line":
|
|
1504
|
+
"line": 267,
|
|
1422
1505
|
"character": 27
|
|
1423
1506
|
},
|
|
1424
1507
|
"name": "id",
|
|
@@ -1426,7 +1509,7 @@
|
|
|
1426
1509
|
"__schema": "TypeRefSchema",
|
|
1427
1510
|
"location": {
|
|
1428
1511
|
"filePath": "application.main.runtime.ts",
|
|
1429
|
-
"line":
|
|
1512
|
+
"line": 267,
|
|
1430
1513
|
"character": 32
|
|
1431
1514
|
},
|
|
1432
1515
|
"name": "ComponentID"
|
|
@@ -1439,7 +1522,7 @@
|
|
|
1439
1522
|
"__schema": "TypeUnionSchema",
|
|
1440
1523
|
"location": {
|
|
1441
1524
|
"filePath": "application.main.runtime.ts",
|
|
1442
|
-
"line":
|
|
1525
|
+
"line": 267,
|
|
1443
1526
|
"character": 46
|
|
1444
1527
|
},
|
|
1445
1528
|
"types": [
|
|
@@ -1447,7 +1530,7 @@
|
|
|
1447
1530
|
"__schema": "TypeRefSchema",
|
|
1448
1531
|
"location": {
|
|
1449
1532
|
"filePath": "application.main.runtime.ts",
|
|
1450
|
-
"line":
|
|
1533
|
+
"line": 267,
|
|
1451
1534
|
"character": 46
|
|
1452
1535
|
},
|
|
1453
1536
|
"name": "Application"
|
|
@@ -1456,7 +1539,7 @@
|
|
|
1456
1539
|
"__schema": "KeywordTypeSchema",
|
|
1457
1540
|
"location": {
|
|
1458
1541
|
"filePath": "application.main.runtime.ts",
|
|
1459
|
-
"line":
|
|
1542
|
+
"line": 267,
|
|
1460
1543
|
"character": 60
|
|
1461
1544
|
},
|
|
1462
1545
|
"name": "undefined"
|
|
@@ -1469,7 +1552,7 @@
|
|
|
1469
1552
|
"__schema": "FunctionLikeSchema",
|
|
1470
1553
|
"location": {
|
|
1471
1554
|
"filePath": "application.main.runtime.ts",
|
|
1472
|
-
"line":
|
|
1555
|
+
"line": 273,
|
|
1473
1556
|
"character": 3
|
|
1474
1557
|
},
|
|
1475
1558
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -1479,7 +1562,7 @@
|
|
|
1479
1562
|
"__schema": "ParameterSchema",
|
|
1480
1563
|
"location": {
|
|
1481
1564
|
"filePath": "application.main.runtime.ts",
|
|
1482
|
-
"line":
|
|
1565
|
+
"line": 273,
|
|
1483
1566
|
"character": 20
|
|
1484
1567
|
},
|
|
1485
1568
|
"name": "appNameOrId",
|
|
@@ -1487,7 +1570,7 @@
|
|
|
1487
1570
|
"__schema": "KeywordTypeSchema",
|
|
1488
1571
|
"location": {
|
|
1489
1572
|
"filePath": "application.main.runtime.ts",
|
|
1490
|
-
"line":
|
|
1573
|
+
"line": 273,
|
|
1491
1574
|
"character": 33
|
|
1492
1575
|
},
|
|
1493
1576
|
"name": "string"
|
|
@@ -1500,7 +1583,7 @@
|
|
|
1500
1583
|
"__schema": "TypeUnionSchema",
|
|
1501
1584
|
"location": {
|
|
1502
1585
|
"filePath": "application.main.runtime.ts",
|
|
1503
|
-
"line":
|
|
1586
|
+
"line": 273,
|
|
1504
1587
|
"character": 42
|
|
1505
1588
|
},
|
|
1506
1589
|
"types": [
|
|
@@ -1508,7 +1591,7 @@
|
|
|
1508
1591
|
"__schema": "TypeRefSchema",
|
|
1509
1592
|
"location": {
|
|
1510
1593
|
"filePath": "application.main.runtime.ts",
|
|
1511
|
-
"line":
|
|
1594
|
+
"line": 273,
|
|
1512
1595
|
"character": 42
|
|
1513
1596
|
},
|
|
1514
1597
|
"name": "Application"
|
|
@@ -1517,7 +1600,7 @@
|
|
|
1517
1600
|
"__schema": "KeywordTypeSchema",
|
|
1518
1601
|
"location": {
|
|
1519
1602
|
"filePath": "application.main.runtime.ts",
|
|
1520
|
-
"line":
|
|
1603
|
+
"line": 273,
|
|
1521
1604
|
"character": 56
|
|
1522
1605
|
},
|
|
1523
1606
|
"name": "undefined"
|
|
@@ -1530,7 +1613,7 @@
|
|
|
1530
1613
|
"__schema": "FunctionLikeSchema",
|
|
1531
1614
|
"location": {
|
|
1532
1615
|
"filePath": "application.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1616
|
+
"line": 286,
|
|
1534
1617
|
"character": 3
|
|
1535
1618
|
},
|
|
1536
1619
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -1540,7 +1623,7 @@
|
|
|
1540
1623
|
"__schema": "ParameterSchema",
|
|
1541
1624
|
"location": {
|
|
1542
1625
|
"filePath": "application.main.runtime.ts",
|
|
1543
|
-
"line":
|
|
1626
|
+
"line": 286,
|
|
1544
1627
|
"character": 17
|
|
1545
1628
|
},
|
|
1546
1629
|
"name": "appType",
|
|
@@ -1548,7 +1631,7 @@
|
|
|
1548
1631
|
"__schema": "TypeRefSchema",
|
|
1549
1632
|
"location": {
|
|
1550
1633
|
"filePath": "application.main.runtime.ts",
|
|
1551
|
-
"line":
|
|
1634
|
+
"line": 286,
|
|
1552
1635
|
"character": 26
|
|
1553
1636
|
},
|
|
1554
1637
|
"name": "ApplicationType",
|
|
@@ -1557,7 +1640,7 @@
|
|
|
1557
1640
|
"__schema": "KeywordTypeSchema",
|
|
1558
1641
|
"location": {
|
|
1559
1642
|
"filePath": "application.main.runtime.ts",
|
|
1560
|
-
"line":
|
|
1643
|
+
"line": 286,
|
|
1561
1644
|
"character": 42
|
|
1562
1645
|
},
|
|
1563
1646
|
"name": "unknown"
|
|
@@ -1572,7 +1655,7 @@
|
|
|
1572
1655
|
"__schema": "InferenceTypeSchema",
|
|
1573
1656
|
"location": {
|
|
1574
1657
|
"filePath": "application.main.runtime.ts",
|
|
1575
|
-
"line":
|
|
1658
|
+
"line": 286,
|
|
1576
1659
|
"character": 3
|
|
1577
1660
|
},
|
|
1578
1661
|
"type": "string"
|
|
@@ -1583,14 +1666,14 @@
|
|
|
1583
1666
|
"__schema": "FunctionLikeSchema",
|
|
1584
1667
|
"location": {
|
|
1585
1668
|
"filePath": "application.main.runtime.ts",
|
|
1586
|
-
"line":
|
|
1669
|
+
"line": 294,
|
|
1587
1670
|
"character": 3
|
|
1588
1671
|
},
|
|
1589
1672
|
"doc": {
|
|
1590
1673
|
"__schema": "DocSchema",
|
|
1591
1674
|
"location": {
|
|
1592
1675
|
"filePath": "application.main.runtime.ts",
|
|
1593
|
-
"line":
|
|
1676
|
+
"line": 291,
|
|
1594
1677
|
"character": 3
|
|
1595
1678
|
},
|
|
1596
1679
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -1604,7 +1687,7 @@
|
|
|
1604
1687
|
"__schema": "ParameterSchema",
|
|
1605
1688
|
"location": {
|
|
1606
1689
|
"filePath": "application.main.runtime.ts",
|
|
1607
|
-
"line":
|
|
1690
|
+
"line": 294,
|
|
1608
1691
|
"character": 22
|
|
1609
1692
|
},
|
|
1610
1693
|
"name": "appTypes",
|
|
@@ -1612,7 +1695,7 @@
|
|
|
1612
1695
|
"__schema": "TypeRefSchema",
|
|
1613
1696
|
"location": {
|
|
1614
1697
|
"filePath": "application.main.runtime.ts",
|
|
1615
|
-
"line":
|
|
1698
|
+
"line": 294,
|
|
1616
1699
|
"character": 35
|
|
1617
1700
|
},
|
|
1618
1701
|
"name": "Array",
|
|
@@ -1621,7 +1704,7 @@
|
|
|
1621
1704
|
"__schema": "TypeRefSchema",
|
|
1622
1705
|
"location": {
|
|
1623
1706
|
"filePath": "application.main.runtime.ts",
|
|
1624
|
-
"line":
|
|
1707
|
+
"line": 294,
|
|
1625
1708
|
"character": 41
|
|
1626
1709
|
},
|
|
1627
1710
|
"name": "ApplicationType",
|
|
@@ -1630,7 +1713,7 @@
|
|
|
1630
1713
|
"__schema": "TypeRefSchema",
|
|
1631
1714
|
"location": {
|
|
1632
1715
|
"filePath": "application.main.runtime.ts",
|
|
1633
|
-
"line":
|
|
1716
|
+
"line": 294,
|
|
1634
1717
|
"character": 57
|
|
1635
1718
|
},
|
|
1636
1719
|
"name": "T"
|
|
@@ -1647,7 +1730,7 @@
|
|
|
1647
1730
|
"__schema": "TypeRefSchema",
|
|
1648
1731
|
"location": {
|
|
1649
1732
|
"filePath": "application.main.runtime.ts",
|
|
1650
|
-
"line":
|
|
1733
|
+
"line": 294,
|
|
1651
1734
|
"character": 3
|
|
1652
1735
|
},
|
|
1653
1736
|
"name": "ApplicationMain"
|
|
@@ -1661,14 +1744,14 @@
|
|
|
1661
1744
|
"__schema": "FunctionLikeSchema",
|
|
1662
1745
|
"location": {
|
|
1663
1746
|
"filePath": "application.main.runtime.ts",
|
|
1664
|
-
"line":
|
|
1747
|
+
"line": 307,
|
|
1665
1748
|
"character": 3
|
|
1666
1749
|
},
|
|
1667
1750
|
"doc": {
|
|
1668
1751
|
"__schema": "DocSchema",
|
|
1669
1752
|
"location": {
|
|
1670
1753
|
"filePath": "application.main.runtime.ts",
|
|
1671
|
-
"line":
|
|
1754
|
+
"line": 304,
|
|
1672
1755
|
"character": 3
|
|
1673
1756
|
},
|
|
1674
1757
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -1682,7 +1765,7 @@
|
|
|
1682
1765
|
"__schema": "ParameterSchema",
|
|
1683
1766
|
"location": {
|
|
1684
1767
|
"filePath": "application.main.runtime.ts",
|
|
1685
|
-
"line":
|
|
1768
|
+
"line": 307,
|
|
1686
1769
|
"character": 16
|
|
1687
1770
|
},
|
|
1688
1771
|
"name": "appName",
|
|
@@ -1690,7 +1773,7 @@
|
|
|
1690
1773
|
"__schema": "KeywordTypeSchema",
|
|
1691
1774
|
"location": {
|
|
1692
1775
|
"filePath": "application.main.runtime.ts",
|
|
1693
|
-
"line":
|
|
1776
|
+
"line": 307,
|
|
1694
1777
|
"character": 25
|
|
1695
1778
|
},
|
|
1696
1779
|
"name": "string"
|
|
@@ -1703,7 +1786,7 @@
|
|
|
1703
1786
|
"__schema": "TypeUnionSchema",
|
|
1704
1787
|
"location": {
|
|
1705
1788
|
"filePath": "application.main.runtime.ts",
|
|
1706
|
-
"line":
|
|
1789
|
+
"line": 307,
|
|
1707
1790
|
"character": 34
|
|
1708
1791
|
},
|
|
1709
1792
|
"types": [
|
|
@@ -1711,7 +1794,7 @@
|
|
|
1711
1794
|
"__schema": "KeywordTypeSchema",
|
|
1712
1795
|
"location": {
|
|
1713
1796
|
"filePath": "application.main.runtime.ts",
|
|
1714
|
-
"line":
|
|
1797
|
+
"line": 307,
|
|
1715
1798
|
"character": 34
|
|
1716
1799
|
},
|
|
1717
1800
|
"name": "string"
|
|
@@ -1720,7 +1803,7 @@
|
|
|
1720
1803
|
"__schema": "KeywordTypeSchema",
|
|
1721
1804
|
"location": {
|
|
1722
1805
|
"filePath": "application.main.runtime.ts",
|
|
1723
|
-
"line":
|
|
1806
|
+
"line": 307,
|
|
1724
1807
|
"character": 43
|
|
1725
1808
|
},
|
|
1726
1809
|
"name": "undefined"
|
|
@@ -1733,14 +1816,14 @@
|
|
|
1733
1816
|
"__schema": "FunctionLikeSchema",
|
|
1734
1817
|
"location": {
|
|
1735
1818
|
"filePath": "application.main.runtime.ts",
|
|
1736
|
-
"line":
|
|
1819
|
+
"line": 315,
|
|
1737
1820
|
"character": 3
|
|
1738
1821
|
},
|
|
1739
1822
|
"doc": {
|
|
1740
1823
|
"__schema": "DocSchema",
|
|
1741
1824
|
"location": {
|
|
1742
1825
|
"filePath": "application.main.runtime.ts",
|
|
1743
|
-
"line":
|
|
1826
|
+
"line": 311,
|
|
1744
1827
|
"character": 3
|
|
1745
1828
|
},
|
|
1746
1829
|
"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 +1837,7 @@
|
|
|
1754
1837
|
"__schema": "ParameterSchema",
|
|
1755
1838
|
"location": {
|
|
1756
1839
|
"filePath": "application.main.runtime.ts",
|
|
1757
|
-
"line":
|
|
1840
|
+
"line": 315,
|
|
1758
1841
|
"character": 17
|
|
1759
1842
|
},
|
|
1760
1843
|
"name": "appName",
|
|
@@ -1762,7 +1845,7 @@
|
|
|
1762
1845
|
"__schema": "KeywordTypeSchema",
|
|
1763
1846
|
"location": {
|
|
1764
1847
|
"filePath": "application.main.runtime.ts",
|
|
1765
|
-
"line":
|
|
1848
|
+
"line": 315,
|
|
1766
1849
|
"character": 26
|
|
1767
1850
|
},
|
|
1768
1851
|
"name": "string"
|
|
@@ -1775,7 +1858,7 @@
|
|
|
1775
1858
|
"__schema": "TypeRefSchema",
|
|
1776
1859
|
"location": {
|
|
1777
1860
|
"filePath": "application.main.runtime.ts",
|
|
1778
|
-
"line":
|
|
1861
|
+
"line": 315,
|
|
1779
1862
|
"character": 3
|
|
1780
1863
|
},
|
|
1781
1864
|
"name": "Application"
|
|
@@ -1786,7 +1869,7 @@
|
|
|
1786
1869
|
"__schema": "VariableLikeSchema",
|
|
1787
1870
|
"location": {
|
|
1788
1871
|
"filePath": "application.main.runtime.ts",
|
|
1789
|
-
"line":
|
|
1872
|
+
"line": 321,
|
|
1790
1873
|
"character": 3
|
|
1791
1874
|
},
|
|
1792
1875
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -1795,7 +1878,7 @@
|
|
|
1795
1878
|
"__schema": "TypeRefSchema",
|
|
1796
1879
|
"location": {
|
|
1797
1880
|
"filePath": "application.main.runtime.ts",
|
|
1798
|
-
"line":
|
|
1881
|
+
"line": 321,
|
|
1799
1882
|
"character": 3
|
|
1800
1883
|
},
|
|
1801
1884
|
"name": "ServeAppOptions",
|
|
@@ -1808,7 +1891,7 @@
|
|
|
1808
1891
|
"__schema": "FunctionLikeSchema",
|
|
1809
1892
|
"location": {
|
|
1810
1893
|
"filePath": "application.main.runtime.ts",
|
|
1811
|
-
"line":
|
|
1894
|
+
"line": 334,
|
|
1812
1895
|
"character": 3
|
|
1813
1896
|
},
|
|
1814
1897
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -1818,7 +1901,7 @@
|
|
|
1818
1901
|
"__schema": "InferenceTypeSchema",
|
|
1819
1902
|
"location": {
|
|
1820
1903
|
"filePath": "application.main.runtime.ts",
|
|
1821
|
-
"line":
|
|
1904
|
+
"line": 334,
|
|
1822
1905
|
"character": 3
|
|
1823
1906
|
},
|
|
1824
1907
|
"type": "Promise<this>"
|
|
@@ -1831,14 +1914,14 @@
|
|
|
1831
1914
|
"__schema": "FunctionLikeSchema",
|
|
1832
1915
|
"location": {
|
|
1833
1916
|
"filePath": "application.main.runtime.ts",
|
|
1834
|
-
"line":
|
|
1917
|
+
"line": 344,
|
|
1835
1918
|
"character": 3
|
|
1836
1919
|
},
|
|
1837
1920
|
"doc": {
|
|
1838
1921
|
"__schema": "DocSchema",
|
|
1839
1922
|
"location": {
|
|
1840
1923
|
"filePath": "application.main.runtime.ts",
|
|
1841
|
-
"line":
|
|
1924
|
+
"line": 340,
|
|
1842
1925
|
"character": 3
|
|
1843
1926
|
},
|
|
1844
1927
|
"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 +1935,7 @@
|
|
|
1852
1935
|
"__schema": "ParameterSchema",
|
|
1853
1936
|
"location": {
|
|
1854
1937
|
"filePath": "application.main.runtime.ts",
|
|
1855
|
-
"line":
|
|
1938
|
+
"line": 345,
|
|
1856
1939
|
"character": 5
|
|
1857
1940
|
},
|
|
1858
1941
|
"name": "appName",
|
|
@@ -1860,7 +1943,7 @@
|
|
|
1860
1943
|
"__schema": "KeywordTypeSchema",
|
|
1861
1944
|
"location": {
|
|
1862
1945
|
"filePath": "application.main.runtime.ts",
|
|
1863
|
-
"line":
|
|
1946
|
+
"line": 345,
|
|
1864
1947
|
"character": 14
|
|
1865
1948
|
},
|
|
1866
1949
|
"name": "string"
|
|
@@ -1872,7 +1955,7 @@
|
|
|
1872
1955
|
"__schema": "ParameterSchema",
|
|
1873
1956
|
"location": {
|
|
1874
1957
|
"filePath": "application.main.runtime.ts",
|
|
1875
|
-
"line":
|
|
1958
|
+
"line": 346,
|
|
1876
1959
|
"character": 5
|
|
1877
1960
|
},
|
|
1878
1961
|
"name": "options",
|
|
@@ -1880,7 +1963,7 @@
|
|
|
1880
1963
|
"__schema": "TypeRefSchema",
|
|
1881
1964
|
"location": {
|
|
1882
1965
|
"filePath": "application.main.runtime.ts",
|
|
1883
|
-
"line":
|
|
1966
|
+
"line": 346,
|
|
1884
1967
|
"character": 15
|
|
1885
1968
|
},
|
|
1886
1969
|
"name": "ServeAppOptions"
|
|
@@ -1893,7 +1976,7 @@
|
|
|
1893
1976
|
"__schema": "TypeRefSchema",
|
|
1894
1977
|
"location": {
|
|
1895
1978
|
"filePath": "application.main.runtime.ts",
|
|
1896
|
-
"line":
|
|
1979
|
+
"line": 347,
|
|
1897
1980
|
"character": 6
|
|
1898
1981
|
},
|
|
1899
1982
|
"name": "Promise",
|
|
@@ -1902,7 +1985,7 @@
|
|
|
1902
1985
|
"__schema": "TypeLiteralSchema",
|
|
1903
1986
|
"location": {
|
|
1904
1987
|
"filePath": "application.main.runtime.ts",
|
|
1905
|
-
"line":
|
|
1988
|
+
"line": 347,
|
|
1906
1989
|
"character": 14
|
|
1907
1990
|
},
|
|
1908
1991
|
"members": [
|
|
@@ -1910,7 +1993,7 @@
|
|
|
1910
1993
|
"__schema": "VariableLikeSchema",
|
|
1911
1994
|
"location": {
|
|
1912
1995
|
"filePath": "application.main.runtime.ts",
|
|
1913
|
-
"line":
|
|
1996
|
+
"line": 348,
|
|
1914
1997
|
"character": 5
|
|
1915
1998
|
},
|
|
1916
1999
|
"signature": "(property) app: Application",
|
|
@@ -1919,7 +2002,7 @@
|
|
|
1919
2002
|
"__schema": "TypeRefSchema",
|
|
1920
2003
|
"location": {
|
|
1921
2004
|
"filePath": "application.main.runtime.ts",
|
|
1922
|
-
"line":
|
|
2005
|
+
"line": 348,
|
|
1923
2006
|
"character": 5
|
|
1924
2007
|
},
|
|
1925
2008
|
"name": "Application"
|
|
@@ -1930,7 +2013,7 @@
|
|
|
1930
2013
|
"__schema": "VariableLikeSchema",
|
|
1931
2014
|
"location": {
|
|
1932
2015
|
"filePath": "application.main.runtime.ts",
|
|
1933
|
-
"line":
|
|
2016
|
+
"line": 349,
|
|
1934
2017
|
"character": 5
|
|
1935
2018
|
},
|
|
1936
2019
|
"signature": "(property) port: number | undefined",
|
|
@@ -1939,7 +2022,7 @@
|
|
|
1939
2022
|
"__schema": "TypeUnionSchema",
|
|
1940
2023
|
"location": {
|
|
1941
2024
|
"filePath": "application.main.runtime.ts",
|
|
1942
|
-
"line":
|
|
2025
|
+
"line": 349,
|
|
1943
2026
|
"character": 11
|
|
1944
2027
|
},
|
|
1945
2028
|
"types": [
|
|
@@ -1947,7 +2030,7 @@
|
|
|
1947
2030
|
"__schema": "KeywordTypeSchema",
|
|
1948
2031
|
"location": {
|
|
1949
2032
|
"filePath": "application.main.runtime.ts",
|
|
1950
|
-
"line":
|
|
2033
|
+
"line": 349,
|
|
1951
2034
|
"character": 11
|
|
1952
2035
|
},
|
|
1953
2036
|
"name": "number"
|
|
@@ -1956,7 +2039,7 @@
|
|
|
1956
2039
|
"__schema": "KeywordTypeSchema",
|
|
1957
2040
|
"location": {
|
|
1958
2041
|
"filePath": "application.main.runtime.ts",
|
|
1959
|
-
"line":
|
|
2042
|
+
"line": 349,
|
|
1960
2043
|
"character": 20
|
|
1961
2044
|
},
|
|
1962
2045
|
"name": "undefined"
|
|
@@ -1969,7 +2052,7 @@
|
|
|
1969
2052
|
"__schema": "VariableLikeSchema",
|
|
1970
2053
|
"location": {
|
|
1971
2054
|
"filePath": "application.main.runtime.ts",
|
|
1972
|
-
"line":
|
|
2055
|
+
"line": 350,
|
|
1973
2056
|
"character": 5
|
|
1974
2057
|
},
|
|
1975
2058
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -1978,14 +2061,14 @@
|
|
|
1978
2061
|
"__schema": "TypeArraySchema",
|
|
1979
2062
|
"location": {
|
|
1980
2063
|
"filePath": "application.main.runtime.ts",
|
|
1981
|
-
"line":
|
|
2064
|
+
"line": 350,
|
|
1982
2065
|
"character": 14
|
|
1983
2066
|
},
|
|
1984
2067
|
"type": {
|
|
1985
2068
|
"__schema": "TypeRefSchema",
|
|
1986
2069
|
"location": {
|
|
1987
2070
|
"filePath": "application.main.runtime.ts",
|
|
1988
|
-
"line":
|
|
2071
|
+
"line": 350,
|
|
1989
2072
|
"character": 14
|
|
1990
2073
|
},
|
|
1991
2074
|
"name": "Error"
|
|
@@ -1997,7 +2080,7 @@
|
|
|
1997
2080
|
"__schema": "VariableLikeSchema",
|
|
1998
2081
|
"location": {
|
|
1999
2082
|
"filePath": "application.main.runtime.ts",
|
|
2000
|
-
"line":
|
|
2083
|
+
"line": 351,
|
|
2001
2084
|
"character": 5
|
|
2002
2085
|
},
|
|
2003
2086
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -2006,7 +2089,7 @@
|
|
|
2006
2089
|
"__schema": "KeywordTypeSchema",
|
|
2007
2090
|
"location": {
|
|
2008
2091
|
"filePath": "application.main.runtime.ts",
|
|
2009
|
-
"line":
|
|
2092
|
+
"line": 351,
|
|
2010
2093
|
"character": 15
|
|
2011
2094
|
},
|
|
2012
2095
|
"name": "boolean"
|
|
@@ -2025,14 +2108,14 @@
|
|
|
2025
2108
|
"__schema": "FunctionLikeSchema",
|
|
2026
2109
|
"location": {
|
|
2027
2110
|
"filePath": "application.main.runtime.ts",
|
|
2028
|
-
"line":
|
|
2111
|
+
"line": 380,
|
|
2029
2112
|
"character": 3
|
|
2030
2113
|
},
|
|
2031
2114
|
"doc": {
|
|
2032
2115
|
"__schema": "DocSchema",
|
|
2033
2116
|
"location": {
|
|
2034
2117
|
"filePath": "application.main.runtime.ts",
|
|
2035
|
-
"line":
|
|
2118
|
+
"line": 377,
|
|
2036
2119
|
"character": 3
|
|
2037
2120
|
},
|
|
2038
2121
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -2046,7 +2129,7 @@
|
|
|
2046
2129
|
"__schema": "ParameterSchema",
|
|
2047
2130
|
"location": {
|
|
2048
2131
|
"filePath": "application.main.runtime.ts",
|
|
2049
|
-
"line":
|
|
2132
|
+
"line": 380,
|
|
2050
2133
|
"character": 25
|
|
2051
2134
|
},
|
|
2052
2135
|
"name": "appName",
|
|
@@ -2054,7 +2137,7 @@
|
|
|
2054
2137
|
"__schema": "KeywordTypeSchema",
|
|
2055
2138
|
"location": {
|
|
2056
2139
|
"filePath": "application.main.runtime.ts",
|
|
2057
|
-
"line":
|
|
2140
|
+
"line": 380,
|
|
2058
2141
|
"character": 34
|
|
2059
2142
|
},
|
|
2060
2143
|
"name": "string"
|
|
@@ -2067,7 +2150,7 @@
|
|
|
2067
2150
|
"__schema": "InferenceTypeSchema",
|
|
2068
2151
|
"location": {
|
|
2069
2152
|
"filePath": "application.main.runtime.ts",
|
|
2070
|
-
"line":
|
|
2153
|
+
"line": 380,
|
|
2071
2154
|
"character": 3
|
|
2072
2155
|
},
|
|
2073
2156
|
"type": "Promise<ComponentID>"
|
|
@@ -2080,7 +2163,7 @@
|
|
|
2080
2163
|
"__schema": "FunctionLikeSchema",
|
|
2081
2164
|
"location": {
|
|
2082
2165
|
"filePath": "application.main.runtime.ts",
|
|
2083
|
-
"line":
|
|
2166
|
+
"line": 420,
|
|
2084
2167
|
"character": 3
|
|
2085
2168
|
},
|
|
2086
2169
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -2090,7 +2173,7 @@
|
|
|
2090
2173
|
"__schema": "ParameterSchema",
|
|
2091
2174
|
"location": {
|
|
2092
2175
|
"filePath": "application.main.runtime.ts",
|
|
2093
|
-
"line":
|
|
2176
|
+
"line": 420,
|
|
2094
2177
|
"character": 31
|
|
2095
2178
|
},
|
|
2096
2179
|
"name": "id",
|
|
@@ -2098,7 +2181,7 @@
|
|
|
2098
2181
|
"__schema": "TypeRefSchema",
|
|
2099
2182
|
"location": {
|
|
2100
2183
|
"filePath": "application.main.runtime.ts",
|
|
2101
|
-
"line":
|
|
2184
|
+
"line": 420,
|
|
2102
2185
|
"character": 35
|
|
2103
2186
|
},
|
|
2104
2187
|
"name": "ComponentID"
|
|
@@ -2110,7 +2193,7 @@
|
|
|
2110
2193
|
"__schema": "ParameterSchema",
|
|
2111
2194
|
"location": {
|
|
2112
2195
|
"filePath": "application.main.runtime.ts",
|
|
2113
|
-
"line":
|
|
2196
|
+
"line": 420,
|
|
2114
2197
|
"character": 48
|
|
2115
2198
|
},
|
|
2116
2199
|
"name": "appName",
|
|
@@ -2118,7 +2201,7 @@
|
|
|
2118
2201
|
"__schema": "KeywordTypeSchema",
|
|
2119
2202
|
"location": {
|
|
2120
2203
|
"filePath": "application.main.runtime.ts",
|
|
2121
|
-
"line":
|
|
2204
|
+
"line": 420,
|
|
2122
2205
|
"character": 57
|
|
2123
2206
|
},
|
|
2124
2207
|
"name": "string"
|
|
@@ -2130,7 +2213,7 @@
|
|
|
2130
2213
|
"__schema": "ParameterSchema",
|
|
2131
2214
|
"location": {
|
|
2132
2215
|
"filePath": "application.main.runtime.ts",
|
|
2133
|
-
"line":
|
|
2216
|
+
"line": 420,
|
|
2134
2217
|
"character": 65
|
|
2135
2218
|
},
|
|
2136
2219
|
"name": "capsuleRootDir",
|
|
@@ -2138,7 +2221,7 @@
|
|
|
2138
2221
|
"__schema": "KeywordTypeSchema",
|
|
2139
2222
|
"location": {
|
|
2140
2223
|
"filePath": "application.main.runtime.ts",
|
|
2141
|
-
"line":
|
|
2224
|
+
"line": 420,
|
|
2142
2225
|
"character": 81
|
|
2143
2226
|
},
|
|
2144
2227
|
"name": "string"
|
|
@@ -2150,7 +2233,7 @@
|
|
|
2150
2233
|
"__schema": "ParameterSchema",
|
|
2151
2234
|
"location": {
|
|
2152
2235
|
"filePath": "application.main.runtime.ts",
|
|
2153
|
-
"line":
|
|
2236
|
+
"line": 420,
|
|
2154
2237
|
"character": 89
|
|
2155
2238
|
},
|
|
2156
2239
|
"name": "rootDir",
|
|
@@ -2158,7 +2241,7 @@
|
|
|
2158
2241
|
"__schema": "KeywordTypeSchema",
|
|
2159
2242
|
"location": {
|
|
2160
2243
|
"filePath": "application.main.runtime.ts",
|
|
2161
|
-
"line":
|
|
2244
|
+
"line": 420,
|
|
2162
2245
|
"character": 99
|
|
2163
2246
|
},
|
|
2164
2247
|
"name": "string"
|
|
@@ -2171,7 +2254,7 @@
|
|
|
2171
2254
|
"__schema": "InferenceTypeSchema",
|
|
2172
2255
|
"location": {
|
|
2173
2256
|
"filePath": "application.main.runtime.ts",
|
|
2174
|
-
"line":
|
|
2257
|
+
"line": 420,
|
|
2175
2258
|
"character": 3
|
|
2176
2259
|
},
|
|
2177
2260
|
"type": "Promise<AppContext>"
|
|
@@ -2184,7 +2267,7 @@
|
|
|
2184
2267
|
"__schema": "VariableLikeSchema",
|
|
2185
2268
|
"location": {
|
|
2186
2269
|
"filePath": "application.main.runtime.ts",
|
|
2187
|
-
"line":
|
|
2270
|
+
"line": 446,
|
|
2188
2271
|
"character": 3
|
|
2189
2272
|
},
|
|
2190
2273
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -2193,7 +2276,7 @@
|
|
|
2193
2276
|
"__schema": "InferenceTypeSchema",
|
|
2194
2277
|
"location": {
|
|
2195
2278
|
"filePath": "application.main.runtime.ts",
|
|
2196
|
-
"line":
|
|
2279
|
+
"line": 446,
|
|
2197
2280
|
"character": 3
|
|
2198
2281
|
},
|
|
2199
2282
|
"type": "RuntimeDefinition"
|
|
@@ -2205,7 +2288,7 @@
|
|
|
2205
2288
|
"__schema": "VariableLikeSchema",
|
|
2206
2289
|
"location": {
|
|
2207
2290
|
"filePath": "application.main.runtime.ts",
|
|
2208
|
-
"line":
|
|
2291
|
+
"line": 447,
|
|
2209
2292
|
"character": 3
|
|
2210
2293
|
},
|
|
2211
2294
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -2214,7 +2297,7 @@
|
|
|
2214
2297
|
"__schema": "InferenceTypeSchema",
|
|
2215
2298
|
"location": {
|
|
2216
2299
|
"filePath": "application.main.runtime.ts",
|
|
2217
|
-
"line":
|
|
2300
|
+
"line": 447,
|
|
2218
2301
|
"character": 3
|
|
2219
2302
|
},
|
|
2220
2303
|
"type": "Aspect[]"
|
|
@@ -2226,7 +2309,7 @@
|
|
|
2226
2309
|
"__schema": "VariableLikeSchema",
|
|
2227
2310
|
"location": {
|
|
2228
2311
|
"filePath": "application.main.runtime.ts",
|
|
2229
|
-
"line":
|
|
2312
|
+
"line": 459,
|
|
2230
2313
|
"character": 3
|
|
2231
2314
|
},
|
|
2232
2315
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -2235,7 +2318,7 @@
|
|
|
2235
2318
|
"__schema": "InferenceTypeSchema",
|
|
2236
2319
|
"location": {
|
|
2237
2320
|
"filePath": "application.main.runtime.ts",
|
|
2238
|
-
"line":
|
|
2321
|
+
"line": 459,
|
|
2239
2322
|
"character": 3
|
|
2240
2323
|
},
|
|
2241
2324
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -2247,7 +2330,7 @@
|
|
|
2247
2330
|
"__schema": "FunctionLikeSchema",
|
|
2248
2331
|
"location": {
|
|
2249
2332
|
"filePath": "application.main.runtime.ts",
|
|
2250
|
-
"line":
|
|
2333
|
+
"line": 465,
|
|
2251
2334
|
"character": 3
|
|
2252
2335
|
},
|
|
2253
2336
|
"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 +2340,7 @@
|
|
|
2257
2340
|
"__schema": "ParameterSchema",
|
|
2258
2341
|
"location": {
|
|
2259
2342
|
"filePath": "application.main.runtime.ts",
|
|
2260
|
-
"line":
|
|
2343
|
+
"line": 466,
|
|
2261
2344
|
"character": 5
|
|
2262
2345
|
},
|
|
2263
2346
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -2265,7 +2348,7 @@
|
|
|
2265
2348
|
"__schema": "TupleTypeSchema",
|
|
2266
2349
|
"location": {
|
|
2267
2350
|
"filePath": "application.main.runtime.ts",
|
|
2268
|
-
"line":
|
|
2351
|
+
"line": 466,
|
|
2269
2352
|
"character": 93
|
|
2270
2353
|
},
|
|
2271
2354
|
"elements": [
|
|
@@ -2273,7 +2356,7 @@
|
|
|
2273
2356
|
"__schema": "TypeRefSchema",
|
|
2274
2357
|
"location": {
|
|
2275
2358
|
"filePath": "application.main.runtime.ts",
|
|
2276
|
-
"line":
|
|
2359
|
+
"line": 467,
|
|
2277
2360
|
"character": 7
|
|
2278
2361
|
},
|
|
2279
2362
|
"name": "CLIMain"
|
|
@@ -2282,7 +2365,7 @@
|
|
|
2282
2365
|
"__schema": "TypeRefSchema",
|
|
2283
2366
|
"location": {
|
|
2284
2367
|
"filePath": "application.main.runtime.ts",
|
|
2285
|
-
"line":
|
|
2368
|
+
"line": 468,
|
|
2286
2369
|
"character": 7
|
|
2287
2370
|
},
|
|
2288
2371
|
"name": "LoggerMain"
|
|
@@ -2291,7 +2374,7 @@
|
|
|
2291
2374
|
"__schema": "TypeRefSchema",
|
|
2292
2375
|
"location": {
|
|
2293
2376
|
"filePath": "application.main.runtime.ts",
|
|
2294
|
-
"line":
|
|
2377
|
+
"line": 469,
|
|
2295
2378
|
"character": 7
|
|
2296
2379
|
},
|
|
2297
2380
|
"name": "BuilderMain"
|
|
@@ -2300,7 +2383,7 @@
|
|
|
2300
2383
|
"__schema": "TypeRefSchema",
|
|
2301
2384
|
"location": {
|
|
2302
2385
|
"filePath": "application.main.runtime.ts",
|
|
2303
|
-
"line":
|
|
2386
|
+
"line": 470,
|
|
2304
2387
|
"character": 7
|
|
2305
2388
|
},
|
|
2306
2389
|
"name": "EnvsMain"
|
|
@@ -2309,7 +2392,7 @@
|
|
|
2309
2392
|
"__schema": "TypeRefSchema",
|
|
2310
2393
|
"location": {
|
|
2311
2394
|
"filePath": "application.main.runtime.ts",
|
|
2312
|
-
"line":
|
|
2395
|
+
"line": 471,
|
|
2313
2396
|
"character": 7
|
|
2314
2397
|
},
|
|
2315
2398
|
"name": "ComponentMain"
|
|
@@ -2318,7 +2401,7 @@
|
|
|
2318
2401
|
"__schema": "TypeRefSchema",
|
|
2319
2402
|
"location": {
|
|
2320
2403
|
"filePath": "application.main.runtime.ts",
|
|
2321
|
-
"line":
|
|
2404
|
+
"line": 472,
|
|
2322
2405
|
"character": 7
|
|
2323
2406
|
},
|
|
2324
2407
|
"name": "AspectLoaderMain"
|
|
@@ -2327,7 +2410,7 @@
|
|
|
2327
2410
|
"__schema": "TypeRefSchema",
|
|
2328
2411
|
"location": {
|
|
2329
2412
|
"filePath": "application.main.runtime.ts",
|
|
2330
|
-
"line":
|
|
2413
|
+
"line": 473,
|
|
2331
2414
|
"character": 7
|
|
2332
2415
|
},
|
|
2333
2416
|
"name": "Workspace"
|
|
@@ -2336,7 +2419,7 @@
|
|
|
2336
2419
|
"__schema": "TypeRefSchema",
|
|
2337
2420
|
"location": {
|
|
2338
2421
|
"filePath": "application.main.runtime.ts",
|
|
2339
|
-
"line":
|
|
2422
|
+
"line": 474,
|
|
2340
2423
|
"character": 7
|
|
2341
2424
|
},
|
|
2342
2425
|
"name": "WatcherMain"
|
|
@@ -2345,7 +2428,7 @@
|
|
|
2345
2428
|
"__schema": "TypeRefSchema",
|
|
2346
2429
|
"location": {
|
|
2347
2430
|
"filePath": "application.main.runtime.ts",
|
|
2348
|
-
"line":
|
|
2431
|
+
"line": 475,
|
|
2349
2432
|
"character": 7
|
|
2350
2433
|
},
|
|
2351
2434
|
"name": "ScopeMain"
|
|
@@ -2359,7 +2442,7 @@
|
|
|
2359
2442
|
"__schema": "ParameterSchema",
|
|
2360
2443
|
"location": {
|
|
2361
2444
|
"filePath": "application.main.runtime.ts",
|
|
2362
|
-
"line":
|
|
2445
|
+
"line": 477,
|
|
2363
2446
|
"character": 5
|
|
2364
2447
|
},
|
|
2365
2448
|
"name": "config",
|
|
@@ -2367,7 +2450,7 @@
|
|
|
2367
2450
|
"__schema": "TypeRefSchema",
|
|
2368
2451
|
"location": {
|
|
2369
2452
|
"filePath": "application.main.runtime.ts",
|
|
2370
|
-
"line":
|
|
2453
|
+
"line": 477,
|
|
2371
2454
|
"character": 13
|
|
2372
2455
|
},
|
|
2373
2456
|
"name": "ApplicationAspectConfig"
|
|
@@ -2379,7 +2462,7 @@
|
|
|
2379
2462
|
"__schema": "ParameterSchema",
|
|
2380
2463
|
"location": {
|
|
2381
2464
|
"filePath": "application.main.runtime.ts",
|
|
2382
|
-
"line":
|
|
2465
|
+
"line": 478,
|
|
2383
2466
|
"character": 5
|
|
2384
2467
|
},
|
|
2385
2468
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -2387,7 +2470,7 @@
|
|
|
2387
2470
|
"__schema": "TupleTypeSchema",
|
|
2388
2471
|
"location": {
|
|
2389
2472
|
"filePath": "application.main.runtime.ts",
|
|
2390
|
-
"line":
|
|
2473
|
+
"line": 478,
|
|
2391
2474
|
"character": 53
|
|
2392
2475
|
},
|
|
2393
2476
|
"elements": [
|
|
@@ -2395,7 +2478,7 @@
|
|
|
2395
2478
|
"__schema": "TypeRefSchema",
|
|
2396
2479
|
"location": {
|
|
2397
2480
|
"filePath": "application.main.runtime.ts",
|
|
2398
|
-
"line":
|
|
2481
|
+
"line": 478,
|
|
2399
2482
|
"character": 54
|
|
2400
2483
|
},
|
|
2401
2484
|
"name": "ApplicationTypeSlot"
|
|
@@ -2404,7 +2487,7 @@
|
|
|
2404
2487
|
"__schema": "TypeRefSchema",
|
|
2405
2488
|
"location": {
|
|
2406
2489
|
"filePath": "application.main.runtime.ts",
|
|
2407
|
-
"line":
|
|
2490
|
+
"line": 478,
|
|
2408
2491
|
"character": 75
|
|
2409
2492
|
},
|
|
2410
2493
|
"name": "ApplicationSlot"
|
|
@@ -2413,7 +2496,7 @@
|
|
|
2413
2496
|
"__schema": "TypeRefSchema",
|
|
2414
2497
|
"location": {
|
|
2415
2498
|
"filePath": "application.main.runtime.ts",
|
|
2416
|
-
"line":
|
|
2499
|
+
"line": 478,
|
|
2417
2500
|
"character": 92
|
|
2418
2501
|
},
|
|
2419
2502
|
"name": "DeploymentProviderSlot"
|
|
@@ -2427,7 +2510,7 @@
|
|
|
2427
2510
|
"__schema": "ParameterSchema",
|
|
2428
2511
|
"location": {
|
|
2429
2512
|
"filePath": "application.main.runtime.ts",
|
|
2430
|
-
"line":
|
|
2513
|
+
"line": 479,
|
|
2431
2514
|
"character": 5
|
|
2432
2515
|
},
|
|
2433
2516
|
"name": "harmony",
|
|
@@ -2435,7 +2518,7 @@
|
|
|
2435
2518
|
"__schema": "TypeRefSchema",
|
|
2436
2519
|
"location": {
|
|
2437
2520
|
"filePath": "application.main.runtime.ts",
|
|
2438
|
-
"line":
|
|
2521
|
+
"line": 479,
|
|
2439
2522
|
"character": 14
|
|
2440
2523
|
},
|
|
2441
2524
|
"name": "Harmony"
|
|
@@ -2448,7 +2531,7 @@
|
|
|
2448
2531
|
"__schema": "InferenceTypeSchema",
|
|
2449
2532
|
"location": {
|
|
2450
2533
|
"filePath": "application.main.runtime.ts",
|
|
2451
|
-
"line":
|
|
2534
|
+
"line": 465,
|
|
2452
2535
|
"character": 3
|
|
2453
2536
|
},
|
|
2454
2537
|
"type": "Promise<ApplicationMain>"
|
|
@@ -3512,7 +3595,7 @@
|
|
|
3512
3595
|
"_legacy": {
|
|
3513
3596
|
"scope": "teambit.harmony",
|
|
3514
3597
|
"name": "application",
|
|
3515
|
-
"version": "1.0.
|
|
3598
|
+
"version": "1.0.389"
|
|
3516
3599
|
},
|
|
3517
3600
|
"_scope": "teambit.harmony"
|
|
3518
3601
|
}
|
|
@@ -3896,7 +3979,7 @@
|
|
|
3896
3979
|
"_legacy": {
|
|
3897
3980
|
"scope": "teambit.harmony",
|
|
3898
3981
|
"name": "application",
|
|
3899
|
-
"version": "1.0.
|
|
3982
|
+
"version": "1.0.389"
|
|
3900
3983
|
},
|
|
3901
3984
|
"_scope": "teambit.harmony"
|
|
3902
3985
|
}
|
|
@@ -4384,7 +4467,7 @@
|
|
|
4384
4467
|
"_legacy": {
|
|
4385
4468
|
"scope": "teambit.harmony",
|
|
4386
4469
|
"name": "application",
|
|
4387
|
-
"version": "1.0.
|
|
4470
|
+
"version": "1.0.389"
|
|
4388
4471
|
},
|
|
4389
4472
|
"_scope": "teambit.harmony"
|
|
4390
4473
|
}
|
|
@@ -5141,7 +5224,7 @@
|
|
|
5141
5224
|
"_legacy": {
|
|
5142
5225
|
"scope": "teambit.harmony",
|
|
5143
5226
|
"name": "application",
|
|
5144
|
-
"version": "1.0.
|
|
5227
|
+
"version": "1.0.389"
|
|
5145
5228
|
},
|
|
5146
5229
|
"_scope": "teambit.harmony"
|
|
5147
5230
|
}
|
|
@@ -5629,7 +5712,7 @@
|
|
|
5629
5712
|
"_legacy": {
|
|
5630
5713
|
"scope": "teambit.harmony",
|
|
5631
5714
|
"name": "application",
|
|
5632
|
-
"version": "1.0.
|
|
5715
|
+
"version": "1.0.389"
|
|
5633
5716
|
},
|
|
5634
5717
|
"_scope": "teambit.harmony"
|
|
5635
5718
|
}
|
|
@@ -7101,14 +7184,97 @@
|
|
|
7101
7184
|
"__schema": "FunctionLikeSchema",
|
|
7102
7185
|
"location": {
|
|
7103
7186
|
"filePath": "application.main.runtime.ts",
|
|
7104
|
-
"line":
|
|
7187
|
+
"line": 107,
|
|
7188
|
+
"character": 3
|
|
7189
|
+
},
|
|
7190
|
+
"signature": "(method) ApplicationMain.listAppsIdsAndNames(): Promise<{\n id: string;\n name: string;\n}[]>",
|
|
7191
|
+
"name": "listAppsIdsAndNames",
|
|
7192
|
+
"params": [],
|
|
7193
|
+
"returnType": {
|
|
7194
|
+
"__schema": "TypeRefSchema",
|
|
7195
|
+
"location": {
|
|
7196
|
+
"filePath": "application.main.runtime.ts",
|
|
7197
|
+
"line": 107,
|
|
7198
|
+
"character": 32
|
|
7199
|
+
},
|
|
7200
|
+
"name": "Promise",
|
|
7201
|
+
"typeArgs": [
|
|
7202
|
+
{
|
|
7203
|
+
"__schema": "TypeArraySchema",
|
|
7204
|
+
"location": {
|
|
7205
|
+
"filePath": "application.main.runtime.ts",
|
|
7206
|
+
"line": 107,
|
|
7207
|
+
"character": 40
|
|
7208
|
+
},
|
|
7209
|
+
"type": {
|
|
7210
|
+
"__schema": "TypeLiteralSchema",
|
|
7211
|
+
"location": {
|
|
7212
|
+
"filePath": "application.main.runtime.ts",
|
|
7213
|
+
"line": 107,
|
|
7214
|
+
"character": 40
|
|
7215
|
+
},
|
|
7216
|
+
"members": [
|
|
7217
|
+
{
|
|
7218
|
+
"__schema": "VariableLikeSchema",
|
|
7219
|
+
"location": {
|
|
7220
|
+
"filePath": "application.main.runtime.ts",
|
|
7221
|
+
"line": 107,
|
|
7222
|
+
"character": 42
|
|
7223
|
+
},
|
|
7224
|
+
"signature": "(property) id: string",
|
|
7225
|
+
"name": "id",
|
|
7226
|
+
"type": {
|
|
7227
|
+
"__schema": "KeywordTypeSchema",
|
|
7228
|
+
"location": {
|
|
7229
|
+
"filePath": "application.main.runtime.ts",
|
|
7230
|
+
"line": 107,
|
|
7231
|
+
"character": 46
|
|
7232
|
+
},
|
|
7233
|
+
"name": "string"
|
|
7234
|
+
},
|
|
7235
|
+
"isOptional": false
|
|
7236
|
+
},
|
|
7237
|
+
{
|
|
7238
|
+
"__schema": "VariableLikeSchema",
|
|
7239
|
+
"location": {
|
|
7240
|
+
"filePath": "application.main.runtime.ts",
|
|
7241
|
+
"line": 107,
|
|
7242
|
+
"character": 54
|
|
7243
|
+
},
|
|
7244
|
+
"signature": "(property) name: string",
|
|
7245
|
+
"name": "name",
|
|
7246
|
+
"type": {
|
|
7247
|
+
"__schema": "KeywordTypeSchema",
|
|
7248
|
+
"location": {
|
|
7249
|
+
"filePath": "application.main.runtime.ts",
|
|
7250
|
+
"line": 107,
|
|
7251
|
+
"character": 60
|
|
7252
|
+
},
|
|
7253
|
+
"name": "string"
|
|
7254
|
+
},
|
|
7255
|
+
"isOptional": false
|
|
7256
|
+
}
|
|
7257
|
+
]
|
|
7258
|
+
}
|
|
7259
|
+
}
|
|
7260
|
+
]
|
|
7261
|
+
},
|
|
7262
|
+
"modifiers": [
|
|
7263
|
+
"async"
|
|
7264
|
+
]
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"__schema": "FunctionLikeSchema",
|
|
7268
|
+
"location": {
|
|
7269
|
+
"filePath": "application.main.runtime.ts",
|
|
7270
|
+
"line": 121,
|
|
7105
7271
|
"character": 3
|
|
7106
7272
|
},
|
|
7107
7273
|
"doc": {
|
|
7108
7274
|
"__schema": "DocSchema",
|
|
7109
7275
|
"location": {
|
|
7110
7276
|
"filePath": "application.main.runtime.ts",
|
|
7111
|
-
"line":
|
|
7277
|
+
"line": 118,
|
|
7112
7278
|
"character": 3
|
|
7113
7279
|
},
|
|
7114
7280
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
@@ -7122,7 +7288,7 @@
|
|
|
7122
7288
|
"__schema": "InferenceTypeSchema",
|
|
7123
7289
|
"location": {
|
|
7124
7290
|
"filePath": "application.main.runtime.ts",
|
|
7125
|
-
"line":
|
|
7291
|
+
"line": 121,
|
|
7126
7292
|
"character": 3
|
|
7127
7293
|
},
|
|
7128
7294
|
"type": "[string, Application[]][]"
|
|
@@ -7133,14 +7299,14 @@
|
|
|
7133
7299
|
"__schema": "FunctionLikeSchema",
|
|
7134
7300
|
"location": {
|
|
7135
7301
|
"filePath": "application.main.runtime.ts",
|
|
7136
|
-
"line":
|
|
7302
|
+
"line": 130,
|
|
7137
7303
|
"character": 3
|
|
7138
7304
|
},
|
|
7139
7305
|
"doc": {
|
|
7140
7306
|
"__schema": "DocSchema",
|
|
7141
7307
|
"location": {
|
|
7142
7308
|
"filePath": "application.main.runtime.ts",
|
|
7143
|
-
"line":
|
|
7309
|
+
"line": 125,
|
|
7144
7310
|
"character": 3
|
|
7145
7311
|
},
|
|
7146
7312
|
"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 +7320,7 @@
|
|
|
7154
7320
|
"__schema": "ParameterSchema",
|
|
7155
7321
|
"location": {
|
|
7156
7322
|
"filePath": "application.main.runtime.ts",
|
|
7157
|
-
"line":
|
|
7323
|
+
"line": 130,
|
|
7158
7324
|
"character": 30
|
|
7159
7325
|
},
|
|
7160
7326
|
"name": "poolIds",
|
|
@@ -7162,14 +7328,14 @@
|
|
|
7162
7328
|
"__schema": "TypeArraySchema",
|
|
7163
7329
|
"location": {
|
|
7164
7330
|
"filePath": "application.main.runtime.ts",
|
|
7165
|
-
"line":
|
|
7331
|
+
"line": 130,
|
|
7166
7332
|
"character": 40
|
|
7167
7333
|
},
|
|
7168
7334
|
"type": {
|
|
7169
7335
|
"__schema": "TypeRefSchema",
|
|
7170
7336
|
"location": {
|
|
7171
7337
|
"filePath": "application.main.runtime.ts",
|
|
7172
|
-
"line":
|
|
7338
|
+
"line": 130,
|
|
7173
7339
|
"character": 40
|
|
7174
7340
|
},
|
|
7175
7341
|
"name": "ComponentID"
|
|
@@ -7183,7 +7349,7 @@
|
|
|
7183
7349
|
"__schema": "TypeRefSchema",
|
|
7184
7350
|
"location": {
|
|
7185
7351
|
"filePath": "application.main.runtime.ts",
|
|
7186
|
-
"line":
|
|
7352
|
+
"line": 130,
|
|
7187
7353
|
"character": 56
|
|
7188
7354
|
},
|
|
7189
7355
|
"name": "Promise",
|
|
@@ -7192,14 +7358,14 @@
|
|
|
7192
7358
|
"__schema": "TypeArraySchema",
|
|
7193
7359
|
"location": {
|
|
7194
7360
|
"filePath": "application.main.runtime.ts",
|
|
7195
|
-
"line":
|
|
7361
|
+
"line": 130,
|
|
7196
7362
|
"character": 64
|
|
7197
7363
|
},
|
|
7198
7364
|
"type": {
|
|
7199
7365
|
"__schema": "TypeRefSchema",
|
|
7200
7366
|
"location": {
|
|
7201
7367
|
"filePath": "application.main.runtime.ts",
|
|
7202
|
-
"line":
|
|
7368
|
+
"line": 130,
|
|
7203
7369
|
"character": 64
|
|
7204
7370
|
},
|
|
7205
7371
|
"name": "ComponentID"
|
|
@@ -7215,14 +7381,14 @@
|
|
|
7215
7381
|
"__schema": "FunctionLikeSchema",
|
|
7216
7382
|
"location": {
|
|
7217
7383
|
"filePath": "application.main.runtime.ts",
|
|
7218
|
-
"line":
|
|
7384
|
+
"line": 141,
|
|
7219
7385
|
"character": 3
|
|
7220
7386
|
},
|
|
7221
7387
|
"doc": {
|
|
7222
7388
|
"__schema": "DocSchema",
|
|
7223
7389
|
"location": {
|
|
7224
7390
|
"filePath": "application.main.runtime.ts",
|
|
7225
|
-
"line":
|
|
7391
|
+
"line": 137,
|
|
7226
7392
|
"character": 3
|
|
7227
7393
|
},
|
|
7228
7394
|
"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 +7402,7 @@
|
|
|
7236
7402
|
"__schema": "ParameterSchema",
|
|
7237
7403
|
"location": {
|
|
7238
7404
|
"filePath": "application.main.runtime.ts",
|
|
7239
|
-
"line":
|
|
7405
|
+
"line": 141,
|
|
7240
7406
|
"character": 16
|
|
7241
7407
|
},
|
|
7242
7408
|
"name": "id",
|
|
@@ -7244,7 +7410,7 @@
|
|
|
7244
7410
|
"__schema": "TypeRefSchema",
|
|
7245
7411
|
"location": {
|
|
7246
7412
|
"filePath": "application.main.runtime.ts",
|
|
7247
|
-
"line":
|
|
7413
|
+
"line": 141,
|
|
7248
7414
|
"character": 21
|
|
7249
7415
|
},
|
|
7250
7416
|
"name": "ComponentID"
|
|
@@ -7257,7 +7423,7 @@
|
|
|
7257
7423
|
"__schema": "TypeUnionSchema",
|
|
7258
7424
|
"location": {
|
|
7259
7425
|
"filePath": "application.main.runtime.ts",
|
|
7260
|
-
"line":
|
|
7426
|
+
"line": 141,
|
|
7261
7427
|
"character": 35
|
|
7262
7428
|
},
|
|
7263
7429
|
"types": [
|
|
@@ -7265,14 +7431,14 @@
|
|
|
7265
7431
|
"__schema": "TypeArraySchema",
|
|
7266
7432
|
"location": {
|
|
7267
7433
|
"filePath": "application.main.runtime.ts",
|
|
7268
|
-
"line":
|
|
7434
|
+
"line": 141,
|
|
7269
7435
|
"character": 35
|
|
7270
7436
|
},
|
|
7271
7437
|
"type": {
|
|
7272
7438
|
"__schema": "TypeRefSchema",
|
|
7273
7439
|
"location": {
|
|
7274
7440
|
"filePath": "application.main.runtime.ts",
|
|
7275
|
-
"line":
|
|
7441
|
+
"line": 141,
|
|
7276
7442
|
"character": 35
|
|
7277
7443
|
},
|
|
7278
7444
|
"name": "Application"
|
|
@@ -7282,7 +7448,7 @@
|
|
|
7282
7448
|
"__schema": "KeywordTypeSchema",
|
|
7283
7449
|
"location": {
|
|
7284
7450
|
"filePath": "application.main.runtime.ts",
|
|
7285
|
-
"line":
|
|
7451
|
+
"line": 141,
|
|
7286
7452
|
"character": 51
|
|
7287
7453
|
},
|
|
7288
7454
|
"name": "undefined"
|
|
@@ -7295,14 +7461,14 @@
|
|
|
7295
7461
|
"__schema": "FunctionLikeSchema",
|
|
7296
7462
|
"location": {
|
|
7297
7463
|
"filePath": "application.main.runtime.ts",
|
|
7298
|
-
"line":
|
|
7464
|
+
"line": 150,
|
|
7299
7465
|
"character": 3
|
|
7300
7466
|
},
|
|
7301
7467
|
"doc": {
|
|
7302
7468
|
"__schema": "DocSchema",
|
|
7303
7469
|
"location": {
|
|
7304
7470
|
"filePath": "application.main.runtime.ts",
|
|
7305
|
-
"line":
|
|
7471
|
+
"line": 146,
|
|
7306
7472
|
"character": 3
|
|
7307
7473
|
},
|
|
7308
7474
|
"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 +7482,7 @@
|
|
|
7316
7482
|
"__schema": "ParameterSchema",
|
|
7317
7483
|
"location": {
|
|
7318
7484
|
"filePath": "application.main.runtime.ts",
|
|
7319
|
-
"line":
|
|
7485
|
+
"line": 150,
|
|
7320
7486
|
"character": 20
|
|
7321
7487
|
},
|
|
7322
7488
|
"name": "id",
|
|
@@ -7324,7 +7490,7 @@
|
|
|
7324
7490
|
"__schema": "TypeRefSchema",
|
|
7325
7491
|
"location": {
|
|
7326
7492
|
"filePath": "application.main.runtime.ts",
|
|
7327
|
-
"line":
|
|
7493
|
+
"line": 150,
|
|
7328
7494
|
"character": 24
|
|
7329
7495
|
},
|
|
7330
7496
|
"name": "ComponentID"
|
|
@@ -7337,7 +7503,7 @@
|
|
|
7337
7503
|
"__schema": "InferenceTypeSchema",
|
|
7338
7504
|
"location": {
|
|
7339
7505
|
"filePath": "application.main.runtime.ts",
|
|
7340
|
-
"line":
|
|
7506
|
+
"line": 150,
|
|
7341
7507
|
"character": 3
|
|
7342
7508
|
},
|
|
7343
7509
|
"type": "Promise<Application | undefined>"
|
|
@@ -7350,14 +7516,14 @@
|
|
|
7350
7516
|
"__schema": "FunctionLikeSchema",
|
|
7351
7517
|
"location": {
|
|
7352
7518
|
"filePath": "application.main.runtime.ts",
|
|
7353
|
-
"line":
|
|
7519
|
+
"line": 160,
|
|
7354
7520
|
"character": 3
|
|
7355
7521
|
},
|
|
7356
7522
|
"doc": {
|
|
7357
7523
|
"__schema": "DocSchema",
|
|
7358
7524
|
"location": {
|
|
7359
7525
|
"filePath": "application.main.runtime.ts",
|
|
7360
|
-
"line":
|
|
7526
|
+
"line": 156,
|
|
7361
7527
|
"character": 3
|
|
7362
7528
|
},
|
|
7363
7529
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
@@ -7371,7 +7537,7 @@
|
|
|
7371
7537
|
"__schema": "ParameterSchema",
|
|
7372
7538
|
"location": {
|
|
7373
7539
|
"filePath": "application.main.runtime.ts",
|
|
7374
|
-
"line":
|
|
7540
|
+
"line": 160,
|
|
7375
7541
|
"character": 27
|
|
7376
7542
|
},
|
|
7377
7543
|
"name": "component",
|
|
@@ -7379,7 +7545,7 @@
|
|
|
7379
7545
|
"__schema": "TypeRefSchema",
|
|
7380
7546
|
"location": {
|
|
7381
7547
|
"filePath": "application.main.runtime.ts",
|
|
7382
|
-
"line":
|
|
7548
|
+
"line": 160,
|
|
7383
7549
|
"character": 38
|
|
7384
7550
|
},
|
|
7385
7551
|
"name": "Component"
|
|
@@ -7392,7 +7558,7 @@
|
|
|
7392
7558
|
"__schema": "TypeRefSchema",
|
|
7393
7559
|
"location": {
|
|
7394
7560
|
"filePath": "application.main.runtime.ts",
|
|
7395
|
-
"line":
|
|
7561
|
+
"line": 160,
|
|
7396
7562
|
"character": 3
|
|
7397
7563
|
},
|
|
7398
7564
|
"name": "Application"
|
|
@@ -7403,7 +7569,7 @@
|
|
|
7403
7569
|
"__schema": "FunctionLikeSchema",
|
|
7404
7570
|
"location": {
|
|
7405
7571
|
"filePath": "application.main.runtime.ts",
|
|
7406
|
-
"line":
|
|
7572
|
+
"line": 166,
|
|
7407
7573
|
"character": 3
|
|
7408
7574
|
},
|
|
7409
7575
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -7413,7 +7579,7 @@
|
|
|
7413
7579
|
"__schema": "TypeRefSchema",
|
|
7414
7580
|
"location": {
|
|
7415
7581
|
"filePath": "application.main.runtime.ts",
|
|
7416
|
-
"line":
|
|
7582
|
+
"line": 166,
|
|
7417
7583
|
"character": 3
|
|
7418
7584
|
},
|
|
7419
7585
|
"name": "ApplicationType"
|
|
@@ -7424,14 +7590,14 @@
|
|
|
7424
7590
|
"__schema": "FunctionLikeSchema",
|
|
7425
7591
|
"location": {
|
|
7426
7592
|
"filePath": "application.main.runtime.ts",
|
|
7427
|
-
"line":
|
|
7593
|
+
"line": 174,
|
|
7428
7594
|
"character": 3
|
|
7429
7595
|
},
|
|
7430
7596
|
"doc": {
|
|
7431
7597
|
"__schema": "DocSchema",
|
|
7432
7598
|
"location": {
|
|
7433
7599
|
"filePath": "application.main.runtime.ts",
|
|
7434
|
-
"line":
|
|
7600
|
+
"line": 170,
|
|
7435
7601
|
"character": 3
|
|
7436
7602
|
},
|
|
7437
7603
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
@@ -7441,7 +7607,7 @@
|
|
|
7441
7607
|
"__schema": "TagSchema",
|
|
7442
7608
|
"location": {
|
|
7443
7609
|
"filePath": "application.main.runtime.ts",
|
|
7444
|
-
"line":
|
|
7610
|
+
"line": 171,
|
|
7445
7611
|
"character": 6
|
|
7446
7612
|
},
|
|
7447
7613
|
"tagName": "deprecated",
|
|
@@ -7451,7 +7617,7 @@
|
|
|
7451
7617
|
"__schema": "ReturnTagSchema",
|
|
7452
7618
|
"location": {
|
|
7453
7619
|
"filePath": "application.main.runtime.ts",
|
|
7454
|
-
"line":
|
|
7620
|
+
"line": 172,
|
|
7455
7621
|
"character": 6
|
|
7456
7622
|
},
|
|
7457
7623
|
"tagName": "return"
|
|
@@ -7465,7 +7631,7 @@
|
|
|
7465
7631
|
"__schema": "TypeRefSchema",
|
|
7466
7632
|
"location": {
|
|
7467
7633
|
"filePath": "application.main.runtime.ts",
|
|
7468
|
-
"line":
|
|
7634
|
+
"line": 174,
|
|
7469
7635
|
"character": 35
|
|
7470
7636
|
},
|
|
7471
7637
|
"name": "Promise",
|
|
@@ -7474,14 +7640,14 @@
|
|
|
7474
7640
|
"__schema": "TypeArraySchema",
|
|
7475
7641
|
"location": {
|
|
7476
7642
|
"filePath": "application.main.runtime.ts",
|
|
7477
|
-
"line":
|
|
7643
|
+
"line": 174,
|
|
7478
7644
|
"character": 43
|
|
7479
7645
|
},
|
|
7480
7646
|
"type": {
|
|
7481
7647
|
"__schema": "TypeRefSchema",
|
|
7482
7648
|
"location": {
|
|
7483
7649
|
"filePath": "application.main.runtime.ts",
|
|
7484
|
-
"line":
|
|
7650
|
+
"line": 174,
|
|
7485
7651
|
"character": 43
|
|
7486
7652
|
},
|
|
7487
7653
|
"name": "Component"
|
|
@@ -7497,14 +7663,14 @@
|
|
|
7497
7663
|
"__schema": "FunctionLikeSchema",
|
|
7498
7664
|
"location": {
|
|
7499
7665
|
"filePath": "application.main.runtime.ts",
|
|
7500
|
-
"line":
|
|
7666
|
+
"line": 182,
|
|
7501
7667
|
"character": 3
|
|
7502
7668
|
},
|
|
7503
7669
|
"doc": {
|
|
7504
7670
|
"__schema": "DocSchema",
|
|
7505
7671
|
"location": {
|
|
7506
7672
|
"filePath": "application.main.runtime.ts",
|
|
7507
|
-
"line":
|
|
7673
|
+
"line": 178,
|
|
7508
7674
|
"character": 3
|
|
7509
7675
|
},
|
|
7510
7676
|
"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 +7684,7 @@
|
|
|
7518
7684
|
"__schema": "ParameterSchema",
|
|
7519
7685
|
"location": {
|
|
7520
7686
|
"filePath": "application.main.runtime.ts",
|
|
7521
|
-
"line":
|
|
7687
|
+
"line": 182,
|
|
7522
7688
|
"character": 28
|
|
7523
7689
|
},
|
|
7524
7690
|
"name": "poolIds",
|
|
@@ -7526,14 +7692,14 @@
|
|
|
7526
7692
|
"__schema": "TypeArraySchema",
|
|
7527
7693
|
"location": {
|
|
7528
7694
|
"filePath": "application.main.runtime.ts",
|
|
7529
|
-
"line":
|
|
7695
|
+
"line": 182,
|
|
7530
7696
|
"character": 38
|
|
7531
7697
|
},
|
|
7532
7698
|
"type": {
|
|
7533
7699
|
"__schema": "TypeRefSchema",
|
|
7534
7700
|
"location": {
|
|
7535
7701
|
"filePath": "application.main.runtime.ts",
|
|
7536
|
-
"line":
|
|
7702
|
+
"line": 182,
|
|
7537
7703
|
"character": 38
|
|
7538
7704
|
},
|
|
7539
7705
|
"name": "ComponentID"
|
|
@@ -7547,7 +7713,7 @@
|
|
|
7547
7713
|
"__schema": "TypeRefSchema",
|
|
7548
7714
|
"location": {
|
|
7549
7715
|
"filePath": "application.main.runtime.ts",
|
|
7550
|
-
"line":
|
|
7716
|
+
"line": 182,
|
|
7551
7717
|
"character": 54
|
|
7552
7718
|
},
|
|
7553
7719
|
"name": "Promise",
|
|
@@ -7556,14 +7722,14 @@
|
|
|
7556
7722
|
"__schema": "TypeArraySchema",
|
|
7557
7723
|
"location": {
|
|
7558
7724
|
"filePath": "application.main.runtime.ts",
|
|
7559
|
-
"line":
|
|
7725
|
+
"line": 182,
|
|
7560
7726
|
"character": 62
|
|
7561
7727
|
},
|
|
7562
7728
|
"type": {
|
|
7563
7729
|
"__schema": "TypeRefSchema",
|
|
7564
7730
|
"location": {
|
|
7565
7731
|
"filePath": "application.main.runtime.ts",
|
|
7566
|
-
"line":
|
|
7732
|
+
"line": 182,
|
|
7567
7733
|
"character": 62
|
|
7568
7734
|
},
|
|
7569
7735
|
"name": "Component"
|
|
@@ -7579,7 +7745,7 @@
|
|
|
7579
7745
|
"__schema": "FunctionLikeSchema",
|
|
7580
7746
|
"location": {
|
|
7581
7747
|
"filePath": "application.main.runtime.ts",
|
|
7582
|
-
"line":
|
|
7748
|
+
"line": 198,
|
|
7583
7749
|
"character": 3
|
|
7584
7750
|
},
|
|
7585
7751
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -7589,7 +7755,7 @@
|
|
|
7589
7755
|
"__schema": "InferenceTypeSchema",
|
|
7590
7756
|
"location": {
|
|
7591
7757
|
"filePath": "application.main.runtime.ts",
|
|
7592
|
-
"line":
|
|
7758
|
+
"line": 198,
|
|
7593
7759
|
"character": 3
|
|
7594
7760
|
},
|
|
7595
7761
|
"type": "string[]"
|
|
@@ -7600,7 +7766,7 @@
|
|
|
7600
7766
|
"__schema": "FunctionLikeSchema",
|
|
7601
7767
|
"location": {
|
|
7602
7768
|
"filePath": "application.main.runtime.ts",
|
|
7603
|
-
"line":
|
|
7769
|
+
"line": 207,
|
|
7604
7770
|
"character": 3
|
|
7605
7771
|
},
|
|
7606
7772
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -7610,7 +7776,7 @@
|
|
|
7610
7776
|
"__schema": "TypeRefSchema",
|
|
7611
7777
|
"location": {
|
|
7612
7778
|
"filePath": "application.main.runtime.ts",
|
|
7613
|
-
"line":
|
|
7779
|
+
"line": 207,
|
|
7614
7780
|
"character": 21
|
|
7615
7781
|
},
|
|
7616
7782
|
"name": "Promise",
|
|
@@ -7619,14 +7785,14 @@
|
|
|
7619
7785
|
"__schema": "TypeArraySchema",
|
|
7620
7786
|
"location": {
|
|
7621
7787
|
"filePath": "application.main.runtime.ts",
|
|
7622
|
-
"line":
|
|
7788
|
+
"line": 207,
|
|
7623
7789
|
"character": 29
|
|
7624
7790
|
},
|
|
7625
7791
|
"type": {
|
|
7626
7792
|
"__schema": "TypeRefSchema",
|
|
7627
7793
|
"location": {
|
|
7628
7794
|
"filePath": "application.main.runtime.ts",
|
|
7629
|
-
"line":
|
|
7795
|
+
"line": 207,
|
|
7630
7796
|
"character": 29
|
|
7631
7797
|
},
|
|
7632
7798
|
"name": "Application"
|
|
@@ -7642,7 +7808,7 @@
|
|
|
7642
7808
|
"__schema": "FunctionLikeSchema",
|
|
7643
7809
|
"location": {
|
|
7644
7810
|
"filePath": "application.main.runtime.ts",
|
|
7645
|
-
"line":
|
|
7811
|
+
"line": 240,
|
|
7646
7812
|
"character": 3
|
|
7647
7813
|
},
|
|
7648
7814
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -7652,7 +7818,7 @@
|
|
|
7652
7818
|
"__schema": "ParameterSchema",
|
|
7653
7819
|
"location": {
|
|
7654
7820
|
"filePath": "application.main.runtime.ts",
|
|
7655
|
-
"line":
|
|
7821
|
+
"line": 240,
|
|
7656
7822
|
"character": 31
|
|
7657
7823
|
},
|
|
7658
7824
|
"name": "component",
|
|
@@ -7660,7 +7826,7 @@
|
|
|
7660
7826
|
"__schema": "TypeRefSchema",
|
|
7661
7827
|
"location": {
|
|
7662
7828
|
"filePath": "application.main.runtime.ts",
|
|
7663
|
-
"line":
|
|
7829
|
+
"line": 240,
|
|
7664
7830
|
"character": 42
|
|
7665
7831
|
},
|
|
7666
7832
|
"name": "Component"
|
|
@@ -7672,7 +7838,7 @@
|
|
|
7672
7838
|
"__schema": "ParameterSchema",
|
|
7673
7839
|
"location": {
|
|
7674
7840
|
"filePath": "application.main.runtime.ts",
|
|
7675
|
-
"line":
|
|
7841
|
+
"line": 240,
|
|
7676
7842
|
"character": 53
|
|
7677
7843
|
},
|
|
7678
7844
|
"name": "rootDir",
|
|
@@ -7680,7 +7846,7 @@
|
|
|
7680
7846
|
"__schema": "KeywordTypeSchema",
|
|
7681
7847
|
"location": {
|
|
7682
7848
|
"filePath": "application.main.runtime.ts",
|
|
7683
|
-
"line":
|
|
7849
|
+
"line": 240,
|
|
7684
7850
|
"character": 62
|
|
7685
7851
|
},
|
|
7686
7852
|
"name": "string"
|
|
@@ -7693,7 +7859,7 @@
|
|
|
7693
7859
|
"__schema": "TypeRefSchema",
|
|
7694
7860
|
"location": {
|
|
7695
7861
|
"filePath": "application.main.runtime.ts",
|
|
7696
|
-
"line":
|
|
7862
|
+
"line": 240,
|
|
7697
7863
|
"character": 71
|
|
7698
7864
|
},
|
|
7699
7865
|
"name": "Promise",
|
|
@@ -7702,7 +7868,7 @@
|
|
|
7702
7868
|
"__schema": "TypeUnionSchema",
|
|
7703
7869
|
"location": {
|
|
7704
7870
|
"filePath": "application.main.runtime.ts",
|
|
7705
|
-
"line":
|
|
7871
|
+
"line": 240,
|
|
7706
7872
|
"character": 79
|
|
7707
7873
|
},
|
|
7708
7874
|
"types": [
|
|
@@ -7710,14 +7876,14 @@
|
|
|
7710
7876
|
"__schema": "TypeArraySchema",
|
|
7711
7877
|
"location": {
|
|
7712
7878
|
"filePath": "application.main.runtime.ts",
|
|
7713
|
-
"line":
|
|
7879
|
+
"line": 240,
|
|
7714
7880
|
"character": 79
|
|
7715
7881
|
},
|
|
7716
7882
|
"type": {
|
|
7717
7883
|
"__schema": "TypeRefSchema",
|
|
7718
7884
|
"location": {
|
|
7719
7885
|
"filePath": "application.main.runtime.ts",
|
|
7720
|
-
"line":
|
|
7886
|
+
"line": 240,
|
|
7721
7887
|
"character": 79
|
|
7722
7888
|
},
|
|
7723
7889
|
"name": "Application"
|
|
@@ -7727,7 +7893,7 @@
|
|
|
7727
7893
|
"__schema": "KeywordTypeSchema",
|
|
7728
7894
|
"location": {
|
|
7729
7895
|
"filePath": "application.main.runtime.ts",
|
|
7730
|
-
"line":
|
|
7896
|
+
"line": 240,
|
|
7731
7897
|
"character": 95
|
|
7732
7898
|
},
|
|
7733
7899
|
"name": "undefined"
|
|
@@ -7744,14 +7910,14 @@
|
|
|
7744
7910
|
"__schema": "FunctionLikeSchema",
|
|
7745
7911
|
"location": {
|
|
7746
7912
|
"filePath": "application.main.runtime.ts",
|
|
7747
|
-
"line":
|
|
7913
|
+
"line": 267,
|
|
7748
7914
|
"character": 3
|
|
7749
7915
|
},
|
|
7750
7916
|
"doc": {
|
|
7751
7917
|
"__schema": "DocSchema",
|
|
7752
7918
|
"location": {
|
|
7753
7919
|
"filePath": "application.main.runtime.ts",
|
|
7754
|
-
"line":
|
|
7920
|
+
"line": 263,
|
|
7755
7921
|
"character": 3
|
|
7756
7922
|
},
|
|
7757
7923
|
"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 +7931,7 @@
|
|
|
7765
7931
|
"__schema": "ParameterSchema",
|
|
7766
7932
|
"location": {
|
|
7767
7933
|
"filePath": "application.main.runtime.ts",
|
|
7768
|
-
"line":
|
|
7934
|
+
"line": 267,
|
|
7769
7935
|
"character": 10
|
|
7770
7936
|
},
|
|
7771
7937
|
"name": "appName",
|
|
@@ -7773,7 +7939,7 @@
|
|
|
7773
7939
|
"__schema": "KeywordTypeSchema",
|
|
7774
7940
|
"location": {
|
|
7775
7941
|
"filePath": "application.main.runtime.ts",
|
|
7776
|
-
"line":
|
|
7942
|
+
"line": 267,
|
|
7777
7943
|
"character": 19
|
|
7778
7944
|
},
|
|
7779
7945
|
"name": "string"
|
|
@@ -7785,7 +7951,7 @@
|
|
|
7785
7951
|
"__schema": "ParameterSchema",
|
|
7786
7952
|
"location": {
|
|
7787
7953
|
"filePath": "application.main.runtime.ts",
|
|
7788
|
-
"line":
|
|
7954
|
+
"line": 267,
|
|
7789
7955
|
"character": 27
|
|
7790
7956
|
},
|
|
7791
7957
|
"name": "id",
|
|
@@ -7793,7 +7959,7 @@
|
|
|
7793
7959
|
"__schema": "TypeRefSchema",
|
|
7794
7960
|
"location": {
|
|
7795
7961
|
"filePath": "application.main.runtime.ts",
|
|
7796
|
-
"line":
|
|
7962
|
+
"line": 267,
|
|
7797
7963
|
"character": 32
|
|
7798
7964
|
},
|
|
7799
7965
|
"name": "ComponentID"
|
|
@@ -7806,7 +7972,7 @@
|
|
|
7806
7972
|
"__schema": "TypeUnionSchema",
|
|
7807
7973
|
"location": {
|
|
7808
7974
|
"filePath": "application.main.runtime.ts",
|
|
7809
|
-
"line":
|
|
7975
|
+
"line": 267,
|
|
7810
7976
|
"character": 46
|
|
7811
7977
|
},
|
|
7812
7978
|
"types": [
|
|
@@ -7814,7 +7980,7 @@
|
|
|
7814
7980
|
"__schema": "TypeRefSchema",
|
|
7815
7981
|
"location": {
|
|
7816
7982
|
"filePath": "application.main.runtime.ts",
|
|
7817
|
-
"line":
|
|
7983
|
+
"line": 267,
|
|
7818
7984
|
"character": 46
|
|
7819
7985
|
},
|
|
7820
7986
|
"name": "Application"
|
|
@@ -7823,7 +7989,7 @@
|
|
|
7823
7989
|
"__schema": "KeywordTypeSchema",
|
|
7824
7990
|
"location": {
|
|
7825
7991
|
"filePath": "application.main.runtime.ts",
|
|
7826
|
-
"line":
|
|
7992
|
+
"line": 267,
|
|
7827
7993
|
"character": 60
|
|
7828
7994
|
},
|
|
7829
7995
|
"name": "undefined"
|
|
@@ -7836,7 +8002,7 @@
|
|
|
7836
8002
|
"__schema": "FunctionLikeSchema",
|
|
7837
8003
|
"location": {
|
|
7838
8004
|
"filePath": "application.main.runtime.ts",
|
|
7839
|
-
"line":
|
|
8005
|
+
"line": 273,
|
|
7840
8006
|
"character": 3
|
|
7841
8007
|
},
|
|
7842
8008
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -7846,7 +8012,7 @@
|
|
|
7846
8012
|
"__schema": "ParameterSchema",
|
|
7847
8013
|
"location": {
|
|
7848
8014
|
"filePath": "application.main.runtime.ts",
|
|
7849
|
-
"line":
|
|
8015
|
+
"line": 273,
|
|
7850
8016
|
"character": 20
|
|
7851
8017
|
},
|
|
7852
8018
|
"name": "appNameOrId",
|
|
@@ -7854,7 +8020,7 @@
|
|
|
7854
8020
|
"__schema": "KeywordTypeSchema",
|
|
7855
8021
|
"location": {
|
|
7856
8022
|
"filePath": "application.main.runtime.ts",
|
|
7857
|
-
"line":
|
|
8023
|
+
"line": 273,
|
|
7858
8024
|
"character": 33
|
|
7859
8025
|
},
|
|
7860
8026
|
"name": "string"
|
|
@@ -7867,7 +8033,7 @@
|
|
|
7867
8033
|
"__schema": "TypeUnionSchema",
|
|
7868
8034
|
"location": {
|
|
7869
8035
|
"filePath": "application.main.runtime.ts",
|
|
7870
|
-
"line":
|
|
8036
|
+
"line": 273,
|
|
7871
8037
|
"character": 42
|
|
7872
8038
|
},
|
|
7873
8039
|
"types": [
|
|
@@ -7875,7 +8041,7 @@
|
|
|
7875
8041
|
"__schema": "TypeRefSchema",
|
|
7876
8042
|
"location": {
|
|
7877
8043
|
"filePath": "application.main.runtime.ts",
|
|
7878
|
-
"line":
|
|
8044
|
+
"line": 273,
|
|
7879
8045
|
"character": 42
|
|
7880
8046
|
},
|
|
7881
8047
|
"name": "Application"
|
|
@@ -7884,7 +8050,7 @@
|
|
|
7884
8050
|
"__schema": "KeywordTypeSchema",
|
|
7885
8051
|
"location": {
|
|
7886
8052
|
"filePath": "application.main.runtime.ts",
|
|
7887
|
-
"line":
|
|
8053
|
+
"line": 273,
|
|
7888
8054
|
"character": 56
|
|
7889
8055
|
},
|
|
7890
8056
|
"name": "undefined"
|
|
@@ -7897,7 +8063,7 @@
|
|
|
7897
8063
|
"__schema": "FunctionLikeSchema",
|
|
7898
8064
|
"location": {
|
|
7899
8065
|
"filePath": "application.main.runtime.ts",
|
|
7900
|
-
"line":
|
|
8066
|
+
"line": 286,
|
|
7901
8067
|
"character": 3
|
|
7902
8068
|
},
|
|
7903
8069
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -7907,7 +8073,7 @@
|
|
|
7907
8073
|
"__schema": "ParameterSchema",
|
|
7908
8074
|
"location": {
|
|
7909
8075
|
"filePath": "application.main.runtime.ts",
|
|
7910
|
-
"line":
|
|
8076
|
+
"line": 286,
|
|
7911
8077
|
"character": 17
|
|
7912
8078
|
},
|
|
7913
8079
|
"name": "appType",
|
|
@@ -7915,7 +8081,7 @@
|
|
|
7915
8081
|
"__schema": "TypeRefSchema",
|
|
7916
8082
|
"location": {
|
|
7917
8083
|
"filePath": "application.main.runtime.ts",
|
|
7918
|
-
"line":
|
|
8084
|
+
"line": 286,
|
|
7919
8085
|
"character": 26
|
|
7920
8086
|
},
|
|
7921
8087
|
"name": "ApplicationType",
|
|
@@ -7924,7 +8090,7 @@
|
|
|
7924
8090
|
"__schema": "KeywordTypeSchema",
|
|
7925
8091
|
"location": {
|
|
7926
8092
|
"filePath": "application.main.runtime.ts",
|
|
7927
|
-
"line":
|
|
8093
|
+
"line": 286,
|
|
7928
8094
|
"character": 42
|
|
7929
8095
|
},
|
|
7930
8096
|
"name": "unknown"
|
|
@@ -7939,7 +8105,7 @@
|
|
|
7939
8105
|
"__schema": "InferenceTypeSchema",
|
|
7940
8106
|
"location": {
|
|
7941
8107
|
"filePath": "application.main.runtime.ts",
|
|
7942
|
-
"line":
|
|
8108
|
+
"line": 286,
|
|
7943
8109
|
"character": 3
|
|
7944
8110
|
},
|
|
7945
8111
|
"type": "string"
|
|
@@ -7950,14 +8116,14 @@
|
|
|
7950
8116
|
"__schema": "FunctionLikeSchema",
|
|
7951
8117
|
"location": {
|
|
7952
8118
|
"filePath": "application.main.runtime.ts",
|
|
7953
|
-
"line":
|
|
8119
|
+
"line": 294,
|
|
7954
8120
|
"character": 3
|
|
7955
8121
|
},
|
|
7956
8122
|
"doc": {
|
|
7957
8123
|
"__schema": "DocSchema",
|
|
7958
8124
|
"location": {
|
|
7959
8125
|
"filePath": "application.main.runtime.ts",
|
|
7960
|
-
"line":
|
|
8126
|
+
"line": 291,
|
|
7961
8127
|
"character": 3
|
|
7962
8128
|
},
|
|
7963
8129
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
@@ -7971,7 +8137,7 @@
|
|
|
7971
8137
|
"__schema": "ParameterSchema",
|
|
7972
8138
|
"location": {
|
|
7973
8139
|
"filePath": "application.main.runtime.ts",
|
|
7974
|
-
"line":
|
|
8140
|
+
"line": 294,
|
|
7975
8141
|
"character": 22
|
|
7976
8142
|
},
|
|
7977
8143
|
"name": "appTypes",
|
|
@@ -7979,7 +8145,7 @@
|
|
|
7979
8145
|
"__schema": "TypeRefSchema",
|
|
7980
8146
|
"location": {
|
|
7981
8147
|
"filePath": "application.main.runtime.ts",
|
|
7982
|
-
"line":
|
|
8148
|
+
"line": 294,
|
|
7983
8149
|
"character": 35
|
|
7984
8150
|
},
|
|
7985
8151
|
"name": "Array",
|
|
@@ -7988,7 +8154,7 @@
|
|
|
7988
8154
|
"__schema": "TypeRefSchema",
|
|
7989
8155
|
"location": {
|
|
7990
8156
|
"filePath": "application.main.runtime.ts",
|
|
7991
|
-
"line":
|
|
8157
|
+
"line": 294,
|
|
7992
8158
|
"character": 41
|
|
7993
8159
|
},
|
|
7994
8160
|
"name": "ApplicationType",
|
|
@@ -7997,7 +8163,7 @@
|
|
|
7997
8163
|
"__schema": "TypeRefSchema",
|
|
7998
8164
|
"location": {
|
|
7999
8165
|
"filePath": "application.main.runtime.ts",
|
|
8000
|
-
"line":
|
|
8166
|
+
"line": 294,
|
|
8001
8167
|
"character": 57
|
|
8002
8168
|
},
|
|
8003
8169
|
"name": "T"
|
|
@@ -8014,7 +8180,7 @@
|
|
|
8014
8180
|
"__schema": "TypeRefSchema",
|
|
8015
8181
|
"location": {
|
|
8016
8182
|
"filePath": "application.main.runtime.ts",
|
|
8017
|
-
"line":
|
|
8183
|
+
"line": 294,
|
|
8018
8184
|
"character": 3
|
|
8019
8185
|
},
|
|
8020
8186
|
"name": "ApplicationMain"
|
|
@@ -8028,14 +8194,14 @@
|
|
|
8028
8194
|
"__schema": "FunctionLikeSchema",
|
|
8029
8195
|
"location": {
|
|
8030
8196
|
"filePath": "application.main.runtime.ts",
|
|
8031
|
-
"line":
|
|
8197
|
+
"line": 307,
|
|
8032
8198
|
"character": 3
|
|
8033
8199
|
},
|
|
8034
8200
|
"doc": {
|
|
8035
8201
|
"__schema": "DocSchema",
|
|
8036
8202
|
"location": {
|
|
8037
8203
|
"filePath": "application.main.runtime.ts",
|
|
8038
|
-
"line":
|
|
8204
|
+
"line": 304,
|
|
8039
8205
|
"character": 3
|
|
8040
8206
|
},
|
|
8041
8207
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
@@ -8049,7 +8215,7 @@
|
|
|
8049
8215
|
"__schema": "ParameterSchema",
|
|
8050
8216
|
"location": {
|
|
8051
8217
|
"filePath": "application.main.runtime.ts",
|
|
8052
|
-
"line":
|
|
8218
|
+
"line": 307,
|
|
8053
8219
|
"character": 16
|
|
8054
8220
|
},
|
|
8055
8221
|
"name": "appName",
|
|
@@ -8057,7 +8223,7 @@
|
|
|
8057
8223
|
"__schema": "KeywordTypeSchema",
|
|
8058
8224
|
"location": {
|
|
8059
8225
|
"filePath": "application.main.runtime.ts",
|
|
8060
|
-
"line":
|
|
8226
|
+
"line": 307,
|
|
8061
8227
|
"character": 25
|
|
8062
8228
|
},
|
|
8063
8229
|
"name": "string"
|
|
@@ -8070,7 +8236,7 @@
|
|
|
8070
8236
|
"__schema": "TypeUnionSchema",
|
|
8071
8237
|
"location": {
|
|
8072
8238
|
"filePath": "application.main.runtime.ts",
|
|
8073
|
-
"line":
|
|
8239
|
+
"line": 307,
|
|
8074
8240
|
"character": 34
|
|
8075
8241
|
},
|
|
8076
8242
|
"types": [
|
|
@@ -8078,7 +8244,7 @@
|
|
|
8078
8244
|
"__schema": "KeywordTypeSchema",
|
|
8079
8245
|
"location": {
|
|
8080
8246
|
"filePath": "application.main.runtime.ts",
|
|
8081
|
-
"line":
|
|
8247
|
+
"line": 307,
|
|
8082
8248
|
"character": 34
|
|
8083
8249
|
},
|
|
8084
8250
|
"name": "string"
|
|
@@ -8087,7 +8253,7 @@
|
|
|
8087
8253
|
"__schema": "KeywordTypeSchema",
|
|
8088
8254
|
"location": {
|
|
8089
8255
|
"filePath": "application.main.runtime.ts",
|
|
8090
|
-
"line":
|
|
8256
|
+
"line": 307,
|
|
8091
8257
|
"character": 43
|
|
8092
8258
|
},
|
|
8093
8259
|
"name": "undefined"
|
|
@@ -8100,14 +8266,14 @@
|
|
|
8100
8266
|
"__schema": "FunctionLikeSchema",
|
|
8101
8267
|
"location": {
|
|
8102
8268
|
"filePath": "application.main.runtime.ts",
|
|
8103
|
-
"line":
|
|
8269
|
+
"line": 315,
|
|
8104
8270
|
"character": 3
|
|
8105
8271
|
},
|
|
8106
8272
|
"doc": {
|
|
8107
8273
|
"__schema": "DocSchema",
|
|
8108
8274
|
"location": {
|
|
8109
8275
|
"filePath": "application.main.runtime.ts",
|
|
8110
|
-
"line":
|
|
8276
|
+
"line": 311,
|
|
8111
8277
|
"character": 3
|
|
8112
8278
|
},
|
|
8113
8279
|
"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 +8287,7 @@
|
|
|
8121
8287
|
"__schema": "ParameterSchema",
|
|
8122
8288
|
"location": {
|
|
8123
8289
|
"filePath": "application.main.runtime.ts",
|
|
8124
|
-
"line":
|
|
8290
|
+
"line": 315,
|
|
8125
8291
|
"character": 17
|
|
8126
8292
|
},
|
|
8127
8293
|
"name": "appName",
|
|
@@ -8129,7 +8295,7 @@
|
|
|
8129
8295
|
"__schema": "KeywordTypeSchema",
|
|
8130
8296
|
"location": {
|
|
8131
8297
|
"filePath": "application.main.runtime.ts",
|
|
8132
|
-
"line":
|
|
8298
|
+
"line": 315,
|
|
8133
8299
|
"character": 26
|
|
8134
8300
|
},
|
|
8135
8301
|
"name": "string"
|
|
@@ -8142,7 +8308,7 @@
|
|
|
8142
8308
|
"__schema": "TypeRefSchema",
|
|
8143
8309
|
"location": {
|
|
8144
8310
|
"filePath": "application.main.runtime.ts",
|
|
8145
|
-
"line":
|
|
8311
|
+
"line": 315,
|
|
8146
8312
|
"character": 3
|
|
8147
8313
|
},
|
|
8148
8314
|
"name": "Application"
|
|
@@ -8153,7 +8319,7 @@
|
|
|
8153
8319
|
"__schema": "VariableLikeSchema",
|
|
8154
8320
|
"location": {
|
|
8155
8321
|
"filePath": "application.main.runtime.ts",
|
|
8156
|
-
"line":
|
|
8322
|
+
"line": 321,
|
|
8157
8323
|
"character": 3
|
|
8158
8324
|
},
|
|
8159
8325
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -8162,7 +8328,7 @@
|
|
|
8162
8328
|
"__schema": "TypeRefSchema",
|
|
8163
8329
|
"location": {
|
|
8164
8330
|
"filePath": "application.main.runtime.ts",
|
|
8165
|
-
"line":
|
|
8331
|
+
"line": 321,
|
|
8166
8332
|
"character": 3
|
|
8167
8333
|
},
|
|
8168
8334
|
"name": "ServeAppOptions",
|
|
@@ -8175,7 +8341,7 @@
|
|
|
8175
8341
|
"__schema": "FunctionLikeSchema",
|
|
8176
8342
|
"location": {
|
|
8177
8343
|
"filePath": "application.main.runtime.ts",
|
|
8178
|
-
"line":
|
|
8344
|
+
"line": 334,
|
|
8179
8345
|
"character": 3
|
|
8180
8346
|
},
|
|
8181
8347
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -8185,7 +8351,7 @@
|
|
|
8185
8351
|
"__schema": "InferenceTypeSchema",
|
|
8186
8352
|
"location": {
|
|
8187
8353
|
"filePath": "application.main.runtime.ts",
|
|
8188
|
-
"line":
|
|
8354
|
+
"line": 334,
|
|
8189
8355
|
"character": 3
|
|
8190
8356
|
},
|
|
8191
8357
|
"type": "Promise<this>"
|
|
@@ -8198,14 +8364,14 @@
|
|
|
8198
8364
|
"__schema": "FunctionLikeSchema",
|
|
8199
8365
|
"location": {
|
|
8200
8366
|
"filePath": "application.main.runtime.ts",
|
|
8201
|
-
"line":
|
|
8367
|
+
"line": 344,
|
|
8202
8368
|
"character": 3
|
|
8203
8369
|
},
|
|
8204
8370
|
"doc": {
|
|
8205
8371
|
"__schema": "DocSchema",
|
|
8206
8372
|
"location": {
|
|
8207
8373
|
"filePath": "application.main.runtime.ts",
|
|
8208
|
-
"line":
|
|
8374
|
+
"line": 340,
|
|
8209
8375
|
"character": 3
|
|
8210
8376
|
},
|
|
8211
8377
|
"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 +8385,7 @@
|
|
|
8219
8385
|
"__schema": "ParameterSchema",
|
|
8220
8386
|
"location": {
|
|
8221
8387
|
"filePath": "application.main.runtime.ts",
|
|
8222
|
-
"line":
|
|
8388
|
+
"line": 345,
|
|
8223
8389
|
"character": 5
|
|
8224
8390
|
},
|
|
8225
8391
|
"name": "appName",
|
|
@@ -8227,7 +8393,7 @@
|
|
|
8227
8393
|
"__schema": "KeywordTypeSchema",
|
|
8228
8394
|
"location": {
|
|
8229
8395
|
"filePath": "application.main.runtime.ts",
|
|
8230
|
-
"line":
|
|
8396
|
+
"line": 345,
|
|
8231
8397
|
"character": 14
|
|
8232
8398
|
},
|
|
8233
8399
|
"name": "string"
|
|
@@ -8239,7 +8405,7 @@
|
|
|
8239
8405
|
"__schema": "ParameterSchema",
|
|
8240
8406
|
"location": {
|
|
8241
8407
|
"filePath": "application.main.runtime.ts",
|
|
8242
|
-
"line":
|
|
8408
|
+
"line": 346,
|
|
8243
8409
|
"character": 5
|
|
8244
8410
|
},
|
|
8245
8411
|
"name": "options",
|
|
@@ -8247,7 +8413,7 @@
|
|
|
8247
8413
|
"__schema": "TypeRefSchema",
|
|
8248
8414
|
"location": {
|
|
8249
8415
|
"filePath": "application.main.runtime.ts",
|
|
8250
|
-
"line":
|
|
8416
|
+
"line": 346,
|
|
8251
8417
|
"character": 15
|
|
8252
8418
|
},
|
|
8253
8419
|
"name": "ServeAppOptions"
|
|
@@ -8260,7 +8426,7 @@
|
|
|
8260
8426
|
"__schema": "TypeRefSchema",
|
|
8261
8427
|
"location": {
|
|
8262
8428
|
"filePath": "application.main.runtime.ts",
|
|
8263
|
-
"line":
|
|
8429
|
+
"line": 347,
|
|
8264
8430
|
"character": 6
|
|
8265
8431
|
},
|
|
8266
8432
|
"name": "Promise",
|
|
@@ -8269,7 +8435,7 @@
|
|
|
8269
8435
|
"__schema": "TypeLiteralSchema",
|
|
8270
8436
|
"location": {
|
|
8271
8437
|
"filePath": "application.main.runtime.ts",
|
|
8272
|
-
"line":
|
|
8438
|
+
"line": 347,
|
|
8273
8439
|
"character": 14
|
|
8274
8440
|
},
|
|
8275
8441
|
"members": [
|
|
@@ -8277,7 +8443,7 @@
|
|
|
8277
8443
|
"__schema": "VariableLikeSchema",
|
|
8278
8444
|
"location": {
|
|
8279
8445
|
"filePath": "application.main.runtime.ts",
|
|
8280
|
-
"line":
|
|
8446
|
+
"line": 348,
|
|
8281
8447
|
"character": 5
|
|
8282
8448
|
},
|
|
8283
8449
|
"signature": "(property) app: Application",
|
|
@@ -8286,7 +8452,7 @@
|
|
|
8286
8452
|
"__schema": "TypeRefSchema",
|
|
8287
8453
|
"location": {
|
|
8288
8454
|
"filePath": "application.main.runtime.ts",
|
|
8289
|
-
"line":
|
|
8455
|
+
"line": 348,
|
|
8290
8456
|
"character": 5
|
|
8291
8457
|
},
|
|
8292
8458
|
"name": "Application"
|
|
@@ -8297,7 +8463,7 @@
|
|
|
8297
8463
|
"__schema": "VariableLikeSchema",
|
|
8298
8464
|
"location": {
|
|
8299
8465
|
"filePath": "application.main.runtime.ts",
|
|
8300
|
-
"line":
|
|
8466
|
+
"line": 349,
|
|
8301
8467
|
"character": 5
|
|
8302
8468
|
},
|
|
8303
8469
|
"signature": "(property) port: number | undefined",
|
|
@@ -8306,7 +8472,7 @@
|
|
|
8306
8472
|
"__schema": "TypeUnionSchema",
|
|
8307
8473
|
"location": {
|
|
8308
8474
|
"filePath": "application.main.runtime.ts",
|
|
8309
|
-
"line":
|
|
8475
|
+
"line": 349,
|
|
8310
8476
|
"character": 11
|
|
8311
8477
|
},
|
|
8312
8478
|
"types": [
|
|
@@ -8314,7 +8480,7 @@
|
|
|
8314
8480
|
"__schema": "KeywordTypeSchema",
|
|
8315
8481
|
"location": {
|
|
8316
8482
|
"filePath": "application.main.runtime.ts",
|
|
8317
|
-
"line":
|
|
8483
|
+
"line": 349,
|
|
8318
8484
|
"character": 11
|
|
8319
8485
|
},
|
|
8320
8486
|
"name": "number"
|
|
@@ -8323,7 +8489,7 @@
|
|
|
8323
8489
|
"__schema": "KeywordTypeSchema",
|
|
8324
8490
|
"location": {
|
|
8325
8491
|
"filePath": "application.main.runtime.ts",
|
|
8326
|
-
"line":
|
|
8492
|
+
"line": 349,
|
|
8327
8493
|
"character": 20
|
|
8328
8494
|
},
|
|
8329
8495
|
"name": "undefined"
|
|
@@ -8336,7 +8502,7 @@
|
|
|
8336
8502
|
"__schema": "VariableLikeSchema",
|
|
8337
8503
|
"location": {
|
|
8338
8504
|
"filePath": "application.main.runtime.ts",
|
|
8339
|
-
"line":
|
|
8505
|
+
"line": 350,
|
|
8340
8506
|
"character": 5
|
|
8341
8507
|
},
|
|
8342
8508
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -8345,14 +8511,14 @@
|
|
|
8345
8511
|
"__schema": "TypeArraySchema",
|
|
8346
8512
|
"location": {
|
|
8347
8513
|
"filePath": "application.main.runtime.ts",
|
|
8348
|
-
"line":
|
|
8514
|
+
"line": 350,
|
|
8349
8515
|
"character": 14
|
|
8350
8516
|
},
|
|
8351
8517
|
"type": {
|
|
8352
8518
|
"__schema": "TypeRefSchema",
|
|
8353
8519
|
"location": {
|
|
8354
8520
|
"filePath": "application.main.runtime.ts",
|
|
8355
|
-
"line":
|
|
8521
|
+
"line": 350,
|
|
8356
8522
|
"character": 14
|
|
8357
8523
|
},
|
|
8358
8524
|
"name": "Error"
|
|
@@ -8364,7 +8530,7 @@
|
|
|
8364
8530
|
"__schema": "VariableLikeSchema",
|
|
8365
8531
|
"location": {
|
|
8366
8532
|
"filePath": "application.main.runtime.ts",
|
|
8367
|
-
"line":
|
|
8533
|
+
"line": 351,
|
|
8368
8534
|
"character": 5
|
|
8369
8535
|
},
|
|
8370
8536
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -8373,7 +8539,7 @@
|
|
|
8373
8539
|
"__schema": "KeywordTypeSchema",
|
|
8374
8540
|
"location": {
|
|
8375
8541
|
"filePath": "application.main.runtime.ts",
|
|
8376
|
-
"line":
|
|
8542
|
+
"line": 351,
|
|
8377
8543
|
"character": 15
|
|
8378
8544
|
},
|
|
8379
8545
|
"name": "boolean"
|
|
@@ -8392,14 +8558,14 @@
|
|
|
8392
8558
|
"__schema": "FunctionLikeSchema",
|
|
8393
8559
|
"location": {
|
|
8394
8560
|
"filePath": "application.main.runtime.ts",
|
|
8395
|
-
"line":
|
|
8561
|
+
"line": 380,
|
|
8396
8562
|
"character": 3
|
|
8397
8563
|
},
|
|
8398
8564
|
"doc": {
|
|
8399
8565
|
"__schema": "DocSchema",
|
|
8400
8566
|
"location": {
|
|
8401
8567
|
"filePath": "application.main.runtime.ts",
|
|
8402
|
-
"line":
|
|
8568
|
+
"line": 377,
|
|
8403
8569
|
"character": 3
|
|
8404
8570
|
},
|
|
8405
8571
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
@@ -8413,7 +8579,7 @@
|
|
|
8413
8579
|
"__schema": "ParameterSchema",
|
|
8414
8580
|
"location": {
|
|
8415
8581
|
"filePath": "application.main.runtime.ts",
|
|
8416
|
-
"line":
|
|
8582
|
+
"line": 380,
|
|
8417
8583
|
"character": 25
|
|
8418
8584
|
},
|
|
8419
8585
|
"name": "appName",
|
|
@@ -8421,7 +8587,7 @@
|
|
|
8421
8587
|
"__schema": "KeywordTypeSchema",
|
|
8422
8588
|
"location": {
|
|
8423
8589
|
"filePath": "application.main.runtime.ts",
|
|
8424
|
-
"line":
|
|
8590
|
+
"line": 380,
|
|
8425
8591
|
"character": 34
|
|
8426
8592
|
},
|
|
8427
8593
|
"name": "string"
|
|
@@ -8434,7 +8600,7 @@
|
|
|
8434
8600
|
"__schema": "InferenceTypeSchema",
|
|
8435
8601
|
"location": {
|
|
8436
8602
|
"filePath": "application.main.runtime.ts",
|
|
8437
|
-
"line":
|
|
8603
|
+
"line": 380,
|
|
8438
8604
|
"character": 3
|
|
8439
8605
|
},
|
|
8440
8606
|
"type": "Promise<ComponentID>"
|
|
@@ -8447,7 +8613,7 @@
|
|
|
8447
8613
|
"__schema": "FunctionLikeSchema",
|
|
8448
8614
|
"location": {
|
|
8449
8615
|
"filePath": "application.main.runtime.ts",
|
|
8450
|
-
"line":
|
|
8616
|
+
"line": 420,
|
|
8451
8617
|
"character": 3
|
|
8452
8618
|
},
|
|
8453
8619
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -8457,7 +8623,7 @@
|
|
|
8457
8623
|
"__schema": "ParameterSchema",
|
|
8458
8624
|
"location": {
|
|
8459
8625
|
"filePath": "application.main.runtime.ts",
|
|
8460
|
-
"line":
|
|
8626
|
+
"line": 420,
|
|
8461
8627
|
"character": 31
|
|
8462
8628
|
},
|
|
8463
8629
|
"name": "id",
|
|
@@ -8465,7 +8631,7 @@
|
|
|
8465
8631
|
"__schema": "TypeRefSchema",
|
|
8466
8632
|
"location": {
|
|
8467
8633
|
"filePath": "application.main.runtime.ts",
|
|
8468
|
-
"line":
|
|
8634
|
+
"line": 420,
|
|
8469
8635
|
"character": 35
|
|
8470
8636
|
},
|
|
8471
8637
|
"name": "ComponentID"
|
|
@@ -8477,7 +8643,7 @@
|
|
|
8477
8643
|
"__schema": "ParameterSchema",
|
|
8478
8644
|
"location": {
|
|
8479
8645
|
"filePath": "application.main.runtime.ts",
|
|
8480
|
-
"line":
|
|
8646
|
+
"line": 420,
|
|
8481
8647
|
"character": 48
|
|
8482
8648
|
},
|
|
8483
8649
|
"name": "appName",
|
|
@@ -8485,7 +8651,7 @@
|
|
|
8485
8651
|
"__schema": "KeywordTypeSchema",
|
|
8486
8652
|
"location": {
|
|
8487
8653
|
"filePath": "application.main.runtime.ts",
|
|
8488
|
-
"line":
|
|
8654
|
+
"line": 420,
|
|
8489
8655
|
"character": 57
|
|
8490
8656
|
},
|
|
8491
8657
|
"name": "string"
|
|
@@ -8497,7 +8663,7 @@
|
|
|
8497
8663
|
"__schema": "ParameterSchema",
|
|
8498
8664
|
"location": {
|
|
8499
8665
|
"filePath": "application.main.runtime.ts",
|
|
8500
|
-
"line":
|
|
8666
|
+
"line": 420,
|
|
8501
8667
|
"character": 65
|
|
8502
8668
|
},
|
|
8503
8669
|
"name": "capsuleRootDir",
|
|
@@ -8505,7 +8671,7 @@
|
|
|
8505
8671
|
"__schema": "KeywordTypeSchema",
|
|
8506
8672
|
"location": {
|
|
8507
8673
|
"filePath": "application.main.runtime.ts",
|
|
8508
|
-
"line":
|
|
8674
|
+
"line": 420,
|
|
8509
8675
|
"character": 81
|
|
8510
8676
|
},
|
|
8511
8677
|
"name": "string"
|
|
@@ -8517,7 +8683,7 @@
|
|
|
8517
8683
|
"__schema": "ParameterSchema",
|
|
8518
8684
|
"location": {
|
|
8519
8685
|
"filePath": "application.main.runtime.ts",
|
|
8520
|
-
"line":
|
|
8686
|
+
"line": 420,
|
|
8521
8687
|
"character": 89
|
|
8522
8688
|
},
|
|
8523
8689
|
"name": "rootDir",
|
|
@@ -8525,7 +8691,7 @@
|
|
|
8525
8691
|
"__schema": "KeywordTypeSchema",
|
|
8526
8692
|
"location": {
|
|
8527
8693
|
"filePath": "application.main.runtime.ts",
|
|
8528
|
-
"line":
|
|
8694
|
+
"line": 420,
|
|
8529
8695
|
"character": 99
|
|
8530
8696
|
},
|
|
8531
8697
|
"name": "string"
|
|
@@ -8538,7 +8704,7 @@
|
|
|
8538
8704
|
"__schema": "InferenceTypeSchema",
|
|
8539
8705
|
"location": {
|
|
8540
8706
|
"filePath": "application.main.runtime.ts",
|
|
8541
|
-
"line":
|
|
8707
|
+
"line": 420,
|
|
8542
8708
|
"character": 3
|
|
8543
8709
|
},
|
|
8544
8710
|
"type": "Promise<AppContext>"
|
|
@@ -8551,7 +8717,7 @@
|
|
|
8551
8717
|
"__schema": "VariableLikeSchema",
|
|
8552
8718
|
"location": {
|
|
8553
8719
|
"filePath": "application.main.runtime.ts",
|
|
8554
|
-
"line":
|
|
8720
|
+
"line": 446,
|
|
8555
8721
|
"character": 3
|
|
8556
8722
|
},
|
|
8557
8723
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -8560,7 +8726,7 @@
|
|
|
8560
8726
|
"__schema": "InferenceTypeSchema",
|
|
8561
8727
|
"location": {
|
|
8562
8728
|
"filePath": "application.main.runtime.ts",
|
|
8563
|
-
"line":
|
|
8729
|
+
"line": 446,
|
|
8564
8730
|
"character": 3
|
|
8565
8731
|
},
|
|
8566
8732
|
"type": "RuntimeDefinition"
|
|
@@ -8572,7 +8738,7 @@
|
|
|
8572
8738
|
"__schema": "VariableLikeSchema",
|
|
8573
8739
|
"location": {
|
|
8574
8740
|
"filePath": "application.main.runtime.ts",
|
|
8575
|
-
"line":
|
|
8741
|
+
"line": 447,
|
|
8576
8742
|
"character": 3
|
|
8577
8743
|
},
|
|
8578
8744
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -8581,7 +8747,7 @@
|
|
|
8581
8747
|
"__schema": "InferenceTypeSchema",
|
|
8582
8748
|
"location": {
|
|
8583
8749
|
"filePath": "application.main.runtime.ts",
|
|
8584
|
-
"line":
|
|
8750
|
+
"line": 447,
|
|
8585
8751
|
"character": 3
|
|
8586
8752
|
},
|
|
8587
8753
|
"type": "Aspect[]"
|
|
@@ -8593,7 +8759,7 @@
|
|
|
8593
8759
|
"__schema": "VariableLikeSchema",
|
|
8594
8760
|
"location": {
|
|
8595
8761
|
"filePath": "application.main.runtime.ts",
|
|
8596
|
-
"line":
|
|
8762
|
+
"line": 459,
|
|
8597
8763
|
"character": 3
|
|
8598
8764
|
},
|
|
8599
8765
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -8602,7 +8768,7 @@
|
|
|
8602
8768
|
"__schema": "InferenceTypeSchema",
|
|
8603
8769
|
"location": {
|
|
8604
8770
|
"filePath": "application.main.runtime.ts",
|
|
8605
|
-
"line":
|
|
8771
|
+
"line": 459,
|
|
8606
8772
|
"character": 3
|
|
8607
8773
|
},
|
|
8608
8774
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -8614,7 +8780,7 @@
|
|
|
8614
8780
|
"__schema": "FunctionLikeSchema",
|
|
8615
8781
|
"location": {
|
|
8616
8782
|
"filePath": "application.main.runtime.ts",
|
|
8617
|
-
"line":
|
|
8783
|
+
"line": 465,
|
|
8618
8784
|
"character": 3
|
|
8619
8785
|
},
|
|
8620
8786
|
"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 +8790,7 @@
|
|
|
8624
8790
|
"__schema": "ParameterSchema",
|
|
8625
8791
|
"location": {
|
|
8626
8792
|
"filePath": "application.main.runtime.ts",
|
|
8627
|
-
"line":
|
|
8793
|
+
"line": 466,
|
|
8628
8794
|
"character": 5
|
|
8629
8795
|
},
|
|
8630
8796
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -8632,7 +8798,7 @@
|
|
|
8632
8798
|
"__schema": "TupleTypeSchema",
|
|
8633
8799
|
"location": {
|
|
8634
8800
|
"filePath": "application.main.runtime.ts",
|
|
8635
|
-
"line":
|
|
8801
|
+
"line": 466,
|
|
8636
8802
|
"character": 93
|
|
8637
8803
|
},
|
|
8638
8804
|
"elements": [
|
|
@@ -8640,7 +8806,7 @@
|
|
|
8640
8806
|
"__schema": "TypeRefSchema",
|
|
8641
8807
|
"location": {
|
|
8642
8808
|
"filePath": "application.main.runtime.ts",
|
|
8643
|
-
"line":
|
|
8809
|
+
"line": 467,
|
|
8644
8810
|
"character": 7
|
|
8645
8811
|
},
|
|
8646
8812
|
"name": "CLIMain"
|
|
@@ -8649,7 +8815,7 @@
|
|
|
8649
8815
|
"__schema": "TypeRefSchema",
|
|
8650
8816
|
"location": {
|
|
8651
8817
|
"filePath": "application.main.runtime.ts",
|
|
8652
|
-
"line":
|
|
8818
|
+
"line": 468,
|
|
8653
8819
|
"character": 7
|
|
8654
8820
|
},
|
|
8655
8821
|
"name": "LoggerMain"
|
|
@@ -8658,7 +8824,7 @@
|
|
|
8658
8824
|
"__schema": "TypeRefSchema",
|
|
8659
8825
|
"location": {
|
|
8660
8826
|
"filePath": "application.main.runtime.ts",
|
|
8661
|
-
"line":
|
|
8827
|
+
"line": 469,
|
|
8662
8828
|
"character": 7
|
|
8663
8829
|
},
|
|
8664
8830
|
"name": "BuilderMain"
|
|
@@ -8667,7 +8833,7 @@
|
|
|
8667
8833
|
"__schema": "TypeRefSchema",
|
|
8668
8834
|
"location": {
|
|
8669
8835
|
"filePath": "application.main.runtime.ts",
|
|
8670
|
-
"line":
|
|
8836
|
+
"line": 470,
|
|
8671
8837
|
"character": 7
|
|
8672
8838
|
},
|
|
8673
8839
|
"name": "EnvsMain"
|
|
@@ -8676,7 +8842,7 @@
|
|
|
8676
8842
|
"__schema": "TypeRefSchema",
|
|
8677
8843
|
"location": {
|
|
8678
8844
|
"filePath": "application.main.runtime.ts",
|
|
8679
|
-
"line":
|
|
8845
|
+
"line": 471,
|
|
8680
8846
|
"character": 7
|
|
8681
8847
|
},
|
|
8682
8848
|
"name": "ComponentMain"
|
|
@@ -8685,7 +8851,7 @@
|
|
|
8685
8851
|
"__schema": "TypeRefSchema",
|
|
8686
8852
|
"location": {
|
|
8687
8853
|
"filePath": "application.main.runtime.ts",
|
|
8688
|
-
"line":
|
|
8854
|
+
"line": 472,
|
|
8689
8855
|
"character": 7
|
|
8690
8856
|
},
|
|
8691
8857
|
"name": "AspectLoaderMain"
|
|
@@ -8694,7 +8860,7 @@
|
|
|
8694
8860
|
"__schema": "TypeRefSchema",
|
|
8695
8861
|
"location": {
|
|
8696
8862
|
"filePath": "application.main.runtime.ts",
|
|
8697
|
-
"line":
|
|
8863
|
+
"line": 473,
|
|
8698
8864
|
"character": 7
|
|
8699
8865
|
},
|
|
8700
8866
|
"name": "Workspace"
|
|
@@ -8703,7 +8869,7 @@
|
|
|
8703
8869
|
"__schema": "TypeRefSchema",
|
|
8704
8870
|
"location": {
|
|
8705
8871
|
"filePath": "application.main.runtime.ts",
|
|
8706
|
-
"line":
|
|
8872
|
+
"line": 474,
|
|
8707
8873
|
"character": 7
|
|
8708
8874
|
},
|
|
8709
8875
|
"name": "WatcherMain"
|
|
@@ -8712,7 +8878,7 @@
|
|
|
8712
8878
|
"__schema": "TypeRefSchema",
|
|
8713
8879
|
"location": {
|
|
8714
8880
|
"filePath": "application.main.runtime.ts",
|
|
8715
|
-
"line":
|
|
8881
|
+
"line": 475,
|
|
8716
8882
|
"character": 7
|
|
8717
8883
|
},
|
|
8718
8884
|
"name": "ScopeMain"
|
|
@@ -8726,7 +8892,7 @@
|
|
|
8726
8892
|
"__schema": "ParameterSchema",
|
|
8727
8893
|
"location": {
|
|
8728
8894
|
"filePath": "application.main.runtime.ts",
|
|
8729
|
-
"line":
|
|
8895
|
+
"line": 477,
|
|
8730
8896
|
"character": 5
|
|
8731
8897
|
},
|
|
8732
8898
|
"name": "config",
|
|
@@ -8734,7 +8900,7 @@
|
|
|
8734
8900
|
"__schema": "TypeRefSchema",
|
|
8735
8901
|
"location": {
|
|
8736
8902
|
"filePath": "application.main.runtime.ts",
|
|
8737
|
-
"line":
|
|
8903
|
+
"line": 477,
|
|
8738
8904
|
"character": 13
|
|
8739
8905
|
},
|
|
8740
8906
|
"name": "ApplicationAspectConfig"
|
|
@@ -8746,7 +8912,7 @@
|
|
|
8746
8912
|
"__schema": "ParameterSchema",
|
|
8747
8913
|
"location": {
|
|
8748
8914
|
"filePath": "application.main.runtime.ts",
|
|
8749
|
-
"line":
|
|
8915
|
+
"line": 478,
|
|
8750
8916
|
"character": 5
|
|
8751
8917
|
},
|
|
8752
8918
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -8754,7 +8920,7 @@
|
|
|
8754
8920
|
"__schema": "TupleTypeSchema",
|
|
8755
8921
|
"location": {
|
|
8756
8922
|
"filePath": "application.main.runtime.ts",
|
|
8757
|
-
"line":
|
|
8923
|
+
"line": 478,
|
|
8758
8924
|
"character": 53
|
|
8759
8925
|
},
|
|
8760
8926
|
"elements": [
|
|
@@ -8762,7 +8928,7 @@
|
|
|
8762
8928
|
"__schema": "TypeRefSchema",
|
|
8763
8929
|
"location": {
|
|
8764
8930
|
"filePath": "application.main.runtime.ts",
|
|
8765
|
-
"line":
|
|
8931
|
+
"line": 478,
|
|
8766
8932
|
"character": 54
|
|
8767
8933
|
},
|
|
8768
8934
|
"name": "ApplicationTypeSlot"
|
|
@@ -8771,7 +8937,7 @@
|
|
|
8771
8937
|
"__schema": "TypeRefSchema",
|
|
8772
8938
|
"location": {
|
|
8773
8939
|
"filePath": "application.main.runtime.ts",
|
|
8774
|
-
"line":
|
|
8940
|
+
"line": 478,
|
|
8775
8941
|
"character": 75
|
|
8776
8942
|
},
|
|
8777
8943
|
"name": "ApplicationSlot"
|
|
@@ -8780,7 +8946,7 @@
|
|
|
8780
8946
|
"__schema": "TypeRefSchema",
|
|
8781
8947
|
"location": {
|
|
8782
8948
|
"filePath": "application.main.runtime.ts",
|
|
8783
|
-
"line":
|
|
8949
|
+
"line": 478,
|
|
8784
8950
|
"character": 92
|
|
8785
8951
|
},
|
|
8786
8952
|
"name": "DeploymentProviderSlot"
|
|
@@ -8794,7 +8960,7 @@
|
|
|
8794
8960
|
"__schema": "ParameterSchema",
|
|
8795
8961
|
"location": {
|
|
8796
8962
|
"filePath": "application.main.runtime.ts",
|
|
8797
|
-
"line":
|
|
8963
|
+
"line": 479,
|
|
8798
8964
|
"character": 5
|
|
8799
8965
|
},
|
|
8800
8966
|
"name": "harmony",
|
|
@@ -8802,7 +8968,7 @@
|
|
|
8802
8968
|
"__schema": "TypeRefSchema",
|
|
8803
8969
|
"location": {
|
|
8804
8970
|
"filePath": "application.main.runtime.ts",
|
|
8805
|
-
"line":
|
|
8971
|
+
"line": 479,
|
|
8806
8972
|
"character": 14
|
|
8807
8973
|
},
|
|
8808
8974
|
"name": "Harmony"
|
|
@@ -8815,7 +8981,7 @@
|
|
|
8815
8981
|
"__schema": "InferenceTypeSchema",
|
|
8816
8982
|
"location": {
|
|
8817
8983
|
"filePath": "application.main.runtime.ts",
|
|
8818
|
-
"line":
|
|
8984
|
+
"line": 465,
|
|
8819
8985
|
"character": 3
|
|
8820
8986
|
},
|
|
8821
8987
|
"type": "Promise<ApplicationMain>"
|
|
@@ -8835,7 +9001,7 @@
|
|
|
8835
9001
|
"__schema": "UnImplementedSchema",
|
|
8836
9002
|
"location": {
|
|
8837
9003
|
"filePath": "application.main.runtime.ts",
|
|
8838
|
-
"line":
|
|
9004
|
+
"line": 529,
|
|
8839
9005
|
"character": 1
|
|
8840
9006
|
},
|
|
8841
9007
|
"name": "ApplicationAspect.addRuntime(ApplicationMain);",
|
|
@@ -9334,7 +9500,7 @@
|
|
|
9334
9500
|
"_legacy": {
|
|
9335
9501
|
"scope": "teambit.harmony",
|
|
9336
9502
|
"name": "application",
|
|
9337
|
-
"version": "1.0.
|
|
9503
|
+
"version": "1.0.389"
|
|
9338
9504
|
},
|
|
9339
9505
|
"_scope": "teambit.harmony"
|
|
9340
9506
|
}
|
|
@@ -9899,7 +10065,7 @@
|
|
|
9899
10065
|
"_legacy": {
|
|
9900
10066
|
"scope": "teambit.harmony",
|
|
9901
10067
|
"name": "application",
|
|
9902
|
-
"version": "1.0.
|
|
10068
|
+
"version": "1.0.389"
|
|
9903
10069
|
},
|
|
9904
10070
|
"_scope": "teambit.harmony"
|
|
9905
10071
|
}
|
|
@@ -10387,7 +10553,7 @@
|
|
|
10387
10553
|
"_legacy": {
|
|
10388
10554
|
"scope": "teambit.harmony",
|
|
10389
10555
|
"name": "application",
|
|
10390
|
-
"version": "1.0.
|
|
10556
|
+
"version": "1.0.389"
|
|
10391
10557
|
},
|
|
10392
10558
|
"_scope": "teambit.harmony"
|
|
10393
10559
|
}
|
|
@@ -10590,7 +10756,7 @@
|
|
|
10590
10756
|
"_legacy": {
|
|
10591
10757
|
"scope": "teambit.harmony",
|
|
10592
10758
|
"name": "application",
|
|
10593
|
-
"version": "1.0.
|
|
10759
|
+
"version": "1.0.389"
|
|
10594
10760
|
},
|
|
10595
10761
|
"_scope": "teambit.harmony"
|
|
10596
10762
|
}
|
|
@@ -11078,7 +11244,7 @@
|
|
|
11078
11244
|
"_legacy": {
|
|
11079
11245
|
"scope": "teambit.harmony",
|
|
11080
11246
|
"name": "application",
|
|
11081
|
-
"version": "1.0.
|
|
11247
|
+
"version": "1.0.389"
|
|
11082
11248
|
},
|
|
11083
11249
|
"_scope": "teambit.harmony"
|
|
11084
11250
|
}
|
|
@@ -12011,7 +12177,7 @@
|
|
|
12011
12177
|
"componentId": {
|
|
12012
12178
|
"scope": "teambit.harmony",
|
|
12013
12179
|
"name": "application",
|
|
12014
|
-
"version": "1.0.
|
|
12180
|
+
"version": "1.0.389"
|
|
12015
12181
|
},
|
|
12016
12182
|
"taggedModuleExports": []
|
|
12017
12183
|
}
|