@teambit/application 1.0.310 → 1.0.312
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 +540 -384
- package/dist/app.cmd.js +1 -0
- package/dist/app.cmd.js.map +1 -1
- package/dist/application.main.runtime.d.ts +13 -0
- package/dist/application.main.runtime.js +18 -0
- package/dist/application.main.runtime.js.map +1 -1
- package/dist/{preview-1718853656395.js → preview-1719154175406.js} +2 -2
- package/dist/run.cmd.js +1 -0
- package/dist/run.cmd.js.map +1 -1
- package/package.json +12 -12
package/artifacts/schema.json
CHANGED
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
"character": 3
|
|
89
89
|
},
|
|
90
90
|
"raw": "/**\n * port in which app is running.\n */",
|
|
91
|
-
"comment": "port in which app is running."
|
|
91
|
+
"comment": "port in which app is running.",
|
|
92
|
+
"tags": []
|
|
92
93
|
},
|
|
93
94
|
"signature": "(property) port?: number | undefined",
|
|
94
95
|
"name": "port",
|
|
@@ -118,7 +119,8 @@
|
|
|
118
119
|
"character": 3
|
|
119
120
|
},
|
|
120
121
|
"raw": "/**\n * name of the app\n */",
|
|
121
|
-
"comment": "name of the app"
|
|
122
|
+
"comment": "name of the app",
|
|
123
|
+
"tags": []
|
|
122
124
|
},
|
|
123
125
|
"signature": "(property) appName?: string | undefined",
|
|
124
126
|
"name": "appName",
|
|
@@ -148,7 +150,8 @@
|
|
|
148
150
|
"character": 3
|
|
149
151
|
},
|
|
150
152
|
"raw": "/**\n * url of the running app.\n */",
|
|
151
|
-
"comment": "url of the running app."
|
|
153
|
+
"comment": "url of the running app.",
|
|
154
|
+
"tags": []
|
|
152
155
|
},
|
|
153
156
|
"signature": "(property) url?: string | undefined",
|
|
154
157
|
"name": "url",
|
|
@@ -178,7 +181,8 @@
|
|
|
178
181
|
"character": 3
|
|
179
182
|
},
|
|
180
183
|
"raw": "/**\n * function for closing the server.\n */",
|
|
181
|
-
"comment": "function for closing the server."
|
|
184
|
+
"comment": "function for closing the server.",
|
|
185
|
+
"tags": []
|
|
182
186
|
},
|
|
183
187
|
"signature": "(property) stop?: (() => Promise<void>) | undefined",
|
|
184
188
|
"name": "stop",
|
|
@@ -243,7 +247,8 @@
|
|
|
243
247
|
"character": 1
|
|
244
248
|
},
|
|
245
249
|
"raw": "/**\n * an instance of an application deployment.\n */",
|
|
246
|
-
"comment": "an instance of an application deployment."
|
|
250
|
+
"comment": "an instance of an application deployment.",
|
|
251
|
+
"tags": []
|
|
247
252
|
},
|
|
248
253
|
"signature": "type ApplicationDeployment = {\n timestamp?: string | undefined;\n appName?: string | undefined;\n url?: string | undefined;\n}",
|
|
249
254
|
"name": "ApplicationDeployment",
|
|
@@ -270,7 +275,8 @@
|
|
|
270
275
|
"character": 3
|
|
271
276
|
},
|
|
272
277
|
"raw": "/**\n * timestamp of the deployment.\n */",
|
|
273
|
-
"comment": "timestamp of the deployment."
|
|
278
|
+
"comment": "timestamp of the deployment.",
|
|
279
|
+
"tags": []
|
|
274
280
|
},
|
|
275
281
|
"signature": "(property) timestamp?: string | undefined",
|
|
276
282
|
"name": "timestamp",
|
|
@@ -300,7 +306,8 @@
|
|
|
300
306
|
"character": 3
|
|
301
307
|
},
|
|
302
308
|
"raw": "/**\n * name of the deployed app.\n */",
|
|
303
|
-
"comment": "name of the deployed app."
|
|
309
|
+
"comment": "name of the deployed app.",
|
|
310
|
+
"tags": []
|
|
304
311
|
},
|
|
305
312
|
"signature": "(property) appName?: string | undefined",
|
|
306
313
|
"name": "appName",
|
|
@@ -330,7 +337,8 @@
|
|
|
330
337
|
"character": 3
|
|
331
338
|
},
|
|
332
339
|
"raw": "/**\n * url the deployed app.\n */",
|
|
333
|
-
"comment": "url the deployed app."
|
|
340
|
+
"comment": "url the deployed app.",
|
|
341
|
+
"tags": []
|
|
334
342
|
},
|
|
335
343
|
"signature": "(property) url?: string | undefined",
|
|
336
344
|
"name": "url",
|
|
@@ -678,7 +686,8 @@
|
|
|
678
686
|
"character": 3
|
|
679
687
|
},
|
|
680
688
|
"raw": "/**\n * register a new app.\n */",
|
|
681
|
-
"comment": "register a new app."
|
|
689
|
+
"comment": "register a new app.",
|
|
690
|
+
"tags": []
|
|
682
691
|
},
|
|
683
692
|
"signature": "(method) ApplicationMain.registerApp(app: Application): this",
|
|
684
693
|
"name": "registerApp",
|
|
@@ -730,7 +739,8 @@
|
|
|
730
739
|
"character": 3
|
|
731
740
|
},
|
|
732
741
|
"raw": "/**\n * list all registered apps.\n */",
|
|
733
|
-
"comment": "list all registered apps."
|
|
742
|
+
"comment": "list all registered apps.",
|
|
743
|
+
"tags": []
|
|
734
744
|
},
|
|
735
745
|
"signature": "(method) ApplicationMain.listApps(): Application[]",
|
|
736
746
|
"name": "listApps",
|
|
@@ -769,7 +779,8 @@
|
|
|
769
779
|
"character": 3
|
|
770
780
|
},
|
|
771
781
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
772
|
-
"comment": "map all apps by component ID."
|
|
782
|
+
"comment": "map all apps by component ID.",
|
|
783
|
+
"tags": []
|
|
773
784
|
},
|
|
774
785
|
"signature": "(method) ApplicationMain.mapApps(): [string, Application[]][]",
|
|
775
786
|
"name": "mapApps",
|
|
@@ -789,7 +800,7 @@
|
|
|
789
800
|
"__schema": "FunctionLikeSchema",
|
|
790
801
|
"location": {
|
|
791
802
|
"filePath": "application.main.runtime.ts",
|
|
792
|
-
"line":
|
|
803
|
+
"line": 119,
|
|
793
804
|
"character": 3
|
|
794
805
|
},
|
|
795
806
|
"doc": {
|
|
@@ -799,8 +810,43 @@
|
|
|
799
810
|
"line": 115,
|
|
800
811
|
"character": 3
|
|
801
812
|
},
|
|
802
|
-
"raw": "/**\n *
|
|
803
|
-
"comment": "
|
|
813
|
+
"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 */",
|
|
814
|
+
"comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.",
|
|
815
|
+
"tags": []
|
|
816
|
+
},
|
|
817
|
+
"signature": "(method) ApplicationMain.loadAllAppsAsAspects(): Promise<void>",
|
|
818
|
+
"name": "loadAllAppsAsAspects",
|
|
819
|
+
"params": [],
|
|
820
|
+
"returnType": {
|
|
821
|
+
"__schema": "InferenceTypeSchema",
|
|
822
|
+
"location": {
|
|
823
|
+
"filePath": "application.main.runtime.ts",
|
|
824
|
+
"line": 119,
|
|
825
|
+
"character": 3
|
|
826
|
+
},
|
|
827
|
+
"type": "Promise<void>"
|
|
828
|
+
},
|
|
829
|
+
"modifiers": [
|
|
830
|
+
"async"
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"__schema": "FunctionLikeSchema",
|
|
835
|
+
"location": {
|
|
836
|
+
"filePath": "application.main.runtime.ts",
|
|
837
|
+
"line": 128,
|
|
838
|
+
"character": 3
|
|
839
|
+
},
|
|
840
|
+
"doc": {
|
|
841
|
+
"__schema": "DocSchema",
|
|
842
|
+
"location": {
|
|
843
|
+
"filePath": "application.main.runtime.ts",
|
|
844
|
+
"line": 124,
|
|
845
|
+
"character": 3
|
|
846
|
+
},
|
|
847
|
+
"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 */",
|
|
848
|
+
"comment": "list apps by a component id.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
849
|
+
"tags": []
|
|
804
850
|
},
|
|
805
851
|
"signature": "(method) ApplicationMain.listAppsById(id?: ComponentID): Application[] | undefined",
|
|
806
852
|
"name": "listAppsById",
|
|
@@ -809,7 +855,7 @@
|
|
|
809
855
|
"__schema": "ParameterSchema",
|
|
810
856
|
"location": {
|
|
811
857
|
"filePath": "application.main.runtime.ts",
|
|
812
|
-
"line":
|
|
858
|
+
"line": 128,
|
|
813
859
|
"character": 16
|
|
814
860
|
},
|
|
815
861
|
"name": "id",
|
|
@@ -817,7 +863,7 @@
|
|
|
817
863
|
"__schema": "TypeRefSchema",
|
|
818
864
|
"location": {
|
|
819
865
|
"filePath": "application.main.runtime.ts",
|
|
820
|
-
"line":
|
|
866
|
+
"line": 128,
|
|
821
867
|
"character": 21
|
|
822
868
|
},
|
|
823
869
|
"name": "ComponentID",
|
|
@@ -834,7 +880,7 @@
|
|
|
834
880
|
"__schema": "TypeUnionSchema",
|
|
835
881
|
"location": {
|
|
836
882
|
"filePath": "application.main.runtime.ts",
|
|
837
|
-
"line":
|
|
883
|
+
"line": 128,
|
|
838
884
|
"character": 35
|
|
839
885
|
},
|
|
840
886
|
"types": [
|
|
@@ -842,14 +888,14 @@
|
|
|
842
888
|
"__schema": "TypeArraySchema",
|
|
843
889
|
"location": {
|
|
844
890
|
"filePath": "application.main.runtime.ts",
|
|
845
|
-
"line":
|
|
891
|
+
"line": 128,
|
|
846
892
|
"character": 35
|
|
847
893
|
},
|
|
848
894
|
"type": {
|
|
849
895
|
"__schema": "TypeRefSchema",
|
|
850
896
|
"location": {
|
|
851
897
|
"filePath": "application.main.runtime.ts",
|
|
852
|
-
"line":
|
|
898
|
+
"line": 128,
|
|
853
899
|
"character": 35
|
|
854
900
|
},
|
|
855
901
|
"name": "Application"
|
|
@@ -859,7 +905,7 @@
|
|
|
859
905
|
"__schema": "KeywordTypeSchema",
|
|
860
906
|
"location": {
|
|
861
907
|
"filePath": "application.main.runtime.ts",
|
|
862
|
-
"line":
|
|
908
|
+
"line": 128,
|
|
863
909
|
"character": 51
|
|
864
910
|
},
|
|
865
911
|
"name": "undefined"
|
|
@@ -872,18 +918,19 @@
|
|
|
872
918
|
"__schema": "FunctionLikeSchema",
|
|
873
919
|
"location": {
|
|
874
920
|
"filePath": "application.main.runtime.ts",
|
|
875
|
-
"line":
|
|
921
|
+
"line": 137,
|
|
876
922
|
"character": 3
|
|
877
923
|
},
|
|
878
924
|
"doc": {
|
|
879
925
|
"__schema": "DocSchema",
|
|
880
926
|
"location": {
|
|
881
927
|
"filePath": "application.main.runtime.ts",
|
|
882
|
-
"line":
|
|
928
|
+
"line": 133,
|
|
883
929
|
"character": 3
|
|
884
930
|
},
|
|
885
|
-
"raw": "/**\n * get an application by a component id.\n */",
|
|
886
|
-
"comment": "get an application by a component id."
|
|
931
|
+
"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 */",
|
|
932
|
+
"comment": "get an application by a component id.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
933
|
+
"tags": []
|
|
887
934
|
},
|
|
888
935
|
"signature": "(method) ApplicationMain.getAppById(id: ComponentID): Promise<Application | undefined>",
|
|
889
936
|
"name": "getAppById",
|
|
@@ -892,7 +939,7 @@
|
|
|
892
939
|
"__schema": "ParameterSchema",
|
|
893
940
|
"location": {
|
|
894
941
|
"filePath": "application.main.runtime.ts",
|
|
895
|
-
"line":
|
|
942
|
+
"line": 137,
|
|
896
943
|
"character": 20
|
|
897
944
|
},
|
|
898
945
|
"name": "id",
|
|
@@ -900,7 +947,7 @@
|
|
|
900
947
|
"__schema": "TypeRefSchema",
|
|
901
948
|
"location": {
|
|
902
949
|
"filePath": "application.main.runtime.ts",
|
|
903
|
-
"line":
|
|
950
|
+
"line": 137,
|
|
904
951
|
"character": 24
|
|
905
952
|
},
|
|
906
953
|
"name": "ComponentID",
|
|
@@ -917,7 +964,7 @@
|
|
|
917
964
|
"__schema": "InferenceTypeSchema",
|
|
918
965
|
"location": {
|
|
919
966
|
"filePath": "application.main.runtime.ts",
|
|
920
|
-
"line":
|
|
967
|
+
"line": 137,
|
|
921
968
|
"character": 3
|
|
922
969
|
},
|
|
923
970
|
"type": "Promise<Application | undefined>"
|
|
@@ -930,18 +977,19 @@
|
|
|
930
977
|
"__schema": "FunctionLikeSchema",
|
|
931
978
|
"location": {
|
|
932
979
|
"filePath": "application.main.runtime.ts",
|
|
933
|
-
"line":
|
|
980
|
+
"line": 147,
|
|
934
981
|
"character": 3
|
|
935
982
|
},
|
|
936
983
|
"doc": {
|
|
937
984
|
"__schema": "DocSchema",
|
|
938
985
|
"location": {
|
|
939
986
|
"filePath": "application.main.runtime.ts",
|
|
940
|
-
"line":
|
|
987
|
+
"line": 143,
|
|
941
988
|
"character": 3
|
|
942
989
|
},
|
|
943
990
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
944
|
-
"comment": "calculate an application by a component.\nThis should be only used during the on component load slot"
|
|
991
|
+
"comment": "calculate an application by a component.\nThis should be only used during the on component load slot",
|
|
992
|
+
"tags": []
|
|
945
993
|
},
|
|
946
994
|
"signature": "(method) ApplicationMain.calculateAppByComponent(component: Component): Application | undefined",
|
|
947
995
|
"name": "calculateAppByComponent",
|
|
@@ -950,7 +998,7 @@
|
|
|
950
998
|
"__schema": "ParameterSchema",
|
|
951
999
|
"location": {
|
|
952
1000
|
"filePath": "application.main.runtime.ts",
|
|
953
|
-
"line":
|
|
1001
|
+
"line": 147,
|
|
954
1002
|
"character": 27
|
|
955
1003
|
},
|
|
956
1004
|
"name": "component",
|
|
@@ -958,7 +1006,7 @@
|
|
|
958
1006
|
"__schema": "TypeRefSchema",
|
|
959
1007
|
"location": {
|
|
960
1008
|
"filePath": "application.main.runtime.ts",
|
|
961
|
-
"line":
|
|
1009
|
+
"line": 147,
|
|
962
1010
|
"character": 38
|
|
963
1011
|
},
|
|
964
1012
|
"name": "Component",
|
|
@@ -975,7 +1023,7 @@
|
|
|
975
1023
|
"__schema": "TypeRefSchema",
|
|
976
1024
|
"location": {
|
|
977
1025
|
"filePath": "application.main.runtime.ts",
|
|
978
|
-
"line":
|
|
1026
|
+
"line": 147,
|
|
979
1027
|
"character": 3
|
|
980
1028
|
},
|
|
981
1029
|
"name": "Application"
|
|
@@ -986,7 +1034,7 @@
|
|
|
986
1034
|
"__schema": "FunctionLikeSchema",
|
|
987
1035
|
"location": {
|
|
988
1036
|
"filePath": "application.main.runtime.ts",
|
|
989
|
-
"line":
|
|
1037
|
+
"line": 153,
|
|
990
1038
|
"character": 3
|
|
991
1039
|
},
|
|
992
1040
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -996,7 +1044,7 @@
|
|
|
996
1044
|
"__schema": "TypeRefSchema",
|
|
997
1045
|
"location": {
|
|
998
1046
|
"filePath": "application.main.runtime.ts",
|
|
999
|
-
"line":
|
|
1047
|
+
"line": 153,
|
|
1000
1048
|
"character": 3
|
|
1001
1049
|
},
|
|
1002
1050
|
"name": "ApplicationType"
|
|
@@ -1007,23 +1055,24 @@
|
|
|
1007
1055
|
"__schema": "FunctionLikeSchema",
|
|
1008
1056
|
"location": {
|
|
1009
1057
|
"filePath": "application.main.runtime.ts",
|
|
1010
|
-
"line":
|
|
1058
|
+
"line": 161,
|
|
1011
1059
|
"character": 3
|
|
1012
1060
|
},
|
|
1013
1061
|
"doc": {
|
|
1014
1062
|
"__schema": "DocSchema",
|
|
1015
1063
|
"location": {
|
|
1016
1064
|
"filePath": "application.main.runtime.ts",
|
|
1017
|
-
"line":
|
|
1065
|
+
"line": 157,
|
|
1018
1066
|
"character": 3
|
|
1019
1067
|
},
|
|
1020
1068
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
1069
|
+
"comment": "",
|
|
1021
1070
|
"tags": [
|
|
1022
1071
|
{
|
|
1023
1072
|
"__schema": "TagSchema",
|
|
1024
1073
|
"location": {
|
|
1025
1074
|
"filePath": "application.main.runtime.ts",
|
|
1026
|
-
"line":
|
|
1075
|
+
"line": 158,
|
|
1027
1076
|
"character": 6
|
|
1028
1077
|
},
|
|
1029
1078
|
"tagName": "deprecated",
|
|
@@ -1033,7 +1082,7 @@
|
|
|
1033
1082
|
"__schema": "ReturnTagSchema",
|
|
1034
1083
|
"location": {
|
|
1035
1084
|
"filePath": "application.main.runtime.ts",
|
|
1036
|
-
"line":
|
|
1085
|
+
"line": 159,
|
|
1037
1086
|
"character": 6
|
|
1038
1087
|
},
|
|
1039
1088
|
"tagName": "return"
|
|
@@ -1047,7 +1096,7 @@
|
|
|
1047
1096
|
"__schema": "TypeRefSchema",
|
|
1048
1097
|
"location": {
|
|
1049
1098
|
"filePath": "application.main.runtime.ts",
|
|
1050
|
-
"line":
|
|
1099
|
+
"line": 161,
|
|
1051
1100
|
"character": 35
|
|
1052
1101
|
},
|
|
1053
1102
|
"name": "Promise",
|
|
@@ -1056,14 +1105,14 @@
|
|
|
1056
1105
|
"__schema": "TypeArraySchema",
|
|
1057
1106
|
"location": {
|
|
1058
1107
|
"filePath": "application.main.runtime.ts",
|
|
1059
|
-
"line":
|
|
1108
|
+
"line": 161,
|
|
1060
1109
|
"character": 43
|
|
1061
1110
|
},
|
|
1062
1111
|
"type": {
|
|
1063
1112
|
"__schema": "TypeRefSchema",
|
|
1064
1113
|
"location": {
|
|
1065
1114
|
"filePath": "application.main.runtime.ts",
|
|
1066
|
-
"line":
|
|
1115
|
+
"line": 161,
|
|
1067
1116
|
"character": 43
|
|
1068
1117
|
},
|
|
1069
1118
|
"name": "Component",
|
|
@@ -1083,7 +1132,7 @@
|
|
|
1083
1132
|
"__schema": "FunctionLikeSchema",
|
|
1084
1133
|
"location": {
|
|
1085
1134
|
"filePath": "application.main.runtime.ts",
|
|
1086
|
-
"line":
|
|
1135
|
+
"line": 165,
|
|
1087
1136
|
"character": 3
|
|
1088
1137
|
},
|
|
1089
1138
|
"signature": "(method) ApplicationMain.listAppsComponents(): Promise<Component[]>",
|
|
@@ -1093,7 +1142,7 @@
|
|
|
1093
1142
|
"__schema": "TypeRefSchema",
|
|
1094
1143
|
"location": {
|
|
1095
1144
|
"filePath": "application.main.runtime.ts",
|
|
1096
|
-
"line":
|
|
1145
|
+
"line": 165,
|
|
1097
1146
|
"character": 31
|
|
1098
1147
|
},
|
|
1099
1148
|
"name": "Promise",
|
|
@@ -1102,14 +1151,14 @@
|
|
|
1102
1151
|
"__schema": "TypeArraySchema",
|
|
1103
1152
|
"location": {
|
|
1104
1153
|
"filePath": "application.main.runtime.ts",
|
|
1105
|
-
"line":
|
|
1154
|
+
"line": 165,
|
|
1106
1155
|
"character": 39
|
|
1107
1156
|
},
|
|
1108
1157
|
"type": {
|
|
1109
1158
|
"__schema": "TypeRefSchema",
|
|
1110
1159
|
"location": {
|
|
1111
1160
|
"filePath": "application.main.runtime.ts",
|
|
1112
|
-
"line":
|
|
1161
|
+
"line": 165,
|
|
1113
1162
|
"character": 39
|
|
1114
1163
|
},
|
|
1115
1164
|
"name": "Component",
|
|
@@ -1129,7 +1178,7 @@
|
|
|
1129
1178
|
"__schema": "FunctionLikeSchema",
|
|
1130
1179
|
"location": {
|
|
1131
1180
|
"filePath": "application.main.runtime.ts",
|
|
1132
|
-
"line":
|
|
1181
|
+
"line": 179,
|
|
1133
1182
|
"character": 3
|
|
1134
1183
|
},
|
|
1135
1184
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -1139,7 +1188,7 @@
|
|
|
1139
1188
|
"__schema": "InferenceTypeSchema",
|
|
1140
1189
|
"location": {
|
|
1141
1190
|
"filePath": "application.main.runtime.ts",
|
|
1142
|
-
"line":
|
|
1191
|
+
"line": 179,
|
|
1143
1192
|
"character": 3
|
|
1144
1193
|
},
|
|
1145
1194
|
"type": "string[]"
|
|
@@ -1150,7 +1199,7 @@
|
|
|
1150
1199
|
"__schema": "FunctionLikeSchema",
|
|
1151
1200
|
"location": {
|
|
1152
1201
|
"filePath": "application.main.runtime.ts",
|
|
1153
|
-
"line":
|
|
1202
|
+
"line": 188,
|
|
1154
1203
|
"character": 3
|
|
1155
1204
|
},
|
|
1156
1205
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -1160,7 +1209,7 @@
|
|
|
1160
1209
|
"__schema": "TypeRefSchema",
|
|
1161
1210
|
"location": {
|
|
1162
1211
|
"filePath": "application.main.runtime.ts",
|
|
1163
|
-
"line":
|
|
1212
|
+
"line": 188,
|
|
1164
1213
|
"character": 21
|
|
1165
1214
|
},
|
|
1166
1215
|
"name": "Promise",
|
|
@@ -1169,14 +1218,14 @@
|
|
|
1169
1218
|
"__schema": "TypeArraySchema",
|
|
1170
1219
|
"location": {
|
|
1171
1220
|
"filePath": "application.main.runtime.ts",
|
|
1172
|
-
"line":
|
|
1221
|
+
"line": 188,
|
|
1173
1222
|
"character": 29
|
|
1174
1223
|
},
|
|
1175
1224
|
"type": {
|
|
1176
1225
|
"__schema": "TypeRefSchema",
|
|
1177
1226
|
"location": {
|
|
1178
1227
|
"filePath": "application.main.runtime.ts",
|
|
1179
|
-
"line":
|
|
1228
|
+
"line": 188,
|
|
1180
1229
|
"character": 29
|
|
1181
1230
|
},
|
|
1182
1231
|
"name": "Application"
|
|
@@ -1192,7 +1241,7 @@
|
|
|
1192
1241
|
"__schema": "FunctionLikeSchema",
|
|
1193
1242
|
"location": {
|
|
1194
1243
|
"filePath": "application.main.runtime.ts",
|
|
1195
|
-
"line":
|
|
1244
|
+
"line": 221,
|
|
1196
1245
|
"character": 3
|
|
1197
1246
|
},
|
|
1198
1247
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -1202,7 +1251,7 @@
|
|
|
1202
1251
|
"__schema": "ParameterSchema",
|
|
1203
1252
|
"location": {
|
|
1204
1253
|
"filePath": "application.main.runtime.ts",
|
|
1205
|
-
"line":
|
|
1254
|
+
"line": 221,
|
|
1206
1255
|
"character": 31
|
|
1207
1256
|
},
|
|
1208
1257
|
"name": "component",
|
|
@@ -1210,7 +1259,7 @@
|
|
|
1210
1259
|
"__schema": "TypeRefSchema",
|
|
1211
1260
|
"location": {
|
|
1212
1261
|
"filePath": "application.main.runtime.ts",
|
|
1213
|
-
"line":
|
|
1262
|
+
"line": 221,
|
|
1214
1263
|
"character": 42
|
|
1215
1264
|
},
|
|
1216
1265
|
"name": "Component",
|
|
@@ -1226,7 +1275,7 @@
|
|
|
1226
1275
|
"__schema": "ParameterSchema",
|
|
1227
1276
|
"location": {
|
|
1228
1277
|
"filePath": "application.main.runtime.ts",
|
|
1229
|
-
"line":
|
|
1278
|
+
"line": 221,
|
|
1230
1279
|
"character": 53
|
|
1231
1280
|
},
|
|
1232
1281
|
"name": "rootDir",
|
|
@@ -1234,7 +1283,7 @@
|
|
|
1234
1283
|
"__schema": "KeywordTypeSchema",
|
|
1235
1284
|
"location": {
|
|
1236
1285
|
"filePath": "application.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1286
|
+
"line": 221,
|
|
1238
1287
|
"character": 62
|
|
1239
1288
|
},
|
|
1240
1289
|
"name": "string"
|
|
@@ -1247,7 +1296,7 @@
|
|
|
1247
1296
|
"__schema": "TypeRefSchema",
|
|
1248
1297
|
"location": {
|
|
1249
1298
|
"filePath": "application.main.runtime.ts",
|
|
1250
|
-
"line":
|
|
1299
|
+
"line": 221,
|
|
1251
1300
|
"character": 71
|
|
1252
1301
|
},
|
|
1253
1302
|
"name": "Promise",
|
|
@@ -1256,7 +1305,7 @@
|
|
|
1256
1305
|
"__schema": "TypeUnionSchema",
|
|
1257
1306
|
"location": {
|
|
1258
1307
|
"filePath": "application.main.runtime.ts",
|
|
1259
|
-
"line":
|
|
1308
|
+
"line": 221,
|
|
1260
1309
|
"character": 79
|
|
1261
1310
|
},
|
|
1262
1311
|
"types": [
|
|
@@ -1264,14 +1313,14 @@
|
|
|
1264
1313
|
"__schema": "TypeArraySchema",
|
|
1265
1314
|
"location": {
|
|
1266
1315
|
"filePath": "application.main.runtime.ts",
|
|
1267
|
-
"line":
|
|
1316
|
+
"line": 221,
|
|
1268
1317
|
"character": 79
|
|
1269
1318
|
},
|
|
1270
1319
|
"type": {
|
|
1271
1320
|
"__schema": "TypeRefSchema",
|
|
1272
1321
|
"location": {
|
|
1273
1322
|
"filePath": "application.main.runtime.ts",
|
|
1274
|
-
"line":
|
|
1323
|
+
"line": 221,
|
|
1275
1324
|
"character": 79
|
|
1276
1325
|
},
|
|
1277
1326
|
"name": "Application"
|
|
@@ -1281,7 +1330,7 @@
|
|
|
1281
1330
|
"__schema": "KeywordTypeSchema",
|
|
1282
1331
|
"location": {
|
|
1283
1332
|
"filePath": "application.main.runtime.ts",
|
|
1284
|
-
"line":
|
|
1333
|
+
"line": 221,
|
|
1285
1334
|
"character": 95
|
|
1286
1335
|
},
|
|
1287
1336
|
"name": "undefined"
|
|
@@ -1298,18 +1347,19 @@
|
|
|
1298
1347
|
"__schema": "FunctionLikeSchema",
|
|
1299
1348
|
"location": {
|
|
1300
1349
|
"filePath": "application.main.runtime.ts",
|
|
1301
|
-
"line":
|
|
1350
|
+
"line": 248,
|
|
1302
1351
|
"character": 3
|
|
1303
1352
|
},
|
|
1304
1353
|
"doc": {
|
|
1305
1354
|
"__schema": "DocSchema",
|
|
1306
1355
|
"location": {
|
|
1307
1356
|
"filePath": "application.main.runtime.ts",
|
|
1308
|
-
"line":
|
|
1357
|
+
"line": 244,
|
|
1309
1358
|
"character": 3
|
|
1310
1359
|
},
|
|
1311
|
-
"raw": "/**\n * get an app.\n */",
|
|
1312
|
-
"comment": "get an app."
|
|
1360
|
+
"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 */",
|
|
1361
|
+
"comment": "get an app.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
1362
|
+
"tags": []
|
|
1313
1363
|
},
|
|
1314
1364
|
"signature": "(method) ApplicationMain.getApp(appName: string, id?: ComponentID): Application | undefined",
|
|
1315
1365
|
"name": "getApp",
|
|
@@ -1318,7 +1368,7 @@
|
|
|
1318
1368
|
"__schema": "ParameterSchema",
|
|
1319
1369
|
"location": {
|
|
1320
1370
|
"filePath": "application.main.runtime.ts",
|
|
1321
|
-
"line":
|
|
1371
|
+
"line": 248,
|
|
1322
1372
|
"character": 10
|
|
1323
1373
|
},
|
|
1324
1374
|
"name": "appName",
|
|
@@ -1326,7 +1376,7 @@
|
|
|
1326
1376
|
"__schema": "KeywordTypeSchema",
|
|
1327
1377
|
"location": {
|
|
1328
1378
|
"filePath": "application.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1379
|
+
"line": 248,
|
|
1330
1380
|
"character": 19
|
|
1331
1381
|
},
|
|
1332
1382
|
"name": "string"
|
|
@@ -1338,7 +1388,7 @@
|
|
|
1338
1388
|
"__schema": "ParameterSchema",
|
|
1339
1389
|
"location": {
|
|
1340
1390
|
"filePath": "application.main.runtime.ts",
|
|
1341
|
-
"line":
|
|
1391
|
+
"line": 248,
|
|
1342
1392
|
"character": 27
|
|
1343
1393
|
},
|
|
1344
1394
|
"name": "id",
|
|
@@ -1346,7 +1396,7 @@
|
|
|
1346
1396
|
"__schema": "TypeRefSchema",
|
|
1347
1397
|
"location": {
|
|
1348
1398
|
"filePath": "application.main.runtime.ts",
|
|
1349
|
-
"line":
|
|
1399
|
+
"line": 248,
|
|
1350
1400
|
"character": 32
|
|
1351
1401
|
},
|
|
1352
1402
|
"name": "ComponentID",
|
|
@@ -1363,7 +1413,7 @@
|
|
|
1363
1413
|
"__schema": "TypeUnionSchema",
|
|
1364
1414
|
"location": {
|
|
1365
1415
|
"filePath": "application.main.runtime.ts",
|
|
1366
|
-
"line":
|
|
1416
|
+
"line": 248,
|
|
1367
1417
|
"character": 46
|
|
1368
1418
|
},
|
|
1369
1419
|
"types": [
|
|
@@ -1371,7 +1421,7 @@
|
|
|
1371
1421
|
"__schema": "TypeRefSchema",
|
|
1372
1422
|
"location": {
|
|
1373
1423
|
"filePath": "application.main.runtime.ts",
|
|
1374
|
-
"line":
|
|
1424
|
+
"line": 248,
|
|
1375
1425
|
"character": 46
|
|
1376
1426
|
},
|
|
1377
1427
|
"name": "Application"
|
|
@@ -1380,7 +1430,7 @@
|
|
|
1380
1430
|
"__schema": "KeywordTypeSchema",
|
|
1381
1431
|
"location": {
|
|
1382
1432
|
"filePath": "application.main.runtime.ts",
|
|
1383
|
-
"line":
|
|
1433
|
+
"line": 248,
|
|
1384
1434
|
"character": 60
|
|
1385
1435
|
},
|
|
1386
1436
|
"name": "undefined"
|
|
@@ -1393,7 +1443,7 @@
|
|
|
1393
1443
|
"__schema": "FunctionLikeSchema",
|
|
1394
1444
|
"location": {
|
|
1395
1445
|
"filePath": "application.main.runtime.ts",
|
|
1396
|
-
"line":
|
|
1446
|
+
"line": 254,
|
|
1397
1447
|
"character": 3
|
|
1398
1448
|
},
|
|
1399
1449
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -1403,7 +1453,7 @@
|
|
|
1403
1453
|
"__schema": "ParameterSchema",
|
|
1404
1454
|
"location": {
|
|
1405
1455
|
"filePath": "application.main.runtime.ts",
|
|
1406
|
-
"line":
|
|
1456
|
+
"line": 254,
|
|
1407
1457
|
"character": 20
|
|
1408
1458
|
},
|
|
1409
1459
|
"name": "appNameOrId",
|
|
@@ -1411,7 +1461,7 @@
|
|
|
1411
1461
|
"__schema": "KeywordTypeSchema",
|
|
1412
1462
|
"location": {
|
|
1413
1463
|
"filePath": "application.main.runtime.ts",
|
|
1414
|
-
"line":
|
|
1464
|
+
"line": 254,
|
|
1415
1465
|
"character": 33
|
|
1416
1466
|
},
|
|
1417
1467
|
"name": "string"
|
|
@@ -1424,7 +1474,7 @@
|
|
|
1424
1474
|
"__schema": "TypeUnionSchema",
|
|
1425
1475
|
"location": {
|
|
1426
1476
|
"filePath": "application.main.runtime.ts",
|
|
1427
|
-
"line":
|
|
1477
|
+
"line": 254,
|
|
1428
1478
|
"character": 42
|
|
1429
1479
|
},
|
|
1430
1480
|
"types": [
|
|
@@ -1432,7 +1482,7 @@
|
|
|
1432
1482
|
"__schema": "TypeRefSchema",
|
|
1433
1483
|
"location": {
|
|
1434
1484
|
"filePath": "application.main.runtime.ts",
|
|
1435
|
-
"line":
|
|
1485
|
+
"line": 254,
|
|
1436
1486
|
"character": 42
|
|
1437
1487
|
},
|
|
1438
1488
|
"name": "Application"
|
|
@@ -1441,7 +1491,7 @@
|
|
|
1441
1491
|
"__schema": "KeywordTypeSchema",
|
|
1442
1492
|
"location": {
|
|
1443
1493
|
"filePath": "application.main.runtime.ts",
|
|
1444
|
-
"line":
|
|
1494
|
+
"line": 254,
|
|
1445
1495
|
"character": 56
|
|
1446
1496
|
},
|
|
1447
1497
|
"name": "undefined"
|
|
@@ -1454,7 +1504,7 @@
|
|
|
1454
1504
|
"__schema": "FunctionLikeSchema",
|
|
1455
1505
|
"location": {
|
|
1456
1506
|
"filePath": "application.main.runtime.ts",
|
|
1457
|
-
"line":
|
|
1507
|
+
"line": 267,
|
|
1458
1508
|
"character": 3
|
|
1459
1509
|
},
|
|
1460
1510
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -1464,7 +1514,7 @@
|
|
|
1464
1514
|
"__schema": "ParameterSchema",
|
|
1465
1515
|
"location": {
|
|
1466
1516
|
"filePath": "application.main.runtime.ts",
|
|
1467
|
-
"line":
|
|
1517
|
+
"line": 267,
|
|
1468
1518
|
"character": 17
|
|
1469
1519
|
},
|
|
1470
1520
|
"name": "appType",
|
|
@@ -1472,7 +1522,7 @@
|
|
|
1472
1522
|
"__schema": "TypeRefSchema",
|
|
1473
1523
|
"location": {
|
|
1474
1524
|
"filePath": "application.main.runtime.ts",
|
|
1475
|
-
"line":
|
|
1525
|
+
"line": 267,
|
|
1476
1526
|
"character": 26
|
|
1477
1527
|
},
|
|
1478
1528
|
"name": "ApplicationType",
|
|
@@ -1481,7 +1531,7 @@
|
|
|
1481
1531
|
"__schema": "KeywordTypeSchema",
|
|
1482
1532
|
"location": {
|
|
1483
1533
|
"filePath": "application.main.runtime.ts",
|
|
1484
|
-
"line":
|
|
1534
|
+
"line": 267,
|
|
1485
1535
|
"character": 42
|
|
1486
1536
|
},
|
|
1487
1537
|
"name": "unknown"
|
|
@@ -1496,7 +1546,7 @@
|
|
|
1496
1546
|
"__schema": "InferenceTypeSchema",
|
|
1497
1547
|
"location": {
|
|
1498
1548
|
"filePath": "application.main.runtime.ts",
|
|
1499
|
-
"line":
|
|
1549
|
+
"line": 267,
|
|
1500
1550
|
"character": 3
|
|
1501
1551
|
},
|
|
1502
1552
|
"type": "string"
|
|
@@ -1507,18 +1557,19 @@
|
|
|
1507
1557
|
"__schema": "FunctionLikeSchema",
|
|
1508
1558
|
"location": {
|
|
1509
1559
|
"filePath": "application.main.runtime.ts",
|
|
1510
|
-
"line":
|
|
1560
|
+
"line": 275,
|
|
1511
1561
|
"character": 3
|
|
1512
1562
|
},
|
|
1513
1563
|
"doc": {
|
|
1514
1564
|
"__schema": "DocSchema",
|
|
1515
1565
|
"location": {
|
|
1516
1566
|
"filePath": "application.main.runtime.ts",
|
|
1517
|
-
"line":
|
|
1567
|
+
"line": 272,
|
|
1518
1568
|
"character": 3
|
|
1519
1569
|
},
|
|
1520
1570
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
1521
|
-
"comment": "registers a new app and sets a plugin for it."
|
|
1571
|
+
"comment": "registers a new app and sets a plugin for it.",
|
|
1572
|
+
"tags": []
|
|
1522
1573
|
},
|
|
1523
1574
|
"signature": "(method) ApplicationMain.registerAppType<T>(...appTypes: Array<ApplicationType<T>>): this",
|
|
1524
1575
|
"name": "registerAppType",
|
|
@@ -1527,7 +1578,7 @@
|
|
|
1527
1578
|
"__schema": "ParameterSchema",
|
|
1528
1579
|
"location": {
|
|
1529
1580
|
"filePath": "application.main.runtime.ts",
|
|
1530
|
-
"line":
|
|
1581
|
+
"line": 275,
|
|
1531
1582
|
"character": 22
|
|
1532
1583
|
},
|
|
1533
1584
|
"name": "appTypes",
|
|
@@ -1535,7 +1586,7 @@
|
|
|
1535
1586
|
"__schema": "TypeRefSchema",
|
|
1536
1587
|
"location": {
|
|
1537
1588
|
"filePath": "application.main.runtime.ts",
|
|
1538
|
-
"line":
|
|
1589
|
+
"line": 275,
|
|
1539
1590
|
"character": 35
|
|
1540
1591
|
},
|
|
1541
1592
|
"name": "Array",
|
|
@@ -1544,7 +1595,7 @@
|
|
|
1544
1595
|
"__schema": "TypeRefSchema",
|
|
1545
1596
|
"location": {
|
|
1546
1597
|
"filePath": "application.main.runtime.ts",
|
|
1547
|
-
"line":
|
|
1598
|
+
"line": 275,
|
|
1548
1599
|
"character": 41
|
|
1549
1600
|
},
|
|
1550
1601
|
"name": "ApplicationType",
|
|
@@ -1553,7 +1604,7 @@
|
|
|
1553
1604
|
"__schema": "TypeRefSchema",
|
|
1554
1605
|
"location": {
|
|
1555
1606
|
"filePath": "application.main.runtime.ts",
|
|
1556
|
-
"line":
|
|
1607
|
+
"line": 275,
|
|
1557
1608
|
"character": 57
|
|
1558
1609
|
},
|
|
1559
1610
|
"name": "T"
|
|
@@ -1570,7 +1621,7 @@
|
|
|
1570
1621
|
"__schema": "TypeRefSchema",
|
|
1571
1622
|
"location": {
|
|
1572
1623
|
"filePath": "application.main.runtime.ts",
|
|
1573
|
-
"line":
|
|
1624
|
+
"line": 275,
|
|
1574
1625
|
"character": 3
|
|
1575
1626
|
},
|
|
1576
1627
|
"name": "ApplicationMain"
|
|
@@ -1584,18 +1635,19 @@
|
|
|
1584
1635
|
"__schema": "FunctionLikeSchema",
|
|
1585
1636
|
"location": {
|
|
1586
1637
|
"filePath": "application.main.runtime.ts",
|
|
1587
|
-
"line":
|
|
1638
|
+
"line": 288,
|
|
1588
1639
|
"character": 3
|
|
1589
1640
|
},
|
|
1590
1641
|
"doc": {
|
|
1591
1642
|
"__schema": "DocSchema",
|
|
1592
1643
|
"location": {
|
|
1593
1644
|
"filePath": "application.main.runtime.ts",
|
|
1594
|
-
"line":
|
|
1645
|
+
"line": 285,
|
|
1595
1646
|
"character": 3
|
|
1596
1647
|
},
|
|
1597
1648
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
1598
|
-
"comment": "get an app AspectId."
|
|
1649
|
+
"comment": "get an app AspectId.",
|
|
1650
|
+
"tags": []
|
|
1599
1651
|
},
|
|
1600
1652
|
"signature": "(method) ApplicationMain.getAppAspect(appName: string): string | undefined",
|
|
1601
1653
|
"name": "getAppAspect",
|
|
@@ -1604,7 +1656,7 @@
|
|
|
1604
1656
|
"__schema": "ParameterSchema",
|
|
1605
1657
|
"location": {
|
|
1606
1658
|
"filePath": "application.main.runtime.ts",
|
|
1607
|
-
"line":
|
|
1659
|
+
"line": 288,
|
|
1608
1660
|
"character": 16
|
|
1609
1661
|
},
|
|
1610
1662
|
"name": "appName",
|
|
@@ -1612,7 +1664,7 @@
|
|
|
1612
1664
|
"__schema": "KeywordTypeSchema",
|
|
1613
1665
|
"location": {
|
|
1614
1666
|
"filePath": "application.main.runtime.ts",
|
|
1615
|
-
"line":
|
|
1667
|
+
"line": 288,
|
|
1616
1668
|
"character": 25
|
|
1617
1669
|
},
|
|
1618
1670
|
"name": "string"
|
|
@@ -1625,7 +1677,7 @@
|
|
|
1625
1677
|
"__schema": "TypeUnionSchema",
|
|
1626
1678
|
"location": {
|
|
1627
1679
|
"filePath": "application.main.runtime.ts",
|
|
1628
|
-
"line":
|
|
1680
|
+
"line": 288,
|
|
1629
1681
|
"character": 34
|
|
1630
1682
|
},
|
|
1631
1683
|
"types": [
|
|
@@ -1633,7 +1685,7 @@
|
|
|
1633
1685
|
"__schema": "KeywordTypeSchema",
|
|
1634
1686
|
"location": {
|
|
1635
1687
|
"filePath": "application.main.runtime.ts",
|
|
1636
|
-
"line":
|
|
1688
|
+
"line": 288,
|
|
1637
1689
|
"character": 34
|
|
1638
1690
|
},
|
|
1639
1691
|
"name": "string"
|
|
@@ -1642,7 +1694,7 @@
|
|
|
1642
1694
|
"__schema": "KeywordTypeSchema",
|
|
1643
1695
|
"location": {
|
|
1644
1696
|
"filePath": "application.main.runtime.ts",
|
|
1645
|
-
"line":
|
|
1697
|
+
"line": 288,
|
|
1646
1698
|
"character": 43
|
|
1647
1699
|
},
|
|
1648
1700
|
"name": "undefined"
|
|
@@ -1655,18 +1707,19 @@
|
|
|
1655
1707
|
"__schema": "FunctionLikeSchema",
|
|
1656
1708
|
"location": {
|
|
1657
1709
|
"filePath": "application.main.runtime.ts",
|
|
1658
|
-
"line":
|
|
1710
|
+
"line": 296,
|
|
1659
1711
|
"character": 3
|
|
1660
1712
|
},
|
|
1661
1713
|
"doc": {
|
|
1662
1714
|
"__schema": "DocSchema",
|
|
1663
1715
|
"location": {
|
|
1664
1716
|
"filePath": "application.main.runtime.ts",
|
|
1665
|
-
"line":
|
|
1717
|
+
"line": 292,
|
|
1666
1718
|
"character": 3
|
|
1667
1719
|
},
|
|
1668
|
-
"raw": "/**\n * get app to throw.\n */",
|
|
1669
|
-
"comment": "get app to throw."
|
|
1720
|
+
"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 */",
|
|
1721
|
+
"comment": "get app to throw.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
1722
|
+
"tags": []
|
|
1670
1723
|
},
|
|
1671
1724
|
"signature": "(method) ApplicationMain.getAppOrThrow(appName: string): Application",
|
|
1672
1725
|
"name": "getAppOrThrow",
|
|
@@ -1675,7 +1728,7 @@
|
|
|
1675
1728
|
"__schema": "ParameterSchema",
|
|
1676
1729
|
"location": {
|
|
1677
1730
|
"filePath": "application.main.runtime.ts",
|
|
1678
|
-
"line":
|
|
1731
|
+
"line": 296,
|
|
1679
1732
|
"character": 17
|
|
1680
1733
|
},
|
|
1681
1734
|
"name": "appName",
|
|
@@ -1683,7 +1736,7 @@
|
|
|
1683
1736
|
"__schema": "KeywordTypeSchema",
|
|
1684
1737
|
"location": {
|
|
1685
1738
|
"filePath": "application.main.runtime.ts",
|
|
1686
|
-
"line":
|
|
1739
|
+
"line": 296,
|
|
1687
1740
|
"character": 26
|
|
1688
1741
|
},
|
|
1689
1742
|
"name": "string"
|
|
@@ -1696,7 +1749,7 @@
|
|
|
1696
1749
|
"__schema": "TypeRefSchema",
|
|
1697
1750
|
"location": {
|
|
1698
1751
|
"filePath": "application.main.runtime.ts",
|
|
1699
|
-
"line":
|
|
1752
|
+
"line": 296,
|
|
1700
1753
|
"character": 3
|
|
1701
1754
|
},
|
|
1702
1755
|
"name": "Application"
|
|
@@ -1707,7 +1760,7 @@
|
|
|
1707
1760
|
"__schema": "VariableLikeSchema",
|
|
1708
1761
|
"location": {
|
|
1709
1762
|
"filePath": "application.main.runtime.ts",
|
|
1710
|
-
"line":
|
|
1763
|
+
"line": 302,
|
|
1711
1764
|
"character": 3
|
|
1712
1765
|
},
|
|
1713
1766
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -1716,7 +1769,7 @@
|
|
|
1716
1769
|
"__schema": "TypeRefSchema",
|
|
1717
1770
|
"location": {
|
|
1718
1771
|
"filePath": "application.main.runtime.ts",
|
|
1719
|
-
"line":
|
|
1772
|
+
"line": 302,
|
|
1720
1773
|
"character": 3
|
|
1721
1774
|
},
|
|
1722
1775
|
"name": "ServeAppOptions",
|
|
@@ -1729,7 +1782,7 @@
|
|
|
1729
1782
|
"__schema": "FunctionLikeSchema",
|
|
1730
1783
|
"location": {
|
|
1731
1784
|
"filePath": "application.main.runtime.ts",
|
|
1732
|
-
"line":
|
|
1785
|
+
"line": 315,
|
|
1733
1786
|
"character": 3
|
|
1734
1787
|
},
|
|
1735
1788
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -1739,7 +1792,7 @@
|
|
|
1739
1792
|
"__schema": "InferenceTypeSchema",
|
|
1740
1793
|
"location": {
|
|
1741
1794
|
"filePath": "application.main.runtime.ts",
|
|
1742
|
-
"line":
|
|
1795
|
+
"line": 315,
|
|
1743
1796
|
"character": 3
|
|
1744
1797
|
},
|
|
1745
1798
|
"type": "Promise<this>"
|
|
@@ -1752,9 +1805,20 @@
|
|
|
1752
1805
|
"__schema": "FunctionLikeSchema",
|
|
1753
1806
|
"location": {
|
|
1754
1807
|
"filePath": "application.main.runtime.ts",
|
|
1755
|
-
"line":
|
|
1808
|
+
"line": 325,
|
|
1756
1809
|
"character": 3
|
|
1757
1810
|
},
|
|
1811
|
+
"doc": {
|
|
1812
|
+
"__schema": "DocSchema",
|
|
1813
|
+
"location": {
|
|
1814
|
+
"filePath": "application.main.runtime.ts",
|
|
1815
|
+
"line": 321,
|
|
1816
|
+
"character": 3
|
|
1817
|
+
},
|
|
1818
|
+
"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 */",
|
|
1819
|
+
"comment": "run an app.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
1820
|
+
"tags": []
|
|
1821
|
+
},
|
|
1758
1822
|
"signature": "(method) ApplicationMain.runApp(appName: string, options?: ServeAppOptions): Promise<{\n app: Application;\n port: number | undefined;\n errors?: Error[] | undefined;\n isOldApi: boolean;\n}>",
|
|
1759
1823
|
"name": "runApp",
|
|
1760
1824
|
"params": [
|
|
@@ -1762,7 +1826,7 @@
|
|
|
1762
1826
|
"__schema": "ParameterSchema",
|
|
1763
1827
|
"location": {
|
|
1764
1828
|
"filePath": "application.main.runtime.ts",
|
|
1765
|
-
"line":
|
|
1829
|
+
"line": 326,
|
|
1766
1830
|
"character": 5
|
|
1767
1831
|
},
|
|
1768
1832
|
"name": "appName",
|
|
@@ -1770,7 +1834,7 @@
|
|
|
1770
1834
|
"__schema": "KeywordTypeSchema",
|
|
1771
1835
|
"location": {
|
|
1772
1836
|
"filePath": "application.main.runtime.ts",
|
|
1773
|
-
"line":
|
|
1837
|
+
"line": 326,
|
|
1774
1838
|
"character": 14
|
|
1775
1839
|
},
|
|
1776
1840
|
"name": "string"
|
|
@@ -1782,7 +1846,7 @@
|
|
|
1782
1846
|
"__schema": "ParameterSchema",
|
|
1783
1847
|
"location": {
|
|
1784
1848
|
"filePath": "application.main.runtime.ts",
|
|
1785
|
-
"line":
|
|
1849
|
+
"line": 327,
|
|
1786
1850
|
"character": 5
|
|
1787
1851
|
},
|
|
1788
1852
|
"name": "options",
|
|
@@ -1790,7 +1854,7 @@
|
|
|
1790
1854
|
"__schema": "TypeRefSchema",
|
|
1791
1855
|
"location": {
|
|
1792
1856
|
"filePath": "application.main.runtime.ts",
|
|
1793
|
-
"line":
|
|
1857
|
+
"line": 327,
|
|
1794
1858
|
"character": 15
|
|
1795
1859
|
},
|
|
1796
1860
|
"name": "ServeAppOptions",
|
|
@@ -1804,7 +1868,7 @@
|
|
|
1804
1868
|
"__schema": "TypeRefSchema",
|
|
1805
1869
|
"location": {
|
|
1806
1870
|
"filePath": "application.main.runtime.ts",
|
|
1807
|
-
"line":
|
|
1871
|
+
"line": 328,
|
|
1808
1872
|
"character": 6
|
|
1809
1873
|
},
|
|
1810
1874
|
"name": "Promise",
|
|
@@ -1813,7 +1877,7 @@
|
|
|
1813
1877
|
"__schema": "TypeLiteralSchema",
|
|
1814
1878
|
"location": {
|
|
1815
1879
|
"filePath": "application.main.runtime.ts",
|
|
1816
|
-
"line":
|
|
1880
|
+
"line": 328,
|
|
1817
1881
|
"character": 14
|
|
1818
1882
|
},
|
|
1819
1883
|
"members": [
|
|
@@ -1821,7 +1885,7 @@
|
|
|
1821
1885
|
"__schema": "VariableLikeSchema",
|
|
1822
1886
|
"location": {
|
|
1823
1887
|
"filePath": "application.main.runtime.ts",
|
|
1824
|
-
"line":
|
|
1888
|
+
"line": 329,
|
|
1825
1889
|
"character": 5
|
|
1826
1890
|
},
|
|
1827
1891
|
"signature": "(property) app: Application",
|
|
@@ -1830,7 +1894,7 @@
|
|
|
1830
1894
|
"__schema": "TypeRefSchema",
|
|
1831
1895
|
"location": {
|
|
1832
1896
|
"filePath": "application.main.runtime.ts",
|
|
1833
|
-
"line":
|
|
1897
|
+
"line": 329,
|
|
1834
1898
|
"character": 5
|
|
1835
1899
|
},
|
|
1836
1900
|
"name": "Application"
|
|
@@ -1841,7 +1905,7 @@
|
|
|
1841
1905
|
"__schema": "VariableLikeSchema",
|
|
1842
1906
|
"location": {
|
|
1843
1907
|
"filePath": "application.main.runtime.ts",
|
|
1844
|
-
"line":
|
|
1908
|
+
"line": 330,
|
|
1845
1909
|
"character": 5
|
|
1846
1910
|
},
|
|
1847
1911
|
"signature": "(property) port: number | undefined",
|
|
@@ -1850,7 +1914,7 @@
|
|
|
1850
1914
|
"__schema": "TypeUnionSchema",
|
|
1851
1915
|
"location": {
|
|
1852
1916
|
"filePath": "application.main.runtime.ts",
|
|
1853
|
-
"line":
|
|
1917
|
+
"line": 330,
|
|
1854
1918
|
"character": 11
|
|
1855
1919
|
},
|
|
1856
1920
|
"types": [
|
|
@@ -1858,7 +1922,7 @@
|
|
|
1858
1922
|
"__schema": "KeywordTypeSchema",
|
|
1859
1923
|
"location": {
|
|
1860
1924
|
"filePath": "application.main.runtime.ts",
|
|
1861
|
-
"line":
|
|
1925
|
+
"line": 330,
|
|
1862
1926
|
"character": 11
|
|
1863
1927
|
},
|
|
1864
1928
|
"name": "number"
|
|
@@ -1867,7 +1931,7 @@
|
|
|
1867
1931
|
"__schema": "KeywordTypeSchema",
|
|
1868
1932
|
"location": {
|
|
1869
1933
|
"filePath": "application.main.runtime.ts",
|
|
1870
|
-
"line":
|
|
1934
|
+
"line": 330,
|
|
1871
1935
|
"character": 20
|
|
1872
1936
|
},
|
|
1873
1937
|
"name": "undefined"
|
|
@@ -1880,7 +1944,7 @@
|
|
|
1880
1944
|
"__schema": "VariableLikeSchema",
|
|
1881
1945
|
"location": {
|
|
1882
1946
|
"filePath": "application.main.runtime.ts",
|
|
1883
|
-
"line":
|
|
1947
|
+
"line": 331,
|
|
1884
1948
|
"character": 5
|
|
1885
1949
|
},
|
|
1886
1950
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -1889,14 +1953,14 @@
|
|
|
1889
1953
|
"__schema": "TypeArraySchema",
|
|
1890
1954
|
"location": {
|
|
1891
1955
|
"filePath": "application.main.runtime.ts",
|
|
1892
|
-
"line":
|
|
1956
|
+
"line": 331,
|
|
1893
1957
|
"character": 14
|
|
1894
1958
|
},
|
|
1895
1959
|
"type": {
|
|
1896
1960
|
"__schema": "TypeRefSchema",
|
|
1897
1961
|
"location": {
|
|
1898
1962
|
"filePath": "application.main.runtime.ts",
|
|
1899
|
-
"line":
|
|
1963
|
+
"line": 331,
|
|
1900
1964
|
"character": 14
|
|
1901
1965
|
},
|
|
1902
1966
|
"name": "Error"
|
|
@@ -1908,7 +1972,7 @@
|
|
|
1908
1972
|
"__schema": "VariableLikeSchema",
|
|
1909
1973
|
"location": {
|
|
1910
1974
|
"filePath": "application.main.runtime.ts",
|
|
1911
|
-
"line":
|
|
1975
|
+
"line": 332,
|
|
1912
1976
|
"character": 5
|
|
1913
1977
|
},
|
|
1914
1978
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -1917,7 +1981,7 @@
|
|
|
1917
1981
|
"__schema": "KeywordTypeSchema",
|
|
1918
1982
|
"location": {
|
|
1919
1983
|
"filePath": "application.main.runtime.ts",
|
|
1920
|
-
"line":
|
|
1984
|
+
"line": 332,
|
|
1921
1985
|
"character": 15
|
|
1922
1986
|
},
|
|
1923
1987
|
"name": "boolean"
|
|
@@ -1936,18 +2000,19 @@
|
|
|
1936
2000
|
"__schema": "FunctionLikeSchema",
|
|
1937
2001
|
"location": {
|
|
1938
2002
|
"filePath": "application.main.runtime.ts",
|
|
1939
|
-
"line":
|
|
2003
|
+
"line": 361,
|
|
1940
2004
|
"character": 3
|
|
1941
2005
|
},
|
|
1942
2006
|
"doc": {
|
|
1943
2007
|
"__schema": "DocSchema",
|
|
1944
2008
|
"location": {
|
|
1945
2009
|
"filePath": "application.main.runtime.ts",
|
|
1946
|
-
"line":
|
|
2010
|
+
"line": 358,
|
|
1947
2011
|
"character": 3
|
|
1948
2012
|
},
|
|
1949
2013
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
1950
|
-
"comment": "get the component ID of a certain app."
|
|
2014
|
+
"comment": "get the component ID of a certain app.",
|
|
2015
|
+
"tags": []
|
|
1951
2016
|
},
|
|
1952
2017
|
"signature": "(method) ApplicationMain.getAppIdOrThrow(appName: string): Promise<ComponentID>",
|
|
1953
2018
|
"name": "getAppIdOrThrow",
|
|
@@ -1956,7 +2021,7 @@
|
|
|
1956
2021
|
"__schema": "ParameterSchema",
|
|
1957
2022
|
"location": {
|
|
1958
2023
|
"filePath": "application.main.runtime.ts",
|
|
1959
|
-
"line":
|
|
2024
|
+
"line": 361,
|
|
1960
2025
|
"character": 25
|
|
1961
2026
|
},
|
|
1962
2027
|
"name": "appName",
|
|
@@ -1964,7 +2029,7 @@
|
|
|
1964
2029
|
"__schema": "KeywordTypeSchema",
|
|
1965
2030
|
"location": {
|
|
1966
2031
|
"filePath": "application.main.runtime.ts",
|
|
1967
|
-
"line":
|
|
2032
|
+
"line": 361,
|
|
1968
2033
|
"character": 34
|
|
1969
2034
|
},
|
|
1970
2035
|
"name": "string"
|
|
@@ -1977,7 +2042,7 @@
|
|
|
1977
2042
|
"__schema": "InferenceTypeSchema",
|
|
1978
2043
|
"location": {
|
|
1979
2044
|
"filePath": "application.main.runtime.ts",
|
|
1980
|
-
"line":
|
|
2045
|
+
"line": 361,
|
|
1981
2046
|
"character": 3
|
|
1982
2047
|
},
|
|
1983
2048
|
"type": "Promise<ComponentID>"
|
|
@@ -1990,7 +2055,7 @@
|
|
|
1990
2055
|
"__schema": "FunctionLikeSchema",
|
|
1991
2056
|
"location": {
|
|
1992
2057
|
"filePath": "application.main.runtime.ts",
|
|
1993
|
-
"line":
|
|
2058
|
+
"line": 401,
|
|
1994
2059
|
"character": 3
|
|
1995
2060
|
},
|
|
1996
2061
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -2000,7 +2065,7 @@
|
|
|
2000
2065
|
"__schema": "ParameterSchema",
|
|
2001
2066
|
"location": {
|
|
2002
2067
|
"filePath": "application.main.runtime.ts",
|
|
2003
|
-
"line":
|
|
2068
|
+
"line": 401,
|
|
2004
2069
|
"character": 31
|
|
2005
2070
|
},
|
|
2006
2071
|
"name": "id",
|
|
@@ -2008,7 +2073,7 @@
|
|
|
2008
2073
|
"__schema": "TypeRefSchema",
|
|
2009
2074
|
"location": {
|
|
2010
2075
|
"filePath": "application.main.runtime.ts",
|
|
2011
|
-
"line":
|
|
2076
|
+
"line": 401,
|
|
2012
2077
|
"character": 35
|
|
2013
2078
|
},
|
|
2014
2079
|
"name": "ComponentID",
|
|
@@ -2024,7 +2089,7 @@
|
|
|
2024
2089
|
"__schema": "ParameterSchema",
|
|
2025
2090
|
"location": {
|
|
2026
2091
|
"filePath": "application.main.runtime.ts",
|
|
2027
|
-
"line":
|
|
2092
|
+
"line": 401,
|
|
2028
2093
|
"character": 48
|
|
2029
2094
|
},
|
|
2030
2095
|
"name": "appName",
|
|
@@ -2032,7 +2097,7 @@
|
|
|
2032
2097
|
"__schema": "KeywordTypeSchema",
|
|
2033
2098
|
"location": {
|
|
2034
2099
|
"filePath": "application.main.runtime.ts",
|
|
2035
|
-
"line":
|
|
2100
|
+
"line": 401,
|
|
2036
2101
|
"character": 57
|
|
2037
2102
|
},
|
|
2038
2103
|
"name": "string"
|
|
@@ -2044,7 +2109,7 @@
|
|
|
2044
2109
|
"__schema": "ParameterSchema",
|
|
2045
2110
|
"location": {
|
|
2046
2111
|
"filePath": "application.main.runtime.ts",
|
|
2047
|
-
"line":
|
|
2112
|
+
"line": 401,
|
|
2048
2113
|
"character": 65
|
|
2049
2114
|
},
|
|
2050
2115
|
"name": "capsuleRootDir",
|
|
@@ -2052,7 +2117,7 @@
|
|
|
2052
2117
|
"__schema": "KeywordTypeSchema",
|
|
2053
2118
|
"location": {
|
|
2054
2119
|
"filePath": "application.main.runtime.ts",
|
|
2055
|
-
"line":
|
|
2120
|
+
"line": 401,
|
|
2056
2121
|
"character": 81
|
|
2057
2122
|
},
|
|
2058
2123
|
"name": "string"
|
|
@@ -2064,7 +2129,7 @@
|
|
|
2064
2129
|
"__schema": "ParameterSchema",
|
|
2065
2130
|
"location": {
|
|
2066
2131
|
"filePath": "application.main.runtime.ts",
|
|
2067
|
-
"line":
|
|
2132
|
+
"line": 401,
|
|
2068
2133
|
"character": 89
|
|
2069
2134
|
},
|
|
2070
2135
|
"name": "rootDir",
|
|
@@ -2072,7 +2137,7 @@
|
|
|
2072
2137
|
"__schema": "KeywordTypeSchema",
|
|
2073
2138
|
"location": {
|
|
2074
2139
|
"filePath": "application.main.runtime.ts",
|
|
2075
|
-
"line":
|
|
2140
|
+
"line": 401,
|
|
2076
2141
|
"character": 99
|
|
2077
2142
|
},
|
|
2078
2143
|
"name": "string"
|
|
@@ -2085,7 +2150,7 @@
|
|
|
2085
2150
|
"__schema": "InferenceTypeSchema",
|
|
2086
2151
|
"location": {
|
|
2087
2152
|
"filePath": "application.main.runtime.ts",
|
|
2088
|
-
"line":
|
|
2153
|
+
"line": 401,
|
|
2089
2154
|
"character": 3
|
|
2090
2155
|
},
|
|
2091
2156
|
"type": "Promise<AppContext>"
|
|
@@ -2098,7 +2163,7 @@
|
|
|
2098
2163
|
"__schema": "VariableLikeSchema",
|
|
2099
2164
|
"location": {
|
|
2100
2165
|
"filePath": "application.main.runtime.ts",
|
|
2101
|
-
"line":
|
|
2166
|
+
"line": 427,
|
|
2102
2167
|
"character": 3
|
|
2103
2168
|
},
|
|
2104
2169
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -2107,7 +2172,7 @@
|
|
|
2107
2172
|
"__schema": "InferenceTypeSchema",
|
|
2108
2173
|
"location": {
|
|
2109
2174
|
"filePath": "application.main.runtime.ts",
|
|
2110
|
-
"line":
|
|
2175
|
+
"line": 427,
|
|
2111
2176
|
"character": 3
|
|
2112
2177
|
},
|
|
2113
2178
|
"type": "RuntimeDefinition"
|
|
@@ -2119,7 +2184,7 @@
|
|
|
2119
2184
|
"__schema": "VariableLikeSchema",
|
|
2120
2185
|
"location": {
|
|
2121
2186
|
"filePath": "application.main.runtime.ts",
|
|
2122
|
-
"line":
|
|
2187
|
+
"line": 428,
|
|
2123
2188
|
"character": 3
|
|
2124
2189
|
},
|
|
2125
2190
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -2128,7 +2193,7 @@
|
|
|
2128
2193
|
"__schema": "InferenceTypeSchema",
|
|
2129
2194
|
"location": {
|
|
2130
2195
|
"filePath": "application.main.runtime.ts",
|
|
2131
|
-
"line":
|
|
2196
|
+
"line": 428,
|
|
2132
2197
|
"character": 3
|
|
2133
2198
|
},
|
|
2134
2199
|
"type": "Aspect[]"
|
|
@@ -2140,7 +2205,7 @@
|
|
|
2140
2205
|
"__schema": "VariableLikeSchema",
|
|
2141
2206
|
"location": {
|
|
2142
2207
|
"filePath": "application.main.runtime.ts",
|
|
2143
|
-
"line":
|
|
2208
|
+
"line": 440,
|
|
2144
2209
|
"character": 3
|
|
2145
2210
|
},
|
|
2146
2211
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -2149,7 +2214,7 @@
|
|
|
2149
2214
|
"__schema": "InferenceTypeSchema",
|
|
2150
2215
|
"location": {
|
|
2151
2216
|
"filePath": "application.main.runtime.ts",
|
|
2152
|
-
"line":
|
|
2217
|
+
"line": 440,
|
|
2153
2218
|
"character": 3
|
|
2154
2219
|
},
|
|
2155
2220
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -2161,7 +2226,7 @@
|
|
|
2161
2226
|
"__schema": "FunctionLikeSchema",
|
|
2162
2227
|
"location": {
|
|
2163
2228
|
"filePath": "application.main.runtime.ts",
|
|
2164
|
-
"line":
|
|
2229
|
+
"line": 446,
|
|
2165
2230
|
"character": 3
|
|
2166
2231
|
},
|
|
2167
2232
|
"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>",
|
|
@@ -2171,7 +2236,7 @@
|
|
|
2171
2236
|
"__schema": "ParameterSchema",
|
|
2172
2237
|
"location": {
|
|
2173
2238
|
"filePath": "application.main.runtime.ts",
|
|
2174
|
-
"line":
|
|
2239
|
+
"line": 447,
|
|
2175
2240
|
"character": 5
|
|
2176
2241
|
},
|
|
2177
2242
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -2179,7 +2244,7 @@
|
|
|
2179
2244
|
"__schema": "TupleTypeSchema",
|
|
2180
2245
|
"location": {
|
|
2181
2246
|
"filePath": "application.main.runtime.ts",
|
|
2182
|
-
"line":
|
|
2247
|
+
"line": 447,
|
|
2183
2248
|
"character": 93
|
|
2184
2249
|
},
|
|
2185
2250
|
"elements": [
|
|
@@ -2187,7 +2252,7 @@
|
|
|
2187
2252
|
"__schema": "TypeRefSchema",
|
|
2188
2253
|
"location": {
|
|
2189
2254
|
"filePath": "application.main.runtime.ts",
|
|
2190
|
-
"line":
|
|
2255
|
+
"line": 448,
|
|
2191
2256
|
"character": 7
|
|
2192
2257
|
},
|
|
2193
2258
|
"name": "CLIMain",
|
|
@@ -2200,7 +2265,7 @@
|
|
|
2200
2265
|
"__schema": "TypeRefSchema",
|
|
2201
2266
|
"location": {
|
|
2202
2267
|
"filePath": "application.main.runtime.ts",
|
|
2203
|
-
"line":
|
|
2268
|
+
"line": 449,
|
|
2204
2269
|
"character": 7
|
|
2205
2270
|
},
|
|
2206
2271
|
"name": "LoggerMain",
|
|
@@ -2213,7 +2278,7 @@
|
|
|
2213
2278
|
"__schema": "TypeRefSchema",
|
|
2214
2279
|
"location": {
|
|
2215
2280
|
"filePath": "application.main.runtime.ts",
|
|
2216
|
-
"line":
|
|
2281
|
+
"line": 450,
|
|
2217
2282
|
"character": 7
|
|
2218
2283
|
},
|
|
2219
2284
|
"name": "BuilderMain",
|
|
@@ -2226,7 +2291,7 @@
|
|
|
2226
2291
|
"__schema": "TypeRefSchema",
|
|
2227
2292
|
"location": {
|
|
2228
2293
|
"filePath": "application.main.runtime.ts",
|
|
2229
|
-
"line":
|
|
2294
|
+
"line": 451,
|
|
2230
2295
|
"character": 7
|
|
2231
2296
|
},
|
|
2232
2297
|
"name": "EnvsMain",
|
|
@@ -2239,7 +2304,7 @@
|
|
|
2239
2304
|
"__schema": "TypeRefSchema",
|
|
2240
2305
|
"location": {
|
|
2241
2306
|
"filePath": "application.main.runtime.ts",
|
|
2242
|
-
"line":
|
|
2307
|
+
"line": 452,
|
|
2243
2308
|
"character": 7
|
|
2244
2309
|
},
|
|
2245
2310
|
"name": "ComponentMain",
|
|
@@ -2252,7 +2317,7 @@
|
|
|
2252
2317
|
"__schema": "TypeRefSchema",
|
|
2253
2318
|
"location": {
|
|
2254
2319
|
"filePath": "application.main.runtime.ts",
|
|
2255
|
-
"line":
|
|
2320
|
+
"line": 453,
|
|
2256
2321
|
"character": 7
|
|
2257
2322
|
},
|
|
2258
2323
|
"name": "AspectLoaderMain",
|
|
@@ -2265,7 +2330,7 @@
|
|
|
2265
2330
|
"__schema": "TypeRefSchema",
|
|
2266
2331
|
"location": {
|
|
2267
2332
|
"filePath": "application.main.runtime.ts",
|
|
2268
|
-
"line":
|
|
2333
|
+
"line": 454,
|
|
2269
2334
|
"character": 7
|
|
2270
2335
|
},
|
|
2271
2336
|
"name": "Workspace",
|
|
@@ -2278,7 +2343,7 @@
|
|
|
2278
2343
|
"__schema": "TypeRefSchema",
|
|
2279
2344
|
"location": {
|
|
2280
2345
|
"filePath": "application.main.runtime.ts",
|
|
2281
|
-
"line":
|
|
2346
|
+
"line": 455,
|
|
2282
2347
|
"character": 7
|
|
2283
2348
|
},
|
|
2284
2349
|
"name": "WatcherMain",
|
|
@@ -2291,7 +2356,7 @@
|
|
|
2291
2356
|
"__schema": "TypeRefSchema",
|
|
2292
2357
|
"location": {
|
|
2293
2358
|
"filePath": "application.main.runtime.ts",
|
|
2294
|
-
"line":
|
|
2359
|
+
"line": 456,
|
|
2295
2360
|
"character": 7
|
|
2296
2361
|
},
|
|
2297
2362
|
"name": "ScopeMain",
|
|
@@ -2309,7 +2374,7 @@
|
|
|
2309
2374
|
"__schema": "ParameterSchema",
|
|
2310
2375
|
"location": {
|
|
2311
2376
|
"filePath": "application.main.runtime.ts",
|
|
2312
|
-
"line":
|
|
2377
|
+
"line": 458,
|
|
2313
2378
|
"character": 5
|
|
2314
2379
|
},
|
|
2315
2380
|
"name": "config",
|
|
@@ -2317,7 +2382,7 @@
|
|
|
2317
2382
|
"__schema": "TypeRefSchema",
|
|
2318
2383
|
"location": {
|
|
2319
2384
|
"filePath": "application.main.runtime.ts",
|
|
2320
|
-
"line":
|
|
2385
|
+
"line": 458,
|
|
2321
2386
|
"character": 13
|
|
2322
2387
|
},
|
|
2323
2388
|
"name": "ApplicationAspectConfig",
|
|
@@ -2330,7 +2395,7 @@
|
|
|
2330
2395
|
"__schema": "ParameterSchema",
|
|
2331
2396
|
"location": {
|
|
2332
2397
|
"filePath": "application.main.runtime.ts",
|
|
2333
|
-
"line":
|
|
2398
|
+
"line": 459,
|
|
2334
2399
|
"character": 5
|
|
2335
2400
|
},
|
|
2336
2401
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -2338,7 +2403,7 @@
|
|
|
2338
2403
|
"__schema": "TupleTypeSchema",
|
|
2339
2404
|
"location": {
|
|
2340
2405
|
"filePath": "application.main.runtime.ts",
|
|
2341
|
-
"line":
|
|
2406
|
+
"line": 459,
|
|
2342
2407
|
"character": 53
|
|
2343
2408
|
},
|
|
2344
2409
|
"elements": [
|
|
@@ -2346,7 +2411,7 @@
|
|
|
2346
2411
|
"__schema": "TypeRefSchema",
|
|
2347
2412
|
"location": {
|
|
2348
2413
|
"filePath": "application.main.runtime.ts",
|
|
2349
|
-
"line":
|
|
2414
|
+
"line": 459,
|
|
2350
2415
|
"character": 54
|
|
2351
2416
|
},
|
|
2352
2417
|
"name": "ApplicationTypeSlot",
|
|
@@ -2356,7 +2421,7 @@
|
|
|
2356
2421
|
"__schema": "TypeRefSchema",
|
|
2357
2422
|
"location": {
|
|
2358
2423
|
"filePath": "application.main.runtime.ts",
|
|
2359
|
-
"line":
|
|
2424
|
+
"line": 459,
|
|
2360
2425
|
"character": 75
|
|
2361
2426
|
},
|
|
2362
2427
|
"name": "ApplicationSlot",
|
|
@@ -2366,7 +2431,7 @@
|
|
|
2366
2431
|
"__schema": "TypeRefSchema",
|
|
2367
2432
|
"location": {
|
|
2368
2433
|
"filePath": "application.main.runtime.ts",
|
|
2369
|
-
"line":
|
|
2434
|
+
"line": 459,
|
|
2370
2435
|
"character": 92
|
|
2371
2436
|
},
|
|
2372
2437
|
"name": "DeploymentProviderSlot",
|
|
@@ -2381,7 +2446,7 @@
|
|
|
2381
2446
|
"__schema": "ParameterSchema",
|
|
2382
2447
|
"location": {
|
|
2383
2448
|
"filePath": "application.main.runtime.ts",
|
|
2384
|
-
"line":
|
|
2449
|
+
"line": 460,
|
|
2385
2450
|
"character": 5
|
|
2386
2451
|
},
|
|
2387
2452
|
"name": "harmony",
|
|
@@ -2389,7 +2454,7 @@
|
|
|
2389
2454
|
"__schema": "TypeRefSchema",
|
|
2390
2455
|
"location": {
|
|
2391
2456
|
"filePath": "application.main.runtime.ts",
|
|
2392
|
-
"line":
|
|
2457
|
+
"line": 460,
|
|
2393
2458
|
"character": 14
|
|
2394
2459
|
},
|
|
2395
2460
|
"name": "Harmony",
|
|
@@ -2407,7 +2472,7 @@
|
|
|
2407
2472
|
"__schema": "InferenceTypeSchema",
|
|
2408
2473
|
"location": {
|
|
2409
2474
|
"filePath": "application.main.runtime.ts",
|
|
2410
|
-
"line":
|
|
2475
|
+
"line": 446,
|
|
2411
2476
|
"character": 3
|
|
2412
2477
|
},
|
|
2413
2478
|
"type": "Promise<ApplicationMain>"
|
|
@@ -2445,7 +2510,8 @@
|
|
|
2445
2510
|
"character": 1
|
|
2446
2511
|
},
|
|
2447
2512
|
"raw": "/**\n * Application meta data that is stored on the component on load if it's an application.\n */",
|
|
2448
|
-
"comment": "Application meta data that is stored on the component on load if it's an application."
|
|
2513
|
+
"comment": "Application meta data that is stored on the component on load if it's an application.",
|
|
2514
|
+
"tags": []
|
|
2449
2515
|
},
|
|
2450
2516
|
"signature": "type ApplicationMetadata = {\n appName: string;\n type?: string | undefined;\n}",
|
|
2451
2517
|
"name": "ApplicationMetadata",
|
|
@@ -2534,7 +2600,8 @@
|
|
|
2534
2600
|
"character": 3
|
|
2535
2601
|
},
|
|
2536
2602
|
"raw": "/**\n * name of the application. e.g. ripple-ci.\n */",
|
|
2537
|
-
"comment": "name of the application. e.g. ripple-ci."
|
|
2603
|
+
"comment": "name of the application. e.g. ripple-ci.",
|
|
2604
|
+
"tags": []
|
|
2538
2605
|
},
|
|
2539
2606
|
"signature": "(property) Application.name: string",
|
|
2540
2607
|
"name": "name",
|
|
@@ -2564,7 +2631,8 @@
|
|
|
2564
2631
|
"character": 3
|
|
2565
2632
|
},
|
|
2566
2633
|
"raw": "/**\n * run the application.\n */",
|
|
2567
|
-
"comment": "run the application."
|
|
2634
|
+
"comment": "run the application.",
|
|
2635
|
+
"tags": []
|
|
2568
2636
|
},
|
|
2569
2637
|
"signature": "(method) Application.run(context: AppContext): Promise<ApplicationInstance | number>",
|
|
2570
2638
|
"name": "run",
|
|
@@ -2646,7 +2714,8 @@
|
|
|
2646
2714
|
"character": 3
|
|
2647
2715
|
},
|
|
2648
2716
|
"raw": "/**\n * build the application.\n */",
|
|
2649
|
-
"comment": "build the application."
|
|
2717
|
+
"comment": "build the application.",
|
|
2718
|
+
"tags": []
|
|
2650
2719
|
},
|
|
2651
2720
|
"signature": "(property) Application.build?: BuildFn | undefined",
|
|
2652
2721
|
"name": "build",
|
|
@@ -2676,7 +2745,8 @@
|
|
|
2676
2745
|
"character": 3
|
|
2677
2746
|
},
|
|
2678
2747
|
"raw": "/**\n * application deployment. this is a build task.\n */",
|
|
2679
|
-
"comment": "application deployment. this is a build task."
|
|
2748
|
+
"comment": "application deployment. this is a build task.",
|
|
2749
|
+
"tags": []
|
|
2680
2750
|
},
|
|
2681
2751
|
"signature": "(property) Application.deploy?: DeployFn | undefined",
|
|
2682
2752
|
"name": "deploy",
|
|
@@ -2706,7 +2776,8 @@
|
|
|
2706
2776
|
"character": 3
|
|
2707
2777
|
},
|
|
2708
2778
|
"raw": "/**\n * Type of the application\n */",
|
|
2709
|
-
"comment": "Type of the application"
|
|
2779
|
+
"comment": "Type of the application",
|
|
2780
|
+
"tags": []
|
|
2710
2781
|
},
|
|
2711
2782
|
"signature": "(property) Application.applicationType?: string | undefined",
|
|
2712
2783
|
"name": "applicationType",
|
|
@@ -3263,7 +3334,8 @@
|
|
|
3263
3334
|
"character": 3
|
|
3264
3335
|
},
|
|
3265
3336
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
3266
|
-
"comment": "return a logger instance for the env."
|
|
3337
|
+
"comment": "return a logger instance for the env.",
|
|
3338
|
+
"tags": []
|
|
3267
3339
|
},
|
|
3268
3340
|
"signature": "(method) AppContext.createLogger(name?: string): Logger",
|
|
3269
3341
|
"name": "createLogger",
|
|
@@ -3319,7 +3391,8 @@
|
|
|
3319
3391
|
"character": 3
|
|
3320
3392
|
},
|
|
3321
3393
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
3322
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
3394
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
3395
|
+
"tags": []
|
|
3323
3396
|
},
|
|
3324
3397
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined",
|
|
3325
3398
|
"name": "getAspect",
|
|
@@ -3476,7 +3549,7 @@
|
|
|
3476
3549
|
"_legacy": {
|
|
3477
3550
|
"scope": "teambit.harmony",
|
|
3478
3551
|
"name": "application",
|
|
3479
|
-
"version": "1.0.
|
|
3552
|
+
"version": "1.0.312"
|
|
3480
3553
|
},
|
|
3481
3554
|
"_scope": "teambit.harmony"
|
|
3482
3555
|
}
|
|
@@ -3561,7 +3634,8 @@
|
|
|
3561
3634
|
"character": 3
|
|
3562
3635
|
},
|
|
3563
3636
|
"raw": "/**\n * name of the type of the app. e.g. `react-app`\n */",
|
|
3564
|
-
"comment": "name of the type of the app. e.g. `react-app`"
|
|
3637
|
+
"comment": "name of the type of the app. e.g. `react-app`",
|
|
3638
|
+
"tags": []
|
|
3565
3639
|
},
|
|
3566
3640
|
"signature": "(property) ApplicationType<T>.name: string",
|
|
3567
3641
|
"name": "name",
|
|
@@ -3591,7 +3665,8 @@
|
|
|
3591
3665
|
"character": 3
|
|
3592
3666
|
},
|
|
3593
3667
|
"raw": "/**\n * pattern of the app.\n */",
|
|
3594
|
-
"comment": "pattern of the app."
|
|
3668
|
+
"comment": "pattern of the app.",
|
|
3669
|
+
"tags": []
|
|
3595
3670
|
},
|
|
3596
3671
|
"signature": "(property) ApplicationType<T>.globPattern?: string | undefined",
|
|
3597
3672
|
"name": "globPattern",
|
|
@@ -3621,7 +3696,8 @@
|
|
|
3621
3696
|
"character": 3
|
|
3622
3697
|
},
|
|
3623
3698
|
"raw": "/**\n * a function that creates the app instance.\n */",
|
|
3624
|
-
"comment": "a function that creates the app instance."
|
|
3699
|
+
"comment": "a function that creates the app instance.",
|
|
3700
|
+
"tags": []
|
|
3625
3701
|
},
|
|
3626
3702
|
"signature": "(method) ApplicationType<T>.createApp(options: T): Application",
|
|
3627
3703
|
"name": "createApp",
|
|
@@ -3865,7 +3941,7 @@
|
|
|
3865
3941
|
"_legacy": {
|
|
3866
3942
|
"scope": "teambit.harmony",
|
|
3867
3943
|
"name": "application",
|
|
3868
|
-
"version": "1.0.
|
|
3944
|
+
"version": "1.0.312"
|
|
3869
3945
|
},
|
|
3870
3946
|
"_scope": "teambit.harmony"
|
|
3871
3947
|
}
|
|
@@ -4193,7 +4269,8 @@
|
|
|
4193
4269
|
"character": 3
|
|
4194
4270
|
},
|
|
4195
4271
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
4196
|
-
"comment": "return a logger instance for the env."
|
|
4272
|
+
"comment": "return a logger instance for the env.",
|
|
4273
|
+
"tags": []
|
|
4197
4274
|
},
|
|
4198
4275
|
"signature": "(method) AppContext.createLogger(name?: string): Logger"
|
|
4199
4276
|
},
|
|
@@ -4267,7 +4344,8 @@
|
|
|
4267
4344
|
"character": 3
|
|
4268
4345
|
},
|
|
4269
4346
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
4270
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
4347
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
4348
|
+
"tags": []
|
|
4271
4349
|
},
|
|
4272
4350
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined"
|
|
4273
4351
|
},
|
|
@@ -4372,7 +4450,7 @@
|
|
|
4372
4450
|
"_legacy": {
|
|
4373
4451
|
"scope": "teambit.harmony",
|
|
4374
4452
|
"name": "application",
|
|
4375
|
-
"version": "1.0.
|
|
4453
|
+
"version": "1.0.312"
|
|
4376
4454
|
},
|
|
4377
4455
|
"_scope": "teambit.harmony"
|
|
4378
4456
|
}
|
|
@@ -5198,7 +5276,7 @@
|
|
|
5198
5276
|
"_legacy": {
|
|
5199
5277
|
"scope": "teambit.harmony",
|
|
5200
5278
|
"name": "application",
|
|
5201
|
-
"version": "1.0.
|
|
5279
|
+
"version": "1.0.312"
|
|
5202
5280
|
},
|
|
5203
5281
|
"_scope": "teambit.harmony"
|
|
5204
5282
|
}
|
|
@@ -5526,7 +5604,8 @@
|
|
|
5526
5604
|
"character": 3
|
|
5527
5605
|
},
|
|
5528
5606
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
5529
|
-
"comment": "return a logger instance for the env."
|
|
5607
|
+
"comment": "return a logger instance for the env.",
|
|
5608
|
+
"tags": []
|
|
5530
5609
|
},
|
|
5531
5610
|
"signature": "(method) AppContext.createLogger(name?: string): Logger"
|
|
5532
5611
|
},
|
|
@@ -5600,7 +5679,8 @@
|
|
|
5600
5679
|
"character": 3
|
|
5601
5680
|
},
|
|
5602
5681
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
5603
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
5682
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
5683
|
+
"tags": []
|
|
5604
5684
|
},
|
|
5605
5685
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined"
|
|
5606
5686
|
},
|
|
@@ -5705,7 +5785,7 @@
|
|
|
5705
5785
|
"_legacy": {
|
|
5706
5786
|
"scope": "teambit.harmony",
|
|
5707
5787
|
"name": "application",
|
|
5708
|
-
"version": "1.0.
|
|
5788
|
+
"version": "1.0.312"
|
|
5709
5789
|
},
|
|
5710
5790
|
"_scope": "teambit.harmony"
|
|
5711
5791
|
}
|
|
@@ -5779,7 +5859,8 @@
|
|
|
5779
5859
|
"character": 3
|
|
5780
5860
|
},
|
|
5781
5861
|
"raw": "/**\n * errors thrown during the build process.\n */",
|
|
5782
|
-
"comment": "errors thrown during the build process."
|
|
5862
|
+
"comment": "errors thrown during the build process.",
|
|
5863
|
+
"tags": []
|
|
5783
5864
|
},
|
|
5784
5865
|
"signature": "(property) AppBuildResult.errors?: Error[] | undefined",
|
|
5785
5866
|
"name": "errors",
|
|
@@ -5817,7 +5898,8 @@
|
|
|
5817
5898
|
"character": 3
|
|
5818
5899
|
},
|
|
5819
5900
|
"raw": "/**\n * warnings thrown during the build process.\n */",
|
|
5820
|
-
"comment": "warnings thrown during the build process."
|
|
5901
|
+
"comment": "warnings thrown during the build process.",
|
|
5902
|
+
"tags": []
|
|
5821
5903
|
},
|
|
5822
5904
|
"signature": "(property) AppBuildResult.warnings?: string[] | undefined",
|
|
5823
5905
|
"name": "warnings",
|
|
@@ -5855,7 +5937,8 @@
|
|
|
5855
5937
|
"character": 3
|
|
5856
5938
|
},
|
|
5857
5939
|
"raw": "/**\n * metadata to persist.\n * this is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\n * in some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\n * gets is what saved into the objects.\n * examples of data that gets save here:\n * React: { publicDir, ssrPublicDir }.\n * Node: { mainFile, artifactsDir }.\n */",
|
|
5858
|
-
"comment": "metadata to persist.\nthis is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\nin some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\ngets is what saved into the objects.\nexamples of data that gets save here:\nReact: { publicDir, ssrPublicDir }.\nNode: { mainFile, artifactsDir }."
|
|
5940
|
+
"comment": "metadata to persist.\nthis is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\nin some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\ngets is what saved into the objects.\nexamples of data that gets save here:\nReact: { publicDir, ssrPublicDir }.\nNode: { mainFile, artifactsDir }.",
|
|
5941
|
+
"tags": []
|
|
5859
5942
|
},
|
|
5860
5943
|
"signature": "(property) AppBuildResult.metadata?: Record<string, any> | undefined",
|
|
5861
5944
|
"name": "metadata",
|
|
@@ -5958,7 +6041,8 @@
|
|
|
5958
6041
|
"character": 3
|
|
5959
6042
|
},
|
|
5960
6043
|
"raw": "/**\n * return a template list instance.\n */",
|
|
5961
|
-
"comment": "return a template list instance."
|
|
6044
|
+
"comment": "return a template list instance.",
|
|
6045
|
+
"tags": []
|
|
5962
6046
|
},
|
|
5963
6047
|
"signature": "(method) AppsEnv.apps?(): EnvHandler<AppTypeList>",
|
|
5964
6048
|
"name": "apps",
|
|
@@ -6512,7 +6596,8 @@
|
|
|
6512
6596
|
"character": 3
|
|
6513
6597
|
},
|
|
6514
6598
|
"raw": "/**\n * envs ids to load app types.\n */",
|
|
6515
|
-
"comment": "envs ids to load app types."
|
|
6599
|
+
"comment": "envs ids to load app types.",
|
|
6600
|
+
"tags": []
|
|
6516
6601
|
},
|
|
6517
6602
|
"signature": "(property) envs?: string[] | undefined",
|
|
6518
6603
|
"name": "envs",
|
|
@@ -6553,7 +6638,8 @@
|
|
|
6553
6638
|
"character": 1
|
|
6554
6639
|
},
|
|
6555
6640
|
"raw": "/**\n * Application meta data that is stored on the component on load if it's an application.\n */",
|
|
6556
|
-
"comment": "Application meta data that is stored on the component on load if it's an application."
|
|
6641
|
+
"comment": "Application meta data that is stored on the component on load if it's an application.",
|
|
6642
|
+
"tags": []
|
|
6557
6643
|
},
|
|
6558
6644
|
"signature": "type ApplicationMetadata = {\n appName: string;\n type?: string | undefined;\n}",
|
|
6559
6645
|
"name": "ApplicationMetadata",
|
|
@@ -6640,7 +6726,8 @@
|
|
|
6640
6726
|
"character": 3
|
|
6641
6727
|
},
|
|
6642
6728
|
"raw": "/**\n * default port range used to serve applications.\n */",
|
|
6643
|
-
"comment": "default port range used to serve applications."
|
|
6729
|
+
"comment": "default port range used to serve applications.",
|
|
6730
|
+
"tags": []
|
|
6644
6731
|
},
|
|
6645
6732
|
"signature": "(property) defaultPortRange?: [start: number, end: number] | undefined",
|
|
6646
6733
|
"name": "defaultPortRange",
|
|
@@ -6707,7 +6794,8 @@
|
|
|
6707
6794
|
"character": 3
|
|
6708
6795
|
},
|
|
6709
6796
|
"raw": "/**\n * determine whether to start the application in dev mode.\n */",
|
|
6710
|
-
"comment": "determine whether to start the application in dev mode."
|
|
6797
|
+
"comment": "determine whether to start the application in dev mode.",
|
|
6798
|
+
"tags": []
|
|
6711
6799
|
},
|
|
6712
6800
|
"signature": "(property) dev: boolean",
|
|
6713
6801
|
"name": "dev",
|
|
@@ -6821,7 +6909,8 @@
|
|
|
6821
6909
|
"character": 3
|
|
6822
6910
|
},
|
|
6823
6911
|
"raw": "/**\n * exact port to run the app\n */",
|
|
6824
|
-
"comment": "exact port to run the app"
|
|
6912
|
+
"comment": "exact port to run the app",
|
|
6913
|
+
"tags": []
|
|
6825
6914
|
},
|
|
6826
6915
|
"signature": "(property) port?: number | undefined",
|
|
6827
6916
|
"name": "port",
|
|
@@ -7160,7 +7249,8 @@
|
|
|
7160
7249
|
"character": 3
|
|
7161
7250
|
},
|
|
7162
7251
|
"raw": "/**\n * register a new app.\n */",
|
|
7163
|
-
"comment": "register a new app."
|
|
7252
|
+
"comment": "register a new app.",
|
|
7253
|
+
"tags": []
|
|
7164
7254
|
},
|
|
7165
7255
|
"signature": "(method) ApplicationMain.registerApp(app: Application): this",
|
|
7166
7256
|
"name": "registerApp",
|
|
@@ -7212,7 +7302,8 @@
|
|
|
7212
7302
|
"character": 3
|
|
7213
7303
|
},
|
|
7214
7304
|
"raw": "/**\n * list all registered apps.\n */",
|
|
7215
|
-
"comment": "list all registered apps."
|
|
7305
|
+
"comment": "list all registered apps.",
|
|
7306
|
+
"tags": []
|
|
7216
7307
|
},
|
|
7217
7308
|
"signature": "(method) ApplicationMain.listApps(): Application[]",
|
|
7218
7309
|
"name": "listApps",
|
|
@@ -7251,7 +7342,8 @@
|
|
|
7251
7342
|
"character": 3
|
|
7252
7343
|
},
|
|
7253
7344
|
"raw": "/**\n * map all apps by component ID.\n */",
|
|
7254
|
-
"comment": "map all apps by component ID."
|
|
7345
|
+
"comment": "map all apps by component ID.",
|
|
7346
|
+
"tags": []
|
|
7255
7347
|
},
|
|
7256
7348
|
"signature": "(method) ApplicationMain.mapApps(): [string, Application[]][]",
|
|
7257
7349
|
"name": "mapApps",
|
|
@@ -7271,7 +7363,7 @@
|
|
|
7271
7363
|
"__schema": "FunctionLikeSchema",
|
|
7272
7364
|
"location": {
|
|
7273
7365
|
"filePath": "application.main.runtime.ts",
|
|
7274
|
-
"line":
|
|
7366
|
+
"line": 119,
|
|
7275
7367
|
"character": 3
|
|
7276
7368
|
},
|
|
7277
7369
|
"doc": {
|
|
@@ -7281,8 +7373,43 @@
|
|
|
7281
7373
|
"line": 115,
|
|
7282
7374
|
"character": 3
|
|
7283
7375
|
},
|
|
7284
|
-
"raw": "/**\n *
|
|
7285
|
-
"comment": "
|
|
7376
|
+
"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 */",
|
|
7377
|
+
"comment": "instead of adding apps to workspace.jsonc, this method gets all apps components and load them as aspects so then\nthey could register to the apps slots and be available to list/run etc.",
|
|
7378
|
+
"tags": []
|
|
7379
|
+
},
|
|
7380
|
+
"signature": "(method) ApplicationMain.loadAllAppsAsAspects(): Promise<void>",
|
|
7381
|
+
"name": "loadAllAppsAsAspects",
|
|
7382
|
+
"params": [],
|
|
7383
|
+
"returnType": {
|
|
7384
|
+
"__schema": "InferenceTypeSchema",
|
|
7385
|
+
"location": {
|
|
7386
|
+
"filePath": "application.main.runtime.ts",
|
|
7387
|
+
"line": 119,
|
|
7388
|
+
"character": 3
|
|
7389
|
+
},
|
|
7390
|
+
"type": "Promise<void>"
|
|
7391
|
+
},
|
|
7392
|
+
"modifiers": [
|
|
7393
|
+
"async"
|
|
7394
|
+
]
|
|
7395
|
+
},
|
|
7396
|
+
{
|
|
7397
|
+
"__schema": "FunctionLikeSchema",
|
|
7398
|
+
"location": {
|
|
7399
|
+
"filePath": "application.main.runtime.ts",
|
|
7400
|
+
"line": 128,
|
|
7401
|
+
"character": 3
|
|
7402
|
+
},
|
|
7403
|
+
"doc": {
|
|
7404
|
+
"__schema": "DocSchema",
|
|
7405
|
+
"location": {
|
|
7406
|
+
"filePath": "application.main.runtime.ts",
|
|
7407
|
+
"line": 124,
|
|
7408
|
+
"character": 3
|
|
7409
|
+
},
|
|
7410
|
+
"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 */",
|
|
7411
|
+
"comment": "list apps by a component id.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
7412
|
+
"tags": []
|
|
7286
7413
|
},
|
|
7287
7414
|
"signature": "(method) ApplicationMain.listAppsById(id?: ComponentID): Application[] | undefined",
|
|
7288
7415
|
"name": "listAppsById",
|
|
@@ -7291,7 +7418,7 @@
|
|
|
7291
7418
|
"__schema": "ParameterSchema",
|
|
7292
7419
|
"location": {
|
|
7293
7420
|
"filePath": "application.main.runtime.ts",
|
|
7294
|
-
"line":
|
|
7421
|
+
"line": 128,
|
|
7295
7422
|
"character": 16
|
|
7296
7423
|
},
|
|
7297
7424
|
"name": "id",
|
|
@@ -7299,7 +7426,7 @@
|
|
|
7299
7426
|
"__schema": "TypeRefSchema",
|
|
7300
7427
|
"location": {
|
|
7301
7428
|
"filePath": "application.main.runtime.ts",
|
|
7302
|
-
"line":
|
|
7429
|
+
"line": 128,
|
|
7303
7430
|
"character": 21
|
|
7304
7431
|
},
|
|
7305
7432
|
"name": "ComponentID",
|
|
@@ -7316,7 +7443,7 @@
|
|
|
7316
7443
|
"__schema": "TypeUnionSchema",
|
|
7317
7444
|
"location": {
|
|
7318
7445
|
"filePath": "application.main.runtime.ts",
|
|
7319
|
-
"line":
|
|
7446
|
+
"line": 128,
|
|
7320
7447
|
"character": 35
|
|
7321
7448
|
},
|
|
7322
7449
|
"types": [
|
|
@@ -7324,14 +7451,14 @@
|
|
|
7324
7451
|
"__schema": "TypeArraySchema",
|
|
7325
7452
|
"location": {
|
|
7326
7453
|
"filePath": "application.main.runtime.ts",
|
|
7327
|
-
"line":
|
|
7454
|
+
"line": 128,
|
|
7328
7455
|
"character": 35
|
|
7329
7456
|
},
|
|
7330
7457
|
"type": {
|
|
7331
7458
|
"__schema": "TypeRefSchema",
|
|
7332
7459
|
"location": {
|
|
7333
7460
|
"filePath": "application.main.runtime.ts",
|
|
7334
|
-
"line":
|
|
7461
|
+
"line": 128,
|
|
7335
7462
|
"character": 35
|
|
7336
7463
|
},
|
|
7337
7464
|
"name": "Application"
|
|
@@ -7341,7 +7468,7 @@
|
|
|
7341
7468
|
"__schema": "KeywordTypeSchema",
|
|
7342
7469
|
"location": {
|
|
7343
7470
|
"filePath": "application.main.runtime.ts",
|
|
7344
|
-
"line":
|
|
7471
|
+
"line": 128,
|
|
7345
7472
|
"character": 51
|
|
7346
7473
|
},
|
|
7347
7474
|
"name": "undefined"
|
|
@@ -7354,18 +7481,19 @@
|
|
|
7354
7481
|
"__schema": "FunctionLikeSchema",
|
|
7355
7482
|
"location": {
|
|
7356
7483
|
"filePath": "application.main.runtime.ts",
|
|
7357
|
-
"line":
|
|
7484
|
+
"line": 137,
|
|
7358
7485
|
"character": 3
|
|
7359
7486
|
},
|
|
7360
7487
|
"doc": {
|
|
7361
7488
|
"__schema": "DocSchema",
|
|
7362
7489
|
"location": {
|
|
7363
7490
|
"filePath": "application.main.runtime.ts",
|
|
7364
|
-
"line":
|
|
7491
|
+
"line": 133,
|
|
7365
7492
|
"character": 3
|
|
7366
7493
|
},
|
|
7367
|
-
"raw": "/**\n * get an application by a component id.\n */",
|
|
7368
|
-
"comment": "get an application by a component id."
|
|
7494
|
+
"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 */",
|
|
7495
|
+
"comment": "get an application by a component id.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
7496
|
+
"tags": []
|
|
7369
7497
|
},
|
|
7370
7498
|
"signature": "(method) ApplicationMain.getAppById(id: ComponentID): Promise<Application | undefined>",
|
|
7371
7499
|
"name": "getAppById",
|
|
@@ -7374,7 +7502,7 @@
|
|
|
7374
7502
|
"__schema": "ParameterSchema",
|
|
7375
7503
|
"location": {
|
|
7376
7504
|
"filePath": "application.main.runtime.ts",
|
|
7377
|
-
"line":
|
|
7505
|
+
"line": 137,
|
|
7378
7506
|
"character": 20
|
|
7379
7507
|
},
|
|
7380
7508
|
"name": "id",
|
|
@@ -7382,7 +7510,7 @@
|
|
|
7382
7510
|
"__schema": "TypeRefSchema",
|
|
7383
7511
|
"location": {
|
|
7384
7512
|
"filePath": "application.main.runtime.ts",
|
|
7385
|
-
"line":
|
|
7513
|
+
"line": 137,
|
|
7386
7514
|
"character": 24
|
|
7387
7515
|
},
|
|
7388
7516
|
"name": "ComponentID",
|
|
@@ -7399,7 +7527,7 @@
|
|
|
7399
7527
|
"__schema": "InferenceTypeSchema",
|
|
7400
7528
|
"location": {
|
|
7401
7529
|
"filePath": "application.main.runtime.ts",
|
|
7402
|
-
"line":
|
|
7530
|
+
"line": 137,
|
|
7403
7531
|
"character": 3
|
|
7404
7532
|
},
|
|
7405
7533
|
"type": "Promise<Application | undefined>"
|
|
@@ -7412,18 +7540,19 @@
|
|
|
7412
7540
|
"__schema": "FunctionLikeSchema",
|
|
7413
7541
|
"location": {
|
|
7414
7542
|
"filePath": "application.main.runtime.ts",
|
|
7415
|
-
"line":
|
|
7543
|
+
"line": 147,
|
|
7416
7544
|
"character": 3
|
|
7417
7545
|
},
|
|
7418
7546
|
"doc": {
|
|
7419
7547
|
"__schema": "DocSchema",
|
|
7420
7548
|
"location": {
|
|
7421
7549
|
"filePath": "application.main.runtime.ts",
|
|
7422
|
-
"line":
|
|
7550
|
+
"line": 143,
|
|
7423
7551
|
"character": 3
|
|
7424
7552
|
},
|
|
7425
7553
|
"raw": "/**\n * calculate an application by a component.\n * This should be only used during the on component load slot\n */",
|
|
7426
|
-
"comment": "calculate an application by a component.\nThis should be only used during the on component load slot"
|
|
7554
|
+
"comment": "calculate an application by a component.\nThis should be only used during the on component load slot",
|
|
7555
|
+
"tags": []
|
|
7427
7556
|
},
|
|
7428
7557
|
"signature": "(method) ApplicationMain.calculateAppByComponent(component: Component): Application | undefined",
|
|
7429
7558
|
"name": "calculateAppByComponent",
|
|
@@ -7432,7 +7561,7 @@
|
|
|
7432
7561
|
"__schema": "ParameterSchema",
|
|
7433
7562
|
"location": {
|
|
7434
7563
|
"filePath": "application.main.runtime.ts",
|
|
7435
|
-
"line":
|
|
7564
|
+
"line": 147,
|
|
7436
7565
|
"character": 27
|
|
7437
7566
|
},
|
|
7438
7567
|
"name": "component",
|
|
@@ -7440,7 +7569,7 @@
|
|
|
7440
7569
|
"__schema": "TypeRefSchema",
|
|
7441
7570
|
"location": {
|
|
7442
7571
|
"filePath": "application.main.runtime.ts",
|
|
7443
|
-
"line":
|
|
7572
|
+
"line": 147,
|
|
7444
7573
|
"character": 38
|
|
7445
7574
|
},
|
|
7446
7575
|
"name": "Component",
|
|
@@ -7457,7 +7586,7 @@
|
|
|
7457
7586
|
"__schema": "TypeRefSchema",
|
|
7458
7587
|
"location": {
|
|
7459
7588
|
"filePath": "application.main.runtime.ts",
|
|
7460
|
-
"line":
|
|
7589
|
+
"line": 147,
|
|
7461
7590
|
"character": 3
|
|
7462
7591
|
},
|
|
7463
7592
|
"name": "Application"
|
|
@@ -7468,7 +7597,7 @@
|
|
|
7468
7597
|
"__schema": "FunctionLikeSchema",
|
|
7469
7598
|
"location": {
|
|
7470
7599
|
"filePath": "application.main.runtime.ts",
|
|
7471
|
-
"line":
|
|
7600
|
+
"line": 153,
|
|
7472
7601
|
"character": 3
|
|
7473
7602
|
},
|
|
7474
7603
|
"signature": "(method) ApplicationMain.listAppTypes(): ApplicationType<unknown>[]",
|
|
@@ -7478,7 +7607,7 @@
|
|
|
7478
7607
|
"__schema": "TypeRefSchema",
|
|
7479
7608
|
"location": {
|
|
7480
7609
|
"filePath": "application.main.runtime.ts",
|
|
7481
|
-
"line":
|
|
7610
|
+
"line": 153,
|
|
7482
7611
|
"character": 3
|
|
7483
7612
|
},
|
|
7484
7613
|
"name": "ApplicationType"
|
|
@@ -7489,23 +7618,24 @@
|
|
|
7489
7618
|
"__schema": "FunctionLikeSchema",
|
|
7490
7619
|
"location": {
|
|
7491
7620
|
"filePath": "application.main.runtime.ts",
|
|
7492
|
-
"line":
|
|
7621
|
+
"line": 161,
|
|
7493
7622
|
"character": 3
|
|
7494
7623
|
},
|
|
7495
7624
|
"doc": {
|
|
7496
7625
|
"__schema": "DocSchema",
|
|
7497
7626
|
"location": {
|
|
7498
7627
|
"filePath": "application.main.runtime.ts",
|
|
7499
|
-
"line":
|
|
7628
|
+
"line": 157,
|
|
7500
7629
|
"character": 3
|
|
7501
7630
|
},
|
|
7502
7631
|
"raw": "/**\n * @deprecated use `listAppsComponents` instead.\n * @returns\n */",
|
|
7632
|
+
"comment": "",
|
|
7503
7633
|
"tags": [
|
|
7504
7634
|
{
|
|
7505
7635
|
"__schema": "TagSchema",
|
|
7506
7636
|
"location": {
|
|
7507
7637
|
"filePath": "application.main.runtime.ts",
|
|
7508
|
-
"line":
|
|
7638
|
+
"line": 158,
|
|
7509
7639
|
"character": 6
|
|
7510
7640
|
},
|
|
7511
7641
|
"tagName": "deprecated",
|
|
@@ -7515,7 +7645,7 @@
|
|
|
7515
7645
|
"__schema": "ReturnTagSchema",
|
|
7516
7646
|
"location": {
|
|
7517
7647
|
"filePath": "application.main.runtime.ts",
|
|
7518
|
-
"line":
|
|
7648
|
+
"line": 159,
|
|
7519
7649
|
"character": 6
|
|
7520
7650
|
},
|
|
7521
7651
|
"tagName": "return"
|
|
@@ -7529,7 +7659,7 @@
|
|
|
7529
7659
|
"__schema": "TypeRefSchema",
|
|
7530
7660
|
"location": {
|
|
7531
7661
|
"filePath": "application.main.runtime.ts",
|
|
7532
|
-
"line":
|
|
7662
|
+
"line": 161,
|
|
7533
7663
|
"character": 35
|
|
7534
7664
|
},
|
|
7535
7665
|
"name": "Promise",
|
|
@@ -7538,14 +7668,14 @@
|
|
|
7538
7668
|
"__schema": "TypeArraySchema",
|
|
7539
7669
|
"location": {
|
|
7540
7670
|
"filePath": "application.main.runtime.ts",
|
|
7541
|
-
"line":
|
|
7671
|
+
"line": 161,
|
|
7542
7672
|
"character": 43
|
|
7543
7673
|
},
|
|
7544
7674
|
"type": {
|
|
7545
7675
|
"__schema": "TypeRefSchema",
|
|
7546
7676
|
"location": {
|
|
7547
7677
|
"filePath": "application.main.runtime.ts",
|
|
7548
|
-
"line":
|
|
7678
|
+
"line": 161,
|
|
7549
7679
|
"character": 43
|
|
7550
7680
|
},
|
|
7551
7681
|
"name": "Component",
|
|
@@ -7565,7 +7695,7 @@
|
|
|
7565
7695
|
"__schema": "FunctionLikeSchema",
|
|
7566
7696
|
"location": {
|
|
7567
7697
|
"filePath": "application.main.runtime.ts",
|
|
7568
|
-
"line":
|
|
7698
|
+
"line": 165,
|
|
7569
7699
|
"character": 3
|
|
7570
7700
|
},
|
|
7571
7701
|
"signature": "(method) ApplicationMain.listAppsComponents(): Promise<Component[]>",
|
|
@@ -7575,7 +7705,7 @@
|
|
|
7575
7705
|
"__schema": "TypeRefSchema",
|
|
7576
7706
|
"location": {
|
|
7577
7707
|
"filePath": "application.main.runtime.ts",
|
|
7578
|
-
"line":
|
|
7708
|
+
"line": 165,
|
|
7579
7709
|
"character": 31
|
|
7580
7710
|
},
|
|
7581
7711
|
"name": "Promise",
|
|
@@ -7584,14 +7714,14 @@
|
|
|
7584
7714
|
"__schema": "TypeArraySchema",
|
|
7585
7715
|
"location": {
|
|
7586
7716
|
"filePath": "application.main.runtime.ts",
|
|
7587
|
-
"line":
|
|
7717
|
+
"line": 165,
|
|
7588
7718
|
"character": 39
|
|
7589
7719
|
},
|
|
7590
7720
|
"type": {
|
|
7591
7721
|
"__schema": "TypeRefSchema",
|
|
7592
7722
|
"location": {
|
|
7593
7723
|
"filePath": "application.main.runtime.ts",
|
|
7594
|
-
"line":
|
|
7724
|
+
"line": 165,
|
|
7595
7725
|
"character": 39
|
|
7596
7726
|
},
|
|
7597
7727
|
"name": "Component",
|
|
@@ -7611,7 +7741,7 @@
|
|
|
7611
7741
|
"__schema": "FunctionLikeSchema",
|
|
7612
7742
|
"location": {
|
|
7613
7743
|
"filePath": "application.main.runtime.ts",
|
|
7614
|
-
"line":
|
|
7744
|
+
"line": 179,
|
|
7615
7745
|
"character": 3
|
|
7616
7746
|
},
|
|
7617
7747
|
"signature": "(method) ApplicationMain.getAppPatterns(): string[]",
|
|
@@ -7621,7 +7751,7 @@
|
|
|
7621
7751
|
"__schema": "InferenceTypeSchema",
|
|
7622
7752
|
"location": {
|
|
7623
7753
|
"filePath": "application.main.runtime.ts",
|
|
7624
|
-
"line":
|
|
7754
|
+
"line": 179,
|
|
7625
7755
|
"character": 3
|
|
7626
7756
|
},
|
|
7627
7757
|
"type": "string[]"
|
|
@@ -7632,7 +7762,7 @@
|
|
|
7632
7762
|
"__schema": "FunctionLikeSchema",
|
|
7633
7763
|
"location": {
|
|
7634
7764
|
"filePath": "application.main.runtime.ts",
|
|
7635
|
-
"line":
|
|
7765
|
+
"line": 188,
|
|
7636
7766
|
"character": 3
|
|
7637
7767
|
},
|
|
7638
7768
|
"signature": "(method) ApplicationMain.loadApps(): Promise<Application[]>",
|
|
@@ -7642,7 +7772,7 @@
|
|
|
7642
7772
|
"__schema": "TypeRefSchema",
|
|
7643
7773
|
"location": {
|
|
7644
7774
|
"filePath": "application.main.runtime.ts",
|
|
7645
|
-
"line":
|
|
7775
|
+
"line": 188,
|
|
7646
7776
|
"character": 21
|
|
7647
7777
|
},
|
|
7648
7778
|
"name": "Promise",
|
|
@@ -7651,14 +7781,14 @@
|
|
|
7651
7781
|
"__schema": "TypeArraySchema",
|
|
7652
7782
|
"location": {
|
|
7653
7783
|
"filePath": "application.main.runtime.ts",
|
|
7654
|
-
"line":
|
|
7784
|
+
"line": 188,
|
|
7655
7785
|
"character": 29
|
|
7656
7786
|
},
|
|
7657
7787
|
"type": {
|
|
7658
7788
|
"__schema": "TypeRefSchema",
|
|
7659
7789
|
"location": {
|
|
7660
7790
|
"filePath": "application.main.runtime.ts",
|
|
7661
|
-
"line":
|
|
7791
|
+
"line": 188,
|
|
7662
7792
|
"character": 29
|
|
7663
7793
|
},
|
|
7664
7794
|
"name": "Application"
|
|
@@ -7674,7 +7804,7 @@
|
|
|
7674
7804
|
"__schema": "FunctionLikeSchema",
|
|
7675
7805
|
"location": {
|
|
7676
7806
|
"filePath": "application.main.runtime.ts",
|
|
7677
|
-
"line":
|
|
7807
|
+
"line": 221,
|
|
7678
7808
|
"character": 3
|
|
7679
7809
|
},
|
|
7680
7810
|
"signature": "(method) ApplicationMain.loadAppsFromComponent(component: Component, rootDir: string): Promise<Application[] | undefined>",
|
|
@@ -7684,7 +7814,7 @@
|
|
|
7684
7814
|
"__schema": "ParameterSchema",
|
|
7685
7815
|
"location": {
|
|
7686
7816
|
"filePath": "application.main.runtime.ts",
|
|
7687
|
-
"line":
|
|
7817
|
+
"line": 221,
|
|
7688
7818
|
"character": 31
|
|
7689
7819
|
},
|
|
7690
7820
|
"name": "component",
|
|
@@ -7692,7 +7822,7 @@
|
|
|
7692
7822
|
"__schema": "TypeRefSchema",
|
|
7693
7823
|
"location": {
|
|
7694
7824
|
"filePath": "application.main.runtime.ts",
|
|
7695
|
-
"line":
|
|
7825
|
+
"line": 221,
|
|
7696
7826
|
"character": 42
|
|
7697
7827
|
},
|
|
7698
7828
|
"name": "Component",
|
|
@@ -7708,7 +7838,7 @@
|
|
|
7708
7838
|
"__schema": "ParameterSchema",
|
|
7709
7839
|
"location": {
|
|
7710
7840
|
"filePath": "application.main.runtime.ts",
|
|
7711
|
-
"line":
|
|
7841
|
+
"line": 221,
|
|
7712
7842
|
"character": 53
|
|
7713
7843
|
},
|
|
7714
7844
|
"name": "rootDir",
|
|
@@ -7716,7 +7846,7 @@
|
|
|
7716
7846
|
"__schema": "KeywordTypeSchema",
|
|
7717
7847
|
"location": {
|
|
7718
7848
|
"filePath": "application.main.runtime.ts",
|
|
7719
|
-
"line":
|
|
7849
|
+
"line": 221,
|
|
7720
7850
|
"character": 62
|
|
7721
7851
|
},
|
|
7722
7852
|
"name": "string"
|
|
@@ -7729,7 +7859,7 @@
|
|
|
7729
7859
|
"__schema": "TypeRefSchema",
|
|
7730
7860
|
"location": {
|
|
7731
7861
|
"filePath": "application.main.runtime.ts",
|
|
7732
|
-
"line":
|
|
7862
|
+
"line": 221,
|
|
7733
7863
|
"character": 71
|
|
7734
7864
|
},
|
|
7735
7865
|
"name": "Promise",
|
|
@@ -7738,7 +7868,7 @@
|
|
|
7738
7868
|
"__schema": "TypeUnionSchema",
|
|
7739
7869
|
"location": {
|
|
7740
7870
|
"filePath": "application.main.runtime.ts",
|
|
7741
|
-
"line":
|
|
7871
|
+
"line": 221,
|
|
7742
7872
|
"character": 79
|
|
7743
7873
|
},
|
|
7744
7874
|
"types": [
|
|
@@ -7746,14 +7876,14 @@
|
|
|
7746
7876
|
"__schema": "TypeArraySchema",
|
|
7747
7877
|
"location": {
|
|
7748
7878
|
"filePath": "application.main.runtime.ts",
|
|
7749
|
-
"line":
|
|
7879
|
+
"line": 221,
|
|
7750
7880
|
"character": 79
|
|
7751
7881
|
},
|
|
7752
7882
|
"type": {
|
|
7753
7883
|
"__schema": "TypeRefSchema",
|
|
7754
7884
|
"location": {
|
|
7755
7885
|
"filePath": "application.main.runtime.ts",
|
|
7756
|
-
"line":
|
|
7886
|
+
"line": 221,
|
|
7757
7887
|
"character": 79
|
|
7758
7888
|
},
|
|
7759
7889
|
"name": "Application"
|
|
@@ -7763,7 +7893,7 @@
|
|
|
7763
7893
|
"__schema": "KeywordTypeSchema",
|
|
7764
7894
|
"location": {
|
|
7765
7895
|
"filePath": "application.main.runtime.ts",
|
|
7766
|
-
"line":
|
|
7896
|
+
"line": 221,
|
|
7767
7897
|
"character": 95
|
|
7768
7898
|
},
|
|
7769
7899
|
"name": "undefined"
|
|
@@ -7780,18 +7910,19 @@
|
|
|
7780
7910
|
"__schema": "FunctionLikeSchema",
|
|
7781
7911
|
"location": {
|
|
7782
7912
|
"filePath": "application.main.runtime.ts",
|
|
7783
|
-
"line":
|
|
7913
|
+
"line": 248,
|
|
7784
7914
|
"character": 3
|
|
7785
7915
|
},
|
|
7786
7916
|
"doc": {
|
|
7787
7917
|
"__schema": "DocSchema",
|
|
7788
7918
|
"location": {
|
|
7789
7919
|
"filePath": "application.main.runtime.ts",
|
|
7790
|
-
"line":
|
|
7920
|
+
"line": 244,
|
|
7791
7921
|
"character": 3
|
|
7792
7922
|
},
|
|
7793
|
-
"raw": "/**\n * get an app.\n */",
|
|
7794
|
-
"comment": "get an app."
|
|
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 */",
|
|
7924
|
+
"comment": "get an app.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
7925
|
+
"tags": []
|
|
7795
7926
|
},
|
|
7796
7927
|
"signature": "(method) ApplicationMain.getApp(appName: string, id?: ComponentID): Application | undefined",
|
|
7797
7928
|
"name": "getApp",
|
|
@@ -7800,7 +7931,7 @@
|
|
|
7800
7931
|
"__schema": "ParameterSchema",
|
|
7801
7932
|
"location": {
|
|
7802
7933
|
"filePath": "application.main.runtime.ts",
|
|
7803
|
-
"line":
|
|
7934
|
+
"line": 248,
|
|
7804
7935
|
"character": 10
|
|
7805
7936
|
},
|
|
7806
7937
|
"name": "appName",
|
|
@@ -7808,7 +7939,7 @@
|
|
|
7808
7939
|
"__schema": "KeywordTypeSchema",
|
|
7809
7940
|
"location": {
|
|
7810
7941
|
"filePath": "application.main.runtime.ts",
|
|
7811
|
-
"line":
|
|
7942
|
+
"line": 248,
|
|
7812
7943
|
"character": 19
|
|
7813
7944
|
},
|
|
7814
7945
|
"name": "string"
|
|
@@ -7820,7 +7951,7 @@
|
|
|
7820
7951
|
"__schema": "ParameterSchema",
|
|
7821
7952
|
"location": {
|
|
7822
7953
|
"filePath": "application.main.runtime.ts",
|
|
7823
|
-
"line":
|
|
7954
|
+
"line": 248,
|
|
7824
7955
|
"character": 27
|
|
7825
7956
|
},
|
|
7826
7957
|
"name": "id",
|
|
@@ -7828,7 +7959,7 @@
|
|
|
7828
7959
|
"__schema": "TypeRefSchema",
|
|
7829
7960
|
"location": {
|
|
7830
7961
|
"filePath": "application.main.runtime.ts",
|
|
7831
|
-
"line":
|
|
7962
|
+
"line": 248,
|
|
7832
7963
|
"character": 32
|
|
7833
7964
|
},
|
|
7834
7965
|
"name": "ComponentID",
|
|
@@ -7845,7 +7976,7 @@
|
|
|
7845
7976
|
"__schema": "TypeUnionSchema",
|
|
7846
7977
|
"location": {
|
|
7847
7978
|
"filePath": "application.main.runtime.ts",
|
|
7848
|
-
"line":
|
|
7979
|
+
"line": 248,
|
|
7849
7980
|
"character": 46
|
|
7850
7981
|
},
|
|
7851
7982
|
"types": [
|
|
@@ -7853,7 +7984,7 @@
|
|
|
7853
7984
|
"__schema": "TypeRefSchema",
|
|
7854
7985
|
"location": {
|
|
7855
7986
|
"filePath": "application.main.runtime.ts",
|
|
7856
|
-
"line":
|
|
7987
|
+
"line": 248,
|
|
7857
7988
|
"character": 46
|
|
7858
7989
|
},
|
|
7859
7990
|
"name": "Application"
|
|
@@ -7862,7 +7993,7 @@
|
|
|
7862
7993
|
"__schema": "KeywordTypeSchema",
|
|
7863
7994
|
"location": {
|
|
7864
7995
|
"filePath": "application.main.runtime.ts",
|
|
7865
|
-
"line":
|
|
7996
|
+
"line": 248,
|
|
7866
7997
|
"character": 60
|
|
7867
7998
|
},
|
|
7868
7999
|
"name": "undefined"
|
|
@@ -7875,7 +8006,7 @@
|
|
|
7875
8006
|
"__schema": "FunctionLikeSchema",
|
|
7876
8007
|
"location": {
|
|
7877
8008
|
"filePath": "application.main.runtime.ts",
|
|
7878
|
-
"line":
|
|
8009
|
+
"line": 254,
|
|
7879
8010
|
"character": 3
|
|
7880
8011
|
},
|
|
7881
8012
|
"signature": "(method) ApplicationMain.getAppByNameOrId(appNameOrId: string): Application | undefined",
|
|
@@ -7885,7 +8016,7 @@
|
|
|
7885
8016
|
"__schema": "ParameterSchema",
|
|
7886
8017
|
"location": {
|
|
7887
8018
|
"filePath": "application.main.runtime.ts",
|
|
7888
|
-
"line":
|
|
8019
|
+
"line": 254,
|
|
7889
8020
|
"character": 20
|
|
7890
8021
|
},
|
|
7891
8022
|
"name": "appNameOrId",
|
|
@@ -7893,7 +8024,7 @@
|
|
|
7893
8024
|
"__schema": "KeywordTypeSchema",
|
|
7894
8025
|
"location": {
|
|
7895
8026
|
"filePath": "application.main.runtime.ts",
|
|
7896
|
-
"line":
|
|
8027
|
+
"line": 254,
|
|
7897
8028
|
"character": 33
|
|
7898
8029
|
},
|
|
7899
8030
|
"name": "string"
|
|
@@ -7906,7 +8037,7 @@
|
|
|
7906
8037
|
"__schema": "TypeUnionSchema",
|
|
7907
8038
|
"location": {
|
|
7908
8039
|
"filePath": "application.main.runtime.ts",
|
|
7909
|
-
"line":
|
|
8040
|
+
"line": 254,
|
|
7910
8041
|
"character": 42
|
|
7911
8042
|
},
|
|
7912
8043
|
"types": [
|
|
@@ -7914,7 +8045,7 @@
|
|
|
7914
8045
|
"__schema": "TypeRefSchema",
|
|
7915
8046
|
"location": {
|
|
7916
8047
|
"filePath": "application.main.runtime.ts",
|
|
7917
|
-
"line":
|
|
8048
|
+
"line": 254,
|
|
7918
8049
|
"character": 42
|
|
7919
8050
|
},
|
|
7920
8051
|
"name": "Application"
|
|
@@ -7923,7 +8054,7 @@
|
|
|
7923
8054
|
"__schema": "KeywordTypeSchema",
|
|
7924
8055
|
"location": {
|
|
7925
8056
|
"filePath": "application.main.runtime.ts",
|
|
7926
|
-
"line":
|
|
8057
|
+
"line": 254,
|
|
7927
8058
|
"character": 56
|
|
7928
8059
|
},
|
|
7929
8060
|
"name": "undefined"
|
|
@@ -7936,7 +8067,7 @@
|
|
|
7936
8067
|
"__schema": "FunctionLikeSchema",
|
|
7937
8068
|
"location": {
|
|
7938
8069
|
"filePath": "application.main.runtime.ts",
|
|
7939
|
-
"line":
|
|
8070
|
+
"line": 267,
|
|
7940
8071
|
"character": 3
|
|
7941
8072
|
},
|
|
7942
8073
|
"signature": "(method) ApplicationMain.getAppPattern(appType: ApplicationType<unknown>): string",
|
|
@@ -7946,7 +8077,7 @@
|
|
|
7946
8077
|
"__schema": "ParameterSchema",
|
|
7947
8078
|
"location": {
|
|
7948
8079
|
"filePath": "application.main.runtime.ts",
|
|
7949
|
-
"line":
|
|
8080
|
+
"line": 267,
|
|
7950
8081
|
"character": 17
|
|
7951
8082
|
},
|
|
7952
8083
|
"name": "appType",
|
|
@@ -7954,7 +8085,7 @@
|
|
|
7954
8085
|
"__schema": "TypeRefSchema",
|
|
7955
8086
|
"location": {
|
|
7956
8087
|
"filePath": "application.main.runtime.ts",
|
|
7957
|
-
"line":
|
|
8088
|
+
"line": 267,
|
|
7958
8089
|
"character": 26
|
|
7959
8090
|
},
|
|
7960
8091
|
"name": "ApplicationType",
|
|
@@ -7963,7 +8094,7 @@
|
|
|
7963
8094
|
"__schema": "KeywordTypeSchema",
|
|
7964
8095
|
"location": {
|
|
7965
8096
|
"filePath": "application.main.runtime.ts",
|
|
7966
|
-
"line":
|
|
8097
|
+
"line": 267,
|
|
7967
8098
|
"character": 42
|
|
7968
8099
|
},
|
|
7969
8100
|
"name": "unknown"
|
|
@@ -7978,7 +8109,7 @@
|
|
|
7978
8109
|
"__schema": "InferenceTypeSchema",
|
|
7979
8110
|
"location": {
|
|
7980
8111
|
"filePath": "application.main.runtime.ts",
|
|
7981
|
-
"line":
|
|
8112
|
+
"line": 267,
|
|
7982
8113
|
"character": 3
|
|
7983
8114
|
},
|
|
7984
8115
|
"type": "string"
|
|
@@ -7989,18 +8120,19 @@
|
|
|
7989
8120
|
"__schema": "FunctionLikeSchema",
|
|
7990
8121
|
"location": {
|
|
7991
8122
|
"filePath": "application.main.runtime.ts",
|
|
7992
|
-
"line":
|
|
8123
|
+
"line": 275,
|
|
7993
8124
|
"character": 3
|
|
7994
8125
|
},
|
|
7995
8126
|
"doc": {
|
|
7996
8127
|
"__schema": "DocSchema",
|
|
7997
8128
|
"location": {
|
|
7998
8129
|
"filePath": "application.main.runtime.ts",
|
|
7999
|
-
"line":
|
|
8130
|
+
"line": 272,
|
|
8000
8131
|
"character": 3
|
|
8001
8132
|
},
|
|
8002
8133
|
"raw": "/**\n * registers a new app and sets a plugin for it.\n */",
|
|
8003
|
-
"comment": "registers a new app and sets a plugin for it."
|
|
8134
|
+
"comment": "registers a new app and sets a plugin for it.",
|
|
8135
|
+
"tags": []
|
|
8004
8136
|
},
|
|
8005
8137
|
"signature": "(method) ApplicationMain.registerAppType<T>(...appTypes: Array<ApplicationType<T>>): this",
|
|
8006
8138
|
"name": "registerAppType",
|
|
@@ -8009,7 +8141,7 @@
|
|
|
8009
8141
|
"__schema": "ParameterSchema",
|
|
8010
8142
|
"location": {
|
|
8011
8143
|
"filePath": "application.main.runtime.ts",
|
|
8012
|
-
"line":
|
|
8144
|
+
"line": 275,
|
|
8013
8145
|
"character": 22
|
|
8014
8146
|
},
|
|
8015
8147
|
"name": "appTypes",
|
|
@@ -8017,7 +8149,7 @@
|
|
|
8017
8149
|
"__schema": "TypeRefSchema",
|
|
8018
8150
|
"location": {
|
|
8019
8151
|
"filePath": "application.main.runtime.ts",
|
|
8020
|
-
"line":
|
|
8152
|
+
"line": 275,
|
|
8021
8153
|
"character": 35
|
|
8022
8154
|
},
|
|
8023
8155
|
"name": "Array",
|
|
@@ -8026,7 +8158,7 @@
|
|
|
8026
8158
|
"__schema": "TypeRefSchema",
|
|
8027
8159
|
"location": {
|
|
8028
8160
|
"filePath": "application.main.runtime.ts",
|
|
8029
|
-
"line":
|
|
8161
|
+
"line": 275,
|
|
8030
8162
|
"character": 41
|
|
8031
8163
|
},
|
|
8032
8164
|
"name": "ApplicationType",
|
|
@@ -8035,7 +8167,7 @@
|
|
|
8035
8167
|
"__schema": "TypeRefSchema",
|
|
8036
8168
|
"location": {
|
|
8037
8169
|
"filePath": "application.main.runtime.ts",
|
|
8038
|
-
"line":
|
|
8170
|
+
"line": 275,
|
|
8039
8171
|
"character": 57
|
|
8040
8172
|
},
|
|
8041
8173
|
"name": "T"
|
|
@@ -8052,7 +8184,7 @@
|
|
|
8052
8184
|
"__schema": "TypeRefSchema",
|
|
8053
8185
|
"location": {
|
|
8054
8186
|
"filePath": "application.main.runtime.ts",
|
|
8055
|
-
"line":
|
|
8187
|
+
"line": 275,
|
|
8056
8188
|
"character": 3
|
|
8057
8189
|
},
|
|
8058
8190
|
"name": "ApplicationMain"
|
|
@@ -8066,18 +8198,19 @@
|
|
|
8066
8198
|
"__schema": "FunctionLikeSchema",
|
|
8067
8199
|
"location": {
|
|
8068
8200
|
"filePath": "application.main.runtime.ts",
|
|
8069
|
-
"line":
|
|
8201
|
+
"line": 288,
|
|
8070
8202
|
"character": 3
|
|
8071
8203
|
},
|
|
8072
8204
|
"doc": {
|
|
8073
8205
|
"__schema": "DocSchema",
|
|
8074
8206
|
"location": {
|
|
8075
8207
|
"filePath": "application.main.runtime.ts",
|
|
8076
|
-
"line":
|
|
8208
|
+
"line": 285,
|
|
8077
8209
|
"character": 3
|
|
8078
8210
|
},
|
|
8079
8211
|
"raw": "/**\n * get an app AspectId.\n */",
|
|
8080
|
-
"comment": "get an app AspectId."
|
|
8212
|
+
"comment": "get an app AspectId.",
|
|
8213
|
+
"tags": []
|
|
8081
8214
|
},
|
|
8082
8215
|
"signature": "(method) ApplicationMain.getAppAspect(appName: string): string | undefined",
|
|
8083
8216
|
"name": "getAppAspect",
|
|
@@ -8086,7 +8219,7 @@
|
|
|
8086
8219
|
"__schema": "ParameterSchema",
|
|
8087
8220
|
"location": {
|
|
8088
8221
|
"filePath": "application.main.runtime.ts",
|
|
8089
|
-
"line":
|
|
8222
|
+
"line": 288,
|
|
8090
8223
|
"character": 16
|
|
8091
8224
|
},
|
|
8092
8225
|
"name": "appName",
|
|
@@ -8094,7 +8227,7 @@
|
|
|
8094
8227
|
"__schema": "KeywordTypeSchema",
|
|
8095
8228
|
"location": {
|
|
8096
8229
|
"filePath": "application.main.runtime.ts",
|
|
8097
|
-
"line":
|
|
8230
|
+
"line": 288,
|
|
8098
8231
|
"character": 25
|
|
8099
8232
|
},
|
|
8100
8233
|
"name": "string"
|
|
@@ -8107,7 +8240,7 @@
|
|
|
8107
8240
|
"__schema": "TypeUnionSchema",
|
|
8108
8241
|
"location": {
|
|
8109
8242
|
"filePath": "application.main.runtime.ts",
|
|
8110
|
-
"line":
|
|
8243
|
+
"line": 288,
|
|
8111
8244
|
"character": 34
|
|
8112
8245
|
},
|
|
8113
8246
|
"types": [
|
|
@@ -8115,7 +8248,7 @@
|
|
|
8115
8248
|
"__schema": "KeywordTypeSchema",
|
|
8116
8249
|
"location": {
|
|
8117
8250
|
"filePath": "application.main.runtime.ts",
|
|
8118
|
-
"line":
|
|
8251
|
+
"line": 288,
|
|
8119
8252
|
"character": 34
|
|
8120
8253
|
},
|
|
8121
8254
|
"name": "string"
|
|
@@ -8124,7 +8257,7 @@
|
|
|
8124
8257
|
"__schema": "KeywordTypeSchema",
|
|
8125
8258
|
"location": {
|
|
8126
8259
|
"filePath": "application.main.runtime.ts",
|
|
8127
|
-
"line":
|
|
8260
|
+
"line": 288,
|
|
8128
8261
|
"character": 43
|
|
8129
8262
|
},
|
|
8130
8263
|
"name": "undefined"
|
|
@@ -8137,18 +8270,19 @@
|
|
|
8137
8270
|
"__schema": "FunctionLikeSchema",
|
|
8138
8271
|
"location": {
|
|
8139
8272
|
"filePath": "application.main.runtime.ts",
|
|
8140
|
-
"line":
|
|
8273
|
+
"line": 296,
|
|
8141
8274
|
"character": 3
|
|
8142
8275
|
},
|
|
8143
8276
|
"doc": {
|
|
8144
8277
|
"__schema": "DocSchema",
|
|
8145
8278
|
"location": {
|
|
8146
8279
|
"filePath": "application.main.runtime.ts",
|
|
8147
|
-
"line":
|
|
8280
|
+
"line": 292,
|
|
8148
8281
|
"character": 3
|
|
8149
8282
|
},
|
|
8150
|
-
"raw": "/**\n * get app to throw.\n */",
|
|
8151
|
-
"comment": "get app to throw."
|
|
8283
|
+
"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 */",
|
|
8284
|
+
"comment": "get app to throw.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
8285
|
+
"tags": []
|
|
8152
8286
|
},
|
|
8153
8287
|
"signature": "(method) ApplicationMain.getAppOrThrow(appName: string): Application",
|
|
8154
8288
|
"name": "getAppOrThrow",
|
|
@@ -8157,7 +8291,7 @@
|
|
|
8157
8291
|
"__schema": "ParameterSchema",
|
|
8158
8292
|
"location": {
|
|
8159
8293
|
"filePath": "application.main.runtime.ts",
|
|
8160
|
-
"line":
|
|
8294
|
+
"line": 296,
|
|
8161
8295
|
"character": 17
|
|
8162
8296
|
},
|
|
8163
8297
|
"name": "appName",
|
|
@@ -8165,7 +8299,7 @@
|
|
|
8165
8299
|
"__schema": "KeywordTypeSchema",
|
|
8166
8300
|
"location": {
|
|
8167
8301
|
"filePath": "application.main.runtime.ts",
|
|
8168
|
-
"line":
|
|
8302
|
+
"line": 296,
|
|
8169
8303
|
"character": 26
|
|
8170
8304
|
},
|
|
8171
8305
|
"name": "string"
|
|
@@ -8178,7 +8312,7 @@
|
|
|
8178
8312
|
"__schema": "TypeRefSchema",
|
|
8179
8313
|
"location": {
|
|
8180
8314
|
"filePath": "application.main.runtime.ts",
|
|
8181
|
-
"line":
|
|
8315
|
+
"line": 296,
|
|
8182
8316
|
"character": 3
|
|
8183
8317
|
},
|
|
8184
8318
|
"name": "Application"
|
|
@@ -8189,7 +8323,7 @@
|
|
|
8189
8323
|
"__schema": "VariableLikeSchema",
|
|
8190
8324
|
"location": {
|
|
8191
8325
|
"filePath": "application.main.runtime.ts",
|
|
8192
|
-
"line":
|
|
8326
|
+
"line": 302,
|
|
8193
8327
|
"character": 3
|
|
8194
8328
|
},
|
|
8195
8329
|
"signature": "(property) ApplicationMain.defaultOpts: ServeAppOptions",
|
|
@@ -8198,7 +8332,7 @@
|
|
|
8198
8332
|
"__schema": "TypeRefSchema",
|
|
8199
8333
|
"location": {
|
|
8200
8334
|
"filePath": "application.main.runtime.ts",
|
|
8201
|
-
"line":
|
|
8335
|
+
"line": 302,
|
|
8202
8336
|
"character": 3
|
|
8203
8337
|
},
|
|
8204
8338
|
"name": "ServeAppOptions",
|
|
@@ -8211,7 +8345,7 @@
|
|
|
8211
8345
|
"__schema": "FunctionLikeSchema",
|
|
8212
8346
|
"location": {
|
|
8213
8347
|
"filePath": "application.main.runtime.ts",
|
|
8214
|
-
"line":
|
|
8348
|
+
"line": 315,
|
|
8215
8349
|
"character": 3
|
|
8216
8350
|
},
|
|
8217
8351
|
"signature": "(method) ApplicationMain.loadAppsToSlot(): Promise<this>",
|
|
@@ -8221,7 +8355,7 @@
|
|
|
8221
8355
|
"__schema": "InferenceTypeSchema",
|
|
8222
8356
|
"location": {
|
|
8223
8357
|
"filePath": "application.main.runtime.ts",
|
|
8224
|
-
"line":
|
|
8358
|
+
"line": 315,
|
|
8225
8359
|
"character": 3
|
|
8226
8360
|
},
|
|
8227
8361
|
"type": "Promise<this>"
|
|
@@ -8234,9 +8368,20 @@
|
|
|
8234
8368
|
"__schema": "FunctionLikeSchema",
|
|
8235
8369
|
"location": {
|
|
8236
8370
|
"filePath": "application.main.runtime.ts",
|
|
8237
|
-
"line":
|
|
8371
|
+
"line": 325,
|
|
8238
8372
|
"character": 3
|
|
8239
8373
|
},
|
|
8374
|
+
"doc": {
|
|
8375
|
+
"__schema": "DocSchema",
|
|
8376
|
+
"location": {
|
|
8377
|
+
"filePath": "application.main.runtime.ts",
|
|
8378
|
+
"line": 321,
|
|
8379
|
+
"character": 3
|
|
8380
|
+
},
|
|
8381
|
+
"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 */",
|
|
8382
|
+
"comment": "run an app.\nmake sure to call `this.loadAllAppsAsAspects` before calling this method in case the app is not listed in workspace.jsonc",
|
|
8383
|
+
"tags": []
|
|
8384
|
+
},
|
|
8240
8385
|
"signature": "(method) ApplicationMain.runApp(appName: string, options?: ServeAppOptions): Promise<{\n app: Application;\n port: number | undefined;\n errors?: Error[] | undefined;\n isOldApi: boolean;\n}>",
|
|
8241
8386
|
"name": "runApp",
|
|
8242
8387
|
"params": [
|
|
@@ -8244,7 +8389,7 @@
|
|
|
8244
8389
|
"__schema": "ParameterSchema",
|
|
8245
8390
|
"location": {
|
|
8246
8391
|
"filePath": "application.main.runtime.ts",
|
|
8247
|
-
"line":
|
|
8392
|
+
"line": 326,
|
|
8248
8393
|
"character": 5
|
|
8249
8394
|
},
|
|
8250
8395
|
"name": "appName",
|
|
@@ -8252,7 +8397,7 @@
|
|
|
8252
8397
|
"__schema": "KeywordTypeSchema",
|
|
8253
8398
|
"location": {
|
|
8254
8399
|
"filePath": "application.main.runtime.ts",
|
|
8255
|
-
"line":
|
|
8400
|
+
"line": 326,
|
|
8256
8401
|
"character": 14
|
|
8257
8402
|
},
|
|
8258
8403
|
"name": "string"
|
|
@@ -8264,7 +8409,7 @@
|
|
|
8264
8409
|
"__schema": "ParameterSchema",
|
|
8265
8410
|
"location": {
|
|
8266
8411
|
"filePath": "application.main.runtime.ts",
|
|
8267
|
-
"line":
|
|
8412
|
+
"line": 327,
|
|
8268
8413
|
"character": 5
|
|
8269
8414
|
},
|
|
8270
8415
|
"name": "options",
|
|
@@ -8272,7 +8417,7 @@
|
|
|
8272
8417
|
"__schema": "TypeRefSchema",
|
|
8273
8418
|
"location": {
|
|
8274
8419
|
"filePath": "application.main.runtime.ts",
|
|
8275
|
-
"line":
|
|
8420
|
+
"line": 327,
|
|
8276
8421
|
"character": 15
|
|
8277
8422
|
},
|
|
8278
8423
|
"name": "ServeAppOptions",
|
|
@@ -8286,7 +8431,7 @@
|
|
|
8286
8431
|
"__schema": "TypeRefSchema",
|
|
8287
8432
|
"location": {
|
|
8288
8433
|
"filePath": "application.main.runtime.ts",
|
|
8289
|
-
"line":
|
|
8434
|
+
"line": 328,
|
|
8290
8435
|
"character": 6
|
|
8291
8436
|
},
|
|
8292
8437
|
"name": "Promise",
|
|
@@ -8295,7 +8440,7 @@
|
|
|
8295
8440
|
"__schema": "TypeLiteralSchema",
|
|
8296
8441
|
"location": {
|
|
8297
8442
|
"filePath": "application.main.runtime.ts",
|
|
8298
|
-
"line":
|
|
8443
|
+
"line": 328,
|
|
8299
8444
|
"character": 14
|
|
8300
8445
|
},
|
|
8301
8446
|
"members": [
|
|
@@ -8303,7 +8448,7 @@
|
|
|
8303
8448
|
"__schema": "VariableLikeSchema",
|
|
8304
8449
|
"location": {
|
|
8305
8450
|
"filePath": "application.main.runtime.ts",
|
|
8306
|
-
"line":
|
|
8451
|
+
"line": 329,
|
|
8307
8452
|
"character": 5
|
|
8308
8453
|
},
|
|
8309
8454
|
"signature": "(property) app: Application",
|
|
@@ -8312,7 +8457,7 @@
|
|
|
8312
8457
|
"__schema": "TypeRefSchema",
|
|
8313
8458
|
"location": {
|
|
8314
8459
|
"filePath": "application.main.runtime.ts",
|
|
8315
|
-
"line":
|
|
8460
|
+
"line": 329,
|
|
8316
8461
|
"character": 5
|
|
8317
8462
|
},
|
|
8318
8463
|
"name": "Application"
|
|
@@ -8323,7 +8468,7 @@
|
|
|
8323
8468
|
"__schema": "VariableLikeSchema",
|
|
8324
8469
|
"location": {
|
|
8325
8470
|
"filePath": "application.main.runtime.ts",
|
|
8326
|
-
"line":
|
|
8471
|
+
"line": 330,
|
|
8327
8472
|
"character": 5
|
|
8328
8473
|
},
|
|
8329
8474
|
"signature": "(property) port: number | undefined",
|
|
@@ -8332,7 +8477,7 @@
|
|
|
8332
8477
|
"__schema": "TypeUnionSchema",
|
|
8333
8478
|
"location": {
|
|
8334
8479
|
"filePath": "application.main.runtime.ts",
|
|
8335
|
-
"line":
|
|
8480
|
+
"line": 330,
|
|
8336
8481
|
"character": 11
|
|
8337
8482
|
},
|
|
8338
8483
|
"types": [
|
|
@@ -8340,7 +8485,7 @@
|
|
|
8340
8485
|
"__schema": "KeywordTypeSchema",
|
|
8341
8486
|
"location": {
|
|
8342
8487
|
"filePath": "application.main.runtime.ts",
|
|
8343
|
-
"line":
|
|
8488
|
+
"line": 330,
|
|
8344
8489
|
"character": 11
|
|
8345
8490
|
},
|
|
8346
8491
|
"name": "number"
|
|
@@ -8349,7 +8494,7 @@
|
|
|
8349
8494
|
"__schema": "KeywordTypeSchema",
|
|
8350
8495
|
"location": {
|
|
8351
8496
|
"filePath": "application.main.runtime.ts",
|
|
8352
|
-
"line":
|
|
8497
|
+
"line": 330,
|
|
8353
8498
|
"character": 20
|
|
8354
8499
|
},
|
|
8355
8500
|
"name": "undefined"
|
|
@@ -8362,7 +8507,7 @@
|
|
|
8362
8507
|
"__schema": "VariableLikeSchema",
|
|
8363
8508
|
"location": {
|
|
8364
8509
|
"filePath": "application.main.runtime.ts",
|
|
8365
|
-
"line":
|
|
8510
|
+
"line": 331,
|
|
8366
8511
|
"character": 5
|
|
8367
8512
|
},
|
|
8368
8513
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -8371,14 +8516,14 @@
|
|
|
8371
8516
|
"__schema": "TypeArraySchema",
|
|
8372
8517
|
"location": {
|
|
8373
8518
|
"filePath": "application.main.runtime.ts",
|
|
8374
|
-
"line":
|
|
8519
|
+
"line": 331,
|
|
8375
8520
|
"character": 14
|
|
8376
8521
|
},
|
|
8377
8522
|
"type": {
|
|
8378
8523
|
"__schema": "TypeRefSchema",
|
|
8379
8524
|
"location": {
|
|
8380
8525
|
"filePath": "application.main.runtime.ts",
|
|
8381
|
-
"line":
|
|
8526
|
+
"line": 331,
|
|
8382
8527
|
"character": 14
|
|
8383
8528
|
},
|
|
8384
8529
|
"name": "Error"
|
|
@@ -8390,7 +8535,7 @@
|
|
|
8390
8535
|
"__schema": "VariableLikeSchema",
|
|
8391
8536
|
"location": {
|
|
8392
8537
|
"filePath": "application.main.runtime.ts",
|
|
8393
|
-
"line":
|
|
8538
|
+
"line": 332,
|
|
8394
8539
|
"character": 5
|
|
8395
8540
|
},
|
|
8396
8541
|
"signature": "(property) isOldApi: boolean",
|
|
@@ -8399,7 +8544,7 @@
|
|
|
8399
8544
|
"__schema": "KeywordTypeSchema",
|
|
8400
8545
|
"location": {
|
|
8401
8546
|
"filePath": "application.main.runtime.ts",
|
|
8402
|
-
"line":
|
|
8547
|
+
"line": 332,
|
|
8403
8548
|
"character": 15
|
|
8404
8549
|
},
|
|
8405
8550
|
"name": "boolean"
|
|
@@ -8418,18 +8563,19 @@
|
|
|
8418
8563
|
"__schema": "FunctionLikeSchema",
|
|
8419
8564
|
"location": {
|
|
8420
8565
|
"filePath": "application.main.runtime.ts",
|
|
8421
|
-
"line":
|
|
8566
|
+
"line": 361,
|
|
8422
8567
|
"character": 3
|
|
8423
8568
|
},
|
|
8424
8569
|
"doc": {
|
|
8425
8570
|
"__schema": "DocSchema",
|
|
8426
8571
|
"location": {
|
|
8427
8572
|
"filePath": "application.main.runtime.ts",
|
|
8428
|
-
"line":
|
|
8573
|
+
"line": 358,
|
|
8429
8574
|
"character": 3
|
|
8430
8575
|
},
|
|
8431
8576
|
"raw": "/**\n * get the component ID of a certain app.\n */",
|
|
8432
|
-
"comment": "get the component ID of a certain app."
|
|
8577
|
+
"comment": "get the component ID of a certain app.",
|
|
8578
|
+
"tags": []
|
|
8433
8579
|
},
|
|
8434
8580
|
"signature": "(method) ApplicationMain.getAppIdOrThrow(appName: string): Promise<ComponentID>",
|
|
8435
8581
|
"name": "getAppIdOrThrow",
|
|
@@ -8438,7 +8584,7 @@
|
|
|
8438
8584
|
"__schema": "ParameterSchema",
|
|
8439
8585
|
"location": {
|
|
8440
8586
|
"filePath": "application.main.runtime.ts",
|
|
8441
|
-
"line":
|
|
8587
|
+
"line": 361,
|
|
8442
8588
|
"character": 25
|
|
8443
8589
|
},
|
|
8444
8590
|
"name": "appName",
|
|
@@ -8446,7 +8592,7 @@
|
|
|
8446
8592
|
"__schema": "KeywordTypeSchema",
|
|
8447
8593
|
"location": {
|
|
8448
8594
|
"filePath": "application.main.runtime.ts",
|
|
8449
|
-
"line":
|
|
8595
|
+
"line": 361,
|
|
8450
8596
|
"character": 34
|
|
8451
8597
|
},
|
|
8452
8598
|
"name": "string"
|
|
@@ -8459,7 +8605,7 @@
|
|
|
8459
8605
|
"__schema": "InferenceTypeSchema",
|
|
8460
8606
|
"location": {
|
|
8461
8607
|
"filePath": "application.main.runtime.ts",
|
|
8462
|
-
"line":
|
|
8608
|
+
"line": 361,
|
|
8463
8609
|
"character": 3
|
|
8464
8610
|
},
|
|
8465
8611
|
"type": "Promise<ComponentID>"
|
|
@@ -8472,7 +8618,7 @@
|
|
|
8472
8618
|
"__schema": "FunctionLikeSchema",
|
|
8473
8619
|
"location": {
|
|
8474
8620
|
"filePath": "application.main.runtime.ts",
|
|
8475
|
-
"line":
|
|
8621
|
+
"line": 401,
|
|
8476
8622
|
"character": 3
|
|
8477
8623
|
},
|
|
8478
8624
|
"signature": "(method) ApplicationMain.createAppBuildContext(id: ComponentID, appName: string, capsuleRootDir: string, rootDir?: string): Promise<AppContext>",
|
|
@@ -8482,7 +8628,7 @@
|
|
|
8482
8628
|
"__schema": "ParameterSchema",
|
|
8483
8629
|
"location": {
|
|
8484
8630
|
"filePath": "application.main.runtime.ts",
|
|
8485
|
-
"line":
|
|
8631
|
+
"line": 401,
|
|
8486
8632
|
"character": 31
|
|
8487
8633
|
},
|
|
8488
8634
|
"name": "id",
|
|
@@ -8490,7 +8636,7 @@
|
|
|
8490
8636
|
"__schema": "TypeRefSchema",
|
|
8491
8637
|
"location": {
|
|
8492
8638
|
"filePath": "application.main.runtime.ts",
|
|
8493
|
-
"line":
|
|
8639
|
+
"line": 401,
|
|
8494
8640
|
"character": 35
|
|
8495
8641
|
},
|
|
8496
8642
|
"name": "ComponentID",
|
|
@@ -8506,7 +8652,7 @@
|
|
|
8506
8652
|
"__schema": "ParameterSchema",
|
|
8507
8653
|
"location": {
|
|
8508
8654
|
"filePath": "application.main.runtime.ts",
|
|
8509
|
-
"line":
|
|
8655
|
+
"line": 401,
|
|
8510
8656
|
"character": 48
|
|
8511
8657
|
},
|
|
8512
8658
|
"name": "appName",
|
|
@@ -8514,7 +8660,7 @@
|
|
|
8514
8660
|
"__schema": "KeywordTypeSchema",
|
|
8515
8661
|
"location": {
|
|
8516
8662
|
"filePath": "application.main.runtime.ts",
|
|
8517
|
-
"line":
|
|
8663
|
+
"line": 401,
|
|
8518
8664
|
"character": 57
|
|
8519
8665
|
},
|
|
8520
8666
|
"name": "string"
|
|
@@ -8526,7 +8672,7 @@
|
|
|
8526
8672
|
"__schema": "ParameterSchema",
|
|
8527
8673
|
"location": {
|
|
8528
8674
|
"filePath": "application.main.runtime.ts",
|
|
8529
|
-
"line":
|
|
8675
|
+
"line": 401,
|
|
8530
8676
|
"character": 65
|
|
8531
8677
|
},
|
|
8532
8678
|
"name": "capsuleRootDir",
|
|
@@ -8534,7 +8680,7 @@
|
|
|
8534
8680
|
"__schema": "KeywordTypeSchema",
|
|
8535
8681
|
"location": {
|
|
8536
8682
|
"filePath": "application.main.runtime.ts",
|
|
8537
|
-
"line":
|
|
8683
|
+
"line": 401,
|
|
8538
8684
|
"character": 81
|
|
8539
8685
|
},
|
|
8540
8686
|
"name": "string"
|
|
@@ -8546,7 +8692,7 @@
|
|
|
8546
8692
|
"__schema": "ParameterSchema",
|
|
8547
8693
|
"location": {
|
|
8548
8694
|
"filePath": "application.main.runtime.ts",
|
|
8549
|
-
"line":
|
|
8695
|
+
"line": 401,
|
|
8550
8696
|
"character": 89
|
|
8551
8697
|
},
|
|
8552
8698
|
"name": "rootDir",
|
|
@@ -8554,7 +8700,7 @@
|
|
|
8554
8700
|
"__schema": "KeywordTypeSchema",
|
|
8555
8701
|
"location": {
|
|
8556
8702
|
"filePath": "application.main.runtime.ts",
|
|
8557
|
-
"line":
|
|
8703
|
+
"line": 401,
|
|
8558
8704
|
"character": 99
|
|
8559
8705
|
},
|
|
8560
8706
|
"name": "string"
|
|
@@ -8567,7 +8713,7 @@
|
|
|
8567
8713
|
"__schema": "InferenceTypeSchema",
|
|
8568
8714
|
"location": {
|
|
8569
8715
|
"filePath": "application.main.runtime.ts",
|
|
8570
|
-
"line":
|
|
8716
|
+
"line": 401,
|
|
8571
8717
|
"character": 3
|
|
8572
8718
|
},
|
|
8573
8719
|
"type": "Promise<AppContext>"
|
|
@@ -8580,7 +8726,7 @@
|
|
|
8580
8726
|
"__schema": "VariableLikeSchema",
|
|
8581
8727
|
"location": {
|
|
8582
8728
|
"filePath": "application.main.runtime.ts",
|
|
8583
|
-
"line":
|
|
8729
|
+
"line": 427,
|
|
8584
8730
|
"character": 3
|
|
8585
8731
|
},
|
|
8586
8732
|
"signature": "(property) ApplicationMain.runtime: RuntimeDefinition",
|
|
@@ -8589,7 +8735,7 @@
|
|
|
8589
8735
|
"__schema": "InferenceTypeSchema",
|
|
8590
8736
|
"location": {
|
|
8591
8737
|
"filePath": "application.main.runtime.ts",
|
|
8592
|
-
"line":
|
|
8738
|
+
"line": 427,
|
|
8593
8739
|
"character": 3
|
|
8594
8740
|
},
|
|
8595
8741
|
"type": "RuntimeDefinition"
|
|
@@ -8601,7 +8747,7 @@
|
|
|
8601
8747
|
"__schema": "VariableLikeSchema",
|
|
8602
8748
|
"location": {
|
|
8603
8749
|
"filePath": "application.main.runtime.ts",
|
|
8604
|
-
"line":
|
|
8750
|
+
"line": 428,
|
|
8605
8751
|
"character": 3
|
|
8606
8752
|
},
|
|
8607
8753
|
"signature": "(property) ApplicationMain.dependencies: Aspect[]",
|
|
@@ -8610,7 +8756,7 @@
|
|
|
8610
8756
|
"__schema": "InferenceTypeSchema",
|
|
8611
8757
|
"location": {
|
|
8612
8758
|
"filePath": "application.main.runtime.ts",
|
|
8613
|
-
"line":
|
|
8759
|
+
"line": 428,
|
|
8614
8760
|
"character": 3
|
|
8615
8761
|
},
|
|
8616
8762
|
"type": "Aspect[]"
|
|
@@ -8622,7 +8768,7 @@
|
|
|
8622
8768
|
"__schema": "VariableLikeSchema",
|
|
8623
8769
|
"location": {
|
|
8624
8770
|
"filePath": "application.main.runtime.ts",
|
|
8625
|
-
"line":
|
|
8771
|
+
"line": 440,
|
|
8626
8772
|
"character": 3
|
|
8627
8773
|
},
|
|
8628
8774
|
"signature": "(property) ApplicationMain.slots: (((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -8631,7 +8777,7 @@
|
|
|
8631
8777
|
"__schema": "InferenceTypeSchema",
|
|
8632
8778
|
"location": {
|
|
8633
8779
|
"filePath": "application.main.runtime.ts",
|
|
8634
|
-
"line":
|
|
8780
|
+
"line": 440,
|
|
8635
8781
|
"character": 3
|
|
8636
8782
|
},
|
|
8637
8783
|
"type": "(((registerFn: () => string) => SlotRegistry<ApplicationType<unknown>[]>) | ((registerFn: () => string) => SlotRegistry<Application[]>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -8643,7 +8789,7 @@
|
|
|
8643
8789
|
"__schema": "FunctionLikeSchema",
|
|
8644
8790
|
"location": {
|
|
8645
8791
|
"filePath": "application.main.runtime.ts",
|
|
8646
|
-
"line":
|
|
8792
|
+
"line": 446,
|
|
8647
8793
|
"character": 3
|
|
8648
8794
|
},
|
|
8649
8795
|
"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>",
|
|
@@ -8653,7 +8799,7 @@
|
|
|
8653
8799
|
"__schema": "ParameterSchema",
|
|
8654
8800
|
"location": {
|
|
8655
8801
|
"filePath": "application.main.runtime.ts",
|
|
8656
|
-
"line":
|
|
8802
|
+
"line": 447,
|
|
8657
8803
|
"character": 5
|
|
8658
8804
|
},
|
|
8659
8805
|
"name": "[ cli, loggerAspect, builder, envs, component, aspectLoader, workspace, watcher, scope ]",
|
|
@@ -8661,7 +8807,7 @@
|
|
|
8661
8807
|
"__schema": "TupleTypeSchema",
|
|
8662
8808
|
"location": {
|
|
8663
8809
|
"filePath": "application.main.runtime.ts",
|
|
8664
|
-
"line":
|
|
8810
|
+
"line": 447,
|
|
8665
8811
|
"character": 93
|
|
8666
8812
|
},
|
|
8667
8813
|
"elements": [
|
|
@@ -8669,7 +8815,7 @@
|
|
|
8669
8815
|
"__schema": "TypeRefSchema",
|
|
8670
8816
|
"location": {
|
|
8671
8817
|
"filePath": "application.main.runtime.ts",
|
|
8672
|
-
"line":
|
|
8818
|
+
"line": 448,
|
|
8673
8819
|
"character": 7
|
|
8674
8820
|
},
|
|
8675
8821
|
"name": "CLIMain",
|
|
@@ -8682,7 +8828,7 @@
|
|
|
8682
8828
|
"__schema": "TypeRefSchema",
|
|
8683
8829
|
"location": {
|
|
8684
8830
|
"filePath": "application.main.runtime.ts",
|
|
8685
|
-
"line":
|
|
8831
|
+
"line": 449,
|
|
8686
8832
|
"character": 7
|
|
8687
8833
|
},
|
|
8688
8834
|
"name": "LoggerMain",
|
|
@@ -8695,7 +8841,7 @@
|
|
|
8695
8841
|
"__schema": "TypeRefSchema",
|
|
8696
8842
|
"location": {
|
|
8697
8843
|
"filePath": "application.main.runtime.ts",
|
|
8698
|
-
"line":
|
|
8844
|
+
"line": 450,
|
|
8699
8845
|
"character": 7
|
|
8700
8846
|
},
|
|
8701
8847
|
"name": "BuilderMain",
|
|
@@ -8708,7 +8854,7 @@
|
|
|
8708
8854
|
"__schema": "TypeRefSchema",
|
|
8709
8855
|
"location": {
|
|
8710
8856
|
"filePath": "application.main.runtime.ts",
|
|
8711
|
-
"line":
|
|
8857
|
+
"line": 451,
|
|
8712
8858
|
"character": 7
|
|
8713
8859
|
},
|
|
8714
8860
|
"name": "EnvsMain",
|
|
@@ -8721,7 +8867,7 @@
|
|
|
8721
8867
|
"__schema": "TypeRefSchema",
|
|
8722
8868
|
"location": {
|
|
8723
8869
|
"filePath": "application.main.runtime.ts",
|
|
8724
|
-
"line":
|
|
8870
|
+
"line": 452,
|
|
8725
8871
|
"character": 7
|
|
8726
8872
|
},
|
|
8727
8873
|
"name": "ComponentMain",
|
|
@@ -8734,7 +8880,7 @@
|
|
|
8734
8880
|
"__schema": "TypeRefSchema",
|
|
8735
8881
|
"location": {
|
|
8736
8882
|
"filePath": "application.main.runtime.ts",
|
|
8737
|
-
"line":
|
|
8883
|
+
"line": 453,
|
|
8738
8884
|
"character": 7
|
|
8739
8885
|
},
|
|
8740
8886
|
"name": "AspectLoaderMain",
|
|
@@ -8747,7 +8893,7 @@
|
|
|
8747
8893
|
"__schema": "TypeRefSchema",
|
|
8748
8894
|
"location": {
|
|
8749
8895
|
"filePath": "application.main.runtime.ts",
|
|
8750
|
-
"line":
|
|
8896
|
+
"line": 454,
|
|
8751
8897
|
"character": 7
|
|
8752
8898
|
},
|
|
8753
8899
|
"name": "Workspace",
|
|
@@ -8760,7 +8906,7 @@
|
|
|
8760
8906
|
"__schema": "TypeRefSchema",
|
|
8761
8907
|
"location": {
|
|
8762
8908
|
"filePath": "application.main.runtime.ts",
|
|
8763
|
-
"line":
|
|
8909
|
+
"line": 455,
|
|
8764
8910
|
"character": 7
|
|
8765
8911
|
},
|
|
8766
8912
|
"name": "WatcherMain",
|
|
@@ -8773,7 +8919,7 @@
|
|
|
8773
8919
|
"__schema": "TypeRefSchema",
|
|
8774
8920
|
"location": {
|
|
8775
8921
|
"filePath": "application.main.runtime.ts",
|
|
8776
|
-
"line":
|
|
8922
|
+
"line": 456,
|
|
8777
8923
|
"character": 7
|
|
8778
8924
|
},
|
|
8779
8925
|
"name": "ScopeMain",
|
|
@@ -8791,7 +8937,7 @@
|
|
|
8791
8937
|
"__schema": "ParameterSchema",
|
|
8792
8938
|
"location": {
|
|
8793
8939
|
"filePath": "application.main.runtime.ts",
|
|
8794
|
-
"line":
|
|
8940
|
+
"line": 458,
|
|
8795
8941
|
"character": 5
|
|
8796
8942
|
},
|
|
8797
8943
|
"name": "config",
|
|
@@ -8799,7 +8945,7 @@
|
|
|
8799
8945
|
"__schema": "TypeRefSchema",
|
|
8800
8946
|
"location": {
|
|
8801
8947
|
"filePath": "application.main.runtime.ts",
|
|
8802
|
-
"line":
|
|
8948
|
+
"line": 458,
|
|
8803
8949
|
"character": 13
|
|
8804
8950
|
},
|
|
8805
8951
|
"name": "ApplicationAspectConfig",
|
|
@@ -8812,7 +8958,7 @@
|
|
|
8812
8958
|
"__schema": "ParameterSchema",
|
|
8813
8959
|
"location": {
|
|
8814
8960
|
"filePath": "application.main.runtime.ts",
|
|
8815
|
-
"line":
|
|
8961
|
+
"line": 459,
|
|
8816
8962
|
"character": 5
|
|
8817
8963
|
},
|
|
8818
8964
|
"name": "[ appTypeSlot, appSlot, deploymentProviderSlot ]",
|
|
@@ -8820,7 +8966,7 @@
|
|
|
8820
8966
|
"__schema": "TupleTypeSchema",
|
|
8821
8967
|
"location": {
|
|
8822
8968
|
"filePath": "application.main.runtime.ts",
|
|
8823
|
-
"line":
|
|
8969
|
+
"line": 459,
|
|
8824
8970
|
"character": 53
|
|
8825
8971
|
},
|
|
8826
8972
|
"elements": [
|
|
@@ -8828,7 +8974,7 @@
|
|
|
8828
8974
|
"__schema": "TypeRefSchema",
|
|
8829
8975
|
"location": {
|
|
8830
8976
|
"filePath": "application.main.runtime.ts",
|
|
8831
|
-
"line":
|
|
8977
|
+
"line": 459,
|
|
8832
8978
|
"character": 54
|
|
8833
8979
|
},
|
|
8834
8980
|
"name": "ApplicationTypeSlot",
|
|
@@ -8838,7 +8984,7 @@
|
|
|
8838
8984
|
"__schema": "TypeRefSchema",
|
|
8839
8985
|
"location": {
|
|
8840
8986
|
"filePath": "application.main.runtime.ts",
|
|
8841
|
-
"line":
|
|
8987
|
+
"line": 459,
|
|
8842
8988
|
"character": 75
|
|
8843
8989
|
},
|
|
8844
8990
|
"name": "ApplicationSlot",
|
|
@@ -8848,7 +8994,7 @@
|
|
|
8848
8994
|
"__schema": "TypeRefSchema",
|
|
8849
8995
|
"location": {
|
|
8850
8996
|
"filePath": "application.main.runtime.ts",
|
|
8851
|
-
"line":
|
|
8997
|
+
"line": 459,
|
|
8852
8998
|
"character": 92
|
|
8853
8999
|
},
|
|
8854
9000
|
"name": "DeploymentProviderSlot",
|
|
@@ -8863,7 +9009,7 @@
|
|
|
8863
9009
|
"__schema": "ParameterSchema",
|
|
8864
9010
|
"location": {
|
|
8865
9011
|
"filePath": "application.main.runtime.ts",
|
|
8866
|
-
"line":
|
|
9012
|
+
"line": 460,
|
|
8867
9013
|
"character": 5
|
|
8868
9014
|
},
|
|
8869
9015
|
"name": "harmony",
|
|
@@ -8871,7 +9017,7 @@
|
|
|
8871
9017
|
"__schema": "TypeRefSchema",
|
|
8872
9018
|
"location": {
|
|
8873
9019
|
"filePath": "application.main.runtime.ts",
|
|
8874
|
-
"line":
|
|
9020
|
+
"line": 460,
|
|
8875
9021
|
"character": 14
|
|
8876
9022
|
},
|
|
8877
9023
|
"name": "Harmony",
|
|
@@ -8889,7 +9035,7 @@
|
|
|
8889
9035
|
"__schema": "InferenceTypeSchema",
|
|
8890
9036
|
"location": {
|
|
8891
9037
|
"filePath": "application.main.runtime.ts",
|
|
8892
|
-
"line":
|
|
9038
|
+
"line": 446,
|
|
8893
9039
|
"character": 3
|
|
8894
9040
|
},
|
|
8895
9041
|
"type": "Promise<ApplicationMain>"
|
|
@@ -8909,7 +9055,7 @@
|
|
|
8909
9055
|
"__schema": "UnImplementedSchema",
|
|
8910
9056
|
"location": {
|
|
8911
9057
|
"filePath": "application.main.runtime.ts",
|
|
8912
|
-
"line":
|
|
9058
|
+
"line": 510,
|
|
8913
9059
|
"character": 1
|
|
8914
9060
|
},
|
|
8915
9061
|
"name": "ApplicationAspect.addRuntime(ApplicationMain);",
|
|
@@ -9206,7 +9352,8 @@
|
|
|
9206
9352
|
"character": 3
|
|
9207
9353
|
},
|
|
9208
9354
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
9209
|
-
"comment": "return a logger instance for the env."
|
|
9355
|
+
"comment": "return a logger instance for the env.",
|
|
9356
|
+
"tags": []
|
|
9210
9357
|
},
|
|
9211
9358
|
"signature": "(method) AppContext.createLogger(name?: string): Logger",
|
|
9212
9359
|
"name": "createLogger",
|
|
@@ -9262,7 +9409,8 @@
|
|
|
9262
9409
|
"character": 3
|
|
9263
9410
|
},
|
|
9264
9411
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
9265
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
9412
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
9413
|
+
"tags": []
|
|
9266
9414
|
},
|
|
9267
9415
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined",
|
|
9268
9416
|
"name": "getAspect",
|
|
@@ -9419,7 +9567,7 @@
|
|
|
9419
9567
|
"_legacy": {
|
|
9420
9568
|
"scope": "teambit.harmony",
|
|
9421
9569
|
"name": "application",
|
|
9422
|
-
"version": "1.0.
|
|
9570
|
+
"version": "1.0.312"
|
|
9423
9571
|
},
|
|
9424
9572
|
"_scope": "teambit.harmony"
|
|
9425
9573
|
}
|
|
@@ -10010,7 +10158,7 @@
|
|
|
10010
10158
|
"_legacy": {
|
|
10011
10159
|
"scope": "teambit.harmony",
|
|
10012
10160
|
"name": "application",
|
|
10013
|
-
"version": "1.0.
|
|
10161
|
+
"version": "1.0.312"
|
|
10014
10162
|
},
|
|
10015
10163
|
"_scope": "teambit.harmony"
|
|
10016
10164
|
}
|
|
@@ -10338,7 +10486,8 @@
|
|
|
10338
10486
|
"character": 3
|
|
10339
10487
|
},
|
|
10340
10488
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
10341
|
-
"comment": "return a logger instance for the env."
|
|
10489
|
+
"comment": "return a logger instance for the env.",
|
|
10490
|
+
"tags": []
|
|
10342
10491
|
},
|
|
10343
10492
|
"signature": "(method) AppContext.createLogger(name?: string): Logger"
|
|
10344
10493
|
},
|
|
@@ -10412,7 +10561,8 @@
|
|
|
10412
10561
|
"character": 3
|
|
10413
10562
|
},
|
|
10414
10563
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
10415
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
10564
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
10565
|
+
"tags": []
|
|
10416
10566
|
},
|
|
10417
10567
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined"
|
|
10418
10568
|
},
|
|
@@ -10517,7 +10667,7 @@
|
|
|
10517
10667
|
"_legacy": {
|
|
10518
10668
|
"scope": "teambit.harmony",
|
|
10519
10669
|
"name": "application",
|
|
10520
|
-
"version": "1.0.
|
|
10670
|
+
"version": "1.0.312"
|
|
10521
10671
|
},
|
|
10522
10672
|
"_scope": "teambit.harmony"
|
|
10523
10673
|
}
|
|
@@ -10728,7 +10878,7 @@
|
|
|
10728
10878
|
"_legacy": {
|
|
10729
10879
|
"scope": "teambit.harmony",
|
|
10730
10880
|
"name": "application",
|
|
10731
|
-
"version": "1.0.
|
|
10881
|
+
"version": "1.0.312"
|
|
10732
10882
|
},
|
|
10733
10883
|
"_scope": "teambit.harmony"
|
|
10734
10884
|
}
|
|
@@ -11056,7 +11206,8 @@
|
|
|
11056
11206
|
"character": 3
|
|
11057
11207
|
},
|
|
11058
11208
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
|
11059
|
-
"comment": "return a logger instance for the env."
|
|
11209
|
+
"comment": "return a logger instance for the env.",
|
|
11210
|
+
"tags": []
|
|
11060
11211
|
},
|
|
11061
11212
|
"signature": "(method) AppContext.createLogger(name?: string): Logger"
|
|
11062
11213
|
},
|
|
@@ -11130,7 +11281,8 @@
|
|
|
11130
11281
|
"character": 3
|
|
11131
11282
|
},
|
|
11132
11283
|
"raw": "/**\n * get an instance of an aspect.\n * make sure it is loaded prior to requesting it.\n */",
|
|
11133
|
-
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it."
|
|
11284
|
+
"comment": "get an instance of an aspect.\nmake sure it is loaded prior to requesting it.",
|
|
11285
|
+
"tags": []
|
|
11134
11286
|
},
|
|
11135
11287
|
"signature": "(method) AppContext.getAspect<T>(aspectId: string): T | undefined"
|
|
11136
11288
|
},
|
|
@@ -11235,7 +11387,7 @@
|
|
|
11235
11387
|
"_legacy": {
|
|
11236
11388
|
"scope": "teambit.harmony",
|
|
11237
11389
|
"name": "application",
|
|
11238
|
-
"version": "1.0.
|
|
11390
|
+
"version": "1.0.312"
|
|
11239
11391
|
},
|
|
11240
11392
|
"_scope": "teambit.harmony"
|
|
11241
11393
|
}
|
|
@@ -11701,7 +11853,8 @@
|
|
|
11701
11853
|
"character": 3
|
|
11702
11854
|
},
|
|
11703
11855
|
"raw": "/**\n * errors thrown during the build process.\n */",
|
|
11704
|
-
"comment": "errors thrown during the build process."
|
|
11856
|
+
"comment": "errors thrown during the build process.",
|
|
11857
|
+
"tags": []
|
|
11705
11858
|
},
|
|
11706
11859
|
"signature": "(property) AppBuildResult.errors?: Error[] | undefined",
|
|
11707
11860
|
"name": "errors",
|
|
@@ -11739,7 +11892,8 @@
|
|
|
11739
11892
|
"character": 3
|
|
11740
11893
|
},
|
|
11741
11894
|
"raw": "/**\n * warnings thrown during the build process.\n */",
|
|
11742
|
-
"comment": "warnings thrown during the build process."
|
|
11895
|
+
"comment": "warnings thrown during the build process.",
|
|
11896
|
+
"tags": []
|
|
11743
11897
|
},
|
|
11744
11898
|
"signature": "(property) AppBuildResult.warnings?: string[] | undefined",
|
|
11745
11899
|
"name": "warnings",
|
|
@@ -11777,7 +11931,8 @@
|
|
|
11777
11931
|
"character": 3
|
|
11778
11932
|
},
|
|
11779
11933
|
"raw": "/**\n * metadata to persist.\n * this is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\n * in some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\n * gets is what saved into the objects.\n * examples of data that gets save here:\n * React: { publicDir, ssrPublicDir }.\n * Node: { mainFile, artifactsDir }.\n */",
|
|
11780
|
-
"comment": "metadata to persist.\nthis is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\nin some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\ngets is what saved into the objects.\nexamples of data that gets save here:\nReact: { publicDir, ssrPublicDir }.\nNode: { mainFile, artifactsDir }."
|
|
11934
|
+
"comment": "metadata to persist.\nthis is the only property that actually gets saved into the objects (in builder aspect, aspectsData.buildDeployContexts[deployContext]).\nin some scenarios, the build and deploy pipelines run in different processes, and then the only data the deploy\ngets is what saved into the objects.\nexamples of data that gets save here:\nReact: { publicDir, ssrPublicDir }.\nNode: { mainFile, artifactsDir }.",
|
|
11935
|
+
"tags": []
|
|
11781
11936
|
},
|
|
11782
11937
|
"signature": "(property) AppBuildResult.metadata?: Record<string, any> | undefined",
|
|
11783
11938
|
"name": "metadata",
|
|
@@ -11851,7 +12006,8 @@
|
|
|
11851
12006
|
"character": 3
|
|
11852
12007
|
},
|
|
11853
12008
|
"raw": "/**\n * return a template list instance.\n */",
|
|
11854
|
-
"comment": "return a template list instance."
|
|
12009
|
+
"comment": "return a template list instance.",
|
|
12010
|
+
"tags": []
|
|
11855
12011
|
},
|
|
11856
12012
|
"signature": "(method) AppsEnv.apps?(): EnvHandler<AppTypeList>",
|
|
11857
12013
|
"name": "apps",
|
|
@@ -12232,7 +12388,7 @@
|
|
|
12232
12388
|
"componentId": {
|
|
12233
12389
|
"scope": "teambit.harmony",
|
|
12234
12390
|
"name": "application",
|
|
12235
|
-
"version": "1.0.
|
|
12391
|
+
"version": "1.0.312"
|
|
12236
12392
|
},
|
|
12237
12393
|
"taggedModuleExports": []
|
|
12238
12394
|
}
|