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