@teambit/issues 1.0.512 → 1.0.514

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