@teambit/issues 1.0.258 → 1.0.260

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