@teambit/status 1.0.484 → 1.0.485
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +276 -218
- package/dist/status.main.runtime.d.ts +6 -3
- package/dist/status.main.runtime.js +16 -7
- package/dist/status.main.runtime.js.map +1 -1
- package/package.json +12 -11
- /package/dist/{preview-1733282408194.js → preview-1733455199677.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"__schema": "ClassSchema",
|
|
27
27
|
"location": {
|
|
28
28
|
"filePath": "status.main.runtime.ts",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 56,
|
|
30
30
|
"character": 1
|
|
31
31
|
},
|
|
32
32
|
"signature": "class StatusMain",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"__schema": "ConstructorSchema",
|
|
37
37
|
"location": {
|
|
38
38
|
"filePath": "status.main.runtime.ts",
|
|
39
|
-
"line":
|
|
39
|
+
"line": 57,
|
|
40
40
|
"character": 3
|
|
41
41
|
},
|
|
42
|
-
"signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger): StatusMain",
|
|
42
|
+
"signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger, merging: MergingMain): StatusMain",
|
|
43
43
|
"name": "constructor",
|
|
44
44
|
"params": [
|
|
45
45
|
{
|
|
46
46
|
"__schema": "ParameterSchema",
|
|
47
47
|
"location": {
|
|
48
48
|
"filePath": "status.main.runtime.ts",
|
|
49
|
-
"line":
|
|
49
|
+
"line": 58,
|
|
50
50
|
"character": 5
|
|
51
51
|
},
|
|
52
52
|
"name": "workspace",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"__schema": "TypeRefSchema",
|
|
55
55
|
"location": {
|
|
56
56
|
"filePath": "status.main.runtime.ts",
|
|
57
|
-
"line":
|
|
57
|
+
"line": 58,
|
|
58
58
|
"character": 24
|
|
59
59
|
},
|
|
60
60
|
"name": "Workspace"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"__schema": "ParameterSchema",
|
|
67
67
|
"location": {
|
|
68
68
|
"filePath": "status.main.runtime.ts",
|
|
69
|
-
"line":
|
|
69
|
+
"line": 59,
|
|
70
70
|
"character": 5
|
|
71
71
|
},
|
|
72
72
|
"name": "issues",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"__schema": "TypeRefSchema",
|
|
75
75
|
"location": {
|
|
76
76
|
"filePath": "status.main.runtime.ts",
|
|
77
|
-
"line":
|
|
77
|
+
"line": 59,
|
|
78
78
|
"character": 21
|
|
79
79
|
},
|
|
80
80
|
"name": "IssuesMain"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"__schema": "ParameterSchema",
|
|
87
87
|
"location": {
|
|
88
88
|
"filePath": "status.main.runtime.ts",
|
|
89
|
-
"line":
|
|
89
|
+
"line": 60,
|
|
90
90
|
"character": 5
|
|
91
91
|
},
|
|
92
92
|
"name": "insights",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"__schema": "TypeRefSchema",
|
|
95
95
|
"location": {
|
|
96
96
|
"filePath": "status.main.runtime.ts",
|
|
97
|
-
"line":
|
|
97
|
+
"line": 60,
|
|
98
98
|
"character": 23
|
|
99
99
|
},
|
|
100
100
|
"name": "InsightsMain"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"__schema": "ParameterSchema",
|
|
107
107
|
"location": {
|
|
108
108
|
"filePath": "status.main.runtime.ts",
|
|
109
|
-
"line":
|
|
109
|
+
"line": 61,
|
|
110
110
|
"character": 5
|
|
111
111
|
},
|
|
112
112
|
"name": "remove",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"__schema": "TypeRefSchema",
|
|
115
115
|
"location": {
|
|
116
116
|
"filePath": "status.main.runtime.ts",
|
|
117
|
-
"line":
|
|
117
|
+
"line": 61,
|
|
118
118
|
"character": 21
|
|
119
119
|
},
|
|
120
120
|
"name": "RemoveMain"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"__schema": "ParameterSchema",
|
|
127
127
|
"location": {
|
|
128
128
|
"filePath": "status.main.runtime.ts",
|
|
129
|
-
"line":
|
|
129
|
+
"line": 62,
|
|
130
130
|
"character": 5
|
|
131
131
|
},
|
|
132
132
|
"name": "lanes",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"__schema": "TypeRefSchema",
|
|
135
135
|
"location": {
|
|
136
136
|
"filePath": "status.main.runtime.ts",
|
|
137
|
-
"line":
|
|
137
|
+
"line": 62,
|
|
138
138
|
"character": 20
|
|
139
139
|
},
|
|
140
140
|
"name": "LanesMain"
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"__schema": "ParameterSchema",
|
|
147
147
|
"location": {
|
|
148
148
|
"filePath": "status.main.runtime.ts",
|
|
149
|
-
"line":
|
|
149
|
+
"line": 63,
|
|
150
150
|
"character": 5
|
|
151
151
|
},
|
|
152
152
|
"name": "logger",
|
|
@@ -154,20 +154,40 @@
|
|
|
154
154
|
"__schema": "TypeRefSchema",
|
|
155
155
|
"location": {
|
|
156
156
|
"filePath": "status.main.runtime.ts",
|
|
157
|
-
"line":
|
|
157
|
+
"line": 63,
|
|
158
158
|
"character": 21
|
|
159
159
|
},
|
|
160
160
|
"name": "Logger"
|
|
161
161
|
},
|
|
162
162
|
"isOptional": false,
|
|
163
163
|
"isSpread": false
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"__schema": "ParameterSchema",
|
|
167
|
+
"location": {
|
|
168
|
+
"filePath": "status.main.runtime.ts",
|
|
169
|
+
"line": 64,
|
|
170
|
+
"character": 5
|
|
171
|
+
},
|
|
172
|
+
"name": "merging",
|
|
173
|
+
"type": {
|
|
174
|
+
"__schema": "TypeRefSchema",
|
|
175
|
+
"location": {
|
|
176
|
+
"filePath": "status.main.runtime.ts",
|
|
177
|
+
"line": 64,
|
|
178
|
+
"character": 22
|
|
179
|
+
},
|
|
180
|
+
"name": "MergingMain"
|
|
181
|
+
},
|
|
182
|
+
"isOptional": false,
|
|
183
|
+
"isSpread": false
|
|
164
184
|
}
|
|
165
185
|
],
|
|
166
186
|
"returnType": {
|
|
167
187
|
"__schema": "ThisTypeSchema",
|
|
168
188
|
"location": {
|
|
169
189
|
"filePath": "status.main.runtime.ts",
|
|
170
|
-
"line":
|
|
190
|
+
"line": 56,
|
|
171
191
|
"character": 1
|
|
172
192
|
},
|
|
173
193
|
"name": "StatusMain"
|
|
@@ -178,7 +198,7 @@
|
|
|
178
198
|
"__schema": "FunctionLikeSchema",
|
|
179
199
|
"location": {
|
|
180
200
|
"filePath": "status.main.runtime.ts",
|
|
181
|
-
"line":
|
|
201
|
+
"line": 67,
|
|
182
202
|
"character": 3
|
|
183
203
|
},
|
|
184
204
|
"signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
|
|
@@ -188,7 +208,7 @@
|
|
|
188
208
|
"__schema": "ParameterSchema",
|
|
189
209
|
"location": {
|
|
190
210
|
"filePath": "status.main.runtime.ts",
|
|
191
|
-
"line":
|
|
211
|
+
"line": 67,
|
|
192
212
|
"character": 16
|
|
193
213
|
},
|
|
194
214
|
"name": "{ lanes, ignoreCircularDependencies }",
|
|
@@ -196,7 +216,7 @@
|
|
|
196
216
|
"__schema": "TypeLiteralSchema",
|
|
197
217
|
"location": {
|
|
198
218
|
"filePath": "status.main.runtime.ts",
|
|
199
|
-
"line":
|
|
219
|
+
"line": 70,
|
|
200
220
|
"character": 6
|
|
201
221
|
},
|
|
202
222
|
"members": [
|
|
@@ -204,7 +224,7 @@
|
|
|
204
224
|
"__schema": "VariableLikeSchema",
|
|
205
225
|
"location": {
|
|
206
226
|
"filePath": "status.main.runtime.ts",
|
|
207
|
-
"line":
|
|
227
|
+
"line": 71,
|
|
208
228
|
"character": 5
|
|
209
229
|
},
|
|
210
230
|
"signature": "(property) lanes?: boolean | undefined",
|
|
@@ -213,7 +233,7 @@
|
|
|
213
233
|
"__schema": "KeywordTypeSchema",
|
|
214
234
|
"location": {
|
|
215
235
|
"filePath": "status.main.runtime.ts",
|
|
216
|
-
"line":
|
|
236
|
+
"line": 71,
|
|
217
237
|
"character": 13
|
|
218
238
|
},
|
|
219
239
|
"name": "boolean"
|
|
@@ -224,7 +244,7 @@
|
|
|
224
244
|
"__schema": "VariableLikeSchema",
|
|
225
245
|
"location": {
|
|
226
246
|
"filePath": "status.main.runtime.ts",
|
|
227
|
-
"line":
|
|
247
|
+
"line": 72,
|
|
228
248
|
"character": 5
|
|
229
249
|
},
|
|
230
250
|
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
@@ -233,7 +253,7 @@
|
|
|
233
253
|
"__schema": "KeywordTypeSchema",
|
|
234
254
|
"location": {
|
|
235
255
|
"filePath": "status.main.runtime.ts",
|
|
236
|
-
"line":
|
|
256
|
+
"line": 72,
|
|
237
257
|
"character": 34
|
|
238
258
|
},
|
|
239
259
|
"name": "boolean"
|
|
@@ -248,7 +268,7 @@
|
|
|
248
268
|
"__schema": "VariableLikeSchema",
|
|
249
269
|
"location": {
|
|
250
270
|
"filePath": "status.main.runtime.ts",
|
|
251
|
-
"line":
|
|
271
|
+
"line": 71,
|
|
252
272
|
"character": 5
|
|
253
273
|
},
|
|
254
274
|
"signature": "(property) lanes?: boolean | undefined",
|
|
@@ -257,7 +277,7 @@
|
|
|
257
277
|
"__schema": "KeywordTypeSchema",
|
|
258
278
|
"location": {
|
|
259
279
|
"filePath": "status.main.runtime.ts",
|
|
260
|
-
"line":
|
|
280
|
+
"line": 71,
|
|
261
281
|
"character": 13
|
|
262
282
|
},
|
|
263
283
|
"name": "boolean"
|
|
@@ -268,7 +288,7 @@
|
|
|
268
288
|
"__schema": "VariableLikeSchema",
|
|
269
289
|
"location": {
|
|
270
290
|
"filePath": "status.main.runtime.ts",
|
|
271
|
-
"line":
|
|
291
|
+
"line": 72,
|
|
272
292
|
"character": 5
|
|
273
293
|
},
|
|
274
294
|
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
@@ -277,7 +297,7 @@
|
|
|
277
297
|
"__schema": "KeywordTypeSchema",
|
|
278
298
|
"location": {
|
|
279
299
|
"filePath": "status.main.runtime.ts",
|
|
280
|
-
"line":
|
|
300
|
+
"line": 72,
|
|
281
301
|
"character": 34
|
|
282
302
|
},
|
|
283
303
|
"name": "boolean"
|
|
@@ -292,7 +312,7 @@
|
|
|
292
312
|
"__schema": "TypeRefSchema",
|
|
293
313
|
"location": {
|
|
294
314
|
"filePath": "status.main.runtime.ts",
|
|
295
|
-
"line":
|
|
315
|
+
"line": 73,
|
|
296
316
|
"character": 7
|
|
297
317
|
},
|
|
298
318
|
"name": "Promise",
|
|
@@ -301,7 +321,7 @@
|
|
|
301
321
|
"__schema": "TypeRefSchema",
|
|
302
322
|
"location": {
|
|
303
323
|
"filePath": "status.main.runtime.ts",
|
|
304
|
-
"line":
|
|
324
|
+
"line": 73,
|
|
305
325
|
"character": 15
|
|
306
326
|
},
|
|
307
327
|
"name": "StatusResult"
|
|
@@ -316,7 +336,7 @@
|
|
|
316
336
|
"__schema": "FunctionLikeSchema",
|
|
317
337
|
"location": {
|
|
318
338
|
"filePath": "status.main.runtime.ts",
|
|
319
|
-
"line":
|
|
339
|
+
"line": 170,
|
|
320
340
|
"character": 3
|
|
321
341
|
},
|
|
322
342
|
"signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
|
|
@@ -326,7 +346,7 @@
|
|
|
326
346
|
"__schema": "ParameterSchema",
|
|
327
347
|
"location": {
|
|
328
348
|
"filePath": "status.main.runtime.ts",
|
|
329
|
-
"line":
|
|
349
|
+
"line": 170,
|
|
330
350
|
"character": 20
|
|
331
351
|
},
|
|
332
352
|
"name": "componentPattern",
|
|
@@ -334,7 +354,7 @@
|
|
|
334
354
|
"__schema": "KeywordTypeSchema",
|
|
335
355
|
"location": {
|
|
336
356
|
"filePath": "status.main.runtime.ts",
|
|
337
|
-
"line":
|
|
357
|
+
"line": 170,
|
|
338
358
|
"character": 39
|
|
339
359
|
},
|
|
340
360
|
"name": "string"
|
|
@@ -346,7 +366,7 @@
|
|
|
346
366
|
"__schema": "ParameterSchema",
|
|
347
367
|
"location": {
|
|
348
368
|
"filePath": "status.main.runtime.ts",
|
|
349
|
-
"line":
|
|
369
|
+
"line": 170,
|
|
350
370
|
"character": 47
|
|
351
371
|
},
|
|
352
372
|
"name": "opts",
|
|
@@ -354,7 +374,7 @@
|
|
|
354
374
|
"__schema": "TypeRefSchema",
|
|
355
375
|
"location": {
|
|
356
376
|
"filePath": "status.main.runtime.ts",
|
|
357
|
-
"line":
|
|
377
|
+
"line": 170,
|
|
358
378
|
"character": 53
|
|
359
379
|
},
|
|
360
380
|
"name": "MiniStatusOpts"
|
|
@@ -368,7 +388,7 @@
|
|
|
368
388
|
"__schema": "TypeRefSchema",
|
|
369
389
|
"location": {
|
|
370
390
|
"filePath": "status.main.runtime.ts",
|
|
371
|
-
"line":
|
|
391
|
+
"line": 170,
|
|
372
392
|
"character": 75
|
|
373
393
|
},
|
|
374
394
|
"name": "Promise",
|
|
@@ -377,7 +397,7 @@
|
|
|
377
397
|
"__schema": "TypeRefSchema",
|
|
378
398
|
"location": {
|
|
379
399
|
"filePath": "status.main.runtime.ts",
|
|
380
|
-
"line":
|
|
400
|
+
"line": 170,
|
|
381
401
|
"character": 83
|
|
382
402
|
},
|
|
383
403
|
"name": "MiniStatusResults"
|
|
@@ -392,7 +412,7 @@
|
|
|
392
412
|
"__schema": "VariableLikeSchema",
|
|
393
413
|
"location": {
|
|
394
414
|
"filePath": "status.main.runtime.ts",
|
|
395
|
-
"line":
|
|
415
|
+
"line": 225,
|
|
396
416
|
"character": 3
|
|
397
417
|
},
|
|
398
418
|
"signature": "(property) StatusMain.slots: never[]",
|
|
@@ -401,7 +421,7 @@
|
|
|
401
421
|
"__schema": "InferenceTypeSchema",
|
|
402
422
|
"location": {
|
|
403
423
|
"filePath": "status.main.runtime.ts",
|
|
404
|
-
"line":
|
|
424
|
+
"line": 225,
|
|
405
425
|
"character": 3
|
|
406
426
|
},
|
|
407
427
|
"type": "never[]"
|
|
@@ -413,7 +433,7 @@
|
|
|
413
433
|
"__schema": "VariableLikeSchema",
|
|
414
434
|
"location": {
|
|
415
435
|
"filePath": "status.main.runtime.ts",
|
|
416
|
-
"line":
|
|
436
|
+
"line": 226,
|
|
417
437
|
"character": 3
|
|
418
438
|
},
|
|
419
439
|
"signature": "(property) StatusMain.dependencies: Aspect[]",
|
|
@@ -422,19 +442,19 @@
|
|
|
422
442
|
"__schema": "InferenceTypeSchema",
|
|
423
443
|
"location": {
|
|
424
444
|
"filePath": "status.main.runtime.ts",
|
|
425
|
-
"line":
|
|
445
|
+
"line": 226,
|
|
426
446
|
"character": 3
|
|
427
447
|
},
|
|
428
448
|
"type": "Aspect[]"
|
|
429
449
|
},
|
|
430
450
|
"isOptional": true,
|
|
431
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n ]"
|
|
451
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n MergingAspect,\n ]"
|
|
432
452
|
},
|
|
433
453
|
{
|
|
434
454
|
"__schema": "VariableLikeSchema",
|
|
435
455
|
"location": {
|
|
436
456
|
"filePath": "status.main.runtime.ts",
|
|
437
|
-
"line":
|
|
457
|
+
"line": 236,
|
|
438
458
|
"character": 3
|
|
439
459
|
},
|
|
440
460
|
"signature": "(property) StatusMain.runtime: RuntimeDefinition",
|
|
@@ -443,7 +463,7 @@
|
|
|
443
463
|
"__schema": "InferenceTypeSchema",
|
|
444
464
|
"location": {
|
|
445
465
|
"filePath": "status.main.runtime.ts",
|
|
446
|
-
"line":
|
|
466
|
+
"line": 236,
|
|
447
467
|
"character": 3
|
|
448
468
|
},
|
|
449
469
|
"type": "RuntimeDefinition"
|
|
@@ -455,33 +475,33 @@
|
|
|
455
475
|
"__schema": "FunctionLikeSchema",
|
|
456
476
|
"location": {
|
|
457
477
|
"filePath": "status.main.runtime.ts",
|
|
458
|
-
"line":
|
|
478
|
+
"line": 237,
|
|
459
479
|
"character": 3
|
|
460
480
|
},
|
|
461
|
-
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain\n]): Promise<StatusMain>",
|
|
481
|
+
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain, merging]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain,\n MergingMain\n]): Promise<StatusMain>",
|
|
462
482
|
"name": "provider",
|
|
463
483
|
"params": [
|
|
464
484
|
{
|
|
465
485
|
"__schema": "ParameterSchema",
|
|
466
486
|
"location": {
|
|
467
487
|
"filePath": "status.main.runtime.ts",
|
|
468
|
-
"line":
|
|
488
|
+
"line": 237,
|
|
469
489
|
"character": 25
|
|
470
490
|
},
|
|
471
|
-
"name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain ]",
|
|
491
|
+
"name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain, merging ]",
|
|
472
492
|
"type": {
|
|
473
493
|
"__schema": "TupleTypeSchema",
|
|
474
494
|
"location": {
|
|
475
495
|
"filePath": "status.main.runtime.ts",
|
|
476
|
-
"line":
|
|
477
|
-
"character":
|
|
496
|
+
"line": 237,
|
|
497
|
+
"character": 97
|
|
478
498
|
},
|
|
479
499
|
"elements": [
|
|
480
500
|
{
|
|
481
501
|
"__schema": "TypeRefSchema",
|
|
482
502
|
"location": {
|
|
483
503
|
"filePath": "status.main.runtime.ts",
|
|
484
|
-
"line":
|
|
504
|
+
"line": 238,
|
|
485
505
|
"character": 5
|
|
486
506
|
},
|
|
487
507
|
"name": "CLIMain"
|
|
@@ -490,7 +510,7 @@
|
|
|
490
510
|
"__schema": "TypeRefSchema",
|
|
491
511
|
"location": {
|
|
492
512
|
"filePath": "status.main.runtime.ts",
|
|
493
|
-
"line":
|
|
513
|
+
"line": 239,
|
|
494
514
|
"character": 5
|
|
495
515
|
},
|
|
496
516
|
"name": "Workspace"
|
|
@@ -499,7 +519,7 @@
|
|
|
499
519
|
"__schema": "TypeRefSchema",
|
|
500
520
|
"location": {
|
|
501
521
|
"filePath": "status.main.runtime.ts",
|
|
502
|
-
"line":
|
|
522
|
+
"line": 240,
|
|
503
523
|
"character": 5
|
|
504
524
|
},
|
|
505
525
|
"name": "InsightsMain"
|
|
@@ -508,7 +528,7 @@
|
|
|
508
528
|
"__schema": "TypeRefSchema",
|
|
509
529
|
"location": {
|
|
510
530
|
"filePath": "status.main.runtime.ts",
|
|
511
|
-
"line":
|
|
531
|
+
"line": 241,
|
|
512
532
|
"character": 5
|
|
513
533
|
},
|
|
514
534
|
"name": "IssuesMain"
|
|
@@ -517,7 +537,7 @@
|
|
|
517
537
|
"__schema": "TypeRefSchema",
|
|
518
538
|
"location": {
|
|
519
539
|
"filePath": "status.main.runtime.ts",
|
|
520
|
-
"line":
|
|
540
|
+
"line": 242,
|
|
521
541
|
"character": 5
|
|
522
542
|
},
|
|
523
543
|
"name": "RemoveMain"
|
|
@@ -526,7 +546,7 @@
|
|
|
526
546
|
"__schema": "TypeRefSchema",
|
|
527
547
|
"location": {
|
|
528
548
|
"filePath": "status.main.runtime.ts",
|
|
529
|
-
"line":
|
|
549
|
+
"line": 243,
|
|
530
550
|
"character": 5
|
|
531
551
|
},
|
|
532
552
|
"name": "LanesMain"
|
|
@@ -535,10 +555,19 @@
|
|
|
535
555
|
"__schema": "TypeRefSchema",
|
|
536
556
|
"location": {
|
|
537
557
|
"filePath": "status.main.runtime.ts",
|
|
538
|
-
"line":
|
|
558
|
+
"line": 244,
|
|
539
559
|
"character": 5
|
|
540
560
|
},
|
|
541
561
|
"name": "LoggerMain"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"__schema": "TypeRefSchema",
|
|
565
|
+
"location": {
|
|
566
|
+
"filePath": "status.main.runtime.ts",
|
|
567
|
+
"line": 245,
|
|
568
|
+
"character": 5
|
|
569
|
+
},
|
|
570
|
+
"name": "MergingMain"
|
|
542
571
|
}
|
|
543
572
|
]
|
|
544
573
|
},
|
|
@@ -550,7 +579,7 @@
|
|
|
550
579
|
"__schema": "InferenceTypeSchema",
|
|
551
580
|
"location": {
|
|
552
581
|
"filePath": "status.main.runtime.ts",
|
|
553
|
-
"line":
|
|
582
|
+
"line": 237,
|
|
554
583
|
"character": 3
|
|
555
584
|
},
|
|
556
585
|
"type": "Promise<StatusMain>"
|
|
@@ -627,7 +656,7 @@
|
|
|
627
656
|
"__schema": "TypeSchema",
|
|
628
657
|
"location": {
|
|
629
658
|
"filePath": "status.main.runtime.ts",
|
|
630
|
-
"line":
|
|
659
|
+
"line": 26,
|
|
631
660
|
"character": 1
|
|
632
661
|
},
|
|
633
662
|
"signature": "type StatusResult = {\n newComponents: ComponentID[];\n modifiedComponents: ComponentID[];\n stagedComponents: {\n id: ComponentID;\n versions: string[];\n }[];\n componentsWithIssues: {\n id: ComponentID;\n issues: IssuesList;\n }[];\n importPendingComponents: ComponentID[];\n autoTagPendingComponents: ComponentID[];\n invalidComponents: {\n id: ComponentID;\n error: Error;\n }[];\n locallySoftRemoved: ComponentID[];\n remotelySoftRemoved: ComponentID[];\n ... 11 more ...;\n localOnly: ComponentID[];\n}",
|
|
@@ -636,7 +665,7 @@
|
|
|
636
665
|
"__schema": "TypeLiteralSchema",
|
|
637
666
|
"location": {
|
|
638
667
|
"filePath": "status.main.runtime.ts",
|
|
639
|
-
"line":
|
|
668
|
+
"line": 26,
|
|
640
669
|
"character": 28
|
|
641
670
|
},
|
|
642
671
|
"members": [
|
|
@@ -644,7 +673,7 @@
|
|
|
644
673
|
"__schema": "VariableLikeSchema",
|
|
645
674
|
"location": {
|
|
646
675
|
"filePath": "status.main.runtime.ts",
|
|
647
|
-
"line":
|
|
676
|
+
"line": 27,
|
|
648
677
|
"character": 3
|
|
649
678
|
},
|
|
650
679
|
"signature": "(property) newComponents: ComponentID[]",
|
|
@@ -653,14 +682,14 @@
|
|
|
653
682
|
"__schema": "TypeArraySchema",
|
|
654
683
|
"location": {
|
|
655
684
|
"filePath": "status.main.runtime.ts",
|
|
656
|
-
"line":
|
|
685
|
+
"line": 27,
|
|
657
686
|
"character": 18
|
|
658
687
|
},
|
|
659
688
|
"type": {
|
|
660
689
|
"__schema": "TypeRefSchema",
|
|
661
690
|
"location": {
|
|
662
691
|
"filePath": "status.main.runtime.ts",
|
|
663
|
-
"line":
|
|
692
|
+
"line": 27,
|
|
664
693
|
"character": 18
|
|
665
694
|
},
|
|
666
695
|
"name": "ComponentID"
|
|
@@ -672,7 +701,7 @@
|
|
|
672
701
|
"__schema": "VariableLikeSchema",
|
|
673
702
|
"location": {
|
|
674
703
|
"filePath": "status.main.runtime.ts",
|
|
675
|
-
"line":
|
|
704
|
+
"line": 28,
|
|
676
705
|
"character": 3
|
|
677
706
|
},
|
|
678
707
|
"signature": "(property) modifiedComponents: ComponentID[]",
|
|
@@ -681,14 +710,14 @@
|
|
|
681
710
|
"__schema": "TypeArraySchema",
|
|
682
711
|
"location": {
|
|
683
712
|
"filePath": "status.main.runtime.ts",
|
|
684
|
-
"line":
|
|
713
|
+
"line": 28,
|
|
685
714
|
"character": 23
|
|
686
715
|
},
|
|
687
716
|
"type": {
|
|
688
717
|
"__schema": "TypeRefSchema",
|
|
689
718
|
"location": {
|
|
690
719
|
"filePath": "status.main.runtime.ts",
|
|
691
|
-
"line":
|
|
720
|
+
"line": 28,
|
|
692
721
|
"character": 23
|
|
693
722
|
},
|
|
694
723
|
"name": "ComponentID"
|
|
@@ -700,7 +729,7 @@
|
|
|
700
729
|
"__schema": "VariableLikeSchema",
|
|
701
730
|
"location": {
|
|
702
731
|
"filePath": "status.main.runtime.ts",
|
|
703
|
-
"line":
|
|
732
|
+
"line": 29,
|
|
704
733
|
"character": 3
|
|
705
734
|
},
|
|
706
735
|
"signature": "(property) stagedComponents: {\n id: ComponentID;\n versions: string[];\n}[]",
|
|
@@ -709,14 +738,14 @@
|
|
|
709
738
|
"__schema": "TypeArraySchema",
|
|
710
739
|
"location": {
|
|
711
740
|
"filePath": "status.main.runtime.ts",
|
|
712
|
-
"line":
|
|
741
|
+
"line": 29,
|
|
713
742
|
"character": 21
|
|
714
743
|
},
|
|
715
744
|
"type": {
|
|
716
745
|
"__schema": "TypeLiteralSchema",
|
|
717
746
|
"location": {
|
|
718
747
|
"filePath": "status.main.runtime.ts",
|
|
719
|
-
"line":
|
|
748
|
+
"line": 29,
|
|
720
749
|
"character": 21
|
|
721
750
|
},
|
|
722
751
|
"members": [
|
|
@@ -724,7 +753,7 @@
|
|
|
724
753
|
"__schema": "VariableLikeSchema",
|
|
725
754
|
"location": {
|
|
726
755
|
"filePath": "status.main.runtime.ts",
|
|
727
|
-
"line":
|
|
756
|
+
"line": 29,
|
|
728
757
|
"character": 23
|
|
729
758
|
},
|
|
730
759
|
"signature": "(property) id: ComponentID",
|
|
@@ -733,7 +762,7 @@
|
|
|
733
762
|
"__schema": "TypeRefSchema",
|
|
734
763
|
"location": {
|
|
735
764
|
"filePath": "status.main.runtime.ts",
|
|
736
|
-
"line":
|
|
765
|
+
"line": 29,
|
|
737
766
|
"character": 23
|
|
738
767
|
},
|
|
739
768
|
"name": "ComponentID",
|
|
@@ -749,7 +778,7 @@
|
|
|
749
778
|
"__schema": "VariableLikeSchema",
|
|
750
779
|
"location": {
|
|
751
780
|
"filePath": "status.main.runtime.ts",
|
|
752
|
-
"line":
|
|
781
|
+
"line": 29,
|
|
753
782
|
"character": 40
|
|
754
783
|
},
|
|
755
784
|
"signature": "(property) versions: string[]",
|
|
@@ -758,14 +787,14 @@
|
|
|
758
787
|
"__schema": "TypeArraySchema",
|
|
759
788
|
"location": {
|
|
760
789
|
"filePath": "status.main.runtime.ts",
|
|
761
|
-
"line":
|
|
790
|
+
"line": 29,
|
|
762
791
|
"character": 50
|
|
763
792
|
},
|
|
764
793
|
"type": {
|
|
765
794
|
"__schema": "KeywordTypeSchema",
|
|
766
795
|
"location": {
|
|
767
796
|
"filePath": "status.main.runtime.ts",
|
|
768
|
-
"line":
|
|
797
|
+
"line": 29,
|
|
769
798
|
"character": 50
|
|
770
799
|
},
|
|
771
800
|
"name": "string"
|
|
@@ -782,7 +811,7 @@
|
|
|
782
811
|
"__schema": "VariableLikeSchema",
|
|
783
812
|
"location": {
|
|
784
813
|
"filePath": "status.main.runtime.ts",
|
|
785
|
-
"line":
|
|
814
|
+
"line": 30,
|
|
786
815
|
"character": 3
|
|
787
816
|
},
|
|
788
817
|
"signature": "(property) componentsWithIssues: {\n id: ComponentID;\n issues: IssuesList;\n}[]",
|
|
@@ -791,14 +820,14 @@
|
|
|
791
820
|
"__schema": "TypeArraySchema",
|
|
792
821
|
"location": {
|
|
793
822
|
"filePath": "status.main.runtime.ts",
|
|
794
|
-
"line":
|
|
823
|
+
"line": 30,
|
|
795
824
|
"character": 25
|
|
796
825
|
},
|
|
797
826
|
"type": {
|
|
798
827
|
"__schema": "TypeLiteralSchema",
|
|
799
828
|
"location": {
|
|
800
829
|
"filePath": "status.main.runtime.ts",
|
|
801
|
-
"line":
|
|
830
|
+
"line": 30,
|
|
802
831
|
"character": 25
|
|
803
832
|
},
|
|
804
833
|
"members": [
|
|
@@ -806,7 +835,7 @@
|
|
|
806
835
|
"__schema": "VariableLikeSchema",
|
|
807
836
|
"location": {
|
|
808
837
|
"filePath": "status.main.runtime.ts",
|
|
809
|
-
"line":
|
|
838
|
+
"line": 30,
|
|
810
839
|
"character": 27
|
|
811
840
|
},
|
|
812
841
|
"signature": "(property) id: ComponentID",
|
|
@@ -815,7 +844,7 @@
|
|
|
815
844
|
"__schema": "TypeRefSchema",
|
|
816
845
|
"location": {
|
|
817
846
|
"filePath": "status.main.runtime.ts",
|
|
818
|
-
"line":
|
|
847
|
+
"line": 30,
|
|
819
848
|
"character": 27
|
|
820
849
|
},
|
|
821
850
|
"name": "ComponentID",
|
|
@@ -831,7 +860,7 @@
|
|
|
831
860
|
"__schema": "VariableLikeSchema",
|
|
832
861
|
"location": {
|
|
833
862
|
"filePath": "status.main.runtime.ts",
|
|
834
|
-
"line":
|
|
863
|
+
"line": 30,
|
|
835
864
|
"character": 44
|
|
836
865
|
},
|
|
837
866
|
"signature": "(property) issues: IssuesList",
|
|
@@ -840,7 +869,7 @@
|
|
|
840
869
|
"__schema": "TypeRefSchema",
|
|
841
870
|
"location": {
|
|
842
871
|
"filePath": "status.main.runtime.ts",
|
|
843
|
-
"line":
|
|
872
|
+
"line": 30,
|
|
844
873
|
"character": 44
|
|
845
874
|
},
|
|
846
875
|
"name": "IssuesList",
|
|
@@ -861,7 +890,7 @@
|
|
|
861
890
|
"__schema": "VariableLikeSchema",
|
|
862
891
|
"location": {
|
|
863
892
|
"filePath": "status.main.runtime.ts",
|
|
864
|
-
"line":
|
|
893
|
+
"line": 31,
|
|
865
894
|
"character": 3
|
|
866
895
|
},
|
|
867
896
|
"signature": "(property) importPendingComponents: ComponentID[]",
|
|
@@ -870,14 +899,14 @@
|
|
|
870
899
|
"__schema": "TypeArraySchema",
|
|
871
900
|
"location": {
|
|
872
901
|
"filePath": "status.main.runtime.ts",
|
|
873
|
-
"line":
|
|
902
|
+
"line": 31,
|
|
874
903
|
"character": 28
|
|
875
904
|
},
|
|
876
905
|
"type": {
|
|
877
906
|
"__schema": "TypeRefSchema",
|
|
878
907
|
"location": {
|
|
879
908
|
"filePath": "status.main.runtime.ts",
|
|
880
|
-
"line":
|
|
909
|
+
"line": 31,
|
|
881
910
|
"character": 28
|
|
882
911
|
},
|
|
883
912
|
"name": "ComponentID"
|
|
@@ -889,7 +918,7 @@
|
|
|
889
918
|
"__schema": "VariableLikeSchema",
|
|
890
919
|
"location": {
|
|
891
920
|
"filePath": "status.main.runtime.ts",
|
|
892
|
-
"line":
|
|
921
|
+
"line": 32,
|
|
893
922
|
"character": 3
|
|
894
923
|
},
|
|
895
924
|
"signature": "(property) autoTagPendingComponents: ComponentID[]",
|
|
@@ -898,14 +927,14 @@
|
|
|
898
927
|
"__schema": "TypeArraySchema",
|
|
899
928
|
"location": {
|
|
900
929
|
"filePath": "status.main.runtime.ts",
|
|
901
|
-
"line":
|
|
930
|
+
"line": 32,
|
|
902
931
|
"character": 29
|
|
903
932
|
},
|
|
904
933
|
"type": {
|
|
905
934
|
"__schema": "TypeRefSchema",
|
|
906
935
|
"location": {
|
|
907
936
|
"filePath": "status.main.runtime.ts",
|
|
908
|
-
"line":
|
|
937
|
+
"line": 32,
|
|
909
938
|
"character": 29
|
|
910
939
|
},
|
|
911
940
|
"name": "ComponentID"
|
|
@@ -917,7 +946,7 @@
|
|
|
917
946
|
"__schema": "VariableLikeSchema",
|
|
918
947
|
"location": {
|
|
919
948
|
"filePath": "status.main.runtime.ts",
|
|
920
|
-
"line":
|
|
949
|
+
"line": 33,
|
|
921
950
|
"character": 3
|
|
922
951
|
},
|
|
923
952
|
"signature": "(property) invalidComponents: {\n id: ComponentID;\n error: Error;\n}[]",
|
|
@@ -926,14 +955,14 @@
|
|
|
926
955
|
"__schema": "TypeArraySchema",
|
|
927
956
|
"location": {
|
|
928
957
|
"filePath": "status.main.runtime.ts",
|
|
929
|
-
"line":
|
|
958
|
+
"line": 33,
|
|
930
959
|
"character": 22
|
|
931
960
|
},
|
|
932
961
|
"type": {
|
|
933
962
|
"__schema": "TypeLiteralSchema",
|
|
934
963
|
"location": {
|
|
935
964
|
"filePath": "status.main.runtime.ts",
|
|
936
|
-
"line":
|
|
965
|
+
"line": 33,
|
|
937
966
|
"character": 22
|
|
938
967
|
},
|
|
939
968
|
"members": [
|
|
@@ -941,7 +970,7 @@
|
|
|
941
970
|
"__schema": "VariableLikeSchema",
|
|
942
971
|
"location": {
|
|
943
972
|
"filePath": "status.main.runtime.ts",
|
|
944
|
-
"line":
|
|
973
|
+
"line": 33,
|
|
945
974
|
"character": 24
|
|
946
975
|
},
|
|
947
976
|
"signature": "(property) id: ComponentID",
|
|
@@ -950,7 +979,7 @@
|
|
|
950
979
|
"__schema": "TypeRefSchema",
|
|
951
980
|
"location": {
|
|
952
981
|
"filePath": "status.main.runtime.ts",
|
|
953
|
-
"line":
|
|
982
|
+
"line": 33,
|
|
954
983
|
"character": 24
|
|
955
984
|
},
|
|
956
985
|
"name": "ComponentID",
|
|
@@ -966,7 +995,7 @@
|
|
|
966
995
|
"__schema": "VariableLikeSchema",
|
|
967
996
|
"location": {
|
|
968
997
|
"filePath": "status.main.runtime.ts",
|
|
969
|
-
"line":
|
|
998
|
+
"line": 33,
|
|
970
999
|
"character": 41
|
|
971
1000
|
},
|
|
972
1001
|
"signature": "(property) error: Error",
|
|
@@ -975,7 +1004,7 @@
|
|
|
975
1004
|
"__schema": "TypeRefSchema",
|
|
976
1005
|
"location": {
|
|
977
1006
|
"filePath": "status.main.runtime.ts",
|
|
978
|
-
"line":
|
|
1007
|
+
"line": 33,
|
|
979
1008
|
"character": 48
|
|
980
1009
|
},
|
|
981
1010
|
"name": "Error"
|
|
@@ -991,7 +1020,7 @@
|
|
|
991
1020
|
"__schema": "VariableLikeSchema",
|
|
992
1021
|
"location": {
|
|
993
1022
|
"filePath": "status.main.runtime.ts",
|
|
994
|
-
"line":
|
|
1023
|
+
"line": 34,
|
|
995
1024
|
"character": 3
|
|
996
1025
|
},
|
|
997
1026
|
"signature": "(property) locallySoftRemoved: ComponentID[]",
|
|
@@ -1000,14 +1029,14 @@
|
|
|
1000
1029
|
"__schema": "TypeArraySchema",
|
|
1001
1030
|
"location": {
|
|
1002
1031
|
"filePath": "status.main.runtime.ts",
|
|
1003
|
-
"line":
|
|
1032
|
+
"line": 34,
|
|
1004
1033
|
"character": 23
|
|
1005
1034
|
},
|
|
1006
1035
|
"type": {
|
|
1007
1036
|
"__schema": "TypeRefSchema",
|
|
1008
1037
|
"location": {
|
|
1009
1038
|
"filePath": "status.main.runtime.ts",
|
|
1010
|
-
"line":
|
|
1039
|
+
"line": 34,
|
|
1011
1040
|
"character": 23
|
|
1012
1041
|
},
|
|
1013
1042
|
"name": "ComponentID"
|
|
@@ -1019,7 +1048,7 @@
|
|
|
1019
1048
|
"__schema": "VariableLikeSchema",
|
|
1020
1049
|
"location": {
|
|
1021
1050
|
"filePath": "status.main.runtime.ts",
|
|
1022
|
-
"line":
|
|
1051
|
+
"line": 35,
|
|
1023
1052
|
"character": 3
|
|
1024
1053
|
},
|
|
1025
1054
|
"signature": "(property) remotelySoftRemoved: ComponentID[]",
|
|
@@ -1028,14 +1057,14 @@
|
|
|
1028
1057
|
"__schema": "TypeArraySchema",
|
|
1029
1058
|
"location": {
|
|
1030
1059
|
"filePath": "status.main.runtime.ts",
|
|
1031
|
-
"line":
|
|
1060
|
+
"line": 35,
|
|
1032
1061
|
"character": 24
|
|
1033
1062
|
},
|
|
1034
1063
|
"type": {
|
|
1035
1064
|
"__schema": "TypeRefSchema",
|
|
1036
1065
|
"location": {
|
|
1037
1066
|
"filePath": "status.main.runtime.ts",
|
|
1038
|
-
"line":
|
|
1067
|
+
"line": 35,
|
|
1039
1068
|
"character": 24
|
|
1040
1069
|
},
|
|
1041
1070
|
"name": "ComponentID"
|
|
@@ -1047,7 +1076,7 @@
|
|
|
1047
1076
|
"__schema": "VariableLikeSchema",
|
|
1048
1077
|
"location": {
|
|
1049
1078
|
"filePath": "status.main.runtime.ts",
|
|
1050
|
-
"line":
|
|
1079
|
+
"line": 36,
|
|
1051
1080
|
"character": 3
|
|
1052
1081
|
},
|
|
1053
1082
|
"signature": "(property) outdatedComponents: {\n id: ComponentID;\n headVersion: string;\n latestVersion?: string | undefined;\n}[]",
|
|
@@ -1056,14 +1085,14 @@
|
|
|
1056
1085
|
"__schema": "TypeArraySchema",
|
|
1057
1086
|
"location": {
|
|
1058
1087
|
"filePath": "status.main.runtime.ts",
|
|
1059
|
-
"line":
|
|
1088
|
+
"line": 36,
|
|
1060
1089
|
"character": 23
|
|
1061
1090
|
},
|
|
1062
1091
|
"type": {
|
|
1063
1092
|
"__schema": "TypeLiteralSchema",
|
|
1064
1093
|
"location": {
|
|
1065
1094
|
"filePath": "status.main.runtime.ts",
|
|
1066
|
-
"line":
|
|
1095
|
+
"line": 36,
|
|
1067
1096
|
"character": 23
|
|
1068
1097
|
},
|
|
1069
1098
|
"members": [
|
|
@@ -1071,7 +1100,7 @@
|
|
|
1071
1100
|
"__schema": "VariableLikeSchema",
|
|
1072
1101
|
"location": {
|
|
1073
1102
|
"filePath": "status.main.runtime.ts",
|
|
1074
|
-
"line":
|
|
1103
|
+
"line": 36,
|
|
1075
1104
|
"character": 25
|
|
1076
1105
|
},
|
|
1077
1106
|
"signature": "(property) id: ComponentID",
|
|
@@ -1080,7 +1109,7 @@
|
|
|
1080
1109
|
"__schema": "TypeRefSchema",
|
|
1081
1110
|
"location": {
|
|
1082
1111
|
"filePath": "status.main.runtime.ts",
|
|
1083
|
-
"line":
|
|
1112
|
+
"line": 36,
|
|
1084
1113
|
"character": 25
|
|
1085
1114
|
},
|
|
1086
1115
|
"name": "ComponentID",
|
|
@@ -1096,7 +1125,7 @@
|
|
|
1096
1125
|
"__schema": "VariableLikeSchema",
|
|
1097
1126
|
"location": {
|
|
1098
1127
|
"filePath": "status.main.runtime.ts",
|
|
1099
|
-
"line":
|
|
1128
|
+
"line": 36,
|
|
1100
1129
|
"character": 42
|
|
1101
1130
|
},
|
|
1102
1131
|
"signature": "(property) headVersion: string",
|
|
@@ -1105,7 +1134,7 @@
|
|
|
1105
1134
|
"__schema": "KeywordTypeSchema",
|
|
1106
1135
|
"location": {
|
|
1107
1136
|
"filePath": "status.main.runtime.ts",
|
|
1108
|
-
"line":
|
|
1137
|
+
"line": 36,
|
|
1109
1138
|
"character": 55
|
|
1110
1139
|
},
|
|
1111
1140
|
"name": "string"
|
|
@@ -1116,7 +1145,7 @@
|
|
|
1116
1145
|
"__schema": "VariableLikeSchema",
|
|
1117
1146
|
"location": {
|
|
1118
1147
|
"filePath": "status.main.runtime.ts",
|
|
1119
|
-
"line":
|
|
1148
|
+
"line": 36,
|
|
1120
1149
|
"character": 63
|
|
1121
1150
|
},
|
|
1122
1151
|
"signature": "(property) latestVersion?: string | undefined",
|
|
@@ -1125,7 +1154,7 @@
|
|
|
1125
1154
|
"__schema": "KeywordTypeSchema",
|
|
1126
1155
|
"location": {
|
|
1127
1156
|
"filePath": "status.main.runtime.ts",
|
|
1128
|
-
"line":
|
|
1157
|
+
"line": 36,
|
|
1129
1158
|
"character": 79
|
|
1130
1159
|
},
|
|
1131
1160
|
"name": "string"
|
|
@@ -1141,7 +1170,7 @@
|
|
|
1141
1170
|
"__schema": "VariableLikeSchema",
|
|
1142
1171
|
"location": {
|
|
1143
1172
|
"filePath": "status.main.runtime.ts",
|
|
1144
|
-
"line":
|
|
1173
|
+
"line": 37,
|
|
1145
1174
|
"character": 3
|
|
1146
1175
|
},
|
|
1147
1176
|
"signature": "(property) mergePendingComponents: DivergeDataPerId[]",
|
|
@@ -1150,14 +1179,14 @@
|
|
|
1150
1179
|
"__schema": "TypeArraySchema",
|
|
1151
1180
|
"location": {
|
|
1152
1181
|
"filePath": "status.main.runtime.ts",
|
|
1153
|
-
"line":
|
|
1182
|
+
"line": 37,
|
|
1154
1183
|
"character": 27
|
|
1155
1184
|
},
|
|
1156
1185
|
"type": {
|
|
1157
1186
|
"__schema": "TypeRefSchema",
|
|
1158
1187
|
"location": {
|
|
1159
1188
|
"filePath": "status.main.runtime.ts",
|
|
1160
|
-
"line":
|
|
1189
|
+
"line": 37,
|
|
1161
1190
|
"character": 27
|
|
1162
1191
|
},
|
|
1163
1192
|
"name": "DivergeDataPerId"
|
|
@@ -1169,7 +1198,7 @@
|
|
|
1169
1198
|
"__schema": "VariableLikeSchema",
|
|
1170
1199
|
"location": {
|
|
1171
1200
|
"filePath": "status.main.runtime.ts",
|
|
1172
|
-
"line":
|
|
1201
|
+
"line": 38,
|
|
1173
1202
|
"character": 3
|
|
1174
1203
|
},
|
|
1175
1204
|
"signature": "(property) componentsDuringMergeState: ComponentID[]",
|
|
@@ -1178,14 +1207,14 @@
|
|
|
1178
1207
|
"__schema": "TypeArraySchema",
|
|
1179
1208
|
"location": {
|
|
1180
1209
|
"filePath": "status.main.runtime.ts",
|
|
1181
|
-
"line":
|
|
1210
|
+
"line": 38,
|
|
1182
1211
|
"character": 31
|
|
1183
1212
|
},
|
|
1184
1213
|
"type": {
|
|
1185
1214
|
"__schema": "TypeRefSchema",
|
|
1186
1215
|
"location": {
|
|
1187
1216
|
"filePath": "status.main.runtime.ts",
|
|
1188
|
-
"line":
|
|
1217
|
+
"line": 38,
|
|
1189
1218
|
"character": 31
|
|
1190
1219
|
},
|
|
1191
1220
|
"name": "ComponentID"
|
|
@@ -1197,7 +1226,7 @@
|
|
|
1197
1226
|
"__schema": "VariableLikeSchema",
|
|
1198
1227
|
"location": {
|
|
1199
1228
|
"filePath": "status.main.runtime.ts",
|
|
1200
|
-
"line":
|
|
1229
|
+
"line": 39,
|
|
1201
1230
|
"character": 3
|
|
1202
1231
|
},
|
|
1203
1232
|
"signature": "(property) softTaggedComponents: ComponentID[]",
|
|
@@ -1206,14 +1235,14 @@
|
|
|
1206
1235
|
"__schema": "TypeArraySchema",
|
|
1207
1236
|
"location": {
|
|
1208
1237
|
"filePath": "status.main.runtime.ts",
|
|
1209
|
-
"line":
|
|
1238
|
+
"line": 39,
|
|
1210
1239
|
"character": 25
|
|
1211
1240
|
},
|
|
1212
1241
|
"type": {
|
|
1213
1242
|
"__schema": "TypeRefSchema",
|
|
1214
1243
|
"location": {
|
|
1215
1244
|
"filePath": "status.main.runtime.ts",
|
|
1216
|
-
"line":
|
|
1245
|
+
"line": 39,
|
|
1217
1246
|
"character": 25
|
|
1218
1247
|
},
|
|
1219
1248
|
"name": "ComponentID"
|
|
@@ -1225,7 +1254,7 @@
|
|
|
1225
1254
|
"__schema": "VariableLikeSchema",
|
|
1226
1255
|
"location": {
|
|
1227
1256
|
"filePath": "status.main.runtime.ts",
|
|
1228
|
-
"line":
|
|
1257
|
+
"line": 40,
|
|
1229
1258
|
"character": 3
|
|
1230
1259
|
},
|
|
1231
1260
|
"signature": "(property) snappedComponents: ComponentID[]",
|
|
@@ -1234,14 +1263,14 @@
|
|
|
1234
1263
|
"__schema": "TypeArraySchema",
|
|
1235
1264
|
"location": {
|
|
1236
1265
|
"filePath": "status.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1266
|
+
"line": 40,
|
|
1238
1267
|
"character": 22
|
|
1239
1268
|
},
|
|
1240
1269
|
"type": {
|
|
1241
1270
|
"__schema": "TypeRefSchema",
|
|
1242
1271
|
"location": {
|
|
1243
1272
|
"filePath": "status.main.runtime.ts",
|
|
1244
|
-
"line":
|
|
1273
|
+
"line": 40,
|
|
1245
1274
|
"character": 22
|
|
1246
1275
|
},
|
|
1247
1276
|
"name": "ComponentID"
|
|
@@ -1253,7 +1282,7 @@
|
|
|
1253
1282
|
"__schema": "VariableLikeSchema",
|
|
1254
1283
|
"location": {
|
|
1255
1284
|
"filePath": "status.main.runtime.ts",
|
|
1256
|
-
"line":
|
|
1285
|
+
"line": 41,
|
|
1257
1286
|
"character": 3
|
|
1258
1287
|
},
|
|
1259
1288
|
"signature": "(property) pendingUpdatesFromMain: DivergeDataPerId[]",
|
|
@@ -1262,14 +1291,14 @@
|
|
|
1262
1291
|
"__schema": "TypeArraySchema",
|
|
1263
1292
|
"location": {
|
|
1264
1293
|
"filePath": "status.main.runtime.ts",
|
|
1265
|
-
"line":
|
|
1294
|
+
"line": 41,
|
|
1266
1295
|
"character": 27
|
|
1267
1296
|
},
|
|
1268
1297
|
"type": {
|
|
1269
1298
|
"__schema": "TypeRefSchema",
|
|
1270
1299
|
"location": {
|
|
1271
1300
|
"filePath": "status.main.runtime.ts",
|
|
1272
|
-
"line":
|
|
1301
|
+
"line": 41,
|
|
1273
1302
|
"character": 27
|
|
1274
1303
|
},
|
|
1275
1304
|
"name": "DivergeDataPerId"
|
|
@@ -1281,7 +1310,7 @@
|
|
|
1281
1310
|
"__schema": "VariableLikeSchema",
|
|
1282
1311
|
"location": {
|
|
1283
1312
|
"filePath": "status.main.runtime.ts",
|
|
1284
|
-
"line":
|
|
1313
|
+
"line": 42,
|
|
1285
1314
|
"character": 3
|
|
1286
1315
|
},
|
|
1287
1316
|
"signature": "(property) updatesFromForked: DivergeDataPerId[]",
|
|
@@ -1290,14 +1319,14 @@
|
|
|
1290
1319
|
"__schema": "TypeArraySchema",
|
|
1291
1320
|
"location": {
|
|
1292
1321
|
"filePath": "status.main.runtime.ts",
|
|
1293
|
-
"line":
|
|
1322
|
+
"line": 42,
|
|
1294
1323
|
"character": 22
|
|
1295
1324
|
},
|
|
1296
1325
|
"type": {
|
|
1297
1326
|
"__schema": "TypeRefSchema",
|
|
1298
1327
|
"location": {
|
|
1299
1328
|
"filePath": "status.main.runtime.ts",
|
|
1300
|
-
"line":
|
|
1329
|
+
"line": 42,
|
|
1301
1330
|
"character": 22
|
|
1302
1331
|
},
|
|
1303
1332
|
"name": "DivergeDataPerId"
|
|
@@ -1309,7 +1338,7 @@
|
|
|
1309
1338
|
"__schema": "VariableLikeSchema",
|
|
1310
1339
|
"location": {
|
|
1311
1340
|
"filePath": "status.main.runtime.ts",
|
|
1312
|
-
"line":
|
|
1341
|
+
"line": 43,
|
|
1313
1342
|
"character": 3
|
|
1314
1343
|
},
|
|
1315
1344
|
"signature": "(property) unavailableOnMain: ComponentID[]",
|
|
@@ -1318,14 +1347,14 @@
|
|
|
1318
1347
|
"__schema": "TypeArraySchema",
|
|
1319
1348
|
"location": {
|
|
1320
1349
|
"filePath": "status.main.runtime.ts",
|
|
1321
|
-
"line":
|
|
1350
|
+
"line": 43,
|
|
1322
1351
|
"character": 22
|
|
1323
1352
|
},
|
|
1324
1353
|
"type": {
|
|
1325
1354
|
"__schema": "TypeRefSchema",
|
|
1326
1355
|
"location": {
|
|
1327
1356
|
"filePath": "status.main.runtime.ts",
|
|
1328
|
-
"line":
|
|
1357
|
+
"line": 43,
|
|
1329
1358
|
"character": 22
|
|
1330
1359
|
},
|
|
1331
1360
|
"name": "ComponentID"
|
|
@@ -1337,7 +1366,7 @@
|
|
|
1337
1366
|
"__schema": "VariableLikeSchema",
|
|
1338
1367
|
"location": {
|
|
1339
1368
|
"filePath": "status.main.runtime.ts",
|
|
1340
|
-
"line":
|
|
1369
|
+
"line": 44,
|
|
1341
1370
|
"character": 3
|
|
1342
1371
|
},
|
|
1343
1372
|
"signature": "(property) currentLaneId: LaneId",
|
|
@@ -1346,7 +1375,7 @@
|
|
|
1346
1375
|
"__schema": "TypeRefSchema",
|
|
1347
1376
|
"location": {
|
|
1348
1377
|
"filePath": "status.main.runtime.ts",
|
|
1349
|
-
"line":
|
|
1378
|
+
"line": 44,
|
|
1350
1379
|
"character": 3
|
|
1351
1380
|
},
|
|
1352
1381
|
"name": "LaneId",
|
|
@@ -1362,7 +1391,7 @@
|
|
|
1362
1391
|
"__schema": "VariableLikeSchema",
|
|
1363
1392
|
"location": {
|
|
1364
1393
|
"filePath": "status.main.runtime.ts",
|
|
1365
|
-
"line":
|
|
1394
|
+
"line": 45,
|
|
1366
1395
|
"character": 3
|
|
1367
1396
|
},
|
|
1368
1397
|
"signature": "(property) forkedLaneId?: LaneId | undefined",
|
|
@@ -1371,7 +1400,7 @@
|
|
|
1371
1400
|
"__schema": "TypeRefSchema",
|
|
1372
1401
|
"location": {
|
|
1373
1402
|
"filePath": "status.main.runtime.ts",
|
|
1374
|
-
"line":
|
|
1403
|
+
"line": 45,
|
|
1375
1404
|
"character": 18
|
|
1376
1405
|
},
|
|
1377
1406
|
"name": "LaneId"
|
|
@@ -1382,7 +1411,7 @@
|
|
|
1382
1411
|
"__schema": "VariableLikeSchema",
|
|
1383
1412
|
"location": {
|
|
1384
1413
|
"filePath": "status.main.runtime.ts",
|
|
1385
|
-
"line":
|
|
1414
|
+
"line": 46,
|
|
1386
1415
|
"character": 3
|
|
1387
1416
|
},
|
|
1388
1417
|
"signature": "(property) workspaceIssues: string[]",
|
|
@@ -1391,14 +1420,14 @@
|
|
|
1391
1420
|
"__schema": "TypeArraySchema",
|
|
1392
1421
|
"location": {
|
|
1393
1422
|
"filePath": "status.main.runtime.ts",
|
|
1394
|
-
"line":
|
|
1423
|
+
"line": 46,
|
|
1395
1424
|
"character": 20
|
|
1396
1425
|
},
|
|
1397
1426
|
"type": {
|
|
1398
1427
|
"__schema": "KeywordTypeSchema",
|
|
1399
1428
|
"location": {
|
|
1400
1429
|
"filePath": "status.main.runtime.ts",
|
|
1401
|
-
"line":
|
|
1430
|
+
"line": 46,
|
|
1402
1431
|
"character": 20
|
|
1403
1432
|
},
|
|
1404
1433
|
"name": "string"
|
|
@@ -1410,7 +1439,7 @@
|
|
|
1410
1439
|
"__schema": "VariableLikeSchema",
|
|
1411
1440
|
"location": {
|
|
1412
1441
|
"filePath": "status.main.runtime.ts",
|
|
1413
|
-
"line":
|
|
1442
|
+
"line": 47,
|
|
1414
1443
|
"character": 3
|
|
1415
1444
|
},
|
|
1416
1445
|
"signature": "(property) localOnly: ComponentID[]",
|
|
@@ -1419,14 +1448,14 @@
|
|
|
1419
1448
|
"__schema": "TypeArraySchema",
|
|
1420
1449
|
"location": {
|
|
1421
1450
|
"filePath": "status.main.runtime.ts",
|
|
1422
|
-
"line":
|
|
1451
|
+
"line": 47,
|
|
1423
1452
|
"character": 14
|
|
1424
1453
|
},
|
|
1425
1454
|
"type": {
|
|
1426
1455
|
"__schema": "TypeRefSchema",
|
|
1427
1456
|
"location": {
|
|
1428
1457
|
"filePath": "status.main.runtime.ts",
|
|
1429
|
-
"line":
|
|
1458
|
+
"line": 47,
|
|
1430
1459
|
"character": 14
|
|
1431
1460
|
},
|
|
1432
1461
|
"name": "ComponentID"
|
|
@@ -1441,7 +1470,7 @@
|
|
|
1441
1470
|
"__schema": "TypeSchema",
|
|
1442
1471
|
"location": {
|
|
1443
1472
|
"filePath": "status.main.runtime.ts",
|
|
1444
|
-
"line":
|
|
1473
|
+
"line": 50,
|
|
1445
1474
|
"character": 1
|
|
1446
1475
|
},
|
|
1447
1476
|
"signature": "type MiniStatusResults = {\n modified: ComponentID[];\n newComps: ComponentID[];\n compWithIssues?: Component[] | undefined;\n}",
|
|
@@ -1450,7 +1479,7 @@
|
|
|
1450
1479
|
"__schema": "TypeLiteralSchema",
|
|
1451
1480
|
"location": {
|
|
1452
1481
|
"filePath": "status.main.runtime.ts",
|
|
1453
|
-
"line":
|
|
1482
|
+
"line": 50,
|
|
1454
1483
|
"character": 33
|
|
1455
1484
|
},
|
|
1456
1485
|
"members": [
|
|
@@ -1458,7 +1487,7 @@
|
|
|
1458
1487
|
"__schema": "VariableLikeSchema",
|
|
1459
1488
|
"location": {
|
|
1460
1489
|
"filePath": "status.main.runtime.ts",
|
|
1461
|
-
"line":
|
|
1490
|
+
"line": 51,
|
|
1462
1491
|
"character": 3
|
|
1463
1492
|
},
|
|
1464
1493
|
"signature": "(property) modified: ComponentID[]",
|
|
@@ -1467,14 +1496,14 @@
|
|
|
1467
1496
|
"__schema": "TypeArraySchema",
|
|
1468
1497
|
"location": {
|
|
1469
1498
|
"filePath": "status.main.runtime.ts",
|
|
1470
|
-
"line":
|
|
1499
|
+
"line": 51,
|
|
1471
1500
|
"character": 13
|
|
1472
1501
|
},
|
|
1473
1502
|
"type": {
|
|
1474
1503
|
"__schema": "TypeRefSchema",
|
|
1475
1504
|
"location": {
|
|
1476
1505
|
"filePath": "status.main.runtime.ts",
|
|
1477
|
-
"line":
|
|
1506
|
+
"line": 51,
|
|
1478
1507
|
"character": 13
|
|
1479
1508
|
},
|
|
1480
1509
|
"name": "ComponentID"
|
|
@@ -1486,7 +1515,7 @@
|
|
|
1486
1515
|
"__schema": "VariableLikeSchema",
|
|
1487
1516
|
"location": {
|
|
1488
1517
|
"filePath": "status.main.runtime.ts",
|
|
1489
|
-
"line":
|
|
1518
|
+
"line": 52,
|
|
1490
1519
|
"character": 3
|
|
1491
1520
|
},
|
|
1492
1521
|
"signature": "(property) newComps: ComponentID[]",
|
|
@@ -1495,14 +1524,14 @@
|
|
|
1495
1524
|
"__schema": "TypeArraySchema",
|
|
1496
1525
|
"location": {
|
|
1497
1526
|
"filePath": "status.main.runtime.ts",
|
|
1498
|
-
"line":
|
|
1527
|
+
"line": 52,
|
|
1499
1528
|
"character": 13
|
|
1500
1529
|
},
|
|
1501
1530
|
"type": {
|
|
1502
1531
|
"__schema": "TypeRefSchema",
|
|
1503
1532
|
"location": {
|
|
1504
1533
|
"filePath": "status.main.runtime.ts",
|
|
1505
|
-
"line":
|
|
1534
|
+
"line": 52,
|
|
1506
1535
|
"character": 13
|
|
1507
1536
|
},
|
|
1508
1537
|
"name": "ComponentID"
|
|
@@ -1514,7 +1543,7 @@
|
|
|
1514
1543
|
"__schema": "VariableLikeSchema",
|
|
1515
1544
|
"location": {
|
|
1516
1545
|
"filePath": "status.main.runtime.ts",
|
|
1517
|
-
"line":
|
|
1546
|
+
"line": 53,
|
|
1518
1547
|
"character": 3
|
|
1519
1548
|
},
|
|
1520
1549
|
"signature": "(property) compWithIssues?: Component[] | undefined",
|
|
@@ -1523,14 +1552,14 @@
|
|
|
1523
1552
|
"__schema": "TypeArraySchema",
|
|
1524
1553
|
"location": {
|
|
1525
1554
|
"filePath": "status.main.runtime.ts",
|
|
1526
|
-
"line":
|
|
1555
|
+
"line": 53,
|
|
1527
1556
|
"character": 20
|
|
1528
1557
|
},
|
|
1529
1558
|
"type": {
|
|
1530
1559
|
"__schema": "TypeRefSchema",
|
|
1531
1560
|
"location": {
|
|
1532
1561
|
"filePath": "status.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1562
|
+
"line": 53,
|
|
1534
1563
|
"character": 20
|
|
1535
1564
|
},
|
|
1536
1565
|
"name": "Component"
|
|
@@ -1545,7 +1574,7 @@
|
|
|
1545
1574
|
"__schema": "ClassSchema",
|
|
1546
1575
|
"location": {
|
|
1547
1576
|
"filePath": "status.main.runtime.ts",
|
|
1548
|
-
"line":
|
|
1577
|
+
"line": 56,
|
|
1549
1578
|
"character": 1
|
|
1550
1579
|
},
|
|
1551
1580
|
"signature": "class StatusMain",
|
|
@@ -1555,17 +1584,17 @@
|
|
|
1555
1584
|
"__schema": "ConstructorSchema",
|
|
1556
1585
|
"location": {
|
|
1557
1586
|
"filePath": "status.main.runtime.ts",
|
|
1558
|
-
"line":
|
|
1587
|
+
"line": 57,
|
|
1559
1588
|
"character": 3
|
|
1560
1589
|
},
|
|
1561
|
-
"signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger): StatusMain",
|
|
1590
|
+
"signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger, merging: MergingMain): StatusMain",
|
|
1562
1591
|
"name": "constructor",
|
|
1563
1592
|
"params": [
|
|
1564
1593
|
{
|
|
1565
1594
|
"__schema": "ParameterSchema",
|
|
1566
1595
|
"location": {
|
|
1567
1596
|
"filePath": "status.main.runtime.ts",
|
|
1568
|
-
"line":
|
|
1597
|
+
"line": 58,
|
|
1569
1598
|
"character": 5
|
|
1570
1599
|
},
|
|
1571
1600
|
"name": "workspace",
|
|
@@ -1573,7 +1602,7 @@
|
|
|
1573
1602
|
"__schema": "TypeRefSchema",
|
|
1574
1603
|
"location": {
|
|
1575
1604
|
"filePath": "status.main.runtime.ts",
|
|
1576
|
-
"line":
|
|
1605
|
+
"line": 58,
|
|
1577
1606
|
"character": 24
|
|
1578
1607
|
},
|
|
1579
1608
|
"name": "Workspace"
|
|
@@ -1585,7 +1614,7 @@
|
|
|
1585
1614
|
"__schema": "ParameterSchema",
|
|
1586
1615
|
"location": {
|
|
1587
1616
|
"filePath": "status.main.runtime.ts",
|
|
1588
|
-
"line":
|
|
1617
|
+
"line": 59,
|
|
1589
1618
|
"character": 5
|
|
1590
1619
|
},
|
|
1591
1620
|
"name": "issues",
|
|
@@ -1593,7 +1622,7 @@
|
|
|
1593
1622
|
"__schema": "TypeRefSchema",
|
|
1594
1623
|
"location": {
|
|
1595
1624
|
"filePath": "status.main.runtime.ts",
|
|
1596
|
-
"line":
|
|
1625
|
+
"line": 59,
|
|
1597
1626
|
"character": 21
|
|
1598
1627
|
},
|
|
1599
1628
|
"name": "IssuesMain"
|
|
@@ -1605,7 +1634,7 @@
|
|
|
1605
1634
|
"__schema": "ParameterSchema",
|
|
1606
1635
|
"location": {
|
|
1607
1636
|
"filePath": "status.main.runtime.ts",
|
|
1608
|
-
"line":
|
|
1637
|
+
"line": 60,
|
|
1609
1638
|
"character": 5
|
|
1610
1639
|
},
|
|
1611
1640
|
"name": "insights",
|
|
@@ -1613,7 +1642,7 @@
|
|
|
1613
1642
|
"__schema": "TypeRefSchema",
|
|
1614
1643
|
"location": {
|
|
1615
1644
|
"filePath": "status.main.runtime.ts",
|
|
1616
|
-
"line":
|
|
1645
|
+
"line": 60,
|
|
1617
1646
|
"character": 23
|
|
1618
1647
|
},
|
|
1619
1648
|
"name": "InsightsMain"
|
|
@@ -1625,7 +1654,7 @@
|
|
|
1625
1654
|
"__schema": "ParameterSchema",
|
|
1626
1655
|
"location": {
|
|
1627
1656
|
"filePath": "status.main.runtime.ts",
|
|
1628
|
-
"line":
|
|
1657
|
+
"line": 61,
|
|
1629
1658
|
"character": 5
|
|
1630
1659
|
},
|
|
1631
1660
|
"name": "remove",
|
|
@@ -1633,7 +1662,7 @@
|
|
|
1633
1662
|
"__schema": "TypeRefSchema",
|
|
1634
1663
|
"location": {
|
|
1635
1664
|
"filePath": "status.main.runtime.ts",
|
|
1636
|
-
"line":
|
|
1665
|
+
"line": 61,
|
|
1637
1666
|
"character": 21
|
|
1638
1667
|
},
|
|
1639
1668
|
"name": "RemoveMain"
|
|
@@ -1645,7 +1674,7 @@
|
|
|
1645
1674
|
"__schema": "ParameterSchema",
|
|
1646
1675
|
"location": {
|
|
1647
1676
|
"filePath": "status.main.runtime.ts",
|
|
1648
|
-
"line":
|
|
1677
|
+
"line": 62,
|
|
1649
1678
|
"character": 5
|
|
1650
1679
|
},
|
|
1651
1680
|
"name": "lanes",
|
|
@@ -1653,7 +1682,7 @@
|
|
|
1653
1682
|
"__schema": "TypeRefSchema",
|
|
1654
1683
|
"location": {
|
|
1655
1684
|
"filePath": "status.main.runtime.ts",
|
|
1656
|
-
"line":
|
|
1685
|
+
"line": 62,
|
|
1657
1686
|
"character": 20
|
|
1658
1687
|
},
|
|
1659
1688
|
"name": "LanesMain"
|
|
@@ -1665,7 +1694,7 @@
|
|
|
1665
1694
|
"__schema": "ParameterSchema",
|
|
1666
1695
|
"location": {
|
|
1667
1696
|
"filePath": "status.main.runtime.ts",
|
|
1668
|
-
"line":
|
|
1697
|
+
"line": 63,
|
|
1669
1698
|
"character": 5
|
|
1670
1699
|
},
|
|
1671
1700
|
"name": "logger",
|
|
@@ -1673,20 +1702,40 @@
|
|
|
1673
1702
|
"__schema": "TypeRefSchema",
|
|
1674
1703
|
"location": {
|
|
1675
1704
|
"filePath": "status.main.runtime.ts",
|
|
1676
|
-
"line":
|
|
1705
|
+
"line": 63,
|
|
1677
1706
|
"character": 21
|
|
1678
1707
|
},
|
|
1679
1708
|
"name": "Logger"
|
|
1680
1709
|
},
|
|
1681
1710
|
"isOptional": false,
|
|
1682
1711
|
"isSpread": false
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"__schema": "ParameterSchema",
|
|
1715
|
+
"location": {
|
|
1716
|
+
"filePath": "status.main.runtime.ts",
|
|
1717
|
+
"line": 64,
|
|
1718
|
+
"character": 5
|
|
1719
|
+
},
|
|
1720
|
+
"name": "merging",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"__schema": "TypeRefSchema",
|
|
1723
|
+
"location": {
|
|
1724
|
+
"filePath": "status.main.runtime.ts",
|
|
1725
|
+
"line": 64,
|
|
1726
|
+
"character": 22
|
|
1727
|
+
},
|
|
1728
|
+
"name": "MergingMain"
|
|
1729
|
+
},
|
|
1730
|
+
"isOptional": false,
|
|
1731
|
+
"isSpread": false
|
|
1683
1732
|
}
|
|
1684
1733
|
],
|
|
1685
1734
|
"returnType": {
|
|
1686
1735
|
"__schema": "ThisTypeSchema",
|
|
1687
1736
|
"location": {
|
|
1688
1737
|
"filePath": "status.main.runtime.ts",
|
|
1689
|
-
"line":
|
|
1738
|
+
"line": 56,
|
|
1690
1739
|
"character": 1
|
|
1691
1740
|
},
|
|
1692
1741
|
"name": "StatusMain"
|
|
@@ -1697,7 +1746,7 @@
|
|
|
1697
1746
|
"__schema": "FunctionLikeSchema",
|
|
1698
1747
|
"location": {
|
|
1699
1748
|
"filePath": "status.main.runtime.ts",
|
|
1700
|
-
"line":
|
|
1749
|
+
"line": 67,
|
|
1701
1750
|
"character": 3
|
|
1702
1751
|
},
|
|
1703
1752
|
"signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
|
|
@@ -1707,7 +1756,7 @@
|
|
|
1707
1756
|
"__schema": "ParameterSchema",
|
|
1708
1757
|
"location": {
|
|
1709
1758
|
"filePath": "status.main.runtime.ts",
|
|
1710
|
-
"line":
|
|
1759
|
+
"line": 67,
|
|
1711
1760
|
"character": 16
|
|
1712
1761
|
},
|
|
1713
1762
|
"name": "{ lanes, ignoreCircularDependencies }",
|
|
@@ -1715,7 +1764,7 @@
|
|
|
1715
1764
|
"__schema": "TypeLiteralSchema",
|
|
1716
1765
|
"location": {
|
|
1717
1766
|
"filePath": "status.main.runtime.ts",
|
|
1718
|
-
"line":
|
|
1767
|
+
"line": 70,
|
|
1719
1768
|
"character": 6
|
|
1720
1769
|
},
|
|
1721
1770
|
"members": [
|
|
@@ -1723,7 +1772,7 @@
|
|
|
1723
1772
|
"__schema": "VariableLikeSchema",
|
|
1724
1773
|
"location": {
|
|
1725
1774
|
"filePath": "status.main.runtime.ts",
|
|
1726
|
-
"line":
|
|
1775
|
+
"line": 71,
|
|
1727
1776
|
"character": 5
|
|
1728
1777
|
},
|
|
1729
1778
|
"signature": "(property) lanes?: boolean | undefined",
|
|
@@ -1732,7 +1781,7 @@
|
|
|
1732
1781
|
"__schema": "KeywordTypeSchema",
|
|
1733
1782
|
"location": {
|
|
1734
1783
|
"filePath": "status.main.runtime.ts",
|
|
1735
|
-
"line":
|
|
1784
|
+
"line": 71,
|
|
1736
1785
|
"character": 13
|
|
1737
1786
|
},
|
|
1738
1787
|
"name": "boolean"
|
|
@@ -1743,7 +1792,7 @@
|
|
|
1743
1792
|
"__schema": "VariableLikeSchema",
|
|
1744
1793
|
"location": {
|
|
1745
1794
|
"filePath": "status.main.runtime.ts",
|
|
1746
|
-
"line":
|
|
1795
|
+
"line": 72,
|
|
1747
1796
|
"character": 5
|
|
1748
1797
|
},
|
|
1749
1798
|
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
@@ -1752,7 +1801,7 @@
|
|
|
1752
1801
|
"__schema": "KeywordTypeSchema",
|
|
1753
1802
|
"location": {
|
|
1754
1803
|
"filePath": "status.main.runtime.ts",
|
|
1755
|
-
"line":
|
|
1804
|
+
"line": 72,
|
|
1756
1805
|
"character": 34
|
|
1757
1806
|
},
|
|
1758
1807
|
"name": "boolean"
|
|
@@ -1767,7 +1816,7 @@
|
|
|
1767
1816
|
"__schema": "VariableLikeSchema",
|
|
1768
1817
|
"location": {
|
|
1769
1818
|
"filePath": "status.main.runtime.ts",
|
|
1770
|
-
"line":
|
|
1819
|
+
"line": 71,
|
|
1771
1820
|
"character": 5
|
|
1772
1821
|
},
|
|
1773
1822
|
"signature": "(property) lanes?: boolean | undefined",
|
|
@@ -1776,7 +1825,7 @@
|
|
|
1776
1825
|
"__schema": "KeywordTypeSchema",
|
|
1777
1826
|
"location": {
|
|
1778
1827
|
"filePath": "status.main.runtime.ts",
|
|
1779
|
-
"line":
|
|
1828
|
+
"line": 71,
|
|
1780
1829
|
"character": 13
|
|
1781
1830
|
},
|
|
1782
1831
|
"name": "boolean"
|
|
@@ -1787,7 +1836,7 @@
|
|
|
1787
1836
|
"__schema": "VariableLikeSchema",
|
|
1788
1837
|
"location": {
|
|
1789
1838
|
"filePath": "status.main.runtime.ts",
|
|
1790
|
-
"line":
|
|
1839
|
+
"line": 72,
|
|
1791
1840
|
"character": 5
|
|
1792
1841
|
},
|
|
1793
1842
|
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
@@ -1796,7 +1845,7 @@
|
|
|
1796
1845
|
"__schema": "KeywordTypeSchema",
|
|
1797
1846
|
"location": {
|
|
1798
1847
|
"filePath": "status.main.runtime.ts",
|
|
1799
|
-
"line":
|
|
1848
|
+
"line": 72,
|
|
1800
1849
|
"character": 34
|
|
1801
1850
|
},
|
|
1802
1851
|
"name": "boolean"
|
|
@@ -1811,7 +1860,7 @@
|
|
|
1811
1860
|
"__schema": "TypeRefSchema",
|
|
1812
1861
|
"location": {
|
|
1813
1862
|
"filePath": "status.main.runtime.ts",
|
|
1814
|
-
"line":
|
|
1863
|
+
"line": 73,
|
|
1815
1864
|
"character": 7
|
|
1816
1865
|
},
|
|
1817
1866
|
"name": "Promise",
|
|
@@ -1820,7 +1869,7 @@
|
|
|
1820
1869
|
"__schema": "TypeRefSchema",
|
|
1821
1870
|
"location": {
|
|
1822
1871
|
"filePath": "status.main.runtime.ts",
|
|
1823
|
-
"line":
|
|
1872
|
+
"line": 73,
|
|
1824
1873
|
"character": 15
|
|
1825
1874
|
},
|
|
1826
1875
|
"name": "StatusResult"
|
|
@@ -1835,7 +1884,7 @@
|
|
|
1835
1884
|
"__schema": "FunctionLikeSchema",
|
|
1836
1885
|
"location": {
|
|
1837
1886
|
"filePath": "status.main.runtime.ts",
|
|
1838
|
-
"line":
|
|
1887
|
+
"line": 170,
|
|
1839
1888
|
"character": 3
|
|
1840
1889
|
},
|
|
1841
1890
|
"signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
|
|
@@ -1845,7 +1894,7 @@
|
|
|
1845
1894
|
"__schema": "ParameterSchema",
|
|
1846
1895
|
"location": {
|
|
1847
1896
|
"filePath": "status.main.runtime.ts",
|
|
1848
|
-
"line":
|
|
1897
|
+
"line": 170,
|
|
1849
1898
|
"character": 20
|
|
1850
1899
|
},
|
|
1851
1900
|
"name": "componentPattern",
|
|
@@ -1853,7 +1902,7 @@
|
|
|
1853
1902
|
"__schema": "KeywordTypeSchema",
|
|
1854
1903
|
"location": {
|
|
1855
1904
|
"filePath": "status.main.runtime.ts",
|
|
1856
|
-
"line":
|
|
1905
|
+
"line": 170,
|
|
1857
1906
|
"character": 39
|
|
1858
1907
|
},
|
|
1859
1908
|
"name": "string"
|
|
@@ -1865,7 +1914,7 @@
|
|
|
1865
1914
|
"__schema": "ParameterSchema",
|
|
1866
1915
|
"location": {
|
|
1867
1916
|
"filePath": "status.main.runtime.ts",
|
|
1868
|
-
"line":
|
|
1917
|
+
"line": 170,
|
|
1869
1918
|
"character": 47
|
|
1870
1919
|
},
|
|
1871
1920
|
"name": "opts",
|
|
@@ -1873,7 +1922,7 @@
|
|
|
1873
1922
|
"__schema": "TypeRefSchema",
|
|
1874
1923
|
"location": {
|
|
1875
1924
|
"filePath": "status.main.runtime.ts",
|
|
1876
|
-
"line":
|
|
1925
|
+
"line": 170,
|
|
1877
1926
|
"character": 53
|
|
1878
1927
|
},
|
|
1879
1928
|
"name": "MiniStatusOpts"
|
|
@@ -1887,7 +1936,7 @@
|
|
|
1887
1936
|
"__schema": "TypeRefSchema",
|
|
1888
1937
|
"location": {
|
|
1889
1938
|
"filePath": "status.main.runtime.ts",
|
|
1890
|
-
"line":
|
|
1939
|
+
"line": 170,
|
|
1891
1940
|
"character": 75
|
|
1892
1941
|
},
|
|
1893
1942
|
"name": "Promise",
|
|
@@ -1896,7 +1945,7 @@
|
|
|
1896
1945
|
"__schema": "TypeRefSchema",
|
|
1897
1946
|
"location": {
|
|
1898
1947
|
"filePath": "status.main.runtime.ts",
|
|
1899
|
-
"line":
|
|
1948
|
+
"line": 170,
|
|
1900
1949
|
"character": 83
|
|
1901
1950
|
},
|
|
1902
1951
|
"name": "MiniStatusResults"
|
|
@@ -1911,7 +1960,7 @@
|
|
|
1911
1960
|
"__schema": "VariableLikeSchema",
|
|
1912
1961
|
"location": {
|
|
1913
1962
|
"filePath": "status.main.runtime.ts",
|
|
1914
|
-
"line":
|
|
1963
|
+
"line": 225,
|
|
1915
1964
|
"character": 3
|
|
1916
1965
|
},
|
|
1917
1966
|
"signature": "(property) StatusMain.slots: never[]",
|
|
@@ -1920,7 +1969,7 @@
|
|
|
1920
1969
|
"__schema": "InferenceTypeSchema",
|
|
1921
1970
|
"location": {
|
|
1922
1971
|
"filePath": "status.main.runtime.ts",
|
|
1923
|
-
"line":
|
|
1972
|
+
"line": 225,
|
|
1924
1973
|
"character": 3
|
|
1925
1974
|
},
|
|
1926
1975
|
"type": "never[]"
|
|
@@ -1932,7 +1981,7 @@
|
|
|
1932
1981
|
"__schema": "VariableLikeSchema",
|
|
1933
1982
|
"location": {
|
|
1934
1983
|
"filePath": "status.main.runtime.ts",
|
|
1935
|
-
"line":
|
|
1984
|
+
"line": 226,
|
|
1936
1985
|
"character": 3
|
|
1937
1986
|
},
|
|
1938
1987
|
"signature": "(property) StatusMain.dependencies: Aspect[]",
|
|
@@ -1941,19 +1990,19 @@
|
|
|
1941
1990
|
"__schema": "InferenceTypeSchema",
|
|
1942
1991
|
"location": {
|
|
1943
1992
|
"filePath": "status.main.runtime.ts",
|
|
1944
|
-
"line":
|
|
1993
|
+
"line": 226,
|
|
1945
1994
|
"character": 3
|
|
1946
1995
|
},
|
|
1947
1996
|
"type": "Aspect[]"
|
|
1948
1997
|
},
|
|
1949
1998
|
"isOptional": true,
|
|
1950
|
-
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n ]"
|
|
1999
|
+
"defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n MergingAspect,\n ]"
|
|
1951
2000
|
},
|
|
1952
2001
|
{
|
|
1953
2002
|
"__schema": "VariableLikeSchema",
|
|
1954
2003
|
"location": {
|
|
1955
2004
|
"filePath": "status.main.runtime.ts",
|
|
1956
|
-
"line":
|
|
2005
|
+
"line": 236,
|
|
1957
2006
|
"character": 3
|
|
1958
2007
|
},
|
|
1959
2008
|
"signature": "(property) StatusMain.runtime: RuntimeDefinition",
|
|
@@ -1962,7 +2011,7 @@
|
|
|
1962
2011
|
"__schema": "InferenceTypeSchema",
|
|
1963
2012
|
"location": {
|
|
1964
2013
|
"filePath": "status.main.runtime.ts",
|
|
1965
|
-
"line":
|
|
2014
|
+
"line": 236,
|
|
1966
2015
|
"character": 3
|
|
1967
2016
|
},
|
|
1968
2017
|
"type": "RuntimeDefinition"
|
|
@@ -1974,33 +2023,33 @@
|
|
|
1974
2023
|
"__schema": "FunctionLikeSchema",
|
|
1975
2024
|
"location": {
|
|
1976
2025
|
"filePath": "status.main.runtime.ts",
|
|
1977
|
-
"line":
|
|
2026
|
+
"line": 237,
|
|
1978
2027
|
"character": 3
|
|
1979
2028
|
},
|
|
1980
|
-
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain\n]): Promise<StatusMain>",
|
|
2029
|
+
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain, merging]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain,\n MergingMain\n]): Promise<StatusMain>",
|
|
1981
2030
|
"name": "provider",
|
|
1982
2031
|
"params": [
|
|
1983
2032
|
{
|
|
1984
2033
|
"__schema": "ParameterSchema",
|
|
1985
2034
|
"location": {
|
|
1986
2035
|
"filePath": "status.main.runtime.ts",
|
|
1987
|
-
"line":
|
|
2036
|
+
"line": 237,
|
|
1988
2037
|
"character": 25
|
|
1989
2038
|
},
|
|
1990
|
-
"name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain ]",
|
|
2039
|
+
"name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain, merging ]",
|
|
1991
2040
|
"type": {
|
|
1992
2041
|
"__schema": "TupleTypeSchema",
|
|
1993
2042
|
"location": {
|
|
1994
2043
|
"filePath": "status.main.runtime.ts",
|
|
1995
|
-
"line":
|
|
1996
|
-
"character":
|
|
2044
|
+
"line": 237,
|
|
2045
|
+
"character": 97
|
|
1997
2046
|
},
|
|
1998
2047
|
"elements": [
|
|
1999
2048
|
{
|
|
2000
2049
|
"__schema": "TypeRefSchema",
|
|
2001
2050
|
"location": {
|
|
2002
2051
|
"filePath": "status.main.runtime.ts",
|
|
2003
|
-
"line":
|
|
2052
|
+
"line": 238,
|
|
2004
2053
|
"character": 5
|
|
2005
2054
|
},
|
|
2006
2055
|
"name": "CLIMain"
|
|
@@ -2009,7 +2058,7 @@
|
|
|
2009
2058
|
"__schema": "TypeRefSchema",
|
|
2010
2059
|
"location": {
|
|
2011
2060
|
"filePath": "status.main.runtime.ts",
|
|
2012
|
-
"line":
|
|
2061
|
+
"line": 239,
|
|
2013
2062
|
"character": 5
|
|
2014
2063
|
},
|
|
2015
2064
|
"name": "Workspace"
|
|
@@ -2018,7 +2067,7 @@
|
|
|
2018
2067
|
"__schema": "TypeRefSchema",
|
|
2019
2068
|
"location": {
|
|
2020
2069
|
"filePath": "status.main.runtime.ts",
|
|
2021
|
-
"line":
|
|
2070
|
+
"line": 240,
|
|
2022
2071
|
"character": 5
|
|
2023
2072
|
},
|
|
2024
2073
|
"name": "InsightsMain"
|
|
@@ -2027,7 +2076,7 @@
|
|
|
2027
2076
|
"__schema": "TypeRefSchema",
|
|
2028
2077
|
"location": {
|
|
2029
2078
|
"filePath": "status.main.runtime.ts",
|
|
2030
|
-
"line":
|
|
2079
|
+
"line": 241,
|
|
2031
2080
|
"character": 5
|
|
2032
2081
|
},
|
|
2033
2082
|
"name": "IssuesMain"
|
|
@@ -2036,7 +2085,7 @@
|
|
|
2036
2085
|
"__schema": "TypeRefSchema",
|
|
2037
2086
|
"location": {
|
|
2038
2087
|
"filePath": "status.main.runtime.ts",
|
|
2039
|
-
"line":
|
|
2088
|
+
"line": 242,
|
|
2040
2089
|
"character": 5
|
|
2041
2090
|
},
|
|
2042
2091
|
"name": "RemoveMain"
|
|
@@ -2045,7 +2094,7 @@
|
|
|
2045
2094
|
"__schema": "TypeRefSchema",
|
|
2046
2095
|
"location": {
|
|
2047
2096
|
"filePath": "status.main.runtime.ts",
|
|
2048
|
-
"line":
|
|
2097
|
+
"line": 243,
|
|
2049
2098
|
"character": 5
|
|
2050
2099
|
},
|
|
2051
2100
|
"name": "LanesMain"
|
|
@@ -2054,10 +2103,19 @@
|
|
|
2054
2103
|
"__schema": "TypeRefSchema",
|
|
2055
2104
|
"location": {
|
|
2056
2105
|
"filePath": "status.main.runtime.ts",
|
|
2057
|
-
"line":
|
|
2106
|
+
"line": 244,
|
|
2058
2107
|
"character": 5
|
|
2059
2108
|
},
|
|
2060
2109
|
"name": "LoggerMain"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"__schema": "TypeRefSchema",
|
|
2113
|
+
"location": {
|
|
2114
|
+
"filePath": "status.main.runtime.ts",
|
|
2115
|
+
"line": 245,
|
|
2116
|
+
"character": 5
|
|
2117
|
+
},
|
|
2118
|
+
"name": "MergingMain"
|
|
2061
2119
|
}
|
|
2062
2120
|
]
|
|
2063
2121
|
},
|
|
@@ -2069,7 +2127,7 @@
|
|
|
2069
2127
|
"__schema": "InferenceTypeSchema",
|
|
2070
2128
|
"location": {
|
|
2071
2129
|
"filePath": "status.main.runtime.ts",
|
|
2072
|
-
"line":
|
|
2130
|
+
"line": 237,
|
|
2073
2131
|
"character": 3
|
|
2074
2132
|
},
|
|
2075
2133
|
"type": "Promise<StatusMain>"
|
|
@@ -2089,7 +2147,7 @@
|
|
|
2089
2147
|
"__schema": "TypeSchema",
|
|
2090
2148
|
"location": {
|
|
2091
2149
|
"filePath": "status.main.runtime.ts",
|
|
2092
|
-
"line":
|
|
2150
|
+
"line": 23,
|
|
2093
2151
|
"character": 1
|
|
2094
2152
|
},
|
|
2095
2153
|
"signature": "type DivergeDataPerId = {\n id: ComponentID;\n divergeData: SnapsDistance;\n}",
|
|
@@ -2098,7 +2156,7 @@
|
|
|
2098
2156
|
"__schema": "TypeLiteralSchema",
|
|
2099
2157
|
"location": {
|
|
2100
2158
|
"filePath": "status.main.runtime.ts",
|
|
2101
|
-
"line":
|
|
2159
|
+
"line": 23,
|
|
2102
2160
|
"character": 25
|
|
2103
2161
|
},
|
|
2104
2162
|
"members": [
|
|
@@ -2106,7 +2164,7 @@
|
|
|
2106
2164
|
"__schema": "VariableLikeSchema",
|
|
2107
2165
|
"location": {
|
|
2108
2166
|
"filePath": "status.main.runtime.ts",
|
|
2109
|
-
"line":
|
|
2167
|
+
"line": 23,
|
|
2110
2168
|
"character": 27
|
|
2111
2169
|
},
|
|
2112
2170
|
"signature": "(property) id: ComponentID",
|
|
@@ -2115,7 +2173,7 @@
|
|
|
2115
2173
|
"__schema": "TypeRefSchema",
|
|
2116
2174
|
"location": {
|
|
2117
2175
|
"filePath": "status.main.runtime.ts",
|
|
2118
|
-
"line":
|
|
2176
|
+
"line": 23,
|
|
2119
2177
|
"character": 27
|
|
2120
2178
|
},
|
|
2121
2179
|
"name": "ComponentID",
|
|
@@ -2131,7 +2189,7 @@
|
|
|
2131
2189
|
"__schema": "VariableLikeSchema",
|
|
2132
2190
|
"location": {
|
|
2133
2191
|
"filePath": "status.main.runtime.ts",
|
|
2134
|
-
"line":
|
|
2192
|
+
"line": 23,
|
|
2135
2193
|
"character": 44
|
|
2136
2194
|
},
|
|
2137
2195
|
"signature": "(property) divergeData: SnapsDistance",
|
|
@@ -2140,7 +2198,7 @@
|
|
|
2140
2198
|
"__schema": "TypeRefSchema",
|
|
2141
2199
|
"location": {
|
|
2142
2200
|
"filePath": "status.main.runtime.ts",
|
|
2143
|
-
"line":
|
|
2201
|
+
"line": 23,
|
|
2144
2202
|
"character": 44
|
|
2145
2203
|
},
|
|
2146
2204
|
"name": "SnapsDistance",
|
|
@@ -2155,7 +2213,7 @@
|
|
|
2155
2213
|
"__schema": "ModuleSchema",
|
|
2156
2214
|
"location": {
|
|
2157
2215
|
"filePath": "status.main.runtime.ts",
|
|
2158
|
-
"line":
|
|
2216
|
+
"line": 24,
|
|
2159
2217
|
"character": 1
|
|
2160
2218
|
},
|
|
2161
2219
|
"exports": [
|
|
@@ -2163,7 +2221,7 @@
|
|
|
2163
2221
|
"__schema": "VariableLikeSchema",
|
|
2164
2222
|
"location": {
|
|
2165
2223
|
"filePath": "status.main.runtime.ts",
|
|
2166
|
-
"line":
|
|
2224
|
+
"line": 24,
|
|
2167
2225
|
"character": 7
|
|
2168
2226
|
},
|
|
2169
2227
|
"signature": "const BEFORE_STATUS: \"fetching status\"",
|
|
@@ -2172,7 +2230,7 @@
|
|
|
2172
2230
|
"__schema": "InferenceTypeSchema",
|
|
2173
2231
|
"location": {
|
|
2174
2232
|
"filePath": "status.main.runtime.ts",
|
|
2175
|
-
"line":
|
|
2233
|
+
"line": 24,
|
|
2176
2234
|
"character": 7
|
|
2177
2235
|
},
|
|
2178
2236
|
"type": "\"fetching status\""
|
|
@@ -2187,7 +2245,7 @@
|
|
|
2187
2245
|
"__schema": "UnImplementedSchema",
|
|
2188
2246
|
"location": {
|
|
2189
2247
|
"filePath": "status.main.runtime.ts",
|
|
2190
|
-
"line":
|
|
2248
|
+
"line": 254,
|
|
2191
2249
|
"character": 1
|
|
2192
2250
|
},
|
|
2193
2251
|
"name": "StatusAspect.addRuntime(StatusMain);",
|
|
@@ -2236,7 +2294,7 @@
|
|
|
2236
2294
|
"componentId": {
|
|
2237
2295
|
"scope": "teambit.component",
|
|
2238
2296
|
"name": "status",
|
|
2239
|
-
"version": "1.0.
|
|
2297
|
+
"version": "1.0.485"
|
|
2240
2298
|
},
|
|
2241
2299
|
"taggedModuleExports": []
|
|
2242
2300
|
}
|