@teambit/dependencies 1.0.157 → 1.0.159

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.
@@ -0,0 +1,3120 @@
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": "dependencies.main.runtime.ts",
20
+ "line": 58,
21
+ "character": 1
22
+ },
23
+ "signature": "class DependenciesMain",
24
+ "name": "DependenciesMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "dependencies.main.runtime.ts",
30
+ "line": 59,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor DependenciesMain(workspace: Workspace, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain): DependenciesMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "dependencies.main.runtime.ts",
40
+ "line": 60,
41
+ "character": 5
42
+ },
43
+ "name": "workspace",
44
+ "type": {
45
+ "__schema": "TypeRefSchema",
46
+ "location": {
47
+ "filePath": "dependencies.main.runtime.ts",
48
+ "line": 60,
49
+ "character": 24
50
+ },
51
+ "name": "Workspace"
52
+ },
53
+ "isOptional": false,
54
+ "isSpread": false
55
+ },
56
+ {
57
+ "__schema": "ParameterSchema",
58
+ "location": {
59
+ "filePath": "dependencies.main.runtime.ts",
60
+ "line": 61,
61
+ "character": 5
62
+ },
63
+ "name": "dependencyResolver",
64
+ "type": {
65
+ "__schema": "TypeRefSchema",
66
+ "location": {
67
+ "filePath": "dependencies.main.runtime.ts",
68
+ "line": 61,
69
+ "character": 33
70
+ },
71
+ "name": "DependencyResolverMain"
72
+ },
73
+ "isOptional": false,
74
+ "isSpread": false
75
+ },
76
+ {
77
+ "__schema": "ParameterSchema",
78
+ "location": {
79
+ "filePath": "dependencies.main.runtime.ts",
80
+ "line": 62,
81
+ "character": 5
82
+ },
83
+ "name": "devFiles",
84
+ "type": {
85
+ "__schema": "TypeRefSchema",
86
+ "location": {
87
+ "filePath": "dependencies.main.runtime.ts",
88
+ "line": 62,
89
+ "character": 23
90
+ },
91
+ "name": "DevFilesMain"
92
+ },
93
+ "isOptional": false,
94
+ "isSpread": false
95
+ },
96
+ {
97
+ "__schema": "ParameterSchema",
98
+ "location": {
99
+ "filePath": "dependencies.main.runtime.ts",
100
+ "line": 63,
101
+ "character": 5
102
+ },
103
+ "name": "aspectLoader",
104
+ "type": {
105
+ "__schema": "TypeRefSchema",
106
+ "location": {
107
+ "filePath": "dependencies.main.runtime.ts",
108
+ "line": 63,
109
+ "character": 27
110
+ },
111
+ "name": "AspectLoaderMain"
112
+ },
113
+ "isOptional": false,
114
+ "isSpread": false
115
+ }
116
+ ],
117
+ "returnType": {
118
+ "__schema": "ThisTypeSchema",
119
+ "location": {
120
+ "filePath": "dependencies.main.runtime.ts",
121
+ "line": 58,
122
+ "character": 1
123
+ },
124
+ "name": "DependenciesMain"
125
+ },
126
+ "modifiers": []
127
+ },
128
+ {
129
+ "__schema": "FunctionLikeSchema",
130
+ "location": {
131
+ "filePath": "dependencies.main.runtime.ts",
132
+ "line": 66,
133
+ "character": 3
134
+ },
135
+ "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
136
+ "name": "setDependency",
137
+ "params": [
138
+ {
139
+ "__schema": "ParameterSchema",
140
+ "location": {
141
+ "filePath": "dependencies.main.runtime.ts",
142
+ "line": 67,
143
+ "character": 5
144
+ },
145
+ "name": "componentPattern",
146
+ "type": {
147
+ "__schema": "KeywordTypeSchema",
148
+ "location": {
149
+ "filePath": "dependencies.main.runtime.ts",
150
+ "line": 67,
151
+ "character": 23
152
+ },
153
+ "name": "string"
154
+ },
155
+ "isOptional": false,
156
+ "isSpread": false
157
+ },
158
+ {
159
+ "__schema": "ParameterSchema",
160
+ "location": {
161
+ "filePath": "dependencies.main.runtime.ts",
162
+ "line": 68,
163
+ "character": 5
164
+ },
165
+ "name": "packages",
166
+ "type": {
167
+ "__schema": "TypeArraySchema",
168
+ "location": {
169
+ "filePath": "dependencies.main.runtime.ts",
170
+ "line": 68,
171
+ "character": 15
172
+ },
173
+ "type": {
174
+ "__schema": "KeywordTypeSchema",
175
+ "location": {
176
+ "filePath": "dependencies.main.runtime.ts",
177
+ "line": 68,
178
+ "character": 15
179
+ },
180
+ "name": "string"
181
+ }
182
+ },
183
+ "isOptional": false,
184
+ "isSpread": false
185
+ },
186
+ {
187
+ "__schema": "ParameterSchema",
188
+ "location": {
189
+ "filePath": "dependencies.main.runtime.ts",
190
+ "line": 69,
191
+ "character": 5
192
+ },
193
+ "name": "options",
194
+ "type": {
195
+ "__schema": "TypeRefSchema",
196
+ "location": {
197
+ "filePath": "dependencies.main.runtime.ts",
198
+ "line": 69,
199
+ "character": 14
200
+ },
201
+ "name": "SetDependenciesFlags"
202
+ },
203
+ "isOptional": true,
204
+ "defaultValue": "{}",
205
+ "isSpread": false
206
+ }
207
+ ],
208
+ "returnType": {
209
+ "__schema": "TypeRefSchema",
210
+ "location": {
211
+ "filePath": "dependencies.main.runtime.ts",
212
+ "line": 70,
213
+ "character": 6
214
+ },
215
+ "name": "Promise",
216
+ "typeArgs": [
217
+ {
218
+ "__schema": "TypeRefSchema",
219
+ "location": {
220
+ "filePath": "dependencies.main.runtime.ts",
221
+ "line": 70,
222
+ "character": 14
223
+ },
224
+ "name": "SetDependenciesResult"
225
+ }
226
+ ]
227
+ },
228
+ "modifiers": [
229
+ "async"
230
+ ]
231
+ },
232
+ {
233
+ "__schema": "FunctionLikeSchema",
234
+ "location": {
235
+ "filePath": "dependencies.main.runtime.ts",
236
+ "line": 110,
237
+ "character": 3
238
+ },
239
+ "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
240
+ "name": "removeDependency",
241
+ "params": [
242
+ {
243
+ "__schema": "ParameterSchema",
244
+ "location": {
245
+ "filePath": "dependencies.main.runtime.ts",
246
+ "line": 111,
247
+ "character": 5
248
+ },
249
+ "name": "componentPattern",
250
+ "type": {
251
+ "__schema": "KeywordTypeSchema",
252
+ "location": {
253
+ "filePath": "dependencies.main.runtime.ts",
254
+ "line": 111,
255
+ "character": 23
256
+ },
257
+ "name": "string"
258
+ },
259
+ "isOptional": false,
260
+ "isSpread": false
261
+ },
262
+ {
263
+ "__schema": "ParameterSchema",
264
+ "location": {
265
+ "filePath": "dependencies.main.runtime.ts",
266
+ "line": 112,
267
+ "character": 5
268
+ },
269
+ "name": "packages",
270
+ "type": {
271
+ "__schema": "TypeArraySchema",
272
+ "location": {
273
+ "filePath": "dependencies.main.runtime.ts",
274
+ "line": 112,
275
+ "character": 15
276
+ },
277
+ "type": {
278
+ "__schema": "KeywordTypeSchema",
279
+ "location": {
280
+ "filePath": "dependencies.main.runtime.ts",
281
+ "line": 112,
282
+ "character": 15
283
+ },
284
+ "name": "string"
285
+ }
286
+ },
287
+ "isOptional": false,
288
+ "isSpread": false
289
+ },
290
+ {
291
+ "__schema": "ParameterSchema",
292
+ "location": {
293
+ "filePath": "dependencies.main.runtime.ts",
294
+ "line": 113,
295
+ "character": 5
296
+ },
297
+ "name": "options",
298
+ "type": {
299
+ "__schema": "TypeRefSchema",
300
+ "location": {
301
+ "filePath": "dependencies.main.runtime.ts",
302
+ "line": 113,
303
+ "character": 14
304
+ },
305
+ "name": "RemoveDependenciesFlags"
306
+ },
307
+ "isOptional": true,
308
+ "defaultValue": "{}",
309
+ "isSpread": false
310
+ },
311
+ {
312
+ "__schema": "ParameterSchema",
313
+ "location": {
314
+ "filePath": "dependencies.main.runtime.ts",
315
+ "line": 114,
316
+ "character": 5
317
+ },
318
+ "name": "removeOnlyIfExists",
319
+ "type": {
320
+ "__schema": "InferenceTypeSchema",
321
+ "location": {
322
+ "filePath": "dependencies.main.runtime.ts",
323
+ "line": 114,
324
+ "character": 5
325
+ },
326
+ "type": "boolean"
327
+ },
328
+ "isOptional": true,
329
+ "defaultValue": "false",
330
+ "isSpread": false
331
+ }
332
+ ],
333
+ "returnType": {
334
+ "__schema": "TypeRefSchema",
335
+ "location": {
336
+ "filePath": "dependencies.main.runtime.ts",
337
+ "line": 115,
338
+ "character": 6
339
+ },
340
+ "name": "Promise",
341
+ "typeArgs": [
342
+ {
343
+ "__schema": "TypeArraySchema",
344
+ "location": {
345
+ "filePath": "dependencies.main.runtime.ts",
346
+ "line": 115,
347
+ "character": 14
348
+ },
349
+ "type": {
350
+ "__schema": "TypeRefSchema",
351
+ "location": {
352
+ "filePath": "dependencies.main.runtime.ts",
353
+ "line": 115,
354
+ "character": 14
355
+ },
356
+ "name": "RemoveDependencyResult"
357
+ }
358
+ }
359
+ ]
360
+ },
361
+ "modifiers": [
362
+ "async"
363
+ ]
364
+ },
365
+ {
366
+ "__schema": "FunctionLikeSchema",
367
+ "location": {
368
+ "filePath": "dependencies.main.runtime.ts",
369
+ "line": 162,
370
+ "character": 3
371
+ },
372
+ "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
373
+ "name": "reset",
374
+ "params": [
375
+ {
376
+ "__schema": "ParameterSchema",
377
+ "location": {
378
+ "filePath": "dependencies.main.runtime.ts",
379
+ "line": 162,
380
+ "character": 15
381
+ },
382
+ "name": "componentPattern",
383
+ "type": {
384
+ "__schema": "KeywordTypeSchema",
385
+ "location": {
386
+ "filePath": "dependencies.main.runtime.ts",
387
+ "line": 162,
388
+ "character": 33
389
+ },
390
+ "name": "string"
391
+ },
392
+ "isOptional": false,
393
+ "isSpread": false
394
+ }
395
+ ],
396
+ "returnType": {
397
+ "__schema": "TypeRefSchema",
398
+ "location": {
399
+ "filePath": "dependencies.main.runtime.ts",
400
+ "line": 162,
401
+ "character": 42
402
+ },
403
+ "name": "Promise",
404
+ "typeArgs": [
405
+ {
406
+ "__schema": "TypeArraySchema",
407
+ "location": {
408
+ "filePath": "dependencies.main.runtime.ts",
409
+ "line": 162,
410
+ "character": 50
411
+ },
412
+ "type": {
413
+ "__schema": "TypeRefSchema",
414
+ "location": {
415
+ "filePath": "dependencies.main.runtime.ts",
416
+ "line": 162,
417
+ "character": 50
418
+ },
419
+ "name": "ComponentID"
420
+ }
421
+ }
422
+ ]
423
+ },
424
+ "modifiers": [
425
+ "async"
426
+ ]
427
+ },
428
+ {
429
+ "__schema": "FunctionLikeSchema",
430
+ "location": {
431
+ "filePath": "dependencies.main.runtime.ts",
432
+ "line": 172,
433
+ "character": 3
434
+ },
435
+ "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
436
+ "name": "eject",
437
+ "params": [
438
+ {
439
+ "__schema": "ParameterSchema",
440
+ "location": {
441
+ "filePath": "dependencies.main.runtime.ts",
442
+ "line": 172,
443
+ "character": 15
444
+ },
445
+ "name": "componentPattern",
446
+ "type": {
447
+ "__schema": "KeywordTypeSchema",
448
+ "location": {
449
+ "filePath": "dependencies.main.runtime.ts",
450
+ "line": 172,
451
+ "character": 33
452
+ },
453
+ "name": "string"
454
+ },
455
+ "isOptional": false,
456
+ "isSpread": false
457
+ }
458
+ ],
459
+ "returnType": {
460
+ "__schema": "TypeRefSchema",
461
+ "location": {
462
+ "filePath": "dependencies.main.runtime.ts",
463
+ "line": 172,
464
+ "character": 42
465
+ },
466
+ "name": "Promise",
467
+ "typeArgs": [
468
+ {
469
+ "__schema": "TypeArraySchema",
470
+ "location": {
471
+ "filePath": "dependencies.main.runtime.ts",
472
+ "line": 172,
473
+ "character": 50
474
+ },
475
+ "type": {
476
+ "__schema": "TypeRefSchema",
477
+ "location": {
478
+ "filePath": "dependencies.main.runtime.ts",
479
+ "line": 172,
480
+ "character": 50
481
+ },
482
+ "name": "ComponentID"
483
+ }
484
+ }
485
+ ]
486
+ },
487
+ "modifiers": [
488
+ "async"
489
+ ]
490
+ },
491
+ {
492
+ "__schema": "FunctionLikeSchema",
493
+ "location": {
494
+ "filePath": "dependencies.main.runtime.ts",
495
+ "line": 190,
496
+ "character": 3
497
+ },
498
+ "signature": "(method) DependenciesMain.getDependencies(id: string): Promise<DependenciesResults>",
499
+ "name": "getDependencies",
500
+ "params": [
501
+ {
502
+ "__schema": "ParameterSchema",
503
+ "location": {
504
+ "filePath": "dependencies.main.runtime.ts",
505
+ "line": 190,
506
+ "character": 25
507
+ },
508
+ "name": "id",
509
+ "type": {
510
+ "__schema": "KeywordTypeSchema",
511
+ "location": {
512
+ "filePath": "dependencies.main.runtime.ts",
513
+ "line": 190,
514
+ "character": 29
515
+ },
516
+ "name": "string"
517
+ },
518
+ "isOptional": false,
519
+ "isSpread": false
520
+ }
521
+ ],
522
+ "returnType": {
523
+ "__schema": "TypeRefSchema",
524
+ "location": {
525
+ "filePath": "dependencies.main.runtime.ts",
526
+ "line": 190,
527
+ "character": 38
528
+ },
529
+ "name": "Promise",
530
+ "typeArgs": [
531
+ {
532
+ "__schema": "TypeRefSchema",
533
+ "location": {
534
+ "filePath": "dependencies.main.runtime.ts",
535
+ "line": 190,
536
+ "character": 46
537
+ },
538
+ "name": "DependenciesResults"
539
+ }
540
+ ]
541
+ },
542
+ "modifiers": [
543
+ "async"
544
+ ]
545
+ },
546
+ {
547
+ "__schema": "FunctionLikeSchema",
548
+ "location": {
549
+ "filePath": "dependencies.main.runtime.ts",
550
+ "line": 204,
551
+ "character": 3
552
+ },
553
+ "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
554
+ "name": "loadDependencies",
555
+ "params": [
556
+ {
557
+ "__schema": "ParameterSchema",
558
+ "location": {
559
+ "filePath": "dependencies.main.runtime.ts",
560
+ "line": 204,
561
+ "character": 26
562
+ },
563
+ "name": "component",
564
+ "type": {
565
+ "__schema": "TypeRefSchema",
566
+ "location": {
567
+ "filePath": "dependencies.main.runtime.ts",
568
+ "line": 204,
569
+ "character": 37
570
+ },
571
+ "name": "ConsumerComponent"
572
+ },
573
+ "isOptional": false,
574
+ "isSpread": false
575
+ },
576
+ {
577
+ "__schema": "ParameterSchema",
578
+ "location": {
579
+ "filePath": "dependencies.main.runtime.ts",
580
+ "line": 204,
581
+ "character": 56
582
+ },
583
+ "name": "opts",
584
+ "type": {
585
+ "__schema": "TypeRefSchema",
586
+ "location": {
587
+ "filePath": "dependencies.main.runtime.ts",
588
+ "line": 204,
589
+ "character": 62
590
+ },
591
+ "name": "DependencyLoaderOpts"
592
+ },
593
+ "isOptional": false,
594
+ "isSpread": false
595
+ }
596
+ ],
597
+ "returnType": {
598
+ "__schema": "InferenceTypeSchema",
599
+ "location": {
600
+ "filePath": "dependencies.main.runtime.ts",
601
+ "line": 204,
602
+ "character": 3
603
+ },
604
+ "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
605
+ },
606
+ "modifiers": [
607
+ "async"
608
+ ]
609
+ },
610
+ {
611
+ "__schema": "FunctionLikeSchema",
612
+ "location": {
613
+ "filePath": "dependencies.main.runtime.ts",
614
+ "line": 220,
615
+ "character": 3
616
+ },
617
+ "doc": {
618
+ "__schema": "DocSchema",
619
+ "location": {
620
+ "filePath": "dependencies.main.runtime.ts",
621
+ "line": 214,
622
+ "character": 3
623
+ },
624
+ "raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
625
+ "comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object."
626
+ },
627
+ "signature": "(method) DependenciesMain.loadDependenciesFromScope(component: ConsumerComponent, dependenciesData: Partial<DependenciesData>): Promise<void>",
628
+ "name": "loadDependenciesFromScope",
629
+ "params": [
630
+ {
631
+ "__schema": "ParameterSchema",
632
+ "location": {
633
+ "filePath": "dependencies.main.runtime.ts",
634
+ "line": 220,
635
+ "character": 35
636
+ },
637
+ "name": "component",
638
+ "type": {
639
+ "__schema": "TypeRefSchema",
640
+ "location": {
641
+ "filePath": "dependencies.main.runtime.ts",
642
+ "line": 220,
643
+ "character": 46
644
+ },
645
+ "name": "ConsumerComponent"
646
+ },
647
+ "isOptional": false,
648
+ "isSpread": false
649
+ },
650
+ {
651
+ "__schema": "ParameterSchema",
652
+ "location": {
653
+ "filePath": "dependencies.main.runtime.ts",
654
+ "line": 220,
655
+ "character": 65
656
+ },
657
+ "name": "dependenciesData",
658
+ "type": {
659
+ "__schema": "TypeRefSchema",
660
+ "location": {
661
+ "filePath": "dependencies.main.runtime.ts",
662
+ "line": 220,
663
+ "character": 83
664
+ },
665
+ "name": "Partial",
666
+ "typeArgs": [
667
+ {
668
+ "__schema": "TypeRefSchema",
669
+ "location": {
670
+ "filePath": "dependencies.main.runtime.ts",
671
+ "line": 220,
672
+ "character": 91
673
+ },
674
+ "name": "DependenciesData"
675
+ }
676
+ ]
677
+ },
678
+ "isOptional": false,
679
+ "isSpread": false
680
+ }
681
+ ],
682
+ "returnType": {
683
+ "__schema": "InferenceTypeSchema",
684
+ "location": {
685
+ "filePath": "dependencies.main.runtime.ts",
686
+ "line": 220,
687
+ "character": 3
688
+ },
689
+ "type": "Promise<void>"
690
+ },
691
+ "modifiers": [
692
+ "async"
693
+ ]
694
+ },
695
+ {
696
+ "__schema": "FunctionLikeSchema",
697
+ "location": {
698
+ "filePath": "dependencies.main.runtime.ts",
699
+ "line": 230,
700
+ "character": 3
701
+ },
702
+ "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
703
+ "name": "debugDependencies",
704
+ "params": [
705
+ {
706
+ "__schema": "ParameterSchema",
707
+ "location": {
708
+ "filePath": "dependencies.main.runtime.ts",
709
+ "line": 230,
710
+ "character": 27
711
+ },
712
+ "name": "id",
713
+ "type": {
714
+ "__schema": "KeywordTypeSchema",
715
+ "location": {
716
+ "filePath": "dependencies.main.runtime.ts",
717
+ "line": 230,
718
+ "character": 31
719
+ },
720
+ "name": "string"
721
+ },
722
+ "isOptional": false,
723
+ "isSpread": false
724
+ }
725
+ ],
726
+ "returnType": {
727
+ "__schema": "TypeRefSchema",
728
+ "location": {
729
+ "filePath": "dependencies.main.runtime.ts",
730
+ "line": 230,
731
+ "character": 40
732
+ },
733
+ "name": "Promise",
734
+ "typeArgs": [
735
+ {
736
+ "__schema": "TypeRefSchema",
737
+ "location": {
738
+ "filePath": "dependencies.main.runtime.ts",
739
+ "line": 230,
740
+ "character": 48
741
+ },
742
+ "name": "DependenciesResultsDebug"
743
+ }
744
+ ]
745
+ },
746
+ "modifiers": [
747
+ "async"
748
+ ]
749
+ },
750
+ {
751
+ "__schema": "FunctionLikeSchema",
752
+ "location": {
753
+ "filePath": "dependencies.main.runtime.ts",
754
+ "line": 262,
755
+ "character": 3
756
+ },
757
+ "doc": {
758
+ "__schema": "DocSchema",
759
+ "location": {
760
+ "filePath": "dependencies.main.runtime.ts",
761
+ "line": 258,
762
+ "character": 3
763
+ },
764
+ "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
765
+ "comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest."
766
+ },
767
+ "signature": "(method) DependenciesMain.blame(compName: string, depName: string): Promise<BlameResult[]>",
768
+ "name": "blame",
769
+ "params": [
770
+ {
771
+ "__schema": "ParameterSchema",
772
+ "location": {
773
+ "filePath": "dependencies.main.runtime.ts",
774
+ "line": 262,
775
+ "character": 15
776
+ },
777
+ "name": "compName",
778
+ "type": {
779
+ "__schema": "KeywordTypeSchema",
780
+ "location": {
781
+ "filePath": "dependencies.main.runtime.ts",
782
+ "line": 262,
783
+ "character": 25
784
+ },
785
+ "name": "string"
786
+ },
787
+ "isOptional": false,
788
+ "isSpread": false
789
+ },
790
+ {
791
+ "__schema": "ParameterSchema",
792
+ "location": {
793
+ "filePath": "dependencies.main.runtime.ts",
794
+ "line": 262,
795
+ "character": 33
796
+ },
797
+ "name": "depName",
798
+ "type": {
799
+ "__schema": "KeywordTypeSchema",
800
+ "location": {
801
+ "filePath": "dependencies.main.runtime.ts",
802
+ "line": 262,
803
+ "character": 42
804
+ },
805
+ "name": "string"
806
+ },
807
+ "isOptional": false,
808
+ "isSpread": false
809
+ }
810
+ ],
811
+ "returnType": {
812
+ "__schema": "InferenceTypeSchema",
813
+ "location": {
814
+ "filePath": "dependencies.main.runtime.ts",
815
+ "line": 262,
816
+ "character": 3
817
+ },
818
+ "type": "Promise<BlameResult[]>"
819
+ },
820
+ "modifiers": [
821
+ "async"
822
+ ]
823
+ },
824
+ {
825
+ "__schema": "FunctionLikeSchema",
826
+ "location": {
827
+ "filePath": "dependencies.main.runtime.ts",
828
+ "line": 295,
829
+ "character": 3
830
+ },
831
+ "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
832
+ "name": "usageDeep",
833
+ "params": [
834
+ {
835
+ "__schema": "ParameterSchema",
836
+ "location": {
837
+ "filePath": "dependencies.main.runtime.ts",
838
+ "line": 295,
839
+ "character": 19
840
+ },
841
+ "name": "depName",
842
+ "type": {
843
+ "__schema": "KeywordTypeSchema",
844
+ "location": {
845
+ "filePath": "dependencies.main.runtime.ts",
846
+ "line": 295,
847
+ "character": 28
848
+ },
849
+ "name": "string"
850
+ },
851
+ "isOptional": false,
852
+ "isSpread": false
853
+ },
854
+ {
855
+ "__schema": "ParameterSchema",
856
+ "location": {
857
+ "filePath": "dependencies.main.runtime.ts",
858
+ "line": 295,
859
+ "character": 36
860
+ },
861
+ "name": "opts",
862
+ "type": {
863
+ "__schema": "TypeLiteralSchema",
864
+ "location": {
865
+ "filePath": "dependencies.main.runtime.ts",
866
+ "line": 295,
867
+ "character": 43
868
+ },
869
+ "members": [
870
+ {
871
+ "__schema": "VariableLikeSchema",
872
+ "location": {
873
+ "filePath": "dependencies.main.runtime.ts",
874
+ "line": 295,
875
+ "character": 45
876
+ },
877
+ "signature": "(property) depth?: number | undefined",
878
+ "name": "depth",
879
+ "type": {
880
+ "__schema": "KeywordTypeSchema",
881
+ "location": {
882
+ "filePath": "dependencies.main.runtime.ts",
883
+ "line": 295,
884
+ "character": 53
885
+ },
886
+ "name": "number"
887
+ },
888
+ "isOptional": true
889
+ }
890
+ ]
891
+ },
892
+ "isOptional": true,
893
+ "isSpread": false
894
+ }
895
+ ],
896
+ "returnType": {
897
+ "__schema": "TypeRefSchema",
898
+ "location": {
899
+ "filePath": "dependencies.main.runtime.ts",
900
+ "line": 295,
901
+ "character": 64
902
+ },
903
+ "name": "Promise",
904
+ "typeArgs": [
905
+ {
906
+ "__schema": "TypeUnionSchema",
907
+ "location": {
908
+ "filePath": "dependencies.main.runtime.ts",
909
+ "line": 295,
910
+ "character": 72
911
+ },
912
+ "types": [
913
+ {
914
+ "__schema": "KeywordTypeSchema",
915
+ "location": {
916
+ "filePath": "dependencies.main.runtime.ts",
917
+ "line": 295,
918
+ "character": 72
919
+ },
920
+ "name": "string"
921
+ },
922
+ {
923
+ "__schema": "KeywordTypeSchema",
924
+ "location": {
925
+ "filePath": "dependencies.main.runtime.ts",
926
+ "line": 295,
927
+ "character": 81
928
+ },
929
+ "name": "undefined"
930
+ }
931
+ ]
932
+ }
933
+ ]
934
+ },
935
+ "modifiers": [
936
+ "async"
937
+ ]
938
+ },
939
+ {
940
+ "__schema": "FunctionLikeSchema",
941
+ "location": {
942
+ "filePath": "dependencies.main.runtime.ts",
943
+ "line": 309,
944
+ "character": 3
945
+ },
946
+ "doc": {
947
+ "__schema": "DocSchema",
948
+ "location": {
949
+ "filePath": "dependencies.main.runtime.ts",
950
+ "line": 305,
951
+ "character": 3
952
+ },
953
+ "raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
954
+ "tags": [
955
+ {
956
+ "__schema": "PropertyLikeTagSchema",
957
+ "location": {
958
+ "filePath": "dependencies.main.runtime.ts",
959
+ "line": 306,
960
+ "character": 6
961
+ },
962
+ "name": "depName",
963
+ "tagName": "parameter",
964
+ "comment": "either component-id-string or package-name (of the component or not component)"
965
+ },
966
+ {
967
+ "__schema": "ReturnTagSchema",
968
+ "location": {
969
+ "filePath": "dependencies.main.runtime.ts",
970
+ "line": 307,
971
+ "character": 6
972
+ },
973
+ "tagName": "return",
974
+ "comment": "a map of component-id-string to the version of the dependency"
975
+ }
976
+ ]
977
+ },
978
+ "signature": "(method) DependenciesMain.usage(depName: string): Promise<{\n [compIdStr: string]: string;\n}>",
979
+ "name": "usage",
980
+ "params": [
981
+ {
982
+ "__schema": "ParameterSchema",
983
+ "location": {
984
+ "filePath": "dependencies.main.runtime.ts",
985
+ "line": 309,
986
+ "character": 15
987
+ },
988
+ "name": "depName",
989
+ "type": {
990
+ "__schema": "KeywordTypeSchema",
991
+ "location": {
992
+ "filePath": "dependencies.main.runtime.ts",
993
+ "line": 309,
994
+ "character": 24
995
+ },
996
+ "name": "string"
997
+ },
998
+ "isOptional": false,
999
+ "isSpread": false
1000
+ }
1001
+ ],
1002
+ "returnType": {
1003
+ "__schema": "TypeRefSchema",
1004
+ "location": {
1005
+ "filePath": "dependencies.main.runtime.ts",
1006
+ "line": 309,
1007
+ "character": 33
1008
+ },
1009
+ "name": "Promise",
1010
+ "typeArgs": [
1011
+ {
1012
+ "__schema": "TypeLiteralSchema",
1013
+ "location": {
1014
+ "filePath": "dependencies.main.runtime.ts",
1015
+ "line": 309,
1016
+ "character": 41
1017
+ },
1018
+ "members": [
1019
+ {
1020
+ "__schema": "IndexSignatureSchema",
1021
+ "location": {
1022
+ "filePath": "dependencies.main.runtime.ts",
1023
+ "line": 309,
1024
+ "character": 43
1025
+ },
1026
+ "keyType": {
1027
+ "__schema": "ParameterSchema",
1028
+ "location": {
1029
+ "filePath": "dependencies.main.runtime.ts",
1030
+ "line": 309,
1031
+ "character": 44
1032
+ },
1033
+ "name": "compIdStr",
1034
+ "type": {
1035
+ "__schema": "KeywordTypeSchema",
1036
+ "location": {
1037
+ "filePath": "dependencies.main.runtime.ts",
1038
+ "line": 309,
1039
+ "character": 55
1040
+ },
1041
+ "name": "string"
1042
+ },
1043
+ "isOptional": false,
1044
+ "isSpread": false
1045
+ },
1046
+ "valueType": {
1047
+ "__schema": "KeywordTypeSchema",
1048
+ "location": {
1049
+ "filePath": "dependencies.main.runtime.ts",
1050
+ "line": 309,
1051
+ "character": 64
1052
+ },
1053
+ "name": "string"
1054
+ }
1055
+ }
1056
+ ]
1057
+ }
1058
+ ]
1059
+ },
1060
+ "modifiers": [
1061
+ "async"
1062
+ ]
1063
+ },
1064
+ {
1065
+ "__schema": "VariableLikeSchema",
1066
+ "location": {
1067
+ "filePath": "dependencies.main.runtime.ts",
1068
+ "line": 348,
1069
+ "character": 3
1070
+ },
1071
+ "signature": "(property) DependenciesMain.slots: never[]",
1072
+ "name": "slots",
1073
+ "type": {
1074
+ "__schema": "InferenceTypeSchema",
1075
+ "location": {
1076
+ "filePath": "dependencies.main.runtime.ts",
1077
+ "line": 348,
1078
+ "character": 3
1079
+ },
1080
+ "type": "never[]"
1081
+ },
1082
+ "isOptional": true,
1083
+ "defaultValue": "[]"
1084
+ },
1085
+ {
1086
+ "__schema": "VariableLikeSchema",
1087
+ "location": {
1088
+ "filePath": "dependencies.main.runtime.ts",
1089
+ "line": 349,
1090
+ "character": 3
1091
+ },
1092
+ "signature": "(property) DependenciesMain.dependencies: Aspect[]",
1093
+ "name": "dependencies",
1094
+ "type": {
1095
+ "__schema": "InferenceTypeSchema",
1096
+ "location": {
1097
+ "filePath": "dependencies.main.runtime.ts",
1098
+ "line": 349,
1099
+ "character": 3
1100
+ },
1101
+ "type": "Aspect[]"
1102
+ },
1103
+ "isOptional": true,
1104
+ "defaultValue": "[CLIAspect, WorkspaceAspect, DependencyResolverAspect, DevFilesAspect, AspectLoaderAspect]"
1105
+ },
1106
+ {
1107
+ "__schema": "VariableLikeSchema",
1108
+ "location": {
1109
+ "filePath": "dependencies.main.runtime.ts",
1110
+ "line": 351,
1111
+ "character": 3
1112
+ },
1113
+ "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
1114
+ "name": "runtime",
1115
+ "type": {
1116
+ "__schema": "InferenceTypeSchema",
1117
+ "location": {
1118
+ "filePath": "dependencies.main.runtime.ts",
1119
+ "line": 351,
1120
+ "character": 3
1121
+ },
1122
+ "type": "RuntimeDefinition"
1123
+ },
1124
+ "isOptional": true,
1125
+ "defaultValue": "MainRuntime"
1126
+ },
1127
+ {
1128
+ "__schema": "FunctionLikeSchema",
1129
+ "location": {
1130
+ "filePath": "dependencies.main.runtime.ts",
1131
+ "line": 353,
1132
+ "character": 3
1133
+ },
1134
+ "signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain\n]): Promise<DependenciesMain>",
1135
+ "name": "provider",
1136
+ "params": [
1137
+ {
1138
+ "__schema": "ParameterSchema",
1139
+ "location": {
1140
+ "filePath": "dependencies.main.runtime.ts",
1141
+ "line": 353,
1142
+ "character": 25
1143
+ },
1144
+ "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader ]",
1145
+ "type": {
1146
+ "__schema": "TupleTypeSchema",
1147
+ "location": {
1148
+ "filePath": "dependencies.main.runtime.ts",
1149
+ "line": 353,
1150
+ "character": 81
1151
+ },
1152
+ "elements": [
1153
+ {
1154
+ "__schema": "TypeRefSchema",
1155
+ "location": {
1156
+ "filePath": "dependencies.main.runtime.ts",
1157
+ "line": 354,
1158
+ "character": 5
1159
+ },
1160
+ "name": "CLIMain"
1161
+ },
1162
+ {
1163
+ "__schema": "TypeRefSchema",
1164
+ "location": {
1165
+ "filePath": "dependencies.main.runtime.ts",
1166
+ "line": 355,
1167
+ "character": 5
1168
+ },
1169
+ "name": "Workspace"
1170
+ },
1171
+ {
1172
+ "__schema": "TypeRefSchema",
1173
+ "location": {
1174
+ "filePath": "dependencies.main.runtime.ts",
1175
+ "line": 356,
1176
+ "character": 5
1177
+ },
1178
+ "name": "DependencyResolverMain"
1179
+ },
1180
+ {
1181
+ "__schema": "TypeRefSchema",
1182
+ "location": {
1183
+ "filePath": "dependencies.main.runtime.ts",
1184
+ "line": 357,
1185
+ "character": 5
1186
+ },
1187
+ "name": "DevFilesMain"
1188
+ },
1189
+ {
1190
+ "__schema": "TypeRefSchema",
1191
+ "location": {
1192
+ "filePath": "dependencies.main.runtime.ts",
1193
+ "line": 358,
1194
+ "character": 5
1195
+ },
1196
+ "name": "AspectLoaderMain"
1197
+ }
1198
+ ]
1199
+ },
1200
+ "isOptional": false,
1201
+ "isSpread": false
1202
+ }
1203
+ ],
1204
+ "returnType": {
1205
+ "__schema": "InferenceTypeSchema",
1206
+ "location": {
1207
+ "filePath": "dependencies.main.runtime.ts",
1208
+ "line": 353,
1209
+ "character": 3
1210
+ },
1211
+ "type": "Promise<DependenciesMain>"
1212
+ },
1213
+ "modifiers": [
1214
+ "static",
1215
+ "async"
1216
+ ]
1217
+ }
1218
+ ],
1219
+ "extendsNodes": [],
1220
+ "implementNodes": []
1221
+ },
1222
+ {
1223
+ "__schema": "UnImplementedSchema",
1224
+ "location": {
1225
+ "filePath": "index.ts",
1226
+ "line": 4,
1227
+ "character": 16
1228
+ },
1229
+ "name": "DependenciesAspect",
1230
+ "type": "Identifier"
1231
+ },
1232
+ {
1233
+ "__schema": "VariableLikeSchema",
1234
+ "location": {
1235
+ "filePath": "dependencies.aspect.ts",
1236
+ "line": 3,
1237
+ "character": 14
1238
+ },
1239
+ "signature": "const DependenciesAspect: Aspect",
1240
+ "name": "DependenciesAspect",
1241
+ "type": {
1242
+ "__schema": "TypeRefSchema",
1243
+ "location": {
1244
+ "filePath": "dependencies.aspect.ts",
1245
+ "line": 3,
1246
+ "character": 14
1247
+ },
1248
+ "name": "Aspect",
1249
+ "componentId": {
1250
+ "scope": "teambit.harmony",
1251
+ "name": "harmony",
1252
+ "version": "0.4.6"
1253
+ }
1254
+ },
1255
+ "isOptional": false,
1256
+ "defaultValue": "Aspect.create({\n id: 'teambit.dependencies/dependencies',\n})"
1257
+ }
1258
+ ],
1259
+ "internals": []
1260
+ },
1261
+ "internals": [
1262
+ {
1263
+ "__schema": "ModuleSchema",
1264
+ "location": {
1265
+ "filePath": "dependencies.main.runtime.ts",
1266
+ "line": 1,
1267
+ "character": 1
1268
+ },
1269
+ "exports": [
1270
+ {
1271
+ "__schema": "TypeSchema",
1272
+ "location": {
1273
+ "filePath": "dependencies.main.runtime.ts",
1274
+ "line": 38,
1275
+ "character": 1
1276
+ },
1277
+ "signature": "type RemoveDependencyResult = {\n id: ComponentID;\n removedPackages: string[];\n}",
1278
+ "name": "RemoveDependencyResult",
1279
+ "type": {
1280
+ "__schema": "TypeLiteralSchema",
1281
+ "location": {
1282
+ "filePath": "dependencies.main.runtime.ts",
1283
+ "line": 38,
1284
+ "character": 38
1285
+ },
1286
+ "members": [
1287
+ {
1288
+ "__schema": "VariableLikeSchema",
1289
+ "location": {
1290
+ "filePath": "dependencies.main.runtime.ts",
1291
+ "line": 38,
1292
+ "character": 40
1293
+ },
1294
+ "signature": "(property) id: ComponentID",
1295
+ "name": "id",
1296
+ "type": {
1297
+ "__schema": "TypeRefSchema",
1298
+ "location": {
1299
+ "filePath": "dependencies.main.runtime.ts",
1300
+ "line": 38,
1301
+ "character": 40
1302
+ },
1303
+ "name": "ComponentID",
1304
+ "componentId": {
1305
+ "scope": "teambit.component",
1306
+ "name": "component-id",
1307
+ "version": "1.2.0"
1308
+ }
1309
+ },
1310
+ "isOptional": false
1311
+ },
1312
+ {
1313
+ "__schema": "VariableLikeSchema",
1314
+ "location": {
1315
+ "filePath": "dependencies.main.runtime.ts",
1316
+ "line": 38,
1317
+ "character": 57
1318
+ },
1319
+ "signature": "(property) removedPackages: string[]",
1320
+ "name": "removedPackages",
1321
+ "type": {
1322
+ "__schema": "TypeArraySchema",
1323
+ "location": {
1324
+ "filePath": "dependencies.main.runtime.ts",
1325
+ "line": 38,
1326
+ "character": 74
1327
+ },
1328
+ "type": {
1329
+ "__schema": "KeywordTypeSchema",
1330
+ "location": {
1331
+ "filePath": "dependencies.main.runtime.ts",
1332
+ "line": 38,
1333
+ "character": 74
1334
+ },
1335
+ "name": "string"
1336
+ }
1337
+ },
1338
+ "isOptional": false
1339
+ }
1340
+ ]
1341
+ }
1342
+ },
1343
+ {
1344
+ "__schema": "TypeSchema",
1345
+ "location": {
1346
+ "filePath": "dependencies.main.runtime.ts",
1347
+ "line": 39,
1348
+ "character": 1
1349
+ },
1350
+ "signature": "type SetDependenciesResult = {\n changedComps: string[];\n addedPackages: Record<string, string>;\n}",
1351
+ "name": "SetDependenciesResult",
1352
+ "type": {
1353
+ "__schema": "TypeLiteralSchema",
1354
+ "location": {
1355
+ "filePath": "dependencies.main.runtime.ts",
1356
+ "line": 39,
1357
+ "character": 37
1358
+ },
1359
+ "members": [
1360
+ {
1361
+ "__schema": "VariableLikeSchema",
1362
+ "location": {
1363
+ "filePath": "dependencies.main.runtime.ts",
1364
+ "line": 39,
1365
+ "character": 39
1366
+ },
1367
+ "signature": "(property) changedComps: string[]",
1368
+ "name": "changedComps",
1369
+ "type": {
1370
+ "__schema": "TypeArraySchema",
1371
+ "location": {
1372
+ "filePath": "dependencies.main.runtime.ts",
1373
+ "line": 39,
1374
+ "character": 53
1375
+ },
1376
+ "type": {
1377
+ "__schema": "KeywordTypeSchema",
1378
+ "location": {
1379
+ "filePath": "dependencies.main.runtime.ts",
1380
+ "line": 39,
1381
+ "character": 53
1382
+ },
1383
+ "name": "string"
1384
+ }
1385
+ },
1386
+ "isOptional": false
1387
+ },
1388
+ {
1389
+ "__schema": "VariableLikeSchema",
1390
+ "location": {
1391
+ "filePath": "dependencies.main.runtime.ts",
1392
+ "line": 39,
1393
+ "character": 63
1394
+ },
1395
+ "signature": "(property) addedPackages: Record<string, string>",
1396
+ "name": "addedPackages",
1397
+ "type": {
1398
+ "__schema": "TypeRefSchema",
1399
+ "location": {
1400
+ "filePath": "dependencies.main.runtime.ts",
1401
+ "line": 39,
1402
+ "character": 78
1403
+ },
1404
+ "name": "Record",
1405
+ "typeArgs": [
1406
+ {
1407
+ "__schema": "KeywordTypeSchema",
1408
+ "location": {
1409
+ "filePath": "dependencies.main.runtime.ts",
1410
+ "line": 39,
1411
+ "character": 85
1412
+ },
1413
+ "name": "string"
1414
+ },
1415
+ {
1416
+ "__schema": "KeywordTypeSchema",
1417
+ "location": {
1418
+ "filePath": "dependencies.main.runtime.ts",
1419
+ "line": 39,
1420
+ "character": 93
1421
+ },
1422
+ "name": "string"
1423
+ }
1424
+ ]
1425
+ },
1426
+ "isOptional": false
1427
+ }
1428
+ ]
1429
+ }
1430
+ },
1431
+ {
1432
+ "__schema": "TypeSchema",
1433
+ "location": {
1434
+ "filePath": "dependencies.main.runtime.ts",
1435
+ "line": 40,
1436
+ "character": 1
1437
+ },
1438
+ "signature": "type DependenciesResultsDebug = DebugDependencies & OverridesDependenciesData & {\n coreAspects: string[];\n sources: {\n id: string;\n source: string;\n }[];\n}",
1439
+ "name": "DependenciesResultsDebug",
1440
+ "type": {
1441
+ "__schema": "TypeIntersectionSchema",
1442
+ "location": {
1443
+ "filePath": "dependencies.main.runtime.ts",
1444
+ "line": 40,
1445
+ "character": 40
1446
+ },
1447
+ "types": [
1448
+ {
1449
+ "__schema": "TypeRefSchema",
1450
+ "location": {
1451
+ "filePath": "dependencies.main.runtime.ts",
1452
+ "line": 40,
1453
+ "character": 40
1454
+ },
1455
+ "name": "DebugDependencies"
1456
+ },
1457
+ {
1458
+ "__schema": "TypeRefSchema",
1459
+ "location": {
1460
+ "filePath": "dependencies.main.runtime.ts",
1461
+ "line": 41,
1462
+ "character": 3
1463
+ },
1464
+ "name": "OverridesDependenciesData"
1465
+ },
1466
+ {
1467
+ "__schema": "TypeLiteralSchema",
1468
+ "location": {
1469
+ "filePath": "dependencies.main.runtime.ts",
1470
+ "line": 41,
1471
+ "character": 31
1472
+ },
1473
+ "members": [
1474
+ {
1475
+ "__schema": "VariableLikeSchema",
1476
+ "location": {
1477
+ "filePath": "dependencies.main.runtime.ts",
1478
+ "line": 41,
1479
+ "character": 33
1480
+ },
1481
+ "signature": "(property) coreAspects: string[]",
1482
+ "name": "coreAspects",
1483
+ "type": {
1484
+ "__schema": "TypeArraySchema",
1485
+ "location": {
1486
+ "filePath": "dependencies.main.runtime.ts",
1487
+ "line": 41,
1488
+ "character": 46
1489
+ },
1490
+ "type": {
1491
+ "__schema": "KeywordTypeSchema",
1492
+ "location": {
1493
+ "filePath": "dependencies.main.runtime.ts",
1494
+ "line": 41,
1495
+ "character": 46
1496
+ },
1497
+ "name": "string"
1498
+ }
1499
+ },
1500
+ "isOptional": false
1501
+ },
1502
+ {
1503
+ "__schema": "VariableLikeSchema",
1504
+ "location": {
1505
+ "filePath": "dependencies.main.runtime.ts",
1506
+ "line": 41,
1507
+ "character": 56
1508
+ },
1509
+ "signature": "(property) sources: {\n id: string;\n source: string;\n}[]",
1510
+ "name": "sources",
1511
+ "type": {
1512
+ "__schema": "TypeArraySchema",
1513
+ "location": {
1514
+ "filePath": "dependencies.main.runtime.ts",
1515
+ "line": 41,
1516
+ "character": 65
1517
+ },
1518
+ "type": {
1519
+ "__schema": "TypeLiteralSchema",
1520
+ "location": {
1521
+ "filePath": "dependencies.main.runtime.ts",
1522
+ "line": 41,
1523
+ "character": 65
1524
+ },
1525
+ "members": [
1526
+ {
1527
+ "__schema": "VariableLikeSchema",
1528
+ "location": {
1529
+ "filePath": "dependencies.main.runtime.ts",
1530
+ "line": 41,
1531
+ "character": 67
1532
+ },
1533
+ "signature": "(property) id: string",
1534
+ "name": "id",
1535
+ "type": {
1536
+ "__schema": "KeywordTypeSchema",
1537
+ "location": {
1538
+ "filePath": "dependencies.main.runtime.ts",
1539
+ "line": 41,
1540
+ "character": 71
1541
+ },
1542
+ "name": "string"
1543
+ },
1544
+ "isOptional": false
1545
+ },
1546
+ {
1547
+ "__schema": "VariableLikeSchema",
1548
+ "location": {
1549
+ "filePath": "dependencies.main.runtime.ts",
1550
+ "line": 41,
1551
+ "character": 79
1552
+ },
1553
+ "signature": "(property) source: string",
1554
+ "name": "source",
1555
+ "type": {
1556
+ "__schema": "KeywordTypeSchema",
1557
+ "location": {
1558
+ "filePath": "dependencies.main.runtime.ts",
1559
+ "line": 41,
1560
+ "character": 87
1561
+ },
1562
+ "name": "string"
1563
+ },
1564
+ "isOptional": false
1565
+ }
1566
+ ]
1567
+ }
1568
+ },
1569
+ "isOptional": false
1570
+ }
1571
+ ]
1572
+ }
1573
+ ]
1574
+ }
1575
+ },
1576
+ {
1577
+ "__schema": "TypeSchema",
1578
+ "location": {
1579
+ "filePath": "dependencies.main.runtime.ts",
1580
+ "line": 43,
1581
+ "character": 1
1582
+ },
1583
+ "signature": "type DependenciesResults = {\n scopeGraph: DependencyGraph;\n workspaceGraph: DependencyGraph;\n id: ComponentID;\n}",
1584
+ "name": "DependenciesResults",
1585
+ "type": {
1586
+ "__schema": "TypeLiteralSchema",
1587
+ "location": {
1588
+ "filePath": "dependencies.main.runtime.ts",
1589
+ "line": 43,
1590
+ "character": 35
1591
+ },
1592
+ "members": [
1593
+ {
1594
+ "__schema": "VariableLikeSchema",
1595
+ "location": {
1596
+ "filePath": "dependencies.main.runtime.ts",
1597
+ "line": 44,
1598
+ "character": 3
1599
+ },
1600
+ "signature": "(property) scopeGraph: DependencyGraph",
1601
+ "name": "scopeGraph",
1602
+ "type": {
1603
+ "__schema": "TypeRefSchema",
1604
+ "location": {
1605
+ "filePath": "dependencies.main.runtime.ts",
1606
+ "line": 44,
1607
+ "character": 3
1608
+ },
1609
+ "name": "DependencyGraph",
1610
+ "packageName": "@teambit/legacy/dist/scope/graph/scope-graph"
1611
+ },
1612
+ "isOptional": false
1613
+ },
1614
+ {
1615
+ "__schema": "VariableLikeSchema",
1616
+ "location": {
1617
+ "filePath": "dependencies.main.runtime.ts",
1618
+ "line": 45,
1619
+ "character": 3
1620
+ },
1621
+ "signature": "(property) workspaceGraph: DependencyGraph",
1622
+ "name": "workspaceGraph",
1623
+ "type": {
1624
+ "__schema": "TypeRefSchema",
1625
+ "location": {
1626
+ "filePath": "dependencies.main.runtime.ts",
1627
+ "line": 45,
1628
+ "character": 3
1629
+ },
1630
+ "name": "DependencyGraph",
1631
+ "packageName": "@teambit/legacy/dist/scope/graph/scope-graph"
1632
+ },
1633
+ "isOptional": false
1634
+ },
1635
+ {
1636
+ "__schema": "VariableLikeSchema",
1637
+ "location": {
1638
+ "filePath": "dependencies.main.runtime.ts",
1639
+ "line": 46,
1640
+ "character": 3
1641
+ },
1642
+ "signature": "(property) id: ComponentID",
1643
+ "name": "id",
1644
+ "type": {
1645
+ "__schema": "TypeRefSchema",
1646
+ "location": {
1647
+ "filePath": "dependencies.main.runtime.ts",
1648
+ "line": 46,
1649
+ "character": 3
1650
+ },
1651
+ "name": "ComponentID",
1652
+ "componentId": {
1653
+ "scope": "teambit.component",
1654
+ "name": "component-id",
1655
+ "version": "1.2.0"
1656
+ }
1657
+ },
1658
+ "isOptional": false
1659
+ }
1660
+ ]
1661
+ }
1662
+ },
1663
+ {
1664
+ "__schema": "TypeSchema",
1665
+ "location": {
1666
+ "filePath": "dependencies.main.runtime.ts",
1667
+ "line": 49,
1668
+ "character": 1
1669
+ },
1670
+ "signature": "type BlameResult = {\n snap: string;\n tag?: string | undefined;\n author: string;\n date: string;\n message: string;\n version: string;\n}",
1671
+ "name": "BlameResult",
1672
+ "type": {
1673
+ "__schema": "TypeLiteralSchema",
1674
+ "location": {
1675
+ "filePath": "dependencies.main.runtime.ts",
1676
+ "line": 49,
1677
+ "character": 27
1678
+ },
1679
+ "members": [
1680
+ {
1681
+ "__schema": "VariableLikeSchema",
1682
+ "location": {
1683
+ "filePath": "dependencies.main.runtime.ts",
1684
+ "line": 50,
1685
+ "character": 3
1686
+ },
1687
+ "signature": "(property) snap: string",
1688
+ "name": "snap",
1689
+ "type": {
1690
+ "__schema": "KeywordTypeSchema",
1691
+ "location": {
1692
+ "filePath": "dependencies.main.runtime.ts",
1693
+ "line": 50,
1694
+ "character": 9
1695
+ },
1696
+ "name": "string"
1697
+ },
1698
+ "isOptional": false
1699
+ },
1700
+ {
1701
+ "__schema": "VariableLikeSchema",
1702
+ "location": {
1703
+ "filePath": "dependencies.main.runtime.ts",
1704
+ "line": 51,
1705
+ "character": 3
1706
+ },
1707
+ "signature": "(property) tag?: string | undefined",
1708
+ "name": "tag",
1709
+ "type": {
1710
+ "__schema": "KeywordTypeSchema",
1711
+ "location": {
1712
+ "filePath": "dependencies.main.runtime.ts",
1713
+ "line": 51,
1714
+ "character": 9
1715
+ },
1716
+ "name": "string"
1717
+ },
1718
+ "isOptional": true
1719
+ },
1720
+ {
1721
+ "__schema": "VariableLikeSchema",
1722
+ "location": {
1723
+ "filePath": "dependencies.main.runtime.ts",
1724
+ "line": 52,
1725
+ "character": 3
1726
+ },
1727
+ "signature": "(property) author: string",
1728
+ "name": "author",
1729
+ "type": {
1730
+ "__schema": "KeywordTypeSchema",
1731
+ "location": {
1732
+ "filePath": "dependencies.main.runtime.ts",
1733
+ "line": 52,
1734
+ "character": 11
1735
+ },
1736
+ "name": "string"
1737
+ },
1738
+ "isOptional": false
1739
+ },
1740
+ {
1741
+ "__schema": "VariableLikeSchema",
1742
+ "location": {
1743
+ "filePath": "dependencies.main.runtime.ts",
1744
+ "line": 53,
1745
+ "character": 3
1746
+ },
1747
+ "signature": "(property) date: string",
1748
+ "name": "date",
1749
+ "type": {
1750
+ "__schema": "KeywordTypeSchema",
1751
+ "location": {
1752
+ "filePath": "dependencies.main.runtime.ts",
1753
+ "line": 53,
1754
+ "character": 9
1755
+ },
1756
+ "name": "string"
1757
+ },
1758
+ "isOptional": false
1759
+ },
1760
+ {
1761
+ "__schema": "VariableLikeSchema",
1762
+ "location": {
1763
+ "filePath": "dependencies.main.runtime.ts",
1764
+ "line": 54,
1765
+ "character": 3
1766
+ },
1767
+ "signature": "(property) message: string",
1768
+ "name": "message",
1769
+ "type": {
1770
+ "__schema": "KeywordTypeSchema",
1771
+ "location": {
1772
+ "filePath": "dependencies.main.runtime.ts",
1773
+ "line": 54,
1774
+ "character": 12
1775
+ },
1776
+ "name": "string"
1777
+ },
1778
+ "isOptional": false
1779
+ },
1780
+ {
1781
+ "__schema": "VariableLikeSchema",
1782
+ "location": {
1783
+ "filePath": "dependencies.main.runtime.ts",
1784
+ "line": 55,
1785
+ "character": 3
1786
+ },
1787
+ "signature": "(property) version: string",
1788
+ "name": "version",
1789
+ "type": {
1790
+ "__schema": "KeywordTypeSchema",
1791
+ "location": {
1792
+ "filePath": "dependencies.main.runtime.ts",
1793
+ "line": 55,
1794
+ "character": 12
1795
+ },
1796
+ "name": "string"
1797
+ },
1798
+ "isOptional": false
1799
+ }
1800
+ ]
1801
+ }
1802
+ },
1803
+ {
1804
+ "__schema": "ClassSchema",
1805
+ "location": {
1806
+ "filePath": "dependencies.main.runtime.ts",
1807
+ "line": 58,
1808
+ "character": 1
1809
+ },
1810
+ "signature": "class DependenciesMain",
1811
+ "name": "DependenciesMain",
1812
+ "members": [
1813
+ {
1814
+ "__schema": "ConstructorSchema",
1815
+ "location": {
1816
+ "filePath": "dependencies.main.runtime.ts",
1817
+ "line": 59,
1818
+ "character": 3
1819
+ },
1820
+ "signature": "constructor DependenciesMain(workspace: Workspace, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain): DependenciesMain",
1821
+ "name": "constructor",
1822
+ "params": [
1823
+ {
1824
+ "__schema": "ParameterSchema",
1825
+ "location": {
1826
+ "filePath": "dependencies.main.runtime.ts",
1827
+ "line": 60,
1828
+ "character": 5
1829
+ },
1830
+ "name": "workspace",
1831
+ "type": {
1832
+ "__schema": "TypeRefSchema",
1833
+ "location": {
1834
+ "filePath": "dependencies.main.runtime.ts",
1835
+ "line": 60,
1836
+ "character": 24
1837
+ },
1838
+ "name": "Workspace"
1839
+ },
1840
+ "isOptional": false,
1841
+ "isSpread": false
1842
+ },
1843
+ {
1844
+ "__schema": "ParameterSchema",
1845
+ "location": {
1846
+ "filePath": "dependencies.main.runtime.ts",
1847
+ "line": 61,
1848
+ "character": 5
1849
+ },
1850
+ "name": "dependencyResolver",
1851
+ "type": {
1852
+ "__schema": "TypeRefSchema",
1853
+ "location": {
1854
+ "filePath": "dependencies.main.runtime.ts",
1855
+ "line": 61,
1856
+ "character": 33
1857
+ },
1858
+ "name": "DependencyResolverMain"
1859
+ },
1860
+ "isOptional": false,
1861
+ "isSpread": false
1862
+ },
1863
+ {
1864
+ "__schema": "ParameterSchema",
1865
+ "location": {
1866
+ "filePath": "dependencies.main.runtime.ts",
1867
+ "line": 62,
1868
+ "character": 5
1869
+ },
1870
+ "name": "devFiles",
1871
+ "type": {
1872
+ "__schema": "TypeRefSchema",
1873
+ "location": {
1874
+ "filePath": "dependencies.main.runtime.ts",
1875
+ "line": 62,
1876
+ "character": 23
1877
+ },
1878
+ "name": "DevFilesMain"
1879
+ },
1880
+ "isOptional": false,
1881
+ "isSpread": false
1882
+ },
1883
+ {
1884
+ "__schema": "ParameterSchema",
1885
+ "location": {
1886
+ "filePath": "dependencies.main.runtime.ts",
1887
+ "line": 63,
1888
+ "character": 5
1889
+ },
1890
+ "name": "aspectLoader",
1891
+ "type": {
1892
+ "__schema": "TypeRefSchema",
1893
+ "location": {
1894
+ "filePath": "dependencies.main.runtime.ts",
1895
+ "line": 63,
1896
+ "character": 27
1897
+ },
1898
+ "name": "AspectLoaderMain"
1899
+ },
1900
+ "isOptional": false,
1901
+ "isSpread": false
1902
+ }
1903
+ ],
1904
+ "returnType": {
1905
+ "__schema": "ThisTypeSchema",
1906
+ "location": {
1907
+ "filePath": "dependencies.main.runtime.ts",
1908
+ "line": 58,
1909
+ "character": 1
1910
+ },
1911
+ "name": "DependenciesMain"
1912
+ },
1913
+ "modifiers": []
1914
+ },
1915
+ {
1916
+ "__schema": "FunctionLikeSchema",
1917
+ "location": {
1918
+ "filePath": "dependencies.main.runtime.ts",
1919
+ "line": 66,
1920
+ "character": 3
1921
+ },
1922
+ "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
1923
+ "name": "setDependency",
1924
+ "params": [
1925
+ {
1926
+ "__schema": "ParameterSchema",
1927
+ "location": {
1928
+ "filePath": "dependencies.main.runtime.ts",
1929
+ "line": 67,
1930
+ "character": 5
1931
+ },
1932
+ "name": "componentPattern",
1933
+ "type": {
1934
+ "__schema": "KeywordTypeSchema",
1935
+ "location": {
1936
+ "filePath": "dependencies.main.runtime.ts",
1937
+ "line": 67,
1938
+ "character": 23
1939
+ },
1940
+ "name": "string"
1941
+ },
1942
+ "isOptional": false,
1943
+ "isSpread": false
1944
+ },
1945
+ {
1946
+ "__schema": "ParameterSchema",
1947
+ "location": {
1948
+ "filePath": "dependencies.main.runtime.ts",
1949
+ "line": 68,
1950
+ "character": 5
1951
+ },
1952
+ "name": "packages",
1953
+ "type": {
1954
+ "__schema": "TypeArraySchema",
1955
+ "location": {
1956
+ "filePath": "dependencies.main.runtime.ts",
1957
+ "line": 68,
1958
+ "character": 15
1959
+ },
1960
+ "type": {
1961
+ "__schema": "KeywordTypeSchema",
1962
+ "location": {
1963
+ "filePath": "dependencies.main.runtime.ts",
1964
+ "line": 68,
1965
+ "character": 15
1966
+ },
1967
+ "name": "string"
1968
+ }
1969
+ },
1970
+ "isOptional": false,
1971
+ "isSpread": false
1972
+ },
1973
+ {
1974
+ "__schema": "ParameterSchema",
1975
+ "location": {
1976
+ "filePath": "dependencies.main.runtime.ts",
1977
+ "line": 69,
1978
+ "character": 5
1979
+ },
1980
+ "name": "options",
1981
+ "type": {
1982
+ "__schema": "TypeRefSchema",
1983
+ "location": {
1984
+ "filePath": "dependencies.main.runtime.ts",
1985
+ "line": 69,
1986
+ "character": 14
1987
+ },
1988
+ "name": "SetDependenciesFlags"
1989
+ },
1990
+ "isOptional": true,
1991
+ "defaultValue": "{}",
1992
+ "isSpread": false
1993
+ }
1994
+ ],
1995
+ "returnType": {
1996
+ "__schema": "TypeRefSchema",
1997
+ "location": {
1998
+ "filePath": "dependencies.main.runtime.ts",
1999
+ "line": 70,
2000
+ "character": 6
2001
+ },
2002
+ "name": "Promise",
2003
+ "typeArgs": [
2004
+ {
2005
+ "__schema": "TypeRefSchema",
2006
+ "location": {
2007
+ "filePath": "dependencies.main.runtime.ts",
2008
+ "line": 70,
2009
+ "character": 14
2010
+ },
2011
+ "name": "SetDependenciesResult"
2012
+ }
2013
+ ]
2014
+ },
2015
+ "modifiers": [
2016
+ "async"
2017
+ ]
2018
+ },
2019
+ {
2020
+ "__schema": "FunctionLikeSchema",
2021
+ "location": {
2022
+ "filePath": "dependencies.main.runtime.ts",
2023
+ "line": 110,
2024
+ "character": 3
2025
+ },
2026
+ "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
2027
+ "name": "removeDependency",
2028
+ "params": [
2029
+ {
2030
+ "__schema": "ParameterSchema",
2031
+ "location": {
2032
+ "filePath": "dependencies.main.runtime.ts",
2033
+ "line": 111,
2034
+ "character": 5
2035
+ },
2036
+ "name": "componentPattern",
2037
+ "type": {
2038
+ "__schema": "KeywordTypeSchema",
2039
+ "location": {
2040
+ "filePath": "dependencies.main.runtime.ts",
2041
+ "line": 111,
2042
+ "character": 23
2043
+ },
2044
+ "name": "string"
2045
+ },
2046
+ "isOptional": false,
2047
+ "isSpread": false
2048
+ },
2049
+ {
2050
+ "__schema": "ParameterSchema",
2051
+ "location": {
2052
+ "filePath": "dependencies.main.runtime.ts",
2053
+ "line": 112,
2054
+ "character": 5
2055
+ },
2056
+ "name": "packages",
2057
+ "type": {
2058
+ "__schema": "TypeArraySchema",
2059
+ "location": {
2060
+ "filePath": "dependencies.main.runtime.ts",
2061
+ "line": 112,
2062
+ "character": 15
2063
+ },
2064
+ "type": {
2065
+ "__schema": "KeywordTypeSchema",
2066
+ "location": {
2067
+ "filePath": "dependencies.main.runtime.ts",
2068
+ "line": 112,
2069
+ "character": 15
2070
+ },
2071
+ "name": "string"
2072
+ }
2073
+ },
2074
+ "isOptional": false,
2075
+ "isSpread": false
2076
+ },
2077
+ {
2078
+ "__schema": "ParameterSchema",
2079
+ "location": {
2080
+ "filePath": "dependencies.main.runtime.ts",
2081
+ "line": 113,
2082
+ "character": 5
2083
+ },
2084
+ "name": "options",
2085
+ "type": {
2086
+ "__schema": "TypeRefSchema",
2087
+ "location": {
2088
+ "filePath": "dependencies.main.runtime.ts",
2089
+ "line": 113,
2090
+ "character": 14
2091
+ },
2092
+ "name": "RemoveDependenciesFlags"
2093
+ },
2094
+ "isOptional": true,
2095
+ "defaultValue": "{}",
2096
+ "isSpread": false
2097
+ },
2098
+ {
2099
+ "__schema": "ParameterSchema",
2100
+ "location": {
2101
+ "filePath": "dependencies.main.runtime.ts",
2102
+ "line": 114,
2103
+ "character": 5
2104
+ },
2105
+ "name": "removeOnlyIfExists",
2106
+ "type": {
2107
+ "__schema": "InferenceTypeSchema",
2108
+ "location": {
2109
+ "filePath": "dependencies.main.runtime.ts",
2110
+ "line": 114,
2111
+ "character": 5
2112
+ },
2113
+ "type": "boolean"
2114
+ },
2115
+ "isOptional": true,
2116
+ "defaultValue": "false",
2117
+ "isSpread": false
2118
+ }
2119
+ ],
2120
+ "returnType": {
2121
+ "__schema": "TypeRefSchema",
2122
+ "location": {
2123
+ "filePath": "dependencies.main.runtime.ts",
2124
+ "line": 115,
2125
+ "character": 6
2126
+ },
2127
+ "name": "Promise",
2128
+ "typeArgs": [
2129
+ {
2130
+ "__schema": "TypeArraySchema",
2131
+ "location": {
2132
+ "filePath": "dependencies.main.runtime.ts",
2133
+ "line": 115,
2134
+ "character": 14
2135
+ },
2136
+ "type": {
2137
+ "__schema": "TypeRefSchema",
2138
+ "location": {
2139
+ "filePath": "dependencies.main.runtime.ts",
2140
+ "line": 115,
2141
+ "character": 14
2142
+ },
2143
+ "name": "RemoveDependencyResult"
2144
+ }
2145
+ }
2146
+ ]
2147
+ },
2148
+ "modifiers": [
2149
+ "async"
2150
+ ]
2151
+ },
2152
+ {
2153
+ "__schema": "FunctionLikeSchema",
2154
+ "location": {
2155
+ "filePath": "dependencies.main.runtime.ts",
2156
+ "line": 162,
2157
+ "character": 3
2158
+ },
2159
+ "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
2160
+ "name": "reset",
2161
+ "params": [
2162
+ {
2163
+ "__schema": "ParameterSchema",
2164
+ "location": {
2165
+ "filePath": "dependencies.main.runtime.ts",
2166
+ "line": 162,
2167
+ "character": 15
2168
+ },
2169
+ "name": "componentPattern",
2170
+ "type": {
2171
+ "__schema": "KeywordTypeSchema",
2172
+ "location": {
2173
+ "filePath": "dependencies.main.runtime.ts",
2174
+ "line": 162,
2175
+ "character": 33
2176
+ },
2177
+ "name": "string"
2178
+ },
2179
+ "isOptional": false,
2180
+ "isSpread": false
2181
+ }
2182
+ ],
2183
+ "returnType": {
2184
+ "__schema": "TypeRefSchema",
2185
+ "location": {
2186
+ "filePath": "dependencies.main.runtime.ts",
2187
+ "line": 162,
2188
+ "character": 42
2189
+ },
2190
+ "name": "Promise",
2191
+ "typeArgs": [
2192
+ {
2193
+ "__schema": "TypeArraySchema",
2194
+ "location": {
2195
+ "filePath": "dependencies.main.runtime.ts",
2196
+ "line": 162,
2197
+ "character": 50
2198
+ },
2199
+ "type": {
2200
+ "__schema": "TypeRefSchema",
2201
+ "location": {
2202
+ "filePath": "dependencies.main.runtime.ts",
2203
+ "line": 162,
2204
+ "character": 50
2205
+ },
2206
+ "name": "ComponentID"
2207
+ }
2208
+ }
2209
+ ]
2210
+ },
2211
+ "modifiers": [
2212
+ "async"
2213
+ ]
2214
+ },
2215
+ {
2216
+ "__schema": "FunctionLikeSchema",
2217
+ "location": {
2218
+ "filePath": "dependencies.main.runtime.ts",
2219
+ "line": 172,
2220
+ "character": 3
2221
+ },
2222
+ "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
2223
+ "name": "eject",
2224
+ "params": [
2225
+ {
2226
+ "__schema": "ParameterSchema",
2227
+ "location": {
2228
+ "filePath": "dependencies.main.runtime.ts",
2229
+ "line": 172,
2230
+ "character": 15
2231
+ },
2232
+ "name": "componentPattern",
2233
+ "type": {
2234
+ "__schema": "KeywordTypeSchema",
2235
+ "location": {
2236
+ "filePath": "dependencies.main.runtime.ts",
2237
+ "line": 172,
2238
+ "character": 33
2239
+ },
2240
+ "name": "string"
2241
+ },
2242
+ "isOptional": false,
2243
+ "isSpread": false
2244
+ }
2245
+ ],
2246
+ "returnType": {
2247
+ "__schema": "TypeRefSchema",
2248
+ "location": {
2249
+ "filePath": "dependencies.main.runtime.ts",
2250
+ "line": 172,
2251
+ "character": 42
2252
+ },
2253
+ "name": "Promise",
2254
+ "typeArgs": [
2255
+ {
2256
+ "__schema": "TypeArraySchema",
2257
+ "location": {
2258
+ "filePath": "dependencies.main.runtime.ts",
2259
+ "line": 172,
2260
+ "character": 50
2261
+ },
2262
+ "type": {
2263
+ "__schema": "TypeRefSchema",
2264
+ "location": {
2265
+ "filePath": "dependencies.main.runtime.ts",
2266
+ "line": 172,
2267
+ "character": 50
2268
+ },
2269
+ "name": "ComponentID"
2270
+ }
2271
+ }
2272
+ ]
2273
+ },
2274
+ "modifiers": [
2275
+ "async"
2276
+ ]
2277
+ },
2278
+ {
2279
+ "__schema": "FunctionLikeSchema",
2280
+ "location": {
2281
+ "filePath": "dependencies.main.runtime.ts",
2282
+ "line": 190,
2283
+ "character": 3
2284
+ },
2285
+ "signature": "(method) DependenciesMain.getDependencies(id: string): Promise<DependenciesResults>",
2286
+ "name": "getDependencies",
2287
+ "params": [
2288
+ {
2289
+ "__schema": "ParameterSchema",
2290
+ "location": {
2291
+ "filePath": "dependencies.main.runtime.ts",
2292
+ "line": 190,
2293
+ "character": 25
2294
+ },
2295
+ "name": "id",
2296
+ "type": {
2297
+ "__schema": "KeywordTypeSchema",
2298
+ "location": {
2299
+ "filePath": "dependencies.main.runtime.ts",
2300
+ "line": 190,
2301
+ "character": 29
2302
+ },
2303
+ "name": "string"
2304
+ },
2305
+ "isOptional": false,
2306
+ "isSpread": false
2307
+ }
2308
+ ],
2309
+ "returnType": {
2310
+ "__schema": "TypeRefSchema",
2311
+ "location": {
2312
+ "filePath": "dependencies.main.runtime.ts",
2313
+ "line": 190,
2314
+ "character": 38
2315
+ },
2316
+ "name": "Promise",
2317
+ "typeArgs": [
2318
+ {
2319
+ "__schema": "TypeRefSchema",
2320
+ "location": {
2321
+ "filePath": "dependencies.main.runtime.ts",
2322
+ "line": 190,
2323
+ "character": 46
2324
+ },
2325
+ "name": "DependenciesResults"
2326
+ }
2327
+ ]
2328
+ },
2329
+ "modifiers": [
2330
+ "async"
2331
+ ]
2332
+ },
2333
+ {
2334
+ "__schema": "FunctionLikeSchema",
2335
+ "location": {
2336
+ "filePath": "dependencies.main.runtime.ts",
2337
+ "line": 204,
2338
+ "character": 3
2339
+ },
2340
+ "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
2341
+ "name": "loadDependencies",
2342
+ "params": [
2343
+ {
2344
+ "__schema": "ParameterSchema",
2345
+ "location": {
2346
+ "filePath": "dependencies.main.runtime.ts",
2347
+ "line": 204,
2348
+ "character": 26
2349
+ },
2350
+ "name": "component",
2351
+ "type": {
2352
+ "__schema": "TypeRefSchema",
2353
+ "location": {
2354
+ "filePath": "dependencies.main.runtime.ts",
2355
+ "line": 204,
2356
+ "character": 37
2357
+ },
2358
+ "name": "ConsumerComponent"
2359
+ },
2360
+ "isOptional": false,
2361
+ "isSpread": false
2362
+ },
2363
+ {
2364
+ "__schema": "ParameterSchema",
2365
+ "location": {
2366
+ "filePath": "dependencies.main.runtime.ts",
2367
+ "line": 204,
2368
+ "character": 56
2369
+ },
2370
+ "name": "opts",
2371
+ "type": {
2372
+ "__schema": "TypeRefSchema",
2373
+ "location": {
2374
+ "filePath": "dependencies.main.runtime.ts",
2375
+ "line": 204,
2376
+ "character": 62
2377
+ },
2378
+ "name": "DependencyLoaderOpts"
2379
+ },
2380
+ "isOptional": false,
2381
+ "isSpread": false
2382
+ }
2383
+ ],
2384
+ "returnType": {
2385
+ "__schema": "InferenceTypeSchema",
2386
+ "location": {
2387
+ "filePath": "dependencies.main.runtime.ts",
2388
+ "line": 204,
2389
+ "character": 3
2390
+ },
2391
+ "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
2392
+ },
2393
+ "modifiers": [
2394
+ "async"
2395
+ ]
2396
+ },
2397
+ {
2398
+ "__schema": "FunctionLikeSchema",
2399
+ "location": {
2400
+ "filePath": "dependencies.main.runtime.ts",
2401
+ "line": 220,
2402
+ "character": 3
2403
+ },
2404
+ "doc": {
2405
+ "__schema": "DocSchema",
2406
+ "location": {
2407
+ "filePath": "dependencies.main.runtime.ts",
2408
+ "line": 214,
2409
+ "character": 3
2410
+ },
2411
+ "raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
2412
+ "comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object."
2413
+ },
2414
+ "signature": "(method) DependenciesMain.loadDependenciesFromScope(component: ConsumerComponent, dependenciesData: Partial<DependenciesData>): Promise<void>",
2415
+ "name": "loadDependenciesFromScope",
2416
+ "params": [
2417
+ {
2418
+ "__schema": "ParameterSchema",
2419
+ "location": {
2420
+ "filePath": "dependencies.main.runtime.ts",
2421
+ "line": 220,
2422
+ "character": 35
2423
+ },
2424
+ "name": "component",
2425
+ "type": {
2426
+ "__schema": "TypeRefSchema",
2427
+ "location": {
2428
+ "filePath": "dependencies.main.runtime.ts",
2429
+ "line": 220,
2430
+ "character": 46
2431
+ },
2432
+ "name": "ConsumerComponent"
2433
+ },
2434
+ "isOptional": false,
2435
+ "isSpread": false
2436
+ },
2437
+ {
2438
+ "__schema": "ParameterSchema",
2439
+ "location": {
2440
+ "filePath": "dependencies.main.runtime.ts",
2441
+ "line": 220,
2442
+ "character": 65
2443
+ },
2444
+ "name": "dependenciesData",
2445
+ "type": {
2446
+ "__schema": "TypeRefSchema",
2447
+ "location": {
2448
+ "filePath": "dependencies.main.runtime.ts",
2449
+ "line": 220,
2450
+ "character": 83
2451
+ },
2452
+ "name": "Partial",
2453
+ "typeArgs": [
2454
+ {
2455
+ "__schema": "TypeRefSchema",
2456
+ "location": {
2457
+ "filePath": "dependencies.main.runtime.ts",
2458
+ "line": 220,
2459
+ "character": 91
2460
+ },
2461
+ "name": "DependenciesData"
2462
+ }
2463
+ ]
2464
+ },
2465
+ "isOptional": false,
2466
+ "isSpread": false
2467
+ }
2468
+ ],
2469
+ "returnType": {
2470
+ "__schema": "InferenceTypeSchema",
2471
+ "location": {
2472
+ "filePath": "dependencies.main.runtime.ts",
2473
+ "line": 220,
2474
+ "character": 3
2475
+ },
2476
+ "type": "Promise<void>"
2477
+ },
2478
+ "modifiers": [
2479
+ "async"
2480
+ ]
2481
+ },
2482
+ {
2483
+ "__schema": "FunctionLikeSchema",
2484
+ "location": {
2485
+ "filePath": "dependencies.main.runtime.ts",
2486
+ "line": 230,
2487
+ "character": 3
2488
+ },
2489
+ "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
2490
+ "name": "debugDependencies",
2491
+ "params": [
2492
+ {
2493
+ "__schema": "ParameterSchema",
2494
+ "location": {
2495
+ "filePath": "dependencies.main.runtime.ts",
2496
+ "line": 230,
2497
+ "character": 27
2498
+ },
2499
+ "name": "id",
2500
+ "type": {
2501
+ "__schema": "KeywordTypeSchema",
2502
+ "location": {
2503
+ "filePath": "dependencies.main.runtime.ts",
2504
+ "line": 230,
2505
+ "character": 31
2506
+ },
2507
+ "name": "string"
2508
+ },
2509
+ "isOptional": false,
2510
+ "isSpread": false
2511
+ }
2512
+ ],
2513
+ "returnType": {
2514
+ "__schema": "TypeRefSchema",
2515
+ "location": {
2516
+ "filePath": "dependencies.main.runtime.ts",
2517
+ "line": 230,
2518
+ "character": 40
2519
+ },
2520
+ "name": "Promise",
2521
+ "typeArgs": [
2522
+ {
2523
+ "__schema": "TypeRefSchema",
2524
+ "location": {
2525
+ "filePath": "dependencies.main.runtime.ts",
2526
+ "line": 230,
2527
+ "character": 48
2528
+ },
2529
+ "name": "DependenciesResultsDebug"
2530
+ }
2531
+ ]
2532
+ },
2533
+ "modifiers": [
2534
+ "async"
2535
+ ]
2536
+ },
2537
+ {
2538
+ "__schema": "FunctionLikeSchema",
2539
+ "location": {
2540
+ "filePath": "dependencies.main.runtime.ts",
2541
+ "line": 262,
2542
+ "character": 3
2543
+ },
2544
+ "doc": {
2545
+ "__schema": "DocSchema",
2546
+ "location": {
2547
+ "filePath": "dependencies.main.runtime.ts",
2548
+ "line": 258,
2549
+ "character": 3
2550
+ },
2551
+ "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
2552
+ "comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest."
2553
+ },
2554
+ "signature": "(method) DependenciesMain.blame(compName: string, depName: string): Promise<BlameResult[]>",
2555
+ "name": "blame",
2556
+ "params": [
2557
+ {
2558
+ "__schema": "ParameterSchema",
2559
+ "location": {
2560
+ "filePath": "dependencies.main.runtime.ts",
2561
+ "line": 262,
2562
+ "character": 15
2563
+ },
2564
+ "name": "compName",
2565
+ "type": {
2566
+ "__schema": "KeywordTypeSchema",
2567
+ "location": {
2568
+ "filePath": "dependencies.main.runtime.ts",
2569
+ "line": 262,
2570
+ "character": 25
2571
+ },
2572
+ "name": "string"
2573
+ },
2574
+ "isOptional": false,
2575
+ "isSpread": false
2576
+ },
2577
+ {
2578
+ "__schema": "ParameterSchema",
2579
+ "location": {
2580
+ "filePath": "dependencies.main.runtime.ts",
2581
+ "line": 262,
2582
+ "character": 33
2583
+ },
2584
+ "name": "depName",
2585
+ "type": {
2586
+ "__schema": "KeywordTypeSchema",
2587
+ "location": {
2588
+ "filePath": "dependencies.main.runtime.ts",
2589
+ "line": 262,
2590
+ "character": 42
2591
+ },
2592
+ "name": "string"
2593
+ },
2594
+ "isOptional": false,
2595
+ "isSpread": false
2596
+ }
2597
+ ],
2598
+ "returnType": {
2599
+ "__schema": "InferenceTypeSchema",
2600
+ "location": {
2601
+ "filePath": "dependencies.main.runtime.ts",
2602
+ "line": 262,
2603
+ "character": 3
2604
+ },
2605
+ "type": "Promise<BlameResult[]>"
2606
+ },
2607
+ "modifiers": [
2608
+ "async"
2609
+ ]
2610
+ },
2611
+ {
2612
+ "__schema": "FunctionLikeSchema",
2613
+ "location": {
2614
+ "filePath": "dependencies.main.runtime.ts",
2615
+ "line": 295,
2616
+ "character": 3
2617
+ },
2618
+ "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
2619
+ "name": "usageDeep",
2620
+ "params": [
2621
+ {
2622
+ "__schema": "ParameterSchema",
2623
+ "location": {
2624
+ "filePath": "dependencies.main.runtime.ts",
2625
+ "line": 295,
2626
+ "character": 19
2627
+ },
2628
+ "name": "depName",
2629
+ "type": {
2630
+ "__schema": "KeywordTypeSchema",
2631
+ "location": {
2632
+ "filePath": "dependencies.main.runtime.ts",
2633
+ "line": 295,
2634
+ "character": 28
2635
+ },
2636
+ "name": "string"
2637
+ },
2638
+ "isOptional": false,
2639
+ "isSpread": false
2640
+ },
2641
+ {
2642
+ "__schema": "ParameterSchema",
2643
+ "location": {
2644
+ "filePath": "dependencies.main.runtime.ts",
2645
+ "line": 295,
2646
+ "character": 36
2647
+ },
2648
+ "name": "opts",
2649
+ "type": {
2650
+ "__schema": "TypeLiteralSchema",
2651
+ "location": {
2652
+ "filePath": "dependencies.main.runtime.ts",
2653
+ "line": 295,
2654
+ "character": 43
2655
+ },
2656
+ "members": [
2657
+ {
2658
+ "__schema": "VariableLikeSchema",
2659
+ "location": {
2660
+ "filePath": "dependencies.main.runtime.ts",
2661
+ "line": 295,
2662
+ "character": 45
2663
+ },
2664
+ "signature": "(property) depth?: number | undefined",
2665
+ "name": "depth",
2666
+ "type": {
2667
+ "__schema": "KeywordTypeSchema",
2668
+ "location": {
2669
+ "filePath": "dependencies.main.runtime.ts",
2670
+ "line": 295,
2671
+ "character": 53
2672
+ },
2673
+ "name": "number"
2674
+ },
2675
+ "isOptional": true
2676
+ }
2677
+ ]
2678
+ },
2679
+ "isOptional": true,
2680
+ "isSpread": false
2681
+ }
2682
+ ],
2683
+ "returnType": {
2684
+ "__schema": "TypeRefSchema",
2685
+ "location": {
2686
+ "filePath": "dependencies.main.runtime.ts",
2687
+ "line": 295,
2688
+ "character": 64
2689
+ },
2690
+ "name": "Promise",
2691
+ "typeArgs": [
2692
+ {
2693
+ "__schema": "TypeUnionSchema",
2694
+ "location": {
2695
+ "filePath": "dependencies.main.runtime.ts",
2696
+ "line": 295,
2697
+ "character": 72
2698
+ },
2699
+ "types": [
2700
+ {
2701
+ "__schema": "KeywordTypeSchema",
2702
+ "location": {
2703
+ "filePath": "dependencies.main.runtime.ts",
2704
+ "line": 295,
2705
+ "character": 72
2706
+ },
2707
+ "name": "string"
2708
+ },
2709
+ {
2710
+ "__schema": "KeywordTypeSchema",
2711
+ "location": {
2712
+ "filePath": "dependencies.main.runtime.ts",
2713
+ "line": 295,
2714
+ "character": 81
2715
+ },
2716
+ "name": "undefined"
2717
+ }
2718
+ ]
2719
+ }
2720
+ ]
2721
+ },
2722
+ "modifiers": [
2723
+ "async"
2724
+ ]
2725
+ },
2726
+ {
2727
+ "__schema": "FunctionLikeSchema",
2728
+ "location": {
2729
+ "filePath": "dependencies.main.runtime.ts",
2730
+ "line": 309,
2731
+ "character": 3
2732
+ },
2733
+ "doc": {
2734
+ "__schema": "DocSchema",
2735
+ "location": {
2736
+ "filePath": "dependencies.main.runtime.ts",
2737
+ "line": 305,
2738
+ "character": 3
2739
+ },
2740
+ "raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
2741
+ "tags": [
2742
+ {
2743
+ "__schema": "PropertyLikeTagSchema",
2744
+ "location": {
2745
+ "filePath": "dependencies.main.runtime.ts",
2746
+ "line": 306,
2747
+ "character": 6
2748
+ },
2749
+ "name": "depName",
2750
+ "tagName": "parameter",
2751
+ "comment": "either component-id-string or package-name (of the component or not component)"
2752
+ },
2753
+ {
2754
+ "__schema": "ReturnTagSchema",
2755
+ "location": {
2756
+ "filePath": "dependencies.main.runtime.ts",
2757
+ "line": 307,
2758
+ "character": 6
2759
+ },
2760
+ "tagName": "return",
2761
+ "comment": "a map of component-id-string to the version of the dependency"
2762
+ }
2763
+ ]
2764
+ },
2765
+ "signature": "(method) DependenciesMain.usage(depName: string): Promise<{\n [compIdStr: string]: string;\n}>",
2766
+ "name": "usage",
2767
+ "params": [
2768
+ {
2769
+ "__schema": "ParameterSchema",
2770
+ "location": {
2771
+ "filePath": "dependencies.main.runtime.ts",
2772
+ "line": 309,
2773
+ "character": 15
2774
+ },
2775
+ "name": "depName",
2776
+ "type": {
2777
+ "__schema": "KeywordTypeSchema",
2778
+ "location": {
2779
+ "filePath": "dependencies.main.runtime.ts",
2780
+ "line": 309,
2781
+ "character": 24
2782
+ },
2783
+ "name": "string"
2784
+ },
2785
+ "isOptional": false,
2786
+ "isSpread": false
2787
+ }
2788
+ ],
2789
+ "returnType": {
2790
+ "__schema": "TypeRefSchema",
2791
+ "location": {
2792
+ "filePath": "dependencies.main.runtime.ts",
2793
+ "line": 309,
2794
+ "character": 33
2795
+ },
2796
+ "name": "Promise",
2797
+ "typeArgs": [
2798
+ {
2799
+ "__schema": "TypeLiteralSchema",
2800
+ "location": {
2801
+ "filePath": "dependencies.main.runtime.ts",
2802
+ "line": 309,
2803
+ "character": 41
2804
+ },
2805
+ "members": [
2806
+ {
2807
+ "__schema": "IndexSignatureSchema",
2808
+ "location": {
2809
+ "filePath": "dependencies.main.runtime.ts",
2810
+ "line": 309,
2811
+ "character": 43
2812
+ },
2813
+ "keyType": {
2814
+ "__schema": "ParameterSchema",
2815
+ "location": {
2816
+ "filePath": "dependencies.main.runtime.ts",
2817
+ "line": 309,
2818
+ "character": 44
2819
+ },
2820
+ "name": "compIdStr",
2821
+ "type": {
2822
+ "__schema": "KeywordTypeSchema",
2823
+ "location": {
2824
+ "filePath": "dependencies.main.runtime.ts",
2825
+ "line": 309,
2826
+ "character": 55
2827
+ },
2828
+ "name": "string"
2829
+ },
2830
+ "isOptional": false,
2831
+ "isSpread": false
2832
+ },
2833
+ "valueType": {
2834
+ "__schema": "KeywordTypeSchema",
2835
+ "location": {
2836
+ "filePath": "dependencies.main.runtime.ts",
2837
+ "line": 309,
2838
+ "character": 64
2839
+ },
2840
+ "name": "string"
2841
+ }
2842
+ }
2843
+ ]
2844
+ }
2845
+ ]
2846
+ },
2847
+ "modifiers": [
2848
+ "async"
2849
+ ]
2850
+ },
2851
+ {
2852
+ "__schema": "VariableLikeSchema",
2853
+ "location": {
2854
+ "filePath": "dependencies.main.runtime.ts",
2855
+ "line": 348,
2856
+ "character": 3
2857
+ },
2858
+ "signature": "(property) DependenciesMain.slots: never[]",
2859
+ "name": "slots",
2860
+ "type": {
2861
+ "__schema": "InferenceTypeSchema",
2862
+ "location": {
2863
+ "filePath": "dependencies.main.runtime.ts",
2864
+ "line": 348,
2865
+ "character": 3
2866
+ },
2867
+ "type": "never[]"
2868
+ },
2869
+ "isOptional": true,
2870
+ "defaultValue": "[]"
2871
+ },
2872
+ {
2873
+ "__schema": "VariableLikeSchema",
2874
+ "location": {
2875
+ "filePath": "dependencies.main.runtime.ts",
2876
+ "line": 349,
2877
+ "character": 3
2878
+ },
2879
+ "signature": "(property) DependenciesMain.dependencies: Aspect[]",
2880
+ "name": "dependencies",
2881
+ "type": {
2882
+ "__schema": "InferenceTypeSchema",
2883
+ "location": {
2884
+ "filePath": "dependencies.main.runtime.ts",
2885
+ "line": 349,
2886
+ "character": 3
2887
+ },
2888
+ "type": "Aspect[]"
2889
+ },
2890
+ "isOptional": true,
2891
+ "defaultValue": "[CLIAspect, WorkspaceAspect, DependencyResolverAspect, DevFilesAspect, AspectLoaderAspect]"
2892
+ },
2893
+ {
2894
+ "__schema": "VariableLikeSchema",
2895
+ "location": {
2896
+ "filePath": "dependencies.main.runtime.ts",
2897
+ "line": 351,
2898
+ "character": 3
2899
+ },
2900
+ "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
2901
+ "name": "runtime",
2902
+ "type": {
2903
+ "__schema": "InferenceTypeSchema",
2904
+ "location": {
2905
+ "filePath": "dependencies.main.runtime.ts",
2906
+ "line": 351,
2907
+ "character": 3
2908
+ },
2909
+ "type": "RuntimeDefinition"
2910
+ },
2911
+ "isOptional": true,
2912
+ "defaultValue": "MainRuntime"
2913
+ },
2914
+ {
2915
+ "__schema": "FunctionLikeSchema",
2916
+ "location": {
2917
+ "filePath": "dependencies.main.runtime.ts",
2918
+ "line": 353,
2919
+ "character": 3
2920
+ },
2921
+ "signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain\n]): Promise<DependenciesMain>",
2922
+ "name": "provider",
2923
+ "params": [
2924
+ {
2925
+ "__schema": "ParameterSchema",
2926
+ "location": {
2927
+ "filePath": "dependencies.main.runtime.ts",
2928
+ "line": 353,
2929
+ "character": 25
2930
+ },
2931
+ "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader ]",
2932
+ "type": {
2933
+ "__schema": "TupleTypeSchema",
2934
+ "location": {
2935
+ "filePath": "dependencies.main.runtime.ts",
2936
+ "line": 353,
2937
+ "character": 81
2938
+ },
2939
+ "elements": [
2940
+ {
2941
+ "__schema": "TypeRefSchema",
2942
+ "location": {
2943
+ "filePath": "dependencies.main.runtime.ts",
2944
+ "line": 354,
2945
+ "character": 5
2946
+ },
2947
+ "name": "CLIMain"
2948
+ },
2949
+ {
2950
+ "__schema": "TypeRefSchema",
2951
+ "location": {
2952
+ "filePath": "dependencies.main.runtime.ts",
2953
+ "line": 355,
2954
+ "character": 5
2955
+ },
2956
+ "name": "Workspace"
2957
+ },
2958
+ {
2959
+ "__schema": "TypeRefSchema",
2960
+ "location": {
2961
+ "filePath": "dependencies.main.runtime.ts",
2962
+ "line": 356,
2963
+ "character": 5
2964
+ },
2965
+ "name": "DependencyResolverMain"
2966
+ },
2967
+ {
2968
+ "__schema": "TypeRefSchema",
2969
+ "location": {
2970
+ "filePath": "dependencies.main.runtime.ts",
2971
+ "line": 357,
2972
+ "character": 5
2973
+ },
2974
+ "name": "DevFilesMain"
2975
+ },
2976
+ {
2977
+ "__schema": "TypeRefSchema",
2978
+ "location": {
2979
+ "filePath": "dependencies.main.runtime.ts",
2980
+ "line": 358,
2981
+ "character": 5
2982
+ },
2983
+ "name": "AspectLoaderMain"
2984
+ }
2985
+ ]
2986
+ },
2987
+ "isOptional": false,
2988
+ "isSpread": false
2989
+ }
2990
+ ],
2991
+ "returnType": {
2992
+ "__schema": "InferenceTypeSchema",
2993
+ "location": {
2994
+ "filePath": "dependencies.main.runtime.ts",
2995
+ "line": 353,
2996
+ "character": 3
2997
+ },
2998
+ "type": "Promise<DependenciesMain>"
2999
+ },
3000
+ "modifiers": [
3001
+ "static",
3002
+ "async"
3003
+ ]
3004
+ }
3005
+ ],
3006
+ "extendsNodes": [],
3007
+ "implementNodes": []
3008
+ },
3009
+ {
3010
+ "__schema": "UnImplementedSchema",
3011
+ "location": {
3012
+ "filePath": "dependencies.main.runtime.ts",
3013
+ "line": 388,
3014
+ "character": 16
3015
+ },
3016
+ "name": "DependenciesMain",
3017
+ "type": "Identifier"
3018
+ }
3019
+ ],
3020
+ "internals": [
3021
+ {
3022
+ "__schema": "FunctionLikeSchema",
3023
+ "location": {
3024
+ "filePath": "dependencies.main.runtime.ts",
3025
+ "line": 382,
3026
+ "character": 1
3027
+ },
3028
+ "signature": "function isComponentId(depName: string): boolean",
3029
+ "name": "isComponentId",
3030
+ "params": [
3031
+ {
3032
+ "__schema": "ParameterSchema",
3033
+ "location": {
3034
+ "filePath": "dependencies.main.runtime.ts",
3035
+ "line": 382,
3036
+ "character": 24
3037
+ },
3038
+ "name": "depName",
3039
+ "type": {
3040
+ "__schema": "KeywordTypeSchema",
3041
+ "location": {
3042
+ "filePath": "dependencies.main.runtime.ts",
3043
+ "line": 382,
3044
+ "character": 33
3045
+ },
3046
+ "name": "string"
3047
+ },
3048
+ "isOptional": false,
3049
+ "isSpread": false
3050
+ }
3051
+ ],
3052
+ "returnType": {
3053
+ "__schema": "TypeRefSchema",
3054
+ "location": {
3055
+ "filePath": "dependencies.main.runtime.ts",
3056
+ "line": 382,
3057
+ "character": 1
3058
+ },
3059
+ "name": "isComponentId",
3060
+ "internalFilePath": "dependencies.main.runtime.ts"
3061
+ },
3062
+ "modifiers": []
3063
+ },
3064
+ {
3065
+ "__schema": "UnImplementedSchema",
3066
+ "location": {
3067
+ "filePath": "dependencies.main.runtime.ts",
3068
+ "line": 386,
3069
+ "character": 1
3070
+ },
3071
+ "name": "DependenciesAspect.addRuntime(DependenciesMain);",
3072
+ "type": "ExpressionStatement"
3073
+ }
3074
+ ]
3075
+ },
3076
+ {
3077
+ "__schema": "ModuleSchema",
3078
+ "location": {
3079
+ "filePath": "dependencies.aspect.ts",
3080
+ "line": 1,
3081
+ "character": 1
3082
+ },
3083
+ "exports": [
3084
+ {
3085
+ "__schema": "VariableLikeSchema",
3086
+ "location": {
3087
+ "filePath": "dependencies.aspect.ts",
3088
+ "line": 3,
3089
+ "character": 14
3090
+ },
3091
+ "signature": "const DependenciesAspect: Aspect",
3092
+ "name": "DependenciesAspect",
3093
+ "type": {
3094
+ "__schema": "TypeRefSchema",
3095
+ "location": {
3096
+ "filePath": "dependencies.aspect.ts",
3097
+ "line": 3,
3098
+ "character": 14
3099
+ },
3100
+ "name": "Aspect",
3101
+ "componentId": {
3102
+ "scope": "teambit.harmony",
3103
+ "name": "harmony",
3104
+ "version": "0.4.6"
3105
+ }
3106
+ },
3107
+ "isOptional": false,
3108
+ "defaultValue": "Aspect.create({\n id: 'teambit.dependencies/dependencies',\n})"
3109
+ }
3110
+ ],
3111
+ "internals": []
3112
+ }
3113
+ ],
3114
+ "componentId": {
3115
+ "scope": "teambit.dependencies",
3116
+ "name": "dependencies",
3117
+ "version": "1.0.159"
3118
+ },
3119
+ "taggedModuleExports": []
3120
+ }