@teambit/status 1.0.186 → 1.0.188

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