@teambit/component-log 1.0.449 → 1.0.451
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 +360 -338
- package/dist/blame-cmd.js +9 -0
- package/dist/blame-cmd.js.map +1 -1
- package/dist/component-log.main.runtime.d.ts +12 -4
- package/dist/component-log.main.runtime.js +28 -7
- package/dist/component-log.main.runtime.js.map +1 -1
- package/dist/log-cmd.d.ts +11 -11
- package/dist/log-cmd.js +28 -7
- package/dist/log-cmd.js.map +1 -1
- package/dist/{preview-1730344956084.js → preview-1730517501720.js} +2 -2
- package/package.json +6 -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": 62,
|
|
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": 63,
|
|
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": 63,
|
|
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": 63,
|
|
58
58
|
"character": 34
|
|
59
59
|
},
|
|
60
60
|
"types": [
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"__schema": "TypeRefSchema",
|
|
63
63
|
"location": {
|
|
64
64
|
"filePath": "component-log.main.runtime.ts",
|
|
65
|
-
"line":
|
|
65
|
+
"line": 63,
|
|
66
66
|
"character": 34
|
|
67
67
|
},
|
|
68
68
|
"name": "Workspace"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"__schema": "KeywordTypeSchema",
|
|
72
72
|
"location": {
|
|
73
73
|
"filePath": "component-log.main.runtime.ts",
|
|
74
|
-
"line":
|
|
74
|
+
"line": 63,
|
|
75
75
|
"character": 46
|
|
76
76
|
},
|
|
77
77
|
"name": "undefined"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"__schema": "ThisTypeSchema",
|
|
87
87
|
"location": {
|
|
88
88
|
"filePath": "component-log.main.runtime.ts",
|
|
89
|
-
"line":
|
|
89
|
+
"line": 62,
|
|
90
90
|
"character": 1
|
|
91
91
|
},
|
|
92
92
|
"name": "ComponentLogMain"
|
|
@@ -97,28 +97,28 @@
|
|
|
97
97
|
"__schema": "FunctionLikeSchema",
|
|
98
98
|
"location": {
|
|
99
99
|
"filePath": "component-log.main.runtime.ts",
|
|
100
|
-
"line":
|
|
100
|
+
"line": 68,
|
|
101
101
|
"character": 3
|
|
102
102
|
},
|
|
103
103
|
"doc": {
|
|
104
104
|
"__schema": "DocSchema",
|
|
105
105
|
"location": {
|
|
106
106
|
"filePath": "component-log.main.runtime.ts",
|
|
107
|
-
"line":
|
|
107
|
+
"line": 65,
|
|
108
108
|
"character": 3
|
|
109
109
|
},
|
|
110
110
|
"raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
|
|
111
111
|
"comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)",
|
|
112
112
|
"tags": []
|
|
113
113
|
},
|
|
114
|
-
"signature": "(method) ComponentLogMain.getLogs(id: string,
|
|
114
|
+
"signature": "(method) ComponentLogMain.getLogs(id: string, options?: LogOpts): Promise<ComponentLog[]>",
|
|
115
115
|
"name": "getLogs",
|
|
116
116
|
"params": [
|
|
117
117
|
{
|
|
118
118
|
"__schema": "ParameterSchema",
|
|
119
119
|
"location": {
|
|
120
120
|
"filePath": "component-log.main.runtime.ts",
|
|
121
|
-
"line":
|
|
121
|
+
"line": 68,
|
|
122
122
|
"character": 17
|
|
123
123
|
},
|
|
124
124
|
"name": "id",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"__schema": "KeywordTypeSchema",
|
|
127
127
|
"location": {
|
|
128
128
|
"filePath": "component-log.main.runtime.ts",
|
|
129
|
-
"line":
|
|
129
|
+
"line": 68,
|
|
130
130
|
"character": 21
|
|
131
131
|
},
|
|
132
132
|
"name": "string"
|
|
@@ -138,62 +138,21 @@
|
|
|
138
138
|
"__schema": "ParameterSchema",
|
|
139
139
|
"location": {
|
|
140
140
|
"filePath": "component-log.main.runtime.ts",
|
|
141
|
-
"line":
|
|
141
|
+
"line": 68,
|
|
142
142
|
"character": 29
|
|
143
143
|
},
|
|
144
|
-
"name": "
|
|
145
|
-
"type": {
|
|
146
|
-
"__schema": "KeywordTypeSchema",
|
|
147
|
-
"location": {
|
|
148
|
-
"filePath": "component-log.main.runtime.ts",
|
|
149
|
-
"line": 59,
|
|
150
|
-
"character": 40
|
|
151
|
-
},
|
|
152
|
-
"name": "boolean"
|
|
153
|
-
},
|
|
154
|
-
"isOptional": true,
|
|
155
|
-
"isSpread": false
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"__schema": "ParameterSchema",
|
|
159
|
-
"location": {
|
|
160
|
-
"filePath": "component-log.main.runtime.ts",
|
|
161
|
-
"line": 59,
|
|
162
|
-
"character": 49
|
|
163
|
-
},
|
|
164
|
-
"name": "shortHash",
|
|
165
|
-
"type": {
|
|
166
|
-
"__schema": "InferenceTypeSchema",
|
|
167
|
-
"location": {
|
|
168
|
-
"filePath": "component-log.main.runtime.ts",
|
|
169
|
-
"line": 59,
|
|
170
|
-
"character": 49
|
|
171
|
-
},
|
|
172
|
-
"type": "boolean"
|
|
173
|
-
},
|
|
174
|
-
"isOptional": true,
|
|
175
|
-
"defaultValue": "false",
|
|
176
|
-
"isSpread": false
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"__schema": "ParameterSchema",
|
|
180
|
-
"location": {
|
|
181
|
-
"filePath": "component-log.main.runtime.ts",
|
|
182
|
-
"line": 59,
|
|
183
|
-
"character": 68
|
|
184
|
-
},
|
|
185
|
-
"name": "shortMessage",
|
|
144
|
+
"name": "options",
|
|
186
145
|
"type": {
|
|
187
|
-
"__schema": "
|
|
146
|
+
"__schema": "TypeRefSchema",
|
|
188
147
|
"location": {
|
|
189
148
|
"filePath": "component-log.main.runtime.ts",
|
|
190
|
-
"line":
|
|
191
|
-
"character":
|
|
149
|
+
"line": 68,
|
|
150
|
+
"character": 38
|
|
192
151
|
},
|
|
193
|
-
"
|
|
152
|
+
"name": "LogOpts"
|
|
194
153
|
},
|
|
195
154
|
"isOptional": true,
|
|
196
|
-
"defaultValue": "
|
|
155
|
+
"defaultValue": "{}",
|
|
197
156
|
"isSpread": false
|
|
198
157
|
}
|
|
199
158
|
],
|
|
@@ -201,8 +160,8 @@
|
|
|
201
160
|
"__schema": "TypeRefSchema",
|
|
202
161
|
"location": {
|
|
203
162
|
"filePath": "component-log.main.runtime.ts",
|
|
204
|
-
"line":
|
|
205
|
-
"character":
|
|
163
|
+
"line": 68,
|
|
164
|
+
"character": 53
|
|
206
165
|
},
|
|
207
166
|
"name": "Promise",
|
|
208
167
|
"typeArgs": [
|
|
@@ -210,15 +169,15 @@
|
|
|
210
169
|
"__schema": "TypeArraySchema",
|
|
211
170
|
"location": {
|
|
212
171
|
"filePath": "component-log.main.runtime.ts",
|
|
213
|
-
"line":
|
|
214
|
-
"character":
|
|
172
|
+
"line": 68,
|
|
173
|
+
"character": 61
|
|
215
174
|
},
|
|
216
175
|
"type": {
|
|
217
176
|
"__schema": "TypeRefSchema",
|
|
218
177
|
"location": {
|
|
219
178
|
"filePath": "component-log.main.runtime.ts",
|
|
220
|
-
"line":
|
|
221
|
-
"character":
|
|
179
|
+
"line": 68,
|
|
180
|
+
"character": 61
|
|
222
181
|
},
|
|
223
182
|
"name": "ComponentLog"
|
|
224
183
|
}
|
|
@@ -233,17 +192,17 @@
|
|
|
233
192
|
"__schema": "FunctionLikeSchema",
|
|
234
193
|
"location": {
|
|
235
194
|
"filePath": "component-log.main.runtime.ts",
|
|
236
|
-
"line":
|
|
195
|
+
"line": 86,
|
|
237
196
|
"character": 3
|
|
238
197
|
},
|
|
239
|
-
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string,
|
|
198
|
+
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string, options: LogOpts): Promise<string[]>",
|
|
240
199
|
"name": "getLogsWithParents",
|
|
241
200
|
"params": [
|
|
242
201
|
{
|
|
243
202
|
"__schema": "ParameterSchema",
|
|
244
203
|
"location": {
|
|
245
204
|
"filePath": "component-log.main.runtime.ts",
|
|
246
|
-
"line":
|
|
205
|
+
"line": 86,
|
|
247
206
|
"character": 28
|
|
248
207
|
},
|
|
249
208
|
"name": "id",
|
|
@@ -251,7 +210,7 @@
|
|
|
251
210
|
"__schema": "KeywordTypeSchema",
|
|
252
211
|
"location": {
|
|
253
212
|
"filePath": "component-log.main.runtime.ts",
|
|
254
|
-
"line":
|
|
213
|
+
"line": 86,
|
|
255
214
|
"character": 32
|
|
256
215
|
},
|
|
257
216
|
"name": "string"
|
|
@@ -263,42 +222,20 @@
|
|
|
263
222
|
"__schema": "ParameterSchema",
|
|
264
223
|
"location": {
|
|
265
224
|
"filePath": "component-log.main.runtime.ts",
|
|
266
|
-
"line":
|
|
225
|
+
"line": 86,
|
|
267
226
|
"character": 40
|
|
268
227
|
},
|
|
269
|
-
"name": "
|
|
228
|
+
"name": "options",
|
|
270
229
|
"type": {
|
|
271
|
-
"__schema": "
|
|
272
|
-
"location": {
|
|
273
|
-
"filePath": "component-log.main.runtime.ts",
|
|
274
|
-
"line": 76,
|
|
275
|
-
"character": 40
|
|
276
|
-
},
|
|
277
|
-
"type": "boolean"
|
|
278
|
-
},
|
|
279
|
-
"isOptional": true,
|
|
280
|
-
"defaultValue": "false",
|
|
281
|
-
"isSpread": false
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"__schema": "ParameterSchema",
|
|
285
|
-
"location": {
|
|
286
|
-
"filePath": "component-log.main.runtime.ts",
|
|
287
|
-
"line": 76,
|
|
288
|
-
"character": 58
|
|
289
|
-
},
|
|
290
|
-
"name": "fullMessage",
|
|
291
|
-
"type": {
|
|
292
|
-
"__schema": "InferenceTypeSchema",
|
|
230
|
+
"__schema": "TypeRefSchema",
|
|
293
231
|
"location": {
|
|
294
232
|
"filePath": "component-log.main.runtime.ts",
|
|
295
|
-
"line":
|
|
296
|
-
"character":
|
|
233
|
+
"line": 86,
|
|
234
|
+
"character": 49
|
|
297
235
|
},
|
|
298
|
-
"
|
|
236
|
+
"name": "LogOpts"
|
|
299
237
|
},
|
|
300
|
-
"isOptional":
|
|
301
|
-
"defaultValue": "false",
|
|
238
|
+
"isOptional": false,
|
|
302
239
|
"isSpread": false
|
|
303
240
|
}
|
|
304
241
|
],
|
|
@@ -306,7 +243,7 @@
|
|
|
306
243
|
"__schema": "InferenceTypeSchema",
|
|
307
244
|
"location": {
|
|
308
245
|
"filePath": "component-log.main.runtime.ts",
|
|
309
|
-
"line":
|
|
246
|
+
"line": 86,
|
|
310
247
|
"character": 3
|
|
311
248
|
},
|
|
312
249
|
"type": "Promise<string[]>"
|
|
@@ -319,7 +256,7 @@
|
|
|
319
256
|
"__schema": "FunctionLikeSchema",
|
|
320
257
|
"location": {
|
|
321
258
|
"filePath": "component-log.main.runtime.ts",
|
|
322
|
-
"line":
|
|
259
|
+
"line": 93,
|
|
323
260
|
"character": 3
|
|
324
261
|
},
|
|
325
262
|
"signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
|
|
@@ -329,7 +266,7 @@
|
|
|
329
266
|
"__schema": "ParameterSchema",
|
|
330
267
|
"location": {
|
|
331
268
|
"filePath": "component-log.main.runtime.ts",
|
|
332
|
-
"line":
|
|
269
|
+
"line": 93,
|
|
333
270
|
"character": 35
|
|
334
271
|
},
|
|
335
272
|
"name": "id",
|
|
@@ -337,7 +274,7 @@
|
|
|
337
274
|
"__schema": "KeywordTypeSchema",
|
|
338
275
|
"location": {
|
|
339
276
|
"filePath": "component-log.main.runtime.ts",
|
|
340
|
-
"line":
|
|
277
|
+
"line": 93,
|
|
341
278
|
"character": 39
|
|
342
279
|
},
|
|
343
280
|
"name": "string"
|
|
@@ -350,7 +287,7 @@
|
|
|
350
287
|
"__schema": "TypeRefSchema",
|
|
351
288
|
"location": {
|
|
352
289
|
"filePath": "component-log.main.runtime.ts",
|
|
353
|
-
"line":
|
|
290
|
+
"line": 93,
|
|
354
291
|
"character": 48
|
|
355
292
|
},
|
|
356
293
|
"name": "Promise",
|
|
@@ -359,14 +296,14 @@
|
|
|
359
296
|
"__schema": "TypeArraySchema",
|
|
360
297
|
"location": {
|
|
361
298
|
"filePath": "component-log.main.runtime.ts",
|
|
362
|
-
"line":
|
|
299
|
+
"line": 93,
|
|
363
300
|
"character": 56
|
|
364
301
|
},
|
|
365
302
|
"type": {
|
|
366
303
|
"__schema": "TypeRefSchema",
|
|
367
304
|
"location": {
|
|
368
305
|
"filePath": "component-log.main.runtime.ts",
|
|
369
|
-
"line":
|
|
306
|
+
"line": 93,
|
|
370
307
|
"character": 56
|
|
371
308
|
},
|
|
372
309
|
"name": "FileHashDiffFromParent"
|
|
@@ -382,7 +319,7 @@
|
|
|
382
319
|
"__schema": "FunctionLikeSchema",
|
|
383
320
|
"location": {
|
|
384
321
|
"filePath": "component-log.main.runtime.ts",
|
|
385
|
-
"line":
|
|
322
|
+
"line": 133,
|
|
386
323
|
"character": 3
|
|
387
324
|
},
|
|
388
325
|
"signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: PathOsBasedAbsolute): Promise<FileLog[]>",
|
|
@@ -392,7 +329,7 @@
|
|
|
392
329
|
"__schema": "ParameterSchema",
|
|
393
330
|
"location": {
|
|
394
331
|
"filePath": "component-log.main.runtime.ts",
|
|
395
|
-
"line":
|
|
332
|
+
"line": 133,
|
|
396
333
|
"character": 30
|
|
397
334
|
},
|
|
398
335
|
"name": "filePath",
|
|
@@ -400,7 +337,7 @@
|
|
|
400
337
|
"__schema": "TypeRefSchema",
|
|
401
338
|
"location": {
|
|
402
339
|
"filePath": "component-log.main.runtime.ts",
|
|
403
|
-
"line":
|
|
340
|
+
"line": 133,
|
|
404
341
|
"character": 40
|
|
405
342
|
},
|
|
406
343
|
"name": "PathOsBasedAbsolute"
|
|
@@ -413,7 +350,7 @@
|
|
|
413
350
|
"__schema": "TypeRefSchema",
|
|
414
351
|
"location": {
|
|
415
352
|
"filePath": "component-log.main.runtime.ts",
|
|
416
|
-
"line":
|
|
353
|
+
"line": 133,
|
|
417
354
|
"character": 62
|
|
418
355
|
},
|
|
419
356
|
"name": "Promise",
|
|
@@ -422,14 +359,14 @@
|
|
|
422
359
|
"__schema": "TypeArraySchema",
|
|
423
360
|
"location": {
|
|
424
361
|
"filePath": "component-log.main.runtime.ts",
|
|
425
|
-
"line":
|
|
362
|
+
"line": 133,
|
|
426
363
|
"character": 70
|
|
427
364
|
},
|
|
428
365
|
"type": {
|
|
429
366
|
"__schema": "TypeRefSchema",
|
|
430
367
|
"location": {
|
|
431
368
|
"filePath": "component-log.main.runtime.ts",
|
|
432
|
-
"line":
|
|
369
|
+
"line": 133,
|
|
433
370
|
"character": 70
|
|
434
371
|
},
|
|
435
372
|
"name": "FileLog"
|
|
@@ -445,28 +382,28 @@
|
|
|
445
382
|
"__schema": "FunctionLikeSchema",
|
|
446
383
|
"location": {
|
|
447
384
|
"filePath": "component-log.main.runtime.ts",
|
|
448
|
-
"line":
|
|
385
|
+
"line": 211,
|
|
449
386
|
"character": 3
|
|
450
387
|
},
|
|
451
|
-
"signature": "(method) ComponentLogMain.blame(filePath:
|
|
388
|
+
"signature": "(method) ComponentLogMain.blame(filePath: PathOsBased): Promise<BlameLineInfo[]>",
|
|
452
389
|
"name": "blame",
|
|
453
390
|
"params": [
|
|
454
391
|
{
|
|
455
392
|
"__schema": "ParameterSchema",
|
|
456
393
|
"location": {
|
|
457
394
|
"filePath": "component-log.main.runtime.ts",
|
|
458
|
-
"line":
|
|
395
|
+
"line": 211,
|
|
459
396
|
"character": 15
|
|
460
397
|
},
|
|
461
398
|
"name": "filePath",
|
|
462
399
|
"type": {
|
|
463
|
-
"__schema": "
|
|
400
|
+
"__schema": "TypeRefSchema",
|
|
464
401
|
"location": {
|
|
465
402
|
"filePath": "component-log.main.runtime.ts",
|
|
466
|
-
"line":
|
|
403
|
+
"line": 211,
|
|
467
404
|
"character": 25
|
|
468
405
|
},
|
|
469
|
-
"name": "
|
|
406
|
+
"name": "PathOsBased"
|
|
470
407
|
},
|
|
471
408
|
"isOptional": false,
|
|
472
409
|
"isSpread": false
|
|
@@ -476,8 +413,8 @@
|
|
|
476
413
|
"__schema": "TypeRefSchema",
|
|
477
414
|
"location": {
|
|
478
415
|
"filePath": "component-log.main.runtime.ts",
|
|
479
|
-
"line":
|
|
480
|
-
"character":
|
|
416
|
+
"line": 211,
|
|
417
|
+
"character": 39
|
|
481
418
|
},
|
|
482
419
|
"name": "Promise",
|
|
483
420
|
"typeArgs": [
|
|
@@ -485,15 +422,15 @@
|
|
|
485
422
|
"__schema": "TypeArraySchema",
|
|
486
423
|
"location": {
|
|
487
424
|
"filePath": "component-log.main.runtime.ts",
|
|
488
|
-
"line":
|
|
489
|
-
"character":
|
|
425
|
+
"line": 211,
|
|
426
|
+
"character": 47
|
|
490
427
|
},
|
|
491
428
|
"type": {
|
|
492
429
|
"__schema": "TypeRefSchema",
|
|
493
430
|
"location": {
|
|
494
431
|
"filePath": "component-log.main.runtime.ts",
|
|
495
|
-
"line":
|
|
496
|
-
"character":
|
|
432
|
+
"line": 211,
|
|
433
|
+
"character": 47
|
|
497
434
|
},
|
|
498
435
|
"name": "BlameLineInfo"
|
|
499
436
|
}
|
|
@@ -508,7 +445,7 @@
|
|
|
508
445
|
"__schema": "FunctionLikeSchema",
|
|
509
446
|
"location": {
|
|
510
447
|
"filePath": "component-log.main.runtime.ts",
|
|
511
|
-
"line":
|
|
448
|
+
"line": 306,
|
|
512
449
|
"character": 3
|
|
513
450
|
},
|
|
514
451
|
"signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
|
|
@@ -518,7 +455,7 @@
|
|
|
518
455
|
"__schema": "ParameterSchema",
|
|
519
456
|
"location": {
|
|
520
457
|
"filePath": "component-log.main.runtime.ts",
|
|
521
|
-
"line":
|
|
458
|
+
"line": 306,
|
|
522
459
|
"character": 20
|
|
523
460
|
},
|
|
524
461
|
"name": "filePath",
|
|
@@ -526,7 +463,7 @@
|
|
|
526
463
|
"__schema": "KeywordTypeSchema",
|
|
527
464
|
"location": {
|
|
528
465
|
"filePath": "component-log.main.runtime.ts",
|
|
529
|
-
"line":
|
|
466
|
+
"line": 306,
|
|
530
467
|
"character": 30
|
|
531
468
|
},
|
|
532
469
|
"name": "string"
|
|
@@ -539,7 +476,7 @@
|
|
|
539
476
|
"__schema": "InferenceTypeSchema",
|
|
540
477
|
"location": {
|
|
541
478
|
"filePath": "component-log.main.runtime.ts",
|
|
542
|
-
"line":
|
|
479
|
+
"line": 306,
|
|
543
480
|
"character": 3
|
|
544
481
|
},
|
|
545
482
|
"type": "Promise<FileLog[]>"
|
|
@@ -552,7 +489,7 @@
|
|
|
552
489
|
"__schema": "VariableLikeSchema",
|
|
553
490
|
"location": {
|
|
554
491
|
"filePath": "component-log.main.runtime.ts",
|
|
555
|
-
"line":
|
|
492
|
+
"line": 363,
|
|
556
493
|
"character": 3
|
|
557
494
|
},
|
|
558
495
|
"signature": "(property) ComponentLogMain.slots: never[]",
|
|
@@ -561,7 +498,7 @@
|
|
|
561
498
|
"__schema": "InferenceTypeSchema",
|
|
562
499
|
"location": {
|
|
563
500
|
"filePath": "component-log.main.runtime.ts",
|
|
564
|
-
"line":
|
|
501
|
+
"line": 363,
|
|
565
502
|
"character": 3
|
|
566
503
|
},
|
|
567
504
|
"type": "never[]"
|
|
@@ -573,7 +510,7 @@
|
|
|
573
510
|
"__schema": "VariableLikeSchema",
|
|
574
511
|
"location": {
|
|
575
512
|
"filePath": "component-log.main.runtime.ts",
|
|
576
|
-
"line":
|
|
513
|
+
"line": 364,
|
|
577
514
|
"character": 3
|
|
578
515
|
},
|
|
579
516
|
"signature": "(property) ComponentLogMain.dependencies: Aspect[]",
|
|
@@ -582,7 +519,7 @@
|
|
|
582
519
|
"__schema": "InferenceTypeSchema",
|
|
583
520
|
"location": {
|
|
584
521
|
"filePath": "component-log.main.runtime.ts",
|
|
585
|
-
"line":
|
|
522
|
+
"line": 364,
|
|
586
523
|
"character": 3
|
|
587
524
|
},
|
|
588
525
|
"type": "Aspect[]"
|
|
@@ -594,7 +531,7 @@
|
|
|
594
531
|
"__schema": "VariableLikeSchema",
|
|
595
532
|
"location": {
|
|
596
533
|
"filePath": "component-log.main.runtime.ts",
|
|
597
|
-
"line":
|
|
534
|
+
"line": 365,
|
|
598
535
|
"character": 3
|
|
599
536
|
},
|
|
600
537
|
"signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
|
|
@@ -603,7 +540,7 @@
|
|
|
603
540
|
"__schema": "InferenceTypeSchema",
|
|
604
541
|
"location": {
|
|
605
542
|
"filePath": "component-log.main.runtime.ts",
|
|
606
|
-
"line":
|
|
543
|
+
"line": 365,
|
|
607
544
|
"character": 3
|
|
608
545
|
},
|
|
609
546
|
"type": "RuntimeDefinition"
|
|
@@ -615,7 +552,7 @@
|
|
|
615
552
|
"__schema": "FunctionLikeSchema",
|
|
616
553
|
"location": {
|
|
617
554
|
"filePath": "component-log.main.runtime.ts",
|
|
618
|
-
"line":
|
|
555
|
+
"line": 366,
|
|
619
556
|
"character": 3
|
|
620
557
|
},
|
|
621
558
|
"signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
|
|
@@ -625,7 +562,7 @@
|
|
|
625
562
|
"__schema": "ParameterSchema",
|
|
626
563
|
"location": {
|
|
627
564
|
"filePath": "component-log.main.runtime.ts",
|
|
628
|
-
"line":
|
|
565
|
+
"line": 366,
|
|
629
566
|
"character": 25
|
|
630
567
|
},
|
|
631
568
|
"name": "[ cli, workspace ]",
|
|
@@ -633,7 +570,7 @@
|
|
|
633
570
|
"__schema": "TupleTypeSchema",
|
|
634
571
|
"location": {
|
|
635
572
|
"filePath": "component-log.main.runtime.ts",
|
|
636
|
-
"line":
|
|
573
|
+
"line": 366,
|
|
637
574
|
"character": 43
|
|
638
575
|
},
|
|
639
576
|
"elements": [
|
|
@@ -641,7 +578,7 @@
|
|
|
641
578
|
"__schema": "TypeRefSchema",
|
|
642
579
|
"location": {
|
|
643
580
|
"filePath": "component-log.main.runtime.ts",
|
|
644
|
-
"line":
|
|
581
|
+
"line": 366,
|
|
645
582
|
"character": 44
|
|
646
583
|
},
|
|
647
584
|
"name": "CLIMain"
|
|
@@ -650,7 +587,7 @@
|
|
|
650
587
|
"__schema": "TypeRefSchema",
|
|
651
588
|
"location": {
|
|
652
589
|
"filePath": "component-log.main.runtime.ts",
|
|
653
|
-
"line":
|
|
590
|
+
"line": 366,
|
|
654
591
|
"character": 53
|
|
655
592
|
},
|
|
656
593
|
"name": "Workspace"
|
|
@@ -665,7 +602,7 @@
|
|
|
665
602
|
"__schema": "InferenceTypeSchema",
|
|
666
603
|
"location": {
|
|
667
604
|
"filePath": "component-log.main.runtime.ts",
|
|
668
|
-
"line":
|
|
605
|
+
"line": 366,
|
|
669
606
|
"character": 3
|
|
670
607
|
},
|
|
671
608
|
"type": "Promise<ComponentLogMain>"
|
|
@@ -693,7 +630,7 @@
|
|
|
693
630
|
"__schema": "TypeSchema",
|
|
694
631
|
"location": {
|
|
695
632
|
"filePath": "component-log.main.runtime.ts",
|
|
696
|
-
"line":
|
|
633
|
+
"line": 56,
|
|
697
634
|
"character": 1
|
|
698
635
|
},
|
|
699
636
|
"signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
|
|
@@ -702,7 +639,7 @@
|
|
|
702
639
|
"__schema": "TypeLiteralSchema",
|
|
703
640
|
"location": {
|
|
704
641
|
"filePath": "component-log.main.runtime.ts",
|
|
705
|
-
"line":
|
|
642
|
+
"line": 56,
|
|
706
643
|
"character": 38
|
|
707
644
|
},
|
|
708
645
|
"members": [
|
|
@@ -710,7 +647,7 @@
|
|
|
710
647
|
"__schema": "VariableLikeSchema",
|
|
711
648
|
"location": {
|
|
712
649
|
"filePath": "component-log.main.runtime.ts",
|
|
713
|
-
"line":
|
|
650
|
+
"line": 57,
|
|
714
651
|
"character": 3
|
|
715
652
|
},
|
|
716
653
|
"signature": "(property) filePath: string",
|
|
@@ -719,7 +656,7 @@
|
|
|
719
656
|
"__schema": "KeywordTypeSchema",
|
|
720
657
|
"location": {
|
|
721
658
|
"filePath": "component-log.main.runtime.ts",
|
|
722
|
-
"line":
|
|
659
|
+
"line": 57,
|
|
723
660
|
"character": 13
|
|
724
661
|
},
|
|
725
662
|
"name": "string"
|
|
@@ -730,7 +667,7 @@
|
|
|
730
667
|
"__schema": "VariableLikeSchema",
|
|
731
668
|
"location": {
|
|
732
669
|
"filePath": "component-log.main.runtime.ts",
|
|
733
|
-
"line":
|
|
670
|
+
"line": 58,
|
|
734
671
|
"character": 3
|
|
735
672
|
},
|
|
736
673
|
"signature": "(property) hash?: string | undefined",
|
|
@@ -739,7 +676,7 @@
|
|
|
739
676
|
"__schema": "KeywordTypeSchema",
|
|
740
677
|
"location": {
|
|
741
678
|
"filePath": "component-log.main.runtime.ts",
|
|
742
|
-
"line":
|
|
679
|
+
"line": 58,
|
|
743
680
|
"character": 10
|
|
744
681
|
},
|
|
745
682
|
"name": "string"
|
|
@@ -750,7 +687,7 @@
|
|
|
750
687
|
"__schema": "VariableLikeSchema",
|
|
751
688
|
"location": {
|
|
752
689
|
"filePath": "component-log.main.runtime.ts",
|
|
753
|
-
"line":
|
|
690
|
+
"line": 59,
|
|
754
691
|
"character": 3
|
|
755
692
|
},
|
|
756
693
|
"signature": "(property) parentHash?: string | undefined",
|
|
@@ -759,7 +696,7 @@
|
|
|
759
696
|
"__schema": "KeywordTypeSchema",
|
|
760
697
|
"location": {
|
|
761
698
|
"filePath": "component-log.main.runtime.ts",
|
|
762
|
-
"line":
|
|
699
|
+
"line": 59,
|
|
763
700
|
"character": 16
|
|
764
701
|
},
|
|
765
702
|
"name": "string"
|
|
@@ -835,7 +772,7 @@
|
|
|
835
772
|
"line": 23,
|
|
836
773
|
"character": 1
|
|
837
774
|
},
|
|
838
|
-
"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}",
|
|
775
|
+
"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}",
|
|
839
776
|
"name": "FileLog",
|
|
840
777
|
"type": {
|
|
841
778
|
"__schema": "TypeLiteralSchema",
|
|
@@ -1024,6 +961,54 @@
|
|
|
1024
961
|
"name": "string"
|
|
1025
962
|
},
|
|
1026
963
|
"isOptional": true
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"__schema": "VariableLikeSchema",
|
|
967
|
+
"location": {
|
|
968
|
+
"filePath": "component-log.main.runtime.ts",
|
|
969
|
+
"line": 33,
|
|
970
|
+
"character": 3
|
|
971
|
+
},
|
|
972
|
+
"signature": "(property) hidden?: boolean | undefined",
|
|
973
|
+
"name": "hidden",
|
|
974
|
+
"type": {
|
|
975
|
+
"__schema": "KeywordTypeSchema",
|
|
976
|
+
"location": {
|
|
977
|
+
"filePath": "component-log.main.runtime.ts",
|
|
978
|
+
"line": 33,
|
|
979
|
+
"character": 12
|
|
980
|
+
},
|
|
981
|
+
"name": "boolean"
|
|
982
|
+
},
|
|
983
|
+
"isOptional": true
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"__schema": "VariableLikeSchema",
|
|
987
|
+
"location": {
|
|
988
|
+
"filePath": "component-log.main.runtime.ts",
|
|
989
|
+
"line": 34,
|
|
990
|
+
"character": 3
|
|
991
|
+
},
|
|
992
|
+
"signature": "(property) parentHashes?: string[] | undefined",
|
|
993
|
+
"name": "parentHashes",
|
|
994
|
+
"type": {
|
|
995
|
+
"__schema": "TypeArraySchema",
|
|
996
|
+
"location": {
|
|
997
|
+
"filePath": "component-log.main.runtime.ts",
|
|
998
|
+
"line": 34,
|
|
999
|
+
"character": 18
|
|
1000
|
+
},
|
|
1001
|
+
"type": {
|
|
1002
|
+
"__schema": "KeywordTypeSchema",
|
|
1003
|
+
"location": {
|
|
1004
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1005
|
+
"line": 34,
|
|
1006
|
+
"character": 18
|
|
1007
|
+
},
|
|
1008
|
+
"name": "string"
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"isOptional": true
|
|
1027
1012
|
}
|
|
1028
1013
|
]
|
|
1029
1014
|
}
|
|
@@ -1032,7 +1017,7 @@
|
|
|
1032
1017
|
"__schema": "TypeSchema",
|
|
1033
1018
|
"location": {
|
|
1034
1019
|
"filePath": "component-log.main.runtime.ts",
|
|
1035
|
-
"line":
|
|
1020
|
+
"line": 37,
|
|
1036
1021
|
"character": 1
|
|
1037
1022
|
},
|
|
1038
1023
|
"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}",
|
|
@@ -1041,7 +1026,7 @@
|
|
|
1041
1026
|
"__schema": "TypeLiteralSchema",
|
|
1042
1027
|
"location": {
|
|
1043
1028
|
"filePath": "component-log.main.runtime.ts",
|
|
1044
|
-
"line":
|
|
1029
|
+
"line": 37,
|
|
1045
1030
|
"character": 29
|
|
1046
1031
|
},
|
|
1047
1032
|
"members": [
|
|
@@ -1049,7 +1034,7 @@
|
|
|
1049
1034
|
"__schema": "VariableLikeSchema",
|
|
1050
1035
|
"location": {
|
|
1051
1036
|
"filePath": "component-log.main.runtime.ts",
|
|
1052
|
-
"line":
|
|
1037
|
+
"line": 38,
|
|
1053
1038
|
"character": 3
|
|
1054
1039
|
},
|
|
1055
1040
|
"signature": "(property) lineNumber: number",
|
|
@@ -1058,7 +1043,7 @@
|
|
|
1058
1043
|
"__schema": "KeywordTypeSchema",
|
|
1059
1044
|
"location": {
|
|
1060
1045
|
"filePath": "component-log.main.runtime.ts",
|
|
1061
|
-
"line":
|
|
1046
|
+
"line": 38,
|
|
1062
1047
|
"character": 15
|
|
1063
1048
|
},
|
|
1064
1049
|
"name": "number"
|
|
@@ -1069,7 +1054,7 @@
|
|
|
1069
1054
|
"__schema": "VariableLikeSchema",
|
|
1070
1055
|
"location": {
|
|
1071
1056
|
"filePath": "component-log.main.runtime.ts",
|
|
1072
|
-
"line":
|
|
1057
|
+
"line": 39,
|
|
1073
1058
|
"character": 3
|
|
1074
1059
|
},
|
|
1075
1060
|
"signature": "(property) lineContent: string",
|
|
@@ -1078,7 +1063,7 @@
|
|
|
1078
1063
|
"__schema": "KeywordTypeSchema",
|
|
1079
1064
|
"location": {
|
|
1080
1065
|
"filePath": "component-log.main.runtime.ts",
|
|
1081
|
-
"line":
|
|
1066
|
+
"line": 39,
|
|
1082
1067
|
"character": 16
|
|
1083
1068
|
},
|
|
1084
1069
|
"name": "string"
|
|
@@ -1089,7 +1074,7 @@
|
|
|
1089
1074
|
"__schema": "VariableLikeSchema",
|
|
1090
1075
|
"location": {
|
|
1091
1076
|
"filePath": "component-log.main.runtime.ts",
|
|
1092
|
-
"line":
|
|
1077
|
+
"line": 40,
|
|
1093
1078
|
"character": 3
|
|
1094
1079
|
},
|
|
1095
1080
|
"signature": "(property) previousLineContent?: string | undefined",
|
|
@@ -1098,7 +1083,7 @@
|
|
|
1098
1083
|
"__schema": "KeywordTypeSchema",
|
|
1099
1084
|
"location": {
|
|
1100
1085
|
"filePath": "component-log.main.runtime.ts",
|
|
1101
|
-
"line":
|
|
1086
|
+
"line": 40,
|
|
1102
1087
|
"character": 25
|
|
1103
1088
|
},
|
|
1104
1089
|
"name": "string"
|
|
@@ -1109,7 +1094,7 @@
|
|
|
1109
1094
|
"__schema": "VariableLikeSchema",
|
|
1110
1095
|
"location": {
|
|
1111
1096
|
"filePath": "component-log.main.runtime.ts",
|
|
1112
|
-
"line":
|
|
1097
|
+
"line": 41,
|
|
1113
1098
|
"character": 3
|
|
1114
1099
|
},
|
|
1115
1100
|
"signature": "(property) username: string",
|
|
@@ -1118,7 +1103,7 @@
|
|
|
1118
1103
|
"__schema": "KeywordTypeSchema",
|
|
1119
1104
|
"location": {
|
|
1120
1105
|
"filePath": "component-log.main.runtime.ts",
|
|
1121
|
-
"line":
|
|
1106
|
+
"line": 41,
|
|
1122
1107
|
"character": 13
|
|
1123
1108
|
},
|
|
1124
1109
|
"name": "string"
|
|
@@ -1129,7 +1114,7 @@
|
|
|
1129
1114
|
"__schema": "VariableLikeSchema",
|
|
1130
1115
|
"location": {
|
|
1131
1116
|
"filePath": "component-log.main.runtime.ts",
|
|
1132
|
-
"line":
|
|
1117
|
+
"line": 42,
|
|
1133
1118
|
"character": 3
|
|
1134
1119
|
},
|
|
1135
1120
|
"signature": "(property) email?: string | undefined",
|
|
@@ -1138,7 +1123,7 @@
|
|
|
1138
1123
|
"__schema": "KeywordTypeSchema",
|
|
1139
1124
|
"location": {
|
|
1140
1125
|
"filePath": "component-log.main.runtime.ts",
|
|
1141
|
-
"line":
|
|
1126
|
+
"line": 42,
|
|
1142
1127
|
"character": 11
|
|
1143
1128
|
},
|
|
1144
1129
|
"name": "string"
|
|
@@ -1149,7 +1134,7 @@
|
|
|
1149
1134
|
"__schema": "VariableLikeSchema",
|
|
1150
1135
|
"location": {
|
|
1151
1136
|
"filePath": "component-log.main.runtime.ts",
|
|
1152
|
-
"line":
|
|
1137
|
+
"line": 43,
|
|
1153
1138
|
"character": 3
|
|
1154
1139
|
},
|
|
1155
1140
|
"signature": "(property) date: string",
|
|
@@ -1158,7 +1143,7 @@
|
|
|
1158
1143
|
"__schema": "KeywordTypeSchema",
|
|
1159
1144
|
"location": {
|
|
1160
1145
|
"filePath": "component-log.main.runtime.ts",
|
|
1161
|
-
"line":
|
|
1146
|
+
"line": 43,
|
|
1162
1147
|
"character": 9
|
|
1163
1148
|
},
|
|
1164
1149
|
"name": "string"
|
|
@@ -1169,7 +1154,7 @@
|
|
|
1169
1154
|
"__schema": "VariableLikeSchema",
|
|
1170
1155
|
"location": {
|
|
1171
1156
|
"filePath": "component-log.main.runtime.ts",
|
|
1172
|
-
"line":
|
|
1157
|
+
"line": 44,
|
|
1173
1158
|
"character": 3
|
|
1174
1159
|
},
|
|
1175
1160
|
"signature": "(property) message: string",
|
|
@@ -1178,7 +1163,7 @@
|
|
|
1178
1163
|
"__schema": "KeywordTypeSchema",
|
|
1179
1164
|
"location": {
|
|
1180
1165
|
"filePath": "component-log.main.runtime.ts",
|
|
1181
|
-
"line":
|
|
1166
|
+
"line": 44,
|
|
1182
1167
|
"character": 12
|
|
1183
1168
|
},
|
|
1184
1169
|
"name": "string"
|
|
@@ -1189,7 +1174,7 @@
|
|
|
1189
1174
|
"__schema": "VariableLikeSchema",
|
|
1190
1175
|
"location": {
|
|
1191
1176
|
"filePath": "component-log.main.runtime.ts",
|
|
1192
|
-
"line":
|
|
1177
|
+
"line": 45,
|
|
1193
1178
|
"character": 3
|
|
1194
1179
|
},
|
|
1195
1180
|
"signature": "(property) hash: string",
|
|
@@ -1198,7 +1183,7 @@
|
|
|
1198
1183
|
"__schema": "KeywordTypeSchema",
|
|
1199
1184
|
"location": {
|
|
1200
1185
|
"filePath": "component-log.main.runtime.ts",
|
|
1201
|
-
"line":
|
|
1186
|
+
"line": 45,
|
|
1202
1187
|
"character": 9
|
|
1203
1188
|
},
|
|
1204
1189
|
"name": "string"
|
|
@@ -1209,7 +1194,7 @@
|
|
|
1209
1194
|
"__schema": "VariableLikeSchema",
|
|
1210
1195
|
"location": {
|
|
1211
1196
|
"filePath": "component-log.main.runtime.ts",
|
|
1212
|
-
"line":
|
|
1197
|
+
"line": 46,
|
|
1213
1198
|
"character": 3
|
|
1214
1199
|
},
|
|
1215
1200
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -1218,7 +1203,7 @@
|
|
|
1218
1203
|
"__schema": "KeywordTypeSchema",
|
|
1219
1204
|
"location": {
|
|
1220
1205
|
"filePath": "component-log.main.runtime.ts",
|
|
1221
|
-
"line":
|
|
1206
|
+
"line": 46,
|
|
1222
1207
|
"character": 9
|
|
1223
1208
|
},
|
|
1224
1209
|
"name": "string"
|
|
@@ -1232,7 +1217,107 @@
|
|
|
1232
1217
|
"__schema": "TypeSchema",
|
|
1233
1218
|
"location": {
|
|
1234
1219
|
"filePath": "component-log.main.runtime.ts",
|
|
1235
|
-
"line":
|
|
1220
|
+
"line": 49,
|
|
1221
|
+
"character": 1
|
|
1222
|
+
},
|
|
1223
|
+
"signature": "type LogOpts = {\n isRemote?: boolean | undefined;\n shortHash?: boolean | undefined;\n shortMessage?: boolean | undefined;\n showHidden?: boolean | undefined;\n}",
|
|
1224
|
+
"name": "LogOpts",
|
|
1225
|
+
"type": {
|
|
1226
|
+
"__schema": "TypeLiteralSchema",
|
|
1227
|
+
"location": {
|
|
1228
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1229
|
+
"line": 49,
|
|
1230
|
+
"character": 23
|
|
1231
|
+
},
|
|
1232
|
+
"members": [
|
|
1233
|
+
{
|
|
1234
|
+
"__schema": "VariableLikeSchema",
|
|
1235
|
+
"location": {
|
|
1236
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1237
|
+
"line": 50,
|
|
1238
|
+
"character": 3
|
|
1239
|
+
},
|
|
1240
|
+
"signature": "(property) isRemote?: boolean | undefined",
|
|
1241
|
+
"name": "isRemote",
|
|
1242
|
+
"type": {
|
|
1243
|
+
"__schema": "KeywordTypeSchema",
|
|
1244
|
+
"location": {
|
|
1245
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1246
|
+
"line": 50,
|
|
1247
|
+
"character": 14
|
|
1248
|
+
},
|
|
1249
|
+
"name": "boolean"
|
|
1250
|
+
},
|
|
1251
|
+
"isOptional": true
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"__schema": "VariableLikeSchema",
|
|
1255
|
+
"location": {
|
|
1256
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1257
|
+
"line": 51,
|
|
1258
|
+
"character": 3
|
|
1259
|
+
},
|
|
1260
|
+
"signature": "(property) shortHash?: boolean | undefined",
|
|
1261
|
+
"name": "shortHash",
|
|
1262
|
+
"type": {
|
|
1263
|
+
"__schema": "KeywordTypeSchema",
|
|
1264
|
+
"location": {
|
|
1265
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1266
|
+
"line": 51,
|
|
1267
|
+
"character": 15
|
|
1268
|
+
},
|
|
1269
|
+
"name": "boolean"
|
|
1270
|
+
},
|
|
1271
|
+
"isOptional": true
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"__schema": "VariableLikeSchema",
|
|
1275
|
+
"location": {
|
|
1276
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1277
|
+
"line": 52,
|
|
1278
|
+
"character": 3
|
|
1279
|
+
},
|
|
1280
|
+
"signature": "(property) shortMessage?: boolean | undefined",
|
|
1281
|
+
"name": "shortMessage",
|
|
1282
|
+
"type": {
|
|
1283
|
+
"__schema": "KeywordTypeSchema",
|
|
1284
|
+
"location": {
|
|
1285
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1286
|
+
"line": 52,
|
|
1287
|
+
"character": 18
|
|
1288
|
+
},
|
|
1289
|
+
"name": "boolean"
|
|
1290
|
+
},
|
|
1291
|
+
"isOptional": true
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"__schema": "VariableLikeSchema",
|
|
1295
|
+
"location": {
|
|
1296
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1297
|
+
"line": 53,
|
|
1298
|
+
"character": 3
|
|
1299
|
+
},
|
|
1300
|
+
"signature": "(property) showHidden?: boolean | undefined",
|
|
1301
|
+
"name": "showHidden",
|
|
1302
|
+
"type": {
|
|
1303
|
+
"__schema": "KeywordTypeSchema",
|
|
1304
|
+
"location": {
|
|
1305
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1306
|
+
"line": 53,
|
|
1307
|
+
"character": 16
|
|
1308
|
+
},
|
|
1309
|
+
"name": "boolean"
|
|
1310
|
+
},
|
|
1311
|
+
"isOptional": true
|
|
1312
|
+
}
|
|
1313
|
+
]
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"__schema": "TypeSchema",
|
|
1318
|
+
"location": {
|
|
1319
|
+
"filePath": "component-log.main.runtime.ts",
|
|
1320
|
+
"line": 56,
|
|
1236
1321
|
"character": 1
|
|
1237
1322
|
},
|
|
1238
1323
|
"signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
|
|
@@ -1241,7 +1326,7 @@
|
|
|
1241
1326
|
"__schema": "TypeLiteralSchema",
|
|
1242
1327
|
"location": {
|
|
1243
1328
|
"filePath": "component-log.main.runtime.ts",
|
|
1244
|
-
"line":
|
|
1329
|
+
"line": 56,
|
|
1245
1330
|
"character": 38
|
|
1246
1331
|
},
|
|
1247
1332
|
"members": [
|
|
@@ -1249,7 +1334,7 @@
|
|
|
1249
1334
|
"__schema": "VariableLikeSchema",
|
|
1250
1335
|
"location": {
|
|
1251
1336
|
"filePath": "component-log.main.runtime.ts",
|
|
1252
|
-
"line":
|
|
1337
|
+
"line": 57,
|
|
1253
1338
|
"character": 3
|
|
1254
1339
|
},
|
|
1255
1340
|
"signature": "(property) filePath: string",
|
|
@@ -1258,7 +1343,7 @@
|
|
|
1258
1343
|
"__schema": "KeywordTypeSchema",
|
|
1259
1344
|
"location": {
|
|
1260
1345
|
"filePath": "component-log.main.runtime.ts",
|
|
1261
|
-
"line":
|
|
1346
|
+
"line": 57,
|
|
1262
1347
|
"character": 13
|
|
1263
1348
|
},
|
|
1264
1349
|
"name": "string"
|
|
@@ -1269,7 +1354,7 @@
|
|
|
1269
1354
|
"__schema": "VariableLikeSchema",
|
|
1270
1355
|
"location": {
|
|
1271
1356
|
"filePath": "component-log.main.runtime.ts",
|
|
1272
|
-
"line":
|
|
1357
|
+
"line": 58,
|
|
1273
1358
|
"character": 3
|
|
1274
1359
|
},
|
|
1275
1360
|
"signature": "(property) hash?: string | undefined",
|
|
@@ -1278,7 +1363,7 @@
|
|
|
1278
1363
|
"__schema": "KeywordTypeSchema",
|
|
1279
1364
|
"location": {
|
|
1280
1365
|
"filePath": "component-log.main.runtime.ts",
|
|
1281
|
-
"line":
|
|
1366
|
+
"line": 58,
|
|
1282
1367
|
"character": 10
|
|
1283
1368
|
},
|
|
1284
1369
|
"name": "string"
|
|
@@ -1289,7 +1374,7 @@
|
|
|
1289
1374
|
"__schema": "VariableLikeSchema",
|
|
1290
1375
|
"location": {
|
|
1291
1376
|
"filePath": "component-log.main.runtime.ts",
|
|
1292
|
-
"line":
|
|
1377
|
+
"line": 59,
|
|
1293
1378
|
"character": 3
|
|
1294
1379
|
},
|
|
1295
1380
|
"signature": "(property) parentHash?: string | undefined",
|
|
@@ -1298,7 +1383,7 @@
|
|
|
1298
1383
|
"__schema": "KeywordTypeSchema",
|
|
1299
1384
|
"location": {
|
|
1300
1385
|
"filePath": "component-log.main.runtime.ts",
|
|
1301
|
-
"line":
|
|
1386
|
+
"line": 59,
|
|
1302
1387
|
"character": 16
|
|
1303
1388
|
},
|
|
1304
1389
|
"name": "string"
|
|
@@ -1312,7 +1397,7 @@
|
|
|
1312
1397
|
"__schema": "ClassSchema",
|
|
1313
1398
|
"location": {
|
|
1314
1399
|
"filePath": "component-log.main.runtime.ts",
|
|
1315
|
-
"line":
|
|
1400
|
+
"line": 62,
|
|
1316
1401
|
"character": 1
|
|
1317
1402
|
},
|
|
1318
1403
|
"signature": "class ComponentLogMain",
|
|
@@ -1322,7 +1407,7 @@
|
|
|
1322
1407
|
"__schema": "ConstructorSchema",
|
|
1323
1408
|
"location": {
|
|
1324
1409
|
"filePath": "component-log.main.runtime.ts",
|
|
1325
|
-
"line":
|
|
1410
|
+
"line": 63,
|
|
1326
1411
|
"character": 3
|
|
1327
1412
|
},
|
|
1328
1413
|
"signature": "constructor ComponentLogMain(workspace: Workspace | undefined): ComponentLogMain",
|
|
@@ -1332,7 +1417,7 @@
|
|
|
1332
1417
|
"__schema": "ParameterSchema",
|
|
1333
1418
|
"location": {
|
|
1334
1419
|
"filePath": "component-log.main.runtime.ts",
|
|
1335
|
-
"line":
|
|
1420
|
+
"line": 63,
|
|
1336
1421
|
"character": 15
|
|
1337
1422
|
},
|
|
1338
1423
|
"name": "workspace",
|
|
@@ -1340,7 +1425,7 @@
|
|
|
1340
1425
|
"__schema": "TypeUnionSchema",
|
|
1341
1426
|
"location": {
|
|
1342
1427
|
"filePath": "component-log.main.runtime.ts",
|
|
1343
|
-
"line":
|
|
1428
|
+
"line": 63,
|
|
1344
1429
|
"character": 34
|
|
1345
1430
|
},
|
|
1346
1431
|
"types": [
|
|
@@ -1348,7 +1433,7 @@
|
|
|
1348
1433
|
"__schema": "TypeRefSchema",
|
|
1349
1434
|
"location": {
|
|
1350
1435
|
"filePath": "component-log.main.runtime.ts",
|
|
1351
|
-
"line":
|
|
1436
|
+
"line": 63,
|
|
1352
1437
|
"character": 34
|
|
1353
1438
|
},
|
|
1354
1439
|
"name": "Workspace"
|
|
@@ -1357,7 +1442,7 @@
|
|
|
1357
1442
|
"__schema": "KeywordTypeSchema",
|
|
1358
1443
|
"location": {
|
|
1359
1444
|
"filePath": "component-log.main.runtime.ts",
|
|
1360
|
-
"line":
|
|
1445
|
+
"line": 63,
|
|
1361
1446
|
"character": 46
|
|
1362
1447
|
},
|
|
1363
1448
|
"name": "undefined"
|
|
@@ -1372,7 +1457,7 @@
|
|
|
1372
1457
|
"__schema": "ThisTypeSchema",
|
|
1373
1458
|
"location": {
|
|
1374
1459
|
"filePath": "component-log.main.runtime.ts",
|
|
1375
|
-
"line":
|
|
1460
|
+
"line": 62,
|
|
1376
1461
|
"character": 1
|
|
1377
1462
|
},
|
|
1378
1463
|
"name": "ComponentLogMain"
|
|
@@ -1383,28 +1468,28 @@
|
|
|
1383
1468
|
"__schema": "FunctionLikeSchema",
|
|
1384
1469
|
"location": {
|
|
1385
1470
|
"filePath": "component-log.main.runtime.ts",
|
|
1386
|
-
"line":
|
|
1471
|
+
"line": 68,
|
|
1387
1472
|
"character": 3
|
|
1388
1473
|
},
|
|
1389
1474
|
"doc": {
|
|
1390
1475
|
"__schema": "DocSchema",
|
|
1391
1476
|
"location": {
|
|
1392
1477
|
"filePath": "component-log.main.runtime.ts",
|
|
1393
|
-
"line":
|
|
1478
|
+
"line": 65,
|
|
1394
1479
|
"character": 3
|
|
1395
1480
|
},
|
|
1396
1481
|
"raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
|
|
1397
1482
|
"comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)",
|
|
1398
1483
|
"tags": []
|
|
1399
1484
|
},
|
|
1400
|
-
"signature": "(method) ComponentLogMain.getLogs(id: string,
|
|
1485
|
+
"signature": "(method) ComponentLogMain.getLogs(id: string, options?: LogOpts): Promise<ComponentLog[]>",
|
|
1401
1486
|
"name": "getLogs",
|
|
1402
1487
|
"params": [
|
|
1403
1488
|
{
|
|
1404
1489
|
"__schema": "ParameterSchema",
|
|
1405
1490
|
"location": {
|
|
1406
1491
|
"filePath": "component-log.main.runtime.ts",
|
|
1407
|
-
"line":
|
|
1492
|
+
"line": 68,
|
|
1408
1493
|
"character": 17
|
|
1409
1494
|
},
|
|
1410
1495
|
"name": "id",
|
|
@@ -1412,7 +1497,7 @@
|
|
|
1412
1497
|
"__schema": "KeywordTypeSchema",
|
|
1413
1498
|
"location": {
|
|
1414
1499
|
"filePath": "component-log.main.runtime.ts",
|
|
1415
|
-
"line":
|
|
1500
|
+
"line": 68,
|
|
1416
1501
|
"character": 21
|
|
1417
1502
|
},
|
|
1418
1503
|
"name": "string"
|
|
@@ -1424,62 +1509,21 @@
|
|
|
1424
1509
|
"__schema": "ParameterSchema",
|
|
1425
1510
|
"location": {
|
|
1426
1511
|
"filePath": "component-log.main.runtime.ts",
|
|
1427
|
-
"line":
|
|
1512
|
+
"line": 68,
|
|
1428
1513
|
"character": 29
|
|
1429
1514
|
},
|
|
1430
|
-
"name": "
|
|
1431
|
-
"type": {
|
|
1432
|
-
"__schema": "KeywordTypeSchema",
|
|
1433
|
-
"location": {
|
|
1434
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1435
|
-
"line": 59,
|
|
1436
|
-
"character": 40
|
|
1437
|
-
},
|
|
1438
|
-
"name": "boolean"
|
|
1439
|
-
},
|
|
1440
|
-
"isOptional": true,
|
|
1441
|
-
"isSpread": false
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"__schema": "ParameterSchema",
|
|
1445
|
-
"location": {
|
|
1446
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1447
|
-
"line": 59,
|
|
1448
|
-
"character": 49
|
|
1449
|
-
},
|
|
1450
|
-
"name": "shortHash",
|
|
1515
|
+
"name": "options",
|
|
1451
1516
|
"type": {
|
|
1452
|
-
"__schema": "
|
|
1453
|
-
"location": {
|
|
1454
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1455
|
-
"line": 59,
|
|
1456
|
-
"character": 49
|
|
1457
|
-
},
|
|
1458
|
-
"type": "boolean"
|
|
1459
|
-
},
|
|
1460
|
-
"isOptional": true,
|
|
1461
|
-
"defaultValue": "false",
|
|
1462
|
-
"isSpread": false
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"__schema": "ParameterSchema",
|
|
1466
|
-
"location": {
|
|
1467
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1468
|
-
"line": 59,
|
|
1469
|
-
"character": 68
|
|
1470
|
-
},
|
|
1471
|
-
"name": "shortMessage",
|
|
1472
|
-
"type": {
|
|
1473
|
-
"__schema": "InferenceTypeSchema",
|
|
1517
|
+
"__schema": "TypeRefSchema",
|
|
1474
1518
|
"location": {
|
|
1475
1519
|
"filePath": "component-log.main.runtime.ts",
|
|
1476
|
-
"line":
|
|
1477
|
-
"character":
|
|
1520
|
+
"line": 68,
|
|
1521
|
+
"character": 38
|
|
1478
1522
|
},
|
|
1479
|
-
"
|
|
1523
|
+
"name": "LogOpts"
|
|
1480
1524
|
},
|
|
1481
1525
|
"isOptional": true,
|
|
1482
|
-
"defaultValue": "
|
|
1526
|
+
"defaultValue": "{}",
|
|
1483
1527
|
"isSpread": false
|
|
1484
1528
|
}
|
|
1485
1529
|
],
|
|
@@ -1487,8 +1531,8 @@
|
|
|
1487
1531
|
"__schema": "TypeRefSchema",
|
|
1488
1532
|
"location": {
|
|
1489
1533
|
"filePath": "component-log.main.runtime.ts",
|
|
1490
|
-
"line":
|
|
1491
|
-
"character":
|
|
1534
|
+
"line": 68,
|
|
1535
|
+
"character": 53
|
|
1492
1536
|
},
|
|
1493
1537
|
"name": "Promise",
|
|
1494
1538
|
"typeArgs": [
|
|
@@ -1496,15 +1540,15 @@
|
|
|
1496
1540
|
"__schema": "TypeArraySchema",
|
|
1497
1541
|
"location": {
|
|
1498
1542
|
"filePath": "component-log.main.runtime.ts",
|
|
1499
|
-
"line":
|
|
1500
|
-
"character":
|
|
1543
|
+
"line": 68,
|
|
1544
|
+
"character": 61
|
|
1501
1545
|
},
|
|
1502
1546
|
"type": {
|
|
1503
1547
|
"__schema": "TypeRefSchema",
|
|
1504
1548
|
"location": {
|
|
1505
1549
|
"filePath": "component-log.main.runtime.ts",
|
|
1506
|
-
"line":
|
|
1507
|
-
"character":
|
|
1550
|
+
"line": 68,
|
|
1551
|
+
"character": 61
|
|
1508
1552
|
},
|
|
1509
1553
|
"name": "ComponentLog"
|
|
1510
1554
|
}
|
|
@@ -1519,17 +1563,17 @@
|
|
|
1519
1563
|
"__schema": "FunctionLikeSchema",
|
|
1520
1564
|
"location": {
|
|
1521
1565
|
"filePath": "component-log.main.runtime.ts",
|
|
1522
|
-
"line":
|
|
1566
|
+
"line": 86,
|
|
1523
1567
|
"character": 3
|
|
1524
1568
|
},
|
|
1525
|
-
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string,
|
|
1569
|
+
"signature": "(method) ComponentLogMain.getLogsWithParents(id: string, options: LogOpts): Promise<string[]>",
|
|
1526
1570
|
"name": "getLogsWithParents",
|
|
1527
1571
|
"params": [
|
|
1528
1572
|
{
|
|
1529
1573
|
"__schema": "ParameterSchema",
|
|
1530
1574
|
"location": {
|
|
1531
1575
|
"filePath": "component-log.main.runtime.ts",
|
|
1532
|
-
"line":
|
|
1576
|
+
"line": 86,
|
|
1533
1577
|
"character": 28
|
|
1534
1578
|
},
|
|
1535
1579
|
"name": "id",
|
|
@@ -1537,7 +1581,7 @@
|
|
|
1537
1581
|
"__schema": "KeywordTypeSchema",
|
|
1538
1582
|
"location": {
|
|
1539
1583
|
"filePath": "component-log.main.runtime.ts",
|
|
1540
|
-
"line":
|
|
1584
|
+
"line": 86,
|
|
1541
1585
|
"character": 32
|
|
1542
1586
|
},
|
|
1543
1587
|
"name": "string"
|
|
@@ -1549,42 +1593,20 @@
|
|
|
1549
1593
|
"__schema": "ParameterSchema",
|
|
1550
1594
|
"location": {
|
|
1551
1595
|
"filePath": "component-log.main.runtime.ts",
|
|
1552
|
-
"line":
|
|
1596
|
+
"line": 86,
|
|
1553
1597
|
"character": 40
|
|
1554
1598
|
},
|
|
1555
|
-
"name": "
|
|
1599
|
+
"name": "options",
|
|
1556
1600
|
"type": {
|
|
1557
|
-
"__schema": "
|
|
1558
|
-
"location": {
|
|
1559
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1560
|
-
"line": 76,
|
|
1561
|
-
"character": 40
|
|
1562
|
-
},
|
|
1563
|
-
"type": "boolean"
|
|
1564
|
-
},
|
|
1565
|
-
"isOptional": true,
|
|
1566
|
-
"defaultValue": "false",
|
|
1567
|
-
"isSpread": false
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"__schema": "ParameterSchema",
|
|
1571
|
-
"location": {
|
|
1572
|
-
"filePath": "component-log.main.runtime.ts",
|
|
1573
|
-
"line": 76,
|
|
1574
|
-
"character": 58
|
|
1575
|
-
},
|
|
1576
|
-
"name": "fullMessage",
|
|
1577
|
-
"type": {
|
|
1578
|
-
"__schema": "InferenceTypeSchema",
|
|
1601
|
+
"__schema": "TypeRefSchema",
|
|
1579
1602
|
"location": {
|
|
1580
1603
|
"filePath": "component-log.main.runtime.ts",
|
|
1581
|
-
"line":
|
|
1582
|
-
"character":
|
|
1604
|
+
"line": 86,
|
|
1605
|
+
"character": 49
|
|
1583
1606
|
},
|
|
1584
|
-
"
|
|
1607
|
+
"name": "LogOpts"
|
|
1585
1608
|
},
|
|
1586
|
-
"isOptional":
|
|
1587
|
-
"defaultValue": "false",
|
|
1609
|
+
"isOptional": false,
|
|
1588
1610
|
"isSpread": false
|
|
1589
1611
|
}
|
|
1590
1612
|
],
|
|
@@ -1592,7 +1614,7 @@
|
|
|
1592
1614
|
"__schema": "InferenceTypeSchema",
|
|
1593
1615
|
"location": {
|
|
1594
1616
|
"filePath": "component-log.main.runtime.ts",
|
|
1595
|
-
"line":
|
|
1617
|
+
"line": 86,
|
|
1596
1618
|
"character": 3
|
|
1597
1619
|
},
|
|
1598
1620
|
"type": "Promise<string[]>"
|
|
@@ -1605,7 +1627,7 @@
|
|
|
1605
1627
|
"__schema": "FunctionLikeSchema",
|
|
1606
1628
|
"location": {
|
|
1607
1629
|
"filePath": "component-log.main.runtime.ts",
|
|
1608
|
-
"line":
|
|
1630
|
+
"line": 93,
|
|
1609
1631
|
"character": 3
|
|
1610
1632
|
},
|
|
1611
1633
|
"signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
|
|
@@ -1615,7 +1637,7 @@
|
|
|
1615
1637
|
"__schema": "ParameterSchema",
|
|
1616
1638
|
"location": {
|
|
1617
1639
|
"filePath": "component-log.main.runtime.ts",
|
|
1618
|
-
"line":
|
|
1640
|
+
"line": 93,
|
|
1619
1641
|
"character": 35
|
|
1620
1642
|
},
|
|
1621
1643
|
"name": "id",
|
|
@@ -1623,7 +1645,7 @@
|
|
|
1623
1645
|
"__schema": "KeywordTypeSchema",
|
|
1624
1646
|
"location": {
|
|
1625
1647
|
"filePath": "component-log.main.runtime.ts",
|
|
1626
|
-
"line":
|
|
1648
|
+
"line": 93,
|
|
1627
1649
|
"character": 39
|
|
1628
1650
|
},
|
|
1629
1651
|
"name": "string"
|
|
@@ -1636,7 +1658,7 @@
|
|
|
1636
1658
|
"__schema": "TypeRefSchema",
|
|
1637
1659
|
"location": {
|
|
1638
1660
|
"filePath": "component-log.main.runtime.ts",
|
|
1639
|
-
"line":
|
|
1661
|
+
"line": 93,
|
|
1640
1662
|
"character": 48
|
|
1641
1663
|
},
|
|
1642
1664
|
"name": "Promise",
|
|
@@ -1645,14 +1667,14 @@
|
|
|
1645
1667
|
"__schema": "TypeArraySchema",
|
|
1646
1668
|
"location": {
|
|
1647
1669
|
"filePath": "component-log.main.runtime.ts",
|
|
1648
|
-
"line":
|
|
1670
|
+
"line": 93,
|
|
1649
1671
|
"character": 56
|
|
1650
1672
|
},
|
|
1651
1673
|
"type": {
|
|
1652
1674
|
"__schema": "TypeRefSchema",
|
|
1653
1675
|
"location": {
|
|
1654
1676
|
"filePath": "component-log.main.runtime.ts",
|
|
1655
|
-
"line":
|
|
1677
|
+
"line": 93,
|
|
1656
1678
|
"character": 56
|
|
1657
1679
|
},
|
|
1658
1680
|
"name": "FileHashDiffFromParent"
|
|
@@ -1668,7 +1690,7 @@
|
|
|
1668
1690
|
"__schema": "FunctionLikeSchema",
|
|
1669
1691
|
"location": {
|
|
1670
1692
|
"filePath": "component-log.main.runtime.ts",
|
|
1671
|
-
"line":
|
|
1693
|
+
"line": 133,
|
|
1672
1694
|
"character": 3
|
|
1673
1695
|
},
|
|
1674
1696
|
"signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: PathOsBasedAbsolute): Promise<FileLog[]>",
|
|
@@ -1678,7 +1700,7 @@
|
|
|
1678
1700
|
"__schema": "ParameterSchema",
|
|
1679
1701
|
"location": {
|
|
1680
1702
|
"filePath": "component-log.main.runtime.ts",
|
|
1681
|
-
"line":
|
|
1703
|
+
"line": 133,
|
|
1682
1704
|
"character": 30
|
|
1683
1705
|
},
|
|
1684
1706
|
"name": "filePath",
|
|
@@ -1686,7 +1708,7 @@
|
|
|
1686
1708
|
"__schema": "TypeRefSchema",
|
|
1687
1709
|
"location": {
|
|
1688
1710
|
"filePath": "component-log.main.runtime.ts",
|
|
1689
|
-
"line":
|
|
1711
|
+
"line": 133,
|
|
1690
1712
|
"character": 40
|
|
1691
1713
|
},
|
|
1692
1714
|
"name": "PathOsBasedAbsolute"
|
|
@@ -1699,7 +1721,7 @@
|
|
|
1699
1721
|
"__schema": "TypeRefSchema",
|
|
1700
1722
|
"location": {
|
|
1701
1723
|
"filePath": "component-log.main.runtime.ts",
|
|
1702
|
-
"line":
|
|
1724
|
+
"line": 133,
|
|
1703
1725
|
"character": 62
|
|
1704
1726
|
},
|
|
1705
1727
|
"name": "Promise",
|
|
@@ -1708,14 +1730,14 @@
|
|
|
1708
1730
|
"__schema": "TypeArraySchema",
|
|
1709
1731
|
"location": {
|
|
1710
1732
|
"filePath": "component-log.main.runtime.ts",
|
|
1711
|
-
"line":
|
|
1733
|
+
"line": 133,
|
|
1712
1734
|
"character": 70
|
|
1713
1735
|
},
|
|
1714
1736
|
"type": {
|
|
1715
1737
|
"__schema": "TypeRefSchema",
|
|
1716
1738
|
"location": {
|
|
1717
1739
|
"filePath": "component-log.main.runtime.ts",
|
|
1718
|
-
"line":
|
|
1740
|
+
"line": 133,
|
|
1719
1741
|
"character": 70
|
|
1720
1742
|
},
|
|
1721
1743
|
"name": "FileLog"
|
|
@@ -1731,28 +1753,28 @@
|
|
|
1731
1753
|
"__schema": "FunctionLikeSchema",
|
|
1732
1754
|
"location": {
|
|
1733
1755
|
"filePath": "component-log.main.runtime.ts",
|
|
1734
|
-
"line":
|
|
1756
|
+
"line": 211,
|
|
1735
1757
|
"character": 3
|
|
1736
1758
|
},
|
|
1737
|
-
"signature": "(method) ComponentLogMain.blame(filePath:
|
|
1759
|
+
"signature": "(method) ComponentLogMain.blame(filePath: PathOsBased): Promise<BlameLineInfo[]>",
|
|
1738
1760
|
"name": "blame",
|
|
1739
1761
|
"params": [
|
|
1740
1762
|
{
|
|
1741
1763
|
"__schema": "ParameterSchema",
|
|
1742
1764
|
"location": {
|
|
1743
1765
|
"filePath": "component-log.main.runtime.ts",
|
|
1744
|
-
"line":
|
|
1766
|
+
"line": 211,
|
|
1745
1767
|
"character": 15
|
|
1746
1768
|
},
|
|
1747
1769
|
"name": "filePath",
|
|
1748
1770
|
"type": {
|
|
1749
|
-
"__schema": "
|
|
1771
|
+
"__schema": "TypeRefSchema",
|
|
1750
1772
|
"location": {
|
|
1751
1773
|
"filePath": "component-log.main.runtime.ts",
|
|
1752
|
-
"line":
|
|
1774
|
+
"line": 211,
|
|
1753
1775
|
"character": 25
|
|
1754
1776
|
},
|
|
1755
|
-
"name": "
|
|
1777
|
+
"name": "PathOsBased"
|
|
1756
1778
|
},
|
|
1757
1779
|
"isOptional": false,
|
|
1758
1780
|
"isSpread": false
|
|
@@ -1762,8 +1784,8 @@
|
|
|
1762
1784
|
"__schema": "TypeRefSchema",
|
|
1763
1785
|
"location": {
|
|
1764
1786
|
"filePath": "component-log.main.runtime.ts",
|
|
1765
|
-
"line":
|
|
1766
|
-
"character":
|
|
1787
|
+
"line": 211,
|
|
1788
|
+
"character": 39
|
|
1767
1789
|
},
|
|
1768
1790
|
"name": "Promise",
|
|
1769
1791
|
"typeArgs": [
|
|
@@ -1771,15 +1793,15 @@
|
|
|
1771
1793
|
"__schema": "TypeArraySchema",
|
|
1772
1794
|
"location": {
|
|
1773
1795
|
"filePath": "component-log.main.runtime.ts",
|
|
1774
|
-
"line":
|
|
1775
|
-
"character":
|
|
1796
|
+
"line": 211,
|
|
1797
|
+
"character": 47
|
|
1776
1798
|
},
|
|
1777
1799
|
"type": {
|
|
1778
1800
|
"__schema": "TypeRefSchema",
|
|
1779
1801
|
"location": {
|
|
1780
1802
|
"filePath": "component-log.main.runtime.ts",
|
|
1781
|
-
"line":
|
|
1782
|
-
"character":
|
|
1803
|
+
"line": 211,
|
|
1804
|
+
"character": 47
|
|
1783
1805
|
},
|
|
1784
1806
|
"name": "BlameLineInfo"
|
|
1785
1807
|
}
|
|
@@ -1794,7 +1816,7 @@
|
|
|
1794
1816
|
"__schema": "FunctionLikeSchema",
|
|
1795
1817
|
"location": {
|
|
1796
1818
|
"filePath": "component-log.main.runtime.ts",
|
|
1797
|
-
"line":
|
|
1819
|
+
"line": 306,
|
|
1798
1820
|
"character": 3
|
|
1799
1821
|
},
|
|
1800
1822
|
"signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
|
|
@@ -1804,7 +1826,7 @@
|
|
|
1804
1826
|
"__schema": "ParameterSchema",
|
|
1805
1827
|
"location": {
|
|
1806
1828
|
"filePath": "component-log.main.runtime.ts",
|
|
1807
|
-
"line":
|
|
1829
|
+
"line": 306,
|
|
1808
1830
|
"character": 20
|
|
1809
1831
|
},
|
|
1810
1832
|
"name": "filePath",
|
|
@@ -1812,7 +1834,7 @@
|
|
|
1812
1834
|
"__schema": "KeywordTypeSchema",
|
|
1813
1835
|
"location": {
|
|
1814
1836
|
"filePath": "component-log.main.runtime.ts",
|
|
1815
|
-
"line":
|
|
1837
|
+
"line": 306,
|
|
1816
1838
|
"character": 30
|
|
1817
1839
|
},
|
|
1818
1840
|
"name": "string"
|
|
@@ -1825,7 +1847,7 @@
|
|
|
1825
1847
|
"__schema": "InferenceTypeSchema",
|
|
1826
1848
|
"location": {
|
|
1827
1849
|
"filePath": "component-log.main.runtime.ts",
|
|
1828
|
-
"line":
|
|
1850
|
+
"line": 306,
|
|
1829
1851
|
"character": 3
|
|
1830
1852
|
},
|
|
1831
1853
|
"type": "Promise<FileLog[]>"
|
|
@@ -1838,7 +1860,7 @@
|
|
|
1838
1860
|
"__schema": "VariableLikeSchema",
|
|
1839
1861
|
"location": {
|
|
1840
1862
|
"filePath": "component-log.main.runtime.ts",
|
|
1841
|
-
"line":
|
|
1863
|
+
"line": 363,
|
|
1842
1864
|
"character": 3
|
|
1843
1865
|
},
|
|
1844
1866
|
"signature": "(property) ComponentLogMain.slots: never[]",
|
|
@@ -1847,7 +1869,7 @@
|
|
|
1847
1869
|
"__schema": "InferenceTypeSchema",
|
|
1848
1870
|
"location": {
|
|
1849
1871
|
"filePath": "component-log.main.runtime.ts",
|
|
1850
|
-
"line":
|
|
1872
|
+
"line": 363,
|
|
1851
1873
|
"character": 3
|
|
1852
1874
|
},
|
|
1853
1875
|
"type": "never[]"
|
|
@@ -1859,7 +1881,7 @@
|
|
|
1859
1881
|
"__schema": "VariableLikeSchema",
|
|
1860
1882
|
"location": {
|
|
1861
1883
|
"filePath": "component-log.main.runtime.ts",
|
|
1862
|
-
"line":
|
|
1884
|
+
"line": 364,
|
|
1863
1885
|
"character": 3
|
|
1864
1886
|
},
|
|
1865
1887
|
"signature": "(property) ComponentLogMain.dependencies: Aspect[]",
|
|
@@ -1868,7 +1890,7 @@
|
|
|
1868
1890
|
"__schema": "InferenceTypeSchema",
|
|
1869
1891
|
"location": {
|
|
1870
1892
|
"filePath": "component-log.main.runtime.ts",
|
|
1871
|
-
"line":
|
|
1893
|
+
"line": 364,
|
|
1872
1894
|
"character": 3
|
|
1873
1895
|
},
|
|
1874
1896
|
"type": "Aspect[]"
|
|
@@ -1880,7 +1902,7 @@
|
|
|
1880
1902
|
"__schema": "VariableLikeSchema",
|
|
1881
1903
|
"location": {
|
|
1882
1904
|
"filePath": "component-log.main.runtime.ts",
|
|
1883
|
-
"line":
|
|
1905
|
+
"line": 365,
|
|
1884
1906
|
"character": 3
|
|
1885
1907
|
},
|
|
1886
1908
|
"signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
|
|
@@ -1889,7 +1911,7 @@
|
|
|
1889
1911
|
"__schema": "InferenceTypeSchema",
|
|
1890
1912
|
"location": {
|
|
1891
1913
|
"filePath": "component-log.main.runtime.ts",
|
|
1892
|
-
"line":
|
|
1914
|
+
"line": 365,
|
|
1893
1915
|
"character": 3
|
|
1894
1916
|
},
|
|
1895
1917
|
"type": "RuntimeDefinition"
|
|
@@ -1901,7 +1923,7 @@
|
|
|
1901
1923
|
"__schema": "FunctionLikeSchema",
|
|
1902
1924
|
"location": {
|
|
1903
1925
|
"filePath": "component-log.main.runtime.ts",
|
|
1904
|
-
"line":
|
|
1926
|
+
"line": 366,
|
|
1905
1927
|
"character": 3
|
|
1906
1928
|
},
|
|
1907
1929
|
"signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
|
|
@@ -1911,7 +1933,7 @@
|
|
|
1911
1933
|
"__schema": "ParameterSchema",
|
|
1912
1934
|
"location": {
|
|
1913
1935
|
"filePath": "component-log.main.runtime.ts",
|
|
1914
|
-
"line":
|
|
1936
|
+
"line": 366,
|
|
1915
1937
|
"character": 25
|
|
1916
1938
|
},
|
|
1917
1939
|
"name": "[ cli, workspace ]",
|
|
@@ -1919,7 +1941,7 @@
|
|
|
1919
1941
|
"__schema": "TupleTypeSchema",
|
|
1920
1942
|
"location": {
|
|
1921
1943
|
"filePath": "component-log.main.runtime.ts",
|
|
1922
|
-
"line":
|
|
1944
|
+
"line": 366,
|
|
1923
1945
|
"character": 43
|
|
1924
1946
|
},
|
|
1925
1947
|
"elements": [
|
|
@@ -1927,7 +1949,7 @@
|
|
|
1927
1949
|
"__schema": "TypeRefSchema",
|
|
1928
1950
|
"location": {
|
|
1929
1951
|
"filePath": "component-log.main.runtime.ts",
|
|
1930
|
-
"line":
|
|
1952
|
+
"line": 366,
|
|
1931
1953
|
"character": 44
|
|
1932
1954
|
},
|
|
1933
1955
|
"name": "CLIMain"
|
|
@@ -1936,7 +1958,7 @@
|
|
|
1936
1958
|
"__schema": "TypeRefSchema",
|
|
1937
1959
|
"location": {
|
|
1938
1960
|
"filePath": "component-log.main.runtime.ts",
|
|
1939
|
-
"line":
|
|
1961
|
+
"line": 366,
|
|
1940
1962
|
"character": 53
|
|
1941
1963
|
},
|
|
1942
1964
|
"name": "Workspace"
|
|
@@ -1951,7 +1973,7 @@
|
|
|
1951
1973
|
"__schema": "InferenceTypeSchema",
|
|
1952
1974
|
"location": {
|
|
1953
1975
|
"filePath": "component-log.main.runtime.ts",
|
|
1954
|
-
"line":
|
|
1976
|
+
"line": 366,
|
|
1955
1977
|
"character": 3
|
|
1956
1978
|
},
|
|
1957
1979
|
"type": "Promise<ComponentLogMain>"
|
|
@@ -1969,7 +1991,7 @@
|
|
|
1969
1991
|
"__schema": "TypeSchema",
|
|
1970
1992
|
"location": {
|
|
1971
1993
|
"filePath": "component-log.main.runtime.ts",
|
|
1972
|
-
"line":
|
|
1994
|
+
"line": 375,
|
|
1973
1995
|
"character": 1
|
|
1974
1996
|
},
|
|
1975
1997
|
"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}",
|
|
@@ -1978,7 +2000,7 @@
|
|
|
1978
2000
|
"__schema": "TypeLiteralSchema",
|
|
1979
2001
|
"location": {
|
|
1980
2002
|
"filePath": "component-log.main.runtime.ts",
|
|
1981
|
-
"line":
|
|
2003
|
+
"line": 375,
|
|
1982
2004
|
"character": 32
|
|
1983
2005
|
},
|
|
1984
2006
|
"members": [
|
|
@@ -1986,7 +2008,7 @@
|
|
|
1986
2008
|
"__schema": "VariableLikeSchema",
|
|
1987
2009
|
"location": {
|
|
1988
2010
|
"filePath": "component-log.main.runtime.ts",
|
|
1989
|
-
"line":
|
|
2011
|
+
"line": 376,
|
|
1990
2012
|
"character": 3
|
|
1991
2013
|
},
|
|
1992
2014
|
"signature": "(property) hash: string",
|
|
@@ -1995,7 +2017,7 @@
|
|
|
1995
2017
|
"__schema": "KeywordTypeSchema",
|
|
1996
2018
|
"location": {
|
|
1997
2019
|
"filePath": "component-log.main.runtime.ts",
|
|
1998
|
-
"line":
|
|
2020
|
+
"line": 376,
|
|
1999
2021
|
"character": 9
|
|
2000
2022
|
},
|
|
2001
2023
|
"name": "string"
|
|
@@ -2006,7 +2028,7 @@
|
|
|
2006
2028
|
"__schema": "VariableLikeSchema",
|
|
2007
2029
|
"location": {
|
|
2008
2030
|
"filePath": "component-log.main.runtime.ts",
|
|
2009
|
-
"line":
|
|
2031
|
+
"line": 377,
|
|
2010
2032
|
"character": 3
|
|
2011
2033
|
},
|
|
2012
2034
|
"signature": "(property) message: string",
|
|
@@ -2015,7 +2037,7 @@
|
|
|
2015
2037
|
"__schema": "KeywordTypeSchema",
|
|
2016
2038
|
"location": {
|
|
2017
2039
|
"filePath": "component-log.main.runtime.ts",
|
|
2018
|
-
"line":
|
|
2040
|
+
"line": 377,
|
|
2019
2041
|
"character": 12
|
|
2020
2042
|
},
|
|
2021
2043
|
"name": "string"
|
|
@@ -2026,7 +2048,7 @@
|
|
|
2026
2048
|
"__schema": "VariableLikeSchema",
|
|
2027
2049
|
"location": {
|
|
2028
2050
|
"filePath": "component-log.main.runtime.ts",
|
|
2029
|
-
"line":
|
|
2051
|
+
"line": 378,
|
|
2030
2052
|
"character": 3
|
|
2031
2053
|
},
|
|
2032
2054
|
"signature": "(property) onLane?: boolean | undefined",
|
|
@@ -2035,7 +2057,7 @@
|
|
|
2035
2057
|
"__schema": "KeywordTypeSchema",
|
|
2036
2058
|
"location": {
|
|
2037
2059
|
"filePath": "component-log.main.runtime.ts",
|
|
2038
|
-
"line":
|
|
2060
|
+
"line": 378,
|
|
2039
2061
|
"character": 12
|
|
2040
2062
|
},
|
|
2041
2063
|
"name": "boolean"
|
|
@@ -2046,7 +2068,7 @@
|
|
|
2046
2068
|
"__schema": "VariableLikeSchema",
|
|
2047
2069
|
"location": {
|
|
2048
2070
|
"filePath": "component-log.main.runtime.ts",
|
|
2049
|
-
"line":
|
|
2071
|
+
"line": 379,
|
|
2050
2072
|
"character": 3
|
|
2051
2073
|
},
|
|
2052
2074
|
"signature": "(property) parents: string[]",
|
|
@@ -2055,14 +2077,14 @@
|
|
|
2055
2077
|
"__schema": "TypeArraySchema",
|
|
2056
2078
|
"location": {
|
|
2057
2079
|
"filePath": "component-log.main.runtime.ts",
|
|
2058
|
-
"line":
|
|
2080
|
+
"line": 379,
|
|
2059
2081
|
"character": 12
|
|
2060
2082
|
},
|
|
2061
2083
|
"type": {
|
|
2062
2084
|
"__schema": "KeywordTypeSchema",
|
|
2063
2085
|
"location": {
|
|
2064
2086
|
"filePath": "component-log.main.runtime.ts",
|
|
2065
|
-
"line":
|
|
2087
|
+
"line": 379,
|
|
2066
2088
|
"character": 12
|
|
2067
2089
|
},
|
|
2068
2090
|
"name": "string"
|
|
@@ -2074,7 +2096,7 @@
|
|
|
2074
2096
|
"__schema": "VariableLikeSchema",
|
|
2075
2097
|
"location": {
|
|
2076
2098
|
"filePath": "component-log.main.runtime.ts",
|
|
2077
|
-
"line":
|
|
2099
|
+
"line": 380,
|
|
2078
2100
|
"character": 3
|
|
2079
2101
|
},
|
|
2080
2102
|
"signature": "(property) username?: string | undefined",
|
|
@@ -2083,7 +2105,7 @@
|
|
|
2083
2105
|
"__schema": "KeywordTypeSchema",
|
|
2084
2106
|
"location": {
|
|
2085
2107
|
"filePath": "component-log.main.runtime.ts",
|
|
2086
|
-
"line":
|
|
2108
|
+
"line": 380,
|
|
2087
2109
|
"character": 14
|
|
2088
2110
|
},
|
|
2089
2111
|
"name": "string"
|
|
@@ -2094,7 +2116,7 @@
|
|
|
2094
2116
|
"__schema": "VariableLikeSchema",
|
|
2095
2117
|
"location": {
|
|
2096
2118
|
"filePath": "component-log.main.runtime.ts",
|
|
2097
|
-
"line":
|
|
2119
|
+
"line": 381,
|
|
2098
2120
|
"character": 3
|
|
2099
2121
|
},
|
|
2100
2122
|
"signature": "(property) email?: string | undefined",
|
|
@@ -2103,7 +2125,7 @@
|
|
|
2103
2125
|
"__schema": "KeywordTypeSchema",
|
|
2104
2126
|
"location": {
|
|
2105
2127
|
"filePath": "component-log.main.runtime.ts",
|
|
2106
|
-
"line":
|
|
2128
|
+
"line": 381,
|
|
2107
2129
|
"character": 11
|
|
2108
2130
|
},
|
|
2109
2131
|
"name": "string"
|
|
@@ -2114,7 +2136,7 @@
|
|
|
2114
2136
|
"__schema": "VariableLikeSchema",
|
|
2115
2137
|
"location": {
|
|
2116
2138
|
"filePath": "component-log.main.runtime.ts",
|
|
2117
|
-
"line":
|
|
2139
|
+
"line": 382,
|
|
2118
2140
|
"character": 3
|
|
2119
2141
|
},
|
|
2120
2142
|
"signature": "(property) date?: string | undefined",
|
|
@@ -2123,7 +2145,7 @@
|
|
|
2123
2145
|
"__schema": "KeywordTypeSchema",
|
|
2124
2146
|
"location": {
|
|
2125
2147
|
"filePath": "component-log.main.runtime.ts",
|
|
2126
|
-
"line":
|
|
2148
|
+
"line": 382,
|
|
2127
2149
|
"character": 10
|
|
2128
2150
|
},
|
|
2129
2151
|
"name": "string"
|
|
@@ -2134,7 +2156,7 @@
|
|
|
2134
2156
|
"__schema": "VariableLikeSchema",
|
|
2135
2157
|
"location": {
|
|
2136
2158
|
"filePath": "component-log.main.runtime.ts",
|
|
2137
|
-
"line":
|
|
2159
|
+
"line": 383,
|
|
2138
2160
|
"character": 3
|
|
2139
2161
|
},
|
|
2140
2162
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -2143,7 +2165,7 @@
|
|
|
2143
2165
|
"__schema": "KeywordTypeSchema",
|
|
2144
2166
|
"location": {
|
|
2145
2167
|
"filePath": "component-log.main.runtime.ts",
|
|
2146
|
-
"line":
|
|
2168
|
+
"line": 383,
|
|
2147
2169
|
"character": 9
|
|
2148
2170
|
},
|
|
2149
2171
|
"name": "string"
|
|
@@ -2159,7 +2181,7 @@
|
|
|
2159
2181
|
"__schema": "UnImplementedSchema",
|
|
2160
2182
|
"location": {
|
|
2161
2183
|
"filePath": "component-log.main.runtime.ts",
|
|
2162
|
-
"line":
|
|
2184
|
+
"line": 373,
|
|
2163
2185
|
"character": 1
|
|
2164
2186
|
},
|
|
2165
2187
|
"name": "ComponentLogAspect.addRuntime(ComponentLogMain);",
|
|
@@ -2208,7 +2230,7 @@
|
|
|
2208
2230
|
"componentId": {
|
|
2209
2231
|
"scope": "teambit.component",
|
|
2210
2232
|
"name": "component-log",
|
|
2211
|
-
"version": "1.0.
|
|
2233
|
+
"version": "1.0.451"
|
|
2212
2234
|
},
|
|
2213
2235
|
"taggedModuleExports": []
|
|
2214
2236
|
}
|