@teambit/global-config 0.0.900 → 0.0.902
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_global_config-preview.js +1 -1
- package/artifacts/schema.json +140 -140
- package/dist/config-cmd.d.ts +4 -0
- package/dist/config-cmd.js +4 -0
- package/dist/config-cmd.js.map +1 -1
- package/dist/global-config.main.runtime.js +8 -1
- package/dist/global-config.main.runtime.js.map +1 -1
- package/dist/{preview-1719717687832.js → preview-1719890668338.js} +2 -2
- package/dist/remote-cmd.d.ts +36 -0
- package/dist/remote-cmd.js +105 -0
- package/dist/remote-cmd.js.map +1 -0
- package/dist/remote.d.ts +4 -0
- package/dist/remote.js +95 -0
- package/dist/remote.js.map +1 -0
- package/package.json +8 -3
package/artifacts/schema.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
"__schema": "ClassSchema",
|
26
26
|
"location": {
|
27
27
|
"filePath": "global-config.main.runtime.ts",
|
28
|
-
"line":
|
28
|
+
"line": 28,
|
29
29
|
"character": 1
|
30
30
|
},
|
31
31
|
"signature": "class GlobalConfigMain",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"__schema": "VariableLikeSchema",
|
36
36
|
"location": {
|
37
37
|
"filePath": "global-config.main.runtime.ts",
|
38
|
-
"line":
|
38
|
+
"line": 29,
|
39
39
|
"character": 3
|
40
40
|
},
|
41
41
|
"signature": "(property) GlobalConfigMain.runtime: RuntimeDefinition",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"__schema": "InferenceTypeSchema",
|
45
45
|
"location": {
|
46
46
|
"filePath": "global-config.main.runtime.ts",
|
47
|
-
"line":
|
47
|
+
"line": 29,
|
48
48
|
"character": 3
|
49
49
|
},
|
50
50
|
"type": "RuntimeDefinition"
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"__schema": "VariableLikeSchema",
|
57
57
|
"location": {
|
58
58
|
"filePath": "global-config.main.runtime.ts",
|
59
|
-
"line":
|
59
|
+
"line": 30,
|
60
60
|
"character": 3
|
61
61
|
},
|
62
62
|
"signature": "(property) GlobalConfigMain.dependencies: Aspect[]",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"__schema": "InferenceTypeSchema",
|
66
66
|
"location": {
|
67
67
|
"filePath": "global-config.main.runtime.ts",
|
68
|
-
"line":
|
68
|
+
"line": 30,
|
69
69
|
"character": 3
|
70
70
|
},
|
71
71
|
"type": "Aspect[]"
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"__schema": "VariableLikeSchema",
|
78
78
|
"location": {
|
79
79
|
"filePath": "global-config.main.runtime.ts",
|
80
|
-
"line":
|
80
|
+
"line": 31,
|
81
81
|
"character": 3
|
82
82
|
},
|
83
83
|
"signature": "(property) GlobalConfigMain.slots: never[]",
|
@@ -86,7 +86,7 @@
|
|
86
86
|
"__schema": "InferenceTypeSchema",
|
87
87
|
"location": {
|
88
88
|
"filePath": "global-config.main.runtime.ts",
|
89
|
-
"line":
|
89
|
+
"line": 31,
|
90
90
|
"character": 3
|
91
91
|
},
|
92
92
|
"type": "never[]"
|
@@ -98,7 +98,7 @@
|
|
98
98
|
"__schema": "FunctionLikeSchema",
|
99
99
|
"location": {
|
100
100
|
"filePath": "global-config.main.runtime.ts",
|
101
|
-
"line":
|
101
|
+
"line": 33,
|
102
102
|
"character": 3
|
103
103
|
},
|
104
104
|
"signature": "(method) GlobalConfigMain.get(key: string): Promise<string | undefined>",
|
@@ -108,7 +108,7 @@
|
|
108
108
|
"__schema": "ParameterSchema",
|
109
109
|
"location": {
|
110
110
|
"filePath": "global-config.main.runtime.ts",
|
111
|
-
"line":
|
111
|
+
"line": 33,
|
112
112
|
"character": 13
|
113
113
|
},
|
114
114
|
"name": "key",
|
@@ -116,7 +116,7 @@
|
|
116
116
|
"__schema": "KeywordTypeSchema",
|
117
117
|
"location": {
|
118
118
|
"filePath": "global-config.main.runtime.ts",
|
119
|
-
"line":
|
119
|
+
"line": 33,
|
120
120
|
"character": 18
|
121
121
|
},
|
122
122
|
"name": "string"
|
@@ -129,7 +129,7 @@
|
|
129
129
|
"__schema": "TypeRefSchema",
|
130
130
|
"location": {
|
131
131
|
"filePath": "global-config.main.runtime.ts",
|
132
|
-
"line":
|
132
|
+
"line": 33,
|
133
133
|
"character": 27
|
134
134
|
},
|
135
135
|
"name": "Promise",
|
@@ -138,7 +138,7 @@
|
|
138
138
|
"__schema": "TypeUnionSchema",
|
139
139
|
"location": {
|
140
140
|
"filePath": "global-config.main.runtime.ts",
|
141
|
-
"line":
|
141
|
+
"line": 33,
|
142
142
|
"character": 35
|
143
143
|
},
|
144
144
|
"types": [
|
@@ -146,7 +146,7 @@
|
|
146
146
|
"__schema": "KeywordTypeSchema",
|
147
147
|
"location": {
|
148
148
|
"filePath": "global-config.main.runtime.ts",
|
149
|
-
"line":
|
149
|
+
"line": 33,
|
150
150
|
"character": 35
|
151
151
|
},
|
152
152
|
"name": "string"
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"__schema": "KeywordTypeSchema",
|
156
156
|
"location": {
|
157
157
|
"filePath": "global-config.main.runtime.ts",
|
158
|
-
"line":
|
158
|
+
"line": 33,
|
159
159
|
"character": 44
|
160
160
|
},
|
161
161
|
"name": "undefined"
|
@@ -172,7 +172,7 @@
|
|
172
172
|
"__schema": "FunctionLikeSchema",
|
173
173
|
"location": {
|
174
174
|
"filePath": "global-config.main.runtime.ts",
|
175
|
-
"line":
|
175
|
+
"line": 37,
|
176
176
|
"character": 3
|
177
177
|
},
|
178
178
|
"signature": "(method) GlobalConfigMain.getBool(key: string): Promise<boolean | undefined>",
|
@@ -182,7 +182,7 @@
|
|
182
182
|
"__schema": "ParameterSchema",
|
183
183
|
"location": {
|
184
184
|
"filePath": "global-config.main.runtime.ts",
|
185
|
-
"line":
|
185
|
+
"line": 37,
|
186
186
|
"character": 17
|
187
187
|
},
|
188
188
|
"name": "key",
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"__schema": "KeywordTypeSchema",
|
191
191
|
"location": {
|
192
192
|
"filePath": "global-config.main.runtime.ts",
|
193
|
-
"line":
|
193
|
+
"line": 37,
|
194
194
|
"character": 22
|
195
195
|
},
|
196
196
|
"name": "string"
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"__schema": "TypeRefSchema",
|
204
204
|
"location": {
|
205
205
|
"filePath": "global-config.main.runtime.ts",
|
206
|
-
"line":
|
206
|
+
"line": 37,
|
207
207
|
"character": 31
|
208
208
|
},
|
209
209
|
"name": "Promise",
|
@@ -212,7 +212,7 @@
|
|
212
212
|
"__schema": "TypeUnionSchema",
|
213
213
|
"location": {
|
214
214
|
"filePath": "global-config.main.runtime.ts",
|
215
|
-
"line":
|
215
|
+
"line": 37,
|
216
216
|
"character": 39
|
217
217
|
},
|
218
218
|
"types": [
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"__schema": "KeywordTypeSchema",
|
221
221
|
"location": {
|
222
222
|
"filePath": "global-config.main.runtime.ts",
|
223
|
-
"line":
|
223
|
+
"line": 37,
|
224
224
|
"character": 39
|
225
225
|
},
|
226
226
|
"name": "boolean"
|
@@ -229,7 +229,7 @@
|
|
229
229
|
"__schema": "KeywordTypeSchema",
|
230
230
|
"location": {
|
231
231
|
"filePath": "global-config.main.runtime.ts",
|
232
|
-
"line":
|
232
|
+
"line": 37,
|
233
233
|
"character": 49
|
234
234
|
},
|
235
235
|
"name": "undefined"
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"__schema": "FunctionLikeSchema",
|
247
247
|
"location": {
|
248
248
|
"filePath": "global-config.main.runtime.ts",
|
249
|
-
"line":
|
249
|
+
"line": 46,
|
250
250
|
"character": 3
|
251
251
|
},
|
252
252
|
"signature": "(method) GlobalConfigMain.getSync(key: string): string | undefined",
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"__schema": "ParameterSchema",
|
257
257
|
"location": {
|
258
258
|
"filePath": "global-config.main.runtime.ts",
|
259
|
-
"line":
|
259
|
+
"line": 46,
|
260
260
|
"character": 11
|
261
261
|
},
|
262
262
|
"name": "key",
|
@@ -264,7 +264,7 @@
|
|
264
264
|
"__schema": "KeywordTypeSchema",
|
265
265
|
"location": {
|
266
266
|
"filePath": "global-config.main.runtime.ts",
|
267
|
-
"line":
|
267
|
+
"line": 46,
|
268
268
|
"character": 16
|
269
269
|
},
|
270
270
|
"name": "string"
|
@@ -277,7 +277,7 @@
|
|
277
277
|
"__schema": "TypeUnionSchema",
|
278
278
|
"location": {
|
279
279
|
"filePath": "global-config.main.runtime.ts",
|
280
|
-
"line":
|
280
|
+
"line": 46,
|
281
281
|
"character": 25
|
282
282
|
},
|
283
283
|
"types": [
|
@@ -285,7 +285,7 @@
|
|
285
285
|
"__schema": "KeywordTypeSchema",
|
286
286
|
"location": {
|
287
287
|
"filePath": "global-config.main.runtime.ts",
|
288
|
-
"line":
|
288
|
+
"line": 46,
|
289
289
|
"character": 25
|
290
290
|
},
|
291
291
|
"name": "string"
|
@@ -294,7 +294,7 @@
|
|
294
294
|
"__schema": "KeywordTypeSchema",
|
295
295
|
"location": {
|
296
296
|
"filePath": "global-config.main.runtime.ts",
|
297
|
-
"line":
|
297
|
+
"line": 46,
|
298
298
|
"character": 34
|
299
299
|
},
|
300
300
|
"name": "undefined"
|
@@ -307,7 +307,7 @@
|
|
307
307
|
"__schema": "FunctionLikeSchema",
|
308
308
|
"location": {
|
309
309
|
"filePath": "global-config.main.runtime.ts",
|
310
|
-
"line":
|
310
|
+
"line": 50,
|
311
311
|
"character": 3
|
312
312
|
},
|
313
313
|
"signature": "(method) GlobalConfigMain.list(): Promise<Record<string, string>>",
|
@@ -317,7 +317,7 @@
|
|
317
317
|
"__schema": "TypeRefSchema",
|
318
318
|
"location": {
|
319
319
|
"filePath": "global-config.main.runtime.ts",
|
320
|
-
"line":
|
320
|
+
"line": 50,
|
321
321
|
"character": 11
|
322
322
|
},
|
323
323
|
"name": "Promise",
|
@@ -326,7 +326,7 @@
|
|
326
326
|
"__schema": "TypeRefSchema",
|
327
327
|
"location": {
|
328
328
|
"filePath": "global-config.main.runtime.ts",
|
329
|
-
"line":
|
329
|
+
"line": 50,
|
330
330
|
"character": 19
|
331
331
|
},
|
332
332
|
"name": "Record",
|
@@ -335,7 +335,7 @@
|
|
335
335
|
"__schema": "KeywordTypeSchema",
|
336
336
|
"location": {
|
337
337
|
"filePath": "global-config.main.runtime.ts",
|
338
|
-
"line":
|
338
|
+
"line": 50,
|
339
339
|
"character": 26
|
340
340
|
},
|
341
341
|
"name": "string"
|
@@ -344,7 +344,7 @@
|
|
344
344
|
"__schema": "KeywordTypeSchema",
|
345
345
|
"location": {
|
346
346
|
"filePath": "global-config.main.runtime.ts",
|
347
|
-
"line":
|
347
|
+
"line": 50,
|
348
348
|
"character": 34
|
349
349
|
},
|
350
350
|
"name": "string"
|
@@ -359,7 +359,7 @@
|
|
359
359
|
"__schema": "FunctionLikeSchema",
|
360
360
|
"location": {
|
361
361
|
"filePath": "global-config.main.runtime.ts",
|
362
|
-
"line":
|
362
|
+
"line": 53,
|
363
363
|
"character": 3
|
364
364
|
},
|
365
365
|
"signature": "(method) GlobalConfigMain.listSync(): Record<string, string>",
|
@@ -369,7 +369,7 @@
|
|
369
369
|
"__schema": "TypeRefSchema",
|
370
370
|
"location": {
|
371
371
|
"filePath": "global-config.main.runtime.ts",
|
372
|
-
"line":
|
372
|
+
"line": 53,
|
373
373
|
"character": 15
|
374
374
|
},
|
375
375
|
"name": "Record",
|
@@ -378,7 +378,7 @@
|
|
378
378
|
"__schema": "KeywordTypeSchema",
|
379
379
|
"location": {
|
380
380
|
"filePath": "global-config.main.runtime.ts",
|
381
|
-
"line":
|
381
|
+
"line": 53,
|
382
382
|
"character": 22
|
383
383
|
},
|
384
384
|
"name": "string"
|
@@ -387,7 +387,7 @@
|
|
387
387
|
"__schema": "KeywordTypeSchema",
|
388
388
|
"location": {
|
389
389
|
"filePath": "global-config.main.runtime.ts",
|
390
|
-
"line":
|
390
|
+
"line": 53,
|
391
391
|
"character": 30
|
392
392
|
},
|
393
393
|
"name": "string"
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"__schema": "FunctionLikeSchema",
|
401
401
|
"location": {
|
402
402
|
"filePath": "global-config.main.runtime.ts",
|
403
|
-
"line":
|
403
|
+
"line": 57,
|
404
404
|
"character": 3
|
405
405
|
},
|
406
406
|
"signature": "(method) GlobalConfigMain.set(key: string, val: string): Promise<GlobalConfig>",
|
@@ -410,7 +410,7 @@
|
|
410
410
|
"__schema": "ParameterSchema",
|
411
411
|
"location": {
|
412
412
|
"filePath": "global-config.main.runtime.ts",
|
413
|
-
"line":
|
413
|
+
"line": 57,
|
414
414
|
"character": 13
|
415
415
|
},
|
416
416
|
"name": "key",
|
@@ -418,7 +418,7 @@
|
|
418
418
|
"__schema": "KeywordTypeSchema",
|
419
419
|
"location": {
|
420
420
|
"filePath": "global-config.main.runtime.ts",
|
421
|
-
"line":
|
421
|
+
"line": 57,
|
422
422
|
"character": 18
|
423
423
|
},
|
424
424
|
"name": "string"
|
@@ -430,7 +430,7 @@
|
|
430
430
|
"__schema": "ParameterSchema",
|
431
431
|
"location": {
|
432
432
|
"filePath": "global-config.main.runtime.ts",
|
433
|
-
"line":
|
433
|
+
"line": 57,
|
434
434
|
"character": 26
|
435
435
|
},
|
436
436
|
"name": "val",
|
@@ -438,7 +438,7 @@
|
|
438
438
|
"__schema": "KeywordTypeSchema",
|
439
439
|
"location": {
|
440
440
|
"filePath": "global-config.main.runtime.ts",
|
441
|
-
"line":
|
441
|
+
"line": 57,
|
442
442
|
"character": 31
|
443
443
|
},
|
444
444
|
"name": "string"
|
@@ -451,7 +451,7 @@
|
|
451
451
|
"__schema": "TypeRefSchema",
|
452
452
|
"location": {
|
453
453
|
"filePath": "global-config.main.runtime.ts",
|
454
|
-
"line":
|
454
|
+
"line": 57,
|
455
455
|
"character": 40
|
456
456
|
},
|
457
457
|
"name": "Promise",
|
@@ -460,7 +460,7 @@
|
|
460
460
|
"__schema": "TypeRefSchema",
|
461
461
|
"location": {
|
462
462
|
"filePath": "global-config.main.runtime.ts",
|
463
|
-
"line":
|
463
|
+
"line": 57,
|
464
464
|
"character": 48
|
465
465
|
},
|
466
466
|
"name": "GlobalConfig",
|
@@ -476,7 +476,7 @@
|
|
476
476
|
"__schema": "FunctionLikeSchema",
|
477
477
|
"location": {
|
478
478
|
"filePath": "global-config.main.runtime.ts",
|
479
|
-
"line":
|
479
|
+
"line": 60,
|
480
480
|
"character": 3
|
481
481
|
},
|
482
482
|
"signature": "(method) GlobalConfigMain.setSync(key: string, val: string): GlobalConfig",
|
@@ -486,7 +486,7 @@
|
|
486
486
|
"__schema": "ParameterSchema",
|
487
487
|
"location": {
|
488
488
|
"filePath": "global-config.main.runtime.ts",
|
489
|
-
"line":
|
489
|
+
"line": 60,
|
490
490
|
"character": 11
|
491
491
|
},
|
492
492
|
"name": "key",
|
@@ -494,7 +494,7 @@
|
|
494
494
|
"__schema": "KeywordTypeSchema",
|
495
495
|
"location": {
|
496
496
|
"filePath": "global-config.main.runtime.ts",
|
497
|
-
"line":
|
497
|
+
"line": 60,
|
498
498
|
"character": 16
|
499
499
|
},
|
500
500
|
"name": "string"
|
@@ -506,7 +506,7 @@
|
|
506
506
|
"__schema": "ParameterSchema",
|
507
507
|
"location": {
|
508
508
|
"filePath": "global-config.main.runtime.ts",
|
509
|
-
"line":
|
509
|
+
"line": 60,
|
510
510
|
"character": 24
|
511
511
|
},
|
512
512
|
"name": "val",
|
@@ -514,7 +514,7 @@
|
|
514
514
|
"__schema": "KeywordTypeSchema",
|
515
515
|
"location": {
|
516
516
|
"filePath": "global-config.main.runtime.ts",
|
517
|
-
"line":
|
517
|
+
"line": 60,
|
518
518
|
"character": 29
|
519
519
|
},
|
520
520
|
"name": "string"
|
@@ -527,7 +527,7 @@
|
|
527
527
|
"__schema": "TypeRefSchema",
|
528
528
|
"location": {
|
529
529
|
"filePath": "global-config.main.runtime.ts",
|
530
|
-
"line":
|
530
|
+
"line": 60,
|
531
531
|
"character": 3
|
532
532
|
},
|
533
533
|
"name": "GlobalConfig",
|
@@ -539,7 +539,7 @@
|
|
539
539
|
"__schema": "FunctionLikeSchema",
|
540
540
|
"location": {
|
541
541
|
"filePath": "global-config.main.runtime.ts",
|
542
|
-
"line":
|
542
|
+
"line": 64,
|
543
543
|
"character": 3
|
544
544
|
},
|
545
545
|
"signature": "(method) GlobalConfigMain.del(key: string): Promise<GlobalConfig>",
|
@@ -549,7 +549,7 @@
|
|
549
549
|
"__schema": "ParameterSchema",
|
550
550
|
"location": {
|
551
551
|
"filePath": "global-config.main.runtime.ts",
|
552
|
-
"line":
|
552
|
+
"line": 64,
|
553
553
|
"character": 13
|
554
554
|
},
|
555
555
|
"name": "key",
|
@@ -557,7 +557,7 @@
|
|
557
557
|
"__schema": "KeywordTypeSchema",
|
558
558
|
"location": {
|
559
559
|
"filePath": "global-config.main.runtime.ts",
|
560
|
-
"line":
|
560
|
+
"line": 64,
|
561
561
|
"character": 18
|
562
562
|
},
|
563
563
|
"name": "string"
|
@@ -570,7 +570,7 @@
|
|
570
570
|
"__schema": "TypeRefSchema",
|
571
571
|
"location": {
|
572
572
|
"filePath": "global-config.main.runtime.ts",
|
573
|
-
"line":
|
573
|
+
"line": 64,
|
574
574
|
"character": 27
|
575
575
|
},
|
576
576
|
"name": "Promise",
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"__schema": "TypeRefSchema",
|
580
580
|
"location": {
|
581
581
|
"filePath": "global-config.main.runtime.ts",
|
582
|
-
"line":
|
582
|
+
"line": 64,
|
583
583
|
"character": 35
|
584
584
|
},
|
585
585
|
"name": "GlobalConfig",
|
@@ -595,7 +595,7 @@
|
|
595
595
|
"__schema": "FunctionLikeSchema",
|
596
596
|
"location": {
|
597
597
|
"filePath": "global-config.main.runtime.ts",
|
598
|
-
"line":
|
598
|
+
"line": 68,
|
599
599
|
"character": 3
|
600
600
|
},
|
601
601
|
"signature": "(method) GlobalConfigMain.delSync(key: string): GlobalConfig",
|
@@ -605,7 +605,7 @@
|
|
605
605
|
"__schema": "ParameterSchema",
|
606
606
|
"location": {
|
607
607
|
"filePath": "global-config.main.runtime.ts",
|
608
|
-
"line":
|
608
|
+
"line": 68,
|
609
609
|
"character": 11
|
610
610
|
},
|
611
611
|
"name": "key",
|
@@ -613,7 +613,7 @@
|
|
613
613
|
"__schema": "KeywordTypeSchema",
|
614
614
|
"location": {
|
615
615
|
"filePath": "global-config.main.runtime.ts",
|
616
|
-
"line":
|
616
|
+
"line": 68,
|
617
617
|
"character": 16
|
618
618
|
},
|
619
619
|
"name": "string"
|
@@ -626,7 +626,7 @@
|
|
626
626
|
"__schema": "TypeRefSchema",
|
627
627
|
"location": {
|
628
628
|
"filePath": "global-config.main.runtime.ts",
|
629
|
-
"line":
|
629
|
+
"line": 68,
|
630
630
|
"character": 3
|
631
631
|
},
|
632
632
|
"name": "GlobalConfig",
|
@@ -638,7 +638,7 @@
|
|
638
638
|
"__schema": "FunctionLikeSchema",
|
639
639
|
"location": {
|
640
640
|
"filePath": "global-config.main.runtime.ts",
|
641
|
-
"line":
|
641
|
+
"line": 72,
|
642
642
|
"character": 3
|
643
643
|
},
|
644
644
|
"signature": "(method) GlobalConfigMain.getGlobalCapsulesBaseDir(): string",
|
@@ -648,7 +648,7 @@
|
|
648
648
|
"__schema": "InferenceTypeSchema",
|
649
649
|
"location": {
|
650
650
|
"filePath": "global-config.main.runtime.ts",
|
651
|
-
"line":
|
651
|
+
"line": 72,
|
652
652
|
"character": 3
|
653
653
|
},
|
654
654
|
"type": "string"
|
@@ -659,7 +659,7 @@
|
|
659
659
|
"__schema": "FunctionLikeSchema",
|
660
660
|
"location": {
|
661
661
|
"filePath": "global-config.main.runtime.ts",
|
662
|
-
"line":
|
662
|
+
"line": 76,
|
663
663
|
"character": 3
|
664
664
|
},
|
665
665
|
"signature": "(method) GlobalConfigMain.invalidateCache(): void",
|
@@ -669,7 +669,7 @@
|
|
669
669
|
"__schema": "InferenceTypeSchema",
|
670
670
|
"location": {
|
671
671
|
"filePath": "global-config.main.runtime.ts",
|
672
|
-
"line":
|
672
|
+
"line": 76,
|
673
673
|
"character": 3
|
674
674
|
},
|
675
675
|
"type": "void"
|
@@ -680,7 +680,7 @@
|
|
680
680
|
"__schema": "FunctionLikeSchema",
|
681
681
|
"location": {
|
682
682
|
"filePath": "global-config.main.runtime.ts",
|
683
|
-
"line":
|
683
|
+
"line": 80,
|
684
684
|
"character": 3
|
685
685
|
},
|
686
686
|
"signature": "(method) GlobalConfigMain.getKnownGlobalDirs(): {\n 'Global Dir': string;\n 'Log file': string;\n 'Global Scope Dir': string;\n 'Config Dir': string;\n 'Capsules Dir': string;\n}",
|
@@ -690,7 +690,7 @@
|
|
690
690
|
"__schema": "InferenceTypeSchema",
|
691
691
|
"location": {
|
692
692
|
"filePath": "global-config.main.runtime.ts",
|
693
|
-
"line":
|
693
|
+
"line": 80,
|
694
694
|
"character": 3
|
695
695
|
},
|
696
696
|
"type": "{\n 'Global Dir': string;\n 'Log file': string;\n 'Global Scope Dir': string;\n 'Config Dir': string;\n 'Capsules Dir': string;\n}"
|
@@ -701,7 +701,7 @@
|
|
701
701
|
"__schema": "FunctionLikeSchema",
|
702
702
|
"location": {
|
703
703
|
"filePath": "global-config.main.runtime.ts",
|
704
|
-
"line":
|
704
|
+
"line": 90,
|
705
705
|
"character": 3
|
706
706
|
},
|
707
707
|
"signature": "(method) GlobalConfigMain.provider([cli]: [CLIMain]): Promise<GlobalConfigMain>",
|
@@ -711,7 +711,7 @@
|
|
711
711
|
"__schema": "ParameterSchema",
|
712
712
|
"location": {
|
713
713
|
"filePath": "global-config.main.runtime.ts",
|
714
|
-
"line":
|
714
|
+
"line": 90,
|
715
715
|
"character": 25
|
716
716
|
},
|
717
717
|
"name": "[ cli ]",
|
@@ -719,7 +719,7 @@
|
|
719
719
|
"__schema": "TupleTypeSchema",
|
720
720
|
"location": {
|
721
721
|
"filePath": "global-config.main.runtime.ts",
|
722
|
-
"line":
|
722
|
+
"line": 90,
|
723
723
|
"character": 32
|
724
724
|
},
|
725
725
|
"elements": [
|
@@ -727,7 +727,7 @@
|
|
727
727
|
"__schema": "TypeRefSchema",
|
728
728
|
"location": {
|
729
729
|
"filePath": "global-config.main.runtime.ts",
|
730
|
-
"line":
|
730
|
+
"line": 90,
|
731
731
|
"character": 33
|
732
732
|
},
|
733
733
|
"name": "CLIMain",
|
@@ -746,7 +746,7 @@
|
|
746
746
|
"__schema": "InferenceTypeSchema",
|
747
747
|
"location": {
|
748
748
|
"filePath": "global-config.main.runtime.ts",
|
749
|
-
"line":
|
749
|
+
"line": 90,
|
750
750
|
"character": 3
|
751
751
|
},
|
752
752
|
"type": "Promise<GlobalConfigMain>"
|
@@ -822,7 +822,7 @@
|
|
822
822
|
"__schema": "ClassSchema",
|
823
823
|
"location": {
|
824
824
|
"filePath": "global-config.main.runtime.ts",
|
825
|
-
"line":
|
825
|
+
"line": 28,
|
826
826
|
"character": 1
|
827
827
|
},
|
828
828
|
"signature": "class GlobalConfigMain",
|
@@ -832,7 +832,7 @@
|
|
832
832
|
"__schema": "VariableLikeSchema",
|
833
833
|
"location": {
|
834
834
|
"filePath": "global-config.main.runtime.ts",
|
835
|
-
"line":
|
835
|
+
"line": 29,
|
836
836
|
"character": 3
|
837
837
|
},
|
838
838
|
"signature": "(property) GlobalConfigMain.runtime: RuntimeDefinition",
|
@@ -841,7 +841,7 @@
|
|
841
841
|
"__schema": "InferenceTypeSchema",
|
842
842
|
"location": {
|
843
843
|
"filePath": "global-config.main.runtime.ts",
|
844
|
-
"line":
|
844
|
+
"line": 29,
|
845
845
|
"character": 3
|
846
846
|
},
|
847
847
|
"type": "RuntimeDefinition"
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"__schema": "VariableLikeSchema",
|
854
854
|
"location": {
|
855
855
|
"filePath": "global-config.main.runtime.ts",
|
856
|
-
"line":
|
856
|
+
"line": 30,
|
857
857
|
"character": 3
|
858
858
|
},
|
859
859
|
"signature": "(property) GlobalConfigMain.dependencies: Aspect[]",
|
@@ -862,7 +862,7 @@
|
|
862
862
|
"__schema": "InferenceTypeSchema",
|
863
863
|
"location": {
|
864
864
|
"filePath": "global-config.main.runtime.ts",
|
865
|
-
"line":
|
865
|
+
"line": 30,
|
866
866
|
"character": 3
|
867
867
|
},
|
868
868
|
"type": "Aspect[]"
|
@@ -874,7 +874,7 @@
|
|
874
874
|
"__schema": "VariableLikeSchema",
|
875
875
|
"location": {
|
876
876
|
"filePath": "global-config.main.runtime.ts",
|
877
|
-
"line":
|
877
|
+
"line": 31,
|
878
878
|
"character": 3
|
879
879
|
},
|
880
880
|
"signature": "(property) GlobalConfigMain.slots: never[]",
|
@@ -883,7 +883,7 @@
|
|
883
883
|
"__schema": "InferenceTypeSchema",
|
884
884
|
"location": {
|
885
885
|
"filePath": "global-config.main.runtime.ts",
|
886
|
-
"line":
|
886
|
+
"line": 31,
|
887
887
|
"character": 3
|
888
888
|
},
|
889
889
|
"type": "never[]"
|
@@ -895,7 +895,7 @@
|
|
895
895
|
"__schema": "FunctionLikeSchema",
|
896
896
|
"location": {
|
897
897
|
"filePath": "global-config.main.runtime.ts",
|
898
|
-
"line":
|
898
|
+
"line": 33,
|
899
899
|
"character": 3
|
900
900
|
},
|
901
901
|
"signature": "(method) GlobalConfigMain.get(key: string): Promise<string | undefined>",
|
@@ -905,7 +905,7 @@
|
|
905
905
|
"__schema": "ParameterSchema",
|
906
906
|
"location": {
|
907
907
|
"filePath": "global-config.main.runtime.ts",
|
908
|
-
"line":
|
908
|
+
"line": 33,
|
909
909
|
"character": 13
|
910
910
|
},
|
911
911
|
"name": "key",
|
@@ -913,7 +913,7 @@
|
|
913
913
|
"__schema": "KeywordTypeSchema",
|
914
914
|
"location": {
|
915
915
|
"filePath": "global-config.main.runtime.ts",
|
916
|
-
"line":
|
916
|
+
"line": 33,
|
917
917
|
"character": 18
|
918
918
|
},
|
919
919
|
"name": "string"
|
@@ -926,7 +926,7 @@
|
|
926
926
|
"__schema": "TypeRefSchema",
|
927
927
|
"location": {
|
928
928
|
"filePath": "global-config.main.runtime.ts",
|
929
|
-
"line":
|
929
|
+
"line": 33,
|
930
930
|
"character": 27
|
931
931
|
},
|
932
932
|
"name": "Promise",
|
@@ -935,7 +935,7 @@
|
|
935
935
|
"__schema": "TypeUnionSchema",
|
936
936
|
"location": {
|
937
937
|
"filePath": "global-config.main.runtime.ts",
|
938
|
-
"line":
|
938
|
+
"line": 33,
|
939
939
|
"character": 35
|
940
940
|
},
|
941
941
|
"types": [
|
@@ -943,7 +943,7 @@
|
|
943
943
|
"__schema": "KeywordTypeSchema",
|
944
944
|
"location": {
|
945
945
|
"filePath": "global-config.main.runtime.ts",
|
946
|
-
"line":
|
946
|
+
"line": 33,
|
947
947
|
"character": 35
|
948
948
|
},
|
949
949
|
"name": "string"
|
@@ -952,7 +952,7 @@
|
|
952
952
|
"__schema": "KeywordTypeSchema",
|
953
953
|
"location": {
|
954
954
|
"filePath": "global-config.main.runtime.ts",
|
955
|
-
"line":
|
955
|
+
"line": 33,
|
956
956
|
"character": 44
|
957
957
|
},
|
958
958
|
"name": "undefined"
|
@@ -969,7 +969,7 @@
|
|
969
969
|
"__schema": "FunctionLikeSchema",
|
970
970
|
"location": {
|
971
971
|
"filePath": "global-config.main.runtime.ts",
|
972
|
-
"line":
|
972
|
+
"line": 37,
|
973
973
|
"character": 3
|
974
974
|
},
|
975
975
|
"signature": "(method) GlobalConfigMain.getBool(key: string): Promise<boolean | undefined>",
|
@@ -979,7 +979,7 @@
|
|
979
979
|
"__schema": "ParameterSchema",
|
980
980
|
"location": {
|
981
981
|
"filePath": "global-config.main.runtime.ts",
|
982
|
-
"line":
|
982
|
+
"line": 37,
|
983
983
|
"character": 17
|
984
984
|
},
|
985
985
|
"name": "key",
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"__schema": "KeywordTypeSchema",
|
988
988
|
"location": {
|
989
989
|
"filePath": "global-config.main.runtime.ts",
|
990
|
-
"line":
|
990
|
+
"line": 37,
|
991
991
|
"character": 22
|
992
992
|
},
|
993
993
|
"name": "string"
|
@@ -1000,7 +1000,7 @@
|
|
1000
1000
|
"__schema": "TypeRefSchema",
|
1001
1001
|
"location": {
|
1002
1002
|
"filePath": "global-config.main.runtime.ts",
|
1003
|
-
"line":
|
1003
|
+
"line": 37,
|
1004
1004
|
"character": 31
|
1005
1005
|
},
|
1006
1006
|
"name": "Promise",
|
@@ -1009,7 +1009,7 @@
|
|
1009
1009
|
"__schema": "TypeUnionSchema",
|
1010
1010
|
"location": {
|
1011
1011
|
"filePath": "global-config.main.runtime.ts",
|
1012
|
-
"line":
|
1012
|
+
"line": 37,
|
1013
1013
|
"character": 39
|
1014
1014
|
},
|
1015
1015
|
"types": [
|
@@ -1017,7 +1017,7 @@
|
|
1017
1017
|
"__schema": "KeywordTypeSchema",
|
1018
1018
|
"location": {
|
1019
1019
|
"filePath": "global-config.main.runtime.ts",
|
1020
|
-
"line":
|
1020
|
+
"line": 37,
|
1021
1021
|
"character": 39
|
1022
1022
|
},
|
1023
1023
|
"name": "boolean"
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
"__schema": "KeywordTypeSchema",
|
1027
1027
|
"location": {
|
1028
1028
|
"filePath": "global-config.main.runtime.ts",
|
1029
|
-
"line":
|
1029
|
+
"line": 37,
|
1030
1030
|
"character": 49
|
1031
1031
|
},
|
1032
1032
|
"name": "undefined"
|
@@ -1043,7 +1043,7 @@
|
|
1043
1043
|
"__schema": "FunctionLikeSchema",
|
1044
1044
|
"location": {
|
1045
1045
|
"filePath": "global-config.main.runtime.ts",
|
1046
|
-
"line":
|
1046
|
+
"line": 46,
|
1047
1047
|
"character": 3
|
1048
1048
|
},
|
1049
1049
|
"signature": "(method) GlobalConfigMain.getSync(key: string): string | undefined",
|
@@ -1053,7 +1053,7 @@
|
|
1053
1053
|
"__schema": "ParameterSchema",
|
1054
1054
|
"location": {
|
1055
1055
|
"filePath": "global-config.main.runtime.ts",
|
1056
|
-
"line":
|
1056
|
+
"line": 46,
|
1057
1057
|
"character": 11
|
1058
1058
|
},
|
1059
1059
|
"name": "key",
|
@@ -1061,7 +1061,7 @@
|
|
1061
1061
|
"__schema": "KeywordTypeSchema",
|
1062
1062
|
"location": {
|
1063
1063
|
"filePath": "global-config.main.runtime.ts",
|
1064
|
-
"line":
|
1064
|
+
"line": 46,
|
1065
1065
|
"character": 16
|
1066
1066
|
},
|
1067
1067
|
"name": "string"
|
@@ -1074,7 +1074,7 @@
|
|
1074
1074
|
"__schema": "TypeUnionSchema",
|
1075
1075
|
"location": {
|
1076
1076
|
"filePath": "global-config.main.runtime.ts",
|
1077
|
-
"line":
|
1077
|
+
"line": 46,
|
1078
1078
|
"character": 25
|
1079
1079
|
},
|
1080
1080
|
"types": [
|
@@ -1082,7 +1082,7 @@
|
|
1082
1082
|
"__schema": "KeywordTypeSchema",
|
1083
1083
|
"location": {
|
1084
1084
|
"filePath": "global-config.main.runtime.ts",
|
1085
|
-
"line":
|
1085
|
+
"line": 46,
|
1086
1086
|
"character": 25
|
1087
1087
|
},
|
1088
1088
|
"name": "string"
|
@@ -1091,7 +1091,7 @@
|
|
1091
1091
|
"__schema": "KeywordTypeSchema",
|
1092
1092
|
"location": {
|
1093
1093
|
"filePath": "global-config.main.runtime.ts",
|
1094
|
-
"line":
|
1094
|
+
"line": 46,
|
1095
1095
|
"character": 34
|
1096
1096
|
},
|
1097
1097
|
"name": "undefined"
|
@@ -1104,7 +1104,7 @@
|
|
1104
1104
|
"__schema": "FunctionLikeSchema",
|
1105
1105
|
"location": {
|
1106
1106
|
"filePath": "global-config.main.runtime.ts",
|
1107
|
-
"line":
|
1107
|
+
"line": 50,
|
1108
1108
|
"character": 3
|
1109
1109
|
},
|
1110
1110
|
"signature": "(method) GlobalConfigMain.list(): Promise<Record<string, string>>",
|
@@ -1114,7 +1114,7 @@
|
|
1114
1114
|
"__schema": "TypeRefSchema",
|
1115
1115
|
"location": {
|
1116
1116
|
"filePath": "global-config.main.runtime.ts",
|
1117
|
-
"line":
|
1117
|
+
"line": 50,
|
1118
1118
|
"character": 11
|
1119
1119
|
},
|
1120
1120
|
"name": "Promise",
|
@@ -1123,7 +1123,7 @@
|
|
1123
1123
|
"__schema": "TypeRefSchema",
|
1124
1124
|
"location": {
|
1125
1125
|
"filePath": "global-config.main.runtime.ts",
|
1126
|
-
"line":
|
1126
|
+
"line": 50,
|
1127
1127
|
"character": 19
|
1128
1128
|
},
|
1129
1129
|
"name": "Record",
|
@@ -1132,7 +1132,7 @@
|
|
1132
1132
|
"__schema": "KeywordTypeSchema",
|
1133
1133
|
"location": {
|
1134
1134
|
"filePath": "global-config.main.runtime.ts",
|
1135
|
-
"line":
|
1135
|
+
"line": 50,
|
1136
1136
|
"character": 26
|
1137
1137
|
},
|
1138
1138
|
"name": "string"
|
@@ -1141,7 +1141,7 @@
|
|
1141
1141
|
"__schema": "KeywordTypeSchema",
|
1142
1142
|
"location": {
|
1143
1143
|
"filePath": "global-config.main.runtime.ts",
|
1144
|
-
"line":
|
1144
|
+
"line": 50,
|
1145
1145
|
"character": 34
|
1146
1146
|
},
|
1147
1147
|
"name": "string"
|
@@ -1156,7 +1156,7 @@
|
|
1156
1156
|
"__schema": "FunctionLikeSchema",
|
1157
1157
|
"location": {
|
1158
1158
|
"filePath": "global-config.main.runtime.ts",
|
1159
|
-
"line":
|
1159
|
+
"line": 53,
|
1160
1160
|
"character": 3
|
1161
1161
|
},
|
1162
1162
|
"signature": "(method) GlobalConfigMain.listSync(): Record<string, string>",
|
@@ -1166,7 +1166,7 @@
|
|
1166
1166
|
"__schema": "TypeRefSchema",
|
1167
1167
|
"location": {
|
1168
1168
|
"filePath": "global-config.main.runtime.ts",
|
1169
|
-
"line":
|
1169
|
+
"line": 53,
|
1170
1170
|
"character": 15
|
1171
1171
|
},
|
1172
1172
|
"name": "Record",
|
@@ -1175,7 +1175,7 @@
|
|
1175
1175
|
"__schema": "KeywordTypeSchema",
|
1176
1176
|
"location": {
|
1177
1177
|
"filePath": "global-config.main.runtime.ts",
|
1178
|
-
"line":
|
1178
|
+
"line": 53,
|
1179
1179
|
"character": 22
|
1180
1180
|
},
|
1181
1181
|
"name": "string"
|
@@ -1184,7 +1184,7 @@
|
|
1184
1184
|
"__schema": "KeywordTypeSchema",
|
1185
1185
|
"location": {
|
1186
1186
|
"filePath": "global-config.main.runtime.ts",
|
1187
|
-
"line":
|
1187
|
+
"line": 53,
|
1188
1188
|
"character": 30
|
1189
1189
|
},
|
1190
1190
|
"name": "string"
|
@@ -1197,7 +1197,7 @@
|
|
1197
1197
|
"__schema": "FunctionLikeSchema",
|
1198
1198
|
"location": {
|
1199
1199
|
"filePath": "global-config.main.runtime.ts",
|
1200
|
-
"line":
|
1200
|
+
"line": 57,
|
1201
1201
|
"character": 3
|
1202
1202
|
},
|
1203
1203
|
"signature": "(method) GlobalConfigMain.set(key: string, val: string): Promise<GlobalConfig>",
|
@@ -1207,7 +1207,7 @@
|
|
1207
1207
|
"__schema": "ParameterSchema",
|
1208
1208
|
"location": {
|
1209
1209
|
"filePath": "global-config.main.runtime.ts",
|
1210
|
-
"line":
|
1210
|
+
"line": 57,
|
1211
1211
|
"character": 13
|
1212
1212
|
},
|
1213
1213
|
"name": "key",
|
@@ -1215,7 +1215,7 @@
|
|
1215
1215
|
"__schema": "KeywordTypeSchema",
|
1216
1216
|
"location": {
|
1217
1217
|
"filePath": "global-config.main.runtime.ts",
|
1218
|
-
"line":
|
1218
|
+
"line": 57,
|
1219
1219
|
"character": 18
|
1220
1220
|
},
|
1221
1221
|
"name": "string"
|
@@ -1227,7 +1227,7 @@
|
|
1227
1227
|
"__schema": "ParameterSchema",
|
1228
1228
|
"location": {
|
1229
1229
|
"filePath": "global-config.main.runtime.ts",
|
1230
|
-
"line":
|
1230
|
+
"line": 57,
|
1231
1231
|
"character": 26
|
1232
1232
|
},
|
1233
1233
|
"name": "val",
|
@@ -1235,7 +1235,7 @@
|
|
1235
1235
|
"__schema": "KeywordTypeSchema",
|
1236
1236
|
"location": {
|
1237
1237
|
"filePath": "global-config.main.runtime.ts",
|
1238
|
-
"line":
|
1238
|
+
"line": 57,
|
1239
1239
|
"character": 31
|
1240
1240
|
},
|
1241
1241
|
"name": "string"
|
@@ -1248,7 +1248,7 @@
|
|
1248
1248
|
"__schema": "TypeRefSchema",
|
1249
1249
|
"location": {
|
1250
1250
|
"filePath": "global-config.main.runtime.ts",
|
1251
|
-
"line":
|
1251
|
+
"line": 57,
|
1252
1252
|
"character": 40
|
1253
1253
|
},
|
1254
1254
|
"name": "Promise",
|
@@ -1257,7 +1257,7 @@
|
|
1257
1257
|
"__schema": "TypeRefSchema",
|
1258
1258
|
"location": {
|
1259
1259
|
"filePath": "global-config.main.runtime.ts",
|
1260
|
-
"line":
|
1260
|
+
"line": 57,
|
1261
1261
|
"character": 48
|
1262
1262
|
},
|
1263
1263
|
"name": "GlobalConfig",
|
@@ -1273,7 +1273,7 @@
|
|
1273
1273
|
"__schema": "FunctionLikeSchema",
|
1274
1274
|
"location": {
|
1275
1275
|
"filePath": "global-config.main.runtime.ts",
|
1276
|
-
"line":
|
1276
|
+
"line": 60,
|
1277
1277
|
"character": 3
|
1278
1278
|
},
|
1279
1279
|
"signature": "(method) GlobalConfigMain.setSync(key: string, val: string): GlobalConfig",
|
@@ -1283,7 +1283,7 @@
|
|
1283
1283
|
"__schema": "ParameterSchema",
|
1284
1284
|
"location": {
|
1285
1285
|
"filePath": "global-config.main.runtime.ts",
|
1286
|
-
"line":
|
1286
|
+
"line": 60,
|
1287
1287
|
"character": 11
|
1288
1288
|
},
|
1289
1289
|
"name": "key",
|
@@ -1291,7 +1291,7 @@
|
|
1291
1291
|
"__schema": "KeywordTypeSchema",
|
1292
1292
|
"location": {
|
1293
1293
|
"filePath": "global-config.main.runtime.ts",
|
1294
|
-
"line":
|
1294
|
+
"line": 60,
|
1295
1295
|
"character": 16
|
1296
1296
|
},
|
1297
1297
|
"name": "string"
|
@@ -1303,7 +1303,7 @@
|
|
1303
1303
|
"__schema": "ParameterSchema",
|
1304
1304
|
"location": {
|
1305
1305
|
"filePath": "global-config.main.runtime.ts",
|
1306
|
-
"line":
|
1306
|
+
"line": 60,
|
1307
1307
|
"character": 24
|
1308
1308
|
},
|
1309
1309
|
"name": "val",
|
@@ -1311,7 +1311,7 @@
|
|
1311
1311
|
"__schema": "KeywordTypeSchema",
|
1312
1312
|
"location": {
|
1313
1313
|
"filePath": "global-config.main.runtime.ts",
|
1314
|
-
"line":
|
1314
|
+
"line": 60,
|
1315
1315
|
"character": 29
|
1316
1316
|
},
|
1317
1317
|
"name": "string"
|
@@ -1324,7 +1324,7 @@
|
|
1324
1324
|
"__schema": "TypeRefSchema",
|
1325
1325
|
"location": {
|
1326
1326
|
"filePath": "global-config.main.runtime.ts",
|
1327
|
-
"line":
|
1327
|
+
"line": 60,
|
1328
1328
|
"character": 3
|
1329
1329
|
},
|
1330
1330
|
"name": "GlobalConfig",
|
@@ -1336,7 +1336,7 @@
|
|
1336
1336
|
"__schema": "FunctionLikeSchema",
|
1337
1337
|
"location": {
|
1338
1338
|
"filePath": "global-config.main.runtime.ts",
|
1339
|
-
"line":
|
1339
|
+
"line": 64,
|
1340
1340
|
"character": 3
|
1341
1341
|
},
|
1342
1342
|
"signature": "(method) GlobalConfigMain.del(key: string): Promise<GlobalConfig>",
|
@@ -1346,7 +1346,7 @@
|
|
1346
1346
|
"__schema": "ParameterSchema",
|
1347
1347
|
"location": {
|
1348
1348
|
"filePath": "global-config.main.runtime.ts",
|
1349
|
-
"line":
|
1349
|
+
"line": 64,
|
1350
1350
|
"character": 13
|
1351
1351
|
},
|
1352
1352
|
"name": "key",
|
@@ -1354,7 +1354,7 @@
|
|
1354
1354
|
"__schema": "KeywordTypeSchema",
|
1355
1355
|
"location": {
|
1356
1356
|
"filePath": "global-config.main.runtime.ts",
|
1357
|
-
"line":
|
1357
|
+
"line": 64,
|
1358
1358
|
"character": 18
|
1359
1359
|
},
|
1360
1360
|
"name": "string"
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
"__schema": "TypeRefSchema",
|
1368
1368
|
"location": {
|
1369
1369
|
"filePath": "global-config.main.runtime.ts",
|
1370
|
-
"line":
|
1370
|
+
"line": 64,
|
1371
1371
|
"character": 27
|
1372
1372
|
},
|
1373
1373
|
"name": "Promise",
|
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"__schema": "TypeRefSchema",
|
1377
1377
|
"location": {
|
1378
1378
|
"filePath": "global-config.main.runtime.ts",
|
1379
|
-
"line":
|
1379
|
+
"line": 64,
|
1380
1380
|
"character": 35
|
1381
1381
|
},
|
1382
1382
|
"name": "GlobalConfig",
|
@@ -1392,7 +1392,7 @@
|
|
1392
1392
|
"__schema": "FunctionLikeSchema",
|
1393
1393
|
"location": {
|
1394
1394
|
"filePath": "global-config.main.runtime.ts",
|
1395
|
-
"line":
|
1395
|
+
"line": 68,
|
1396
1396
|
"character": 3
|
1397
1397
|
},
|
1398
1398
|
"signature": "(method) GlobalConfigMain.delSync(key: string): GlobalConfig",
|
@@ -1402,7 +1402,7 @@
|
|
1402
1402
|
"__schema": "ParameterSchema",
|
1403
1403
|
"location": {
|
1404
1404
|
"filePath": "global-config.main.runtime.ts",
|
1405
|
-
"line":
|
1405
|
+
"line": 68,
|
1406
1406
|
"character": 11
|
1407
1407
|
},
|
1408
1408
|
"name": "key",
|
@@ -1410,7 +1410,7 @@
|
|
1410
1410
|
"__schema": "KeywordTypeSchema",
|
1411
1411
|
"location": {
|
1412
1412
|
"filePath": "global-config.main.runtime.ts",
|
1413
|
-
"line":
|
1413
|
+
"line": 68,
|
1414
1414
|
"character": 16
|
1415
1415
|
},
|
1416
1416
|
"name": "string"
|
@@ -1423,7 +1423,7 @@
|
|
1423
1423
|
"__schema": "TypeRefSchema",
|
1424
1424
|
"location": {
|
1425
1425
|
"filePath": "global-config.main.runtime.ts",
|
1426
|
-
"line":
|
1426
|
+
"line": 68,
|
1427
1427
|
"character": 3
|
1428
1428
|
},
|
1429
1429
|
"name": "GlobalConfig",
|
@@ -1435,7 +1435,7 @@
|
|
1435
1435
|
"__schema": "FunctionLikeSchema",
|
1436
1436
|
"location": {
|
1437
1437
|
"filePath": "global-config.main.runtime.ts",
|
1438
|
-
"line":
|
1438
|
+
"line": 72,
|
1439
1439
|
"character": 3
|
1440
1440
|
},
|
1441
1441
|
"signature": "(method) GlobalConfigMain.getGlobalCapsulesBaseDir(): string",
|
@@ -1445,7 +1445,7 @@
|
|
1445
1445
|
"__schema": "InferenceTypeSchema",
|
1446
1446
|
"location": {
|
1447
1447
|
"filePath": "global-config.main.runtime.ts",
|
1448
|
-
"line":
|
1448
|
+
"line": 72,
|
1449
1449
|
"character": 3
|
1450
1450
|
},
|
1451
1451
|
"type": "string"
|
@@ -1456,7 +1456,7 @@
|
|
1456
1456
|
"__schema": "FunctionLikeSchema",
|
1457
1457
|
"location": {
|
1458
1458
|
"filePath": "global-config.main.runtime.ts",
|
1459
|
-
"line":
|
1459
|
+
"line": 76,
|
1460
1460
|
"character": 3
|
1461
1461
|
},
|
1462
1462
|
"signature": "(method) GlobalConfigMain.invalidateCache(): void",
|
@@ -1466,7 +1466,7 @@
|
|
1466
1466
|
"__schema": "InferenceTypeSchema",
|
1467
1467
|
"location": {
|
1468
1468
|
"filePath": "global-config.main.runtime.ts",
|
1469
|
-
"line":
|
1469
|
+
"line": 76,
|
1470
1470
|
"character": 3
|
1471
1471
|
},
|
1472
1472
|
"type": "void"
|
@@ -1477,7 +1477,7 @@
|
|
1477
1477
|
"__schema": "FunctionLikeSchema",
|
1478
1478
|
"location": {
|
1479
1479
|
"filePath": "global-config.main.runtime.ts",
|
1480
|
-
"line":
|
1480
|
+
"line": 80,
|
1481
1481
|
"character": 3
|
1482
1482
|
},
|
1483
1483
|
"signature": "(method) GlobalConfigMain.getKnownGlobalDirs(): {\n 'Global Dir': string;\n 'Log file': string;\n 'Global Scope Dir': string;\n 'Config Dir': string;\n 'Capsules Dir': string;\n}",
|
@@ -1487,7 +1487,7 @@
|
|
1487
1487
|
"__schema": "InferenceTypeSchema",
|
1488
1488
|
"location": {
|
1489
1489
|
"filePath": "global-config.main.runtime.ts",
|
1490
|
-
"line":
|
1490
|
+
"line": 80,
|
1491
1491
|
"character": 3
|
1492
1492
|
},
|
1493
1493
|
"type": "{\n 'Global Dir': string;\n 'Log file': string;\n 'Global Scope Dir': string;\n 'Config Dir': string;\n 'Capsules Dir': string;\n}"
|
@@ -1498,7 +1498,7 @@
|
|
1498
1498
|
"__schema": "FunctionLikeSchema",
|
1499
1499
|
"location": {
|
1500
1500
|
"filePath": "global-config.main.runtime.ts",
|
1501
|
-
"line":
|
1501
|
+
"line": 90,
|
1502
1502
|
"character": 3
|
1503
1503
|
},
|
1504
1504
|
"signature": "(method) GlobalConfigMain.provider([cli]: [CLIMain]): Promise<GlobalConfigMain>",
|
@@ -1508,7 +1508,7 @@
|
|
1508
1508
|
"__schema": "ParameterSchema",
|
1509
1509
|
"location": {
|
1510
1510
|
"filePath": "global-config.main.runtime.ts",
|
1511
|
-
"line":
|
1511
|
+
"line": 90,
|
1512
1512
|
"character": 25
|
1513
1513
|
},
|
1514
1514
|
"name": "[ cli ]",
|
@@ -1516,7 +1516,7 @@
|
|
1516
1516
|
"__schema": "TupleTypeSchema",
|
1517
1517
|
"location": {
|
1518
1518
|
"filePath": "global-config.main.runtime.ts",
|
1519
|
-
"line":
|
1519
|
+
"line": 90,
|
1520
1520
|
"character": 32
|
1521
1521
|
},
|
1522
1522
|
"elements": [
|
@@ -1524,7 +1524,7 @@
|
|
1524
1524
|
"__schema": "TypeRefSchema",
|
1525
1525
|
"location": {
|
1526
1526
|
"filePath": "global-config.main.runtime.ts",
|
1527
|
-
"line":
|
1527
|
+
"line": 90,
|
1528
1528
|
"character": 33
|
1529
1529
|
},
|
1530
1530
|
"name": "CLIMain",
|
@@ -1543,7 +1543,7 @@
|
|
1543
1543
|
"__schema": "InferenceTypeSchema",
|
1544
1544
|
"location": {
|
1545
1545
|
"filePath": "global-config.main.runtime.ts",
|
1546
|
-
"line":
|
1546
|
+
"line": 90,
|
1547
1547
|
"character": 3
|
1548
1548
|
},
|
1549
1549
|
"type": "Promise<GlobalConfigMain>"
|
@@ -1563,7 +1563,7 @@
|
|
1563
1563
|
"__schema": "UnImplementedSchema",
|
1564
1564
|
"location": {
|
1565
1565
|
"filePath": "global-config.main.runtime.ts",
|
1566
|
-
"line":
|
1566
|
+
"line": 99,
|
1567
1567
|
"character": 1
|
1568
1568
|
},
|
1569
1569
|
"name": "GlobalConfigAspect.addRuntime(GlobalConfigMain);",
|
@@ -1622,7 +1622,7 @@
|
|
1622
1622
|
"componentId": {
|
1623
1623
|
"scope": "teambit.harmony",
|
1624
1624
|
"name": "global-config",
|
1625
|
-
"version": "0.0.
|
1625
|
+
"version": "0.0.902"
|
1626
1626
|
},
|
1627
1627
|
"taggedModuleExports": []
|
1628
1628
|
}
|