@teambit/diagnostic 1.0.158 → 1.0.159

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