@teambit/status 1.0.188 → 1.0.189

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2270 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ClassSchema",
18
+ "location": {
19
+ "filePath": "status.main.runtime.ts",
20
+ "line": 54,
21
+ "character": 1
22
+ },
23
+ "signature": "class StatusMain",
24
+ "name": "StatusMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "status.main.runtime.ts",
30
+ "line": 55,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain): StatusMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "status.main.runtime.ts",
40
+ "line": 56,
41
+ "character": 5
42
+ },
43
+ "name": "workspace",
44
+ "type": {
45
+ "__schema": "TypeRefSchema",
46
+ "location": {
47
+ "filePath": "status.main.runtime.ts",
48
+ "line": 56,
49
+ "character": 24
50
+ },
51
+ "name": "Workspace",
52
+ "componentId": {
53
+ "scope": "teambit.workspace",
54
+ "name": "workspace"
55
+ }
56
+ },
57
+ "isOptional": false,
58
+ "isSpread": false
59
+ },
60
+ {
61
+ "__schema": "ParameterSchema",
62
+ "location": {
63
+ "filePath": "status.main.runtime.ts",
64
+ "line": 57,
65
+ "character": 5
66
+ },
67
+ "name": "issues",
68
+ "type": {
69
+ "__schema": "TypeRefSchema",
70
+ "location": {
71
+ "filePath": "status.main.runtime.ts",
72
+ "line": 57,
73
+ "character": 21
74
+ },
75
+ "name": "IssuesMain",
76
+ "componentId": {
77
+ "scope": "teambit.component",
78
+ "name": "issues"
79
+ }
80
+ },
81
+ "isOptional": false,
82
+ "isSpread": false
83
+ },
84
+ {
85
+ "__schema": "ParameterSchema",
86
+ "location": {
87
+ "filePath": "status.main.runtime.ts",
88
+ "line": 58,
89
+ "character": 5
90
+ },
91
+ "name": "insights",
92
+ "type": {
93
+ "__schema": "TypeRefSchema",
94
+ "location": {
95
+ "filePath": "status.main.runtime.ts",
96
+ "line": 58,
97
+ "character": 23
98
+ },
99
+ "name": "InsightsMain",
100
+ "componentId": {
101
+ "scope": "teambit.explorer",
102
+ "name": "insights"
103
+ }
104
+ },
105
+ "isOptional": false,
106
+ "isSpread": false
107
+ },
108
+ {
109
+ "__schema": "ParameterSchema",
110
+ "location": {
111
+ "filePath": "status.main.runtime.ts",
112
+ "line": 59,
113
+ "character": 5
114
+ },
115
+ "name": "remove",
116
+ "type": {
117
+ "__schema": "TypeRefSchema",
118
+ "location": {
119
+ "filePath": "status.main.runtime.ts",
120
+ "line": 59,
121
+ "character": 21
122
+ },
123
+ "name": "RemoveMain",
124
+ "componentId": {
125
+ "scope": "teambit.component",
126
+ "name": "remove"
127
+ }
128
+ },
129
+ "isOptional": false,
130
+ "isSpread": false
131
+ },
132
+ {
133
+ "__schema": "ParameterSchema",
134
+ "location": {
135
+ "filePath": "status.main.runtime.ts",
136
+ "line": 60,
137
+ "character": 5
138
+ },
139
+ "name": "lanes",
140
+ "type": {
141
+ "__schema": "TypeRefSchema",
142
+ "location": {
143
+ "filePath": "status.main.runtime.ts",
144
+ "line": 60,
145
+ "character": 20
146
+ },
147
+ "name": "LanesMain",
148
+ "componentId": {
149
+ "scope": "teambit.lanes",
150
+ "name": "lanes"
151
+ }
152
+ },
153
+ "isOptional": false,
154
+ "isSpread": false
155
+ }
156
+ ],
157
+ "returnType": {
158
+ "__schema": "ThisTypeSchema",
159
+ "location": {
160
+ "filePath": "status.main.runtime.ts",
161
+ "line": 54,
162
+ "character": 1
163
+ },
164
+ "name": "StatusMain"
165
+ },
166
+ "modifiers": []
167
+ },
168
+ {
169
+ "__schema": "FunctionLikeSchema",
170
+ "location": {
171
+ "filePath": "status.main.runtime.ts",
172
+ "line": 63,
173
+ "character": 3
174
+ },
175
+ "signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
176
+ "name": "status",
177
+ "params": [
178
+ {
179
+ "__schema": "ParameterSchema",
180
+ "location": {
181
+ "filePath": "status.main.runtime.ts",
182
+ "line": 63,
183
+ "character": 16
184
+ },
185
+ "name": "{ lanes, ignoreCircularDependencies }",
186
+ "type": {
187
+ "__schema": "TypeLiteralSchema",
188
+ "location": {
189
+ "filePath": "status.main.runtime.ts",
190
+ "line": 66,
191
+ "character": 6
192
+ },
193
+ "members": [
194
+ {
195
+ "__schema": "VariableLikeSchema",
196
+ "location": {
197
+ "filePath": "status.main.runtime.ts",
198
+ "line": 67,
199
+ "character": 5
200
+ },
201
+ "signature": "(property) lanes?: boolean | undefined",
202
+ "name": "lanes",
203
+ "type": {
204
+ "__schema": "KeywordTypeSchema",
205
+ "location": {
206
+ "filePath": "status.main.runtime.ts",
207
+ "line": 67,
208
+ "character": 13
209
+ },
210
+ "name": "boolean"
211
+ },
212
+ "isOptional": true
213
+ },
214
+ {
215
+ "__schema": "VariableLikeSchema",
216
+ "location": {
217
+ "filePath": "status.main.runtime.ts",
218
+ "line": 68,
219
+ "character": 5
220
+ },
221
+ "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
222
+ "name": "ignoreCircularDependencies",
223
+ "type": {
224
+ "__schema": "KeywordTypeSchema",
225
+ "location": {
226
+ "filePath": "status.main.runtime.ts",
227
+ "line": 68,
228
+ "character": 34
229
+ },
230
+ "name": "boolean"
231
+ },
232
+ "isOptional": true
233
+ }
234
+ ]
235
+ },
236
+ "isOptional": false,
237
+ "objectBindingNodes": [
238
+ {
239
+ "__schema": "VariableLikeSchema",
240
+ "location": {
241
+ "filePath": "status.main.runtime.ts",
242
+ "line": 67,
243
+ "character": 5
244
+ },
245
+ "signature": "(property) lanes?: boolean | undefined",
246
+ "name": "lanes",
247
+ "type": {
248
+ "__schema": "KeywordTypeSchema",
249
+ "location": {
250
+ "filePath": "status.main.runtime.ts",
251
+ "line": 67,
252
+ "character": 13
253
+ },
254
+ "name": "boolean"
255
+ },
256
+ "isOptional": true
257
+ },
258
+ {
259
+ "__schema": "VariableLikeSchema",
260
+ "location": {
261
+ "filePath": "status.main.runtime.ts",
262
+ "line": 68,
263
+ "character": 5
264
+ },
265
+ "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
266
+ "name": "ignoreCircularDependencies",
267
+ "type": {
268
+ "__schema": "KeywordTypeSchema",
269
+ "location": {
270
+ "filePath": "status.main.runtime.ts",
271
+ "line": 68,
272
+ "character": 34
273
+ },
274
+ "name": "boolean"
275
+ },
276
+ "isOptional": true
277
+ }
278
+ ],
279
+ "isSpread": false
280
+ }
281
+ ],
282
+ "returnType": {
283
+ "__schema": "TypeRefSchema",
284
+ "location": {
285
+ "filePath": "status.main.runtime.ts",
286
+ "line": 69,
287
+ "character": 7
288
+ },
289
+ "name": "Promise",
290
+ "typeArgs": [
291
+ {
292
+ "__schema": "TypeRefSchema",
293
+ "location": {
294
+ "filePath": "status.main.runtime.ts",
295
+ "line": 69,
296
+ "character": 15
297
+ },
298
+ "name": "StatusResult",
299
+ "internalFilePath": "status.main.runtime.ts"
300
+ }
301
+ ]
302
+ },
303
+ "modifiers": [
304
+ "async"
305
+ ]
306
+ },
307
+ {
308
+ "__schema": "FunctionLikeSchema",
309
+ "location": {
310
+ "filePath": "status.main.runtime.ts",
311
+ "line": 164,
312
+ "character": 3
313
+ },
314
+ "signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
315
+ "name": "statusMini",
316
+ "params": [
317
+ {
318
+ "__schema": "ParameterSchema",
319
+ "location": {
320
+ "filePath": "status.main.runtime.ts",
321
+ "line": 164,
322
+ "character": 20
323
+ },
324
+ "name": "componentPattern",
325
+ "type": {
326
+ "__schema": "KeywordTypeSchema",
327
+ "location": {
328
+ "filePath": "status.main.runtime.ts",
329
+ "line": 164,
330
+ "character": 39
331
+ },
332
+ "name": "string"
333
+ },
334
+ "isOptional": true,
335
+ "isSpread": false
336
+ },
337
+ {
338
+ "__schema": "ParameterSchema",
339
+ "location": {
340
+ "filePath": "status.main.runtime.ts",
341
+ "line": 164,
342
+ "character": 47
343
+ },
344
+ "name": "opts",
345
+ "type": {
346
+ "__schema": "TypeRefSchema",
347
+ "location": {
348
+ "filePath": "status.main.runtime.ts",
349
+ "line": 164,
350
+ "character": 53
351
+ },
352
+ "name": "MiniStatusOpts",
353
+ "internalFilePath": "mini-status-cmd.ts"
354
+ },
355
+ "isOptional": true,
356
+ "defaultValue": "{}",
357
+ "isSpread": false
358
+ }
359
+ ],
360
+ "returnType": {
361
+ "__schema": "TypeRefSchema",
362
+ "location": {
363
+ "filePath": "status.main.runtime.ts",
364
+ "line": 164,
365
+ "character": 75
366
+ },
367
+ "name": "Promise",
368
+ "typeArgs": [
369
+ {
370
+ "__schema": "TypeRefSchema",
371
+ "location": {
372
+ "filePath": "status.main.runtime.ts",
373
+ "line": 164,
374
+ "character": 83
375
+ },
376
+ "name": "MiniStatusResults",
377
+ "internalFilePath": "status.main.runtime.ts"
378
+ }
379
+ ]
380
+ },
381
+ "modifiers": [
382
+ "async"
383
+ ]
384
+ },
385
+ {
386
+ "__schema": "VariableLikeSchema",
387
+ "location": {
388
+ "filePath": "status.main.runtime.ts",
389
+ "line": 219,
390
+ "character": 3
391
+ },
392
+ "signature": "(property) StatusMain.slots: never[]",
393
+ "name": "slots",
394
+ "type": {
395
+ "__schema": "InferenceTypeSchema",
396
+ "location": {
397
+ "filePath": "status.main.runtime.ts",
398
+ "line": 219,
399
+ "character": 3
400
+ },
401
+ "type": "never[]"
402
+ },
403
+ "isOptional": true,
404
+ "defaultValue": "[]"
405
+ },
406
+ {
407
+ "__schema": "VariableLikeSchema",
408
+ "location": {
409
+ "filePath": "status.main.runtime.ts",
410
+ "line": 220,
411
+ "character": 3
412
+ },
413
+ "signature": "(property) StatusMain.dependencies: Aspect[]",
414
+ "name": "dependencies",
415
+ "type": {
416
+ "__schema": "InferenceTypeSchema",
417
+ "location": {
418
+ "filePath": "status.main.runtime.ts",
419
+ "line": 220,
420
+ "character": 3
421
+ },
422
+ "type": "Aspect[]"
423
+ },
424
+ "isOptional": true,
425
+ "defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
426
+ },
427
+ {
428
+ "__schema": "VariableLikeSchema",
429
+ "location": {
430
+ "filePath": "status.main.runtime.ts",
431
+ "line": 221,
432
+ "character": 3
433
+ },
434
+ "signature": "(property) StatusMain.runtime: RuntimeDefinition",
435
+ "name": "runtime",
436
+ "type": {
437
+ "__schema": "InferenceTypeSchema",
438
+ "location": {
439
+ "filePath": "status.main.runtime.ts",
440
+ "line": 221,
441
+ "character": 3
442
+ },
443
+ "type": "RuntimeDefinition"
444
+ },
445
+ "isOptional": true,
446
+ "defaultValue": "MainRuntime"
447
+ },
448
+ {
449
+ "__schema": "FunctionLikeSchema",
450
+ "location": {
451
+ "filePath": "status.main.runtime.ts",
452
+ "line": 222,
453
+ "character": 3
454
+ },
455
+ "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
456
+ "name": "provider",
457
+ "params": [
458
+ {
459
+ "__schema": "ParameterSchema",
460
+ "location": {
461
+ "filePath": "status.main.runtime.ts",
462
+ "line": 222,
463
+ "character": 25
464
+ },
465
+ "name": "[ cli, workspace, insights, issues, remove, lanes ]",
466
+ "type": {
467
+ "__schema": "TupleTypeSchema",
468
+ "location": {
469
+ "filePath": "status.main.runtime.ts",
470
+ "line": 222,
471
+ "character": 76
472
+ },
473
+ "elements": [
474
+ {
475
+ "__schema": "TypeRefSchema",
476
+ "location": {
477
+ "filePath": "status.main.runtime.ts",
478
+ "line": 223,
479
+ "character": 5
480
+ },
481
+ "name": "CLIMain",
482
+ "componentId": {
483
+ "scope": "teambit.harmony",
484
+ "name": "cli"
485
+ }
486
+ },
487
+ {
488
+ "__schema": "TypeRefSchema",
489
+ "location": {
490
+ "filePath": "status.main.runtime.ts",
491
+ "line": 224,
492
+ "character": 5
493
+ },
494
+ "name": "Workspace",
495
+ "componentId": {
496
+ "scope": "teambit.workspace",
497
+ "name": "workspace"
498
+ }
499
+ },
500
+ {
501
+ "__schema": "TypeRefSchema",
502
+ "location": {
503
+ "filePath": "status.main.runtime.ts",
504
+ "line": 225,
505
+ "character": 5
506
+ },
507
+ "name": "InsightsMain",
508
+ "componentId": {
509
+ "scope": "teambit.explorer",
510
+ "name": "insights"
511
+ }
512
+ },
513
+ {
514
+ "__schema": "TypeRefSchema",
515
+ "location": {
516
+ "filePath": "status.main.runtime.ts",
517
+ "line": 226,
518
+ "character": 5
519
+ },
520
+ "name": "IssuesMain",
521
+ "componentId": {
522
+ "scope": "teambit.component",
523
+ "name": "issues"
524
+ }
525
+ },
526
+ {
527
+ "__schema": "TypeRefSchema",
528
+ "location": {
529
+ "filePath": "status.main.runtime.ts",
530
+ "line": 227,
531
+ "character": 5
532
+ },
533
+ "name": "RemoveMain",
534
+ "componentId": {
535
+ "scope": "teambit.component",
536
+ "name": "remove"
537
+ }
538
+ },
539
+ {
540
+ "__schema": "TypeRefSchema",
541
+ "location": {
542
+ "filePath": "status.main.runtime.ts",
543
+ "line": 228,
544
+ "character": 5
545
+ },
546
+ "name": "LanesMain",
547
+ "componentId": {
548
+ "scope": "teambit.lanes",
549
+ "name": "lanes"
550
+ }
551
+ }
552
+ ]
553
+ },
554
+ "isOptional": false,
555
+ "isSpread": false
556
+ }
557
+ ],
558
+ "returnType": {
559
+ "__schema": "InferenceTypeSchema",
560
+ "location": {
561
+ "filePath": "status.main.runtime.ts",
562
+ "line": 222,
563
+ "character": 3
564
+ },
565
+ "type": "Promise<StatusMain>"
566
+ },
567
+ "modifiers": [
568
+ "static",
569
+ "async"
570
+ ]
571
+ }
572
+ ],
573
+ "extendsNodes": [],
574
+ "implementNodes": []
575
+ },
576
+ {
577
+ "__schema": "UnImplementedSchema",
578
+ "location": {
579
+ "filePath": "index.ts",
580
+ "line": 4,
581
+ "character": 16
582
+ },
583
+ "name": "StatusAspect",
584
+ "type": "Identifier"
585
+ },
586
+ {
587
+ "__schema": "VariableLikeSchema",
588
+ "location": {
589
+ "filePath": "status.aspect.ts",
590
+ "line": 3,
591
+ "character": 14
592
+ },
593
+ "signature": "const StatusAspect: Aspect",
594
+ "name": "StatusAspect",
595
+ "type": {
596
+ "__schema": "TypeRefSchema",
597
+ "location": {
598
+ "filePath": "status.aspect.ts",
599
+ "line": 3,
600
+ "character": 14
601
+ },
602
+ "name": "Aspect",
603
+ "componentId": {
604
+ "scope": "teambit.harmony",
605
+ "name": "harmony",
606
+ "version": "0.4.6"
607
+ }
608
+ },
609
+ "isOptional": false,
610
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/status',\n})"
611
+ }
612
+ ],
613
+ "internals": []
614
+ },
615
+ "internals": [
616
+ {
617
+ "__schema": "ModuleSchema",
618
+ "location": {
619
+ "filePath": "status.main.runtime.ts",
620
+ "line": 1,
621
+ "character": 1
622
+ },
623
+ "exports": [
624
+ {
625
+ "__schema": "TypeSchema",
626
+ "location": {
627
+ "filePath": "status.main.runtime.ts",
628
+ "line": 25,
629
+ "character": 1
630
+ },
631
+ "signature": "type StatusResult = {\n newComponents: ComponentID[];\n modifiedComponents: ComponentID[];\n stagedComponents: {\n id: ComponentID;\n versions: string[];\n }[];\n componentsWithIssues: {\n id: ComponentID;\n issues: IssuesList;\n }[];\n importPendingComponents: ComponentID[];\n autoTagPendingComponents: ComponentID[];\n invalidComponents: {\n id: ComponentID;\n error: Error;\n }[];\n locallySoftRemoved: ComponentID[];\n remotelySoftRemoved: ComponentID[];\n ... 10 more ...;\n workspaceIssues: string[];\n}",
632
+ "name": "StatusResult",
633
+ "type": {
634
+ "__schema": "TypeLiteralSchema",
635
+ "location": {
636
+ "filePath": "status.main.runtime.ts",
637
+ "line": 25,
638
+ "character": 28
639
+ },
640
+ "members": [
641
+ {
642
+ "__schema": "VariableLikeSchema",
643
+ "location": {
644
+ "filePath": "status.main.runtime.ts",
645
+ "line": 26,
646
+ "character": 3
647
+ },
648
+ "signature": "(property) newComponents: ComponentID[]",
649
+ "name": "newComponents",
650
+ "type": {
651
+ "__schema": "TypeArraySchema",
652
+ "location": {
653
+ "filePath": "status.main.runtime.ts",
654
+ "line": 26,
655
+ "character": 18
656
+ },
657
+ "type": {
658
+ "__schema": "TypeRefSchema",
659
+ "location": {
660
+ "filePath": "status.main.runtime.ts",
661
+ "line": 26,
662
+ "character": 18
663
+ },
664
+ "name": "ComponentID",
665
+ "componentId": {
666
+ "scope": "teambit.component",
667
+ "name": "component-id",
668
+ "version": "1.2.0"
669
+ }
670
+ }
671
+ },
672
+ "isOptional": false
673
+ },
674
+ {
675
+ "__schema": "VariableLikeSchema",
676
+ "location": {
677
+ "filePath": "status.main.runtime.ts",
678
+ "line": 27,
679
+ "character": 3
680
+ },
681
+ "signature": "(property) modifiedComponents: ComponentID[]",
682
+ "name": "modifiedComponents",
683
+ "type": {
684
+ "__schema": "TypeArraySchema",
685
+ "location": {
686
+ "filePath": "status.main.runtime.ts",
687
+ "line": 27,
688
+ "character": 23
689
+ },
690
+ "type": {
691
+ "__schema": "TypeRefSchema",
692
+ "location": {
693
+ "filePath": "status.main.runtime.ts",
694
+ "line": 27,
695
+ "character": 23
696
+ },
697
+ "name": "ComponentID",
698
+ "componentId": {
699
+ "scope": "teambit.component",
700
+ "name": "component-id",
701
+ "version": "1.2.0"
702
+ }
703
+ }
704
+ },
705
+ "isOptional": false
706
+ },
707
+ {
708
+ "__schema": "VariableLikeSchema",
709
+ "location": {
710
+ "filePath": "status.main.runtime.ts",
711
+ "line": 28,
712
+ "character": 3
713
+ },
714
+ "signature": "(property) stagedComponents: {\n id: ComponentID;\n versions: string[];\n}[]",
715
+ "name": "stagedComponents",
716
+ "type": {
717
+ "__schema": "TypeArraySchema",
718
+ "location": {
719
+ "filePath": "status.main.runtime.ts",
720
+ "line": 28,
721
+ "character": 21
722
+ },
723
+ "type": {
724
+ "__schema": "TypeLiteralSchema",
725
+ "location": {
726
+ "filePath": "status.main.runtime.ts",
727
+ "line": 28,
728
+ "character": 21
729
+ },
730
+ "members": [
731
+ {
732
+ "__schema": "VariableLikeSchema",
733
+ "location": {
734
+ "filePath": "status.main.runtime.ts",
735
+ "line": 28,
736
+ "character": 23
737
+ },
738
+ "signature": "(property) id: ComponentID",
739
+ "name": "id",
740
+ "type": {
741
+ "__schema": "TypeRefSchema",
742
+ "location": {
743
+ "filePath": "status.main.runtime.ts",
744
+ "line": 28,
745
+ "character": 23
746
+ },
747
+ "name": "ComponentID",
748
+ "componentId": {
749
+ "scope": "teambit.component",
750
+ "name": "component-id",
751
+ "version": "1.2.0"
752
+ }
753
+ },
754
+ "isOptional": false
755
+ },
756
+ {
757
+ "__schema": "VariableLikeSchema",
758
+ "location": {
759
+ "filePath": "status.main.runtime.ts",
760
+ "line": 28,
761
+ "character": 40
762
+ },
763
+ "signature": "(property) versions: string[]",
764
+ "name": "versions",
765
+ "type": {
766
+ "__schema": "TypeArraySchema",
767
+ "location": {
768
+ "filePath": "status.main.runtime.ts",
769
+ "line": 28,
770
+ "character": 50
771
+ },
772
+ "type": {
773
+ "__schema": "KeywordTypeSchema",
774
+ "location": {
775
+ "filePath": "status.main.runtime.ts",
776
+ "line": 28,
777
+ "character": 50
778
+ },
779
+ "name": "string"
780
+ }
781
+ },
782
+ "isOptional": false
783
+ }
784
+ ]
785
+ }
786
+ },
787
+ "isOptional": false
788
+ },
789
+ {
790
+ "__schema": "VariableLikeSchema",
791
+ "location": {
792
+ "filePath": "status.main.runtime.ts",
793
+ "line": 29,
794
+ "character": 3
795
+ },
796
+ "signature": "(property) componentsWithIssues: {\n id: ComponentID;\n issues: IssuesList;\n}[]",
797
+ "name": "componentsWithIssues",
798
+ "type": {
799
+ "__schema": "TypeArraySchema",
800
+ "location": {
801
+ "filePath": "status.main.runtime.ts",
802
+ "line": 29,
803
+ "character": 25
804
+ },
805
+ "type": {
806
+ "__schema": "TypeLiteralSchema",
807
+ "location": {
808
+ "filePath": "status.main.runtime.ts",
809
+ "line": 29,
810
+ "character": 25
811
+ },
812
+ "members": [
813
+ {
814
+ "__schema": "VariableLikeSchema",
815
+ "location": {
816
+ "filePath": "status.main.runtime.ts",
817
+ "line": 29,
818
+ "character": 27
819
+ },
820
+ "signature": "(property) id: ComponentID",
821
+ "name": "id",
822
+ "type": {
823
+ "__schema": "TypeRefSchema",
824
+ "location": {
825
+ "filePath": "status.main.runtime.ts",
826
+ "line": 29,
827
+ "character": 27
828
+ },
829
+ "name": "ComponentID",
830
+ "componentId": {
831
+ "scope": "teambit.component",
832
+ "name": "component-id",
833
+ "version": "1.2.0"
834
+ }
835
+ },
836
+ "isOptional": false
837
+ },
838
+ {
839
+ "__schema": "VariableLikeSchema",
840
+ "location": {
841
+ "filePath": "status.main.runtime.ts",
842
+ "line": 29,
843
+ "character": 44
844
+ },
845
+ "signature": "(property) issues: IssuesList",
846
+ "name": "issues",
847
+ "type": {
848
+ "__schema": "TypeRefSchema",
849
+ "location": {
850
+ "filePath": "status.main.runtime.ts",
851
+ "line": 29,
852
+ "character": 44
853
+ },
854
+ "name": "IssuesList",
855
+ "componentId": {
856
+ "scope": "teambit.component",
857
+ "name": "component-issues",
858
+ "version": "0.0.141"
859
+ }
860
+ },
861
+ "isOptional": false
862
+ }
863
+ ]
864
+ }
865
+ },
866
+ "isOptional": false
867
+ },
868
+ {
869
+ "__schema": "VariableLikeSchema",
870
+ "location": {
871
+ "filePath": "status.main.runtime.ts",
872
+ "line": 30,
873
+ "character": 3
874
+ },
875
+ "signature": "(property) importPendingComponents: ComponentID[]",
876
+ "name": "importPendingComponents",
877
+ "type": {
878
+ "__schema": "TypeArraySchema",
879
+ "location": {
880
+ "filePath": "status.main.runtime.ts",
881
+ "line": 30,
882
+ "character": 28
883
+ },
884
+ "type": {
885
+ "__schema": "TypeRefSchema",
886
+ "location": {
887
+ "filePath": "status.main.runtime.ts",
888
+ "line": 30,
889
+ "character": 28
890
+ },
891
+ "name": "ComponentID",
892
+ "componentId": {
893
+ "scope": "teambit.component",
894
+ "name": "component-id",
895
+ "version": "1.2.0"
896
+ }
897
+ }
898
+ },
899
+ "isOptional": false
900
+ },
901
+ {
902
+ "__schema": "VariableLikeSchema",
903
+ "location": {
904
+ "filePath": "status.main.runtime.ts",
905
+ "line": 31,
906
+ "character": 3
907
+ },
908
+ "signature": "(property) autoTagPendingComponents: ComponentID[]",
909
+ "name": "autoTagPendingComponents",
910
+ "type": {
911
+ "__schema": "TypeArraySchema",
912
+ "location": {
913
+ "filePath": "status.main.runtime.ts",
914
+ "line": 31,
915
+ "character": 29
916
+ },
917
+ "type": {
918
+ "__schema": "TypeRefSchema",
919
+ "location": {
920
+ "filePath": "status.main.runtime.ts",
921
+ "line": 31,
922
+ "character": 29
923
+ },
924
+ "name": "ComponentID",
925
+ "componentId": {
926
+ "scope": "teambit.component",
927
+ "name": "component-id",
928
+ "version": "1.2.0"
929
+ }
930
+ }
931
+ },
932
+ "isOptional": false
933
+ },
934
+ {
935
+ "__schema": "VariableLikeSchema",
936
+ "location": {
937
+ "filePath": "status.main.runtime.ts",
938
+ "line": 32,
939
+ "character": 3
940
+ },
941
+ "signature": "(property) invalidComponents: {\n id: ComponentID;\n error: Error;\n}[]",
942
+ "name": "invalidComponents",
943
+ "type": {
944
+ "__schema": "TypeArraySchema",
945
+ "location": {
946
+ "filePath": "status.main.runtime.ts",
947
+ "line": 32,
948
+ "character": 22
949
+ },
950
+ "type": {
951
+ "__schema": "TypeLiteralSchema",
952
+ "location": {
953
+ "filePath": "status.main.runtime.ts",
954
+ "line": 32,
955
+ "character": 22
956
+ },
957
+ "members": [
958
+ {
959
+ "__schema": "VariableLikeSchema",
960
+ "location": {
961
+ "filePath": "status.main.runtime.ts",
962
+ "line": 32,
963
+ "character": 24
964
+ },
965
+ "signature": "(property) id: ComponentID",
966
+ "name": "id",
967
+ "type": {
968
+ "__schema": "TypeRefSchema",
969
+ "location": {
970
+ "filePath": "status.main.runtime.ts",
971
+ "line": 32,
972
+ "character": 24
973
+ },
974
+ "name": "ComponentID",
975
+ "componentId": {
976
+ "scope": "teambit.component",
977
+ "name": "component-id",
978
+ "version": "1.2.0"
979
+ }
980
+ },
981
+ "isOptional": false
982
+ },
983
+ {
984
+ "__schema": "VariableLikeSchema",
985
+ "location": {
986
+ "filePath": "status.main.runtime.ts",
987
+ "line": 32,
988
+ "character": 41
989
+ },
990
+ "signature": "(property) error: Error",
991
+ "name": "error",
992
+ "type": {
993
+ "__schema": "TypeRefSchema",
994
+ "location": {
995
+ "filePath": "status.main.runtime.ts",
996
+ "line": 32,
997
+ "character": 48
998
+ },
999
+ "name": "Error"
1000
+ },
1001
+ "isOptional": false
1002
+ }
1003
+ ]
1004
+ }
1005
+ },
1006
+ "isOptional": false
1007
+ },
1008
+ {
1009
+ "__schema": "VariableLikeSchema",
1010
+ "location": {
1011
+ "filePath": "status.main.runtime.ts",
1012
+ "line": 33,
1013
+ "character": 3
1014
+ },
1015
+ "signature": "(property) locallySoftRemoved: ComponentID[]",
1016
+ "name": "locallySoftRemoved",
1017
+ "type": {
1018
+ "__schema": "TypeArraySchema",
1019
+ "location": {
1020
+ "filePath": "status.main.runtime.ts",
1021
+ "line": 33,
1022
+ "character": 23
1023
+ },
1024
+ "type": {
1025
+ "__schema": "TypeRefSchema",
1026
+ "location": {
1027
+ "filePath": "status.main.runtime.ts",
1028
+ "line": 33,
1029
+ "character": 23
1030
+ },
1031
+ "name": "ComponentID",
1032
+ "componentId": {
1033
+ "scope": "teambit.component",
1034
+ "name": "component-id",
1035
+ "version": "1.2.0"
1036
+ }
1037
+ }
1038
+ },
1039
+ "isOptional": false
1040
+ },
1041
+ {
1042
+ "__schema": "VariableLikeSchema",
1043
+ "location": {
1044
+ "filePath": "status.main.runtime.ts",
1045
+ "line": 34,
1046
+ "character": 3
1047
+ },
1048
+ "signature": "(property) remotelySoftRemoved: ComponentID[]",
1049
+ "name": "remotelySoftRemoved",
1050
+ "type": {
1051
+ "__schema": "TypeArraySchema",
1052
+ "location": {
1053
+ "filePath": "status.main.runtime.ts",
1054
+ "line": 34,
1055
+ "character": 24
1056
+ },
1057
+ "type": {
1058
+ "__schema": "TypeRefSchema",
1059
+ "location": {
1060
+ "filePath": "status.main.runtime.ts",
1061
+ "line": 34,
1062
+ "character": 24
1063
+ },
1064
+ "name": "ComponentID",
1065
+ "componentId": {
1066
+ "scope": "teambit.component",
1067
+ "name": "component-id",
1068
+ "version": "1.2.0"
1069
+ }
1070
+ }
1071
+ },
1072
+ "isOptional": false
1073
+ },
1074
+ {
1075
+ "__schema": "VariableLikeSchema",
1076
+ "location": {
1077
+ "filePath": "status.main.runtime.ts",
1078
+ "line": 35,
1079
+ "character": 3
1080
+ },
1081
+ "signature": "(property) outdatedComponents: {\n id: ComponentID;\n headVersion: string;\n latestVersion?: string | undefined;\n}[]",
1082
+ "name": "outdatedComponents",
1083
+ "type": {
1084
+ "__schema": "TypeArraySchema",
1085
+ "location": {
1086
+ "filePath": "status.main.runtime.ts",
1087
+ "line": 35,
1088
+ "character": 23
1089
+ },
1090
+ "type": {
1091
+ "__schema": "TypeLiteralSchema",
1092
+ "location": {
1093
+ "filePath": "status.main.runtime.ts",
1094
+ "line": 35,
1095
+ "character": 23
1096
+ },
1097
+ "members": [
1098
+ {
1099
+ "__schema": "VariableLikeSchema",
1100
+ "location": {
1101
+ "filePath": "status.main.runtime.ts",
1102
+ "line": 35,
1103
+ "character": 25
1104
+ },
1105
+ "signature": "(property) id: ComponentID",
1106
+ "name": "id",
1107
+ "type": {
1108
+ "__schema": "TypeRefSchema",
1109
+ "location": {
1110
+ "filePath": "status.main.runtime.ts",
1111
+ "line": 35,
1112
+ "character": 25
1113
+ },
1114
+ "name": "ComponentID",
1115
+ "componentId": {
1116
+ "scope": "teambit.component",
1117
+ "name": "component-id",
1118
+ "version": "1.2.0"
1119
+ }
1120
+ },
1121
+ "isOptional": false
1122
+ },
1123
+ {
1124
+ "__schema": "VariableLikeSchema",
1125
+ "location": {
1126
+ "filePath": "status.main.runtime.ts",
1127
+ "line": 35,
1128
+ "character": 42
1129
+ },
1130
+ "signature": "(property) headVersion: string",
1131
+ "name": "headVersion",
1132
+ "type": {
1133
+ "__schema": "KeywordTypeSchema",
1134
+ "location": {
1135
+ "filePath": "status.main.runtime.ts",
1136
+ "line": 35,
1137
+ "character": 55
1138
+ },
1139
+ "name": "string"
1140
+ },
1141
+ "isOptional": false
1142
+ },
1143
+ {
1144
+ "__schema": "VariableLikeSchema",
1145
+ "location": {
1146
+ "filePath": "status.main.runtime.ts",
1147
+ "line": 35,
1148
+ "character": 63
1149
+ },
1150
+ "signature": "(property) latestVersion?: string | undefined",
1151
+ "name": "latestVersion",
1152
+ "type": {
1153
+ "__schema": "KeywordTypeSchema",
1154
+ "location": {
1155
+ "filePath": "status.main.runtime.ts",
1156
+ "line": 35,
1157
+ "character": 79
1158
+ },
1159
+ "name": "string"
1160
+ },
1161
+ "isOptional": true
1162
+ }
1163
+ ]
1164
+ }
1165
+ },
1166
+ "isOptional": false
1167
+ },
1168
+ {
1169
+ "__schema": "VariableLikeSchema",
1170
+ "location": {
1171
+ "filePath": "status.main.runtime.ts",
1172
+ "line": 36,
1173
+ "character": 3
1174
+ },
1175
+ "signature": "(property) mergePendingComponents: DivergeDataPerId[]",
1176
+ "name": "mergePendingComponents",
1177
+ "type": {
1178
+ "__schema": "TypeArraySchema",
1179
+ "location": {
1180
+ "filePath": "status.main.runtime.ts",
1181
+ "line": 36,
1182
+ "character": 27
1183
+ },
1184
+ "type": {
1185
+ "__schema": "TypeRefSchema",
1186
+ "location": {
1187
+ "filePath": "status.main.runtime.ts",
1188
+ "line": 36,
1189
+ "character": 27
1190
+ },
1191
+ "name": "DivergeDataPerId",
1192
+ "internalFilePath": "status.main.runtime.ts"
1193
+ }
1194
+ },
1195
+ "isOptional": false
1196
+ },
1197
+ {
1198
+ "__schema": "VariableLikeSchema",
1199
+ "location": {
1200
+ "filePath": "status.main.runtime.ts",
1201
+ "line": 37,
1202
+ "character": 3
1203
+ },
1204
+ "signature": "(property) componentsDuringMergeState: ComponentID[]",
1205
+ "name": "componentsDuringMergeState",
1206
+ "type": {
1207
+ "__schema": "TypeArraySchema",
1208
+ "location": {
1209
+ "filePath": "status.main.runtime.ts",
1210
+ "line": 37,
1211
+ "character": 31
1212
+ },
1213
+ "type": {
1214
+ "__schema": "TypeRefSchema",
1215
+ "location": {
1216
+ "filePath": "status.main.runtime.ts",
1217
+ "line": 37,
1218
+ "character": 31
1219
+ },
1220
+ "name": "ComponentID",
1221
+ "componentId": {
1222
+ "scope": "teambit.component",
1223
+ "name": "component-id",
1224
+ "version": "1.2.0"
1225
+ }
1226
+ }
1227
+ },
1228
+ "isOptional": false
1229
+ },
1230
+ {
1231
+ "__schema": "VariableLikeSchema",
1232
+ "location": {
1233
+ "filePath": "status.main.runtime.ts",
1234
+ "line": 38,
1235
+ "character": 3
1236
+ },
1237
+ "signature": "(property) softTaggedComponents: ComponentID[]",
1238
+ "name": "softTaggedComponents",
1239
+ "type": {
1240
+ "__schema": "TypeArraySchema",
1241
+ "location": {
1242
+ "filePath": "status.main.runtime.ts",
1243
+ "line": 38,
1244
+ "character": 25
1245
+ },
1246
+ "type": {
1247
+ "__schema": "TypeRefSchema",
1248
+ "location": {
1249
+ "filePath": "status.main.runtime.ts",
1250
+ "line": 38,
1251
+ "character": 25
1252
+ },
1253
+ "name": "ComponentID",
1254
+ "componentId": {
1255
+ "scope": "teambit.component",
1256
+ "name": "component-id",
1257
+ "version": "1.2.0"
1258
+ }
1259
+ }
1260
+ },
1261
+ "isOptional": false
1262
+ },
1263
+ {
1264
+ "__schema": "VariableLikeSchema",
1265
+ "location": {
1266
+ "filePath": "status.main.runtime.ts",
1267
+ "line": 39,
1268
+ "character": 3
1269
+ },
1270
+ "signature": "(property) snappedComponents: ComponentID[]",
1271
+ "name": "snappedComponents",
1272
+ "type": {
1273
+ "__schema": "TypeArraySchema",
1274
+ "location": {
1275
+ "filePath": "status.main.runtime.ts",
1276
+ "line": 39,
1277
+ "character": 22
1278
+ },
1279
+ "type": {
1280
+ "__schema": "TypeRefSchema",
1281
+ "location": {
1282
+ "filePath": "status.main.runtime.ts",
1283
+ "line": 39,
1284
+ "character": 22
1285
+ },
1286
+ "name": "ComponentID",
1287
+ "componentId": {
1288
+ "scope": "teambit.component",
1289
+ "name": "component-id",
1290
+ "version": "1.2.0"
1291
+ }
1292
+ }
1293
+ },
1294
+ "isOptional": false
1295
+ },
1296
+ {
1297
+ "__schema": "VariableLikeSchema",
1298
+ "location": {
1299
+ "filePath": "status.main.runtime.ts",
1300
+ "line": 40,
1301
+ "character": 3
1302
+ },
1303
+ "signature": "(property) pendingUpdatesFromMain: DivergeDataPerId[]",
1304
+ "name": "pendingUpdatesFromMain",
1305
+ "type": {
1306
+ "__schema": "TypeArraySchema",
1307
+ "location": {
1308
+ "filePath": "status.main.runtime.ts",
1309
+ "line": 40,
1310
+ "character": 27
1311
+ },
1312
+ "type": {
1313
+ "__schema": "TypeRefSchema",
1314
+ "location": {
1315
+ "filePath": "status.main.runtime.ts",
1316
+ "line": 40,
1317
+ "character": 27
1318
+ },
1319
+ "name": "DivergeDataPerId",
1320
+ "internalFilePath": "status.main.runtime.ts"
1321
+ }
1322
+ },
1323
+ "isOptional": false
1324
+ },
1325
+ {
1326
+ "__schema": "VariableLikeSchema",
1327
+ "location": {
1328
+ "filePath": "status.main.runtime.ts",
1329
+ "line": 41,
1330
+ "character": 3
1331
+ },
1332
+ "signature": "(property) updatesFromForked: DivergeDataPerId[]",
1333
+ "name": "updatesFromForked",
1334
+ "type": {
1335
+ "__schema": "TypeArraySchema",
1336
+ "location": {
1337
+ "filePath": "status.main.runtime.ts",
1338
+ "line": 41,
1339
+ "character": 22
1340
+ },
1341
+ "type": {
1342
+ "__schema": "TypeRefSchema",
1343
+ "location": {
1344
+ "filePath": "status.main.runtime.ts",
1345
+ "line": 41,
1346
+ "character": 22
1347
+ },
1348
+ "name": "DivergeDataPerId",
1349
+ "internalFilePath": "status.main.runtime.ts"
1350
+ }
1351
+ },
1352
+ "isOptional": false
1353
+ },
1354
+ {
1355
+ "__schema": "VariableLikeSchema",
1356
+ "location": {
1357
+ "filePath": "status.main.runtime.ts",
1358
+ "line": 42,
1359
+ "character": 3
1360
+ },
1361
+ "signature": "(property) unavailableOnMain: ComponentID[]",
1362
+ "name": "unavailableOnMain",
1363
+ "type": {
1364
+ "__schema": "TypeArraySchema",
1365
+ "location": {
1366
+ "filePath": "status.main.runtime.ts",
1367
+ "line": 42,
1368
+ "character": 22
1369
+ },
1370
+ "type": {
1371
+ "__schema": "TypeRefSchema",
1372
+ "location": {
1373
+ "filePath": "status.main.runtime.ts",
1374
+ "line": 42,
1375
+ "character": 22
1376
+ },
1377
+ "name": "ComponentID",
1378
+ "componentId": {
1379
+ "scope": "teambit.component",
1380
+ "name": "component-id",
1381
+ "version": "1.2.0"
1382
+ }
1383
+ }
1384
+ },
1385
+ "isOptional": false
1386
+ },
1387
+ {
1388
+ "__schema": "VariableLikeSchema",
1389
+ "location": {
1390
+ "filePath": "status.main.runtime.ts",
1391
+ "line": 43,
1392
+ "character": 3
1393
+ },
1394
+ "signature": "(property) currentLaneId: LaneId",
1395
+ "name": "currentLaneId",
1396
+ "type": {
1397
+ "__schema": "TypeRefSchema",
1398
+ "location": {
1399
+ "filePath": "status.main.runtime.ts",
1400
+ "line": 43,
1401
+ "character": 3
1402
+ },
1403
+ "name": "LaneId",
1404
+ "componentId": {
1405
+ "scope": "teambit.lanes",
1406
+ "name": "lane-id",
1407
+ "version": "0.0.311"
1408
+ }
1409
+ },
1410
+ "isOptional": false
1411
+ },
1412
+ {
1413
+ "__schema": "VariableLikeSchema",
1414
+ "location": {
1415
+ "filePath": "status.main.runtime.ts",
1416
+ "line": 44,
1417
+ "character": 3
1418
+ },
1419
+ "signature": "(property) forkedLaneId?: LaneId | undefined",
1420
+ "name": "forkedLaneId",
1421
+ "type": {
1422
+ "__schema": "TypeRefSchema",
1423
+ "location": {
1424
+ "filePath": "status.main.runtime.ts",
1425
+ "line": 44,
1426
+ "character": 18
1427
+ },
1428
+ "name": "LaneId",
1429
+ "componentId": {
1430
+ "scope": "teambit.lanes",
1431
+ "name": "lane-id",
1432
+ "version": "0.0.311"
1433
+ }
1434
+ },
1435
+ "isOptional": true
1436
+ },
1437
+ {
1438
+ "__schema": "VariableLikeSchema",
1439
+ "location": {
1440
+ "filePath": "status.main.runtime.ts",
1441
+ "line": 45,
1442
+ "character": 3
1443
+ },
1444
+ "signature": "(property) workspaceIssues: string[]",
1445
+ "name": "workspaceIssues",
1446
+ "type": {
1447
+ "__schema": "TypeArraySchema",
1448
+ "location": {
1449
+ "filePath": "status.main.runtime.ts",
1450
+ "line": 45,
1451
+ "character": 20
1452
+ },
1453
+ "type": {
1454
+ "__schema": "KeywordTypeSchema",
1455
+ "location": {
1456
+ "filePath": "status.main.runtime.ts",
1457
+ "line": 45,
1458
+ "character": 20
1459
+ },
1460
+ "name": "string"
1461
+ }
1462
+ },
1463
+ "isOptional": false
1464
+ }
1465
+ ]
1466
+ }
1467
+ },
1468
+ {
1469
+ "__schema": "TypeSchema",
1470
+ "location": {
1471
+ "filePath": "status.main.runtime.ts",
1472
+ "line": 48,
1473
+ "character": 1
1474
+ },
1475
+ "signature": "type MiniStatusResults = {\n modified: ComponentID[];\n newComps: ComponentID[];\n compWithIssues?: Component[] | undefined;\n}",
1476
+ "name": "MiniStatusResults",
1477
+ "type": {
1478
+ "__schema": "TypeLiteralSchema",
1479
+ "location": {
1480
+ "filePath": "status.main.runtime.ts",
1481
+ "line": 48,
1482
+ "character": 33
1483
+ },
1484
+ "members": [
1485
+ {
1486
+ "__schema": "VariableLikeSchema",
1487
+ "location": {
1488
+ "filePath": "status.main.runtime.ts",
1489
+ "line": 49,
1490
+ "character": 3
1491
+ },
1492
+ "signature": "(property) modified: ComponentID[]",
1493
+ "name": "modified",
1494
+ "type": {
1495
+ "__schema": "TypeArraySchema",
1496
+ "location": {
1497
+ "filePath": "status.main.runtime.ts",
1498
+ "line": 49,
1499
+ "character": 13
1500
+ },
1501
+ "type": {
1502
+ "__schema": "TypeRefSchema",
1503
+ "location": {
1504
+ "filePath": "status.main.runtime.ts",
1505
+ "line": 49,
1506
+ "character": 13
1507
+ },
1508
+ "name": "ComponentID",
1509
+ "componentId": {
1510
+ "scope": "teambit.component",
1511
+ "name": "component-id",
1512
+ "version": "1.2.0"
1513
+ }
1514
+ }
1515
+ },
1516
+ "isOptional": false
1517
+ },
1518
+ {
1519
+ "__schema": "VariableLikeSchema",
1520
+ "location": {
1521
+ "filePath": "status.main.runtime.ts",
1522
+ "line": 50,
1523
+ "character": 3
1524
+ },
1525
+ "signature": "(property) newComps: ComponentID[]",
1526
+ "name": "newComps",
1527
+ "type": {
1528
+ "__schema": "TypeArraySchema",
1529
+ "location": {
1530
+ "filePath": "status.main.runtime.ts",
1531
+ "line": 50,
1532
+ "character": 13
1533
+ },
1534
+ "type": {
1535
+ "__schema": "TypeRefSchema",
1536
+ "location": {
1537
+ "filePath": "status.main.runtime.ts",
1538
+ "line": 50,
1539
+ "character": 13
1540
+ },
1541
+ "name": "ComponentID",
1542
+ "componentId": {
1543
+ "scope": "teambit.component",
1544
+ "name": "component-id",
1545
+ "version": "1.2.0"
1546
+ }
1547
+ }
1548
+ },
1549
+ "isOptional": false
1550
+ },
1551
+ {
1552
+ "__schema": "VariableLikeSchema",
1553
+ "location": {
1554
+ "filePath": "status.main.runtime.ts",
1555
+ "line": 51,
1556
+ "character": 3
1557
+ },
1558
+ "signature": "(property) compWithIssues?: Component[] | undefined",
1559
+ "name": "compWithIssues",
1560
+ "type": {
1561
+ "__schema": "TypeArraySchema",
1562
+ "location": {
1563
+ "filePath": "status.main.runtime.ts",
1564
+ "line": 51,
1565
+ "character": 20
1566
+ },
1567
+ "type": {
1568
+ "__schema": "TypeRefSchema",
1569
+ "location": {
1570
+ "filePath": "status.main.runtime.ts",
1571
+ "line": 51,
1572
+ "character": 20
1573
+ },
1574
+ "name": "Component",
1575
+ "componentId": {
1576
+ "scope": "teambit.component",
1577
+ "name": "component"
1578
+ }
1579
+ }
1580
+ },
1581
+ "isOptional": true
1582
+ }
1583
+ ]
1584
+ }
1585
+ },
1586
+ {
1587
+ "__schema": "ClassSchema",
1588
+ "location": {
1589
+ "filePath": "status.main.runtime.ts",
1590
+ "line": 54,
1591
+ "character": 1
1592
+ },
1593
+ "signature": "class StatusMain",
1594
+ "name": "StatusMain",
1595
+ "members": [
1596
+ {
1597
+ "__schema": "ConstructorSchema",
1598
+ "location": {
1599
+ "filePath": "status.main.runtime.ts",
1600
+ "line": 55,
1601
+ "character": 3
1602
+ },
1603
+ "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain): StatusMain",
1604
+ "name": "constructor",
1605
+ "params": [
1606
+ {
1607
+ "__schema": "ParameterSchema",
1608
+ "location": {
1609
+ "filePath": "status.main.runtime.ts",
1610
+ "line": 56,
1611
+ "character": 5
1612
+ },
1613
+ "name": "workspace",
1614
+ "type": {
1615
+ "__schema": "TypeRefSchema",
1616
+ "location": {
1617
+ "filePath": "status.main.runtime.ts",
1618
+ "line": 56,
1619
+ "character": 24
1620
+ },
1621
+ "name": "Workspace",
1622
+ "componentId": {
1623
+ "scope": "teambit.workspace",
1624
+ "name": "workspace"
1625
+ }
1626
+ },
1627
+ "isOptional": false,
1628
+ "isSpread": false
1629
+ },
1630
+ {
1631
+ "__schema": "ParameterSchema",
1632
+ "location": {
1633
+ "filePath": "status.main.runtime.ts",
1634
+ "line": 57,
1635
+ "character": 5
1636
+ },
1637
+ "name": "issues",
1638
+ "type": {
1639
+ "__schema": "TypeRefSchema",
1640
+ "location": {
1641
+ "filePath": "status.main.runtime.ts",
1642
+ "line": 57,
1643
+ "character": 21
1644
+ },
1645
+ "name": "IssuesMain",
1646
+ "componentId": {
1647
+ "scope": "teambit.component",
1648
+ "name": "issues"
1649
+ }
1650
+ },
1651
+ "isOptional": false,
1652
+ "isSpread": false
1653
+ },
1654
+ {
1655
+ "__schema": "ParameterSchema",
1656
+ "location": {
1657
+ "filePath": "status.main.runtime.ts",
1658
+ "line": 58,
1659
+ "character": 5
1660
+ },
1661
+ "name": "insights",
1662
+ "type": {
1663
+ "__schema": "TypeRefSchema",
1664
+ "location": {
1665
+ "filePath": "status.main.runtime.ts",
1666
+ "line": 58,
1667
+ "character": 23
1668
+ },
1669
+ "name": "InsightsMain",
1670
+ "componentId": {
1671
+ "scope": "teambit.explorer",
1672
+ "name": "insights"
1673
+ }
1674
+ },
1675
+ "isOptional": false,
1676
+ "isSpread": false
1677
+ },
1678
+ {
1679
+ "__schema": "ParameterSchema",
1680
+ "location": {
1681
+ "filePath": "status.main.runtime.ts",
1682
+ "line": 59,
1683
+ "character": 5
1684
+ },
1685
+ "name": "remove",
1686
+ "type": {
1687
+ "__schema": "TypeRefSchema",
1688
+ "location": {
1689
+ "filePath": "status.main.runtime.ts",
1690
+ "line": 59,
1691
+ "character": 21
1692
+ },
1693
+ "name": "RemoveMain",
1694
+ "componentId": {
1695
+ "scope": "teambit.component",
1696
+ "name": "remove"
1697
+ }
1698
+ },
1699
+ "isOptional": false,
1700
+ "isSpread": false
1701
+ },
1702
+ {
1703
+ "__schema": "ParameterSchema",
1704
+ "location": {
1705
+ "filePath": "status.main.runtime.ts",
1706
+ "line": 60,
1707
+ "character": 5
1708
+ },
1709
+ "name": "lanes",
1710
+ "type": {
1711
+ "__schema": "TypeRefSchema",
1712
+ "location": {
1713
+ "filePath": "status.main.runtime.ts",
1714
+ "line": 60,
1715
+ "character": 20
1716
+ },
1717
+ "name": "LanesMain",
1718
+ "componentId": {
1719
+ "scope": "teambit.lanes",
1720
+ "name": "lanes"
1721
+ }
1722
+ },
1723
+ "isOptional": false,
1724
+ "isSpread": false
1725
+ }
1726
+ ],
1727
+ "returnType": {
1728
+ "__schema": "ThisTypeSchema",
1729
+ "location": {
1730
+ "filePath": "status.main.runtime.ts",
1731
+ "line": 54,
1732
+ "character": 1
1733
+ },
1734
+ "name": "StatusMain"
1735
+ },
1736
+ "modifiers": []
1737
+ },
1738
+ {
1739
+ "__schema": "FunctionLikeSchema",
1740
+ "location": {
1741
+ "filePath": "status.main.runtime.ts",
1742
+ "line": 63,
1743
+ "character": 3
1744
+ },
1745
+ "signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
1746
+ "name": "status",
1747
+ "params": [
1748
+ {
1749
+ "__schema": "ParameterSchema",
1750
+ "location": {
1751
+ "filePath": "status.main.runtime.ts",
1752
+ "line": 63,
1753
+ "character": 16
1754
+ },
1755
+ "name": "{ lanes, ignoreCircularDependencies }",
1756
+ "type": {
1757
+ "__schema": "TypeLiteralSchema",
1758
+ "location": {
1759
+ "filePath": "status.main.runtime.ts",
1760
+ "line": 66,
1761
+ "character": 6
1762
+ },
1763
+ "members": [
1764
+ {
1765
+ "__schema": "VariableLikeSchema",
1766
+ "location": {
1767
+ "filePath": "status.main.runtime.ts",
1768
+ "line": 67,
1769
+ "character": 5
1770
+ },
1771
+ "signature": "(property) lanes?: boolean | undefined",
1772
+ "name": "lanes",
1773
+ "type": {
1774
+ "__schema": "KeywordTypeSchema",
1775
+ "location": {
1776
+ "filePath": "status.main.runtime.ts",
1777
+ "line": 67,
1778
+ "character": 13
1779
+ },
1780
+ "name": "boolean"
1781
+ },
1782
+ "isOptional": true
1783
+ },
1784
+ {
1785
+ "__schema": "VariableLikeSchema",
1786
+ "location": {
1787
+ "filePath": "status.main.runtime.ts",
1788
+ "line": 68,
1789
+ "character": 5
1790
+ },
1791
+ "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
1792
+ "name": "ignoreCircularDependencies",
1793
+ "type": {
1794
+ "__schema": "KeywordTypeSchema",
1795
+ "location": {
1796
+ "filePath": "status.main.runtime.ts",
1797
+ "line": 68,
1798
+ "character": 34
1799
+ },
1800
+ "name": "boolean"
1801
+ },
1802
+ "isOptional": true
1803
+ }
1804
+ ]
1805
+ },
1806
+ "isOptional": false,
1807
+ "objectBindingNodes": [
1808
+ {
1809
+ "__schema": "VariableLikeSchema",
1810
+ "location": {
1811
+ "filePath": "status.main.runtime.ts",
1812
+ "line": 67,
1813
+ "character": 5
1814
+ },
1815
+ "signature": "(property) lanes?: boolean | undefined",
1816
+ "name": "lanes",
1817
+ "type": {
1818
+ "__schema": "KeywordTypeSchema",
1819
+ "location": {
1820
+ "filePath": "status.main.runtime.ts",
1821
+ "line": 67,
1822
+ "character": 13
1823
+ },
1824
+ "name": "boolean"
1825
+ },
1826
+ "isOptional": true
1827
+ },
1828
+ {
1829
+ "__schema": "VariableLikeSchema",
1830
+ "location": {
1831
+ "filePath": "status.main.runtime.ts",
1832
+ "line": 68,
1833
+ "character": 5
1834
+ },
1835
+ "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
1836
+ "name": "ignoreCircularDependencies",
1837
+ "type": {
1838
+ "__schema": "KeywordTypeSchema",
1839
+ "location": {
1840
+ "filePath": "status.main.runtime.ts",
1841
+ "line": 68,
1842
+ "character": 34
1843
+ },
1844
+ "name": "boolean"
1845
+ },
1846
+ "isOptional": true
1847
+ }
1848
+ ],
1849
+ "isSpread": false
1850
+ }
1851
+ ],
1852
+ "returnType": {
1853
+ "__schema": "TypeRefSchema",
1854
+ "location": {
1855
+ "filePath": "status.main.runtime.ts",
1856
+ "line": 69,
1857
+ "character": 7
1858
+ },
1859
+ "name": "Promise",
1860
+ "typeArgs": [
1861
+ {
1862
+ "__schema": "TypeRefSchema",
1863
+ "location": {
1864
+ "filePath": "status.main.runtime.ts",
1865
+ "line": 69,
1866
+ "character": 15
1867
+ },
1868
+ "name": "StatusResult",
1869
+ "internalFilePath": "status.main.runtime.ts"
1870
+ }
1871
+ ]
1872
+ },
1873
+ "modifiers": [
1874
+ "async"
1875
+ ]
1876
+ },
1877
+ {
1878
+ "__schema": "FunctionLikeSchema",
1879
+ "location": {
1880
+ "filePath": "status.main.runtime.ts",
1881
+ "line": 164,
1882
+ "character": 3
1883
+ },
1884
+ "signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
1885
+ "name": "statusMini",
1886
+ "params": [
1887
+ {
1888
+ "__schema": "ParameterSchema",
1889
+ "location": {
1890
+ "filePath": "status.main.runtime.ts",
1891
+ "line": 164,
1892
+ "character": 20
1893
+ },
1894
+ "name": "componentPattern",
1895
+ "type": {
1896
+ "__schema": "KeywordTypeSchema",
1897
+ "location": {
1898
+ "filePath": "status.main.runtime.ts",
1899
+ "line": 164,
1900
+ "character": 39
1901
+ },
1902
+ "name": "string"
1903
+ },
1904
+ "isOptional": true,
1905
+ "isSpread": false
1906
+ },
1907
+ {
1908
+ "__schema": "ParameterSchema",
1909
+ "location": {
1910
+ "filePath": "status.main.runtime.ts",
1911
+ "line": 164,
1912
+ "character": 47
1913
+ },
1914
+ "name": "opts",
1915
+ "type": {
1916
+ "__schema": "TypeRefSchema",
1917
+ "location": {
1918
+ "filePath": "status.main.runtime.ts",
1919
+ "line": 164,
1920
+ "character": 53
1921
+ },
1922
+ "name": "MiniStatusOpts",
1923
+ "internalFilePath": "mini-status-cmd.ts"
1924
+ },
1925
+ "isOptional": true,
1926
+ "defaultValue": "{}",
1927
+ "isSpread": false
1928
+ }
1929
+ ],
1930
+ "returnType": {
1931
+ "__schema": "TypeRefSchema",
1932
+ "location": {
1933
+ "filePath": "status.main.runtime.ts",
1934
+ "line": 164,
1935
+ "character": 75
1936
+ },
1937
+ "name": "Promise",
1938
+ "typeArgs": [
1939
+ {
1940
+ "__schema": "TypeRefSchema",
1941
+ "location": {
1942
+ "filePath": "status.main.runtime.ts",
1943
+ "line": 164,
1944
+ "character": 83
1945
+ },
1946
+ "name": "MiniStatusResults",
1947
+ "internalFilePath": "status.main.runtime.ts"
1948
+ }
1949
+ ]
1950
+ },
1951
+ "modifiers": [
1952
+ "async"
1953
+ ]
1954
+ },
1955
+ {
1956
+ "__schema": "VariableLikeSchema",
1957
+ "location": {
1958
+ "filePath": "status.main.runtime.ts",
1959
+ "line": 219,
1960
+ "character": 3
1961
+ },
1962
+ "signature": "(property) StatusMain.slots: never[]",
1963
+ "name": "slots",
1964
+ "type": {
1965
+ "__schema": "InferenceTypeSchema",
1966
+ "location": {
1967
+ "filePath": "status.main.runtime.ts",
1968
+ "line": 219,
1969
+ "character": 3
1970
+ },
1971
+ "type": "never[]"
1972
+ },
1973
+ "isOptional": true,
1974
+ "defaultValue": "[]"
1975
+ },
1976
+ {
1977
+ "__schema": "VariableLikeSchema",
1978
+ "location": {
1979
+ "filePath": "status.main.runtime.ts",
1980
+ "line": 220,
1981
+ "character": 3
1982
+ },
1983
+ "signature": "(property) StatusMain.dependencies: Aspect[]",
1984
+ "name": "dependencies",
1985
+ "type": {
1986
+ "__schema": "InferenceTypeSchema",
1987
+ "location": {
1988
+ "filePath": "status.main.runtime.ts",
1989
+ "line": 220,
1990
+ "character": 3
1991
+ },
1992
+ "type": "Aspect[]"
1993
+ },
1994
+ "isOptional": true,
1995
+ "defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
1996
+ },
1997
+ {
1998
+ "__schema": "VariableLikeSchema",
1999
+ "location": {
2000
+ "filePath": "status.main.runtime.ts",
2001
+ "line": 221,
2002
+ "character": 3
2003
+ },
2004
+ "signature": "(property) StatusMain.runtime: RuntimeDefinition",
2005
+ "name": "runtime",
2006
+ "type": {
2007
+ "__schema": "InferenceTypeSchema",
2008
+ "location": {
2009
+ "filePath": "status.main.runtime.ts",
2010
+ "line": 221,
2011
+ "character": 3
2012
+ },
2013
+ "type": "RuntimeDefinition"
2014
+ },
2015
+ "isOptional": true,
2016
+ "defaultValue": "MainRuntime"
2017
+ },
2018
+ {
2019
+ "__schema": "FunctionLikeSchema",
2020
+ "location": {
2021
+ "filePath": "status.main.runtime.ts",
2022
+ "line": 222,
2023
+ "character": 3
2024
+ },
2025
+ "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
2026
+ "name": "provider",
2027
+ "params": [
2028
+ {
2029
+ "__schema": "ParameterSchema",
2030
+ "location": {
2031
+ "filePath": "status.main.runtime.ts",
2032
+ "line": 222,
2033
+ "character": 25
2034
+ },
2035
+ "name": "[ cli, workspace, insights, issues, remove, lanes ]",
2036
+ "type": {
2037
+ "__schema": "TupleTypeSchema",
2038
+ "location": {
2039
+ "filePath": "status.main.runtime.ts",
2040
+ "line": 222,
2041
+ "character": 76
2042
+ },
2043
+ "elements": [
2044
+ {
2045
+ "__schema": "TypeRefSchema",
2046
+ "location": {
2047
+ "filePath": "status.main.runtime.ts",
2048
+ "line": 223,
2049
+ "character": 5
2050
+ },
2051
+ "name": "CLIMain",
2052
+ "componentId": {
2053
+ "scope": "teambit.harmony",
2054
+ "name": "cli"
2055
+ }
2056
+ },
2057
+ {
2058
+ "__schema": "TypeRefSchema",
2059
+ "location": {
2060
+ "filePath": "status.main.runtime.ts",
2061
+ "line": 224,
2062
+ "character": 5
2063
+ },
2064
+ "name": "Workspace",
2065
+ "componentId": {
2066
+ "scope": "teambit.workspace",
2067
+ "name": "workspace"
2068
+ }
2069
+ },
2070
+ {
2071
+ "__schema": "TypeRefSchema",
2072
+ "location": {
2073
+ "filePath": "status.main.runtime.ts",
2074
+ "line": 225,
2075
+ "character": 5
2076
+ },
2077
+ "name": "InsightsMain",
2078
+ "componentId": {
2079
+ "scope": "teambit.explorer",
2080
+ "name": "insights"
2081
+ }
2082
+ },
2083
+ {
2084
+ "__schema": "TypeRefSchema",
2085
+ "location": {
2086
+ "filePath": "status.main.runtime.ts",
2087
+ "line": 226,
2088
+ "character": 5
2089
+ },
2090
+ "name": "IssuesMain",
2091
+ "componentId": {
2092
+ "scope": "teambit.component",
2093
+ "name": "issues"
2094
+ }
2095
+ },
2096
+ {
2097
+ "__schema": "TypeRefSchema",
2098
+ "location": {
2099
+ "filePath": "status.main.runtime.ts",
2100
+ "line": 227,
2101
+ "character": 5
2102
+ },
2103
+ "name": "RemoveMain",
2104
+ "componentId": {
2105
+ "scope": "teambit.component",
2106
+ "name": "remove"
2107
+ }
2108
+ },
2109
+ {
2110
+ "__schema": "TypeRefSchema",
2111
+ "location": {
2112
+ "filePath": "status.main.runtime.ts",
2113
+ "line": 228,
2114
+ "character": 5
2115
+ },
2116
+ "name": "LanesMain",
2117
+ "componentId": {
2118
+ "scope": "teambit.lanes",
2119
+ "name": "lanes"
2120
+ }
2121
+ }
2122
+ ]
2123
+ },
2124
+ "isOptional": false,
2125
+ "isSpread": false
2126
+ }
2127
+ ],
2128
+ "returnType": {
2129
+ "__schema": "InferenceTypeSchema",
2130
+ "location": {
2131
+ "filePath": "status.main.runtime.ts",
2132
+ "line": 222,
2133
+ "character": 3
2134
+ },
2135
+ "type": "Promise<StatusMain>"
2136
+ },
2137
+ "modifiers": [
2138
+ "static",
2139
+ "async"
2140
+ ]
2141
+ }
2142
+ ],
2143
+ "extendsNodes": [],
2144
+ "implementNodes": []
2145
+ }
2146
+ ],
2147
+ "internals": [
2148
+ {
2149
+ "__schema": "TypeSchema",
2150
+ "location": {
2151
+ "filePath": "status.main.runtime.ts",
2152
+ "line": 23,
2153
+ "character": 1
2154
+ },
2155
+ "signature": "type DivergeDataPerId = {\n id: ComponentID;\n divergeData: SnapsDistance;\n}",
2156
+ "name": "DivergeDataPerId",
2157
+ "type": {
2158
+ "__schema": "TypeLiteralSchema",
2159
+ "location": {
2160
+ "filePath": "status.main.runtime.ts",
2161
+ "line": 23,
2162
+ "character": 25
2163
+ },
2164
+ "members": [
2165
+ {
2166
+ "__schema": "VariableLikeSchema",
2167
+ "location": {
2168
+ "filePath": "status.main.runtime.ts",
2169
+ "line": 23,
2170
+ "character": 27
2171
+ },
2172
+ "signature": "(property) id: ComponentID",
2173
+ "name": "id",
2174
+ "type": {
2175
+ "__schema": "TypeRefSchema",
2176
+ "location": {
2177
+ "filePath": "status.main.runtime.ts",
2178
+ "line": 23,
2179
+ "character": 27
2180
+ },
2181
+ "name": "ComponentID",
2182
+ "componentId": {
2183
+ "scope": "teambit.component",
2184
+ "name": "component-id",
2185
+ "version": "1.2.0"
2186
+ }
2187
+ },
2188
+ "isOptional": false
2189
+ },
2190
+ {
2191
+ "__schema": "VariableLikeSchema",
2192
+ "location": {
2193
+ "filePath": "status.main.runtime.ts",
2194
+ "line": 23,
2195
+ "character": 44
2196
+ },
2197
+ "signature": "(property) divergeData: SnapsDistance",
2198
+ "name": "divergeData",
2199
+ "type": {
2200
+ "__schema": "TypeRefSchema",
2201
+ "location": {
2202
+ "filePath": "status.main.runtime.ts",
2203
+ "line": 23,
2204
+ "character": 44
2205
+ },
2206
+ "name": "SnapsDistance",
2207
+ "packageName": "@teambit/legacy/dist/scope/component-ops/snaps-distance"
2208
+ },
2209
+ "isOptional": false
2210
+ }
2211
+ ]
2212
+ }
2213
+ },
2214
+ {
2215
+ "__schema": "UnImplementedSchema",
2216
+ "location": {
2217
+ "filePath": "status.main.runtime.ts",
2218
+ "line": 236,
2219
+ "character": 1
2220
+ },
2221
+ "name": "StatusAspect.addRuntime(StatusMain);",
2222
+ "type": "ExpressionStatement"
2223
+ }
2224
+ ]
2225
+ },
2226
+ {
2227
+ "__schema": "ModuleSchema",
2228
+ "location": {
2229
+ "filePath": "status.aspect.ts",
2230
+ "line": 1,
2231
+ "character": 1
2232
+ },
2233
+ "exports": [
2234
+ {
2235
+ "__schema": "VariableLikeSchema",
2236
+ "location": {
2237
+ "filePath": "status.aspect.ts",
2238
+ "line": 3,
2239
+ "character": 14
2240
+ },
2241
+ "signature": "const StatusAspect: Aspect",
2242
+ "name": "StatusAspect",
2243
+ "type": {
2244
+ "__schema": "TypeRefSchema",
2245
+ "location": {
2246
+ "filePath": "status.aspect.ts",
2247
+ "line": 3,
2248
+ "character": 14
2249
+ },
2250
+ "name": "Aspect",
2251
+ "componentId": {
2252
+ "scope": "teambit.harmony",
2253
+ "name": "harmony",
2254
+ "version": "0.4.6"
2255
+ }
2256
+ },
2257
+ "isOptional": false,
2258
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/status',\n})"
2259
+ }
2260
+ ],
2261
+ "internals": []
2262
+ }
2263
+ ],
2264
+ "componentId": {
2265
+ "scope": "teambit.component",
2266
+ "name": "status",
2267
+ "version": "1.0.189"
2268
+ },
2269
+ "taggedModuleExports": []
2270
+ }