@teambit/dependencies 1.0.166 → 1.0.167

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