@teambit/global-config 0.0.853 → 0.0.854

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