@teambit/issues 1.0.511 → 1.0.513

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,1473 @@
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": "ExportSchema",
18
+ "location": {
19
+ "filePath": "index.ts",
20
+ "line": 3,
21
+ "character": 15
22
+ },
23
+ "signature": "class IssuesMain",
24
+ "name": "IssuesMain",
25
+ "exportNode": {
26
+ "__schema": "ClassSchema",
27
+ "location": {
28
+ "filePath": "issues.main.runtime.ts",
29
+ "line": 18,
30
+ "character": 1
31
+ },
32
+ "signature": "class IssuesMain",
33
+ "name": "IssuesMain",
34
+ "members": [
35
+ {
36
+ "__schema": "ConstructorSchema",
37
+ "location": {
38
+ "filePath": "issues.main.runtime.ts",
39
+ "line": 19,
40
+ "character": 3
41
+ },
42
+ "signature": "constructor IssuesMain(config: IssuesConfig, addComponentsIssuesSlot: AddComponentsIssuesSlot): IssuesMain",
43
+ "name": "constructor",
44
+ "params": [
45
+ {
46
+ "__schema": "ParameterSchema",
47
+ "location": {
48
+ "filePath": "issues.main.runtime.ts",
49
+ "line": 20,
50
+ "character": 5
51
+ },
52
+ "name": "config",
53
+ "type": {
54
+ "__schema": "TypeRefSchema",
55
+ "location": {
56
+ "filePath": "issues.main.runtime.ts",
57
+ "line": 20,
58
+ "character": 21
59
+ },
60
+ "name": "IssuesConfig"
61
+ },
62
+ "isOptional": false,
63
+ "isSpread": false
64
+ },
65
+ {
66
+ "__schema": "ParameterSchema",
67
+ "location": {
68
+ "filePath": "issues.main.runtime.ts",
69
+ "line": 21,
70
+ "character": 5
71
+ },
72
+ "name": "addComponentsIssuesSlot",
73
+ "type": {
74
+ "__schema": "TypeRefSchema",
75
+ "location": {
76
+ "filePath": "issues.main.runtime.ts",
77
+ "line": 21,
78
+ "character": 38
79
+ },
80
+ "name": "AddComponentsIssuesSlot"
81
+ },
82
+ "isOptional": false,
83
+ "isSpread": false
84
+ }
85
+ ],
86
+ "returnType": {
87
+ "__schema": "ThisTypeSchema",
88
+ "location": {
89
+ "filePath": "issues.main.runtime.ts",
90
+ "line": 18,
91
+ "character": 1
92
+ },
93
+ "name": "IssuesMain"
94
+ },
95
+ "modifiers": []
96
+ },
97
+ {
98
+ "__schema": "FunctionLikeSchema",
99
+ "location": {
100
+ "filePath": "issues.main.runtime.ts",
101
+ "line": 24,
102
+ "character": 3
103
+ },
104
+ "signature": "(method) IssuesMain.getIssuesToIgnoreGlobally(): string[]",
105
+ "name": "getIssuesToIgnoreGlobally",
106
+ "params": [],
107
+ "returnType": {
108
+ "__schema": "TypeArraySchema",
109
+ "location": {
110
+ "filePath": "issues.main.runtime.ts",
111
+ "line": 24,
112
+ "character": 32
113
+ },
114
+ "type": {
115
+ "__schema": "KeywordTypeSchema",
116
+ "location": {
117
+ "filePath": "issues.main.runtime.ts",
118
+ "line": 24,
119
+ "character": 32
120
+ },
121
+ "name": "string"
122
+ }
123
+ },
124
+ "modifiers": []
125
+ },
126
+ {
127
+ "__schema": "FunctionLikeSchema",
128
+ "location": {
129
+ "filePath": "issues.main.runtime.ts",
130
+ "line": 30,
131
+ "character": 3
132
+ },
133
+ "signature": "(method) IssuesMain.getIssuesToIgnorePerComponent(component: Component): string[]",
134
+ "name": "getIssuesToIgnorePerComponent",
135
+ "params": [
136
+ {
137
+ "__schema": "ParameterSchema",
138
+ "location": {
139
+ "filePath": "issues.main.runtime.ts",
140
+ "line": 30,
141
+ "character": 33
142
+ },
143
+ "name": "component",
144
+ "type": {
145
+ "__schema": "TypeRefSchema",
146
+ "location": {
147
+ "filePath": "issues.main.runtime.ts",
148
+ "line": 30,
149
+ "character": 44
150
+ },
151
+ "name": "Component"
152
+ },
153
+ "isOptional": false,
154
+ "isSpread": false
155
+ }
156
+ ],
157
+ "returnType": {
158
+ "__schema": "TypeArraySchema",
159
+ "location": {
160
+ "filePath": "issues.main.runtime.ts",
161
+ "line": 30,
162
+ "character": 56
163
+ },
164
+ "type": {
165
+ "__schema": "KeywordTypeSchema",
166
+ "location": {
167
+ "filePath": "issues.main.runtime.ts",
168
+ "line": 30,
169
+ "character": 56
170
+ },
171
+ "name": "string"
172
+ }
173
+ },
174
+ "modifiers": []
175
+ },
176
+ {
177
+ "__schema": "FunctionLikeSchema",
178
+ "location": {
179
+ "filePath": "issues.main.runtime.ts",
180
+ "line": 46,
181
+ "character": 3
182
+ },
183
+ "signature": "(method) IssuesMain.listIssues(): {\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]",
184
+ "name": "listIssues",
185
+ "params": [],
186
+ "returnType": {
187
+ "__schema": "InferenceTypeSchema",
188
+ "location": {
189
+ "filePath": "issues.main.runtime.ts",
190
+ "line": 46,
191
+ "character": 3
192
+ },
193
+ "type": "{\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]"
194
+ },
195
+ "modifiers": []
196
+ },
197
+ {
198
+ "__schema": "FunctionLikeSchema",
199
+ "location": {
200
+ "filePath": "issues.main.runtime.ts",
201
+ "line": 60,
202
+ "character": 3
203
+ },
204
+ "signature": "(method) IssuesMain.removeIgnoredIssuesFromComponents(components: Component[], extraIssuesToIgnore?: string[]): void",
205
+ "name": "removeIgnoredIssuesFromComponents",
206
+ "params": [
207
+ {
208
+ "__schema": "ParameterSchema",
209
+ "location": {
210
+ "filePath": "issues.main.runtime.ts",
211
+ "line": 60,
212
+ "character": 37
213
+ },
214
+ "name": "components",
215
+ "type": {
216
+ "__schema": "TypeArraySchema",
217
+ "location": {
218
+ "filePath": "issues.main.runtime.ts",
219
+ "line": 60,
220
+ "character": 49
221
+ },
222
+ "type": {
223
+ "__schema": "TypeRefSchema",
224
+ "location": {
225
+ "filePath": "issues.main.runtime.ts",
226
+ "line": 60,
227
+ "character": 49
228
+ },
229
+ "name": "Component"
230
+ }
231
+ },
232
+ "isOptional": false,
233
+ "isSpread": false
234
+ },
235
+ {
236
+ "__schema": "ParameterSchema",
237
+ "location": {
238
+ "filePath": "issues.main.runtime.ts",
239
+ "line": 60,
240
+ "character": 62
241
+ },
242
+ "name": "extraIssuesToIgnore",
243
+ "type": {
244
+ "__schema": "TypeArraySchema",
245
+ "location": {
246
+ "filePath": "issues.main.runtime.ts",
247
+ "line": 60,
248
+ "character": 83
249
+ },
250
+ "type": {
251
+ "__schema": "KeywordTypeSchema",
252
+ "location": {
253
+ "filePath": "issues.main.runtime.ts",
254
+ "line": 60,
255
+ "character": 83
256
+ },
257
+ "name": "string"
258
+ }
259
+ },
260
+ "isOptional": true,
261
+ "defaultValue": "[]",
262
+ "isSpread": false
263
+ }
264
+ ],
265
+ "returnType": {
266
+ "__schema": "InferenceTypeSchema",
267
+ "location": {
268
+ "filePath": "issues.main.runtime.ts",
269
+ "line": 60,
270
+ "character": 3
271
+ },
272
+ "type": "void"
273
+ },
274
+ "modifiers": []
275
+ },
276
+ {
277
+ "__schema": "FunctionLikeSchema",
278
+ "location": {
279
+ "filePath": "issues.main.runtime.ts",
280
+ "line": 77,
281
+ "character": 3
282
+ },
283
+ "doc": {
284
+ "__schema": "DocSchema",
285
+ "location": {
286
+ "filePath": "issues.main.runtime.ts",
287
+ "line": 71,
288
+ "character": 3
289
+ },
290
+ "raw": "/**\n * register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\n * your function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\n * for issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\n * this is useful for optimization, if you don't want to calculate the component issue when it's ignored.\n */",
291
+ "comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored.",
292
+ "tags": []
293
+ },
294
+ "signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
295
+ "name": "registerAddComponentsIssues",
296
+ "params": [
297
+ {
298
+ "__schema": "ParameterSchema",
299
+ "location": {
300
+ "filePath": "issues.main.runtime.ts",
301
+ "line": 77,
302
+ "character": 31
303
+ },
304
+ "name": "addComponentsIssues",
305
+ "type": {
306
+ "__schema": "TypeRefSchema",
307
+ "location": {
308
+ "filePath": "issues.main.runtime.ts",
309
+ "line": 77,
310
+ "character": 52
311
+ },
312
+ "name": "AddComponentsIssues"
313
+ },
314
+ "isOptional": false,
315
+ "isSpread": false
316
+ }
317
+ ],
318
+ "returnType": {
319
+ "__schema": "InferenceTypeSchema",
320
+ "location": {
321
+ "filePath": "issues.main.runtime.ts",
322
+ "line": 77,
323
+ "character": 3
324
+ },
325
+ "type": "void"
326
+ },
327
+ "modifiers": []
328
+ },
329
+ {
330
+ "__schema": "FunctionLikeSchema",
331
+ "location": {
332
+ "filePath": "issues.main.runtime.ts",
333
+ "line": 81,
334
+ "character": 3
335
+ },
336
+ "signature": "(method) IssuesMain.triggerAddComponentIssues(components: Component[], issuesToIgnore: string[]): Promise<void>",
337
+ "name": "triggerAddComponentIssues",
338
+ "params": [
339
+ {
340
+ "__schema": "ParameterSchema",
341
+ "location": {
342
+ "filePath": "issues.main.runtime.ts",
343
+ "line": 81,
344
+ "character": 35
345
+ },
346
+ "name": "components",
347
+ "type": {
348
+ "__schema": "TypeArraySchema",
349
+ "location": {
350
+ "filePath": "issues.main.runtime.ts",
351
+ "line": 81,
352
+ "character": 47
353
+ },
354
+ "type": {
355
+ "__schema": "TypeRefSchema",
356
+ "location": {
357
+ "filePath": "issues.main.runtime.ts",
358
+ "line": 81,
359
+ "character": 47
360
+ },
361
+ "name": "Component"
362
+ }
363
+ },
364
+ "isOptional": false,
365
+ "isSpread": false
366
+ },
367
+ {
368
+ "__schema": "ParameterSchema",
369
+ "location": {
370
+ "filePath": "issues.main.runtime.ts",
371
+ "line": 81,
372
+ "character": 60
373
+ },
374
+ "name": "issuesToIgnore",
375
+ "type": {
376
+ "__schema": "TypeArraySchema",
377
+ "location": {
378
+ "filePath": "issues.main.runtime.ts",
379
+ "line": 81,
380
+ "character": 76
381
+ },
382
+ "type": {
383
+ "__schema": "KeywordTypeSchema",
384
+ "location": {
385
+ "filePath": "issues.main.runtime.ts",
386
+ "line": 81,
387
+ "character": 76
388
+ },
389
+ "name": "string"
390
+ }
391
+ },
392
+ "isOptional": false,
393
+ "isSpread": false
394
+ }
395
+ ],
396
+ "returnType": {
397
+ "__schema": "InferenceTypeSchema",
398
+ "location": {
399
+ "filePath": "issues.main.runtime.ts",
400
+ "line": 81,
401
+ "character": 3
402
+ },
403
+ "type": "Promise<void>"
404
+ },
405
+ "modifiers": [
406
+ "async"
407
+ ]
408
+ },
409
+ {
410
+ "__schema": "VariableLikeSchema",
411
+ "location": {
412
+ "filePath": "issues.main.runtime.ts",
413
+ "line": 86,
414
+ "character": 3
415
+ },
416
+ "signature": "(property) IssuesMain.slots: ((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]",
417
+ "name": "slots",
418
+ "type": {
419
+ "__schema": "InferenceTypeSchema",
420
+ "location": {
421
+ "filePath": "issues.main.runtime.ts",
422
+ "line": 86,
423
+ "character": 3
424
+ },
425
+ "type": "((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]"
426
+ },
427
+ "isOptional": true,
428
+ "defaultValue": "[Slot.withType<AddComponentsIssues>()]"
429
+ },
430
+ {
431
+ "__schema": "VariableLikeSchema",
432
+ "location": {
433
+ "filePath": "issues.main.runtime.ts",
434
+ "line": 87,
435
+ "character": 3
436
+ },
437
+ "signature": "(property) IssuesMain.dependencies: Aspect[]",
438
+ "name": "dependencies",
439
+ "type": {
440
+ "__schema": "InferenceTypeSchema",
441
+ "location": {
442
+ "filePath": "issues.main.runtime.ts",
443
+ "line": 87,
444
+ "character": 3
445
+ },
446
+ "type": "Aspect[]"
447
+ },
448
+ "isOptional": true,
449
+ "defaultValue": "[CLIAspect]"
450
+ },
451
+ {
452
+ "__schema": "VariableLikeSchema",
453
+ "location": {
454
+ "filePath": "issues.main.runtime.ts",
455
+ "line": 88,
456
+ "character": 3
457
+ },
458
+ "signature": "(property) IssuesMain.defaultConfig: {\n ignoreIssues: never[];\n}",
459
+ "name": "defaultConfig",
460
+ "type": {
461
+ "__schema": "InferenceTypeSchema",
462
+ "location": {
463
+ "filePath": "issues.main.runtime.ts",
464
+ "line": 88,
465
+ "character": 3
466
+ },
467
+ "type": "{\n ignoreIssues: never[];\n}"
468
+ },
469
+ "isOptional": true,
470
+ "defaultValue": "{\n ignoreIssues: [],\n }"
471
+ },
472
+ {
473
+ "__schema": "VariableLikeSchema",
474
+ "location": {
475
+ "filePath": "issues.main.runtime.ts",
476
+ "line": 91,
477
+ "character": 3
478
+ },
479
+ "signature": "(property) IssuesMain.runtime: RuntimeDefinition",
480
+ "name": "runtime",
481
+ "type": {
482
+ "__schema": "InferenceTypeSchema",
483
+ "location": {
484
+ "filePath": "issues.main.runtime.ts",
485
+ "line": 91,
486
+ "character": 3
487
+ },
488
+ "type": "RuntimeDefinition"
489
+ },
490
+ "isOptional": true,
491
+ "defaultValue": "MainRuntime"
492
+ },
493
+ {
494
+ "__schema": "FunctionLikeSchema",
495
+ "location": {
496
+ "filePath": "issues.main.runtime.ts",
497
+ "line": 92,
498
+ "character": 3
499
+ },
500
+ "signature": "(method) IssuesMain.provider([cli]: [CLIMain], config: IssuesConfig, [addComponentsIssuesSlot]: [AddComponentsIssuesSlot]): Promise<IssuesMain>",
501
+ "name": "provider",
502
+ "params": [
503
+ {
504
+ "__schema": "ParameterSchema",
505
+ "location": {
506
+ "filePath": "issues.main.runtime.ts",
507
+ "line": 92,
508
+ "character": 25
509
+ },
510
+ "name": "[ cli ]",
511
+ "type": {
512
+ "__schema": "TupleTypeSchema",
513
+ "location": {
514
+ "filePath": "issues.main.runtime.ts",
515
+ "line": 92,
516
+ "character": 32
517
+ },
518
+ "elements": [
519
+ {
520
+ "__schema": "TypeRefSchema",
521
+ "location": {
522
+ "filePath": "issues.main.runtime.ts",
523
+ "line": 92,
524
+ "character": 33
525
+ },
526
+ "name": "CLIMain"
527
+ }
528
+ ]
529
+ },
530
+ "isOptional": false,
531
+ "isSpread": false
532
+ },
533
+ {
534
+ "__schema": "ParameterSchema",
535
+ "location": {
536
+ "filePath": "issues.main.runtime.ts",
537
+ "line": 92,
538
+ "character": 43
539
+ },
540
+ "name": "config",
541
+ "type": {
542
+ "__schema": "TypeRefSchema",
543
+ "location": {
544
+ "filePath": "issues.main.runtime.ts",
545
+ "line": 92,
546
+ "character": 51
547
+ },
548
+ "name": "IssuesConfig"
549
+ },
550
+ "isOptional": false,
551
+ "isSpread": false
552
+ },
553
+ {
554
+ "__schema": "ParameterSchema",
555
+ "location": {
556
+ "filePath": "issues.main.runtime.ts",
557
+ "line": 92,
558
+ "character": 65
559
+ },
560
+ "name": "[ addComponentsIssuesSlot ]",
561
+ "type": {
562
+ "__schema": "TupleTypeSchema",
563
+ "location": {
564
+ "filePath": "issues.main.runtime.ts",
565
+ "line": 92,
566
+ "character": 92
567
+ },
568
+ "elements": [
569
+ {
570
+ "__schema": "TypeRefSchema",
571
+ "location": {
572
+ "filePath": "issues.main.runtime.ts",
573
+ "line": 92,
574
+ "character": 93
575
+ },
576
+ "name": "AddComponentsIssuesSlot"
577
+ }
578
+ ]
579
+ },
580
+ "isOptional": false,
581
+ "isSpread": false
582
+ }
583
+ ],
584
+ "returnType": {
585
+ "__schema": "InferenceTypeSchema",
586
+ "location": {
587
+ "filePath": "issues.main.runtime.ts",
588
+ "line": 92,
589
+ "character": 3
590
+ },
591
+ "type": "Promise<IssuesMain>"
592
+ },
593
+ "modifiers": [
594
+ "static",
595
+ "async"
596
+ ]
597
+ }
598
+ ],
599
+ "extendsNodes": [],
600
+ "implementNodes": []
601
+ }
602
+ },
603
+ {
604
+ "__schema": "UnImplementedSchema",
605
+ "location": {
606
+ "filePath": "index.ts",
607
+ "line": 4,
608
+ "character": 16
609
+ },
610
+ "name": "IssuesAspect",
611
+ "type": "Identifier"
612
+ },
613
+ {
614
+ "__schema": "ExportSchema",
615
+ "location": {
616
+ "filePath": "index.ts",
617
+ "line": 5,
618
+ "character": 10
619
+ },
620
+ "signature": "const IssuesAspect: Aspect",
621
+ "name": "IssuesAspect",
622
+ "exportNode": {
623
+ "__schema": "VariableLikeSchema",
624
+ "location": {
625
+ "filePath": "issues.aspect.ts",
626
+ "line": 3,
627
+ "character": 14
628
+ },
629
+ "signature": "const IssuesAspect: Aspect",
630
+ "name": "IssuesAspect",
631
+ "type": {
632
+ "__schema": "TypeRefSchema",
633
+ "location": {
634
+ "filePath": "issues.aspect.ts",
635
+ "line": 3,
636
+ "character": 14
637
+ },
638
+ "name": "Aspect",
639
+ "componentId": {
640
+ "scope": "teambit.harmony",
641
+ "name": "harmony",
642
+ "version": "0.4.6"
643
+ }
644
+ },
645
+ "isOptional": false,
646
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/issues',\n})"
647
+ }
648
+ }
649
+ ],
650
+ "internals": []
651
+ },
652
+ "internals": [
653
+ {
654
+ "__schema": "ModuleSchema",
655
+ "location": {
656
+ "filePath": "issues.main.runtime.ts",
657
+ "line": 1,
658
+ "character": 1
659
+ },
660
+ "exports": [
661
+ {
662
+ "__schema": "TypeSchema",
663
+ "location": {
664
+ "filePath": "issues.main.runtime.ts",
665
+ "line": 10,
666
+ "character": 1
667
+ },
668
+ "signature": "type IssuesConfig = {\n ignoreIssues: string[];\n}",
669
+ "name": "IssuesConfig",
670
+ "type": {
671
+ "__schema": "TypeLiteralSchema",
672
+ "location": {
673
+ "filePath": "issues.main.runtime.ts",
674
+ "line": 10,
675
+ "character": 28
676
+ },
677
+ "members": [
678
+ {
679
+ "__schema": "VariableLikeSchema",
680
+ "location": {
681
+ "filePath": "issues.main.runtime.ts",
682
+ "line": 11,
683
+ "character": 3
684
+ },
685
+ "signature": "(property) ignoreIssues: string[]",
686
+ "name": "ignoreIssues",
687
+ "type": {
688
+ "__schema": "TypeArraySchema",
689
+ "location": {
690
+ "filePath": "issues.main.runtime.ts",
691
+ "line": 11,
692
+ "character": 17
693
+ },
694
+ "type": {
695
+ "__schema": "KeywordTypeSchema",
696
+ "location": {
697
+ "filePath": "issues.main.runtime.ts",
698
+ "line": 11,
699
+ "character": 17
700
+ },
701
+ "name": "string"
702
+ }
703
+ },
704
+ "isOptional": false
705
+ }
706
+ ]
707
+ }
708
+ },
709
+ {
710
+ "__schema": "TypeSchema",
711
+ "location": {
712
+ "filePath": "issues.main.runtime.ts",
713
+ "line": 14,
714
+ "character": 1
715
+ },
716
+ "signature": "type AddComponentsIssues = (components: Component[], issuesToIgnore: string[]) => Promise<void>",
717
+ "name": "AddComponentsIssues",
718
+ "type": {
719
+ "__schema": "FunctionLikeSchema",
720
+ "location": {
721
+ "filePath": "issues.main.runtime.ts",
722
+ "line": 14,
723
+ "character": 35
724
+ },
725
+ "signature": "(components: Component[], issuesToIgnore: string[]): Promise<void>",
726
+ "name": "",
727
+ "params": [
728
+ {
729
+ "__schema": "ParameterSchema",
730
+ "location": {
731
+ "filePath": "issues.main.runtime.ts",
732
+ "line": 14,
733
+ "character": 36
734
+ },
735
+ "name": "components",
736
+ "type": {
737
+ "__schema": "TypeArraySchema",
738
+ "location": {
739
+ "filePath": "issues.main.runtime.ts",
740
+ "line": 14,
741
+ "character": 48
742
+ },
743
+ "type": {
744
+ "__schema": "TypeRefSchema",
745
+ "location": {
746
+ "filePath": "issues.main.runtime.ts",
747
+ "line": 14,
748
+ "character": 48
749
+ },
750
+ "name": "Component"
751
+ }
752
+ },
753
+ "isOptional": false,
754
+ "isSpread": false
755
+ },
756
+ {
757
+ "__schema": "ParameterSchema",
758
+ "location": {
759
+ "filePath": "issues.main.runtime.ts",
760
+ "line": 14,
761
+ "character": 61
762
+ },
763
+ "name": "issuesToIgnore",
764
+ "type": {
765
+ "__schema": "TypeArraySchema",
766
+ "location": {
767
+ "filePath": "issues.main.runtime.ts",
768
+ "line": 14,
769
+ "character": 77
770
+ },
771
+ "type": {
772
+ "__schema": "KeywordTypeSchema",
773
+ "location": {
774
+ "filePath": "issues.main.runtime.ts",
775
+ "line": 14,
776
+ "character": 77
777
+ },
778
+ "name": "string"
779
+ }
780
+ },
781
+ "isOptional": false,
782
+ "isSpread": false
783
+ }
784
+ ],
785
+ "returnType": {
786
+ "__schema": "TypeRefSchema",
787
+ "location": {
788
+ "filePath": "issues.main.runtime.ts",
789
+ "line": 14,
790
+ "character": 90
791
+ },
792
+ "name": "Promise",
793
+ "typeArgs": [
794
+ {
795
+ "__schema": "KeywordTypeSchema",
796
+ "location": {
797
+ "filePath": "issues.main.runtime.ts",
798
+ "line": 14,
799
+ "character": 98
800
+ },
801
+ "name": "void"
802
+ }
803
+ ]
804
+ },
805
+ "modifiers": []
806
+ }
807
+ },
808
+ {
809
+ "__schema": "TypeSchema",
810
+ "location": {
811
+ "filePath": "issues.main.runtime.ts",
812
+ "line": 16,
813
+ "character": 1
814
+ },
815
+ "signature": "type AddComponentsIssuesSlot = SlotRegistry<AddComponentsIssues>",
816
+ "name": "AddComponentsIssuesSlot",
817
+ "type": {
818
+ "__schema": "TypeRefSchema",
819
+ "location": {
820
+ "filePath": "issues.main.runtime.ts",
821
+ "line": 16,
822
+ "character": 39
823
+ },
824
+ "name": "SlotRegistry",
825
+ "typeArgs": [
826
+ {
827
+ "__schema": "TypeRefSchema",
828
+ "location": {
829
+ "filePath": "issues.main.runtime.ts",
830
+ "line": 16,
831
+ "character": 52
832
+ },
833
+ "name": "AddComponentsIssues"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "__schema": "ClassSchema",
840
+ "location": {
841
+ "filePath": "issues.main.runtime.ts",
842
+ "line": 18,
843
+ "character": 1
844
+ },
845
+ "signature": "class IssuesMain",
846
+ "name": "IssuesMain",
847
+ "members": [
848
+ {
849
+ "__schema": "ConstructorSchema",
850
+ "location": {
851
+ "filePath": "issues.main.runtime.ts",
852
+ "line": 19,
853
+ "character": 3
854
+ },
855
+ "signature": "constructor IssuesMain(config: IssuesConfig, addComponentsIssuesSlot: AddComponentsIssuesSlot): IssuesMain",
856
+ "name": "constructor",
857
+ "params": [
858
+ {
859
+ "__schema": "ParameterSchema",
860
+ "location": {
861
+ "filePath": "issues.main.runtime.ts",
862
+ "line": 20,
863
+ "character": 5
864
+ },
865
+ "name": "config",
866
+ "type": {
867
+ "__schema": "TypeRefSchema",
868
+ "location": {
869
+ "filePath": "issues.main.runtime.ts",
870
+ "line": 20,
871
+ "character": 21
872
+ },
873
+ "name": "IssuesConfig"
874
+ },
875
+ "isOptional": false,
876
+ "isSpread": false
877
+ },
878
+ {
879
+ "__schema": "ParameterSchema",
880
+ "location": {
881
+ "filePath": "issues.main.runtime.ts",
882
+ "line": 21,
883
+ "character": 5
884
+ },
885
+ "name": "addComponentsIssuesSlot",
886
+ "type": {
887
+ "__schema": "TypeRefSchema",
888
+ "location": {
889
+ "filePath": "issues.main.runtime.ts",
890
+ "line": 21,
891
+ "character": 38
892
+ },
893
+ "name": "AddComponentsIssuesSlot"
894
+ },
895
+ "isOptional": false,
896
+ "isSpread": false
897
+ }
898
+ ],
899
+ "returnType": {
900
+ "__schema": "ThisTypeSchema",
901
+ "location": {
902
+ "filePath": "issues.main.runtime.ts",
903
+ "line": 18,
904
+ "character": 1
905
+ },
906
+ "name": "IssuesMain"
907
+ },
908
+ "modifiers": []
909
+ },
910
+ {
911
+ "__schema": "FunctionLikeSchema",
912
+ "location": {
913
+ "filePath": "issues.main.runtime.ts",
914
+ "line": 24,
915
+ "character": 3
916
+ },
917
+ "signature": "(method) IssuesMain.getIssuesToIgnoreGlobally(): string[]",
918
+ "name": "getIssuesToIgnoreGlobally",
919
+ "params": [],
920
+ "returnType": {
921
+ "__schema": "TypeArraySchema",
922
+ "location": {
923
+ "filePath": "issues.main.runtime.ts",
924
+ "line": 24,
925
+ "character": 32
926
+ },
927
+ "type": {
928
+ "__schema": "KeywordTypeSchema",
929
+ "location": {
930
+ "filePath": "issues.main.runtime.ts",
931
+ "line": 24,
932
+ "character": 32
933
+ },
934
+ "name": "string"
935
+ }
936
+ },
937
+ "modifiers": []
938
+ },
939
+ {
940
+ "__schema": "FunctionLikeSchema",
941
+ "location": {
942
+ "filePath": "issues.main.runtime.ts",
943
+ "line": 30,
944
+ "character": 3
945
+ },
946
+ "signature": "(method) IssuesMain.getIssuesToIgnorePerComponent(component: Component): string[]",
947
+ "name": "getIssuesToIgnorePerComponent",
948
+ "params": [
949
+ {
950
+ "__schema": "ParameterSchema",
951
+ "location": {
952
+ "filePath": "issues.main.runtime.ts",
953
+ "line": 30,
954
+ "character": 33
955
+ },
956
+ "name": "component",
957
+ "type": {
958
+ "__schema": "TypeRefSchema",
959
+ "location": {
960
+ "filePath": "issues.main.runtime.ts",
961
+ "line": 30,
962
+ "character": 44
963
+ },
964
+ "name": "Component"
965
+ },
966
+ "isOptional": false,
967
+ "isSpread": false
968
+ }
969
+ ],
970
+ "returnType": {
971
+ "__schema": "TypeArraySchema",
972
+ "location": {
973
+ "filePath": "issues.main.runtime.ts",
974
+ "line": 30,
975
+ "character": 56
976
+ },
977
+ "type": {
978
+ "__schema": "KeywordTypeSchema",
979
+ "location": {
980
+ "filePath": "issues.main.runtime.ts",
981
+ "line": 30,
982
+ "character": 56
983
+ },
984
+ "name": "string"
985
+ }
986
+ },
987
+ "modifiers": []
988
+ },
989
+ {
990
+ "__schema": "FunctionLikeSchema",
991
+ "location": {
992
+ "filePath": "issues.main.runtime.ts",
993
+ "line": 46,
994
+ "character": 3
995
+ },
996
+ "signature": "(method) IssuesMain.listIssues(): {\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]",
997
+ "name": "listIssues",
998
+ "params": [],
999
+ "returnType": {
1000
+ "__schema": "InferenceTypeSchema",
1001
+ "location": {
1002
+ "filePath": "issues.main.runtime.ts",
1003
+ "line": 46,
1004
+ "character": 3
1005
+ },
1006
+ "type": "{\n name: string;\n description: string;\n solution: string;\n isTagBlocker: boolean;\n}[]"
1007
+ },
1008
+ "modifiers": []
1009
+ },
1010
+ {
1011
+ "__schema": "FunctionLikeSchema",
1012
+ "location": {
1013
+ "filePath": "issues.main.runtime.ts",
1014
+ "line": 60,
1015
+ "character": 3
1016
+ },
1017
+ "signature": "(method) IssuesMain.removeIgnoredIssuesFromComponents(components: Component[], extraIssuesToIgnore?: string[]): void",
1018
+ "name": "removeIgnoredIssuesFromComponents",
1019
+ "params": [
1020
+ {
1021
+ "__schema": "ParameterSchema",
1022
+ "location": {
1023
+ "filePath": "issues.main.runtime.ts",
1024
+ "line": 60,
1025
+ "character": 37
1026
+ },
1027
+ "name": "components",
1028
+ "type": {
1029
+ "__schema": "TypeArraySchema",
1030
+ "location": {
1031
+ "filePath": "issues.main.runtime.ts",
1032
+ "line": 60,
1033
+ "character": 49
1034
+ },
1035
+ "type": {
1036
+ "__schema": "TypeRefSchema",
1037
+ "location": {
1038
+ "filePath": "issues.main.runtime.ts",
1039
+ "line": 60,
1040
+ "character": 49
1041
+ },
1042
+ "name": "Component"
1043
+ }
1044
+ },
1045
+ "isOptional": false,
1046
+ "isSpread": false
1047
+ },
1048
+ {
1049
+ "__schema": "ParameterSchema",
1050
+ "location": {
1051
+ "filePath": "issues.main.runtime.ts",
1052
+ "line": 60,
1053
+ "character": 62
1054
+ },
1055
+ "name": "extraIssuesToIgnore",
1056
+ "type": {
1057
+ "__schema": "TypeArraySchema",
1058
+ "location": {
1059
+ "filePath": "issues.main.runtime.ts",
1060
+ "line": 60,
1061
+ "character": 83
1062
+ },
1063
+ "type": {
1064
+ "__schema": "KeywordTypeSchema",
1065
+ "location": {
1066
+ "filePath": "issues.main.runtime.ts",
1067
+ "line": 60,
1068
+ "character": 83
1069
+ },
1070
+ "name": "string"
1071
+ }
1072
+ },
1073
+ "isOptional": true,
1074
+ "defaultValue": "[]",
1075
+ "isSpread": false
1076
+ }
1077
+ ],
1078
+ "returnType": {
1079
+ "__schema": "InferenceTypeSchema",
1080
+ "location": {
1081
+ "filePath": "issues.main.runtime.ts",
1082
+ "line": 60,
1083
+ "character": 3
1084
+ },
1085
+ "type": "void"
1086
+ },
1087
+ "modifiers": []
1088
+ },
1089
+ {
1090
+ "__schema": "FunctionLikeSchema",
1091
+ "location": {
1092
+ "filePath": "issues.main.runtime.ts",
1093
+ "line": 77,
1094
+ "character": 3
1095
+ },
1096
+ "doc": {
1097
+ "__schema": "DocSchema",
1098
+ "location": {
1099
+ "filePath": "issues.main.runtime.ts",
1100
+ "line": 71,
1101
+ "character": 3
1102
+ },
1103
+ "raw": "/**\n * register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\n * your function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\n * for issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\n * this is useful for optimization, if you don't want to calculate the component issue when it's ignored.\n */",
1104
+ "comment": "register to this slot in order to add a component-issue in bit-status and bit-snap/tag.\nyour function gets all components in one param and the issuesToIgnore as a second param, you don't need to check\nfor issuesToIgnore. if the issue you added is configured to be ignored, it'll be ignored later in the process.\nthis is useful for optimization, if you don't want to calculate the component issue when it's ignored.",
1105
+ "tags": []
1106
+ },
1107
+ "signature": "(method) IssuesMain.registerAddComponentsIssues(addComponentsIssues: AddComponentsIssues): void",
1108
+ "name": "registerAddComponentsIssues",
1109
+ "params": [
1110
+ {
1111
+ "__schema": "ParameterSchema",
1112
+ "location": {
1113
+ "filePath": "issues.main.runtime.ts",
1114
+ "line": 77,
1115
+ "character": 31
1116
+ },
1117
+ "name": "addComponentsIssues",
1118
+ "type": {
1119
+ "__schema": "TypeRefSchema",
1120
+ "location": {
1121
+ "filePath": "issues.main.runtime.ts",
1122
+ "line": 77,
1123
+ "character": 52
1124
+ },
1125
+ "name": "AddComponentsIssues"
1126
+ },
1127
+ "isOptional": false,
1128
+ "isSpread": false
1129
+ }
1130
+ ],
1131
+ "returnType": {
1132
+ "__schema": "InferenceTypeSchema",
1133
+ "location": {
1134
+ "filePath": "issues.main.runtime.ts",
1135
+ "line": 77,
1136
+ "character": 3
1137
+ },
1138
+ "type": "void"
1139
+ },
1140
+ "modifiers": []
1141
+ },
1142
+ {
1143
+ "__schema": "FunctionLikeSchema",
1144
+ "location": {
1145
+ "filePath": "issues.main.runtime.ts",
1146
+ "line": 81,
1147
+ "character": 3
1148
+ },
1149
+ "signature": "(method) IssuesMain.triggerAddComponentIssues(components: Component[], issuesToIgnore: string[]): Promise<void>",
1150
+ "name": "triggerAddComponentIssues",
1151
+ "params": [
1152
+ {
1153
+ "__schema": "ParameterSchema",
1154
+ "location": {
1155
+ "filePath": "issues.main.runtime.ts",
1156
+ "line": 81,
1157
+ "character": 35
1158
+ },
1159
+ "name": "components",
1160
+ "type": {
1161
+ "__schema": "TypeArraySchema",
1162
+ "location": {
1163
+ "filePath": "issues.main.runtime.ts",
1164
+ "line": 81,
1165
+ "character": 47
1166
+ },
1167
+ "type": {
1168
+ "__schema": "TypeRefSchema",
1169
+ "location": {
1170
+ "filePath": "issues.main.runtime.ts",
1171
+ "line": 81,
1172
+ "character": 47
1173
+ },
1174
+ "name": "Component"
1175
+ }
1176
+ },
1177
+ "isOptional": false,
1178
+ "isSpread": false
1179
+ },
1180
+ {
1181
+ "__schema": "ParameterSchema",
1182
+ "location": {
1183
+ "filePath": "issues.main.runtime.ts",
1184
+ "line": 81,
1185
+ "character": 60
1186
+ },
1187
+ "name": "issuesToIgnore",
1188
+ "type": {
1189
+ "__schema": "TypeArraySchema",
1190
+ "location": {
1191
+ "filePath": "issues.main.runtime.ts",
1192
+ "line": 81,
1193
+ "character": 76
1194
+ },
1195
+ "type": {
1196
+ "__schema": "KeywordTypeSchema",
1197
+ "location": {
1198
+ "filePath": "issues.main.runtime.ts",
1199
+ "line": 81,
1200
+ "character": 76
1201
+ },
1202
+ "name": "string"
1203
+ }
1204
+ },
1205
+ "isOptional": false,
1206
+ "isSpread": false
1207
+ }
1208
+ ],
1209
+ "returnType": {
1210
+ "__schema": "InferenceTypeSchema",
1211
+ "location": {
1212
+ "filePath": "issues.main.runtime.ts",
1213
+ "line": 81,
1214
+ "character": 3
1215
+ },
1216
+ "type": "Promise<void>"
1217
+ },
1218
+ "modifiers": [
1219
+ "async"
1220
+ ]
1221
+ },
1222
+ {
1223
+ "__schema": "VariableLikeSchema",
1224
+ "location": {
1225
+ "filePath": "issues.main.runtime.ts",
1226
+ "line": 86,
1227
+ "character": 3
1228
+ },
1229
+ "signature": "(property) IssuesMain.slots: ((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]",
1230
+ "name": "slots",
1231
+ "type": {
1232
+ "__schema": "InferenceTypeSchema",
1233
+ "location": {
1234
+ "filePath": "issues.main.runtime.ts",
1235
+ "line": 86,
1236
+ "character": 3
1237
+ },
1238
+ "type": "((registerFn: () => string) => SlotRegistry<AddComponentsIssues>)[]"
1239
+ },
1240
+ "isOptional": true,
1241
+ "defaultValue": "[Slot.withType<AddComponentsIssues>()]"
1242
+ },
1243
+ {
1244
+ "__schema": "VariableLikeSchema",
1245
+ "location": {
1246
+ "filePath": "issues.main.runtime.ts",
1247
+ "line": 87,
1248
+ "character": 3
1249
+ },
1250
+ "signature": "(property) IssuesMain.dependencies: Aspect[]",
1251
+ "name": "dependencies",
1252
+ "type": {
1253
+ "__schema": "InferenceTypeSchema",
1254
+ "location": {
1255
+ "filePath": "issues.main.runtime.ts",
1256
+ "line": 87,
1257
+ "character": 3
1258
+ },
1259
+ "type": "Aspect[]"
1260
+ },
1261
+ "isOptional": true,
1262
+ "defaultValue": "[CLIAspect]"
1263
+ },
1264
+ {
1265
+ "__schema": "VariableLikeSchema",
1266
+ "location": {
1267
+ "filePath": "issues.main.runtime.ts",
1268
+ "line": 88,
1269
+ "character": 3
1270
+ },
1271
+ "signature": "(property) IssuesMain.defaultConfig: {\n ignoreIssues: never[];\n}",
1272
+ "name": "defaultConfig",
1273
+ "type": {
1274
+ "__schema": "InferenceTypeSchema",
1275
+ "location": {
1276
+ "filePath": "issues.main.runtime.ts",
1277
+ "line": 88,
1278
+ "character": 3
1279
+ },
1280
+ "type": "{\n ignoreIssues: never[];\n}"
1281
+ },
1282
+ "isOptional": true,
1283
+ "defaultValue": "{\n ignoreIssues: [],\n }"
1284
+ },
1285
+ {
1286
+ "__schema": "VariableLikeSchema",
1287
+ "location": {
1288
+ "filePath": "issues.main.runtime.ts",
1289
+ "line": 91,
1290
+ "character": 3
1291
+ },
1292
+ "signature": "(property) IssuesMain.runtime: RuntimeDefinition",
1293
+ "name": "runtime",
1294
+ "type": {
1295
+ "__schema": "InferenceTypeSchema",
1296
+ "location": {
1297
+ "filePath": "issues.main.runtime.ts",
1298
+ "line": 91,
1299
+ "character": 3
1300
+ },
1301
+ "type": "RuntimeDefinition"
1302
+ },
1303
+ "isOptional": true,
1304
+ "defaultValue": "MainRuntime"
1305
+ },
1306
+ {
1307
+ "__schema": "FunctionLikeSchema",
1308
+ "location": {
1309
+ "filePath": "issues.main.runtime.ts",
1310
+ "line": 92,
1311
+ "character": 3
1312
+ },
1313
+ "signature": "(method) IssuesMain.provider([cli]: [CLIMain], config: IssuesConfig, [addComponentsIssuesSlot]: [AddComponentsIssuesSlot]): Promise<IssuesMain>",
1314
+ "name": "provider",
1315
+ "params": [
1316
+ {
1317
+ "__schema": "ParameterSchema",
1318
+ "location": {
1319
+ "filePath": "issues.main.runtime.ts",
1320
+ "line": 92,
1321
+ "character": 25
1322
+ },
1323
+ "name": "[ cli ]",
1324
+ "type": {
1325
+ "__schema": "TupleTypeSchema",
1326
+ "location": {
1327
+ "filePath": "issues.main.runtime.ts",
1328
+ "line": 92,
1329
+ "character": 32
1330
+ },
1331
+ "elements": [
1332
+ {
1333
+ "__schema": "TypeRefSchema",
1334
+ "location": {
1335
+ "filePath": "issues.main.runtime.ts",
1336
+ "line": 92,
1337
+ "character": 33
1338
+ },
1339
+ "name": "CLIMain"
1340
+ }
1341
+ ]
1342
+ },
1343
+ "isOptional": false,
1344
+ "isSpread": false
1345
+ },
1346
+ {
1347
+ "__schema": "ParameterSchema",
1348
+ "location": {
1349
+ "filePath": "issues.main.runtime.ts",
1350
+ "line": 92,
1351
+ "character": 43
1352
+ },
1353
+ "name": "config",
1354
+ "type": {
1355
+ "__schema": "TypeRefSchema",
1356
+ "location": {
1357
+ "filePath": "issues.main.runtime.ts",
1358
+ "line": 92,
1359
+ "character": 51
1360
+ },
1361
+ "name": "IssuesConfig"
1362
+ },
1363
+ "isOptional": false,
1364
+ "isSpread": false
1365
+ },
1366
+ {
1367
+ "__schema": "ParameterSchema",
1368
+ "location": {
1369
+ "filePath": "issues.main.runtime.ts",
1370
+ "line": 92,
1371
+ "character": 65
1372
+ },
1373
+ "name": "[ addComponentsIssuesSlot ]",
1374
+ "type": {
1375
+ "__schema": "TupleTypeSchema",
1376
+ "location": {
1377
+ "filePath": "issues.main.runtime.ts",
1378
+ "line": 92,
1379
+ "character": 92
1380
+ },
1381
+ "elements": [
1382
+ {
1383
+ "__schema": "TypeRefSchema",
1384
+ "location": {
1385
+ "filePath": "issues.main.runtime.ts",
1386
+ "line": 92,
1387
+ "character": 93
1388
+ },
1389
+ "name": "AddComponentsIssuesSlot"
1390
+ }
1391
+ ]
1392
+ },
1393
+ "isOptional": false,
1394
+ "isSpread": false
1395
+ }
1396
+ ],
1397
+ "returnType": {
1398
+ "__schema": "InferenceTypeSchema",
1399
+ "location": {
1400
+ "filePath": "issues.main.runtime.ts",
1401
+ "line": 92,
1402
+ "character": 3
1403
+ },
1404
+ "type": "Promise<IssuesMain>"
1405
+ },
1406
+ "modifiers": [
1407
+ "static",
1408
+ "async"
1409
+ ]
1410
+ }
1411
+ ],
1412
+ "extendsNodes": [],
1413
+ "implementNodes": []
1414
+ }
1415
+ ],
1416
+ "internals": [
1417
+ {
1418
+ "__schema": "UnImplementedSchema",
1419
+ "location": {
1420
+ "filePath": "issues.main.runtime.ts",
1421
+ "line": 99,
1422
+ "character": 1
1423
+ },
1424
+ "name": "IssuesAspect.addRuntime(IssuesMain);",
1425
+ "type": "ExpressionStatement"
1426
+ }
1427
+ ]
1428
+ },
1429
+ {
1430
+ "__schema": "ModuleSchema",
1431
+ "location": {
1432
+ "filePath": "issues.aspect.ts",
1433
+ "line": 1,
1434
+ "character": 1
1435
+ },
1436
+ "exports": [
1437
+ {
1438
+ "__schema": "VariableLikeSchema",
1439
+ "location": {
1440
+ "filePath": "issues.aspect.ts",
1441
+ "line": 3,
1442
+ "character": 14
1443
+ },
1444
+ "signature": "const IssuesAspect: Aspect",
1445
+ "name": "IssuesAspect",
1446
+ "type": {
1447
+ "__schema": "TypeRefSchema",
1448
+ "location": {
1449
+ "filePath": "issues.aspect.ts",
1450
+ "line": 3,
1451
+ "character": 14
1452
+ },
1453
+ "name": "Aspect",
1454
+ "componentId": {
1455
+ "scope": "teambit.harmony",
1456
+ "name": "harmony",
1457
+ "version": "0.4.6"
1458
+ }
1459
+ },
1460
+ "isOptional": false,
1461
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/issues',\n})"
1462
+ }
1463
+ ],
1464
+ "internals": []
1465
+ }
1466
+ ],
1467
+ "componentId": {
1468
+ "scope": "teambit.component",
1469
+ "name": "issues",
1470
+ "version": "1.0.513"
1471
+ },
1472
+ "taggedModuleExports": []
1473
+ }