@teambit/dependencies 1.0.428 → 1.0.430
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +73 -73
- package/artifacts/schema.json +412 -338
- package/dependencies-loader/apply-overrides.ts +40 -3
- package/dependencies-loader/dependencies-loader.ts +6 -5
- package/dist/dependencies-loader/apply-overrides.d.ts +8 -1
- package/dist/dependencies-loader/apply-overrides.js +34 -2
- package/dist/dependencies-loader/apply-overrides.js.map +1 -1
- package/dist/dependencies-loader/dependencies-loader.d.ts +3 -1
- package/dist/dependencies-loader/dependencies-loader.js +5 -11
- package/dist/dependencies-loader/dependencies-loader.js.map +1 -1
- package/dist/dependencies.main.runtime.d.ts +6 -3
- package/dist/dependencies.main.runtime.js +15 -6
- package/dist/dependencies.main.runtime.js.map +1 -1
- package/package.json +10 -9
- /package/dist/{preview-1728357672520.js → preview-1728876221928.js} +0 -0
package/artifacts/schema.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"__schema": "ClassSchema",
|
27
27
|
"location": {
|
28
28
|
"filePath": "dependencies.main.runtime.ts",
|
29
|
-
"line":
|
29
|
+
"line": 62,
|
30
30
|
"character": 1
|
31
31
|
},
|
32
32
|
"signature": "class DependenciesMain",
|
@@ -36,17 +36,17 @@
|
|
36
36
|
"__schema": "ConstructorSchema",
|
37
37
|
"location": {
|
38
38
|
"filePath": "dependencies.main.runtime.ts",
|
39
|
-
"line":
|
39
|
+
"line": 63,
|
40
40
|
"character": 3
|
41
41
|
},
|
42
|
-
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain): DependenciesMain",
|
42
|
+
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain, logger: Logger): DependenciesMain",
|
43
43
|
"name": "constructor",
|
44
44
|
"params": [
|
45
45
|
{
|
46
46
|
"__schema": "ParameterSchema",
|
47
47
|
"location": {
|
48
48
|
"filePath": "dependencies.main.runtime.ts",
|
49
|
-
"line":
|
49
|
+
"line": 64,
|
50
50
|
"character": 5
|
51
51
|
},
|
52
52
|
"name": "workspace",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"__schema": "TypeRefSchema",
|
55
55
|
"location": {
|
56
56
|
"filePath": "dependencies.main.runtime.ts",
|
57
|
-
"line":
|
57
|
+
"line": 64,
|
58
58
|
"character": 24
|
59
59
|
},
|
60
60
|
"name": "Workspace",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"__schema": "ParameterSchema",
|
71
71
|
"location": {
|
72
72
|
"filePath": "dependencies.main.runtime.ts",
|
73
|
-
"line":
|
73
|
+
"line": 65,
|
74
74
|
"character": 5
|
75
75
|
},
|
76
76
|
"name": "scope",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"__schema": "TypeRefSchema",
|
79
79
|
"location": {
|
80
80
|
"filePath": "dependencies.main.runtime.ts",
|
81
|
-
"line":
|
81
|
+
"line": 65,
|
82
82
|
"character": 20
|
83
83
|
},
|
84
84
|
"name": "ScopeMain",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"__schema": "ParameterSchema",
|
95
95
|
"location": {
|
96
96
|
"filePath": "dependencies.main.runtime.ts",
|
97
|
-
"line":
|
97
|
+
"line": 66,
|
98
98
|
"character": 5
|
99
99
|
},
|
100
100
|
"name": "dependencyResolver",
|
@@ -102,7 +102,7 @@
|
|
102
102
|
"__schema": "TypeRefSchema",
|
103
103
|
"location": {
|
104
104
|
"filePath": "dependencies.main.runtime.ts",
|
105
|
-
"line":
|
105
|
+
"line": 66,
|
106
106
|
"character": 33
|
107
107
|
},
|
108
108
|
"name": "DependencyResolverMain",
|
@@ -118,7 +118,7 @@
|
|
118
118
|
"__schema": "ParameterSchema",
|
119
119
|
"location": {
|
120
120
|
"filePath": "dependencies.main.runtime.ts",
|
121
|
-
"line":
|
121
|
+
"line": 67,
|
122
122
|
"character": 5
|
123
123
|
},
|
124
124
|
"name": "devFiles",
|
@@ -126,7 +126,7 @@
|
|
126
126
|
"__schema": "TypeRefSchema",
|
127
127
|
"location": {
|
128
128
|
"filePath": "dependencies.main.runtime.ts",
|
129
|
-
"line":
|
129
|
+
"line": 67,
|
130
130
|
"character": 23
|
131
131
|
},
|
132
132
|
"name": "DevFilesMain",
|
@@ -142,7 +142,7 @@
|
|
142
142
|
"__schema": "ParameterSchema",
|
143
143
|
"location": {
|
144
144
|
"filePath": "dependencies.main.runtime.ts",
|
145
|
-
"line":
|
145
|
+
"line": 68,
|
146
146
|
"character": 5
|
147
147
|
},
|
148
148
|
"name": "aspectLoader",
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"__schema": "TypeRefSchema",
|
151
151
|
"location": {
|
152
152
|
"filePath": "dependencies.main.runtime.ts",
|
153
|
-
"line":
|
153
|
+
"line": 68,
|
154
154
|
"character": 27
|
155
155
|
},
|
156
156
|
"name": "AspectLoaderMain",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"__schema": "ParameterSchema",
|
167
167
|
"location": {
|
168
168
|
"filePath": "dependencies.main.runtime.ts",
|
169
|
-
"line":
|
169
|
+
"line": 69,
|
170
170
|
"character": 5
|
171
171
|
},
|
172
172
|
"name": "graph",
|
@@ -174,7 +174,7 @@
|
|
174
174
|
"__schema": "TypeRefSchema",
|
175
175
|
"location": {
|
176
176
|
"filePath": "dependencies.main.runtime.ts",
|
177
|
-
"line":
|
177
|
+
"line": 69,
|
178
178
|
"character": 20
|
179
179
|
},
|
180
180
|
"name": "GraphMain",
|
@@ -185,13 +185,37 @@
|
|
185
185
|
},
|
186
186
|
"isOptional": false,
|
187
187
|
"isSpread": false
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"__schema": "ParameterSchema",
|
191
|
+
"location": {
|
192
|
+
"filePath": "dependencies.main.runtime.ts",
|
193
|
+
"line": 70,
|
194
|
+
"character": 5
|
195
|
+
},
|
196
|
+
"name": "logger",
|
197
|
+
"type": {
|
198
|
+
"__schema": "TypeRefSchema",
|
199
|
+
"location": {
|
200
|
+
"filePath": "dependencies.main.runtime.ts",
|
201
|
+
"line": 70,
|
202
|
+
"character": 21
|
203
|
+
},
|
204
|
+
"name": "Logger",
|
205
|
+
"componentId": {
|
206
|
+
"scope": "teambit.harmony",
|
207
|
+
"name": "logger"
|
208
|
+
}
|
209
|
+
},
|
210
|
+
"isOptional": false,
|
211
|
+
"isSpread": false
|
188
212
|
}
|
189
213
|
],
|
190
214
|
"returnType": {
|
191
215
|
"__schema": "ThisTypeSchema",
|
192
216
|
"location": {
|
193
217
|
"filePath": "dependencies.main.runtime.ts",
|
194
|
-
"line":
|
218
|
+
"line": 62,
|
195
219
|
"character": 1
|
196
220
|
},
|
197
221
|
"name": "DependenciesMain"
|
@@ -202,7 +226,7 @@
|
|
202
226
|
"__schema": "FunctionLikeSchema",
|
203
227
|
"location": {
|
204
228
|
"filePath": "dependencies.main.runtime.ts",
|
205
|
-
"line":
|
229
|
+
"line": 73,
|
206
230
|
"character": 3
|
207
231
|
},
|
208
232
|
"signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
|
@@ -212,7 +236,7 @@
|
|
212
236
|
"__schema": "ParameterSchema",
|
213
237
|
"location": {
|
214
238
|
"filePath": "dependencies.main.runtime.ts",
|
215
|
-
"line":
|
239
|
+
"line": 73,
|
216
240
|
"character": 17
|
217
241
|
},
|
218
242
|
"name": "componentId",
|
@@ -220,7 +244,7 @@
|
|
220
244
|
"__schema": "KeywordTypeSchema",
|
221
245
|
"location": {
|
222
246
|
"filePath": "dependencies.main.runtime.ts",
|
223
|
-
"line":
|
247
|
+
"line": 73,
|
224
248
|
"character": 30
|
225
249
|
},
|
226
250
|
"name": "string"
|
@@ -232,7 +256,7 @@
|
|
232
256
|
"__schema": "ParameterSchema",
|
233
257
|
"location": {
|
234
258
|
"filePath": "dependencies.main.runtime.ts",
|
235
|
-
"line":
|
259
|
+
"line": 73,
|
236
260
|
"character": 38
|
237
261
|
},
|
238
262
|
"name": "range",
|
@@ -240,7 +264,7 @@
|
|
240
264
|
"__schema": "KeywordTypeSchema",
|
241
265
|
"location": {
|
242
266
|
"filePath": "dependencies.main.runtime.ts",
|
243
|
-
"line":
|
267
|
+
"line": 73,
|
244
268
|
"character": 46
|
245
269
|
},
|
246
270
|
"name": "string"
|
@@ -253,7 +277,7 @@
|
|
253
277
|
"__schema": "TypeRefSchema",
|
254
278
|
"location": {
|
255
279
|
"filePath": "dependencies.main.runtime.ts",
|
256
|
-
"line":
|
280
|
+
"line": 73,
|
257
281
|
"character": 55
|
258
282
|
},
|
259
283
|
"name": "Promise",
|
@@ -262,7 +286,7 @@
|
|
262
286
|
"__schema": "KeywordTypeSchema",
|
263
287
|
"location": {
|
264
288
|
"filePath": "dependencies.main.runtime.ts",
|
265
|
-
"line":
|
289
|
+
"line": 73,
|
266
290
|
"character": 63
|
267
291
|
},
|
268
292
|
"name": "void"
|
@@ -277,7 +301,7 @@
|
|
277
301
|
"__schema": "FunctionLikeSchema",
|
278
302
|
"location": {
|
279
303
|
"filePath": "dependencies.main.runtime.ts",
|
280
|
-
"line":
|
304
|
+
"line": 84,
|
281
305
|
"character": 3
|
282
306
|
},
|
283
307
|
"signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
|
@@ -287,7 +311,7 @@
|
|
287
311
|
"__schema": "ParameterSchema",
|
288
312
|
"location": {
|
289
313
|
"filePath": "dependencies.main.runtime.ts",
|
290
|
-
"line":
|
314
|
+
"line": 84,
|
291
315
|
"character": 19
|
292
316
|
},
|
293
317
|
"name": "componentId",
|
@@ -295,7 +319,7 @@
|
|
295
319
|
"__schema": "KeywordTypeSchema",
|
296
320
|
"location": {
|
297
321
|
"filePath": "dependencies.main.runtime.ts",
|
298
|
-
"line":
|
322
|
+
"line": 84,
|
299
323
|
"character": 32
|
300
324
|
},
|
301
325
|
"name": "string"
|
@@ -308,7 +332,7 @@
|
|
308
332
|
"__schema": "TypeRefSchema",
|
309
333
|
"location": {
|
310
334
|
"filePath": "dependencies.main.runtime.ts",
|
311
|
-
"line":
|
335
|
+
"line": 84,
|
312
336
|
"character": 41
|
313
337
|
},
|
314
338
|
"name": "Promise",
|
@@ -317,7 +341,7 @@
|
|
317
341
|
"__schema": "KeywordTypeSchema",
|
318
342
|
"location": {
|
319
343
|
"filePath": "dependencies.main.runtime.ts",
|
320
|
-
"line":
|
344
|
+
"line": 84,
|
321
345
|
"character": 49
|
322
346
|
},
|
323
347
|
"name": "void"
|
@@ -332,7 +356,7 @@
|
|
332
356
|
"__schema": "FunctionLikeSchema",
|
333
357
|
"location": {
|
334
358
|
"filePath": "dependencies.main.runtime.ts",
|
335
|
-
"line":
|
359
|
+
"line": 101,
|
336
360
|
"character": 3
|
337
361
|
},
|
338
362
|
"signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
|
@@ -342,7 +366,7 @@
|
|
342
366
|
"__schema": "ParameterSchema",
|
343
367
|
"location": {
|
344
368
|
"filePath": "dependencies.main.runtime.ts",
|
345
|
-
"line":
|
369
|
+
"line": 102,
|
346
370
|
"character": 5
|
347
371
|
},
|
348
372
|
"name": "componentPattern",
|
@@ -350,7 +374,7 @@
|
|
350
374
|
"__schema": "KeywordTypeSchema",
|
351
375
|
"location": {
|
352
376
|
"filePath": "dependencies.main.runtime.ts",
|
353
|
-
"line":
|
377
|
+
"line": 102,
|
354
378
|
"character": 23
|
355
379
|
},
|
356
380
|
"name": "string"
|
@@ -362,7 +386,7 @@
|
|
362
386
|
"__schema": "ParameterSchema",
|
363
387
|
"location": {
|
364
388
|
"filePath": "dependencies.main.runtime.ts",
|
365
|
-
"line":
|
389
|
+
"line": 103,
|
366
390
|
"character": 5
|
367
391
|
},
|
368
392
|
"name": "packages",
|
@@ -370,14 +394,14 @@
|
|
370
394
|
"__schema": "TypeArraySchema",
|
371
395
|
"location": {
|
372
396
|
"filePath": "dependencies.main.runtime.ts",
|
373
|
-
"line":
|
397
|
+
"line": 103,
|
374
398
|
"character": 15
|
375
399
|
},
|
376
400
|
"type": {
|
377
401
|
"__schema": "KeywordTypeSchema",
|
378
402
|
"location": {
|
379
403
|
"filePath": "dependencies.main.runtime.ts",
|
380
|
-
"line":
|
404
|
+
"line": 103,
|
381
405
|
"character": 15
|
382
406
|
},
|
383
407
|
"name": "string"
|
@@ -390,7 +414,7 @@
|
|
390
414
|
"__schema": "ParameterSchema",
|
391
415
|
"location": {
|
392
416
|
"filePath": "dependencies.main.runtime.ts",
|
393
|
-
"line":
|
417
|
+
"line": 104,
|
394
418
|
"character": 5
|
395
419
|
},
|
396
420
|
"name": "options",
|
@@ -398,7 +422,7 @@
|
|
398
422
|
"__schema": "TypeRefSchema",
|
399
423
|
"location": {
|
400
424
|
"filePath": "dependencies.main.runtime.ts",
|
401
|
-
"line":
|
425
|
+
"line": 104,
|
402
426
|
"character": 14
|
403
427
|
},
|
404
428
|
"name": "SetDependenciesFlags",
|
@@ -413,7 +437,7 @@
|
|
413
437
|
"__schema": "TypeRefSchema",
|
414
438
|
"location": {
|
415
439
|
"filePath": "dependencies.main.runtime.ts",
|
416
|
-
"line":
|
440
|
+
"line": 105,
|
417
441
|
"character": 6
|
418
442
|
},
|
419
443
|
"name": "Promise",
|
@@ -422,7 +446,7 @@
|
|
422
446
|
"__schema": "TypeRefSchema",
|
423
447
|
"location": {
|
424
448
|
"filePath": "dependencies.main.runtime.ts",
|
425
|
-
"line":
|
449
|
+
"line": 105,
|
426
450
|
"character": 14
|
427
451
|
},
|
428
452
|
"name": "SetDependenciesResult",
|
@@ -438,7 +462,7 @@
|
|
438
462
|
"__schema": "FunctionLikeSchema",
|
439
463
|
"location": {
|
440
464
|
"filePath": "dependencies.main.runtime.ts",
|
441
|
-
"line":
|
465
|
+
"line": 145,
|
442
466
|
"character": 3
|
443
467
|
},
|
444
468
|
"signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
|
@@ -448,7 +472,7 @@
|
|
448
472
|
"__schema": "ParameterSchema",
|
449
473
|
"location": {
|
450
474
|
"filePath": "dependencies.main.runtime.ts",
|
451
|
-
"line":
|
475
|
+
"line": 146,
|
452
476
|
"character": 5
|
453
477
|
},
|
454
478
|
"name": "componentPattern",
|
@@ -456,7 +480,7 @@
|
|
456
480
|
"__schema": "KeywordTypeSchema",
|
457
481
|
"location": {
|
458
482
|
"filePath": "dependencies.main.runtime.ts",
|
459
|
-
"line":
|
483
|
+
"line": 146,
|
460
484
|
"character": 23
|
461
485
|
},
|
462
486
|
"name": "string"
|
@@ -468,7 +492,7 @@
|
|
468
492
|
"__schema": "ParameterSchema",
|
469
493
|
"location": {
|
470
494
|
"filePath": "dependencies.main.runtime.ts",
|
471
|
-
"line":
|
495
|
+
"line": 147,
|
472
496
|
"character": 5
|
473
497
|
},
|
474
498
|
"name": "packages",
|
@@ -476,14 +500,14 @@
|
|
476
500
|
"__schema": "TypeArraySchema",
|
477
501
|
"location": {
|
478
502
|
"filePath": "dependencies.main.runtime.ts",
|
479
|
-
"line":
|
503
|
+
"line": 147,
|
480
504
|
"character": 15
|
481
505
|
},
|
482
506
|
"type": {
|
483
507
|
"__schema": "KeywordTypeSchema",
|
484
508
|
"location": {
|
485
509
|
"filePath": "dependencies.main.runtime.ts",
|
486
|
-
"line":
|
510
|
+
"line": 147,
|
487
511
|
"character": 15
|
488
512
|
},
|
489
513
|
"name": "string"
|
@@ -496,7 +520,7 @@
|
|
496
520
|
"__schema": "ParameterSchema",
|
497
521
|
"location": {
|
498
522
|
"filePath": "dependencies.main.runtime.ts",
|
499
|
-
"line":
|
523
|
+
"line": 148,
|
500
524
|
"character": 5
|
501
525
|
},
|
502
526
|
"name": "options",
|
@@ -504,7 +528,7 @@
|
|
504
528
|
"__schema": "TypeRefSchema",
|
505
529
|
"location": {
|
506
530
|
"filePath": "dependencies.main.runtime.ts",
|
507
|
-
"line":
|
531
|
+
"line": 148,
|
508
532
|
"character": 14
|
509
533
|
},
|
510
534
|
"name": "RemoveDependenciesFlags",
|
@@ -518,7 +542,7 @@
|
|
518
542
|
"__schema": "ParameterSchema",
|
519
543
|
"location": {
|
520
544
|
"filePath": "dependencies.main.runtime.ts",
|
521
|
-
"line":
|
545
|
+
"line": 149,
|
522
546
|
"character": 5
|
523
547
|
},
|
524
548
|
"name": "removeOnlyIfExists",
|
@@ -526,7 +550,7 @@
|
|
526
550
|
"__schema": "InferenceTypeSchema",
|
527
551
|
"location": {
|
528
552
|
"filePath": "dependencies.main.runtime.ts",
|
529
|
-
"line":
|
553
|
+
"line": 149,
|
530
554
|
"character": 5
|
531
555
|
},
|
532
556
|
"type": "boolean"
|
@@ -540,7 +564,7 @@
|
|
540
564
|
"__schema": "TypeRefSchema",
|
541
565
|
"location": {
|
542
566
|
"filePath": "dependencies.main.runtime.ts",
|
543
|
-
"line":
|
567
|
+
"line": 150,
|
544
568
|
"character": 6
|
545
569
|
},
|
546
570
|
"name": "Promise",
|
@@ -549,14 +573,14 @@
|
|
549
573
|
"__schema": "TypeArraySchema",
|
550
574
|
"location": {
|
551
575
|
"filePath": "dependencies.main.runtime.ts",
|
552
|
-
"line":
|
576
|
+
"line": 150,
|
553
577
|
"character": 14
|
554
578
|
},
|
555
579
|
"type": {
|
556
580
|
"__schema": "TypeRefSchema",
|
557
581
|
"location": {
|
558
582
|
"filePath": "dependencies.main.runtime.ts",
|
559
|
-
"line":
|
583
|
+
"line": 150,
|
560
584
|
"character": 14
|
561
585
|
},
|
562
586
|
"name": "RemoveDependencyResult",
|
@@ -573,7 +597,7 @@
|
|
573
597
|
"__schema": "FunctionLikeSchema",
|
574
598
|
"location": {
|
575
599
|
"filePath": "dependencies.main.runtime.ts",
|
576
|
-
"line":
|
600
|
+
"line": 197,
|
577
601
|
"character": 3
|
578
602
|
},
|
579
603
|
"signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
|
@@ -583,7 +607,7 @@
|
|
583
607
|
"__schema": "ParameterSchema",
|
584
608
|
"location": {
|
585
609
|
"filePath": "dependencies.main.runtime.ts",
|
586
|
-
"line":
|
610
|
+
"line": 197,
|
587
611
|
"character": 15
|
588
612
|
},
|
589
613
|
"name": "componentPattern",
|
@@ -591,7 +615,7 @@
|
|
591
615
|
"__schema": "KeywordTypeSchema",
|
592
616
|
"location": {
|
593
617
|
"filePath": "dependencies.main.runtime.ts",
|
594
|
-
"line":
|
618
|
+
"line": 197,
|
595
619
|
"character": 33
|
596
620
|
},
|
597
621
|
"name": "string"
|
@@ -604,7 +628,7 @@
|
|
604
628
|
"__schema": "TypeRefSchema",
|
605
629
|
"location": {
|
606
630
|
"filePath": "dependencies.main.runtime.ts",
|
607
|
-
"line":
|
631
|
+
"line": 197,
|
608
632
|
"character": 42
|
609
633
|
},
|
610
634
|
"name": "Promise",
|
@@ -613,14 +637,14 @@
|
|
613
637
|
"__schema": "TypeArraySchema",
|
614
638
|
"location": {
|
615
639
|
"filePath": "dependencies.main.runtime.ts",
|
616
|
-
"line":
|
640
|
+
"line": 197,
|
617
641
|
"character": 50
|
618
642
|
},
|
619
643
|
"type": {
|
620
644
|
"__schema": "TypeRefSchema",
|
621
645
|
"location": {
|
622
646
|
"filePath": "dependencies.main.runtime.ts",
|
623
|
-
"line":
|
647
|
+
"line": 197,
|
624
648
|
"character": 50
|
625
649
|
},
|
626
650
|
"name": "ComponentID",
|
@@ -641,7 +665,7 @@
|
|
641
665
|
"__schema": "FunctionLikeSchema",
|
642
666
|
"location": {
|
643
667
|
"filePath": "dependencies.main.runtime.ts",
|
644
|
-
"line":
|
668
|
+
"line": 207,
|
645
669
|
"character": 3
|
646
670
|
},
|
647
671
|
"signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
|
@@ -651,7 +675,7 @@
|
|
651
675
|
"__schema": "ParameterSchema",
|
652
676
|
"location": {
|
653
677
|
"filePath": "dependencies.main.runtime.ts",
|
654
|
-
"line":
|
678
|
+
"line": 207,
|
655
679
|
"character": 15
|
656
680
|
},
|
657
681
|
"name": "componentPattern",
|
@@ -659,7 +683,7 @@
|
|
659
683
|
"__schema": "KeywordTypeSchema",
|
660
684
|
"location": {
|
661
685
|
"filePath": "dependencies.main.runtime.ts",
|
662
|
-
"line":
|
686
|
+
"line": 207,
|
663
687
|
"character": 33
|
664
688
|
},
|
665
689
|
"name": "string"
|
@@ -672,7 +696,7 @@
|
|
672
696
|
"__schema": "TypeRefSchema",
|
673
697
|
"location": {
|
674
698
|
"filePath": "dependencies.main.runtime.ts",
|
675
|
-
"line":
|
699
|
+
"line": 207,
|
676
700
|
"character": 42
|
677
701
|
},
|
678
702
|
"name": "Promise",
|
@@ -681,14 +705,14 @@
|
|
681
705
|
"__schema": "TypeArraySchema",
|
682
706
|
"location": {
|
683
707
|
"filePath": "dependencies.main.runtime.ts",
|
684
|
-
"line":
|
708
|
+
"line": 207,
|
685
709
|
"character": 50
|
686
710
|
},
|
687
711
|
"type": {
|
688
712
|
"__schema": "TypeRefSchema",
|
689
713
|
"location": {
|
690
714
|
"filePath": "dependencies.main.runtime.ts",
|
691
|
-
"line":
|
715
|
+
"line": 207,
|
692
716
|
"character": 50
|
693
717
|
},
|
694
718
|
"name": "ComponentID",
|
@@ -709,7 +733,7 @@
|
|
709
733
|
"__schema": "FunctionLikeSchema",
|
710
734
|
"location": {
|
711
735
|
"filePath": "dependencies.main.runtime.ts",
|
712
|
-
"line":
|
736
|
+
"line": 225,
|
713
737
|
"character": 3
|
714
738
|
},
|
715
739
|
"signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
|
@@ -719,7 +743,7 @@
|
|
719
743
|
"__schema": "ParameterSchema",
|
720
744
|
"location": {
|
721
745
|
"filePath": "dependencies.main.runtime.ts",
|
722
|
-
"line":
|
746
|
+
"line": 225,
|
723
747
|
"character": 25
|
724
748
|
},
|
725
749
|
"name": "id",
|
@@ -727,7 +751,7 @@
|
|
727
751
|
"__schema": "KeywordTypeSchema",
|
728
752
|
"location": {
|
729
753
|
"filePath": "dependencies.main.runtime.ts",
|
730
|
-
"line":
|
754
|
+
"line": 225,
|
731
755
|
"character": 29
|
732
756
|
},
|
733
757
|
"name": "string"
|
@@ -739,7 +763,7 @@
|
|
739
763
|
"__schema": "ParameterSchema",
|
740
764
|
"location": {
|
741
765
|
"filePath": "dependencies.main.runtime.ts",
|
742
|
-
"line":
|
766
|
+
"line": 225,
|
743
767
|
"character": 37
|
744
768
|
},
|
745
769
|
"name": "scope",
|
@@ -747,7 +771,7 @@
|
|
747
771
|
"__schema": "KeywordTypeSchema",
|
748
772
|
"location": {
|
749
773
|
"filePath": "dependencies.main.runtime.ts",
|
750
|
-
"line":
|
774
|
+
"line": 225,
|
751
775
|
"character": 45
|
752
776
|
},
|
753
777
|
"name": "boolean"
|
@@ -760,7 +784,7 @@
|
|
760
784
|
"__schema": "TypeRefSchema",
|
761
785
|
"location": {
|
762
786
|
"filePath": "dependencies.main.runtime.ts",
|
763
|
-
"line":
|
787
|
+
"line": 225,
|
764
788
|
"character": 55
|
765
789
|
},
|
766
790
|
"name": "Promise",
|
@@ -769,7 +793,7 @@
|
|
769
793
|
"__schema": "TypeRefSchema",
|
770
794
|
"location": {
|
771
795
|
"filePath": "dependencies.main.runtime.ts",
|
772
|
-
"line":
|
796
|
+
"line": 225,
|
773
797
|
"character": 63
|
774
798
|
},
|
775
799
|
"name": "DependenciesResults",
|
@@ -785,7 +809,7 @@
|
|
785
809
|
"__schema": "FunctionLikeSchema",
|
786
810
|
"location": {
|
787
811
|
"filePath": "dependencies.main.runtime.ts",
|
788
|
-
"line":
|
812
|
+
"line": 235,
|
789
813
|
"character": 3
|
790
814
|
},
|
791
815
|
"signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
|
@@ -795,7 +819,7 @@
|
|
795
819
|
"__schema": "ParameterSchema",
|
796
820
|
"location": {
|
797
821
|
"filePath": "dependencies.main.runtime.ts",
|
798
|
-
"line":
|
822
|
+
"line": 235,
|
799
823
|
"character": 26
|
800
824
|
},
|
801
825
|
"name": "component",
|
@@ -803,7 +827,7 @@
|
|
803
827
|
"__schema": "TypeRefSchema",
|
804
828
|
"location": {
|
805
829
|
"filePath": "dependencies.main.runtime.ts",
|
806
|
-
"line":
|
830
|
+
"line": 235,
|
807
831
|
"character": 37
|
808
832
|
},
|
809
833
|
"name": "ConsumerComponent",
|
@@ -816,7 +840,7 @@
|
|
816
840
|
"__schema": "ParameterSchema",
|
817
841
|
"location": {
|
818
842
|
"filePath": "dependencies.main.runtime.ts",
|
819
|
-
"line":
|
843
|
+
"line": 235,
|
820
844
|
"character": 56
|
821
845
|
},
|
822
846
|
"name": "opts",
|
@@ -824,7 +848,7 @@
|
|
824
848
|
"__schema": "TypeRefSchema",
|
825
849
|
"location": {
|
826
850
|
"filePath": "dependencies.main.runtime.ts",
|
827
|
-
"line":
|
851
|
+
"line": 235,
|
828
852
|
"character": 62
|
829
853
|
},
|
830
854
|
"name": "DependencyLoaderOpts",
|
@@ -838,7 +862,7 @@
|
|
838
862
|
"__schema": "InferenceTypeSchema",
|
839
863
|
"location": {
|
840
864
|
"filePath": "dependencies.main.runtime.ts",
|
841
|
-
"line":
|
865
|
+
"line": 235,
|
842
866
|
"character": 3
|
843
867
|
},
|
844
868
|
"type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
|
@@ -851,14 +875,14 @@
|
|
851
875
|
"__schema": "FunctionLikeSchema",
|
852
876
|
"location": {
|
853
877
|
"filePath": "dependencies.main.runtime.ts",
|
854
|
-
"line":
|
878
|
+
"line": 252,
|
855
879
|
"character": 3
|
856
880
|
},
|
857
881
|
"doc": {
|
858
882
|
"__schema": "DocSchema",
|
859
883
|
"location": {
|
860
884
|
"filePath": "dependencies.main.runtime.ts",
|
861
|
-
"line":
|
885
|
+
"line": 246,
|
862
886
|
"character": 3
|
863
887
|
},
|
864
888
|
"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 */",
|
@@ -872,7 +896,7 @@
|
|
872
896
|
"__schema": "ParameterSchema",
|
873
897
|
"location": {
|
874
898
|
"filePath": "dependencies.main.runtime.ts",
|
875
|
-
"line":
|
899
|
+
"line": 252,
|
876
900
|
"character": 35
|
877
901
|
},
|
878
902
|
"name": "component",
|
@@ -880,7 +904,7 @@
|
|
880
904
|
"__schema": "TypeRefSchema",
|
881
905
|
"location": {
|
882
906
|
"filePath": "dependencies.main.runtime.ts",
|
883
|
-
"line":
|
907
|
+
"line": 252,
|
884
908
|
"character": 46
|
885
909
|
},
|
886
910
|
"name": "ConsumerComponent",
|
@@ -893,7 +917,7 @@
|
|
893
917
|
"__schema": "ParameterSchema",
|
894
918
|
"location": {
|
895
919
|
"filePath": "dependencies.main.runtime.ts",
|
896
|
-
"line":
|
920
|
+
"line": 252,
|
897
921
|
"character": 65
|
898
922
|
},
|
899
923
|
"name": "dependenciesData",
|
@@ -901,7 +925,7 @@
|
|
901
925
|
"__schema": "TypeRefSchema",
|
902
926
|
"location": {
|
903
927
|
"filePath": "dependencies.main.runtime.ts",
|
904
|
-
"line":
|
928
|
+
"line": 252,
|
905
929
|
"character": 83
|
906
930
|
},
|
907
931
|
"name": "Partial",
|
@@ -910,7 +934,7 @@
|
|
910
934
|
"__schema": "TypeRefSchema",
|
911
935
|
"location": {
|
912
936
|
"filePath": "dependencies.main.runtime.ts",
|
913
|
-
"line":
|
937
|
+
"line": 252,
|
914
938
|
"character": 91
|
915
939
|
},
|
916
940
|
"name": "DependenciesData",
|
@@ -926,7 +950,7 @@
|
|
926
950
|
"__schema": "InferenceTypeSchema",
|
927
951
|
"location": {
|
928
952
|
"filePath": "dependencies.main.runtime.ts",
|
929
|
-
"line":
|
953
|
+
"line": 252,
|
930
954
|
"character": 3
|
931
955
|
},
|
932
956
|
"type": "Promise<void>"
|
@@ -939,7 +963,7 @@
|
|
939
963
|
"__schema": "FunctionLikeSchema",
|
940
964
|
"location": {
|
941
965
|
"filePath": "dependencies.main.runtime.ts",
|
942
|
-
"line":
|
966
|
+
"line": 263,
|
943
967
|
"character": 3
|
944
968
|
},
|
945
969
|
"signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
|
@@ -949,7 +973,7 @@
|
|
949
973
|
"__schema": "ParameterSchema",
|
950
974
|
"location": {
|
951
975
|
"filePath": "dependencies.main.runtime.ts",
|
952
|
-
"line":
|
976
|
+
"line": 263,
|
953
977
|
"character": 27
|
954
978
|
},
|
955
979
|
"name": "id",
|
@@ -957,7 +981,7 @@
|
|
957
981
|
"__schema": "KeywordTypeSchema",
|
958
982
|
"location": {
|
959
983
|
"filePath": "dependencies.main.runtime.ts",
|
960
|
-
"line":
|
984
|
+
"line": 263,
|
961
985
|
"character": 31
|
962
986
|
},
|
963
987
|
"name": "string"
|
@@ -970,7 +994,7 @@
|
|
970
994
|
"__schema": "TypeRefSchema",
|
971
995
|
"location": {
|
972
996
|
"filePath": "dependencies.main.runtime.ts",
|
973
|
-
"line":
|
997
|
+
"line": 263,
|
974
998
|
"character": 40
|
975
999
|
},
|
976
1000
|
"name": "Promise",
|
@@ -979,7 +1003,7 @@
|
|
979
1003
|
"__schema": "TypeRefSchema",
|
980
1004
|
"location": {
|
981
1005
|
"filePath": "dependencies.main.runtime.ts",
|
982
|
-
"line":
|
1006
|
+
"line": 263,
|
983
1007
|
"character": 48
|
984
1008
|
},
|
985
1009
|
"name": "DependenciesResultsDebug",
|
@@ -995,14 +1019,14 @@
|
|
995
1019
|
"__schema": "FunctionLikeSchema",
|
996
1020
|
"location": {
|
997
1021
|
"filePath": "dependencies.main.runtime.ts",
|
998
|
-
"line":
|
1022
|
+
"line": 295,
|
999
1023
|
"character": 3
|
1000
1024
|
},
|
1001
1025
|
"doc": {
|
1002
1026
|
"__schema": "DocSchema",
|
1003
1027
|
"location": {
|
1004
1028
|
"filePath": "dependencies.main.runtime.ts",
|
1005
|
-
"line":
|
1029
|
+
"line": 291,
|
1006
1030
|
"character": 3
|
1007
1031
|
},
|
1008
1032
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
@@ -1016,7 +1040,7 @@
|
|
1016
1040
|
"__schema": "ParameterSchema",
|
1017
1041
|
"location": {
|
1018
1042
|
"filePath": "dependencies.main.runtime.ts",
|
1019
|
-
"line":
|
1043
|
+
"line": 295,
|
1020
1044
|
"character": 15
|
1021
1045
|
},
|
1022
1046
|
"name": "compName",
|
@@ -1024,7 +1048,7 @@
|
|
1024
1048
|
"__schema": "KeywordTypeSchema",
|
1025
1049
|
"location": {
|
1026
1050
|
"filePath": "dependencies.main.runtime.ts",
|
1027
|
-
"line":
|
1051
|
+
"line": 295,
|
1028
1052
|
"character": 25
|
1029
1053
|
},
|
1030
1054
|
"name": "string"
|
@@ -1036,7 +1060,7 @@
|
|
1036
1060
|
"__schema": "ParameterSchema",
|
1037
1061
|
"location": {
|
1038
1062
|
"filePath": "dependencies.main.runtime.ts",
|
1039
|
-
"line":
|
1063
|
+
"line": 295,
|
1040
1064
|
"character": 33
|
1041
1065
|
},
|
1042
1066
|
"name": "depName",
|
@@ -1044,7 +1068,7 @@
|
|
1044
1068
|
"__schema": "KeywordTypeSchema",
|
1045
1069
|
"location": {
|
1046
1070
|
"filePath": "dependencies.main.runtime.ts",
|
1047
|
-
"line":
|
1071
|
+
"line": 295,
|
1048
1072
|
"character": 42
|
1049
1073
|
},
|
1050
1074
|
"name": "string"
|
@@ -1057,7 +1081,7 @@
|
|
1057
1081
|
"__schema": "InferenceTypeSchema",
|
1058
1082
|
"location": {
|
1059
1083
|
"filePath": "dependencies.main.runtime.ts",
|
1060
|
-
"line":
|
1084
|
+
"line": 295,
|
1061
1085
|
"character": 3
|
1062
1086
|
},
|
1063
1087
|
"type": "Promise<BlameResult[]>"
|
@@ -1070,7 +1094,7 @@
|
|
1070
1094
|
"__schema": "FunctionLikeSchema",
|
1071
1095
|
"location": {
|
1072
1096
|
"filePath": "dependencies.main.runtime.ts",
|
1073
|
-
"line":
|
1097
|
+
"line": 328,
|
1074
1098
|
"character": 3
|
1075
1099
|
},
|
1076
1100
|
"signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
|
@@ -1080,7 +1104,7 @@
|
|
1080
1104
|
"__schema": "ParameterSchema",
|
1081
1105
|
"location": {
|
1082
1106
|
"filePath": "dependencies.main.runtime.ts",
|
1083
|
-
"line":
|
1107
|
+
"line": 328,
|
1084
1108
|
"character": 19
|
1085
1109
|
},
|
1086
1110
|
"name": "depName",
|
@@ -1088,7 +1112,7 @@
|
|
1088
1112
|
"__schema": "KeywordTypeSchema",
|
1089
1113
|
"location": {
|
1090
1114
|
"filePath": "dependencies.main.runtime.ts",
|
1091
|
-
"line":
|
1115
|
+
"line": 328,
|
1092
1116
|
"character": 28
|
1093
1117
|
},
|
1094
1118
|
"name": "string"
|
@@ -1100,7 +1124,7 @@
|
|
1100
1124
|
"__schema": "ParameterSchema",
|
1101
1125
|
"location": {
|
1102
1126
|
"filePath": "dependencies.main.runtime.ts",
|
1103
|
-
"line":
|
1127
|
+
"line": 328,
|
1104
1128
|
"character": 36
|
1105
1129
|
},
|
1106
1130
|
"name": "opts",
|
@@ -1108,7 +1132,7 @@
|
|
1108
1132
|
"__schema": "TypeLiteralSchema",
|
1109
1133
|
"location": {
|
1110
1134
|
"filePath": "dependencies.main.runtime.ts",
|
1111
|
-
"line":
|
1135
|
+
"line": 328,
|
1112
1136
|
"character": 43
|
1113
1137
|
},
|
1114
1138
|
"members": [
|
@@ -1116,7 +1140,7 @@
|
|
1116
1140
|
"__schema": "VariableLikeSchema",
|
1117
1141
|
"location": {
|
1118
1142
|
"filePath": "dependencies.main.runtime.ts",
|
1119
|
-
"line":
|
1143
|
+
"line": 328,
|
1120
1144
|
"character": 45
|
1121
1145
|
},
|
1122
1146
|
"signature": "(property) depth?: number | undefined",
|
@@ -1125,7 +1149,7 @@
|
|
1125
1149
|
"__schema": "KeywordTypeSchema",
|
1126
1150
|
"location": {
|
1127
1151
|
"filePath": "dependencies.main.runtime.ts",
|
1128
|
-
"line":
|
1152
|
+
"line": 328,
|
1129
1153
|
"character": 53
|
1130
1154
|
},
|
1131
1155
|
"name": "number"
|
@@ -1142,7 +1166,7 @@
|
|
1142
1166
|
"__schema": "TypeRefSchema",
|
1143
1167
|
"location": {
|
1144
1168
|
"filePath": "dependencies.main.runtime.ts",
|
1145
|
-
"line":
|
1169
|
+
"line": 328,
|
1146
1170
|
"character": 64
|
1147
1171
|
},
|
1148
1172
|
"name": "Promise",
|
@@ -1151,7 +1175,7 @@
|
|
1151
1175
|
"__schema": "TypeUnionSchema",
|
1152
1176
|
"location": {
|
1153
1177
|
"filePath": "dependencies.main.runtime.ts",
|
1154
|
-
"line":
|
1178
|
+
"line": 328,
|
1155
1179
|
"character": 72
|
1156
1180
|
},
|
1157
1181
|
"types": [
|
@@ -1159,7 +1183,7 @@
|
|
1159
1183
|
"__schema": "KeywordTypeSchema",
|
1160
1184
|
"location": {
|
1161
1185
|
"filePath": "dependencies.main.runtime.ts",
|
1162
|
-
"line":
|
1186
|
+
"line": 328,
|
1163
1187
|
"character": 72
|
1164
1188
|
},
|
1165
1189
|
"name": "string"
|
@@ -1168,7 +1192,7 @@
|
|
1168
1192
|
"__schema": "KeywordTypeSchema",
|
1169
1193
|
"location": {
|
1170
1194
|
"filePath": "dependencies.main.runtime.ts",
|
1171
|
-
"line":
|
1195
|
+
"line": 328,
|
1172
1196
|
"character": 81
|
1173
1197
|
},
|
1174
1198
|
"name": "undefined"
|
@@ -1185,14 +1209,14 @@
|
|
1185
1209
|
"__schema": "FunctionLikeSchema",
|
1186
1210
|
"location": {
|
1187
1211
|
"filePath": "dependencies.main.runtime.ts",
|
1188
|
-
"line":
|
1212
|
+
"line": 343,
|
1189
1213
|
"character": 3
|
1190
1214
|
},
|
1191
1215
|
"doc": {
|
1192
1216
|
"__schema": "DocSchema",
|
1193
1217
|
"location": {
|
1194
1218
|
"filePath": "dependencies.main.runtime.ts",
|
1195
|
-
"line":
|
1219
|
+
"line": 339,
|
1196
1220
|
"character": 3
|
1197
1221
|
},
|
1198
1222
|
"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 */",
|
@@ -1202,7 +1226,7 @@
|
|
1202
1226
|
"__schema": "PropertyLikeTagSchema",
|
1203
1227
|
"location": {
|
1204
1228
|
"filePath": "dependencies.main.runtime.ts",
|
1205
|
-
"line":
|
1229
|
+
"line": 340,
|
1206
1230
|
"character": 6
|
1207
1231
|
},
|
1208
1232
|
"name": "depName",
|
@@ -1213,7 +1237,7 @@
|
|
1213
1237
|
"__schema": "ReturnTagSchema",
|
1214
1238
|
"location": {
|
1215
1239
|
"filePath": "dependencies.main.runtime.ts",
|
1216
|
-
"line":
|
1240
|
+
"line": 341,
|
1217
1241
|
"character": 6
|
1218
1242
|
},
|
1219
1243
|
"tagName": "return",
|
@@ -1228,7 +1252,7 @@
|
|
1228
1252
|
"__schema": "ParameterSchema",
|
1229
1253
|
"location": {
|
1230
1254
|
"filePath": "dependencies.main.runtime.ts",
|
1231
|
-
"line":
|
1255
|
+
"line": 343,
|
1232
1256
|
"character": 15
|
1233
1257
|
},
|
1234
1258
|
"name": "depName",
|
@@ -1236,7 +1260,7 @@
|
|
1236
1260
|
"__schema": "KeywordTypeSchema",
|
1237
1261
|
"location": {
|
1238
1262
|
"filePath": "dependencies.main.runtime.ts",
|
1239
|
-
"line":
|
1263
|
+
"line": 343,
|
1240
1264
|
"character": 24
|
1241
1265
|
},
|
1242
1266
|
"name": "string"
|
@@ -1249,7 +1273,7 @@
|
|
1249
1273
|
"__schema": "TypeRefSchema",
|
1250
1274
|
"location": {
|
1251
1275
|
"filePath": "dependencies.main.runtime.ts",
|
1252
|
-
"line":
|
1276
|
+
"line": 343,
|
1253
1277
|
"character": 33
|
1254
1278
|
},
|
1255
1279
|
"name": "Promise",
|
@@ -1258,7 +1282,7 @@
|
|
1258
1282
|
"__schema": "TypeLiteralSchema",
|
1259
1283
|
"location": {
|
1260
1284
|
"filePath": "dependencies.main.runtime.ts",
|
1261
|
-
"line":
|
1285
|
+
"line": 343,
|
1262
1286
|
"character": 41
|
1263
1287
|
},
|
1264
1288
|
"members": [
|
@@ -1266,14 +1290,14 @@
|
|
1266
1290
|
"__schema": "IndexSignatureSchema",
|
1267
1291
|
"location": {
|
1268
1292
|
"filePath": "dependencies.main.runtime.ts",
|
1269
|
-
"line":
|
1293
|
+
"line": 343,
|
1270
1294
|
"character": 43
|
1271
1295
|
},
|
1272
1296
|
"keyType": {
|
1273
1297
|
"__schema": "ParameterSchema",
|
1274
1298
|
"location": {
|
1275
1299
|
"filePath": "dependencies.main.runtime.ts",
|
1276
|
-
"line":
|
1300
|
+
"line": 343,
|
1277
1301
|
"character": 44
|
1278
1302
|
},
|
1279
1303
|
"name": "compIdStr",
|
@@ -1281,7 +1305,7 @@
|
|
1281
1305
|
"__schema": "KeywordTypeSchema",
|
1282
1306
|
"location": {
|
1283
1307
|
"filePath": "dependencies.main.runtime.ts",
|
1284
|
-
"line":
|
1308
|
+
"line": 343,
|
1285
1309
|
"character": 55
|
1286
1310
|
},
|
1287
1311
|
"name": "string"
|
@@ -1293,7 +1317,7 @@
|
|
1293
1317
|
"__schema": "KeywordTypeSchema",
|
1294
1318
|
"location": {
|
1295
1319
|
"filePath": "dependencies.main.runtime.ts",
|
1296
|
-
"line":
|
1320
|
+
"line": 343,
|
1297
1321
|
"character": 64
|
1298
1322
|
},
|
1299
1323
|
"name": "string"
|
@@ -1311,7 +1335,7 @@
|
|
1311
1335
|
"__schema": "VariableLikeSchema",
|
1312
1336
|
"location": {
|
1313
1337
|
"filePath": "dependencies.main.runtime.ts",
|
1314
|
-
"line":
|
1338
|
+
"line": 383,
|
1315
1339
|
"character": 3
|
1316
1340
|
},
|
1317
1341
|
"signature": "(property) DependenciesMain.slots: never[]",
|
@@ -1320,7 +1344,7 @@
|
|
1320
1344
|
"__schema": "InferenceTypeSchema",
|
1321
1345
|
"location": {
|
1322
1346
|
"filePath": "dependencies.main.runtime.ts",
|
1323
|
-
"line":
|
1347
|
+
"line": 383,
|
1324
1348
|
"character": 3
|
1325
1349
|
},
|
1326
1350
|
"type": "never[]"
|
@@ -1332,7 +1356,7 @@
|
|
1332
1356
|
"__schema": "VariableLikeSchema",
|
1333
1357
|
"location": {
|
1334
1358
|
"filePath": "dependencies.main.runtime.ts",
|
1335
|
-
"line":
|
1359
|
+
"line": 384,
|
1336
1360
|
"character": 3
|
1337
1361
|
},
|
1338
1362
|
"signature": "(property) DependenciesMain.dependencies: Aspect[]",
|
@@ -1341,19 +1365,19 @@
|
|
1341
1365
|
"__schema": "InferenceTypeSchema",
|
1342
1366
|
"location": {
|
1343
1367
|
"filePath": "dependencies.main.runtime.ts",
|
1344
|
-
"line":
|
1368
|
+
"line": 384,
|
1345
1369
|
"character": 3
|
1346
1370
|
},
|
1347
1371
|
"type": "Aspect[]"
|
1348
1372
|
},
|
1349
1373
|
"isOptional": true,
|
1350
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n DevFilesAspect,\n AspectLoaderAspect,\n ScopeAspect,\n GraphAspect,\n ]"
|
1374
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n DevFilesAspect,\n AspectLoaderAspect,\n ScopeAspect,\n GraphAspect,\n LoggerAspect,\n ]"
|
1351
1375
|
},
|
1352
1376
|
{
|
1353
1377
|
"__schema": "VariableLikeSchema",
|
1354
1378
|
"location": {
|
1355
1379
|
"filePath": "dependencies.main.runtime.ts",
|
1356
|
-
"line":
|
1380
|
+
"line": 395,
|
1357
1381
|
"character": 3
|
1358
1382
|
},
|
1359
1383
|
"signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
|
@@ -1362,7 +1386,7 @@
|
|
1362
1386
|
"__schema": "InferenceTypeSchema",
|
1363
1387
|
"location": {
|
1364
1388
|
"filePath": "dependencies.main.runtime.ts",
|
1365
|
-
"line":
|
1389
|
+
"line": 395,
|
1366
1390
|
"character": 3
|
1367
1391
|
},
|
1368
1392
|
"type": "RuntimeDefinition"
|
@@ -1374,33 +1398,33 @@
|
|
1374
1398
|
"__schema": "FunctionLikeSchema",
|
1375
1399
|
"location": {
|
1376
1400
|
"filePath": "dependencies.main.runtime.ts",
|
1377
|
-
"line":
|
1401
|
+
"line": 397,
|
1378
1402
|
"character": 3
|
1379
1403
|
},
|
1380
|
-
"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>",
|
1404
|
+
"signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain,\n LoggerMain\n]): Promise<DependenciesMain>",
|
1381
1405
|
"name": "provider",
|
1382
1406
|
"params": [
|
1383
1407
|
{
|
1384
1408
|
"__schema": "ParameterSchema",
|
1385
1409
|
"location": {
|
1386
1410
|
"filePath": "dependencies.main.runtime.ts",
|
1387
|
-
"line":
|
1411
|
+
"line": 397,
|
1388
1412
|
"character": 25
|
1389
1413
|
},
|
1390
|
-
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph ]",
|
1414
|
+
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
|
1391
1415
|
"type": {
|
1392
1416
|
"__schema": "TupleTypeSchema",
|
1393
1417
|
"location": {
|
1394
1418
|
"filePath": "dependencies.main.runtime.ts",
|
1395
|
-
"line":
|
1396
|
-
"character":
|
1419
|
+
"line": 397,
|
1420
|
+
"character": 107
|
1397
1421
|
},
|
1398
1422
|
"elements": [
|
1399
1423
|
{
|
1400
1424
|
"__schema": "TypeRefSchema",
|
1401
1425
|
"location": {
|
1402
1426
|
"filePath": "dependencies.main.runtime.ts",
|
1403
|
-
"line":
|
1427
|
+
"line": 398,
|
1404
1428
|
"character": 5
|
1405
1429
|
},
|
1406
1430
|
"name": "CLIMain",
|
@@ -1413,7 +1437,7 @@
|
|
1413
1437
|
"__schema": "TypeRefSchema",
|
1414
1438
|
"location": {
|
1415
1439
|
"filePath": "dependencies.main.runtime.ts",
|
1416
|
-
"line":
|
1440
|
+
"line": 399,
|
1417
1441
|
"character": 5
|
1418
1442
|
},
|
1419
1443
|
"name": "Workspace",
|
@@ -1426,7 +1450,7 @@
|
|
1426
1450
|
"__schema": "TypeRefSchema",
|
1427
1451
|
"location": {
|
1428
1452
|
"filePath": "dependencies.main.runtime.ts",
|
1429
|
-
"line":
|
1453
|
+
"line": 400,
|
1430
1454
|
"character": 5
|
1431
1455
|
},
|
1432
1456
|
"name": "DependencyResolverMain",
|
@@ -1439,7 +1463,7 @@
|
|
1439
1463
|
"__schema": "TypeRefSchema",
|
1440
1464
|
"location": {
|
1441
1465
|
"filePath": "dependencies.main.runtime.ts",
|
1442
|
-
"line":
|
1466
|
+
"line": 401,
|
1443
1467
|
"character": 5
|
1444
1468
|
},
|
1445
1469
|
"name": "DevFilesMain",
|
@@ -1452,7 +1476,7 @@
|
|
1452
1476
|
"__schema": "TypeRefSchema",
|
1453
1477
|
"location": {
|
1454
1478
|
"filePath": "dependencies.main.runtime.ts",
|
1455
|
-
"line":
|
1479
|
+
"line": 402,
|
1456
1480
|
"character": 5
|
1457
1481
|
},
|
1458
1482
|
"name": "AspectLoaderMain",
|
@@ -1465,7 +1489,7 @@
|
|
1465
1489
|
"__schema": "TypeRefSchema",
|
1466
1490
|
"location": {
|
1467
1491
|
"filePath": "dependencies.main.runtime.ts",
|
1468
|
-
"line":
|
1492
|
+
"line": 403,
|
1469
1493
|
"character": 5
|
1470
1494
|
},
|
1471
1495
|
"name": "ScopeMain",
|
@@ -1478,7 +1502,7 @@
|
|
1478
1502
|
"__schema": "TypeRefSchema",
|
1479
1503
|
"location": {
|
1480
1504
|
"filePath": "dependencies.main.runtime.ts",
|
1481
|
-
"line":
|
1505
|
+
"line": 404,
|
1482
1506
|
"character": 5
|
1483
1507
|
},
|
1484
1508
|
"name": "GraphMain",
|
@@ -1486,6 +1510,19 @@
|
|
1486
1510
|
"scope": "teambit.component",
|
1487
1511
|
"name": "graph"
|
1488
1512
|
}
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"__schema": "TypeRefSchema",
|
1516
|
+
"location": {
|
1517
|
+
"filePath": "dependencies.main.runtime.ts",
|
1518
|
+
"line": 405,
|
1519
|
+
"character": 5
|
1520
|
+
},
|
1521
|
+
"name": "LoggerMain",
|
1522
|
+
"componentId": {
|
1523
|
+
"scope": "teambit.harmony",
|
1524
|
+
"name": "logger"
|
1525
|
+
}
|
1489
1526
|
}
|
1490
1527
|
]
|
1491
1528
|
},
|
@@ -1497,7 +1534,7 @@
|
|
1497
1534
|
"__schema": "InferenceTypeSchema",
|
1498
1535
|
"location": {
|
1499
1536
|
"filePath": "dependencies.main.runtime.ts",
|
1500
|
-
"line":
|
1537
|
+
"line": 397,
|
1501
1538
|
"character": 3
|
1502
1539
|
},
|
1503
1540
|
"type": "Promise<DependenciesMain>"
|
@@ -2024,7 +2061,7 @@
|
|
2024
2061
|
"__schema": "TypeSchema",
|
2025
2062
|
"location": {
|
2026
2063
|
"filePath": "dependencies.main.runtime.ts",
|
2027
|
-
"line":
|
2064
|
+
"line": 43,
|
2028
2065
|
"character": 1
|
2029
2066
|
},
|
2030
2067
|
"signature": "type RemoveDependencyResult = {\n id: ComponentID;\n removedPackages: string[];\n}",
|
@@ -2033,7 +2070,7 @@
|
|
2033
2070
|
"__schema": "TypeLiteralSchema",
|
2034
2071
|
"location": {
|
2035
2072
|
"filePath": "dependencies.main.runtime.ts",
|
2036
|
-
"line":
|
2073
|
+
"line": 43,
|
2037
2074
|
"character": 38
|
2038
2075
|
},
|
2039
2076
|
"members": [
|
@@ -2041,7 +2078,7 @@
|
|
2041
2078
|
"__schema": "VariableLikeSchema",
|
2042
2079
|
"location": {
|
2043
2080
|
"filePath": "dependencies.main.runtime.ts",
|
2044
|
-
"line":
|
2081
|
+
"line": 43,
|
2045
2082
|
"character": 40
|
2046
2083
|
},
|
2047
2084
|
"signature": "(property) id: ComponentID",
|
@@ -2050,7 +2087,7 @@
|
|
2050
2087
|
"__schema": "TypeRefSchema",
|
2051
2088
|
"location": {
|
2052
2089
|
"filePath": "dependencies.main.runtime.ts",
|
2053
|
-
"line":
|
2090
|
+
"line": 43,
|
2054
2091
|
"character": 40
|
2055
2092
|
},
|
2056
2093
|
"name": "ComponentID",
|
@@ -2066,7 +2103,7 @@
|
|
2066
2103
|
"__schema": "VariableLikeSchema",
|
2067
2104
|
"location": {
|
2068
2105
|
"filePath": "dependencies.main.runtime.ts",
|
2069
|
-
"line":
|
2106
|
+
"line": 43,
|
2070
2107
|
"character": 57
|
2071
2108
|
},
|
2072
2109
|
"signature": "(property) removedPackages: string[]",
|
@@ -2075,14 +2112,14 @@
|
|
2075
2112
|
"__schema": "TypeArraySchema",
|
2076
2113
|
"location": {
|
2077
2114
|
"filePath": "dependencies.main.runtime.ts",
|
2078
|
-
"line":
|
2115
|
+
"line": 43,
|
2079
2116
|
"character": 74
|
2080
2117
|
},
|
2081
2118
|
"type": {
|
2082
2119
|
"__schema": "KeywordTypeSchema",
|
2083
2120
|
"location": {
|
2084
2121
|
"filePath": "dependencies.main.runtime.ts",
|
2085
|
-
"line":
|
2122
|
+
"line": 43,
|
2086
2123
|
"character": 74
|
2087
2124
|
},
|
2088
2125
|
"name": "string"
|
@@ -2097,7 +2134,7 @@
|
|
2097
2134
|
"__schema": "TypeSchema",
|
2098
2135
|
"location": {
|
2099
2136
|
"filePath": "dependencies.main.runtime.ts",
|
2100
|
-
"line":
|
2137
|
+
"line": 44,
|
2101
2138
|
"character": 1
|
2102
2139
|
},
|
2103
2140
|
"signature": "type SetDependenciesResult = {\n changedComps: string[];\n addedPackages: Record<string, string>;\n}",
|
@@ -2106,7 +2143,7 @@
|
|
2106
2143
|
"__schema": "TypeLiteralSchema",
|
2107
2144
|
"location": {
|
2108
2145
|
"filePath": "dependencies.main.runtime.ts",
|
2109
|
-
"line":
|
2146
|
+
"line": 44,
|
2110
2147
|
"character": 37
|
2111
2148
|
},
|
2112
2149
|
"members": [
|
@@ -2114,7 +2151,7 @@
|
|
2114
2151
|
"__schema": "VariableLikeSchema",
|
2115
2152
|
"location": {
|
2116
2153
|
"filePath": "dependencies.main.runtime.ts",
|
2117
|
-
"line":
|
2154
|
+
"line": 44,
|
2118
2155
|
"character": 39
|
2119
2156
|
},
|
2120
2157
|
"signature": "(property) changedComps: string[]",
|
@@ -2123,14 +2160,14 @@
|
|
2123
2160
|
"__schema": "TypeArraySchema",
|
2124
2161
|
"location": {
|
2125
2162
|
"filePath": "dependencies.main.runtime.ts",
|
2126
|
-
"line":
|
2163
|
+
"line": 44,
|
2127
2164
|
"character": 53
|
2128
2165
|
},
|
2129
2166
|
"type": {
|
2130
2167
|
"__schema": "KeywordTypeSchema",
|
2131
2168
|
"location": {
|
2132
2169
|
"filePath": "dependencies.main.runtime.ts",
|
2133
|
-
"line":
|
2170
|
+
"line": 44,
|
2134
2171
|
"character": 53
|
2135
2172
|
},
|
2136
2173
|
"name": "string"
|
@@ -2142,7 +2179,7 @@
|
|
2142
2179
|
"__schema": "VariableLikeSchema",
|
2143
2180
|
"location": {
|
2144
2181
|
"filePath": "dependencies.main.runtime.ts",
|
2145
|
-
"line":
|
2182
|
+
"line": 44,
|
2146
2183
|
"character": 63
|
2147
2184
|
},
|
2148
2185
|
"signature": "(property) addedPackages: Record<string, string>",
|
@@ -2151,7 +2188,7 @@
|
|
2151
2188
|
"__schema": "TypeRefSchema",
|
2152
2189
|
"location": {
|
2153
2190
|
"filePath": "dependencies.main.runtime.ts",
|
2154
|
-
"line":
|
2191
|
+
"line": 44,
|
2155
2192
|
"character": 78
|
2156
2193
|
},
|
2157
2194
|
"name": "Record",
|
@@ -2160,7 +2197,7 @@
|
|
2160
2197
|
"__schema": "KeywordTypeSchema",
|
2161
2198
|
"location": {
|
2162
2199
|
"filePath": "dependencies.main.runtime.ts",
|
2163
|
-
"line":
|
2200
|
+
"line": 44,
|
2164
2201
|
"character": 85
|
2165
2202
|
},
|
2166
2203
|
"name": "string"
|
@@ -2169,7 +2206,7 @@
|
|
2169
2206
|
"__schema": "KeywordTypeSchema",
|
2170
2207
|
"location": {
|
2171
2208
|
"filePath": "dependencies.main.runtime.ts",
|
2172
|
-
"line":
|
2209
|
+
"line": 44,
|
2173
2210
|
"character": 93
|
2174
2211
|
},
|
2175
2212
|
"name": "string"
|
@@ -2185,7 +2222,7 @@
|
|
2185
2222
|
"__schema": "TypeSchema",
|
2186
2223
|
"location": {
|
2187
2224
|
"filePath": "dependencies.main.runtime.ts",
|
2188
|
-
"line":
|
2225
|
+
"line": 45,
|
2189
2226
|
"character": 1
|
2190
2227
|
},
|
2191
2228
|
"signature": "type DependenciesResultsDebug = DebugDependencies & OverridesDependenciesData & {\n coreAspects: string[];\n sources: {\n id: string;\n source: string;\n }[];\n}",
|
@@ -2194,7 +2231,7 @@
|
|
2194
2231
|
"__schema": "TypeIntersectionSchema",
|
2195
2232
|
"location": {
|
2196
2233
|
"filePath": "dependencies.main.runtime.ts",
|
2197
|
-
"line":
|
2234
|
+
"line": 45,
|
2198
2235
|
"character": 40
|
2199
2236
|
},
|
2200
2237
|
"types": [
|
@@ -2202,7 +2239,7 @@
|
|
2202
2239
|
"__schema": "TypeRefSchema",
|
2203
2240
|
"location": {
|
2204
2241
|
"filePath": "dependencies.main.runtime.ts",
|
2205
|
-
"line":
|
2242
|
+
"line": 45,
|
2206
2243
|
"character": 40
|
2207
2244
|
},
|
2208
2245
|
"name": "DebugDependencies",
|
@@ -2212,7 +2249,7 @@
|
|
2212
2249
|
"__schema": "TypeRefSchema",
|
2213
2250
|
"location": {
|
2214
2251
|
"filePath": "dependencies.main.runtime.ts",
|
2215
|
-
"line":
|
2252
|
+
"line": 46,
|
2216
2253
|
"character": 3
|
2217
2254
|
},
|
2218
2255
|
"name": "OverridesDependenciesData",
|
@@ -2222,7 +2259,7 @@
|
|
2222
2259
|
"__schema": "TypeLiteralSchema",
|
2223
2260
|
"location": {
|
2224
2261
|
"filePath": "dependencies.main.runtime.ts",
|
2225
|
-
"line":
|
2262
|
+
"line": 46,
|
2226
2263
|
"character": 31
|
2227
2264
|
},
|
2228
2265
|
"members": [
|
@@ -2230,7 +2267,7 @@
|
|
2230
2267
|
"__schema": "VariableLikeSchema",
|
2231
2268
|
"location": {
|
2232
2269
|
"filePath": "dependencies.main.runtime.ts",
|
2233
|
-
"line":
|
2270
|
+
"line": 46,
|
2234
2271
|
"character": 33
|
2235
2272
|
},
|
2236
2273
|
"signature": "(property) coreAspects: string[]",
|
@@ -2239,14 +2276,14 @@
|
|
2239
2276
|
"__schema": "TypeArraySchema",
|
2240
2277
|
"location": {
|
2241
2278
|
"filePath": "dependencies.main.runtime.ts",
|
2242
|
-
"line":
|
2279
|
+
"line": 46,
|
2243
2280
|
"character": 46
|
2244
2281
|
},
|
2245
2282
|
"type": {
|
2246
2283
|
"__schema": "KeywordTypeSchema",
|
2247
2284
|
"location": {
|
2248
2285
|
"filePath": "dependencies.main.runtime.ts",
|
2249
|
-
"line":
|
2286
|
+
"line": 46,
|
2250
2287
|
"character": 46
|
2251
2288
|
},
|
2252
2289
|
"name": "string"
|
@@ -2258,7 +2295,7 @@
|
|
2258
2295
|
"__schema": "VariableLikeSchema",
|
2259
2296
|
"location": {
|
2260
2297
|
"filePath": "dependencies.main.runtime.ts",
|
2261
|
-
"line":
|
2298
|
+
"line": 46,
|
2262
2299
|
"character": 56
|
2263
2300
|
},
|
2264
2301
|
"signature": "(property) sources: {\n id: string;\n source: string;\n}[]",
|
@@ -2267,14 +2304,14 @@
|
|
2267
2304
|
"__schema": "TypeArraySchema",
|
2268
2305
|
"location": {
|
2269
2306
|
"filePath": "dependencies.main.runtime.ts",
|
2270
|
-
"line":
|
2307
|
+
"line": 46,
|
2271
2308
|
"character": 65
|
2272
2309
|
},
|
2273
2310
|
"type": {
|
2274
2311
|
"__schema": "TypeLiteralSchema",
|
2275
2312
|
"location": {
|
2276
2313
|
"filePath": "dependencies.main.runtime.ts",
|
2277
|
-
"line":
|
2314
|
+
"line": 46,
|
2278
2315
|
"character": 65
|
2279
2316
|
},
|
2280
2317
|
"members": [
|
@@ -2282,7 +2319,7 @@
|
|
2282
2319
|
"__schema": "VariableLikeSchema",
|
2283
2320
|
"location": {
|
2284
2321
|
"filePath": "dependencies.main.runtime.ts",
|
2285
|
-
"line":
|
2322
|
+
"line": 46,
|
2286
2323
|
"character": 67
|
2287
2324
|
},
|
2288
2325
|
"signature": "(property) id: string",
|
@@ -2291,7 +2328,7 @@
|
|
2291
2328
|
"__schema": "KeywordTypeSchema",
|
2292
2329
|
"location": {
|
2293
2330
|
"filePath": "dependencies.main.runtime.ts",
|
2294
|
-
"line":
|
2331
|
+
"line": 46,
|
2295
2332
|
"character": 71
|
2296
2333
|
},
|
2297
2334
|
"name": "string"
|
@@ -2302,7 +2339,7 @@
|
|
2302
2339
|
"__schema": "VariableLikeSchema",
|
2303
2340
|
"location": {
|
2304
2341
|
"filePath": "dependencies.main.runtime.ts",
|
2305
|
-
"line":
|
2342
|
+
"line": 46,
|
2306
2343
|
"character": 79
|
2307
2344
|
},
|
2308
2345
|
"signature": "(property) source: string",
|
@@ -2311,7 +2348,7 @@
|
|
2311
2348
|
"__schema": "KeywordTypeSchema",
|
2312
2349
|
"location": {
|
2313
2350
|
"filePath": "dependencies.main.runtime.ts",
|
2314
|
-
"line":
|
2351
|
+
"line": 46,
|
2315
2352
|
"character": 87
|
2316
2353
|
},
|
2317
2354
|
"name": "string"
|
@@ -2332,7 +2369,7 @@
|
|
2332
2369
|
"__schema": "TypeSchema",
|
2333
2370
|
"location": {
|
2334
2371
|
"filePath": "dependencies.main.runtime.ts",
|
2335
|
-
"line":
|
2372
|
+
"line": 48,
|
2336
2373
|
"character": 1
|
2337
2374
|
},
|
2338
2375
|
"signature": "type DependenciesResults = {\n graph: ComponentIdGraph;\n id: ComponentID;\n}",
|
@@ -2341,7 +2378,7 @@
|
|
2341
2378
|
"__schema": "TypeLiteralSchema",
|
2342
2379
|
"location": {
|
2343
2380
|
"filePath": "dependencies.main.runtime.ts",
|
2344
|
-
"line":
|
2381
|
+
"line": 48,
|
2345
2382
|
"character": 35
|
2346
2383
|
},
|
2347
2384
|
"members": [
|
@@ -2349,7 +2386,7 @@
|
|
2349
2386
|
"__schema": "VariableLikeSchema",
|
2350
2387
|
"location": {
|
2351
2388
|
"filePath": "dependencies.main.runtime.ts",
|
2352
|
-
"line":
|
2389
|
+
"line": 49,
|
2353
2390
|
"character": 3
|
2354
2391
|
},
|
2355
2392
|
"signature": "(property) graph: ComponentIdGraph",
|
@@ -2358,7 +2395,7 @@
|
|
2358
2395
|
"__schema": "TypeRefSchema",
|
2359
2396
|
"location": {
|
2360
2397
|
"filePath": "dependencies.main.runtime.ts",
|
2361
|
-
"line":
|
2398
|
+
"line": 49,
|
2362
2399
|
"character": 3
|
2363
2400
|
},
|
2364
2401
|
"name": "ComponentIdGraph",
|
@@ -2373,7 +2410,7 @@
|
|
2373
2410
|
"__schema": "VariableLikeSchema",
|
2374
2411
|
"location": {
|
2375
2412
|
"filePath": "dependencies.main.runtime.ts",
|
2376
|
-
"line":
|
2413
|
+
"line": 50,
|
2377
2414
|
"character": 3
|
2378
2415
|
},
|
2379
2416
|
"signature": "(property) id: ComponentID",
|
@@ -2382,7 +2419,7 @@
|
|
2382
2419
|
"__schema": "TypeRefSchema",
|
2383
2420
|
"location": {
|
2384
2421
|
"filePath": "dependencies.main.runtime.ts",
|
2385
|
-
"line":
|
2422
|
+
"line": 50,
|
2386
2423
|
"character": 3
|
2387
2424
|
},
|
2388
2425
|
"name": "ComponentID",
|
@@ -2401,7 +2438,7 @@
|
|
2401
2438
|
"__schema": "TypeSchema",
|
2402
2439
|
"location": {
|
2403
2440
|
"filePath": "dependencies.main.runtime.ts",
|
2404
|
-
"line":
|
2441
|
+
"line": 53,
|
2405
2442
|
"character": 1
|
2406
2443
|
},
|
2407
2444
|
"signature": "type BlameResult = {\n snap: string;\n tag?: string | undefined;\n author: string;\n date: string;\n message: string;\n version: string;\n}",
|
@@ -2410,7 +2447,7 @@
|
|
2410
2447
|
"__schema": "TypeLiteralSchema",
|
2411
2448
|
"location": {
|
2412
2449
|
"filePath": "dependencies.main.runtime.ts",
|
2413
|
-
"line":
|
2450
|
+
"line": 53,
|
2414
2451
|
"character": 27
|
2415
2452
|
},
|
2416
2453
|
"members": [
|
@@ -2418,7 +2455,7 @@
|
|
2418
2455
|
"__schema": "VariableLikeSchema",
|
2419
2456
|
"location": {
|
2420
2457
|
"filePath": "dependencies.main.runtime.ts",
|
2421
|
-
"line":
|
2458
|
+
"line": 54,
|
2422
2459
|
"character": 3
|
2423
2460
|
},
|
2424
2461
|
"signature": "(property) snap: string",
|
@@ -2427,7 +2464,7 @@
|
|
2427
2464
|
"__schema": "KeywordTypeSchema",
|
2428
2465
|
"location": {
|
2429
2466
|
"filePath": "dependencies.main.runtime.ts",
|
2430
|
-
"line":
|
2467
|
+
"line": 54,
|
2431
2468
|
"character": 9
|
2432
2469
|
},
|
2433
2470
|
"name": "string"
|
@@ -2438,7 +2475,7 @@
|
|
2438
2475
|
"__schema": "VariableLikeSchema",
|
2439
2476
|
"location": {
|
2440
2477
|
"filePath": "dependencies.main.runtime.ts",
|
2441
|
-
"line":
|
2478
|
+
"line": 55,
|
2442
2479
|
"character": 3
|
2443
2480
|
},
|
2444
2481
|
"signature": "(property) tag?: string | undefined",
|
@@ -2447,7 +2484,7 @@
|
|
2447
2484
|
"__schema": "KeywordTypeSchema",
|
2448
2485
|
"location": {
|
2449
2486
|
"filePath": "dependencies.main.runtime.ts",
|
2450
|
-
"line":
|
2487
|
+
"line": 55,
|
2451
2488
|
"character": 9
|
2452
2489
|
},
|
2453
2490
|
"name": "string"
|
@@ -2458,7 +2495,7 @@
|
|
2458
2495
|
"__schema": "VariableLikeSchema",
|
2459
2496
|
"location": {
|
2460
2497
|
"filePath": "dependencies.main.runtime.ts",
|
2461
|
-
"line":
|
2498
|
+
"line": 56,
|
2462
2499
|
"character": 3
|
2463
2500
|
},
|
2464
2501
|
"signature": "(property) author: string",
|
@@ -2467,7 +2504,7 @@
|
|
2467
2504
|
"__schema": "KeywordTypeSchema",
|
2468
2505
|
"location": {
|
2469
2506
|
"filePath": "dependencies.main.runtime.ts",
|
2470
|
-
"line":
|
2507
|
+
"line": 56,
|
2471
2508
|
"character": 11
|
2472
2509
|
},
|
2473
2510
|
"name": "string"
|
@@ -2478,7 +2515,7 @@
|
|
2478
2515
|
"__schema": "VariableLikeSchema",
|
2479
2516
|
"location": {
|
2480
2517
|
"filePath": "dependencies.main.runtime.ts",
|
2481
|
-
"line":
|
2518
|
+
"line": 57,
|
2482
2519
|
"character": 3
|
2483
2520
|
},
|
2484
2521
|
"signature": "(property) date: string",
|
@@ -2487,7 +2524,7 @@
|
|
2487
2524
|
"__schema": "KeywordTypeSchema",
|
2488
2525
|
"location": {
|
2489
2526
|
"filePath": "dependencies.main.runtime.ts",
|
2490
|
-
"line":
|
2527
|
+
"line": 57,
|
2491
2528
|
"character": 9
|
2492
2529
|
},
|
2493
2530
|
"name": "string"
|
@@ -2498,7 +2535,7 @@
|
|
2498
2535
|
"__schema": "VariableLikeSchema",
|
2499
2536
|
"location": {
|
2500
2537
|
"filePath": "dependencies.main.runtime.ts",
|
2501
|
-
"line":
|
2538
|
+
"line": 58,
|
2502
2539
|
"character": 3
|
2503
2540
|
},
|
2504
2541
|
"signature": "(property) message: string",
|
@@ -2507,7 +2544,7 @@
|
|
2507
2544
|
"__schema": "KeywordTypeSchema",
|
2508
2545
|
"location": {
|
2509
2546
|
"filePath": "dependencies.main.runtime.ts",
|
2510
|
-
"line":
|
2547
|
+
"line": 58,
|
2511
2548
|
"character": 12
|
2512
2549
|
},
|
2513
2550
|
"name": "string"
|
@@ -2518,7 +2555,7 @@
|
|
2518
2555
|
"__schema": "VariableLikeSchema",
|
2519
2556
|
"location": {
|
2520
2557
|
"filePath": "dependencies.main.runtime.ts",
|
2521
|
-
"line":
|
2558
|
+
"line": 59,
|
2522
2559
|
"character": 3
|
2523
2560
|
},
|
2524
2561
|
"signature": "(property) version: string",
|
@@ -2527,7 +2564,7 @@
|
|
2527
2564
|
"__schema": "KeywordTypeSchema",
|
2528
2565
|
"location": {
|
2529
2566
|
"filePath": "dependencies.main.runtime.ts",
|
2530
|
-
"line":
|
2567
|
+
"line": 59,
|
2531
2568
|
"character": 12
|
2532
2569
|
},
|
2533
2570
|
"name": "string"
|
@@ -2541,7 +2578,7 @@
|
|
2541
2578
|
"__schema": "ClassSchema",
|
2542
2579
|
"location": {
|
2543
2580
|
"filePath": "dependencies.main.runtime.ts",
|
2544
|
-
"line":
|
2581
|
+
"line": 62,
|
2545
2582
|
"character": 1
|
2546
2583
|
},
|
2547
2584
|
"signature": "class DependenciesMain",
|
@@ -2551,17 +2588,17 @@
|
|
2551
2588
|
"__schema": "ConstructorSchema",
|
2552
2589
|
"location": {
|
2553
2590
|
"filePath": "dependencies.main.runtime.ts",
|
2554
|
-
"line":
|
2591
|
+
"line": 63,
|
2555
2592
|
"character": 3
|
2556
2593
|
},
|
2557
|
-
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain): DependenciesMain",
|
2594
|
+
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain, logger: Logger): DependenciesMain",
|
2558
2595
|
"name": "constructor",
|
2559
2596
|
"params": [
|
2560
2597
|
{
|
2561
2598
|
"__schema": "ParameterSchema",
|
2562
2599
|
"location": {
|
2563
2600
|
"filePath": "dependencies.main.runtime.ts",
|
2564
|
-
"line":
|
2601
|
+
"line": 64,
|
2565
2602
|
"character": 5
|
2566
2603
|
},
|
2567
2604
|
"name": "workspace",
|
@@ -2569,7 +2606,7 @@
|
|
2569
2606
|
"__schema": "TypeRefSchema",
|
2570
2607
|
"location": {
|
2571
2608
|
"filePath": "dependencies.main.runtime.ts",
|
2572
|
-
"line":
|
2609
|
+
"line": 64,
|
2573
2610
|
"character": 24
|
2574
2611
|
},
|
2575
2612
|
"name": "Workspace",
|
@@ -2585,7 +2622,7 @@
|
|
2585
2622
|
"__schema": "ParameterSchema",
|
2586
2623
|
"location": {
|
2587
2624
|
"filePath": "dependencies.main.runtime.ts",
|
2588
|
-
"line":
|
2625
|
+
"line": 65,
|
2589
2626
|
"character": 5
|
2590
2627
|
},
|
2591
2628
|
"name": "scope",
|
@@ -2593,7 +2630,7 @@
|
|
2593
2630
|
"__schema": "TypeRefSchema",
|
2594
2631
|
"location": {
|
2595
2632
|
"filePath": "dependencies.main.runtime.ts",
|
2596
|
-
"line":
|
2633
|
+
"line": 65,
|
2597
2634
|
"character": 20
|
2598
2635
|
},
|
2599
2636
|
"name": "ScopeMain",
|
@@ -2609,7 +2646,7 @@
|
|
2609
2646
|
"__schema": "ParameterSchema",
|
2610
2647
|
"location": {
|
2611
2648
|
"filePath": "dependencies.main.runtime.ts",
|
2612
|
-
"line":
|
2649
|
+
"line": 66,
|
2613
2650
|
"character": 5
|
2614
2651
|
},
|
2615
2652
|
"name": "dependencyResolver",
|
@@ -2617,7 +2654,7 @@
|
|
2617
2654
|
"__schema": "TypeRefSchema",
|
2618
2655
|
"location": {
|
2619
2656
|
"filePath": "dependencies.main.runtime.ts",
|
2620
|
-
"line":
|
2657
|
+
"line": 66,
|
2621
2658
|
"character": 33
|
2622
2659
|
},
|
2623
2660
|
"name": "DependencyResolverMain",
|
@@ -2633,7 +2670,7 @@
|
|
2633
2670
|
"__schema": "ParameterSchema",
|
2634
2671
|
"location": {
|
2635
2672
|
"filePath": "dependencies.main.runtime.ts",
|
2636
|
-
"line":
|
2673
|
+
"line": 67,
|
2637
2674
|
"character": 5
|
2638
2675
|
},
|
2639
2676
|
"name": "devFiles",
|
@@ -2641,7 +2678,7 @@
|
|
2641
2678
|
"__schema": "TypeRefSchema",
|
2642
2679
|
"location": {
|
2643
2680
|
"filePath": "dependencies.main.runtime.ts",
|
2644
|
-
"line":
|
2681
|
+
"line": 67,
|
2645
2682
|
"character": 23
|
2646
2683
|
},
|
2647
2684
|
"name": "DevFilesMain",
|
@@ -2657,7 +2694,7 @@
|
|
2657
2694
|
"__schema": "ParameterSchema",
|
2658
2695
|
"location": {
|
2659
2696
|
"filePath": "dependencies.main.runtime.ts",
|
2660
|
-
"line":
|
2697
|
+
"line": 68,
|
2661
2698
|
"character": 5
|
2662
2699
|
},
|
2663
2700
|
"name": "aspectLoader",
|
@@ -2665,7 +2702,7 @@
|
|
2665
2702
|
"__schema": "TypeRefSchema",
|
2666
2703
|
"location": {
|
2667
2704
|
"filePath": "dependencies.main.runtime.ts",
|
2668
|
-
"line":
|
2705
|
+
"line": 68,
|
2669
2706
|
"character": 27
|
2670
2707
|
},
|
2671
2708
|
"name": "AspectLoaderMain",
|
@@ -2681,7 +2718,7 @@
|
|
2681
2718
|
"__schema": "ParameterSchema",
|
2682
2719
|
"location": {
|
2683
2720
|
"filePath": "dependencies.main.runtime.ts",
|
2684
|
-
"line":
|
2721
|
+
"line": 69,
|
2685
2722
|
"character": 5
|
2686
2723
|
},
|
2687
2724
|
"name": "graph",
|
@@ -2689,7 +2726,7 @@
|
|
2689
2726
|
"__schema": "TypeRefSchema",
|
2690
2727
|
"location": {
|
2691
2728
|
"filePath": "dependencies.main.runtime.ts",
|
2692
|
-
"line":
|
2729
|
+
"line": 69,
|
2693
2730
|
"character": 20
|
2694
2731
|
},
|
2695
2732
|
"name": "GraphMain",
|
@@ -2700,13 +2737,37 @@
|
|
2700
2737
|
},
|
2701
2738
|
"isOptional": false,
|
2702
2739
|
"isSpread": false
|
2740
|
+
},
|
2741
|
+
{
|
2742
|
+
"__schema": "ParameterSchema",
|
2743
|
+
"location": {
|
2744
|
+
"filePath": "dependencies.main.runtime.ts",
|
2745
|
+
"line": 70,
|
2746
|
+
"character": 5
|
2747
|
+
},
|
2748
|
+
"name": "logger",
|
2749
|
+
"type": {
|
2750
|
+
"__schema": "TypeRefSchema",
|
2751
|
+
"location": {
|
2752
|
+
"filePath": "dependencies.main.runtime.ts",
|
2753
|
+
"line": 70,
|
2754
|
+
"character": 21
|
2755
|
+
},
|
2756
|
+
"name": "Logger",
|
2757
|
+
"componentId": {
|
2758
|
+
"scope": "teambit.harmony",
|
2759
|
+
"name": "logger"
|
2760
|
+
}
|
2761
|
+
},
|
2762
|
+
"isOptional": false,
|
2763
|
+
"isSpread": false
|
2703
2764
|
}
|
2704
2765
|
],
|
2705
2766
|
"returnType": {
|
2706
2767
|
"__schema": "ThisTypeSchema",
|
2707
2768
|
"location": {
|
2708
2769
|
"filePath": "dependencies.main.runtime.ts",
|
2709
|
-
"line":
|
2770
|
+
"line": 62,
|
2710
2771
|
"character": 1
|
2711
2772
|
},
|
2712
2773
|
"name": "DependenciesMain"
|
@@ -2717,7 +2778,7 @@
|
|
2717
2778
|
"__schema": "FunctionLikeSchema",
|
2718
2779
|
"location": {
|
2719
2780
|
"filePath": "dependencies.main.runtime.ts",
|
2720
|
-
"line":
|
2781
|
+
"line": 73,
|
2721
2782
|
"character": 3
|
2722
2783
|
},
|
2723
2784
|
"signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
|
@@ -2727,7 +2788,7 @@
|
|
2727
2788
|
"__schema": "ParameterSchema",
|
2728
2789
|
"location": {
|
2729
2790
|
"filePath": "dependencies.main.runtime.ts",
|
2730
|
-
"line":
|
2791
|
+
"line": 73,
|
2731
2792
|
"character": 17
|
2732
2793
|
},
|
2733
2794
|
"name": "componentId",
|
@@ -2735,7 +2796,7 @@
|
|
2735
2796
|
"__schema": "KeywordTypeSchema",
|
2736
2797
|
"location": {
|
2737
2798
|
"filePath": "dependencies.main.runtime.ts",
|
2738
|
-
"line":
|
2799
|
+
"line": 73,
|
2739
2800
|
"character": 30
|
2740
2801
|
},
|
2741
2802
|
"name": "string"
|
@@ -2747,7 +2808,7 @@
|
|
2747
2808
|
"__schema": "ParameterSchema",
|
2748
2809
|
"location": {
|
2749
2810
|
"filePath": "dependencies.main.runtime.ts",
|
2750
|
-
"line":
|
2811
|
+
"line": 73,
|
2751
2812
|
"character": 38
|
2752
2813
|
},
|
2753
2814
|
"name": "range",
|
@@ -2755,7 +2816,7 @@
|
|
2755
2816
|
"__schema": "KeywordTypeSchema",
|
2756
2817
|
"location": {
|
2757
2818
|
"filePath": "dependencies.main.runtime.ts",
|
2758
|
-
"line":
|
2819
|
+
"line": 73,
|
2759
2820
|
"character": 46
|
2760
2821
|
},
|
2761
2822
|
"name": "string"
|
@@ -2768,7 +2829,7 @@
|
|
2768
2829
|
"__schema": "TypeRefSchema",
|
2769
2830
|
"location": {
|
2770
2831
|
"filePath": "dependencies.main.runtime.ts",
|
2771
|
-
"line":
|
2832
|
+
"line": 73,
|
2772
2833
|
"character": 55
|
2773
2834
|
},
|
2774
2835
|
"name": "Promise",
|
@@ -2777,7 +2838,7 @@
|
|
2777
2838
|
"__schema": "KeywordTypeSchema",
|
2778
2839
|
"location": {
|
2779
2840
|
"filePath": "dependencies.main.runtime.ts",
|
2780
|
-
"line":
|
2841
|
+
"line": 73,
|
2781
2842
|
"character": 63
|
2782
2843
|
},
|
2783
2844
|
"name": "void"
|
@@ -2792,7 +2853,7 @@
|
|
2792
2853
|
"__schema": "FunctionLikeSchema",
|
2793
2854
|
"location": {
|
2794
2855
|
"filePath": "dependencies.main.runtime.ts",
|
2795
|
-
"line":
|
2856
|
+
"line": 84,
|
2796
2857
|
"character": 3
|
2797
2858
|
},
|
2798
2859
|
"signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
|
@@ -2802,7 +2863,7 @@
|
|
2802
2863
|
"__schema": "ParameterSchema",
|
2803
2864
|
"location": {
|
2804
2865
|
"filePath": "dependencies.main.runtime.ts",
|
2805
|
-
"line":
|
2866
|
+
"line": 84,
|
2806
2867
|
"character": 19
|
2807
2868
|
},
|
2808
2869
|
"name": "componentId",
|
@@ -2810,7 +2871,7 @@
|
|
2810
2871
|
"__schema": "KeywordTypeSchema",
|
2811
2872
|
"location": {
|
2812
2873
|
"filePath": "dependencies.main.runtime.ts",
|
2813
|
-
"line":
|
2874
|
+
"line": 84,
|
2814
2875
|
"character": 32
|
2815
2876
|
},
|
2816
2877
|
"name": "string"
|
@@ -2823,7 +2884,7 @@
|
|
2823
2884
|
"__schema": "TypeRefSchema",
|
2824
2885
|
"location": {
|
2825
2886
|
"filePath": "dependencies.main.runtime.ts",
|
2826
|
-
"line":
|
2887
|
+
"line": 84,
|
2827
2888
|
"character": 41
|
2828
2889
|
},
|
2829
2890
|
"name": "Promise",
|
@@ -2832,7 +2893,7 @@
|
|
2832
2893
|
"__schema": "KeywordTypeSchema",
|
2833
2894
|
"location": {
|
2834
2895
|
"filePath": "dependencies.main.runtime.ts",
|
2835
|
-
"line":
|
2896
|
+
"line": 84,
|
2836
2897
|
"character": 49
|
2837
2898
|
},
|
2838
2899
|
"name": "void"
|
@@ -2847,7 +2908,7 @@
|
|
2847
2908
|
"__schema": "FunctionLikeSchema",
|
2848
2909
|
"location": {
|
2849
2910
|
"filePath": "dependencies.main.runtime.ts",
|
2850
|
-
"line":
|
2911
|
+
"line": 101,
|
2851
2912
|
"character": 3
|
2852
2913
|
},
|
2853
2914
|
"signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
|
@@ -2857,7 +2918,7 @@
|
|
2857
2918
|
"__schema": "ParameterSchema",
|
2858
2919
|
"location": {
|
2859
2920
|
"filePath": "dependencies.main.runtime.ts",
|
2860
|
-
"line":
|
2921
|
+
"line": 102,
|
2861
2922
|
"character": 5
|
2862
2923
|
},
|
2863
2924
|
"name": "componentPattern",
|
@@ -2865,7 +2926,7 @@
|
|
2865
2926
|
"__schema": "KeywordTypeSchema",
|
2866
2927
|
"location": {
|
2867
2928
|
"filePath": "dependencies.main.runtime.ts",
|
2868
|
-
"line":
|
2929
|
+
"line": 102,
|
2869
2930
|
"character": 23
|
2870
2931
|
},
|
2871
2932
|
"name": "string"
|
@@ -2877,7 +2938,7 @@
|
|
2877
2938
|
"__schema": "ParameterSchema",
|
2878
2939
|
"location": {
|
2879
2940
|
"filePath": "dependencies.main.runtime.ts",
|
2880
|
-
"line":
|
2941
|
+
"line": 103,
|
2881
2942
|
"character": 5
|
2882
2943
|
},
|
2883
2944
|
"name": "packages",
|
@@ -2885,14 +2946,14 @@
|
|
2885
2946
|
"__schema": "TypeArraySchema",
|
2886
2947
|
"location": {
|
2887
2948
|
"filePath": "dependencies.main.runtime.ts",
|
2888
|
-
"line":
|
2949
|
+
"line": 103,
|
2889
2950
|
"character": 15
|
2890
2951
|
},
|
2891
2952
|
"type": {
|
2892
2953
|
"__schema": "KeywordTypeSchema",
|
2893
2954
|
"location": {
|
2894
2955
|
"filePath": "dependencies.main.runtime.ts",
|
2895
|
-
"line":
|
2956
|
+
"line": 103,
|
2896
2957
|
"character": 15
|
2897
2958
|
},
|
2898
2959
|
"name": "string"
|
@@ -2905,7 +2966,7 @@
|
|
2905
2966
|
"__schema": "ParameterSchema",
|
2906
2967
|
"location": {
|
2907
2968
|
"filePath": "dependencies.main.runtime.ts",
|
2908
|
-
"line":
|
2969
|
+
"line": 104,
|
2909
2970
|
"character": 5
|
2910
2971
|
},
|
2911
2972
|
"name": "options",
|
@@ -2913,7 +2974,7 @@
|
|
2913
2974
|
"__schema": "TypeRefSchema",
|
2914
2975
|
"location": {
|
2915
2976
|
"filePath": "dependencies.main.runtime.ts",
|
2916
|
-
"line":
|
2977
|
+
"line": 104,
|
2917
2978
|
"character": 14
|
2918
2979
|
},
|
2919
2980
|
"name": "SetDependenciesFlags",
|
@@ -2928,7 +2989,7 @@
|
|
2928
2989
|
"__schema": "TypeRefSchema",
|
2929
2990
|
"location": {
|
2930
2991
|
"filePath": "dependencies.main.runtime.ts",
|
2931
|
-
"line":
|
2992
|
+
"line": 105,
|
2932
2993
|
"character": 6
|
2933
2994
|
},
|
2934
2995
|
"name": "Promise",
|
@@ -2937,7 +2998,7 @@
|
|
2937
2998
|
"__schema": "TypeRefSchema",
|
2938
2999
|
"location": {
|
2939
3000
|
"filePath": "dependencies.main.runtime.ts",
|
2940
|
-
"line":
|
3001
|
+
"line": 105,
|
2941
3002
|
"character": 14
|
2942
3003
|
},
|
2943
3004
|
"name": "SetDependenciesResult",
|
@@ -2953,7 +3014,7 @@
|
|
2953
3014
|
"__schema": "FunctionLikeSchema",
|
2954
3015
|
"location": {
|
2955
3016
|
"filePath": "dependencies.main.runtime.ts",
|
2956
|
-
"line":
|
3017
|
+
"line": 145,
|
2957
3018
|
"character": 3
|
2958
3019
|
},
|
2959
3020
|
"signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
|
@@ -2963,7 +3024,7 @@
|
|
2963
3024
|
"__schema": "ParameterSchema",
|
2964
3025
|
"location": {
|
2965
3026
|
"filePath": "dependencies.main.runtime.ts",
|
2966
|
-
"line":
|
3027
|
+
"line": 146,
|
2967
3028
|
"character": 5
|
2968
3029
|
},
|
2969
3030
|
"name": "componentPattern",
|
@@ -2971,7 +3032,7 @@
|
|
2971
3032
|
"__schema": "KeywordTypeSchema",
|
2972
3033
|
"location": {
|
2973
3034
|
"filePath": "dependencies.main.runtime.ts",
|
2974
|
-
"line":
|
3035
|
+
"line": 146,
|
2975
3036
|
"character": 23
|
2976
3037
|
},
|
2977
3038
|
"name": "string"
|
@@ -2983,7 +3044,7 @@
|
|
2983
3044
|
"__schema": "ParameterSchema",
|
2984
3045
|
"location": {
|
2985
3046
|
"filePath": "dependencies.main.runtime.ts",
|
2986
|
-
"line":
|
3047
|
+
"line": 147,
|
2987
3048
|
"character": 5
|
2988
3049
|
},
|
2989
3050
|
"name": "packages",
|
@@ -2991,14 +3052,14 @@
|
|
2991
3052
|
"__schema": "TypeArraySchema",
|
2992
3053
|
"location": {
|
2993
3054
|
"filePath": "dependencies.main.runtime.ts",
|
2994
|
-
"line":
|
3055
|
+
"line": 147,
|
2995
3056
|
"character": 15
|
2996
3057
|
},
|
2997
3058
|
"type": {
|
2998
3059
|
"__schema": "KeywordTypeSchema",
|
2999
3060
|
"location": {
|
3000
3061
|
"filePath": "dependencies.main.runtime.ts",
|
3001
|
-
"line":
|
3062
|
+
"line": 147,
|
3002
3063
|
"character": 15
|
3003
3064
|
},
|
3004
3065
|
"name": "string"
|
@@ -3011,7 +3072,7 @@
|
|
3011
3072
|
"__schema": "ParameterSchema",
|
3012
3073
|
"location": {
|
3013
3074
|
"filePath": "dependencies.main.runtime.ts",
|
3014
|
-
"line":
|
3075
|
+
"line": 148,
|
3015
3076
|
"character": 5
|
3016
3077
|
},
|
3017
3078
|
"name": "options",
|
@@ -3019,7 +3080,7 @@
|
|
3019
3080
|
"__schema": "TypeRefSchema",
|
3020
3081
|
"location": {
|
3021
3082
|
"filePath": "dependencies.main.runtime.ts",
|
3022
|
-
"line":
|
3083
|
+
"line": 148,
|
3023
3084
|
"character": 14
|
3024
3085
|
},
|
3025
3086
|
"name": "RemoveDependenciesFlags",
|
@@ -3033,7 +3094,7 @@
|
|
3033
3094
|
"__schema": "ParameterSchema",
|
3034
3095
|
"location": {
|
3035
3096
|
"filePath": "dependencies.main.runtime.ts",
|
3036
|
-
"line":
|
3097
|
+
"line": 149,
|
3037
3098
|
"character": 5
|
3038
3099
|
},
|
3039
3100
|
"name": "removeOnlyIfExists",
|
@@ -3041,7 +3102,7 @@
|
|
3041
3102
|
"__schema": "InferenceTypeSchema",
|
3042
3103
|
"location": {
|
3043
3104
|
"filePath": "dependencies.main.runtime.ts",
|
3044
|
-
"line":
|
3105
|
+
"line": 149,
|
3045
3106
|
"character": 5
|
3046
3107
|
},
|
3047
3108
|
"type": "boolean"
|
@@ -3055,7 +3116,7 @@
|
|
3055
3116
|
"__schema": "TypeRefSchema",
|
3056
3117
|
"location": {
|
3057
3118
|
"filePath": "dependencies.main.runtime.ts",
|
3058
|
-
"line":
|
3119
|
+
"line": 150,
|
3059
3120
|
"character": 6
|
3060
3121
|
},
|
3061
3122
|
"name": "Promise",
|
@@ -3064,14 +3125,14 @@
|
|
3064
3125
|
"__schema": "TypeArraySchema",
|
3065
3126
|
"location": {
|
3066
3127
|
"filePath": "dependencies.main.runtime.ts",
|
3067
|
-
"line":
|
3128
|
+
"line": 150,
|
3068
3129
|
"character": 14
|
3069
3130
|
},
|
3070
3131
|
"type": {
|
3071
3132
|
"__schema": "TypeRefSchema",
|
3072
3133
|
"location": {
|
3073
3134
|
"filePath": "dependencies.main.runtime.ts",
|
3074
|
-
"line":
|
3135
|
+
"line": 150,
|
3075
3136
|
"character": 14
|
3076
3137
|
},
|
3077
3138
|
"name": "RemoveDependencyResult",
|
@@ -3088,7 +3149,7 @@
|
|
3088
3149
|
"__schema": "FunctionLikeSchema",
|
3089
3150
|
"location": {
|
3090
3151
|
"filePath": "dependencies.main.runtime.ts",
|
3091
|
-
"line":
|
3152
|
+
"line": 197,
|
3092
3153
|
"character": 3
|
3093
3154
|
},
|
3094
3155
|
"signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
|
@@ -3098,7 +3159,7 @@
|
|
3098
3159
|
"__schema": "ParameterSchema",
|
3099
3160
|
"location": {
|
3100
3161
|
"filePath": "dependencies.main.runtime.ts",
|
3101
|
-
"line":
|
3162
|
+
"line": 197,
|
3102
3163
|
"character": 15
|
3103
3164
|
},
|
3104
3165
|
"name": "componentPattern",
|
@@ -3106,7 +3167,7 @@
|
|
3106
3167
|
"__schema": "KeywordTypeSchema",
|
3107
3168
|
"location": {
|
3108
3169
|
"filePath": "dependencies.main.runtime.ts",
|
3109
|
-
"line":
|
3170
|
+
"line": 197,
|
3110
3171
|
"character": 33
|
3111
3172
|
},
|
3112
3173
|
"name": "string"
|
@@ -3119,7 +3180,7 @@
|
|
3119
3180
|
"__schema": "TypeRefSchema",
|
3120
3181
|
"location": {
|
3121
3182
|
"filePath": "dependencies.main.runtime.ts",
|
3122
|
-
"line":
|
3183
|
+
"line": 197,
|
3123
3184
|
"character": 42
|
3124
3185
|
},
|
3125
3186
|
"name": "Promise",
|
@@ -3128,14 +3189,14 @@
|
|
3128
3189
|
"__schema": "TypeArraySchema",
|
3129
3190
|
"location": {
|
3130
3191
|
"filePath": "dependencies.main.runtime.ts",
|
3131
|
-
"line":
|
3192
|
+
"line": 197,
|
3132
3193
|
"character": 50
|
3133
3194
|
},
|
3134
3195
|
"type": {
|
3135
3196
|
"__schema": "TypeRefSchema",
|
3136
3197
|
"location": {
|
3137
3198
|
"filePath": "dependencies.main.runtime.ts",
|
3138
|
-
"line":
|
3199
|
+
"line": 197,
|
3139
3200
|
"character": 50
|
3140
3201
|
},
|
3141
3202
|
"name": "ComponentID",
|
@@ -3156,7 +3217,7 @@
|
|
3156
3217
|
"__schema": "FunctionLikeSchema",
|
3157
3218
|
"location": {
|
3158
3219
|
"filePath": "dependencies.main.runtime.ts",
|
3159
|
-
"line":
|
3220
|
+
"line": 207,
|
3160
3221
|
"character": 3
|
3161
3222
|
},
|
3162
3223
|
"signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
|
@@ -3166,7 +3227,7 @@
|
|
3166
3227
|
"__schema": "ParameterSchema",
|
3167
3228
|
"location": {
|
3168
3229
|
"filePath": "dependencies.main.runtime.ts",
|
3169
|
-
"line":
|
3230
|
+
"line": 207,
|
3170
3231
|
"character": 15
|
3171
3232
|
},
|
3172
3233
|
"name": "componentPattern",
|
@@ -3174,7 +3235,7 @@
|
|
3174
3235
|
"__schema": "KeywordTypeSchema",
|
3175
3236
|
"location": {
|
3176
3237
|
"filePath": "dependencies.main.runtime.ts",
|
3177
|
-
"line":
|
3238
|
+
"line": 207,
|
3178
3239
|
"character": 33
|
3179
3240
|
},
|
3180
3241
|
"name": "string"
|
@@ -3187,7 +3248,7 @@
|
|
3187
3248
|
"__schema": "TypeRefSchema",
|
3188
3249
|
"location": {
|
3189
3250
|
"filePath": "dependencies.main.runtime.ts",
|
3190
|
-
"line":
|
3251
|
+
"line": 207,
|
3191
3252
|
"character": 42
|
3192
3253
|
},
|
3193
3254
|
"name": "Promise",
|
@@ -3196,14 +3257,14 @@
|
|
3196
3257
|
"__schema": "TypeArraySchema",
|
3197
3258
|
"location": {
|
3198
3259
|
"filePath": "dependencies.main.runtime.ts",
|
3199
|
-
"line":
|
3260
|
+
"line": 207,
|
3200
3261
|
"character": 50
|
3201
3262
|
},
|
3202
3263
|
"type": {
|
3203
3264
|
"__schema": "TypeRefSchema",
|
3204
3265
|
"location": {
|
3205
3266
|
"filePath": "dependencies.main.runtime.ts",
|
3206
|
-
"line":
|
3267
|
+
"line": 207,
|
3207
3268
|
"character": 50
|
3208
3269
|
},
|
3209
3270
|
"name": "ComponentID",
|
@@ -3224,7 +3285,7 @@
|
|
3224
3285
|
"__schema": "FunctionLikeSchema",
|
3225
3286
|
"location": {
|
3226
3287
|
"filePath": "dependencies.main.runtime.ts",
|
3227
|
-
"line":
|
3288
|
+
"line": 225,
|
3228
3289
|
"character": 3
|
3229
3290
|
},
|
3230
3291
|
"signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
|
@@ -3234,7 +3295,7 @@
|
|
3234
3295
|
"__schema": "ParameterSchema",
|
3235
3296
|
"location": {
|
3236
3297
|
"filePath": "dependencies.main.runtime.ts",
|
3237
|
-
"line":
|
3298
|
+
"line": 225,
|
3238
3299
|
"character": 25
|
3239
3300
|
},
|
3240
3301
|
"name": "id",
|
@@ -3242,7 +3303,7 @@
|
|
3242
3303
|
"__schema": "KeywordTypeSchema",
|
3243
3304
|
"location": {
|
3244
3305
|
"filePath": "dependencies.main.runtime.ts",
|
3245
|
-
"line":
|
3306
|
+
"line": 225,
|
3246
3307
|
"character": 29
|
3247
3308
|
},
|
3248
3309
|
"name": "string"
|
@@ -3254,7 +3315,7 @@
|
|
3254
3315
|
"__schema": "ParameterSchema",
|
3255
3316
|
"location": {
|
3256
3317
|
"filePath": "dependencies.main.runtime.ts",
|
3257
|
-
"line":
|
3318
|
+
"line": 225,
|
3258
3319
|
"character": 37
|
3259
3320
|
},
|
3260
3321
|
"name": "scope",
|
@@ -3262,7 +3323,7 @@
|
|
3262
3323
|
"__schema": "KeywordTypeSchema",
|
3263
3324
|
"location": {
|
3264
3325
|
"filePath": "dependencies.main.runtime.ts",
|
3265
|
-
"line":
|
3326
|
+
"line": 225,
|
3266
3327
|
"character": 45
|
3267
3328
|
},
|
3268
3329
|
"name": "boolean"
|
@@ -3275,7 +3336,7 @@
|
|
3275
3336
|
"__schema": "TypeRefSchema",
|
3276
3337
|
"location": {
|
3277
3338
|
"filePath": "dependencies.main.runtime.ts",
|
3278
|
-
"line":
|
3339
|
+
"line": 225,
|
3279
3340
|
"character": 55
|
3280
3341
|
},
|
3281
3342
|
"name": "Promise",
|
@@ -3284,7 +3345,7 @@
|
|
3284
3345
|
"__schema": "TypeRefSchema",
|
3285
3346
|
"location": {
|
3286
3347
|
"filePath": "dependencies.main.runtime.ts",
|
3287
|
-
"line":
|
3348
|
+
"line": 225,
|
3288
3349
|
"character": 63
|
3289
3350
|
},
|
3290
3351
|
"name": "DependenciesResults",
|
@@ -3300,7 +3361,7 @@
|
|
3300
3361
|
"__schema": "FunctionLikeSchema",
|
3301
3362
|
"location": {
|
3302
3363
|
"filePath": "dependencies.main.runtime.ts",
|
3303
|
-
"line":
|
3364
|
+
"line": 235,
|
3304
3365
|
"character": 3
|
3305
3366
|
},
|
3306
3367
|
"signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
|
@@ -3310,7 +3371,7 @@
|
|
3310
3371
|
"__schema": "ParameterSchema",
|
3311
3372
|
"location": {
|
3312
3373
|
"filePath": "dependencies.main.runtime.ts",
|
3313
|
-
"line":
|
3374
|
+
"line": 235,
|
3314
3375
|
"character": 26
|
3315
3376
|
},
|
3316
3377
|
"name": "component",
|
@@ -3318,7 +3379,7 @@
|
|
3318
3379
|
"__schema": "TypeRefSchema",
|
3319
3380
|
"location": {
|
3320
3381
|
"filePath": "dependencies.main.runtime.ts",
|
3321
|
-
"line":
|
3382
|
+
"line": 235,
|
3322
3383
|
"character": 37
|
3323
3384
|
},
|
3324
3385
|
"name": "ConsumerComponent",
|
@@ -3331,7 +3392,7 @@
|
|
3331
3392
|
"__schema": "ParameterSchema",
|
3332
3393
|
"location": {
|
3333
3394
|
"filePath": "dependencies.main.runtime.ts",
|
3334
|
-
"line":
|
3395
|
+
"line": 235,
|
3335
3396
|
"character": 56
|
3336
3397
|
},
|
3337
3398
|
"name": "opts",
|
@@ -3339,7 +3400,7 @@
|
|
3339
3400
|
"__schema": "TypeRefSchema",
|
3340
3401
|
"location": {
|
3341
3402
|
"filePath": "dependencies.main.runtime.ts",
|
3342
|
-
"line":
|
3403
|
+
"line": 235,
|
3343
3404
|
"character": 62
|
3344
3405
|
},
|
3345
3406
|
"name": "DependencyLoaderOpts",
|
@@ -3353,7 +3414,7 @@
|
|
3353
3414
|
"__schema": "InferenceTypeSchema",
|
3354
3415
|
"location": {
|
3355
3416
|
"filePath": "dependencies.main.runtime.ts",
|
3356
|
-
"line":
|
3417
|
+
"line": 235,
|
3357
3418
|
"character": 3
|
3358
3419
|
},
|
3359
3420
|
"type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
|
@@ -3366,14 +3427,14 @@
|
|
3366
3427
|
"__schema": "FunctionLikeSchema",
|
3367
3428
|
"location": {
|
3368
3429
|
"filePath": "dependencies.main.runtime.ts",
|
3369
|
-
"line":
|
3430
|
+
"line": 252,
|
3370
3431
|
"character": 3
|
3371
3432
|
},
|
3372
3433
|
"doc": {
|
3373
3434
|
"__schema": "DocSchema",
|
3374
3435
|
"location": {
|
3375
3436
|
"filePath": "dependencies.main.runtime.ts",
|
3376
|
-
"line":
|
3437
|
+
"line": 246,
|
3377
3438
|
"character": 3
|
3378
3439
|
},
|
3379
3440
|
"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 */",
|
@@ -3387,7 +3448,7 @@
|
|
3387
3448
|
"__schema": "ParameterSchema",
|
3388
3449
|
"location": {
|
3389
3450
|
"filePath": "dependencies.main.runtime.ts",
|
3390
|
-
"line":
|
3451
|
+
"line": 252,
|
3391
3452
|
"character": 35
|
3392
3453
|
},
|
3393
3454
|
"name": "component",
|
@@ -3395,7 +3456,7 @@
|
|
3395
3456
|
"__schema": "TypeRefSchema",
|
3396
3457
|
"location": {
|
3397
3458
|
"filePath": "dependencies.main.runtime.ts",
|
3398
|
-
"line":
|
3459
|
+
"line": 252,
|
3399
3460
|
"character": 46
|
3400
3461
|
},
|
3401
3462
|
"name": "ConsumerComponent",
|
@@ -3408,7 +3469,7 @@
|
|
3408
3469
|
"__schema": "ParameterSchema",
|
3409
3470
|
"location": {
|
3410
3471
|
"filePath": "dependencies.main.runtime.ts",
|
3411
|
-
"line":
|
3472
|
+
"line": 252,
|
3412
3473
|
"character": 65
|
3413
3474
|
},
|
3414
3475
|
"name": "dependenciesData",
|
@@ -3416,7 +3477,7 @@
|
|
3416
3477
|
"__schema": "TypeRefSchema",
|
3417
3478
|
"location": {
|
3418
3479
|
"filePath": "dependencies.main.runtime.ts",
|
3419
|
-
"line":
|
3480
|
+
"line": 252,
|
3420
3481
|
"character": 83
|
3421
3482
|
},
|
3422
3483
|
"name": "Partial",
|
@@ -3425,7 +3486,7 @@
|
|
3425
3486
|
"__schema": "TypeRefSchema",
|
3426
3487
|
"location": {
|
3427
3488
|
"filePath": "dependencies.main.runtime.ts",
|
3428
|
-
"line":
|
3489
|
+
"line": 252,
|
3429
3490
|
"character": 91
|
3430
3491
|
},
|
3431
3492
|
"name": "DependenciesData",
|
@@ -3441,7 +3502,7 @@
|
|
3441
3502
|
"__schema": "InferenceTypeSchema",
|
3442
3503
|
"location": {
|
3443
3504
|
"filePath": "dependencies.main.runtime.ts",
|
3444
|
-
"line":
|
3505
|
+
"line": 252,
|
3445
3506
|
"character": 3
|
3446
3507
|
},
|
3447
3508
|
"type": "Promise<void>"
|
@@ -3454,7 +3515,7 @@
|
|
3454
3515
|
"__schema": "FunctionLikeSchema",
|
3455
3516
|
"location": {
|
3456
3517
|
"filePath": "dependencies.main.runtime.ts",
|
3457
|
-
"line":
|
3518
|
+
"line": 263,
|
3458
3519
|
"character": 3
|
3459
3520
|
},
|
3460
3521
|
"signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
|
@@ -3464,7 +3525,7 @@
|
|
3464
3525
|
"__schema": "ParameterSchema",
|
3465
3526
|
"location": {
|
3466
3527
|
"filePath": "dependencies.main.runtime.ts",
|
3467
|
-
"line":
|
3528
|
+
"line": 263,
|
3468
3529
|
"character": 27
|
3469
3530
|
},
|
3470
3531
|
"name": "id",
|
@@ -3472,7 +3533,7 @@
|
|
3472
3533
|
"__schema": "KeywordTypeSchema",
|
3473
3534
|
"location": {
|
3474
3535
|
"filePath": "dependencies.main.runtime.ts",
|
3475
|
-
"line":
|
3536
|
+
"line": 263,
|
3476
3537
|
"character": 31
|
3477
3538
|
},
|
3478
3539
|
"name": "string"
|
@@ -3485,7 +3546,7 @@
|
|
3485
3546
|
"__schema": "TypeRefSchema",
|
3486
3547
|
"location": {
|
3487
3548
|
"filePath": "dependencies.main.runtime.ts",
|
3488
|
-
"line":
|
3549
|
+
"line": 263,
|
3489
3550
|
"character": 40
|
3490
3551
|
},
|
3491
3552
|
"name": "Promise",
|
@@ -3494,7 +3555,7 @@
|
|
3494
3555
|
"__schema": "TypeRefSchema",
|
3495
3556
|
"location": {
|
3496
3557
|
"filePath": "dependencies.main.runtime.ts",
|
3497
|
-
"line":
|
3558
|
+
"line": 263,
|
3498
3559
|
"character": 48
|
3499
3560
|
},
|
3500
3561
|
"name": "DependenciesResultsDebug",
|
@@ -3510,14 +3571,14 @@
|
|
3510
3571
|
"__schema": "FunctionLikeSchema",
|
3511
3572
|
"location": {
|
3512
3573
|
"filePath": "dependencies.main.runtime.ts",
|
3513
|
-
"line":
|
3574
|
+
"line": 295,
|
3514
3575
|
"character": 3
|
3515
3576
|
},
|
3516
3577
|
"doc": {
|
3517
3578
|
"__schema": "DocSchema",
|
3518
3579
|
"location": {
|
3519
3580
|
"filePath": "dependencies.main.runtime.ts",
|
3520
|
-
"line":
|
3581
|
+
"line": 291,
|
3521
3582
|
"character": 3
|
3522
3583
|
},
|
3523
3584
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
@@ -3531,7 +3592,7 @@
|
|
3531
3592
|
"__schema": "ParameterSchema",
|
3532
3593
|
"location": {
|
3533
3594
|
"filePath": "dependencies.main.runtime.ts",
|
3534
|
-
"line":
|
3595
|
+
"line": 295,
|
3535
3596
|
"character": 15
|
3536
3597
|
},
|
3537
3598
|
"name": "compName",
|
@@ -3539,7 +3600,7 @@
|
|
3539
3600
|
"__schema": "KeywordTypeSchema",
|
3540
3601
|
"location": {
|
3541
3602
|
"filePath": "dependencies.main.runtime.ts",
|
3542
|
-
"line":
|
3603
|
+
"line": 295,
|
3543
3604
|
"character": 25
|
3544
3605
|
},
|
3545
3606
|
"name": "string"
|
@@ -3551,7 +3612,7 @@
|
|
3551
3612
|
"__schema": "ParameterSchema",
|
3552
3613
|
"location": {
|
3553
3614
|
"filePath": "dependencies.main.runtime.ts",
|
3554
|
-
"line":
|
3615
|
+
"line": 295,
|
3555
3616
|
"character": 33
|
3556
3617
|
},
|
3557
3618
|
"name": "depName",
|
@@ -3559,7 +3620,7 @@
|
|
3559
3620
|
"__schema": "KeywordTypeSchema",
|
3560
3621
|
"location": {
|
3561
3622
|
"filePath": "dependencies.main.runtime.ts",
|
3562
|
-
"line":
|
3623
|
+
"line": 295,
|
3563
3624
|
"character": 42
|
3564
3625
|
},
|
3565
3626
|
"name": "string"
|
@@ -3572,7 +3633,7 @@
|
|
3572
3633
|
"__schema": "InferenceTypeSchema",
|
3573
3634
|
"location": {
|
3574
3635
|
"filePath": "dependencies.main.runtime.ts",
|
3575
|
-
"line":
|
3636
|
+
"line": 295,
|
3576
3637
|
"character": 3
|
3577
3638
|
},
|
3578
3639
|
"type": "Promise<BlameResult[]>"
|
@@ -3585,7 +3646,7 @@
|
|
3585
3646
|
"__schema": "FunctionLikeSchema",
|
3586
3647
|
"location": {
|
3587
3648
|
"filePath": "dependencies.main.runtime.ts",
|
3588
|
-
"line":
|
3649
|
+
"line": 328,
|
3589
3650
|
"character": 3
|
3590
3651
|
},
|
3591
3652
|
"signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
|
@@ -3595,7 +3656,7 @@
|
|
3595
3656
|
"__schema": "ParameterSchema",
|
3596
3657
|
"location": {
|
3597
3658
|
"filePath": "dependencies.main.runtime.ts",
|
3598
|
-
"line":
|
3659
|
+
"line": 328,
|
3599
3660
|
"character": 19
|
3600
3661
|
},
|
3601
3662
|
"name": "depName",
|
@@ -3603,7 +3664,7 @@
|
|
3603
3664
|
"__schema": "KeywordTypeSchema",
|
3604
3665
|
"location": {
|
3605
3666
|
"filePath": "dependencies.main.runtime.ts",
|
3606
|
-
"line":
|
3667
|
+
"line": 328,
|
3607
3668
|
"character": 28
|
3608
3669
|
},
|
3609
3670
|
"name": "string"
|
@@ -3615,7 +3676,7 @@
|
|
3615
3676
|
"__schema": "ParameterSchema",
|
3616
3677
|
"location": {
|
3617
3678
|
"filePath": "dependencies.main.runtime.ts",
|
3618
|
-
"line":
|
3679
|
+
"line": 328,
|
3619
3680
|
"character": 36
|
3620
3681
|
},
|
3621
3682
|
"name": "opts",
|
@@ -3623,7 +3684,7 @@
|
|
3623
3684
|
"__schema": "TypeLiteralSchema",
|
3624
3685
|
"location": {
|
3625
3686
|
"filePath": "dependencies.main.runtime.ts",
|
3626
|
-
"line":
|
3687
|
+
"line": 328,
|
3627
3688
|
"character": 43
|
3628
3689
|
},
|
3629
3690
|
"members": [
|
@@ -3631,7 +3692,7 @@
|
|
3631
3692
|
"__schema": "VariableLikeSchema",
|
3632
3693
|
"location": {
|
3633
3694
|
"filePath": "dependencies.main.runtime.ts",
|
3634
|
-
"line":
|
3695
|
+
"line": 328,
|
3635
3696
|
"character": 45
|
3636
3697
|
},
|
3637
3698
|
"signature": "(property) depth?: number | undefined",
|
@@ -3640,7 +3701,7 @@
|
|
3640
3701
|
"__schema": "KeywordTypeSchema",
|
3641
3702
|
"location": {
|
3642
3703
|
"filePath": "dependencies.main.runtime.ts",
|
3643
|
-
"line":
|
3704
|
+
"line": 328,
|
3644
3705
|
"character": 53
|
3645
3706
|
},
|
3646
3707
|
"name": "number"
|
@@ -3657,7 +3718,7 @@
|
|
3657
3718
|
"__schema": "TypeRefSchema",
|
3658
3719
|
"location": {
|
3659
3720
|
"filePath": "dependencies.main.runtime.ts",
|
3660
|
-
"line":
|
3721
|
+
"line": 328,
|
3661
3722
|
"character": 64
|
3662
3723
|
},
|
3663
3724
|
"name": "Promise",
|
@@ -3666,7 +3727,7 @@
|
|
3666
3727
|
"__schema": "TypeUnionSchema",
|
3667
3728
|
"location": {
|
3668
3729
|
"filePath": "dependencies.main.runtime.ts",
|
3669
|
-
"line":
|
3730
|
+
"line": 328,
|
3670
3731
|
"character": 72
|
3671
3732
|
},
|
3672
3733
|
"types": [
|
@@ -3674,7 +3735,7 @@
|
|
3674
3735
|
"__schema": "KeywordTypeSchema",
|
3675
3736
|
"location": {
|
3676
3737
|
"filePath": "dependencies.main.runtime.ts",
|
3677
|
-
"line":
|
3738
|
+
"line": 328,
|
3678
3739
|
"character": 72
|
3679
3740
|
},
|
3680
3741
|
"name": "string"
|
@@ -3683,7 +3744,7 @@
|
|
3683
3744
|
"__schema": "KeywordTypeSchema",
|
3684
3745
|
"location": {
|
3685
3746
|
"filePath": "dependencies.main.runtime.ts",
|
3686
|
-
"line":
|
3747
|
+
"line": 328,
|
3687
3748
|
"character": 81
|
3688
3749
|
},
|
3689
3750
|
"name": "undefined"
|
@@ -3700,14 +3761,14 @@
|
|
3700
3761
|
"__schema": "FunctionLikeSchema",
|
3701
3762
|
"location": {
|
3702
3763
|
"filePath": "dependencies.main.runtime.ts",
|
3703
|
-
"line":
|
3764
|
+
"line": 343,
|
3704
3765
|
"character": 3
|
3705
3766
|
},
|
3706
3767
|
"doc": {
|
3707
3768
|
"__schema": "DocSchema",
|
3708
3769
|
"location": {
|
3709
3770
|
"filePath": "dependencies.main.runtime.ts",
|
3710
|
-
"line":
|
3771
|
+
"line": 339,
|
3711
3772
|
"character": 3
|
3712
3773
|
},
|
3713
3774
|
"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 */",
|
@@ -3717,7 +3778,7 @@
|
|
3717
3778
|
"__schema": "PropertyLikeTagSchema",
|
3718
3779
|
"location": {
|
3719
3780
|
"filePath": "dependencies.main.runtime.ts",
|
3720
|
-
"line":
|
3781
|
+
"line": 340,
|
3721
3782
|
"character": 6
|
3722
3783
|
},
|
3723
3784
|
"name": "depName",
|
@@ -3728,7 +3789,7 @@
|
|
3728
3789
|
"__schema": "ReturnTagSchema",
|
3729
3790
|
"location": {
|
3730
3791
|
"filePath": "dependencies.main.runtime.ts",
|
3731
|
-
"line":
|
3792
|
+
"line": 341,
|
3732
3793
|
"character": 6
|
3733
3794
|
},
|
3734
3795
|
"tagName": "return",
|
@@ -3743,7 +3804,7 @@
|
|
3743
3804
|
"__schema": "ParameterSchema",
|
3744
3805
|
"location": {
|
3745
3806
|
"filePath": "dependencies.main.runtime.ts",
|
3746
|
-
"line":
|
3807
|
+
"line": 343,
|
3747
3808
|
"character": 15
|
3748
3809
|
},
|
3749
3810
|
"name": "depName",
|
@@ -3751,7 +3812,7 @@
|
|
3751
3812
|
"__schema": "KeywordTypeSchema",
|
3752
3813
|
"location": {
|
3753
3814
|
"filePath": "dependencies.main.runtime.ts",
|
3754
|
-
"line":
|
3815
|
+
"line": 343,
|
3755
3816
|
"character": 24
|
3756
3817
|
},
|
3757
3818
|
"name": "string"
|
@@ -3764,7 +3825,7 @@
|
|
3764
3825
|
"__schema": "TypeRefSchema",
|
3765
3826
|
"location": {
|
3766
3827
|
"filePath": "dependencies.main.runtime.ts",
|
3767
|
-
"line":
|
3828
|
+
"line": 343,
|
3768
3829
|
"character": 33
|
3769
3830
|
},
|
3770
3831
|
"name": "Promise",
|
@@ -3773,7 +3834,7 @@
|
|
3773
3834
|
"__schema": "TypeLiteralSchema",
|
3774
3835
|
"location": {
|
3775
3836
|
"filePath": "dependencies.main.runtime.ts",
|
3776
|
-
"line":
|
3837
|
+
"line": 343,
|
3777
3838
|
"character": 41
|
3778
3839
|
},
|
3779
3840
|
"members": [
|
@@ -3781,14 +3842,14 @@
|
|
3781
3842
|
"__schema": "IndexSignatureSchema",
|
3782
3843
|
"location": {
|
3783
3844
|
"filePath": "dependencies.main.runtime.ts",
|
3784
|
-
"line":
|
3845
|
+
"line": 343,
|
3785
3846
|
"character": 43
|
3786
3847
|
},
|
3787
3848
|
"keyType": {
|
3788
3849
|
"__schema": "ParameterSchema",
|
3789
3850
|
"location": {
|
3790
3851
|
"filePath": "dependencies.main.runtime.ts",
|
3791
|
-
"line":
|
3852
|
+
"line": 343,
|
3792
3853
|
"character": 44
|
3793
3854
|
},
|
3794
3855
|
"name": "compIdStr",
|
@@ -3796,7 +3857,7 @@
|
|
3796
3857
|
"__schema": "KeywordTypeSchema",
|
3797
3858
|
"location": {
|
3798
3859
|
"filePath": "dependencies.main.runtime.ts",
|
3799
|
-
"line":
|
3860
|
+
"line": 343,
|
3800
3861
|
"character": 55
|
3801
3862
|
},
|
3802
3863
|
"name": "string"
|
@@ -3808,7 +3869,7 @@
|
|
3808
3869
|
"__schema": "KeywordTypeSchema",
|
3809
3870
|
"location": {
|
3810
3871
|
"filePath": "dependencies.main.runtime.ts",
|
3811
|
-
"line":
|
3872
|
+
"line": 343,
|
3812
3873
|
"character": 64
|
3813
3874
|
},
|
3814
3875
|
"name": "string"
|
@@ -3826,7 +3887,7 @@
|
|
3826
3887
|
"__schema": "VariableLikeSchema",
|
3827
3888
|
"location": {
|
3828
3889
|
"filePath": "dependencies.main.runtime.ts",
|
3829
|
-
"line":
|
3890
|
+
"line": 383,
|
3830
3891
|
"character": 3
|
3831
3892
|
},
|
3832
3893
|
"signature": "(property) DependenciesMain.slots: never[]",
|
@@ -3835,7 +3896,7 @@
|
|
3835
3896
|
"__schema": "InferenceTypeSchema",
|
3836
3897
|
"location": {
|
3837
3898
|
"filePath": "dependencies.main.runtime.ts",
|
3838
|
-
"line":
|
3899
|
+
"line": 383,
|
3839
3900
|
"character": 3
|
3840
3901
|
},
|
3841
3902
|
"type": "never[]"
|
@@ -3847,7 +3908,7 @@
|
|
3847
3908
|
"__schema": "VariableLikeSchema",
|
3848
3909
|
"location": {
|
3849
3910
|
"filePath": "dependencies.main.runtime.ts",
|
3850
|
-
"line":
|
3911
|
+
"line": 384,
|
3851
3912
|
"character": 3
|
3852
3913
|
},
|
3853
3914
|
"signature": "(property) DependenciesMain.dependencies: Aspect[]",
|
@@ -3856,19 +3917,19 @@
|
|
3856
3917
|
"__schema": "InferenceTypeSchema",
|
3857
3918
|
"location": {
|
3858
3919
|
"filePath": "dependencies.main.runtime.ts",
|
3859
|
-
"line":
|
3920
|
+
"line": 384,
|
3860
3921
|
"character": 3
|
3861
3922
|
},
|
3862
3923
|
"type": "Aspect[]"
|
3863
3924
|
},
|
3864
3925
|
"isOptional": true,
|
3865
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n DevFilesAspect,\n AspectLoaderAspect,\n ScopeAspect,\n GraphAspect,\n ]"
|
3926
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n DependencyResolverAspect,\n DevFilesAspect,\n AspectLoaderAspect,\n ScopeAspect,\n GraphAspect,\n LoggerAspect,\n ]"
|
3866
3927
|
},
|
3867
3928
|
{
|
3868
3929
|
"__schema": "VariableLikeSchema",
|
3869
3930
|
"location": {
|
3870
3931
|
"filePath": "dependencies.main.runtime.ts",
|
3871
|
-
"line":
|
3932
|
+
"line": 395,
|
3872
3933
|
"character": 3
|
3873
3934
|
},
|
3874
3935
|
"signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
|
@@ -3877,7 +3938,7 @@
|
|
3877
3938
|
"__schema": "InferenceTypeSchema",
|
3878
3939
|
"location": {
|
3879
3940
|
"filePath": "dependencies.main.runtime.ts",
|
3880
|
-
"line":
|
3941
|
+
"line": 395,
|
3881
3942
|
"character": 3
|
3882
3943
|
},
|
3883
3944
|
"type": "RuntimeDefinition"
|
@@ -3889,33 +3950,33 @@
|
|
3889
3950
|
"__schema": "FunctionLikeSchema",
|
3890
3951
|
"location": {
|
3891
3952
|
"filePath": "dependencies.main.runtime.ts",
|
3892
|
-
"line":
|
3953
|
+
"line": 397,
|
3893
3954
|
"character": 3
|
3894
3955
|
},
|
3895
|
-
"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>",
|
3956
|
+
"signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain,\n LoggerMain\n]): Promise<DependenciesMain>",
|
3896
3957
|
"name": "provider",
|
3897
3958
|
"params": [
|
3898
3959
|
{
|
3899
3960
|
"__schema": "ParameterSchema",
|
3900
3961
|
"location": {
|
3901
3962
|
"filePath": "dependencies.main.runtime.ts",
|
3902
|
-
"line":
|
3963
|
+
"line": 397,
|
3903
3964
|
"character": 25
|
3904
3965
|
},
|
3905
|
-
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph ]",
|
3966
|
+
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
|
3906
3967
|
"type": {
|
3907
3968
|
"__schema": "TupleTypeSchema",
|
3908
3969
|
"location": {
|
3909
3970
|
"filePath": "dependencies.main.runtime.ts",
|
3910
|
-
"line":
|
3911
|
-
"character":
|
3971
|
+
"line": 397,
|
3972
|
+
"character": 107
|
3912
3973
|
},
|
3913
3974
|
"elements": [
|
3914
3975
|
{
|
3915
3976
|
"__schema": "TypeRefSchema",
|
3916
3977
|
"location": {
|
3917
3978
|
"filePath": "dependencies.main.runtime.ts",
|
3918
|
-
"line":
|
3979
|
+
"line": 398,
|
3919
3980
|
"character": 5
|
3920
3981
|
},
|
3921
3982
|
"name": "CLIMain",
|
@@ -3928,7 +3989,7 @@
|
|
3928
3989
|
"__schema": "TypeRefSchema",
|
3929
3990
|
"location": {
|
3930
3991
|
"filePath": "dependencies.main.runtime.ts",
|
3931
|
-
"line":
|
3992
|
+
"line": 399,
|
3932
3993
|
"character": 5
|
3933
3994
|
},
|
3934
3995
|
"name": "Workspace",
|
@@ -3941,7 +4002,7 @@
|
|
3941
4002
|
"__schema": "TypeRefSchema",
|
3942
4003
|
"location": {
|
3943
4004
|
"filePath": "dependencies.main.runtime.ts",
|
3944
|
-
"line":
|
4005
|
+
"line": 400,
|
3945
4006
|
"character": 5
|
3946
4007
|
},
|
3947
4008
|
"name": "DependencyResolverMain",
|
@@ -3954,7 +4015,7 @@
|
|
3954
4015
|
"__schema": "TypeRefSchema",
|
3955
4016
|
"location": {
|
3956
4017
|
"filePath": "dependencies.main.runtime.ts",
|
3957
|
-
"line":
|
4018
|
+
"line": 401,
|
3958
4019
|
"character": 5
|
3959
4020
|
},
|
3960
4021
|
"name": "DevFilesMain",
|
@@ -3967,7 +4028,7 @@
|
|
3967
4028
|
"__schema": "TypeRefSchema",
|
3968
4029
|
"location": {
|
3969
4030
|
"filePath": "dependencies.main.runtime.ts",
|
3970
|
-
"line":
|
4031
|
+
"line": 402,
|
3971
4032
|
"character": 5
|
3972
4033
|
},
|
3973
4034
|
"name": "AspectLoaderMain",
|
@@ -3980,7 +4041,7 @@
|
|
3980
4041
|
"__schema": "TypeRefSchema",
|
3981
4042
|
"location": {
|
3982
4043
|
"filePath": "dependencies.main.runtime.ts",
|
3983
|
-
"line":
|
4044
|
+
"line": 403,
|
3984
4045
|
"character": 5
|
3985
4046
|
},
|
3986
4047
|
"name": "ScopeMain",
|
@@ -3993,7 +4054,7 @@
|
|
3993
4054
|
"__schema": "TypeRefSchema",
|
3994
4055
|
"location": {
|
3995
4056
|
"filePath": "dependencies.main.runtime.ts",
|
3996
|
-
"line":
|
4057
|
+
"line": 404,
|
3997
4058
|
"character": 5
|
3998
4059
|
},
|
3999
4060
|
"name": "GraphMain",
|
@@ -4001,6 +4062,19 @@
|
|
4001
4062
|
"scope": "teambit.component",
|
4002
4063
|
"name": "graph"
|
4003
4064
|
}
|
4065
|
+
},
|
4066
|
+
{
|
4067
|
+
"__schema": "TypeRefSchema",
|
4068
|
+
"location": {
|
4069
|
+
"filePath": "dependencies.main.runtime.ts",
|
4070
|
+
"line": 405,
|
4071
|
+
"character": 5
|
4072
|
+
},
|
4073
|
+
"name": "LoggerMain",
|
4074
|
+
"componentId": {
|
4075
|
+
"scope": "teambit.harmony",
|
4076
|
+
"name": "logger"
|
4077
|
+
}
|
4004
4078
|
}
|
4005
4079
|
]
|
4006
4080
|
},
|
@@ -4012,7 +4086,7 @@
|
|
4012
4086
|
"__schema": "InferenceTypeSchema",
|
4013
4087
|
"location": {
|
4014
4088
|
"filePath": "dependencies.main.runtime.ts",
|
4015
|
-
"line":
|
4089
|
+
"line": 397,
|
4016
4090
|
"character": 3
|
4017
4091
|
},
|
4018
4092
|
"type": "Promise<DependenciesMain>"
|
@@ -4030,7 +4104,7 @@
|
|
4030
4104
|
"__schema": "UnImplementedSchema",
|
4031
4105
|
"location": {
|
4032
4106
|
"filePath": "dependencies.main.runtime.ts",
|
4033
|
-
"line":
|
4107
|
+
"line": 441,
|
4034
4108
|
"character": 16
|
4035
4109
|
},
|
4036
4110
|
"name": "DependenciesMain",
|
@@ -4042,7 +4116,7 @@
|
|
4042
4116
|
"__schema": "FunctionLikeSchema",
|
4043
4117
|
"location": {
|
4044
4118
|
"filePath": "dependencies.main.runtime.ts",
|
4045
|
-
"line":
|
4119
|
+
"line": 435,
|
4046
4120
|
"character": 1
|
4047
4121
|
},
|
4048
4122
|
"signature": "function isComponentId(depName: string): boolean",
|
@@ -4052,7 +4126,7 @@
|
|
4052
4126
|
"__schema": "ParameterSchema",
|
4053
4127
|
"location": {
|
4054
4128
|
"filePath": "dependencies.main.runtime.ts",
|
4055
|
-
"line":
|
4129
|
+
"line": 435,
|
4056
4130
|
"character": 24
|
4057
4131
|
},
|
4058
4132
|
"name": "depName",
|
@@ -4060,7 +4134,7 @@
|
|
4060
4134
|
"__schema": "KeywordTypeSchema",
|
4061
4135
|
"location": {
|
4062
4136
|
"filePath": "dependencies.main.runtime.ts",
|
4063
|
-
"line":
|
4137
|
+
"line": 435,
|
4064
4138
|
"character": 33
|
4065
4139
|
},
|
4066
4140
|
"name": "string"
|
@@ -4073,7 +4147,7 @@
|
|
4073
4147
|
"__schema": "TypeRefSchema",
|
4074
4148
|
"location": {
|
4075
4149
|
"filePath": "dependencies.main.runtime.ts",
|
4076
|
-
"line":
|
4150
|
+
"line": 435,
|
4077
4151
|
"character": 1
|
4078
4152
|
},
|
4079
4153
|
"name": "isComponentId",
|
@@ -4085,7 +4159,7 @@
|
|
4085
4159
|
"__schema": "UnImplementedSchema",
|
4086
4160
|
"location": {
|
4087
4161
|
"filePath": "dependencies.main.runtime.ts",
|
4088
|
-
"line":
|
4162
|
+
"line": 439,
|
4089
4163
|
"character": 1
|
4090
4164
|
},
|
4091
4165
|
"name": "DependenciesAspect.addRuntime(DependenciesMain);",
|
@@ -4678,7 +4752,7 @@
|
|
4678
4752
|
"componentId": {
|
4679
4753
|
"scope": "teambit.dependencies",
|
4680
4754
|
"name": "dependencies",
|
4681
|
-
"version": "1.0.
|
4755
|
+
"version": "1.0.430"
|
4682
4756
|
},
|
4683
4757
|
"taggedModuleExports": []
|
4684
4758
|
}
|