@teambit/diagnostic 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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.harmony/diagnostic@1.0.511" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.harmony/diagnostic@1.0.513" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -0,0 +1,834 @@
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 DiagnosticMain",
24
+ "name": "DiagnosticMain",
25
+ "exportNode": {
26
+ "__schema": "ClassSchema",
27
+ "location": {
28
+ "filePath": "diagnostic.main.runtime.ts",
29
+ "line": 14,
30
+ "character": 1
31
+ },
32
+ "signature": "class DiagnosticMain",
33
+ "name": "DiagnosticMain",
34
+ "members": [
35
+ {
36
+ "__schema": "ConstructorSchema",
37
+ "location": {
38
+ "filePath": "diagnostic.main.runtime.ts",
39
+ "line": 15,
40
+ "character": 3
41
+ },
42
+ "signature": "constructor DiagnosticMain(diagnosticSlot: DiagnosticSlot): DiagnosticMain",
43
+ "name": "constructor",
44
+ "params": [
45
+ {
46
+ "__schema": "ParameterSchema",
47
+ "location": {
48
+ "filePath": "diagnostic.main.runtime.ts",
49
+ "line": 17,
50
+ "character": 5
51
+ },
52
+ "name": "diagnosticSlot",
53
+ "type": {
54
+ "__schema": "TypeRefSchema",
55
+ "location": {
56
+ "filePath": "diagnostic.main.runtime.ts",
57
+ "line": 17,
58
+ "character": 29
59
+ },
60
+ "name": "DiagnosticSlot"
61
+ },
62
+ "isOptional": false,
63
+ "isSpread": false
64
+ }
65
+ ],
66
+ "returnType": {
67
+ "__schema": "ThisTypeSchema",
68
+ "location": {
69
+ "filePath": "diagnostic.main.runtime.ts",
70
+ "line": 14,
71
+ "character": 1
72
+ },
73
+ "name": "DiagnosticMain"
74
+ },
75
+ "modifiers": []
76
+ },
77
+ {
78
+ "__schema": "VariableLikeSchema",
79
+ "location": {
80
+ "filePath": "diagnostic.main.runtime.ts",
81
+ "line": 19,
82
+ "character": 3
83
+ },
84
+ "signature": "(property) DiagnosticMain.slots: ((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]",
85
+ "name": "slots",
86
+ "type": {
87
+ "__schema": "InferenceTypeSchema",
88
+ "location": {
89
+ "filePath": "diagnostic.main.runtime.ts",
90
+ "line": 19,
91
+ "character": 3
92
+ },
93
+ "type": "((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]"
94
+ },
95
+ "isOptional": true,
96
+ "defaultValue": "[Slot.withType<Diagnostic[]>()]"
97
+ },
98
+ {
99
+ "__schema": "VariableLikeSchema",
100
+ "location": {
101
+ "filePath": "diagnostic.main.runtime.ts",
102
+ "line": 20,
103
+ "character": 3
104
+ },
105
+ "signature": "(property) DiagnosticMain.dependencies: Aspect[]",
106
+ "name": "dependencies",
107
+ "type": {
108
+ "__schema": "InferenceTypeSchema",
109
+ "location": {
110
+ "filePath": "diagnostic.main.runtime.ts",
111
+ "line": 20,
112
+ "character": 3
113
+ },
114
+ "type": "Aspect[]"
115
+ },
116
+ "isOptional": true,
117
+ "defaultValue": "[ExpressAspect, GraphqlAspect]"
118
+ },
119
+ {
120
+ "__schema": "VariableLikeSchema",
121
+ "location": {
122
+ "filePath": "diagnostic.main.runtime.ts",
123
+ "line": 21,
124
+ "character": 3
125
+ },
126
+ "signature": "(property) DiagnosticMain.runtime: RuntimeDefinition",
127
+ "name": "runtime",
128
+ "type": {
129
+ "__schema": "InferenceTypeSchema",
130
+ "location": {
131
+ "filePath": "diagnostic.main.runtime.ts",
132
+ "line": 21,
133
+ "character": 3
134
+ },
135
+ "type": "RuntimeDefinition"
136
+ },
137
+ "isOptional": true,
138
+ "defaultValue": "MainRuntime"
139
+ },
140
+ {
141
+ "__schema": "FunctionLikeSchema",
142
+ "location": {
143
+ "filePath": "diagnostic.main.runtime.ts",
144
+ "line": 23,
145
+ "character": 3
146
+ },
147
+ "signature": "(method) DiagnosticMain.register(...diagnostic: Diagnostic[]): void",
148
+ "name": "register",
149
+ "params": [
150
+ {
151
+ "__schema": "ParameterSchema",
152
+ "location": {
153
+ "filePath": "diagnostic.main.runtime.ts",
154
+ "line": 23,
155
+ "character": 12
156
+ },
157
+ "name": "diagnostic",
158
+ "type": {
159
+ "__schema": "TypeArraySchema",
160
+ "location": {
161
+ "filePath": "diagnostic.main.runtime.ts",
162
+ "line": 23,
163
+ "character": 27
164
+ },
165
+ "type": {
166
+ "__schema": "TypeRefSchema",
167
+ "location": {
168
+ "filePath": "diagnostic.main.runtime.ts",
169
+ "line": 23,
170
+ "character": 27
171
+ },
172
+ "name": "Diagnostic"
173
+ }
174
+ },
175
+ "isOptional": false,
176
+ "isSpread": true
177
+ }
178
+ ],
179
+ "returnType": {
180
+ "__schema": "InferenceTypeSchema",
181
+ "location": {
182
+ "filePath": "diagnostic.main.runtime.ts",
183
+ "line": 23,
184
+ "character": 3
185
+ },
186
+ "type": "void"
187
+ },
188
+ "modifiers": []
189
+ },
190
+ {
191
+ "__schema": "FunctionLikeSchema",
192
+ "location": {
193
+ "filePath": "diagnostic.main.runtime.ts",
194
+ "line": 27,
195
+ "character": 3
196
+ },
197
+ "signature": "(method) DiagnosticMain.getDiagnosticData(): {}",
198
+ "name": "getDiagnosticData",
199
+ "params": [],
200
+ "returnType": {
201
+ "__schema": "InferenceTypeSchema",
202
+ "location": {
203
+ "filePath": "diagnostic.main.runtime.ts",
204
+ "line": 27,
205
+ "character": 3
206
+ },
207
+ "type": "{}"
208
+ },
209
+ "modifiers": []
210
+ },
211
+ {
212
+ "__schema": "FunctionLikeSchema",
213
+ "location": {
214
+ "filePath": "diagnostic.main.runtime.ts",
215
+ "line": 40,
216
+ "character": 3
217
+ },
218
+ "signature": "(method) DiagnosticMain.getBitVersion(): {\n version: string;\n}",
219
+ "name": "getBitVersion",
220
+ "params": [],
221
+ "returnType": {
222
+ "__schema": "InferenceTypeSchema",
223
+ "location": {
224
+ "filePath": "diagnostic.main.runtime.ts",
225
+ "line": 40,
226
+ "character": 3
227
+ },
228
+ "type": "{\n version: string;\n}"
229
+ },
230
+ "modifiers": [
231
+ "static"
232
+ ]
233
+ },
234
+ {
235
+ "__schema": "FunctionLikeSchema",
236
+ "location": {
237
+ "filePath": "diagnostic.main.runtime.ts",
238
+ "line": 45,
239
+ "character": 3
240
+ },
241
+ "signature": "(method) DiagnosticMain.provider([express, graphql]: [ExpressMain, GraphqlMain], config: any, [diagnosticSlot]: [DiagnosticSlot]): Promise<DiagnosticMain>",
242
+ "name": "provider",
243
+ "params": [
244
+ {
245
+ "__schema": "ParameterSchema",
246
+ "location": {
247
+ "filePath": "diagnostic.main.runtime.ts",
248
+ "line": 46,
249
+ "character": 5
250
+ },
251
+ "name": "[ express, graphql ]",
252
+ "type": {
253
+ "__schema": "TupleTypeSchema",
254
+ "location": {
255
+ "filePath": "diagnostic.main.runtime.ts",
256
+ "line": 46,
257
+ "character": 25
258
+ },
259
+ "elements": [
260
+ {
261
+ "__schema": "TypeRefSchema",
262
+ "location": {
263
+ "filePath": "diagnostic.main.runtime.ts",
264
+ "line": 46,
265
+ "character": 26
266
+ },
267
+ "name": "ExpressMain"
268
+ },
269
+ {
270
+ "__schema": "TypeRefSchema",
271
+ "location": {
272
+ "filePath": "diagnostic.main.runtime.ts",
273
+ "line": 46,
274
+ "character": 39
275
+ },
276
+ "name": "GraphqlMain"
277
+ }
278
+ ]
279
+ },
280
+ "isOptional": false,
281
+ "isSpread": false
282
+ },
283
+ {
284
+ "__schema": "ParameterSchema",
285
+ "location": {
286
+ "filePath": "diagnostic.main.runtime.ts",
287
+ "line": 47,
288
+ "character": 5
289
+ },
290
+ "name": "config",
291
+ "type": {
292
+ "__schema": "KeywordTypeSchema",
293
+ "location": {
294
+ "filePath": "diagnostic.main.runtime.ts",
295
+ "line": 47,
296
+ "character": 13
297
+ },
298
+ "name": "any"
299
+ },
300
+ "isOptional": false,
301
+ "isSpread": false
302
+ },
303
+ {
304
+ "__schema": "ParameterSchema",
305
+ "location": {
306
+ "filePath": "diagnostic.main.runtime.ts",
307
+ "line": 48,
308
+ "character": 5
309
+ },
310
+ "name": "[ diagnosticSlot ]",
311
+ "type": {
312
+ "__schema": "TupleTypeSchema",
313
+ "location": {
314
+ "filePath": "diagnostic.main.runtime.ts",
315
+ "line": 48,
316
+ "character": 23
317
+ },
318
+ "elements": [
319
+ {
320
+ "__schema": "TypeRefSchema",
321
+ "location": {
322
+ "filePath": "diagnostic.main.runtime.ts",
323
+ "line": 48,
324
+ "character": 24
325
+ },
326
+ "name": "DiagnosticSlot"
327
+ }
328
+ ]
329
+ },
330
+ "isOptional": false,
331
+ "isSpread": false
332
+ }
333
+ ],
334
+ "returnType": {
335
+ "__schema": "InferenceTypeSchema",
336
+ "location": {
337
+ "filePath": "diagnostic.main.runtime.ts",
338
+ "line": 45,
339
+ "character": 3
340
+ },
341
+ "type": "Promise<DiagnosticMain>"
342
+ },
343
+ "modifiers": [
344
+ "static",
345
+ "async"
346
+ ]
347
+ }
348
+ ],
349
+ "extendsNodes": [],
350
+ "implementNodes": []
351
+ }
352
+ },
353
+ {
354
+ "__schema": "UnImplementedSchema",
355
+ "location": {
356
+ "filePath": "index.ts",
357
+ "line": 4,
358
+ "character": 16
359
+ },
360
+ "name": "DiagnosticAspect",
361
+ "type": "Identifier"
362
+ },
363
+ {
364
+ "__schema": "ExportSchema",
365
+ "location": {
366
+ "filePath": "index.ts",
367
+ "line": 5,
368
+ "character": 10
369
+ },
370
+ "signature": "const DiagnosticAspect: Aspect",
371
+ "name": "DiagnosticAspect",
372
+ "exportNode": {
373
+ "__schema": "VariableLikeSchema",
374
+ "location": {
375
+ "filePath": "diagnostic.aspect.ts",
376
+ "line": 3,
377
+ "character": 14
378
+ },
379
+ "signature": "const DiagnosticAspect: Aspect",
380
+ "name": "DiagnosticAspect",
381
+ "type": {
382
+ "__schema": "TypeRefSchema",
383
+ "location": {
384
+ "filePath": "diagnostic.aspect.ts",
385
+ "line": 3,
386
+ "character": 14
387
+ },
388
+ "name": "Aspect",
389
+ "componentId": {
390
+ "scope": "teambit.harmony",
391
+ "name": "harmony",
392
+ "version": "0.4.6"
393
+ }
394
+ },
395
+ "isOptional": false,
396
+ "defaultValue": "Aspect.create({\n id: 'teambit.harmony/diagnostic',\n})"
397
+ }
398
+ }
399
+ ],
400
+ "internals": []
401
+ },
402
+ "internals": [
403
+ {
404
+ "__schema": "ModuleSchema",
405
+ "location": {
406
+ "filePath": "diagnostic.main.runtime.ts",
407
+ "line": 1,
408
+ "character": 1
409
+ },
410
+ "exports": [
411
+ {
412
+ "__schema": "TypeSchema",
413
+ "location": {
414
+ "filePath": "diagnostic.main.runtime.ts",
415
+ "line": 12,
416
+ "character": 1
417
+ },
418
+ "signature": "type DiagnosticSlot = SlotRegistry<Diagnostic[]>",
419
+ "name": "DiagnosticSlot",
420
+ "type": {
421
+ "__schema": "TypeRefSchema",
422
+ "location": {
423
+ "filePath": "diagnostic.main.runtime.ts",
424
+ "line": 12,
425
+ "character": 30
426
+ },
427
+ "name": "SlotRegistry",
428
+ "typeArgs": [
429
+ {
430
+ "__schema": "TypeArraySchema",
431
+ "location": {
432
+ "filePath": "diagnostic.main.runtime.ts",
433
+ "line": 12,
434
+ "character": 43
435
+ },
436
+ "type": {
437
+ "__schema": "TypeRefSchema",
438
+ "location": {
439
+ "filePath": "diagnostic.main.runtime.ts",
440
+ "line": 12,
441
+ "character": 43
442
+ },
443
+ "name": "Diagnostic"
444
+ }
445
+ }
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "__schema": "ClassSchema",
451
+ "location": {
452
+ "filePath": "diagnostic.main.runtime.ts",
453
+ "line": 14,
454
+ "character": 1
455
+ },
456
+ "signature": "class DiagnosticMain",
457
+ "name": "DiagnosticMain",
458
+ "members": [
459
+ {
460
+ "__schema": "ConstructorSchema",
461
+ "location": {
462
+ "filePath": "diagnostic.main.runtime.ts",
463
+ "line": 15,
464
+ "character": 3
465
+ },
466
+ "signature": "constructor DiagnosticMain(diagnosticSlot: DiagnosticSlot): DiagnosticMain",
467
+ "name": "constructor",
468
+ "params": [
469
+ {
470
+ "__schema": "ParameterSchema",
471
+ "location": {
472
+ "filePath": "diagnostic.main.runtime.ts",
473
+ "line": 17,
474
+ "character": 5
475
+ },
476
+ "name": "diagnosticSlot",
477
+ "type": {
478
+ "__schema": "TypeRefSchema",
479
+ "location": {
480
+ "filePath": "diagnostic.main.runtime.ts",
481
+ "line": 17,
482
+ "character": 29
483
+ },
484
+ "name": "DiagnosticSlot"
485
+ },
486
+ "isOptional": false,
487
+ "isSpread": false
488
+ }
489
+ ],
490
+ "returnType": {
491
+ "__schema": "ThisTypeSchema",
492
+ "location": {
493
+ "filePath": "diagnostic.main.runtime.ts",
494
+ "line": 14,
495
+ "character": 1
496
+ },
497
+ "name": "DiagnosticMain"
498
+ },
499
+ "modifiers": []
500
+ },
501
+ {
502
+ "__schema": "VariableLikeSchema",
503
+ "location": {
504
+ "filePath": "diagnostic.main.runtime.ts",
505
+ "line": 19,
506
+ "character": 3
507
+ },
508
+ "signature": "(property) DiagnosticMain.slots: ((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]",
509
+ "name": "slots",
510
+ "type": {
511
+ "__schema": "InferenceTypeSchema",
512
+ "location": {
513
+ "filePath": "diagnostic.main.runtime.ts",
514
+ "line": 19,
515
+ "character": 3
516
+ },
517
+ "type": "((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]"
518
+ },
519
+ "isOptional": true,
520
+ "defaultValue": "[Slot.withType<Diagnostic[]>()]"
521
+ },
522
+ {
523
+ "__schema": "VariableLikeSchema",
524
+ "location": {
525
+ "filePath": "diagnostic.main.runtime.ts",
526
+ "line": 20,
527
+ "character": 3
528
+ },
529
+ "signature": "(property) DiagnosticMain.dependencies: Aspect[]",
530
+ "name": "dependencies",
531
+ "type": {
532
+ "__schema": "InferenceTypeSchema",
533
+ "location": {
534
+ "filePath": "diagnostic.main.runtime.ts",
535
+ "line": 20,
536
+ "character": 3
537
+ },
538
+ "type": "Aspect[]"
539
+ },
540
+ "isOptional": true,
541
+ "defaultValue": "[ExpressAspect, GraphqlAspect]"
542
+ },
543
+ {
544
+ "__schema": "VariableLikeSchema",
545
+ "location": {
546
+ "filePath": "diagnostic.main.runtime.ts",
547
+ "line": 21,
548
+ "character": 3
549
+ },
550
+ "signature": "(property) DiagnosticMain.runtime: RuntimeDefinition",
551
+ "name": "runtime",
552
+ "type": {
553
+ "__schema": "InferenceTypeSchema",
554
+ "location": {
555
+ "filePath": "diagnostic.main.runtime.ts",
556
+ "line": 21,
557
+ "character": 3
558
+ },
559
+ "type": "RuntimeDefinition"
560
+ },
561
+ "isOptional": true,
562
+ "defaultValue": "MainRuntime"
563
+ },
564
+ {
565
+ "__schema": "FunctionLikeSchema",
566
+ "location": {
567
+ "filePath": "diagnostic.main.runtime.ts",
568
+ "line": 23,
569
+ "character": 3
570
+ },
571
+ "signature": "(method) DiagnosticMain.register(...diagnostic: Diagnostic[]): void",
572
+ "name": "register",
573
+ "params": [
574
+ {
575
+ "__schema": "ParameterSchema",
576
+ "location": {
577
+ "filePath": "diagnostic.main.runtime.ts",
578
+ "line": 23,
579
+ "character": 12
580
+ },
581
+ "name": "diagnostic",
582
+ "type": {
583
+ "__schema": "TypeArraySchema",
584
+ "location": {
585
+ "filePath": "diagnostic.main.runtime.ts",
586
+ "line": 23,
587
+ "character": 27
588
+ },
589
+ "type": {
590
+ "__schema": "TypeRefSchema",
591
+ "location": {
592
+ "filePath": "diagnostic.main.runtime.ts",
593
+ "line": 23,
594
+ "character": 27
595
+ },
596
+ "name": "Diagnostic"
597
+ }
598
+ },
599
+ "isOptional": false,
600
+ "isSpread": true
601
+ }
602
+ ],
603
+ "returnType": {
604
+ "__schema": "InferenceTypeSchema",
605
+ "location": {
606
+ "filePath": "diagnostic.main.runtime.ts",
607
+ "line": 23,
608
+ "character": 3
609
+ },
610
+ "type": "void"
611
+ },
612
+ "modifiers": []
613
+ },
614
+ {
615
+ "__schema": "FunctionLikeSchema",
616
+ "location": {
617
+ "filePath": "diagnostic.main.runtime.ts",
618
+ "line": 27,
619
+ "character": 3
620
+ },
621
+ "signature": "(method) DiagnosticMain.getDiagnosticData(): {}",
622
+ "name": "getDiagnosticData",
623
+ "params": [],
624
+ "returnType": {
625
+ "__schema": "InferenceTypeSchema",
626
+ "location": {
627
+ "filePath": "diagnostic.main.runtime.ts",
628
+ "line": 27,
629
+ "character": 3
630
+ },
631
+ "type": "{}"
632
+ },
633
+ "modifiers": []
634
+ },
635
+ {
636
+ "__schema": "FunctionLikeSchema",
637
+ "location": {
638
+ "filePath": "diagnostic.main.runtime.ts",
639
+ "line": 40,
640
+ "character": 3
641
+ },
642
+ "signature": "(method) DiagnosticMain.getBitVersion(): {\n version: string;\n}",
643
+ "name": "getBitVersion",
644
+ "params": [],
645
+ "returnType": {
646
+ "__schema": "InferenceTypeSchema",
647
+ "location": {
648
+ "filePath": "diagnostic.main.runtime.ts",
649
+ "line": 40,
650
+ "character": 3
651
+ },
652
+ "type": "{\n version: string;\n}"
653
+ },
654
+ "modifiers": [
655
+ "static"
656
+ ]
657
+ },
658
+ {
659
+ "__schema": "FunctionLikeSchema",
660
+ "location": {
661
+ "filePath": "diagnostic.main.runtime.ts",
662
+ "line": 45,
663
+ "character": 3
664
+ },
665
+ "signature": "(method) DiagnosticMain.provider([express, graphql]: [ExpressMain, GraphqlMain], config: any, [diagnosticSlot]: [DiagnosticSlot]): Promise<DiagnosticMain>",
666
+ "name": "provider",
667
+ "params": [
668
+ {
669
+ "__schema": "ParameterSchema",
670
+ "location": {
671
+ "filePath": "diagnostic.main.runtime.ts",
672
+ "line": 46,
673
+ "character": 5
674
+ },
675
+ "name": "[ express, graphql ]",
676
+ "type": {
677
+ "__schema": "TupleTypeSchema",
678
+ "location": {
679
+ "filePath": "diagnostic.main.runtime.ts",
680
+ "line": 46,
681
+ "character": 25
682
+ },
683
+ "elements": [
684
+ {
685
+ "__schema": "TypeRefSchema",
686
+ "location": {
687
+ "filePath": "diagnostic.main.runtime.ts",
688
+ "line": 46,
689
+ "character": 26
690
+ },
691
+ "name": "ExpressMain"
692
+ },
693
+ {
694
+ "__schema": "TypeRefSchema",
695
+ "location": {
696
+ "filePath": "diagnostic.main.runtime.ts",
697
+ "line": 46,
698
+ "character": 39
699
+ },
700
+ "name": "GraphqlMain"
701
+ }
702
+ ]
703
+ },
704
+ "isOptional": false,
705
+ "isSpread": false
706
+ },
707
+ {
708
+ "__schema": "ParameterSchema",
709
+ "location": {
710
+ "filePath": "diagnostic.main.runtime.ts",
711
+ "line": 47,
712
+ "character": 5
713
+ },
714
+ "name": "config",
715
+ "type": {
716
+ "__schema": "KeywordTypeSchema",
717
+ "location": {
718
+ "filePath": "diagnostic.main.runtime.ts",
719
+ "line": 47,
720
+ "character": 13
721
+ },
722
+ "name": "any"
723
+ },
724
+ "isOptional": false,
725
+ "isSpread": false
726
+ },
727
+ {
728
+ "__schema": "ParameterSchema",
729
+ "location": {
730
+ "filePath": "diagnostic.main.runtime.ts",
731
+ "line": 48,
732
+ "character": 5
733
+ },
734
+ "name": "[ diagnosticSlot ]",
735
+ "type": {
736
+ "__schema": "TupleTypeSchema",
737
+ "location": {
738
+ "filePath": "diagnostic.main.runtime.ts",
739
+ "line": 48,
740
+ "character": 23
741
+ },
742
+ "elements": [
743
+ {
744
+ "__schema": "TypeRefSchema",
745
+ "location": {
746
+ "filePath": "diagnostic.main.runtime.ts",
747
+ "line": 48,
748
+ "character": 24
749
+ },
750
+ "name": "DiagnosticSlot"
751
+ }
752
+ ]
753
+ },
754
+ "isOptional": false,
755
+ "isSpread": false
756
+ }
757
+ ],
758
+ "returnType": {
759
+ "__schema": "InferenceTypeSchema",
760
+ "location": {
761
+ "filePath": "diagnostic.main.runtime.ts",
762
+ "line": 45,
763
+ "character": 3
764
+ },
765
+ "type": "Promise<DiagnosticMain>"
766
+ },
767
+ "modifiers": [
768
+ "static",
769
+ "async"
770
+ ]
771
+ }
772
+ ],
773
+ "extendsNodes": [],
774
+ "implementNodes": []
775
+ }
776
+ ],
777
+ "internals": [
778
+ {
779
+ "__schema": "UnImplementedSchema",
780
+ "location": {
781
+ "filePath": "diagnostic.main.runtime.ts",
782
+ "line": 58,
783
+ "character": 1
784
+ },
785
+ "name": "DiagnosticAspect.addRuntime(DiagnosticMain);",
786
+ "type": "ExpressionStatement"
787
+ }
788
+ ]
789
+ },
790
+ {
791
+ "__schema": "ModuleSchema",
792
+ "location": {
793
+ "filePath": "diagnostic.aspect.ts",
794
+ "line": 1,
795
+ "character": 1
796
+ },
797
+ "exports": [
798
+ {
799
+ "__schema": "VariableLikeSchema",
800
+ "location": {
801
+ "filePath": "diagnostic.aspect.ts",
802
+ "line": 3,
803
+ "character": 14
804
+ },
805
+ "signature": "const DiagnosticAspect: Aspect",
806
+ "name": "DiagnosticAspect",
807
+ "type": {
808
+ "__schema": "TypeRefSchema",
809
+ "location": {
810
+ "filePath": "diagnostic.aspect.ts",
811
+ "line": 3,
812
+ "character": 14
813
+ },
814
+ "name": "Aspect",
815
+ "componentId": {
816
+ "scope": "teambit.harmony",
817
+ "name": "harmony",
818
+ "version": "0.4.6"
819
+ }
820
+ },
821
+ "isOptional": false,
822
+ "defaultValue": "Aspect.create({\n id: 'teambit.harmony/diagnostic',\n})"
823
+ }
824
+ ],
825
+ "internals": []
826
+ }
827
+ ],
828
+ "componentId": {
829
+ "scope": "teambit.harmony",
830
+ "name": "diagnostic",
831
+ "version": "1.0.513"
832
+ },
833
+ "taggedModuleExports": []
834
+ }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@teambit/diagnostic",
3
- "version": "1.0.511",
3
+ "version": "1.0.513",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/diagnostic",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "diagnostic",
9
- "version": "1.0.511"
9
+ "version": "1.0.513"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
13
13
  "@teambit/harmony": "0.4.6",
14
- "@teambit/graphql": "1.0.511",
14
+ "@teambit/graphql": "1.0.513",
15
15
  "@teambit/bit.get-bit-version": "0.0.3",
16
- "@teambit/cli": "0.0.1088",
17
- "@teambit/express": "0.0.1187"
16
+ "@teambit/cli": "0.0.1090",
17
+ "@teambit/express": "0.0.1189"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/mocha": "9.1.0",