@teambit/diagnostic 1.0.257 → 1.0.258
Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
|
3
|
+
<testsuite name="teambit.harmony/diagnostic@1.0.258" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -14,342 +14,340 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 3,
|
21
|
+
"character": 15
|
22
22
|
},
|
23
|
-
"signature": "class DiagnosticMain",
|
24
23
|
"name": "DiagnosticMain",
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "ClassSchema",
|
26
|
+
"location": {
|
27
|
+
"filePath": "diagnostic.main.runtime.ts",
|
28
|
+
"line": 14,
|
29
|
+
"character": 1
|
30
|
+
},
|
31
|
+
"signature": "class DiagnosticMain",
|
32
|
+
"name": "DiagnosticMain",
|
33
|
+
"members": [
|
34
|
+
{
|
35
|
+
"__schema": "ConstructorSchema",
|
36
|
+
"location": {
|
37
|
+
"filePath": "diagnostic.main.runtime.ts",
|
38
|
+
"line": 15,
|
39
|
+
"character": 3
|
40
|
+
},
|
41
|
+
"signature": "constructor DiagnosticMain(diagnosticSlot: DiagnosticSlot): DiagnosticMain",
|
42
|
+
"name": "constructor",
|
43
|
+
"params": [
|
44
|
+
{
|
45
|
+
"__schema": "ParameterSchema",
|
46
46
|
"location": {
|
47
47
|
"filePath": "diagnostic.main.runtime.ts",
|
48
48
|
"line": 17,
|
49
|
-
"character":
|
49
|
+
"character": 5
|
50
50
|
},
|
51
|
-
"name": "
|
52
|
-
"
|
51
|
+
"name": "diagnosticSlot",
|
52
|
+
"type": {
|
53
|
+
"__schema": "TypeRefSchema",
|
54
|
+
"location": {
|
55
|
+
"filePath": "diagnostic.main.runtime.ts",
|
56
|
+
"line": 17,
|
57
|
+
"character": 29
|
58
|
+
},
|
59
|
+
"name": "DiagnosticSlot"
|
60
|
+
},
|
61
|
+
"isOptional": false,
|
62
|
+
"isSpread": false
|
63
|
+
}
|
64
|
+
],
|
65
|
+
"returnType": {
|
66
|
+
"__schema": "ThisTypeSchema",
|
67
|
+
"location": {
|
68
|
+
"filePath": "diagnostic.main.runtime.ts",
|
69
|
+
"line": 14,
|
70
|
+
"character": 1
|
53
71
|
},
|
54
|
-
"
|
55
|
-
"isSpread": false
|
56
|
-
}
|
57
|
-
],
|
58
|
-
"returnType": {
|
59
|
-
"__schema": "ThisTypeSchema",
|
60
|
-
"location": {
|
61
|
-
"filePath": "diagnostic.main.runtime.ts",
|
62
|
-
"line": 14,
|
63
|
-
"character": 1
|
72
|
+
"name": "DiagnosticMain"
|
64
73
|
},
|
65
|
-
"
|
66
|
-
},
|
67
|
-
"modifiers": []
|
68
|
-
},
|
69
|
-
{
|
70
|
-
"__schema": "VariableLikeSchema",
|
71
|
-
"location": {
|
72
|
-
"filePath": "diagnostic.main.runtime.ts",
|
73
|
-
"line": 19,
|
74
|
-
"character": 3
|
74
|
+
"modifiers": []
|
75
75
|
},
|
76
|
-
|
77
|
-
|
78
|
-
"type": {
|
79
|
-
"__schema": "InferenceTypeSchema",
|
76
|
+
{
|
77
|
+
"__schema": "VariableLikeSchema",
|
80
78
|
"location": {
|
81
79
|
"filePath": "diagnostic.main.runtime.ts",
|
82
80
|
"line": 19,
|
83
81
|
"character": 3
|
84
82
|
},
|
85
|
-
"
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
83
|
+
"signature": "(property) DiagnosticMain.slots: ((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]",
|
84
|
+
"name": "slots",
|
85
|
+
"type": {
|
86
|
+
"__schema": "InferenceTypeSchema",
|
87
|
+
"location": {
|
88
|
+
"filePath": "diagnostic.main.runtime.ts",
|
89
|
+
"line": 19,
|
90
|
+
"character": 3
|
91
|
+
},
|
92
|
+
"type": "((registerFn: () => string) => SlotRegistry<Diagnostic[]>)[]"
|
93
|
+
},
|
94
|
+
"isOptional": true,
|
95
|
+
"defaultValue": "[Slot.withType<Diagnostic[]>()]"
|
96
96
|
},
|
97
|
-
|
98
|
-
|
99
|
-
"type": {
|
100
|
-
"__schema": "InferenceTypeSchema",
|
97
|
+
{
|
98
|
+
"__schema": "VariableLikeSchema",
|
101
99
|
"location": {
|
102
100
|
"filePath": "diagnostic.main.runtime.ts",
|
103
101
|
"line": 20,
|
104
102
|
"character": 3
|
105
103
|
},
|
106
|
-
"
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
104
|
+
"signature": "(property) DiagnosticMain.dependencies: Aspect[]",
|
105
|
+
"name": "dependencies",
|
106
|
+
"type": {
|
107
|
+
"__schema": "InferenceTypeSchema",
|
108
|
+
"location": {
|
109
|
+
"filePath": "diagnostic.main.runtime.ts",
|
110
|
+
"line": 20,
|
111
|
+
"character": 3
|
112
|
+
},
|
113
|
+
"type": "Aspect[]"
|
114
|
+
},
|
115
|
+
"isOptional": true,
|
116
|
+
"defaultValue": "[ExpressAspect, GraphqlAspect]"
|
117
117
|
},
|
118
|
-
|
119
|
-
|
120
|
-
"type": {
|
121
|
-
"__schema": "InferenceTypeSchema",
|
118
|
+
{
|
119
|
+
"__schema": "VariableLikeSchema",
|
122
120
|
"location": {
|
123
121
|
"filePath": "diagnostic.main.runtime.ts",
|
124
122
|
"line": 21,
|
125
123
|
"character": 3
|
126
124
|
},
|
127
|
-
"
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"__schema": "FunctionLikeSchema",
|
134
|
-
"location": {
|
135
|
-
"filePath": "diagnostic.main.runtime.ts",
|
136
|
-
"line": 23,
|
137
|
-
"character": 3
|
138
|
-
},
|
139
|
-
"signature": "(method) DiagnosticMain.register(...diagnostic: Diagnostic[]): void",
|
140
|
-
"name": "register",
|
141
|
-
"params": [
|
142
|
-
{
|
143
|
-
"__schema": "ParameterSchema",
|
125
|
+
"signature": "(property) DiagnosticMain.runtime: RuntimeDefinition",
|
126
|
+
"name": "runtime",
|
127
|
+
"type": {
|
128
|
+
"__schema": "InferenceTypeSchema",
|
144
129
|
"location": {
|
145
130
|
"filePath": "diagnostic.main.runtime.ts",
|
146
|
-
"line":
|
147
|
-
"character":
|
131
|
+
"line": 21,
|
132
|
+
"character": 3
|
148
133
|
},
|
149
|
-
"
|
150
|
-
|
151
|
-
|
134
|
+
"type": "RuntimeDefinition"
|
135
|
+
},
|
136
|
+
"isOptional": true,
|
137
|
+
"defaultValue": "MainRuntime"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"__schema": "FunctionLikeSchema",
|
141
|
+
"location": {
|
142
|
+
"filePath": "diagnostic.main.runtime.ts",
|
143
|
+
"line": 23,
|
144
|
+
"character": 3
|
145
|
+
},
|
146
|
+
"signature": "(method) DiagnosticMain.register(...diagnostic: Diagnostic[]): void",
|
147
|
+
"name": "register",
|
148
|
+
"params": [
|
149
|
+
{
|
150
|
+
"__schema": "ParameterSchema",
|
152
151
|
"location": {
|
153
152
|
"filePath": "diagnostic.main.runtime.ts",
|
154
153
|
"line": 23,
|
155
|
-
"character":
|
154
|
+
"character": 12
|
156
155
|
},
|
156
|
+
"name": "diagnostic",
|
157
157
|
"type": {
|
158
|
-
"__schema": "
|
158
|
+
"__schema": "TypeArraySchema",
|
159
159
|
"location": {
|
160
160
|
"filePath": "diagnostic.main.runtime.ts",
|
161
161
|
"line": 23,
|
162
162
|
"character": 27
|
163
163
|
},
|
164
|
-
"
|
165
|
-
|
166
|
-
|
164
|
+
"type": {
|
165
|
+
"__schema": "TypeRefSchema",
|
166
|
+
"location": {
|
167
|
+
"filePath": "diagnostic.main.runtime.ts",
|
168
|
+
"line": 23,
|
169
|
+
"character": 27
|
170
|
+
},
|
171
|
+
"name": "Diagnostic"
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"isOptional": false,
|
175
|
+
"isSpread": true
|
176
|
+
}
|
177
|
+
],
|
178
|
+
"returnType": {
|
179
|
+
"__schema": "InferenceTypeSchema",
|
180
|
+
"location": {
|
181
|
+
"filePath": "diagnostic.main.runtime.ts",
|
182
|
+
"line": 23,
|
183
|
+
"character": 3
|
167
184
|
},
|
168
|
-
"
|
169
|
-
"isSpread": true
|
170
|
-
}
|
171
|
-
],
|
172
|
-
"returnType": {
|
173
|
-
"__schema": "InferenceTypeSchema",
|
174
|
-
"location": {
|
175
|
-
"filePath": "diagnostic.main.runtime.ts",
|
176
|
-
"line": 23,
|
177
|
-
"character": 3
|
185
|
+
"type": "void"
|
178
186
|
},
|
179
|
-
"
|
180
|
-
},
|
181
|
-
"modifiers": []
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"__schema": "FunctionLikeSchema",
|
185
|
-
"location": {
|
186
|
-
"filePath": "diagnostic.main.runtime.ts",
|
187
|
-
"line": 27,
|
188
|
-
"character": 3
|
187
|
+
"modifiers": []
|
189
188
|
},
|
190
|
-
|
191
|
-
|
192
|
-
"params": [],
|
193
|
-
"returnType": {
|
194
|
-
"__schema": "InferenceTypeSchema",
|
189
|
+
{
|
190
|
+
"__schema": "FunctionLikeSchema",
|
195
191
|
"location": {
|
196
192
|
"filePath": "diagnostic.main.runtime.ts",
|
197
193
|
"line": 27,
|
198
194
|
"character": 3
|
199
195
|
},
|
200
|
-
"
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
196
|
+
"signature": "(method) DiagnosticMain.getDiagnosticData(): {}",
|
197
|
+
"name": "getDiagnosticData",
|
198
|
+
"params": [],
|
199
|
+
"returnType": {
|
200
|
+
"__schema": "InferenceTypeSchema",
|
201
|
+
"location": {
|
202
|
+
"filePath": "diagnostic.main.runtime.ts",
|
203
|
+
"line": 27,
|
204
|
+
"character": 3
|
205
|
+
},
|
206
|
+
"type": "{}"
|
207
|
+
},
|
208
|
+
"modifiers": []
|
210
209
|
},
|
211
|
-
|
212
|
-
|
213
|
-
"params": [],
|
214
|
-
"returnType": {
|
215
|
-
"__schema": "InferenceTypeSchema",
|
210
|
+
{
|
211
|
+
"__schema": "FunctionLikeSchema",
|
216
212
|
"location": {
|
217
213
|
"filePath": "diagnostic.main.runtime.ts",
|
218
214
|
"line": 40,
|
219
215
|
"character": 3
|
220
216
|
},
|
221
|
-
"
|
222
|
-
|
223
|
-
|
224
|
-
"
|
225
|
-
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"__schema": "FunctionLikeSchema",
|
229
|
-
"location": {
|
230
|
-
"filePath": "diagnostic.main.runtime.ts",
|
231
|
-
"line": 45,
|
232
|
-
"character": 3
|
233
|
-
},
|
234
|
-
"signature": "(method) DiagnosticMain.provider([express, graphql]: [ExpressMain, GraphqlMain], config: any, [diagnosticSlot]: [DiagnosticSlot]): Promise<DiagnosticMain>",
|
235
|
-
"name": "provider",
|
236
|
-
"params": [
|
237
|
-
{
|
238
|
-
"__schema": "ParameterSchema",
|
217
|
+
"signature": "(method) DiagnosticMain.getBitVersion(): {\n version: any;\n}",
|
218
|
+
"name": "getBitVersion",
|
219
|
+
"params": [],
|
220
|
+
"returnType": {
|
221
|
+
"__schema": "InferenceTypeSchema",
|
239
222
|
"location": {
|
240
223
|
"filePath": "diagnostic.main.runtime.ts",
|
241
|
-
"line":
|
242
|
-
"character":
|
224
|
+
"line": 40,
|
225
|
+
"character": 3
|
243
226
|
},
|
244
|
-
"
|
245
|
-
|
246
|
-
|
227
|
+
"type": "{\n version: any;\n}"
|
228
|
+
},
|
229
|
+
"modifiers": [
|
230
|
+
"static"
|
231
|
+
]
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"__schema": "FunctionLikeSchema",
|
235
|
+
"location": {
|
236
|
+
"filePath": "diagnostic.main.runtime.ts",
|
237
|
+
"line": 45,
|
238
|
+
"character": 3
|
239
|
+
},
|
240
|
+
"signature": "(method) DiagnosticMain.provider([express, graphql]: [ExpressMain, GraphqlMain], config: any, [diagnosticSlot]: [DiagnosticSlot]): Promise<DiagnosticMain>",
|
241
|
+
"name": "provider",
|
242
|
+
"params": [
|
243
|
+
{
|
244
|
+
"__schema": "ParameterSchema",
|
247
245
|
"location": {
|
248
246
|
"filePath": "diagnostic.main.runtime.ts",
|
249
247
|
"line": 46,
|
250
|
-
"character":
|
248
|
+
"character": 5
|
251
249
|
},
|
252
|
-
"
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
},
|
260
|
-
"name": "ExpressMain",
|
261
|
-
"componentId": {
|
262
|
-
"scope": "teambit.harmony",
|
263
|
-
"name": "express"
|
264
|
-
}
|
250
|
+
"name": "[ express, graphql ]",
|
251
|
+
"type": {
|
252
|
+
"__schema": "TupleTypeSchema",
|
253
|
+
"location": {
|
254
|
+
"filePath": "diagnostic.main.runtime.ts",
|
255
|
+
"line": 46,
|
256
|
+
"character": 25
|
265
257
|
},
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
"
|
270
|
-
|
271
|
-
|
258
|
+
"elements": [
|
259
|
+
{
|
260
|
+
"__schema": "TypeRefSchema",
|
261
|
+
"location": {
|
262
|
+
"filePath": "diagnostic.main.runtime.ts",
|
263
|
+
"line": 46,
|
264
|
+
"character": 26
|
265
|
+
},
|
266
|
+
"name": "ExpressMain"
|
272
267
|
},
|
273
|
-
|
274
|
-
|
275
|
-
"
|
276
|
-
|
268
|
+
{
|
269
|
+
"__schema": "TypeRefSchema",
|
270
|
+
"location": {
|
271
|
+
"filePath": "diagnostic.main.runtime.ts",
|
272
|
+
"line": 46,
|
273
|
+
"character": 39
|
274
|
+
},
|
275
|
+
"name": "GraphqlMain"
|
277
276
|
}
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
"isSpread": false
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"__schema": "ParameterSchema",
|
286
|
-
"location": {
|
287
|
-
"filePath": "diagnostic.main.runtime.ts",
|
288
|
-
"line": 47,
|
289
|
-
"character": 5
|
277
|
+
]
|
278
|
+
},
|
279
|
+
"isOptional": false,
|
280
|
+
"isSpread": false
|
290
281
|
},
|
291
|
-
|
292
|
-
|
293
|
-
"__schema": "KeywordTypeSchema",
|
282
|
+
{
|
283
|
+
"__schema": "ParameterSchema",
|
294
284
|
"location": {
|
295
285
|
"filePath": "diagnostic.main.runtime.ts",
|
296
286
|
"line": 47,
|
297
|
-
"character":
|
287
|
+
"character": 5
|
298
288
|
},
|
299
|
-
"name": "
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
"
|
289
|
+
"name": "config",
|
290
|
+
"type": {
|
291
|
+
"__schema": "KeywordTypeSchema",
|
292
|
+
"location": {
|
293
|
+
"filePath": "diagnostic.main.runtime.ts",
|
294
|
+
"line": 47,
|
295
|
+
"character": 13
|
296
|
+
},
|
297
|
+
"name": "any"
|
298
|
+
},
|
299
|
+
"isOptional": false,
|
300
|
+
"isSpread": false
|
310
301
|
},
|
311
|
-
|
312
|
-
|
313
|
-
"__schema": "TupleTypeSchema",
|
302
|
+
{
|
303
|
+
"__schema": "ParameterSchema",
|
314
304
|
"location": {
|
315
305
|
"filePath": "diagnostic.main.runtime.ts",
|
316
306
|
"line": 48,
|
317
|
-
"character":
|
307
|
+
"character": 5
|
318
308
|
},
|
319
|
-
"
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
309
|
+
"name": "[ diagnosticSlot ]",
|
310
|
+
"type": {
|
311
|
+
"__schema": "TupleTypeSchema",
|
312
|
+
"location": {
|
313
|
+
"filePath": "diagnostic.main.runtime.ts",
|
314
|
+
"line": 48,
|
315
|
+
"character": 23
|
316
|
+
},
|
317
|
+
"elements": [
|
318
|
+
{
|
319
|
+
"__schema": "TypeRefSchema",
|
320
|
+
"location": {
|
321
|
+
"filePath": "diagnostic.main.runtime.ts",
|
322
|
+
"line": 48,
|
323
|
+
"character": 24
|
324
|
+
},
|
325
|
+
"name": "DiagnosticSlot"
|
326
|
+
}
|
327
|
+
]
|
328
|
+
},
|
329
|
+
"isOptional": false,
|
330
|
+
"isSpread": false
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"returnType": {
|
334
|
+
"__schema": "InferenceTypeSchema",
|
335
|
+
"location": {
|
336
|
+
"filePath": "diagnostic.main.runtime.ts",
|
337
|
+
"line": 45,
|
338
|
+
"character": 3
|
331
339
|
},
|
332
|
-
"
|
333
|
-
"isSpread": false
|
334
|
-
}
|
335
|
-
],
|
336
|
-
"returnType": {
|
337
|
-
"__schema": "InferenceTypeSchema",
|
338
|
-
"location": {
|
339
|
-
"filePath": "diagnostic.main.runtime.ts",
|
340
|
-
"line": 45,
|
341
|
-
"character": 3
|
340
|
+
"type": "Promise<DiagnosticMain>"
|
342
341
|
},
|
343
|
-
"
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
"implementNodes": []
|
342
|
+
"modifiers": [
|
343
|
+
"static",
|
344
|
+
"async"
|
345
|
+
]
|
346
|
+
}
|
347
|
+
],
|
348
|
+
"extendsNodes": [],
|
349
|
+
"implementNodes": []
|
350
|
+
}
|
353
351
|
},
|
354
352
|
{
|
355
353
|
"__schema": "UnImplementedSchema",
|
@@ -362,30 +360,39 @@
|
|
362
360
|
"type": "Identifier"
|
363
361
|
},
|
364
362
|
{
|
365
|
-
"__schema": "
|
363
|
+
"__schema": "ExportSchema",
|
366
364
|
"location": {
|
367
|
-
"filePath": "
|
368
|
-
"line":
|
369
|
-
"character":
|
365
|
+
"filePath": "index.ts",
|
366
|
+
"line": 5,
|
367
|
+
"character": 10
|
370
368
|
},
|
371
|
-
"signature": "const DiagnosticAspect: Aspect",
|
372
369
|
"name": "DiagnosticAspect",
|
373
|
-
"
|
374
|
-
"__schema": "
|
370
|
+
"exportNode": {
|
371
|
+
"__schema": "VariableLikeSchema",
|
375
372
|
"location": {
|
376
373
|
"filePath": "diagnostic.aspect.ts",
|
377
374
|
"line": 3,
|
378
375
|
"character": 14
|
379
376
|
},
|
380
|
-
"
|
381
|
-
"
|
382
|
-
|
383
|
-
"
|
384
|
-
"
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
377
|
+
"signature": "const DiagnosticAspect: Aspect",
|
378
|
+
"name": "DiagnosticAspect",
|
379
|
+
"type": {
|
380
|
+
"__schema": "TypeRefSchema",
|
381
|
+
"location": {
|
382
|
+
"filePath": "diagnostic.aspect.ts",
|
383
|
+
"line": 3,
|
384
|
+
"character": 14
|
385
|
+
},
|
386
|
+
"name": "Aspect",
|
387
|
+
"componentId": {
|
388
|
+
"scope": "teambit.harmony",
|
389
|
+
"name": "harmony",
|
390
|
+
"version": "0.4.6"
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"isOptional": false,
|
394
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/diagnostic',\n})"
|
395
|
+
}
|
389
396
|
}
|
390
397
|
],
|
391
398
|
"internals": []
|
@@ -416,11 +423,6 @@
|
|
416
423
|
"character": 30
|
417
424
|
},
|
418
425
|
"name": "SlotRegistry",
|
419
|
-
"componentId": {
|
420
|
-
"scope": "teambit.harmony",
|
421
|
-
"name": "harmony",
|
422
|
-
"version": "0.4.6"
|
423
|
-
},
|
424
426
|
"typeArgs": [
|
425
427
|
{
|
426
428
|
"__schema": "TypeArraySchema",
|
@@ -436,8 +438,7 @@
|
|
436
438
|
"line": 12,
|
437
439
|
"character": 43
|
438
440
|
},
|
439
|
-
"name": "Diagnostic"
|
440
|
-
"internalFilePath": "diagnostic.ts"
|
441
|
+
"name": "Diagnostic"
|
441
442
|
}
|
442
443
|
}
|
443
444
|
]
|
@@ -478,8 +479,7 @@
|
|
478
479
|
"line": 17,
|
479
480
|
"character": 29
|
480
481
|
},
|
481
|
-
"name": "DiagnosticSlot"
|
482
|
-
"internalFilePath": "diagnostic.main.runtime.ts"
|
482
|
+
"name": "DiagnosticSlot"
|
483
483
|
},
|
484
484
|
"isOptional": false,
|
485
485
|
"isSpread": false
|
@@ -591,8 +591,7 @@
|
|
591
591
|
"line": 23,
|
592
592
|
"character": 27
|
593
593
|
},
|
594
|
-
"name": "Diagnostic"
|
595
|
-
"internalFilePath": "diagnostic.ts"
|
594
|
+
"name": "Diagnostic"
|
596
595
|
}
|
597
596
|
},
|
598
597
|
"isOptional": false,
|
@@ -687,11 +686,7 @@
|
|
687
686
|
"line": 46,
|
688
687
|
"character": 26
|
689
688
|
},
|
690
|
-
"name": "ExpressMain"
|
691
|
-
"componentId": {
|
692
|
-
"scope": "teambit.harmony",
|
693
|
-
"name": "express"
|
694
|
-
}
|
689
|
+
"name": "ExpressMain"
|
695
690
|
},
|
696
691
|
{
|
697
692
|
"__schema": "TypeRefSchema",
|
@@ -700,11 +695,7 @@
|
|
700
695
|
"line": 46,
|
701
696
|
"character": 39
|
702
697
|
},
|
703
|
-
"name": "GraphqlMain"
|
704
|
-
"componentId": {
|
705
|
-
"scope": "teambit.harmony",
|
706
|
-
"name": "graphql"
|
707
|
-
}
|
698
|
+
"name": "GraphqlMain"
|
708
699
|
}
|
709
700
|
]
|
710
701
|
},
|
@@ -754,8 +745,7 @@
|
|
754
745
|
"line": 48,
|
755
746
|
"character": 24
|
756
747
|
},
|
757
|
-
"name": "DiagnosticSlot"
|
758
|
-
"internalFilePath": "diagnostic.main.runtime.ts"
|
748
|
+
"name": "DiagnosticSlot"
|
759
749
|
}
|
760
750
|
]
|
761
751
|
},
|
@@ -836,7 +826,7 @@
|
|
836
826
|
"componentId": {
|
837
827
|
"scope": "teambit.harmony",
|
838
828
|
"name": "diagnostic",
|
839
|
-
"version": "1.0.
|
829
|
+
"version": "1.0.258"
|
840
830
|
},
|
841
831
|
"taggedModuleExports": []
|
842
832
|
}
|
package/package.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/diagnostic",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.258",
|
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.
|
9
|
+
"version": "1.0.258"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphql-tag": "2.12.1",
|
13
13
|
"@teambit/harmony": "0.4.6",
|
14
|
-
"@teambit/graphql": "1.0.
|
14
|
+
"@teambit/graphql": "1.0.258",
|
15
15
|
"@teambit/cli": "0.0.862",
|
16
16
|
"@teambit/express": "0.0.961"
|
17
17
|
},
|
File without changes
|