@teambit/component-log 1.0.487 → 1.0.489
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/preview/teambit_component_component_log-preview.js +1 -1
- package/artifacts/schema.json +274 -222
- package/dist/component-log.main.runtime.js +11 -11
- package/dist/component-log.main.runtime.js.map +1 -1
- package/dist/{preview-1733714450424.js → preview-1733851236714.js} +2 -2
- package/package.json +8 -6
package/artifacts/schema.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"__schema": "ClassSchema",
|
|
27
27
|
"location": {
|
|
28
28
|
"filePath": "component-log.main.runtime.ts",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 61,
|
|
30
30
|
"character": 1
|
|
31
31
|
},
|
|
32
32
|
"signature": "class ComponentLogMain",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"__schema": "ConstructorSchema",
|
|
37
37
|
"location": {
|
|
38
38
|
"filePath": "component-log.main.runtime.ts",
|
|
39
|
-
"line":
|
|
39
|
+
"line": 62,
|
|
40
40
|
"character": 3
|
|
41
41
|
},
|
|
42
42
|
"signature": "constructor ComponentLogMain(workspace: Workspace | undefined): ComponentLogMain",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"__schema": "ParameterSchema",
|
|
47
47
|
"location": {
|
|
48
48
|
"filePath": "component-log.main.runtime.ts",
|
|
49
|
-
"line":
|
|
49
|
+
"line": 62,
|
|
50
50
|
"character": 15
|
|
51
51
|
},
|
|
52
52
|
"name": "workspace",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"__schema": "TypeUnionSchema",
|
|
55
55
|
"location": {
|
|
56
56
|
"filePath": "component-log.main.runtime.ts",
|
|
57
|
-
"line":
|
|
57
|
+
"line": 62,
|
|
58
58
|
"character": 34
|
|
59
59
|
},
|
|
60
60
|
"types": [
|
|
@@ -62,16 +62,20 @@
|
|
|
62
62
|
"__schema": "TypeRefSchema",
|
|
63
63
|
"location": {
|
|
64
64
|
"filePath": "component-log.main.runtime.ts",
|
|
65
|
-
"line":
|
|
65
|
+
"line": 62,
|
|
66
66
|
"character": 34
|
|
67
67
|
},
|
|
68
|
-
"name": "Workspace"
|
|
68
|
+
"name": "Workspace",
|
|
69
|
+
"componentId": {
|
|
70
|
+
"scope": "teambit.workspace",
|
|
71
|
+
"name": "workspace"
|
|
72
|
+
}
|
|
69
73
|
},
|
|
70
74
|
{
|
|
71
75
|
"__schema": "KeywordTypeSchema",
|
|
72
76
|
"location": {
|
|
73
77
|
"filePath": "component-log.main.runtime.ts",
|
|
74
|
-
"line":
|
|
78
|
+
"line": 62,
|
|
75
79
|
"character": 46
|
|
76
80
|
},
|
|
77
81
|
"name": "undefined"
|
|
@@ -86,7 +90,7 @@
|
|
|
86
90
|
"__schema": "ThisTypeSchema",
|
|
87
91
|
"location": {
|
|
88
92
|
"filePath": "component-log.main.runtime.ts",
|
|
89
|
-
"line":
|
|
93
|
+
"line": 61,
|
|
90
94
|
"character": 1
|
|
91
95
|
},
|
|
92
96
|
"name": "ComponentLogMain"
|
|
@@ -97,14 +101,14 @@
|
|
|
97
101
|
"__schema": "FunctionLikeSchema",
|
|
98
102
|
"location": {
|
|
99
103
|
"filePath": "component-log.main.runtime.ts",
|
|
100
|
-
"line":
|
|
104
|
+
"line": 67,
|
|
101
105
|
"character": 3
|
|
102
106
|
},
|
|
103
107
|
"doc": {
|
|
104
108
|
"__schema": "DocSchema",
|
|
105
109
|
"location": {
|
|
106
110
|
"filePath": "component-log.main.runtime.ts",
|
|
107
|
-
"line":
|
|
111
|
+
"line": 64,
|
|
108
112
|
"character": 3
|
|
109
113
|
},
|
|
110
114
|
"raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
|
|
@@ -118,7 +122,7 @@
|
|
|
118
122
|
"__schema": "ParameterSchema",
|
|
119
123
|
"location": {
|
|
120
124
|
"filePath": "component-log.main.runtime.ts",
|
|
121
|
-
"line":
|
|
125
|
+
"line": 67,
|
|
122
126
|
"character": 17
|
|
123
127
|
},
|
|
124
128
|
"name": "id",
|
|
@@ -126,7 +130,7 @@
|
|
|
126
130
|
"__schema": "KeywordTypeSchema",
|
|
127
131
|
"location": {
|
|
128
132
|
"filePath": "component-log.main.runtime.ts",
|
|
129
|
-
"line":
|
|
133
|
+
"line": 67,
|
|
130
134
|
"character": 21
|
|
131
135
|
},
|
|
132
136
|
"name": "string"
|
|
@@ -138,7 +142,7 @@
|
|
|
138
142
|
"__schema": "ParameterSchema",
|
|
139
143
|
"location": {
|
|
140
144
|
"filePath": "component-log.main.runtime.ts",
|
|
141
|
-
"line":
|
|
145
|
+
"line": 67,
|
|
142
146
|
"character": 29
|
|
143
147
|
},
|
|
144
148
|
"name": "options",
|
|
@@ -146,10 +150,11 @@
|
|
|
146
150
|
"__schema": "TypeRefSchema",
|
|
147
151
|
"location": {
|
|
148
152
|
"filePath": "component-log.main.runtime.ts",
|
|
149
|
-
"line":
|
|
153
|
+
"line": 67,
|
|
150
154
|
"character": 38
|
|
151
155
|
},
|
|
152
|
-
"name": "LogOpts"
|
|
156
|
+
"name": "LogOpts",
|
|
157
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
153
158
|
},
|
|
154
159
|
"isOptional": true,
|
|
155
160
|
"defaultValue": "{}",
|
|
@@ -160,7 +165,7 @@
|
|
|
160
165
|
"__schema": "TypeRefSchema",
|
|
161
166
|
"location": {
|
|
162
167
|
"filePath": "component-log.main.runtime.ts",
|
|
163
|
-
"line":
|
|
168
|
+
"line": 67,
|
|
164
169
|
"character": 53
|
|
165
170
|
},
|
|
166
171
|
"name": "Promise",
|
|
@@ -169,14 +174,14 @@
|
|
|
169
174
|
"__schema": "TypeArraySchema",
|
|
170
175
|
"location": {
|
|
171
176
|
"filePath": "component-log.main.runtime.ts",
|
|
172
|
-
"line":
|
|
177
|
+
"line": 67,
|
|
173
178
|
"character": 61
|
|
174
179
|
},
|
|
175
180
|
"type": {
|
|
176
181
|
"__schema": "TypeRefSchema",
|
|
177
182
|
"location": {
|
|
178
183
|
"filePath": "component-log.main.runtime.ts",
|
|
179
|
-
"line":
|
|
184
|
+
"line": 67,
|
|
180
185
|
"character": 61
|
|
181
186
|
},
|
|
182
187
|
"name": "ComponentLog"
|
|
@@ -192,7 +197,7 @@
|
|
|
192
197
|
"__schema": "FunctionLikeSchema",
|
|
193
198
|
"location": {
|
|
194
199
|
"filePath": "component-log.main.runtime.ts",
|
|
195
|
-
"line":
|
|
200
|
+
"line": 86,
|
|
196
201
|
"character": 3
|
|
197
202
|
},
|
|
198
203
|
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string, options: LogOpts): Promise<string[]>",
|
|
@@ -202,7 +207,7 @@
|
|
|
202
207
|
"__schema": "ParameterSchema",
|
|
203
208
|
"location": {
|
|
204
209
|
"filePath": "component-log.main.runtime.ts",
|
|
205
|
-
"line":
|
|
210
|
+
"line": 86,
|
|
206
211
|
"character": 28
|
|
207
212
|
},
|
|
208
213
|
"name": "id",
|
|
@@ -210,7 +215,7 @@
|
|
|
210
215
|
"__schema": "KeywordTypeSchema",
|
|
211
216
|
"location": {
|
|
212
217
|
"filePath": "component-log.main.runtime.ts",
|
|
213
|
-
"line":
|
|
218
|
+
"line": 86,
|
|
214
219
|
"character": 32
|
|
215
220
|
},
|
|
216
221
|
"name": "string"
|
|
@@ -222,7 +227,7 @@
|
|
|
222
227
|
"__schema": "ParameterSchema",
|
|
223
228
|
"location": {
|
|
224
229
|
"filePath": "component-log.main.runtime.ts",
|
|
225
|
-
"line":
|
|
230
|
+
"line": 86,
|
|
226
231
|
"character": 40
|
|
227
232
|
},
|
|
228
233
|
"name": "options",
|
|
@@ -230,10 +235,11 @@
|
|
|
230
235
|
"__schema": "TypeRefSchema",
|
|
231
236
|
"location": {
|
|
232
237
|
"filePath": "component-log.main.runtime.ts",
|
|
233
|
-
"line":
|
|
238
|
+
"line": 86,
|
|
234
239
|
"character": 49
|
|
235
240
|
},
|
|
236
|
-
"name": "LogOpts"
|
|
241
|
+
"name": "LogOpts",
|
|
242
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
237
243
|
},
|
|
238
244
|
"isOptional": false,
|
|
239
245
|
"isSpread": false
|
|
@@ -243,7 +249,7 @@
|
|
|
243
249
|
"__schema": "InferenceTypeSchema",
|
|
244
250
|
"location": {
|
|
245
251
|
"filePath": "component-log.main.runtime.ts",
|
|
246
|
-
"line":
|
|
252
|
+
"line": 86,
|
|
247
253
|
"character": 3
|
|
248
254
|
},
|
|
249
255
|
"type": "Promise<string[]>"
|
|
@@ -256,7 +262,7 @@
|
|
|
256
262
|
"__schema": "FunctionLikeSchema",
|
|
257
263
|
"location": {
|
|
258
264
|
"filePath": "component-log.main.runtime.ts",
|
|
259
|
-
"line":
|
|
265
|
+
"line": 93,
|
|
260
266
|
"character": 3
|
|
261
267
|
},
|
|
262
268
|
"signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
|
|
@@ -266,7 +272,7 @@
|
|
|
266
272
|
"__schema": "ParameterSchema",
|
|
267
273
|
"location": {
|
|
268
274
|
"filePath": "component-log.main.runtime.ts",
|
|
269
|
-
"line":
|
|
275
|
+
"line": 93,
|
|
270
276
|
"character": 35
|
|
271
277
|
},
|
|
272
278
|
"name": "id",
|
|
@@ -274,7 +280,7 @@
|
|
|
274
280
|
"__schema": "KeywordTypeSchema",
|
|
275
281
|
"location": {
|
|
276
282
|
"filePath": "component-log.main.runtime.ts",
|
|
277
|
-
"line":
|
|
283
|
+
"line": 93,
|
|
278
284
|
"character": 39
|
|
279
285
|
},
|
|
280
286
|
"name": "string"
|
|
@@ -287,7 +293,7 @@
|
|
|
287
293
|
"__schema": "TypeRefSchema",
|
|
288
294
|
"location": {
|
|
289
295
|
"filePath": "component-log.main.runtime.ts",
|
|
290
|
-
"line":
|
|
296
|
+
"line": 93,
|
|
291
297
|
"character": 48
|
|
292
298
|
},
|
|
293
299
|
"name": "Promise",
|
|
@@ -296,14 +302,14 @@
|
|
|
296
302
|
"__schema": "TypeArraySchema",
|
|
297
303
|
"location": {
|
|
298
304
|
"filePath": "component-log.main.runtime.ts",
|
|
299
|
-
"line":
|
|
305
|
+
"line": 93,
|
|
300
306
|
"character": 56
|
|
301
307
|
},
|
|
302
308
|
"type": {
|
|
303
309
|
"__schema": "TypeRefSchema",
|
|
304
310
|
"location": {
|
|
305
311
|
"filePath": "component-log.main.runtime.ts",
|
|
306
|
-
"line":
|
|
312
|
+
"line": 93,
|
|
307
313
|
"character": 56
|
|
308
314
|
},
|
|
309
315
|
"name": "FileHashDiffFromParent"
|
|
@@ -319,7 +325,7 @@
|
|
|
319
325
|
"__schema": "FunctionLikeSchema",
|
|
320
326
|
"location": {
|
|
321
327
|
"filePath": "component-log.main.runtime.ts",
|
|
322
|
-
"line":
|
|
328
|
+
"line": 133,
|
|
323
329
|
"character": 3
|
|
324
330
|
},
|
|
325
331
|
"signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: PathOsBasedAbsolute): Promise<FileLog[]>",
|
|
@@ -329,7 +335,7 @@
|
|
|
329
335
|
"__schema": "ParameterSchema",
|
|
330
336
|
"location": {
|
|
331
337
|
"filePath": "component-log.main.runtime.ts",
|
|
332
|
-
"line":
|
|
338
|
+
"line": 133,
|
|
333
339
|
"character": 30
|
|
334
340
|
},
|
|
335
341
|
"name": "filePath",
|
|
@@ -337,10 +343,15 @@
|
|
|
337
343
|
"__schema": "TypeRefSchema",
|
|
338
344
|
"location": {
|
|
339
345
|
"filePath": "component-log.main.runtime.ts",
|
|
340
|
-
"line":
|
|
346
|
+
"line": 133,
|
|
341
347
|
"character": 40
|
|
342
348
|
},
|
|
343
|
-
"name": "PathOsBasedAbsolute"
|
|
349
|
+
"name": "PathOsBasedAbsolute",
|
|
350
|
+
"componentId": {
|
|
351
|
+
"scope": "teambit.toolbox",
|
|
352
|
+
"name": "path/path",
|
|
353
|
+
"version": "0.0.5"
|
|
354
|
+
}
|
|
344
355
|
},
|
|
345
356
|
"isOptional": false,
|
|
346
357
|
"isSpread": false
|
|
@@ -350,7 +361,7 @@
|
|
|
350
361
|
"__schema": "TypeRefSchema",
|
|
351
362
|
"location": {
|
|
352
363
|
"filePath": "component-log.main.runtime.ts",
|
|
353
|
-
"line":
|
|
364
|
+
"line": 133,
|
|
354
365
|
"character": 62
|
|
355
366
|
},
|
|
356
367
|
"name": "Promise",
|
|
@@ -359,17 +370,18 @@
|
|
|
359
370
|
"__schema": "TypeArraySchema",
|
|
360
371
|
"location": {
|
|
361
372
|
"filePath": "component-log.main.runtime.ts",
|
|
362
|
-
"line":
|
|
373
|
+
"line": 133,
|
|
363
374
|
"character": 70
|
|
364
375
|
},
|
|
365
376
|
"type": {
|
|
366
377
|
"__schema": "TypeRefSchema",
|
|
367
378
|
"location": {
|
|
368
379
|
"filePath": "component-log.main.runtime.ts",
|
|
369
|
-
"line":
|
|
380
|
+
"line": 133,
|
|
370
381
|
"character": 70
|
|
371
382
|
},
|
|
372
|
-
"name": "FileLog"
|
|
383
|
+
"name": "FileLog",
|
|
384
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
373
385
|
}
|
|
374
386
|
}
|
|
375
387
|
]
|
|
@@ -382,7 +394,7 @@
|
|
|
382
394
|
"__schema": "FunctionLikeSchema",
|
|
383
395
|
"location": {
|
|
384
396
|
"filePath": "component-log.main.runtime.ts",
|
|
385
|
-
"line":
|
|
397
|
+
"line": 211,
|
|
386
398
|
"character": 3
|
|
387
399
|
},
|
|
388
400
|
"signature": "(method) ComponentLogMain.blame(filePath: PathOsBased): Promise<BlameLineInfo[]>",
|
|
@@ -392,7 +404,7 @@
|
|
|
392
404
|
"__schema": "ParameterSchema",
|
|
393
405
|
"location": {
|
|
394
406
|
"filePath": "component-log.main.runtime.ts",
|
|
395
|
-
"line":
|
|
407
|
+
"line": 211,
|
|
396
408
|
"character": 15
|
|
397
409
|
},
|
|
398
410
|
"name": "filePath",
|
|
@@ -400,10 +412,15 @@
|
|
|
400
412
|
"__schema": "TypeRefSchema",
|
|
401
413
|
"location": {
|
|
402
414
|
"filePath": "component-log.main.runtime.ts",
|
|
403
|
-
"line":
|
|
415
|
+
"line": 211,
|
|
404
416
|
"character": 25
|
|
405
417
|
},
|
|
406
|
-
"name": "PathOsBased"
|
|
418
|
+
"name": "PathOsBased",
|
|
419
|
+
"componentId": {
|
|
420
|
+
"scope": "teambit.toolbox",
|
|
421
|
+
"name": "path/path",
|
|
422
|
+
"version": "0.0.5"
|
|
423
|
+
}
|
|
407
424
|
},
|
|
408
425
|
"isOptional": false,
|
|
409
426
|
"isSpread": false
|
|
@@ -413,7 +430,7 @@
|
|
|
413
430
|
"__schema": "TypeRefSchema",
|
|
414
431
|
"location": {
|
|
415
432
|
"filePath": "component-log.main.runtime.ts",
|
|
416
|
-
"line":
|
|
433
|
+
"line": 211,
|
|
417
434
|
"character": 39
|
|
418
435
|
},
|
|
419
436
|
"name": "Promise",
|
|
@@ -422,17 +439,18 @@
|
|
|
422
439
|
"__schema": "TypeArraySchema",
|
|
423
440
|
"location": {
|
|
424
441
|
"filePath": "component-log.main.runtime.ts",
|
|
425
|
-
"line":
|
|
442
|
+
"line": 211,
|
|
426
443
|
"character": 47
|
|
427
444
|
},
|
|
428
445
|
"type": {
|
|
429
446
|
"__schema": "TypeRefSchema",
|
|
430
447
|
"location": {
|
|
431
448
|
"filePath": "component-log.main.runtime.ts",
|
|
432
|
-
"line":
|
|
449
|
+
"line": 211,
|
|
433
450
|
"character": 47
|
|
434
451
|
},
|
|
435
|
-
"name": "BlameLineInfo"
|
|
452
|
+
"name": "BlameLineInfo",
|
|
453
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
436
454
|
}
|
|
437
455
|
}
|
|
438
456
|
]
|
|
@@ -445,7 +463,7 @@
|
|
|
445
463
|
"__schema": "FunctionLikeSchema",
|
|
446
464
|
"location": {
|
|
447
465
|
"filePath": "component-log.main.runtime.ts",
|
|
448
|
-
"line":
|
|
466
|
+
"line": 306,
|
|
449
467
|
"character": 3
|
|
450
468
|
},
|
|
451
469
|
"signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
|
|
@@ -455,7 +473,7 @@
|
|
|
455
473
|
"__schema": "ParameterSchema",
|
|
456
474
|
"location": {
|
|
457
475
|
"filePath": "component-log.main.runtime.ts",
|
|
458
|
-
"line":
|
|
476
|
+
"line": 306,
|
|
459
477
|
"character": 20
|
|
460
478
|
},
|
|
461
479
|
"name": "filePath",
|
|
@@ -463,7 +481,7 @@
|
|
|
463
481
|
"__schema": "KeywordTypeSchema",
|
|
464
482
|
"location": {
|
|
465
483
|
"filePath": "component-log.main.runtime.ts",
|
|
466
|
-
"line":
|
|
484
|
+
"line": 306,
|
|
467
485
|
"character": 30
|
|
468
486
|
},
|
|
469
487
|
"name": "string"
|
|
@@ -476,7 +494,7 @@
|
|
|
476
494
|
"__schema": "InferenceTypeSchema",
|
|
477
495
|
"location": {
|
|
478
496
|
"filePath": "component-log.main.runtime.ts",
|
|
479
|
-
"line":
|
|
497
|
+
"line": 306,
|
|
480
498
|
"character": 3
|
|
481
499
|
},
|
|
482
500
|
"type": "Promise<FileLog[]>"
|
|
@@ -489,7 +507,7 @@
|
|
|
489
507
|
"__schema": "VariableLikeSchema",
|
|
490
508
|
"location": {
|
|
491
509
|
"filePath": "component-log.main.runtime.ts",
|
|
492
|
-
"line":
|
|
510
|
+
"line": 363,
|
|
493
511
|
"character": 3
|
|
494
512
|
},
|
|
495
513
|
"signature": "(property) ComponentLogMain.slots: never[]",
|
|
@@ -498,7 +516,7 @@
|
|
|
498
516
|
"__schema": "InferenceTypeSchema",
|
|
499
517
|
"location": {
|
|
500
518
|
"filePath": "component-log.main.runtime.ts",
|
|
501
|
-
"line":
|
|
519
|
+
"line": 363,
|
|
502
520
|
"character": 3
|
|
503
521
|
},
|
|
504
522
|
"type": "never[]"
|
|
@@ -510,7 +528,7 @@
|
|
|
510
528
|
"__schema": "VariableLikeSchema",
|
|
511
529
|
"location": {
|
|
512
530
|
"filePath": "component-log.main.runtime.ts",
|
|
513
|
-
"line":
|
|
531
|
+
"line": 364,
|
|
514
532
|
"character": 3
|
|
515
533
|
},
|
|
516
534
|
"signature": "(property) ComponentLogMain.dependencies: Aspect[]",
|
|
@@ -519,7 +537,7 @@
|
|
|
519
537
|
"__schema": "InferenceTypeSchema",
|
|
520
538
|
"location": {
|
|
521
539
|
"filePath": "component-log.main.runtime.ts",
|
|
522
|
-
"line":
|
|
540
|
+
"line": 364,
|
|
523
541
|
"character": 3
|
|
524
542
|
},
|
|
525
543
|
"type": "Aspect[]"
|
|
@@ -531,7 +549,7 @@
|
|
|
531
549
|
"__schema": "VariableLikeSchema",
|
|
532
550
|
"location": {
|
|
533
551
|
"filePath": "component-log.main.runtime.ts",
|
|
534
|
-
"line":
|
|
552
|
+
"line": 365,
|
|
535
553
|
"character": 3
|
|
536
554
|
},
|
|
537
555
|
"signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
|
|
@@ -540,7 +558,7 @@
|
|
|
540
558
|
"__schema": "InferenceTypeSchema",
|
|
541
559
|
"location": {
|
|
542
560
|
"filePath": "component-log.main.runtime.ts",
|
|
543
|
-
"line":
|
|
561
|
+
"line": 365,
|
|
544
562
|
"character": 3
|
|
545
563
|
},
|
|
546
564
|
"type": "RuntimeDefinition"
|
|
@@ -552,7 +570,7 @@
|
|
|
552
570
|
"__schema": "FunctionLikeSchema",
|
|
553
571
|
"location": {
|
|
554
572
|
"filePath": "component-log.main.runtime.ts",
|
|
555
|
-
"line":
|
|
573
|
+
"line": 366,
|
|
556
574
|
"character": 3
|
|
557
575
|
},
|
|
558
576
|
"signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
|
|
@@ -562,7 +580,7 @@
|
|
|
562
580
|
"__schema": "ParameterSchema",
|
|
563
581
|
"location": {
|
|
564
582
|
"filePath": "component-log.main.runtime.ts",
|
|
565
|
-
"line":
|
|
583
|
+
"line": 366,
|
|
566
584
|
"character": 25
|
|
567
585
|
},
|
|
568
586
|
"name": "[ cli, workspace ]",
|
|
@@ -570,7 +588,7 @@
|
|
|
570
588
|
"__schema": "TupleTypeSchema",
|
|
571
589
|
"location": {
|
|
572
590
|
"filePath": "component-log.main.runtime.ts",
|
|
573
|
-
"line":
|
|
591
|
+
"line": 366,
|
|
574
592
|
"character": 43
|
|
575
593
|
},
|
|
576
594
|
"elements": [
|
|
@@ -578,19 +596,27 @@
|
|
|
578
596
|
"__schema": "TypeRefSchema",
|
|
579
597
|
"location": {
|
|
580
598
|
"filePath": "component-log.main.runtime.ts",
|
|
581
|
-
"line":
|
|
599
|
+
"line": 366,
|
|
582
600
|
"character": 44
|
|
583
601
|
},
|
|
584
|
-
"name": "CLIMain"
|
|
602
|
+
"name": "CLIMain",
|
|
603
|
+
"componentId": {
|
|
604
|
+
"scope": "teambit.harmony",
|
|
605
|
+
"name": "cli"
|
|
606
|
+
}
|
|
585
607
|
},
|
|
586
608
|
{
|
|
587
609
|
"__schema": "TypeRefSchema",
|
|
588
610
|
"location": {
|
|
589
611
|
"filePath": "component-log.main.runtime.ts",
|
|
590
|
-
"line":
|
|
612
|
+
"line": 366,
|
|
591
613
|
"character": 53
|
|
592
614
|
},
|
|
593
|
-
"name": "Workspace"
|
|
615
|
+
"name": "Workspace",
|
|
616
|
+
"componentId": {
|
|
617
|
+
"scope": "teambit.workspace",
|
|
618
|
+
"name": "workspace"
|
|
619
|
+
}
|
|
594
620
|
}
|
|
595
621
|
]
|
|
596
622
|
},
|
|
@@ -602,7 +628,7 @@
|
|
|
602
628
|
"__schema": "InferenceTypeSchema",
|
|
603
629
|
"location": {
|
|
604
630
|
"filePath": "component-log.main.runtime.ts",
|
|
605
|
-
"line":
|
|
631
|
+
"line": 366,
|
|
606
632
|
"character": 3
|
|
607
633
|
},
|
|
608
634
|
"type": "Promise<ComponentLogMain>"
|
|
@@ -630,7 +656,7 @@
|
|
|
630
656
|
"__schema": "TypeSchema",
|
|
631
657
|
"location": {
|
|
632
658
|
"filePath": "component-log.main.runtime.ts",
|
|
633
|
-
"line":
|
|
659
|
+
"line": 55,
|
|
634
660
|
"character": 1
|
|
635
661
|
},
|
|
636
662
|
"signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
|
|
@@ -639,7 +665,7 @@
|
|
|
639
665
|
"__schema": "TypeLiteralSchema",
|
|
640
666
|
"location": {
|
|
641
667
|
"filePath": "component-log.main.runtime.ts",
|
|
642
|
-
"line":
|
|
668
|
+
"line": 55,
|
|
643
669
|
"character": 38
|
|
644
670
|
},
|
|
645
671
|
"members": [
|
|
@@ -647,7 +673,7 @@
|
|
|
647
673
|
"__schema": "VariableLikeSchema",
|
|
648
674
|
"location": {
|
|
649
675
|
"filePath": "component-log.main.runtime.ts",
|
|
650
|
-
"line":
|
|
676
|
+
"line": 56,
|
|
651
677
|
"character": 3
|
|
652
678
|
},
|
|
653
679
|
"signature": "(property) filePath: string",
|
|
@@ -656,7 +682,7 @@
|
|
|
656
682
|
"__schema": "KeywordTypeSchema",
|
|
657
683
|
"location": {
|
|
658
684
|
"filePath": "component-log.main.runtime.ts",
|
|
659
|
-
"line":
|
|
685
|
+
"line": 56,
|
|
660
686
|
"character": 13
|
|
661
687
|
},
|
|
662
688
|
"name": "string"
|
|
@@ -667,7 +693,7 @@
|
|
|
667
693
|
"__schema": "VariableLikeSchema",
|
|
668
694
|
"location": {
|
|
669
695
|
"filePath": "component-log.main.runtime.ts",
|
|
670
|
-
"line":
|
|
696
|
+
"line": 57,
|
|
671
697
|
"character": 3
|
|
672
698
|
},
|
|
673
699
|
"signature": "(property) hash?: string | undefined",
|
|
@@ -676,7 +702,7 @@
|
|
|
676
702
|
"__schema": "KeywordTypeSchema",
|
|
677
703
|
"location": {
|
|
678
704
|
"filePath": "component-log.main.runtime.ts",
|
|
679
|
-
"line":
|
|
705
|
+
"line": 57,
|
|
680
706
|
"character": 10
|
|
681
707
|
},
|
|
682
708
|
"name": "string"
|
|
@@ -687,7 +713,7 @@
|
|
|
687
713
|
"__schema": "VariableLikeSchema",
|
|
688
714
|
"location": {
|
|
689
715
|
"filePath": "component-log.main.runtime.ts",
|
|
690
|
-
"line":
|
|
716
|
+
"line": 58,
|
|
691
717
|
"character": 3
|
|
692
718
|
},
|
|
693
719
|
"signature": "(property) parentHash?: string | undefined",
|
|
@@ -696,7 +722,7 @@
|
|
|
696
722
|
"__schema": "KeywordTypeSchema",
|
|
697
723
|
"location": {
|
|
698
724
|
"filePath": "component-log.main.runtime.ts",
|
|
699
|
-
"line":
|
|
725
|
+
"line": 58,
|
|
700
726
|
"character": 16
|
|
701
727
|
},
|
|
702
728
|
"name": "string"
|
|
@@ -769,7 +795,7 @@
|
|
|
769
795
|
"__schema": "TypeSchema",
|
|
770
796
|
"location": {
|
|
771
797
|
"filePath": "component-log.main.runtime.ts",
|
|
772
|
-
"line":
|
|
798
|
+
"line": 22,
|
|
773
799
|
"character": 1
|
|
774
800
|
},
|
|
775
801
|
"signature": "type FileLog = {\n hash: string;\n tag?: string | undefined;\n username?: string | undefined;\n email?: string | undefined;\n date: string;\n message: string;\n fileHash: string;\n parentFileHash?: string | undefined;\n fileDiff?: string | undefined;\n hidden?: boolean | undefined;\n parentHashes?: string[] | undefined;\n}",
|
|
@@ -778,7 +804,7 @@
|
|
|
778
804
|
"__schema": "TypeLiteralSchema",
|
|
779
805
|
"location": {
|
|
780
806
|
"filePath": "component-log.main.runtime.ts",
|
|
781
|
-
"line":
|
|
807
|
+
"line": 22,
|
|
782
808
|
"character": 23
|
|
783
809
|
},
|
|
784
810
|
"members": [
|
|
@@ -786,7 +812,7 @@
|
|
|
786
812
|
"__schema": "VariableLikeSchema",
|
|
787
813
|
"location": {
|
|
788
814
|
"filePath": "component-log.main.runtime.ts",
|
|
789
|
-
"line":
|
|
815
|
+
"line": 23,
|
|
790
816
|
"character": 3
|
|
791
817
|
},
|
|
792
818
|
"signature": "(property) hash: string",
|
|
@@ -795,7 +821,7 @@
|
|
|
795
821
|
"__schema": "KeywordTypeSchema",
|
|
796
822
|
"location": {
|
|
797
823
|
"filePath": "component-log.main.runtime.ts",
|
|
798
|
-
"line":
|
|
824
|
+
"line": 23,
|
|
799
825
|
"character": 9
|
|
800
826
|
},
|
|
801
827
|
"name": "string"
|
|
@@ -806,7 +832,7 @@
|
|
|
806
832
|
"__schema": "VariableLikeSchema",
|
|
807
833
|
"location": {
|
|
808
834
|
"filePath": "component-log.main.runtime.ts",
|
|
809
|
-
"line":
|
|
835
|
+
"line": 24,
|
|
810
836
|
"character": 3
|
|
811
837
|
},
|
|
812
838
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -815,7 +841,7 @@
|
|
|
815
841
|
"__schema": "KeywordTypeSchema",
|
|
816
842
|
"location": {
|
|
817
843
|
"filePath": "component-log.main.runtime.ts",
|
|
818
|
-
"line":
|
|
844
|
+
"line": 24,
|
|
819
845
|
"character": 9
|
|
820
846
|
},
|
|
821
847
|
"name": "string"
|
|
@@ -826,7 +852,7 @@
|
|
|
826
852
|
"__schema": "VariableLikeSchema",
|
|
827
853
|
"location": {
|
|
828
854
|
"filePath": "component-log.main.runtime.ts",
|
|
829
|
-
"line":
|
|
855
|
+
"line": 25,
|
|
830
856
|
"character": 3
|
|
831
857
|
},
|
|
832
858
|
"signature": "(property) username?: string | undefined",
|
|
@@ -835,7 +861,7 @@
|
|
|
835
861
|
"__schema": "KeywordTypeSchema",
|
|
836
862
|
"location": {
|
|
837
863
|
"filePath": "component-log.main.runtime.ts",
|
|
838
|
-
"line":
|
|
864
|
+
"line": 25,
|
|
839
865
|
"character": 14
|
|
840
866
|
},
|
|
841
867
|
"name": "string"
|
|
@@ -846,7 +872,7 @@
|
|
|
846
872
|
"__schema": "VariableLikeSchema",
|
|
847
873
|
"location": {
|
|
848
874
|
"filePath": "component-log.main.runtime.ts",
|
|
849
|
-
"line":
|
|
875
|
+
"line": 26,
|
|
850
876
|
"character": 3
|
|
851
877
|
},
|
|
852
878
|
"signature": "(property) email?: string | undefined",
|
|
@@ -855,7 +881,7 @@
|
|
|
855
881
|
"__schema": "KeywordTypeSchema",
|
|
856
882
|
"location": {
|
|
857
883
|
"filePath": "component-log.main.runtime.ts",
|
|
858
|
-
"line":
|
|
884
|
+
"line": 26,
|
|
859
885
|
"character": 11
|
|
860
886
|
},
|
|
861
887
|
"name": "string"
|
|
@@ -866,7 +892,7 @@
|
|
|
866
892
|
"__schema": "VariableLikeSchema",
|
|
867
893
|
"location": {
|
|
868
894
|
"filePath": "component-log.main.runtime.ts",
|
|
869
|
-
"line":
|
|
895
|
+
"line": 27,
|
|
870
896
|
"character": 3
|
|
871
897
|
},
|
|
872
898
|
"signature": "(property) date: string",
|
|
@@ -875,7 +901,7 @@
|
|
|
875
901
|
"__schema": "KeywordTypeSchema",
|
|
876
902
|
"location": {
|
|
877
903
|
"filePath": "component-log.main.runtime.ts",
|
|
878
|
-
"line":
|
|
904
|
+
"line": 27,
|
|
879
905
|
"character": 9
|
|
880
906
|
},
|
|
881
907
|
"name": "string"
|
|
@@ -886,7 +912,7 @@
|
|
|
886
912
|
"__schema": "VariableLikeSchema",
|
|
887
913
|
"location": {
|
|
888
914
|
"filePath": "component-log.main.runtime.ts",
|
|
889
|
-
"line":
|
|
915
|
+
"line": 28,
|
|
890
916
|
"character": 3
|
|
891
917
|
},
|
|
892
918
|
"signature": "(property) message: string",
|
|
@@ -895,7 +921,7 @@
|
|
|
895
921
|
"__schema": "KeywordTypeSchema",
|
|
896
922
|
"location": {
|
|
897
923
|
"filePath": "component-log.main.runtime.ts",
|
|
898
|
-
"line":
|
|
924
|
+
"line": 28,
|
|
899
925
|
"character": 12
|
|
900
926
|
},
|
|
901
927
|
"name": "string"
|
|
@@ -906,7 +932,7 @@
|
|
|
906
932
|
"__schema": "VariableLikeSchema",
|
|
907
933
|
"location": {
|
|
908
934
|
"filePath": "component-log.main.runtime.ts",
|
|
909
|
-
"line":
|
|
935
|
+
"line": 29,
|
|
910
936
|
"character": 3
|
|
911
937
|
},
|
|
912
938
|
"signature": "(property) fileHash: string",
|
|
@@ -915,7 +941,7 @@
|
|
|
915
941
|
"__schema": "KeywordTypeSchema",
|
|
916
942
|
"location": {
|
|
917
943
|
"filePath": "component-log.main.runtime.ts",
|
|
918
|
-
"line":
|
|
944
|
+
"line": 29,
|
|
919
945
|
"character": 13
|
|
920
946
|
},
|
|
921
947
|
"name": "string"
|
|
@@ -926,7 +952,7 @@
|
|
|
926
952
|
"__schema": "VariableLikeSchema",
|
|
927
953
|
"location": {
|
|
928
954
|
"filePath": "component-log.main.runtime.ts",
|
|
929
|
-
"line":
|
|
955
|
+
"line": 30,
|
|
930
956
|
"character": 3
|
|
931
957
|
},
|
|
932
958
|
"signature": "(property) parentFileHash?: string | undefined",
|
|
@@ -935,7 +961,7 @@
|
|
|
935
961
|
"__schema": "KeywordTypeSchema",
|
|
936
962
|
"location": {
|
|
937
963
|
"filePath": "component-log.main.runtime.ts",
|
|
938
|
-
"line":
|
|
964
|
+
"line": 30,
|
|
939
965
|
"character": 20
|
|
940
966
|
},
|
|
941
967
|
"name": "string"
|
|
@@ -946,7 +972,7 @@
|
|
|
946
972
|
"__schema": "VariableLikeSchema",
|
|
947
973
|
"location": {
|
|
948
974
|
"filePath": "component-log.main.runtime.ts",
|
|
949
|
-
"line":
|
|
975
|
+
"line": 31,
|
|
950
976
|
"character": 3
|
|
951
977
|
},
|
|
952
978
|
"signature": "(property) fileDiff?: string | undefined",
|
|
@@ -955,7 +981,7 @@
|
|
|
955
981
|
"__schema": "KeywordTypeSchema",
|
|
956
982
|
"location": {
|
|
957
983
|
"filePath": "component-log.main.runtime.ts",
|
|
958
|
-
"line":
|
|
984
|
+
"line": 31,
|
|
959
985
|
"character": 14
|
|
960
986
|
},
|
|
961
987
|
"name": "string"
|
|
@@ -966,7 +992,7 @@
|
|
|
966
992
|
"__schema": "VariableLikeSchema",
|
|
967
993
|
"location": {
|
|
968
994
|
"filePath": "component-log.main.runtime.ts",
|
|
969
|
-
"line":
|
|
995
|
+
"line": 32,
|
|
970
996
|
"character": 3
|
|
971
997
|
},
|
|
972
998
|
"signature": "(property) hidden?: boolean | undefined",
|
|
@@ -975,7 +1001,7 @@
|
|
|
975
1001
|
"__schema": "KeywordTypeSchema",
|
|
976
1002
|
"location": {
|
|
977
1003
|
"filePath": "component-log.main.runtime.ts",
|
|
978
|
-
"line":
|
|
1004
|
+
"line": 32,
|
|
979
1005
|
"character": 12
|
|
980
1006
|
},
|
|
981
1007
|
"name": "boolean"
|
|
@@ -986,7 +1012,7 @@
|
|
|
986
1012
|
"__schema": "VariableLikeSchema",
|
|
987
1013
|
"location": {
|
|
988
1014
|
"filePath": "component-log.main.runtime.ts",
|
|
989
|
-
"line":
|
|
1015
|
+
"line": 33,
|
|
990
1016
|
"character": 3
|
|
991
1017
|
},
|
|
992
1018
|
"signature": "(property) parentHashes?: string[] | undefined",
|
|
@@ -995,14 +1021,14 @@
|
|
|
995
1021
|
"__schema": "TypeArraySchema",
|
|
996
1022
|
"location": {
|
|
997
1023
|
"filePath": "component-log.main.runtime.ts",
|
|
998
|
-
"line":
|
|
1024
|
+
"line": 33,
|
|
999
1025
|
"character": 18
|
|
1000
1026
|
},
|
|
1001
1027
|
"type": {
|
|
1002
1028
|
"__schema": "KeywordTypeSchema",
|
|
1003
1029
|
"location": {
|
|
1004
1030
|
"filePath": "component-log.main.runtime.ts",
|
|
1005
|
-
"line":
|
|
1031
|
+
"line": 33,
|
|
1006
1032
|
"character": 18
|
|
1007
1033
|
},
|
|
1008
1034
|
"name": "string"
|
|
@@ -1017,7 +1043,7 @@
|
|
|
1017
1043
|
"__schema": "TypeSchema",
|
|
1018
1044
|
"location": {
|
|
1019
1045
|
"filePath": "component-log.main.runtime.ts",
|
|
1020
|
-
"line":
|
|
1046
|
+
"line": 36,
|
|
1021
1047
|
"character": 1
|
|
1022
1048
|
},
|
|
1023
1049
|
"signature": "type BlameLineInfo = {\n lineNumber: number;\n lineContent: string;\n previousLineContent?: string | undefined;\n username: string;\n email?: string | undefined;\n date: string;\n message: string;\n hash: string;\n tag?: string | undefined;\n}",
|
|
@@ -1026,7 +1052,7 @@
|
|
|
1026
1052
|
"__schema": "TypeLiteralSchema",
|
|
1027
1053
|
"location": {
|
|
1028
1054
|
"filePath": "component-log.main.runtime.ts",
|
|
1029
|
-
"line":
|
|
1055
|
+
"line": 36,
|
|
1030
1056
|
"character": 29
|
|
1031
1057
|
},
|
|
1032
1058
|
"members": [
|
|
@@ -1034,7 +1060,7 @@
|
|
|
1034
1060
|
"__schema": "VariableLikeSchema",
|
|
1035
1061
|
"location": {
|
|
1036
1062
|
"filePath": "component-log.main.runtime.ts",
|
|
1037
|
-
"line":
|
|
1063
|
+
"line": 37,
|
|
1038
1064
|
"character": 3
|
|
1039
1065
|
},
|
|
1040
1066
|
"signature": "(property) lineNumber: number",
|
|
@@ -1043,7 +1069,7 @@
|
|
|
1043
1069
|
"__schema": "KeywordTypeSchema",
|
|
1044
1070
|
"location": {
|
|
1045
1071
|
"filePath": "component-log.main.runtime.ts",
|
|
1046
|
-
"line":
|
|
1072
|
+
"line": 37,
|
|
1047
1073
|
"character": 15
|
|
1048
1074
|
},
|
|
1049
1075
|
"name": "number"
|
|
@@ -1054,7 +1080,7 @@
|
|
|
1054
1080
|
"__schema": "VariableLikeSchema",
|
|
1055
1081
|
"location": {
|
|
1056
1082
|
"filePath": "component-log.main.runtime.ts",
|
|
1057
|
-
"line":
|
|
1083
|
+
"line": 38,
|
|
1058
1084
|
"character": 3
|
|
1059
1085
|
},
|
|
1060
1086
|
"signature": "(property) lineContent: string",
|
|
@@ -1063,7 +1089,7 @@
|
|
|
1063
1089
|
"__schema": "KeywordTypeSchema",
|
|
1064
1090
|
"location": {
|
|
1065
1091
|
"filePath": "component-log.main.runtime.ts",
|
|
1066
|
-
"line":
|
|
1092
|
+
"line": 38,
|
|
1067
1093
|
"character": 16
|
|
1068
1094
|
},
|
|
1069
1095
|
"name": "string"
|
|
@@ -1074,7 +1100,7 @@
|
|
|
1074
1100
|
"__schema": "VariableLikeSchema",
|
|
1075
1101
|
"location": {
|
|
1076
1102
|
"filePath": "component-log.main.runtime.ts",
|
|
1077
|
-
"line":
|
|
1103
|
+
"line": 39,
|
|
1078
1104
|
"character": 3
|
|
1079
1105
|
},
|
|
1080
1106
|
"signature": "(property) previousLineContent?: string | undefined",
|
|
@@ -1083,7 +1109,7 @@
|
|
|
1083
1109
|
"__schema": "KeywordTypeSchema",
|
|
1084
1110
|
"location": {
|
|
1085
1111
|
"filePath": "component-log.main.runtime.ts",
|
|
1086
|
-
"line":
|
|
1112
|
+
"line": 39,
|
|
1087
1113
|
"character": 25
|
|
1088
1114
|
},
|
|
1089
1115
|
"name": "string"
|
|
@@ -1094,7 +1120,7 @@
|
|
|
1094
1120
|
"__schema": "VariableLikeSchema",
|
|
1095
1121
|
"location": {
|
|
1096
1122
|
"filePath": "component-log.main.runtime.ts",
|
|
1097
|
-
"line":
|
|
1123
|
+
"line": 40,
|
|
1098
1124
|
"character": 3
|
|
1099
1125
|
},
|
|
1100
1126
|
"signature": "(property) username: string",
|
|
@@ -1103,7 +1129,7 @@
|
|
|
1103
1129
|
"__schema": "KeywordTypeSchema",
|
|
1104
1130
|
"location": {
|
|
1105
1131
|
"filePath": "component-log.main.runtime.ts",
|
|
1106
|
-
"line":
|
|
1132
|
+
"line": 40,
|
|
1107
1133
|
"character": 13
|
|
1108
1134
|
},
|
|
1109
1135
|
"name": "string"
|
|
@@ -1114,7 +1140,7 @@
|
|
|
1114
1140
|
"__schema": "VariableLikeSchema",
|
|
1115
1141
|
"location": {
|
|
1116
1142
|
"filePath": "component-log.main.runtime.ts",
|
|
1117
|
-
"line":
|
|
1143
|
+
"line": 41,
|
|
1118
1144
|
"character": 3
|
|
1119
1145
|
},
|
|
1120
1146
|
"signature": "(property) email?: string | undefined",
|
|
@@ -1123,7 +1149,7 @@
|
|
|
1123
1149
|
"__schema": "KeywordTypeSchema",
|
|
1124
1150
|
"location": {
|
|
1125
1151
|
"filePath": "component-log.main.runtime.ts",
|
|
1126
|
-
"line":
|
|
1152
|
+
"line": 41,
|
|
1127
1153
|
"character": 11
|
|
1128
1154
|
},
|
|
1129
1155
|
"name": "string"
|
|
@@ -1134,7 +1160,7 @@
|
|
|
1134
1160
|
"__schema": "VariableLikeSchema",
|
|
1135
1161
|
"location": {
|
|
1136
1162
|
"filePath": "component-log.main.runtime.ts",
|
|
1137
|
-
"line":
|
|
1163
|
+
"line": 42,
|
|
1138
1164
|
"character": 3
|
|
1139
1165
|
},
|
|
1140
1166
|
"signature": "(property) date: string",
|
|
@@ -1143,7 +1169,7 @@
|
|
|
1143
1169
|
"__schema": "KeywordTypeSchema",
|
|
1144
1170
|
"location": {
|
|
1145
1171
|
"filePath": "component-log.main.runtime.ts",
|
|
1146
|
-
"line":
|
|
1172
|
+
"line": 42,
|
|
1147
1173
|
"character": 9
|
|
1148
1174
|
},
|
|
1149
1175
|
"name": "string"
|
|
@@ -1154,7 +1180,7 @@
|
|
|
1154
1180
|
"__schema": "VariableLikeSchema",
|
|
1155
1181
|
"location": {
|
|
1156
1182
|
"filePath": "component-log.main.runtime.ts",
|
|
1157
|
-
"line":
|
|
1183
|
+
"line": 43,
|
|
1158
1184
|
"character": 3
|
|
1159
1185
|
},
|
|
1160
1186
|
"signature": "(property) message: string",
|
|
@@ -1163,7 +1189,7 @@
|
|
|
1163
1189
|
"__schema": "KeywordTypeSchema",
|
|
1164
1190
|
"location": {
|
|
1165
1191
|
"filePath": "component-log.main.runtime.ts",
|
|
1166
|
-
"line":
|
|
1192
|
+
"line": 43,
|
|
1167
1193
|
"character": 12
|
|
1168
1194
|
},
|
|
1169
1195
|
"name": "string"
|
|
@@ -1174,7 +1200,7 @@
|
|
|
1174
1200
|
"__schema": "VariableLikeSchema",
|
|
1175
1201
|
"location": {
|
|
1176
1202
|
"filePath": "component-log.main.runtime.ts",
|
|
1177
|
-
"line":
|
|
1203
|
+
"line": 44,
|
|
1178
1204
|
"character": 3
|
|
1179
1205
|
},
|
|
1180
1206
|
"signature": "(property) hash: string",
|
|
@@ -1183,7 +1209,7 @@
|
|
|
1183
1209
|
"__schema": "KeywordTypeSchema",
|
|
1184
1210
|
"location": {
|
|
1185
1211
|
"filePath": "component-log.main.runtime.ts",
|
|
1186
|
-
"line":
|
|
1212
|
+
"line": 44,
|
|
1187
1213
|
"character": 9
|
|
1188
1214
|
},
|
|
1189
1215
|
"name": "string"
|
|
@@ -1194,7 +1220,7 @@
|
|
|
1194
1220
|
"__schema": "VariableLikeSchema",
|
|
1195
1221
|
"location": {
|
|
1196
1222
|
"filePath": "component-log.main.runtime.ts",
|
|
1197
|
-
"line":
|
|
1223
|
+
"line": 45,
|
|
1198
1224
|
"character": 3
|
|
1199
1225
|
},
|
|
1200
1226
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -1203,7 +1229,7 @@
|
|
|
1203
1229
|
"__schema": "KeywordTypeSchema",
|
|
1204
1230
|
"location": {
|
|
1205
1231
|
"filePath": "component-log.main.runtime.ts",
|
|
1206
|
-
"line":
|
|
1232
|
+
"line": 45,
|
|
1207
1233
|
"character": 9
|
|
1208
1234
|
},
|
|
1209
1235
|
"name": "string"
|
|
@@ -1217,7 +1243,7 @@
|
|
|
1217
1243
|
"__schema": "TypeSchema",
|
|
1218
1244
|
"location": {
|
|
1219
1245
|
"filePath": "component-log.main.runtime.ts",
|
|
1220
|
-
"line":
|
|
1246
|
+
"line": 48,
|
|
1221
1247
|
"character": 1
|
|
1222
1248
|
},
|
|
1223
1249
|
"signature": "type LogOpts = {\n isRemote?: boolean | undefined;\n shortHash?: boolean | undefined;\n shortMessage?: boolean | undefined;\n showHidden?: boolean | undefined;\n}",
|
|
@@ -1226,7 +1252,7 @@
|
|
|
1226
1252
|
"__schema": "TypeLiteralSchema",
|
|
1227
1253
|
"location": {
|
|
1228
1254
|
"filePath": "component-log.main.runtime.ts",
|
|
1229
|
-
"line":
|
|
1255
|
+
"line": 48,
|
|
1230
1256
|
"character": 23
|
|
1231
1257
|
},
|
|
1232
1258
|
"members": [
|
|
@@ -1234,7 +1260,7 @@
|
|
|
1234
1260
|
"__schema": "VariableLikeSchema",
|
|
1235
1261
|
"location": {
|
|
1236
1262
|
"filePath": "component-log.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1263
|
+
"line": 49,
|
|
1238
1264
|
"character": 3
|
|
1239
1265
|
},
|
|
1240
1266
|
"signature": "(property) isRemote?: boolean | undefined",
|
|
@@ -1243,7 +1269,7 @@
|
|
|
1243
1269
|
"__schema": "KeywordTypeSchema",
|
|
1244
1270
|
"location": {
|
|
1245
1271
|
"filePath": "component-log.main.runtime.ts",
|
|
1246
|
-
"line":
|
|
1272
|
+
"line": 49,
|
|
1247
1273
|
"character": 14
|
|
1248
1274
|
},
|
|
1249
1275
|
"name": "boolean"
|
|
@@ -1254,7 +1280,7 @@
|
|
|
1254
1280
|
"__schema": "VariableLikeSchema",
|
|
1255
1281
|
"location": {
|
|
1256
1282
|
"filePath": "component-log.main.runtime.ts",
|
|
1257
|
-
"line":
|
|
1283
|
+
"line": 50,
|
|
1258
1284
|
"character": 3
|
|
1259
1285
|
},
|
|
1260
1286
|
"signature": "(property) shortHash?: boolean | undefined",
|
|
@@ -1263,7 +1289,7 @@
|
|
|
1263
1289
|
"__schema": "KeywordTypeSchema",
|
|
1264
1290
|
"location": {
|
|
1265
1291
|
"filePath": "component-log.main.runtime.ts",
|
|
1266
|
-
"line":
|
|
1292
|
+
"line": 50,
|
|
1267
1293
|
"character": 15
|
|
1268
1294
|
},
|
|
1269
1295
|
"name": "boolean"
|
|
@@ -1274,7 +1300,7 @@
|
|
|
1274
1300
|
"__schema": "VariableLikeSchema",
|
|
1275
1301
|
"location": {
|
|
1276
1302
|
"filePath": "component-log.main.runtime.ts",
|
|
1277
|
-
"line":
|
|
1303
|
+
"line": 51,
|
|
1278
1304
|
"character": 3
|
|
1279
1305
|
},
|
|
1280
1306
|
"signature": "(property) shortMessage?: boolean | undefined",
|
|
@@ -1283,7 +1309,7 @@
|
|
|
1283
1309
|
"__schema": "KeywordTypeSchema",
|
|
1284
1310
|
"location": {
|
|
1285
1311
|
"filePath": "component-log.main.runtime.ts",
|
|
1286
|
-
"line":
|
|
1312
|
+
"line": 51,
|
|
1287
1313
|
"character": 18
|
|
1288
1314
|
},
|
|
1289
1315
|
"name": "boolean"
|
|
@@ -1294,7 +1320,7 @@
|
|
|
1294
1320
|
"__schema": "VariableLikeSchema",
|
|
1295
1321
|
"location": {
|
|
1296
1322
|
"filePath": "component-log.main.runtime.ts",
|
|
1297
|
-
"line":
|
|
1323
|
+
"line": 52,
|
|
1298
1324
|
"character": 3
|
|
1299
1325
|
},
|
|
1300
1326
|
"signature": "(property) showHidden?: boolean | undefined",
|
|
@@ -1303,7 +1329,7 @@
|
|
|
1303
1329
|
"__schema": "KeywordTypeSchema",
|
|
1304
1330
|
"location": {
|
|
1305
1331
|
"filePath": "component-log.main.runtime.ts",
|
|
1306
|
-
"line":
|
|
1332
|
+
"line": 52,
|
|
1307
1333
|
"character": 16
|
|
1308
1334
|
},
|
|
1309
1335
|
"name": "boolean"
|
|
@@ -1317,7 +1343,7 @@
|
|
|
1317
1343
|
"__schema": "TypeSchema",
|
|
1318
1344
|
"location": {
|
|
1319
1345
|
"filePath": "component-log.main.runtime.ts",
|
|
1320
|
-
"line":
|
|
1346
|
+
"line": 55,
|
|
1321
1347
|
"character": 1
|
|
1322
1348
|
},
|
|
1323
1349
|
"signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
|
|
@@ -1326,7 +1352,7 @@
|
|
|
1326
1352
|
"__schema": "TypeLiteralSchema",
|
|
1327
1353
|
"location": {
|
|
1328
1354
|
"filePath": "component-log.main.runtime.ts",
|
|
1329
|
-
"line":
|
|
1355
|
+
"line": 55,
|
|
1330
1356
|
"character": 38
|
|
1331
1357
|
},
|
|
1332
1358
|
"members": [
|
|
@@ -1334,7 +1360,7 @@
|
|
|
1334
1360
|
"__schema": "VariableLikeSchema",
|
|
1335
1361
|
"location": {
|
|
1336
1362
|
"filePath": "component-log.main.runtime.ts",
|
|
1337
|
-
"line":
|
|
1363
|
+
"line": 56,
|
|
1338
1364
|
"character": 3
|
|
1339
1365
|
},
|
|
1340
1366
|
"signature": "(property) filePath: string",
|
|
@@ -1343,7 +1369,7 @@
|
|
|
1343
1369
|
"__schema": "KeywordTypeSchema",
|
|
1344
1370
|
"location": {
|
|
1345
1371
|
"filePath": "component-log.main.runtime.ts",
|
|
1346
|
-
"line":
|
|
1372
|
+
"line": 56,
|
|
1347
1373
|
"character": 13
|
|
1348
1374
|
},
|
|
1349
1375
|
"name": "string"
|
|
@@ -1354,7 +1380,7 @@
|
|
|
1354
1380
|
"__schema": "VariableLikeSchema",
|
|
1355
1381
|
"location": {
|
|
1356
1382
|
"filePath": "component-log.main.runtime.ts",
|
|
1357
|
-
"line":
|
|
1383
|
+
"line": 57,
|
|
1358
1384
|
"character": 3
|
|
1359
1385
|
},
|
|
1360
1386
|
"signature": "(property) hash?: string | undefined",
|
|
@@ -1363,7 +1389,7 @@
|
|
|
1363
1389
|
"__schema": "KeywordTypeSchema",
|
|
1364
1390
|
"location": {
|
|
1365
1391
|
"filePath": "component-log.main.runtime.ts",
|
|
1366
|
-
"line":
|
|
1392
|
+
"line": 57,
|
|
1367
1393
|
"character": 10
|
|
1368
1394
|
},
|
|
1369
1395
|
"name": "string"
|
|
@@ -1374,7 +1400,7 @@
|
|
|
1374
1400
|
"__schema": "VariableLikeSchema",
|
|
1375
1401
|
"location": {
|
|
1376
1402
|
"filePath": "component-log.main.runtime.ts",
|
|
1377
|
-
"line":
|
|
1403
|
+
"line": 58,
|
|
1378
1404
|
"character": 3
|
|
1379
1405
|
},
|
|
1380
1406
|
"signature": "(property) parentHash?: string | undefined",
|
|
@@ -1383,7 +1409,7 @@
|
|
|
1383
1409
|
"__schema": "KeywordTypeSchema",
|
|
1384
1410
|
"location": {
|
|
1385
1411
|
"filePath": "component-log.main.runtime.ts",
|
|
1386
|
-
"line":
|
|
1412
|
+
"line": 58,
|
|
1387
1413
|
"character": 16
|
|
1388
1414
|
},
|
|
1389
1415
|
"name": "string"
|
|
@@ -1397,7 +1423,7 @@
|
|
|
1397
1423
|
"__schema": "ClassSchema",
|
|
1398
1424
|
"location": {
|
|
1399
1425
|
"filePath": "component-log.main.runtime.ts",
|
|
1400
|
-
"line":
|
|
1426
|
+
"line": 61,
|
|
1401
1427
|
"character": 1
|
|
1402
1428
|
},
|
|
1403
1429
|
"signature": "class ComponentLogMain",
|
|
@@ -1407,7 +1433,7 @@
|
|
|
1407
1433
|
"__schema": "ConstructorSchema",
|
|
1408
1434
|
"location": {
|
|
1409
1435
|
"filePath": "component-log.main.runtime.ts",
|
|
1410
|
-
"line":
|
|
1436
|
+
"line": 62,
|
|
1411
1437
|
"character": 3
|
|
1412
1438
|
},
|
|
1413
1439
|
"signature": "constructor ComponentLogMain(workspace: Workspace | undefined): ComponentLogMain",
|
|
@@ -1417,7 +1443,7 @@
|
|
|
1417
1443
|
"__schema": "ParameterSchema",
|
|
1418
1444
|
"location": {
|
|
1419
1445
|
"filePath": "component-log.main.runtime.ts",
|
|
1420
|
-
"line":
|
|
1446
|
+
"line": 62,
|
|
1421
1447
|
"character": 15
|
|
1422
1448
|
},
|
|
1423
1449
|
"name": "workspace",
|
|
@@ -1425,7 +1451,7 @@
|
|
|
1425
1451
|
"__schema": "TypeUnionSchema",
|
|
1426
1452
|
"location": {
|
|
1427
1453
|
"filePath": "component-log.main.runtime.ts",
|
|
1428
|
-
"line":
|
|
1454
|
+
"line": 62,
|
|
1429
1455
|
"character": 34
|
|
1430
1456
|
},
|
|
1431
1457
|
"types": [
|
|
@@ -1433,16 +1459,20 @@
|
|
|
1433
1459
|
"__schema": "TypeRefSchema",
|
|
1434
1460
|
"location": {
|
|
1435
1461
|
"filePath": "component-log.main.runtime.ts",
|
|
1436
|
-
"line":
|
|
1462
|
+
"line": 62,
|
|
1437
1463
|
"character": 34
|
|
1438
1464
|
},
|
|
1439
|
-
"name": "Workspace"
|
|
1465
|
+
"name": "Workspace",
|
|
1466
|
+
"componentId": {
|
|
1467
|
+
"scope": "teambit.workspace",
|
|
1468
|
+
"name": "workspace"
|
|
1469
|
+
}
|
|
1440
1470
|
},
|
|
1441
1471
|
{
|
|
1442
1472
|
"__schema": "KeywordTypeSchema",
|
|
1443
1473
|
"location": {
|
|
1444
1474
|
"filePath": "component-log.main.runtime.ts",
|
|
1445
|
-
"line":
|
|
1475
|
+
"line": 62,
|
|
1446
1476
|
"character": 46
|
|
1447
1477
|
},
|
|
1448
1478
|
"name": "undefined"
|
|
@@ -1457,7 +1487,7 @@
|
|
|
1457
1487
|
"__schema": "ThisTypeSchema",
|
|
1458
1488
|
"location": {
|
|
1459
1489
|
"filePath": "component-log.main.runtime.ts",
|
|
1460
|
-
"line":
|
|
1490
|
+
"line": 61,
|
|
1461
1491
|
"character": 1
|
|
1462
1492
|
},
|
|
1463
1493
|
"name": "ComponentLogMain"
|
|
@@ -1468,14 +1498,14 @@
|
|
|
1468
1498
|
"__schema": "FunctionLikeSchema",
|
|
1469
1499
|
"location": {
|
|
1470
1500
|
"filePath": "component-log.main.runtime.ts",
|
|
1471
|
-
"line":
|
|
1501
|
+
"line": 67,
|
|
1472
1502
|
"character": 3
|
|
1473
1503
|
},
|
|
1474
1504
|
"doc": {
|
|
1475
1505
|
"__schema": "DocSchema",
|
|
1476
1506
|
"location": {
|
|
1477
1507
|
"filePath": "component-log.main.runtime.ts",
|
|
1478
|
-
"line":
|
|
1508
|
+
"line": 64,
|
|
1479
1509
|
"character": 3
|
|
1480
1510
|
},
|
|
1481
1511
|
"raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
|
|
@@ -1489,7 +1519,7 @@
|
|
|
1489
1519
|
"__schema": "ParameterSchema",
|
|
1490
1520
|
"location": {
|
|
1491
1521
|
"filePath": "component-log.main.runtime.ts",
|
|
1492
|
-
"line":
|
|
1522
|
+
"line": 67,
|
|
1493
1523
|
"character": 17
|
|
1494
1524
|
},
|
|
1495
1525
|
"name": "id",
|
|
@@ -1497,7 +1527,7 @@
|
|
|
1497
1527
|
"__schema": "KeywordTypeSchema",
|
|
1498
1528
|
"location": {
|
|
1499
1529
|
"filePath": "component-log.main.runtime.ts",
|
|
1500
|
-
"line":
|
|
1530
|
+
"line": 67,
|
|
1501
1531
|
"character": 21
|
|
1502
1532
|
},
|
|
1503
1533
|
"name": "string"
|
|
@@ -1509,7 +1539,7 @@
|
|
|
1509
1539
|
"__schema": "ParameterSchema",
|
|
1510
1540
|
"location": {
|
|
1511
1541
|
"filePath": "component-log.main.runtime.ts",
|
|
1512
|
-
"line":
|
|
1542
|
+
"line": 67,
|
|
1513
1543
|
"character": 29
|
|
1514
1544
|
},
|
|
1515
1545
|
"name": "options",
|
|
@@ -1517,10 +1547,11 @@
|
|
|
1517
1547
|
"__schema": "TypeRefSchema",
|
|
1518
1548
|
"location": {
|
|
1519
1549
|
"filePath": "component-log.main.runtime.ts",
|
|
1520
|
-
"line":
|
|
1550
|
+
"line": 67,
|
|
1521
1551
|
"character": 38
|
|
1522
1552
|
},
|
|
1523
|
-
"name": "LogOpts"
|
|
1553
|
+
"name": "LogOpts",
|
|
1554
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
1524
1555
|
},
|
|
1525
1556
|
"isOptional": true,
|
|
1526
1557
|
"defaultValue": "{}",
|
|
@@ -1531,7 +1562,7 @@
|
|
|
1531
1562
|
"__schema": "TypeRefSchema",
|
|
1532
1563
|
"location": {
|
|
1533
1564
|
"filePath": "component-log.main.runtime.ts",
|
|
1534
|
-
"line":
|
|
1565
|
+
"line": 67,
|
|
1535
1566
|
"character": 53
|
|
1536
1567
|
},
|
|
1537
1568
|
"name": "Promise",
|
|
@@ -1540,14 +1571,14 @@
|
|
|
1540
1571
|
"__schema": "TypeArraySchema",
|
|
1541
1572
|
"location": {
|
|
1542
1573
|
"filePath": "component-log.main.runtime.ts",
|
|
1543
|
-
"line":
|
|
1574
|
+
"line": 67,
|
|
1544
1575
|
"character": 61
|
|
1545
1576
|
},
|
|
1546
1577
|
"type": {
|
|
1547
1578
|
"__schema": "TypeRefSchema",
|
|
1548
1579
|
"location": {
|
|
1549
1580
|
"filePath": "component-log.main.runtime.ts",
|
|
1550
|
-
"line":
|
|
1581
|
+
"line": 67,
|
|
1551
1582
|
"character": 61
|
|
1552
1583
|
},
|
|
1553
1584
|
"name": "ComponentLog"
|
|
@@ -1563,7 +1594,7 @@
|
|
|
1563
1594
|
"__schema": "FunctionLikeSchema",
|
|
1564
1595
|
"location": {
|
|
1565
1596
|
"filePath": "component-log.main.runtime.ts",
|
|
1566
|
-
"line":
|
|
1597
|
+
"line": 86,
|
|
1567
1598
|
"character": 3
|
|
1568
1599
|
},
|
|
1569
1600
|
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string, options: LogOpts): Promise<string[]>",
|
|
@@ -1573,7 +1604,7 @@
|
|
|
1573
1604
|
"__schema": "ParameterSchema",
|
|
1574
1605
|
"location": {
|
|
1575
1606
|
"filePath": "component-log.main.runtime.ts",
|
|
1576
|
-
"line":
|
|
1607
|
+
"line": 86,
|
|
1577
1608
|
"character": 28
|
|
1578
1609
|
},
|
|
1579
1610
|
"name": "id",
|
|
@@ -1581,7 +1612,7 @@
|
|
|
1581
1612
|
"__schema": "KeywordTypeSchema",
|
|
1582
1613
|
"location": {
|
|
1583
1614
|
"filePath": "component-log.main.runtime.ts",
|
|
1584
|
-
"line":
|
|
1615
|
+
"line": 86,
|
|
1585
1616
|
"character": 32
|
|
1586
1617
|
},
|
|
1587
1618
|
"name": "string"
|
|
@@ -1593,7 +1624,7 @@
|
|
|
1593
1624
|
"__schema": "ParameterSchema",
|
|
1594
1625
|
"location": {
|
|
1595
1626
|
"filePath": "component-log.main.runtime.ts",
|
|
1596
|
-
"line":
|
|
1627
|
+
"line": 86,
|
|
1597
1628
|
"character": 40
|
|
1598
1629
|
},
|
|
1599
1630
|
"name": "options",
|
|
@@ -1601,10 +1632,11 @@
|
|
|
1601
1632
|
"__schema": "TypeRefSchema",
|
|
1602
1633
|
"location": {
|
|
1603
1634
|
"filePath": "component-log.main.runtime.ts",
|
|
1604
|
-
"line":
|
|
1635
|
+
"line": 86,
|
|
1605
1636
|
"character": 49
|
|
1606
1637
|
},
|
|
1607
|
-
"name": "LogOpts"
|
|
1638
|
+
"name": "LogOpts",
|
|
1639
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
1608
1640
|
},
|
|
1609
1641
|
"isOptional": false,
|
|
1610
1642
|
"isSpread": false
|
|
@@ -1614,7 +1646,7 @@
|
|
|
1614
1646
|
"__schema": "InferenceTypeSchema",
|
|
1615
1647
|
"location": {
|
|
1616
1648
|
"filePath": "component-log.main.runtime.ts",
|
|
1617
|
-
"line":
|
|
1649
|
+
"line": 86,
|
|
1618
1650
|
"character": 3
|
|
1619
1651
|
},
|
|
1620
1652
|
"type": "Promise<string[]>"
|
|
@@ -1627,7 +1659,7 @@
|
|
|
1627
1659
|
"__schema": "FunctionLikeSchema",
|
|
1628
1660
|
"location": {
|
|
1629
1661
|
"filePath": "component-log.main.runtime.ts",
|
|
1630
|
-
"line":
|
|
1662
|
+
"line": 93,
|
|
1631
1663
|
"character": 3
|
|
1632
1664
|
},
|
|
1633
1665
|
"signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
|
|
@@ -1637,7 +1669,7 @@
|
|
|
1637
1669
|
"__schema": "ParameterSchema",
|
|
1638
1670
|
"location": {
|
|
1639
1671
|
"filePath": "component-log.main.runtime.ts",
|
|
1640
|
-
"line":
|
|
1672
|
+
"line": 93,
|
|
1641
1673
|
"character": 35
|
|
1642
1674
|
},
|
|
1643
1675
|
"name": "id",
|
|
@@ -1645,7 +1677,7 @@
|
|
|
1645
1677
|
"__schema": "KeywordTypeSchema",
|
|
1646
1678
|
"location": {
|
|
1647
1679
|
"filePath": "component-log.main.runtime.ts",
|
|
1648
|
-
"line":
|
|
1680
|
+
"line": 93,
|
|
1649
1681
|
"character": 39
|
|
1650
1682
|
},
|
|
1651
1683
|
"name": "string"
|
|
@@ -1658,7 +1690,7 @@
|
|
|
1658
1690
|
"__schema": "TypeRefSchema",
|
|
1659
1691
|
"location": {
|
|
1660
1692
|
"filePath": "component-log.main.runtime.ts",
|
|
1661
|
-
"line":
|
|
1693
|
+
"line": 93,
|
|
1662
1694
|
"character": 48
|
|
1663
1695
|
},
|
|
1664
1696
|
"name": "Promise",
|
|
@@ -1667,14 +1699,14 @@
|
|
|
1667
1699
|
"__schema": "TypeArraySchema",
|
|
1668
1700
|
"location": {
|
|
1669
1701
|
"filePath": "component-log.main.runtime.ts",
|
|
1670
|
-
"line":
|
|
1702
|
+
"line": 93,
|
|
1671
1703
|
"character": 56
|
|
1672
1704
|
},
|
|
1673
1705
|
"type": {
|
|
1674
1706
|
"__schema": "TypeRefSchema",
|
|
1675
1707
|
"location": {
|
|
1676
1708
|
"filePath": "component-log.main.runtime.ts",
|
|
1677
|
-
"line":
|
|
1709
|
+
"line": 93,
|
|
1678
1710
|
"character": 56
|
|
1679
1711
|
},
|
|
1680
1712
|
"name": "FileHashDiffFromParent"
|
|
@@ -1690,7 +1722,7 @@
|
|
|
1690
1722
|
"__schema": "FunctionLikeSchema",
|
|
1691
1723
|
"location": {
|
|
1692
1724
|
"filePath": "component-log.main.runtime.ts",
|
|
1693
|
-
"line":
|
|
1725
|
+
"line": 133,
|
|
1694
1726
|
"character": 3
|
|
1695
1727
|
},
|
|
1696
1728
|
"signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: PathOsBasedAbsolute): Promise<FileLog[]>",
|
|
@@ -1700,7 +1732,7 @@
|
|
|
1700
1732
|
"__schema": "ParameterSchema",
|
|
1701
1733
|
"location": {
|
|
1702
1734
|
"filePath": "component-log.main.runtime.ts",
|
|
1703
|
-
"line":
|
|
1735
|
+
"line": 133,
|
|
1704
1736
|
"character": 30
|
|
1705
1737
|
},
|
|
1706
1738
|
"name": "filePath",
|
|
@@ -1708,10 +1740,15 @@
|
|
|
1708
1740
|
"__schema": "TypeRefSchema",
|
|
1709
1741
|
"location": {
|
|
1710
1742
|
"filePath": "component-log.main.runtime.ts",
|
|
1711
|
-
"line":
|
|
1743
|
+
"line": 133,
|
|
1712
1744
|
"character": 40
|
|
1713
1745
|
},
|
|
1714
|
-
"name": "PathOsBasedAbsolute"
|
|
1746
|
+
"name": "PathOsBasedAbsolute",
|
|
1747
|
+
"componentId": {
|
|
1748
|
+
"scope": "teambit.toolbox",
|
|
1749
|
+
"name": "path/path",
|
|
1750
|
+
"version": "0.0.5"
|
|
1751
|
+
}
|
|
1715
1752
|
},
|
|
1716
1753
|
"isOptional": false,
|
|
1717
1754
|
"isSpread": false
|
|
@@ -1721,7 +1758,7 @@
|
|
|
1721
1758
|
"__schema": "TypeRefSchema",
|
|
1722
1759
|
"location": {
|
|
1723
1760
|
"filePath": "component-log.main.runtime.ts",
|
|
1724
|
-
"line":
|
|
1761
|
+
"line": 133,
|
|
1725
1762
|
"character": 62
|
|
1726
1763
|
},
|
|
1727
1764
|
"name": "Promise",
|
|
@@ -1730,17 +1767,18 @@
|
|
|
1730
1767
|
"__schema": "TypeArraySchema",
|
|
1731
1768
|
"location": {
|
|
1732
1769
|
"filePath": "component-log.main.runtime.ts",
|
|
1733
|
-
"line":
|
|
1770
|
+
"line": 133,
|
|
1734
1771
|
"character": 70
|
|
1735
1772
|
},
|
|
1736
1773
|
"type": {
|
|
1737
1774
|
"__schema": "TypeRefSchema",
|
|
1738
1775
|
"location": {
|
|
1739
1776
|
"filePath": "component-log.main.runtime.ts",
|
|
1740
|
-
"line":
|
|
1777
|
+
"line": 133,
|
|
1741
1778
|
"character": 70
|
|
1742
1779
|
},
|
|
1743
|
-
"name": "FileLog"
|
|
1780
|
+
"name": "FileLog",
|
|
1781
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
1744
1782
|
}
|
|
1745
1783
|
}
|
|
1746
1784
|
]
|
|
@@ -1753,7 +1791,7 @@
|
|
|
1753
1791
|
"__schema": "FunctionLikeSchema",
|
|
1754
1792
|
"location": {
|
|
1755
1793
|
"filePath": "component-log.main.runtime.ts",
|
|
1756
|
-
"line":
|
|
1794
|
+
"line": 211,
|
|
1757
1795
|
"character": 3
|
|
1758
1796
|
},
|
|
1759
1797
|
"signature": "(method) ComponentLogMain.blame(filePath: PathOsBased): Promise<BlameLineInfo[]>",
|
|
@@ -1763,7 +1801,7 @@
|
|
|
1763
1801
|
"__schema": "ParameterSchema",
|
|
1764
1802
|
"location": {
|
|
1765
1803
|
"filePath": "component-log.main.runtime.ts",
|
|
1766
|
-
"line":
|
|
1804
|
+
"line": 211,
|
|
1767
1805
|
"character": 15
|
|
1768
1806
|
},
|
|
1769
1807
|
"name": "filePath",
|
|
@@ -1771,10 +1809,15 @@
|
|
|
1771
1809
|
"__schema": "TypeRefSchema",
|
|
1772
1810
|
"location": {
|
|
1773
1811
|
"filePath": "component-log.main.runtime.ts",
|
|
1774
|
-
"line":
|
|
1812
|
+
"line": 211,
|
|
1775
1813
|
"character": 25
|
|
1776
1814
|
},
|
|
1777
|
-
"name": "PathOsBased"
|
|
1815
|
+
"name": "PathOsBased",
|
|
1816
|
+
"componentId": {
|
|
1817
|
+
"scope": "teambit.toolbox",
|
|
1818
|
+
"name": "path/path",
|
|
1819
|
+
"version": "0.0.5"
|
|
1820
|
+
}
|
|
1778
1821
|
},
|
|
1779
1822
|
"isOptional": false,
|
|
1780
1823
|
"isSpread": false
|
|
@@ -1784,7 +1827,7 @@
|
|
|
1784
1827
|
"__schema": "TypeRefSchema",
|
|
1785
1828
|
"location": {
|
|
1786
1829
|
"filePath": "component-log.main.runtime.ts",
|
|
1787
|
-
"line":
|
|
1830
|
+
"line": 211,
|
|
1788
1831
|
"character": 39
|
|
1789
1832
|
},
|
|
1790
1833
|
"name": "Promise",
|
|
@@ -1793,17 +1836,18 @@
|
|
|
1793
1836
|
"__schema": "TypeArraySchema",
|
|
1794
1837
|
"location": {
|
|
1795
1838
|
"filePath": "component-log.main.runtime.ts",
|
|
1796
|
-
"line":
|
|
1839
|
+
"line": 211,
|
|
1797
1840
|
"character": 47
|
|
1798
1841
|
},
|
|
1799
1842
|
"type": {
|
|
1800
1843
|
"__schema": "TypeRefSchema",
|
|
1801
1844
|
"location": {
|
|
1802
1845
|
"filePath": "component-log.main.runtime.ts",
|
|
1803
|
-
"line":
|
|
1846
|
+
"line": 211,
|
|
1804
1847
|
"character": 47
|
|
1805
1848
|
},
|
|
1806
|
-
"name": "BlameLineInfo"
|
|
1849
|
+
"name": "BlameLineInfo",
|
|
1850
|
+
"internalFilePath": "component-log.main.runtime.ts"
|
|
1807
1851
|
}
|
|
1808
1852
|
}
|
|
1809
1853
|
]
|
|
@@ -1816,7 +1860,7 @@
|
|
|
1816
1860
|
"__schema": "FunctionLikeSchema",
|
|
1817
1861
|
"location": {
|
|
1818
1862
|
"filePath": "component-log.main.runtime.ts",
|
|
1819
|
-
"line":
|
|
1863
|
+
"line": 306,
|
|
1820
1864
|
"character": 3
|
|
1821
1865
|
},
|
|
1822
1866
|
"signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
|
|
@@ -1826,7 +1870,7 @@
|
|
|
1826
1870
|
"__schema": "ParameterSchema",
|
|
1827
1871
|
"location": {
|
|
1828
1872
|
"filePath": "component-log.main.runtime.ts",
|
|
1829
|
-
"line":
|
|
1873
|
+
"line": 306,
|
|
1830
1874
|
"character": 20
|
|
1831
1875
|
},
|
|
1832
1876
|
"name": "filePath",
|
|
@@ -1834,7 +1878,7 @@
|
|
|
1834
1878
|
"__schema": "KeywordTypeSchema",
|
|
1835
1879
|
"location": {
|
|
1836
1880
|
"filePath": "component-log.main.runtime.ts",
|
|
1837
|
-
"line":
|
|
1881
|
+
"line": 306,
|
|
1838
1882
|
"character": 30
|
|
1839
1883
|
},
|
|
1840
1884
|
"name": "string"
|
|
@@ -1847,7 +1891,7 @@
|
|
|
1847
1891
|
"__schema": "InferenceTypeSchema",
|
|
1848
1892
|
"location": {
|
|
1849
1893
|
"filePath": "component-log.main.runtime.ts",
|
|
1850
|
-
"line":
|
|
1894
|
+
"line": 306,
|
|
1851
1895
|
"character": 3
|
|
1852
1896
|
},
|
|
1853
1897
|
"type": "Promise<FileLog[]>"
|
|
@@ -1860,7 +1904,7 @@
|
|
|
1860
1904
|
"__schema": "VariableLikeSchema",
|
|
1861
1905
|
"location": {
|
|
1862
1906
|
"filePath": "component-log.main.runtime.ts",
|
|
1863
|
-
"line":
|
|
1907
|
+
"line": 363,
|
|
1864
1908
|
"character": 3
|
|
1865
1909
|
},
|
|
1866
1910
|
"signature": "(property) ComponentLogMain.slots: never[]",
|
|
@@ -1869,7 +1913,7 @@
|
|
|
1869
1913
|
"__schema": "InferenceTypeSchema",
|
|
1870
1914
|
"location": {
|
|
1871
1915
|
"filePath": "component-log.main.runtime.ts",
|
|
1872
|
-
"line":
|
|
1916
|
+
"line": 363,
|
|
1873
1917
|
"character": 3
|
|
1874
1918
|
},
|
|
1875
1919
|
"type": "never[]"
|
|
@@ -1881,7 +1925,7 @@
|
|
|
1881
1925
|
"__schema": "VariableLikeSchema",
|
|
1882
1926
|
"location": {
|
|
1883
1927
|
"filePath": "component-log.main.runtime.ts",
|
|
1884
|
-
"line":
|
|
1928
|
+
"line": 364,
|
|
1885
1929
|
"character": 3
|
|
1886
1930
|
},
|
|
1887
1931
|
"signature": "(property) ComponentLogMain.dependencies: Aspect[]",
|
|
@@ -1890,7 +1934,7 @@
|
|
|
1890
1934
|
"__schema": "InferenceTypeSchema",
|
|
1891
1935
|
"location": {
|
|
1892
1936
|
"filePath": "component-log.main.runtime.ts",
|
|
1893
|
-
"line":
|
|
1937
|
+
"line": 364,
|
|
1894
1938
|
"character": 3
|
|
1895
1939
|
},
|
|
1896
1940
|
"type": "Aspect[]"
|
|
@@ -1902,7 +1946,7 @@
|
|
|
1902
1946
|
"__schema": "VariableLikeSchema",
|
|
1903
1947
|
"location": {
|
|
1904
1948
|
"filePath": "component-log.main.runtime.ts",
|
|
1905
|
-
"line":
|
|
1949
|
+
"line": 365,
|
|
1906
1950
|
"character": 3
|
|
1907
1951
|
},
|
|
1908
1952
|
"signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
|
|
@@ -1911,7 +1955,7 @@
|
|
|
1911
1955
|
"__schema": "InferenceTypeSchema",
|
|
1912
1956
|
"location": {
|
|
1913
1957
|
"filePath": "component-log.main.runtime.ts",
|
|
1914
|
-
"line":
|
|
1958
|
+
"line": 365,
|
|
1915
1959
|
"character": 3
|
|
1916
1960
|
},
|
|
1917
1961
|
"type": "RuntimeDefinition"
|
|
@@ -1923,7 +1967,7 @@
|
|
|
1923
1967
|
"__schema": "FunctionLikeSchema",
|
|
1924
1968
|
"location": {
|
|
1925
1969
|
"filePath": "component-log.main.runtime.ts",
|
|
1926
|
-
"line":
|
|
1970
|
+
"line": 366,
|
|
1927
1971
|
"character": 3
|
|
1928
1972
|
},
|
|
1929
1973
|
"signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
|
|
@@ -1933,7 +1977,7 @@
|
|
|
1933
1977
|
"__schema": "ParameterSchema",
|
|
1934
1978
|
"location": {
|
|
1935
1979
|
"filePath": "component-log.main.runtime.ts",
|
|
1936
|
-
"line":
|
|
1980
|
+
"line": 366,
|
|
1937
1981
|
"character": 25
|
|
1938
1982
|
},
|
|
1939
1983
|
"name": "[ cli, workspace ]",
|
|
@@ -1941,7 +1985,7 @@
|
|
|
1941
1985
|
"__schema": "TupleTypeSchema",
|
|
1942
1986
|
"location": {
|
|
1943
1987
|
"filePath": "component-log.main.runtime.ts",
|
|
1944
|
-
"line":
|
|
1988
|
+
"line": 366,
|
|
1945
1989
|
"character": 43
|
|
1946
1990
|
},
|
|
1947
1991
|
"elements": [
|
|
@@ -1949,19 +1993,27 @@
|
|
|
1949
1993
|
"__schema": "TypeRefSchema",
|
|
1950
1994
|
"location": {
|
|
1951
1995
|
"filePath": "component-log.main.runtime.ts",
|
|
1952
|
-
"line":
|
|
1996
|
+
"line": 366,
|
|
1953
1997
|
"character": 44
|
|
1954
1998
|
},
|
|
1955
|
-
"name": "CLIMain"
|
|
1999
|
+
"name": "CLIMain",
|
|
2000
|
+
"componentId": {
|
|
2001
|
+
"scope": "teambit.harmony",
|
|
2002
|
+
"name": "cli"
|
|
2003
|
+
}
|
|
1956
2004
|
},
|
|
1957
2005
|
{
|
|
1958
2006
|
"__schema": "TypeRefSchema",
|
|
1959
2007
|
"location": {
|
|
1960
2008
|
"filePath": "component-log.main.runtime.ts",
|
|
1961
|
-
"line":
|
|
2009
|
+
"line": 366,
|
|
1962
2010
|
"character": 53
|
|
1963
2011
|
},
|
|
1964
|
-
"name": "Workspace"
|
|
2012
|
+
"name": "Workspace",
|
|
2013
|
+
"componentId": {
|
|
2014
|
+
"scope": "teambit.workspace",
|
|
2015
|
+
"name": "workspace"
|
|
2016
|
+
}
|
|
1965
2017
|
}
|
|
1966
2018
|
]
|
|
1967
2019
|
},
|
|
@@ -1973,7 +2025,7 @@
|
|
|
1973
2025
|
"__schema": "InferenceTypeSchema",
|
|
1974
2026
|
"location": {
|
|
1975
2027
|
"filePath": "component-log.main.runtime.ts",
|
|
1976
|
-
"line":
|
|
2028
|
+
"line": 366,
|
|
1977
2029
|
"character": 3
|
|
1978
2030
|
},
|
|
1979
2031
|
"type": "Promise<ComponentLogMain>"
|
|
@@ -1991,7 +2043,7 @@
|
|
|
1991
2043
|
"__schema": "TypeSchema",
|
|
1992
2044
|
"location": {
|
|
1993
2045
|
"filePath": "component-log.main.runtime.ts",
|
|
1994
|
-
"line":
|
|
2046
|
+
"line": 375,
|
|
1995
2047
|
"character": 1
|
|
1996
2048
|
},
|
|
1997
2049
|
"signature": "type ComponentLogInfo = {\n hash: string;\n message: string;\n onLane?: boolean | undefined;\n parents: string[];\n username?: string | undefined;\n email?: string | undefined;\n date?: string | undefined;\n tag?: string | undefined;\n}",
|
|
@@ -2000,7 +2052,7 @@
|
|
|
2000
2052
|
"__schema": "TypeLiteralSchema",
|
|
2001
2053
|
"location": {
|
|
2002
2054
|
"filePath": "component-log.main.runtime.ts",
|
|
2003
|
-
"line":
|
|
2055
|
+
"line": 375,
|
|
2004
2056
|
"character": 32
|
|
2005
2057
|
},
|
|
2006
2058
|
"members": [
|
|
@@ -2008,7 +2060,7 @@
|
|
|
2008
2060
|
"__schema": "VariableLikeSchema",
|
|
2009
2061
|
"location": {
|
|
2010
2062
|
"filePath": "component-log.main.runtime.ts",
|
|
2011
|
-
"line":
|
|
2063
|
+
"line": 376,
|
|
2012
2064
|
"character": 3
|
|
2013
2065
|
},
|
|
2014
2066
|
"signature": "(property) hash: string",
|
|
@@ -2017,7 +2069,7 @@
|
|
|
2017
2069
|
"__schema": "KeywordTypeSchema",
|
|
2018
2070
|
"location": {
|
|
2019
2071
|
"filePath": "component-log.main.runtime.ts",
|
|
2020
|
-
"line":
|
|
2072
|
+
"line": 376,
|
|
2021
2073
|
"character": 9
|
|
2022
2074
|
},
|
|
2023
2075
|
"name": "string"
|
|
@@ -2028,7 +2080,7 @@
|
|
|
2028
2080
|
"__schema": "VariableLikeSchema",
|
|
2029
2081
|
"location": {
|
|
2030
2082
|
"filePath": "component-log.main.runtime.ts",
|
|
2031
|
-
"line":
|
|
2083
|
+
"line": 377,
|
|
2032
2084
|
"character": 3
|
|
2033
2085
|
},
|
|
2034
2086
|
"signature": "(property) message: string",
|
|
@@ -2037,7 +2089,7 @@
|
|
|
2037
2089
|
"__schema": "KeywordTypeSchema",
|
|
2038
2090
|
"location": {
|
|
2039
2091
|
"filePath": "component-log.main.runtime.ts",
|
|
2040
|
-
"line":
|
|
2092
|
+
"line": 377,
|
|
2041
2093
|
"character": 12
|
|
2042
2094
|
},
|
|
2043
2095
|
"name": "string"
|
|
@@ -2048,7 +2100,7 @@
|
|
|
2048
2100
|
"__schema": "VariableLikeSchema",
|
|
2049
2101
|
"location": {
|
|
2050
2102
|
"filePath": "component-log.main.runtime.ts",
|
|
2051
|
-
"line":
|
|
2103
|
+
"line": 378,
|
|
2052
2104
|
"character": 3
|
|
2053
2105
|
},
|
|
2054
2106
|
"signature": "(property) onLane?: boolean | undefined",
|
|
@@ -2057,7 +2109,7 @@
|
|
|
2057
2109
|
"__schema": "KeywordTypeSchema",
|
|
2058
2110
|
"location": {
|
|
2059
2111
|
"filePath": "component-log.main.runtime.ts",
|
|
2060
|
-
"line":
|
|
2112
|
+
"line": 378,
|
|
2061
2113
|
"character": 12
|
|
2062
2114
|
},
|
|
2063
2115
|
"name": "boolean"
|
|
@@ -2068,7 +2120,7 @@
|
|
|
2068
2120
|
"__schema": "VariableLikeSchema",
|
|
2069
2121
|
"location": {
|
|
2070
2122
|
"filePath": "component-log.main.runtime.ts",
|
|
2071
|
-
"line":
|
|
2123
|
+
"line": 379,
|
|
2072
2124
|
"character": 3
|
|
2073
2125
|
},
|
|
2074
2126
|
"signature": "(property) parents: string[]",
|
|
@@ -2077,14 +2129,14 @@
|
|
|
2077
2129
|
"__schema": "TypeArraySchema",
|
|
2078
2130
|
"location": {
|
|
2079
2131
|
"filePath": "component-log.main.runtime.ts",
|
|
2080
|
-
"line":
|
|
2132
|
+
"line": 379,
|
|
2081
2133
|
"character": 12
|
|
2082
2134
|
},
|
|
2083
2135
|
"type": {
|
|
2084
2136
|
"__schema": "KeywordTypeSchema",
|
|
2085
2137
|
"location": {
|
|
2086
2138
|
"filePath": "component-log.main.runtime.ts",
|
|
2087
|
-
"line":
|
|
2139
|
+
"line": 379,
|
|
2088
2140
|
"character": 12
|
|
2089
2141
|
},
|
|
2090
2142
|
"name": "string"
|
|
@@ -2096,7 +2148,7 @@
|
|
|
2096
2148
|
"__schema": "VariableLikeSchema",
|
|
2097
2149
|
"location": {
|
|
2098
2150
|
"filePath": "component-log.main.runtime.ts",
|
|
2099
|
-
"line":
|
|
2151
|
+
"line": 380,
|
|
2100
2152
|
"character": 3
|
|
2101
2153
|
},
|
|
2102
2154
|
"signature": "(property) username?: string | undefined",
|
|
@@ -2105,7 +2157,7 @@
|
|
|
2105
2157
|
"__schema": "KeywordTypeSchema",
|
|
2106
2158
|
"location": {
|
|
2107
2159
|
"filePath": "component-log.main.runtime.ts",
|
|
2108
|
-
"line":
|
|
2160
|
+
"line": 380,
|
|
2109
2161
|
"character": 14
|
|
2110
2162
|
},
|
|
2111
2163
|
"name": "string"
|
|
@@ -2116,7 +2168,7 @@
|
|
|
2116
2168
|
"__schema": "VariableLikeSchema",
|
|
2117
2169
|
"location": {
|
|
2118
2170
|
"filePath": "component-log.main.runtime.ts",
|
|
2119
|
-
"line":
|
|
2171
|
+
"line": 381,
|
|
2120
2172
|
"character": 3
|
|
2121
2173
|
},
|
|
2122
2174
|
"signature": "(property) email?: string | undefined",
|
|
@@ -2125,7 +2177,7 @@
|
|
|
2125
2177
|
"__schema": "KeywordTypeSchema",
|
|
2126
2178
|
"location": {
|
|
2127
2179
|
"filePath": "component-log.main.runtime.ts",
|
|
2128
|
-
"line":
|
|
2180
|
+
"line": 381,
|
|
2129
2181
|
"character": 11
|
|
2130
2182
|
},
|
|
2131
2183
|
"name": "string"
|
|
@@ -2136,7 +2188,7 @@
|
|
|
2136
2188
|
"__schema": "VariableLikeSchema",
|
|
2137
2189
|
"location": {
|
|
2138
2190
|
"filePath": "component-log.main.runtime.ts",
|
|
2139
|
-
"line":
|
|
2191
|
+
"line": 382,
|
|
2140
2192
|
"character": 3
|
|
2141
2193
|
},
|
|
2142
2194
|
"signature": "(property) date?: string | undefined",
|
|
@@ -2145,7 +2197,7 @@
|
|
|
2145
2197
|
"__schema": "KeywordTypeSchema",
|
|
2146
2198
|
"location": {
|
|
2147
2199
|
"filePath": "component-log.main.runtime.ts",
|
|
2148
|
-
"line":
|
|
2200
|
+
"line": 382,
|
|
2149
2201
|
"character": 10
|
|
2150
2202
|
},
|
|
2151
2203
|
"name": "string"
|
|
@@ -2156,7 +2208,7 @@
|
|
|
2156
2208
|
"__schema": "VariableLikeSchema",
|
|
2157
2209
|
"location": {
|
|
2158
2210
|
"filePath": "component-log.main.runtime.ts",
|
|
2159
|
-
"line":
|
|
2211
|
+
"line": 383,
|
|
2160
2212
|
"character": 3
|
|
2161
2213
|
},
|
|
2162
2214
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -2165,7 +2217,7 @@
|
|
|
2165
2217
|
"__schema": "KeywordTypeSchema",
|
|
2166
2218
|
"location": {
|
|
2167
2219
|
"filePath": "component-log.main.runtime.ts",
|
|
2168
|
-
"line":
|
|
2220
|
+
"line": 383,
|
|
2169
2221
|
"character": 9
|
|
2170
2222
|
},
|
|
2171
2223
|
"name": "string"
|
|
@@ -2181,7 +2233,7 @@
|
|
|
2181
2233
|
"__schema": "UnImplementedSchema",
|
|
2182
2234
|
"location": {
|
|
2183
2235
|
"filePath": "component-log.main.runtime.ts",
|
|
2184
|
-
"line":
|
|
2236
|
+
"line": 373,
|
|
2185
2237
|
"character": 1
|
|
2186
2238
|
},
|
|
2187
2239
|
"name": "ComponentLogAspect.addRuntime(ComponentLogMain);",
|
|
@@ -2230,7 +2282,7 @@
|
|
|
2230
2282
|
"componentId": {
|
|
2231
2283
|
"scope": "teambit.component",
|
|
2232
2284
|
"name": "component-log",
|
|
2233
|
-
"version": "1.0.
|
|
2285
|
+
"version": "1.0.489"
|
|
2234
2286
|
},
|
|
2235
2287
|
"taggedModuleExports": []
|
|
2236
2288
|
}
|