@teambit/component-log 1.0.158 → 1.0.160

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.
@@ -0,0 +1,1772 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ClassSchema",
18
+ "location": {
19
+ "filePath": "component-log.main.runtime.ts",
20
+ "line": 39,
21
+ "character": 1
22
+ },
23
+ "signature": "class ComponentLogMain",
24
+ "name": "ComponentLogMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "component-log.main.runtime.ts",
30
+ "line": 40,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor ComponentLogMain(workspace: Workspace | undefined): ComponentLogMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "component-log.main.runtime.ts",
40
+ "line": 40,
41
+ "character": 15
42
+ },
43
+ "name": "workspace",
44
+ "type": {
45
+ "__schema": "TypeUnionSchema",
46
+ "location": {
47
+ "filePath": "component-log.main.runtime.ts",
48
+ "line": 40,
49
+ "character": 34
50
+ },
51
+ "types": [
52
+ {
53
+ "__schema": "TypeRefSchema",
54
+ "location": {
55
+ "filePath": "component-log.main.runtime.ts",
56
+ "line": 40,
57
+ "character": 34
58
+ },
59
+ "name": "Workspace"
60
+ },
61
+ {
62
+ "__schema": "KeywordTypeSchema",
63
+ "location": {
64
+ "filePath": "component-log.main.runtime.ts",
65
+ "line": 40,
66
+ "character": 46
67
+ },
68
+ "name": "undefined"
69
+ }
70
+ ]
71
+ },
72
+ "isOptional": false,
73
+ "isSpread": false
74
+ }
75
+ ],
76
+ "returnType": {
77
+ "__schema": "ThisTypeSchema",
78
+ "location": {
79
+ "filePath": "component-log.main.runtime.ts",
80
+ "line": 39,
81
+ "character": 1
82
+ },
83
+ "name": "ComponentLogMain"
84
+ },
85
+ "modifiers": []
86
+ },
87
+ {
88
+ "__schema": "FunctionLikeSchema",
89
+ "location": {
90
+ "filePath": "component-log.main.runtime.ts",
91
+ "line": 45,
92
+ "character": 3
93
+ },
94
+ "doc": {
95
+ "__schema": "DocSchema",
96
+ "location": {
97
+ "filePath": "component-log.main.runtime.ts",
98
+ "line": 42,
99
+ "character": 3
100
+ },
101
+ "raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
102
+ "comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)"
103
+ },
104
+ "signature": "(method) ComponentLogMain.getLogs(id: string, isRemote?: boolean, shortHash?: boolean): Promise<ComponentLog[]>",
105
+ "name": "getLogs",
106
+ "params": [
107
+ {
108
+ "__schema": "ParameterSchema",
109
+ "location": {
110
+ "filePath": "component-log.main.runtime.ts",
111
+ "line": 45,
112
+ "character": 17
113
+ },
114
+ "name": "id",
115
+ "type": {
116
+ "__schema": "KeywordTypeSchema",
117
+ "location": {
118
+ "filePath": "component-log.main.runtime.ts",
119
+ "line": 45,
120
+ "character": 21
121
+ },
122
+ "name": "string"
123
+ },
124
+ "isOptional": false,
125
+ "isSpread": false
126
+ },
127
+ {
128
+ "__schema": "ParameterSchema",
129
+ "location": {
130
+ "filePath": "component-log.main.runtime.ts",
131
+ "line": 45,
132
+ "character": 29
133
+ },
134
+ "name": "isRemote",
135
+ "type": {
136
+ "__schema": "KeywordTypeSchema",
137
+ "location": {
138
+ "filePath": "component-log.main.runtime.ts",
139
+ "line": 45,
140
+ "character": 40
141
+ },
142
+ "name": "boolean"
143
+ },
144
+ "isOptional": true,
145
+ "isSpread": false
146
+ },
147
+ {
148
+ "__schema": "ParameterSchema",
149
+ "location": {
150
+ "filePath": "component-log.main.runtime.ts",
151
+ "line": 45,
152
+ "character": 49
153
+ },
154
+ "name": "shortHash",
155
+ "type": {
156
+ "__schema": "InferenceTypeSchema",
157
+ "location": {
158
+ "filePath": "component-log.main.runtime.ts",
159
+ "line": 45,
160
+ "character": 49
161
+ },
162
+ "type": "boolean"
163
+ },
164
+ "isOptional": true,
165
+ "defaultValue": "false",
166
+ "isSpread": false
167
+ }
168
+ ],
169
+ "returnType": {
170
+ "__schema": "TypeRefSchema",
171
+ "location": {
172
+ "filePath": "component-log.main.runtime.ts",
173
+ "line": 45,
174
+ "character": 69
175
+ },
176
+ "name": "Promise",
177
+ "typeArgs": [
178
+ {
179
+ "__schema": "TypeArraySchema",
180
+ "location": {
181
+ "filePath": "component-log.main.runtime.ts",
182
+ "line": 45,
183
+ "character": 77
184
+ },
185
+ "type": {
186
+ "__schema": "TypeRefSchema",
187
+ "location": {
188
+ "filePath": "component-log.main.runtime.ts",
189
+ "line": 45,
190
+ "character": 77
191
+ },
192
+ "name": "ComponentLog"
193
+ }
194
+ }
195
+ ]
196
+ },
197
+ "modifiers": [
198
+ "async"
199
+ ]
200
+ },
201
+ {
202
+ "__schema": "FunctionLikeSchema",
203
+ "location": {
204
+ "filePath": "component-log.main.runtime.ts",
205
+ "line": 61,
206
+ "character": 3
207
+ },
208
+ "signature": "(method) ComponentLogMain.getLogsWithParents(id: string, fullHash?: boolean): Promise<string[]>",
209
+ "name": "getLogsWithParents",
210
+ "params": [
211
+ {
212
+ "__schema": "ParameterSchema",
213
+ "location": {
214
+ "filePath": "component-log.main.runtime.ts",
215
+ "line": 61,
216
+ "character": 28
217
+ },
218
+ "name": "id",
219
+ "type": {
220
+ "__schema": "KeywordTypeSchema",
221
+ "location": {
222
+ "filePath": "component-log.main.runtime.ts",
223
+ "line": 61,
224
+ "character": 32
225
+ },
226
+ "name": "string"
227
+ },
228
+ "isOptional": false,
229
+ "isSpread": false
230
+ },
231
+ {
232
+ "__schema": "ParameterSchema",
233
+ "location": {
234
+ "filePath": "component-log.main.runtime.ts",
235
+ "line": 61,
236
+ "character": 40
237
+ },
238
+ "name": "fullHash",
239
+ "type": {
240
+ "__schema": "InferenceTypeSchema",
241
+ "location": {
242
+ "filePath": "component-log.main.runtime.ts",
243
+ "line": 61,
244
+ "character": 40
245
+ },
246
+ "type": "boolean"
247
+ },
248
+ "isOptional": true,
249
+ "defaultValue": "false",
250
+ "isSpread": false
251
+ }
252
+ ],
253
+ "returnType": {
254
+ "__schema": "InferenceTypeSchema",
255
+ "location": {
256
+ "filePath": "component-log.main.runtime.ts",
257
+ "line": 61,
258
+ "character": 3
259
+ },
260
+ "type": "Promise<string[]>"
261
+ },
262
+ "modifiers": [
263
+ "async"
264
+ ]
265
+ },
266
+ {
267
+ "__schema": "FunctionLikeSchema",
268
+ "location": {
269
+ "filePath": "component-log.main.runtime.ts",
270
+ "line": 68,
271
+ "character": 3
272
+ },
273
+ "signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
274
+ "name": "getChangedFilesFromParent",
275
+ "params": [
276
+ {
277
+ "__schema": "ParameterSchema",
278
+ "location": {
279
+ "filePath": "component-log.main.runtime.ts",
280
+ "line": 68,
281
+ "character": 35
282
+ },
283
+ "name": "id",
284
+ "type": {
285
+ "__schema": "KeywordTypeSchema",
286
+ "location": {
287
+ "filePath": "component-log.main.runtime.ts",
288
+ "line": 68,
289
+ "character": 39
290
+ },
291
+ "name": "string"
292
+ },
293
+ "isOptional": false,
294
+ "isSpread": false
295
+ }
296
+ ],
297
+ "returnType": {
298
+ "__schema": "TypeRefSchema",
299
+ "location": {
300
+ "filePath": "component-log.main.runtime.ts",
301
+ "line": 68,
302
+ "character": 48
303
+ },
304
+ "name": "Promise",
305
+ "typeArgs": [
306
+ {
307
+ "__schema": "TypeArraySchema",
308
+ "location": {
309
+ "filePath": "component-log.main.runtime.ts",
310
+ "line": 68,
311
+ "character": 56
312
+ },
313
+ "type": {
314
+ "__schema": "TypeRefSchema",
315
+ "location": {
316
+ "filePath": "component-log.main.runtime.ts",
317
+ "line": 68,
318
+ "character": 56
319
+ },
320
+ "name": "FileHashDiffFromParent"
321
+ }
322
+ }
323
+ ]
324
+ },
325
+ "modifiers": [
326
+ "async"
327
+ ]
328
+ },
329
+ {
330
+ "__schema": "FunctionLikeSchema",
331
+ "location": {
332
+ "filePath": "component-log.main.runtime.ts",
333
+ "line": 108,
334
+ "character": 3
335
+ },
336
+ "signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: string): Promise<FileLog[]>",
337
+ "name": "getFileHistoryHashes",
338
+ "params": [
339
+ {
340
+ "__schema": "ParameterSchema",
341
+ "location": {
342
+ "filePath": "component-log.main.runtime.ts",
343
+ "line": 108,
344
+ "character": 30
345
+ },
346
+ "name": "filePath",
347
+ "type": {
348
+ "__schema": "KeywordTypeSchema",
349
+ "location": {
350
+ "filePath": "component-log.main.runtime.ts",
351
+ "line": 108,
352
+ "character": 40
353
+ },
354
+ "name": "string"
355
+ },
356
+ "isOptional": false,
357
+ "isSpread": false
358
+ }
359
+ ],
360
+ "returnType": {
361
+ "__schema": "TypeRefSchema",
362
+ "location": {
363
+ "filePath": "component-log.main.runtime.ts",
364
+ "line": 108,
365
+ "character": 49
366
+ },
367
+ "name": "Promise",
368
+ "typeArgs": [
369
+ {
370
+ "__schema": "TypeArraySchema",
371
+ "location": {
372
+ "filePath": "component-log.main.runtime.ts",
373
+ "line": 108,
374
+ "character": 57
375
+ },
376
+ "type": {
377
+ "__schema": "TypeRefSchema",
378
+ "location": {
379
+ "filePath": "component-log.main.runtime.ts",
380
+ "line": 108,
381
+ "character": 57
382
+ },
383
+ "name": "FileLog"
384
+ }
385
+ }
386
+ ]
387
+ },
388
+ "modifiers": [
389
+ "async"
390
+ ]
391
+ },
392
+ {
393
+ "__schema": "FunctionLikeSchema",
394
+ "location": {
395
+ "filePath": "component-log.main.runtime.ts",
396
+ "line": 174,
397
+ "character": 3
398
+ },
399
+ "signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
400
+ "name": "getFileLog",
401
+ "params": [
402
+ {
403
+ "__schema": "ParameterSchema",
404
+ "location": {
405
+ "filePath": "component-log.main.runtime.ts",
406
+ "line": 174,
407
+ "character": 20
408
+ },
409
+ "name": "filePath",
410
+ "type": {
411
+ "__schema": "KeywordTypeSchema",
412
+ "location": {
413
+ "filePath": "component-log.main.runtime.ts",
414
+ "line": 174,
415
+ "character": 30
416
+ },
417
+ "name": "string"
418
+ },
419
+ "isOptional": false,
420
+ "isSpread": false
421
+ }
422
+ ],
423
+ "returnType": {
424
+ "__schema": "InferenceTypeSchema",
425
+ "location": {
426
+ "filePath": "component-log.main.runtime.ts",
427
+ "line": 174,
428
+ "character": 3
429
+ },
430
+ "type": "Promise<FileLog[]>"
431
+ },
432
+ "modifiers": [
433
+ "async"
434
+ ]
435
+ },
436
+ {
437
+ "__schema": "VariableLikeSchema",
438
+ "location": {
439
+ "filePath": "component-log.main.runtime.ts",
440
+ "line": 231,
441
+ "character": 3
442
+ },
443
+ "signature": "(property) ComponentLogMain.slots: never[]",
444
+ "name": "slots",
445
+ "type": {
446
+ "__schema": "InferenceTypeSchema",
447
+ "location": {
448
+ "filePath": "component-log.main.runtime.ts",
449
+ "line": 231,
450
+ "character": 3
451
+ },
452
+ "type": "never[]"
453
+ },
454
+ "isOptional": true,
455
+ "defaultValue": "[]"
456
+ },
457
+ {
458
+ "__schema": "VariableLikeSchema",
459
+ "location": {
460
+ "filePath": "component-log.main.runtime.ts",
461
+ "line": 232,
462
+ "character": 3
463
+ },
464
+ "signature": "(property) ComponentLogMain.dependencies: Aspect[]",
465
+ "name": "dependencies",
466
+ "type": {
467
+ "__schema": "InferenceTypeSchema",
468
+ "location": {
469
+ "filePath": "component-log.main.runtime.ts",
470
+ "line": 232,
471
+ "character": 3
472
+ },
473
+ "type": "Aspect[]"
474
+ },
475
+ "isOptional": true,
476
+ "defaultValue": "[CLIAspect, WorkspaceAspect]"
477
+ },
478
+ {
479
+ "__schema": "VariableLikeSchema",
480
+ "location": {
481
+ "filePath": "component-log.main.runtime.ts",
482
+ "line": 233,
483
+ "character": 3
484
+ },
485
+ "signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
486
+ "name": "runtime",
487
+ "type": {
488
+ "__schema": "InferenceTypeSchema",
489
+ "location": {
490
+ "filePath": "component-log.main.runtime.ts",
491
+ "line": 233,
492
+ "character": 3
493
+ },
494
+ "type": "RuntimeDefinition"
495
+ },
496
+ "isOptional": true,
497
+ "defaultValue": "MainRuntime"
498
+ },
499
+ {
500
+ "__schema": "FunctionLikeSchema",
501
+ "location": {
502
+ "filePath": "component-log.main.runtime.ts",
503
+ "line": 234,
504
+ "character": 3
505
+ },
506
+ "signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
507
+ "name": "provider",
508
+ "params": [
509
+ {
510
+ "__schema": "ParameterSchema",
511
+ "location": {
512
+ "filePath": "component-log.main.runtime.ts",
513
+ "line": 234,
514
+ "character": 25
515
+ },
516
+ "name": "[ cli, workspace ]",
517
+ "type": {
518
+ "__schema": "TupleTypeSchema",
519
+ "location": {
520
+ "filePath": "component-log.main.runtime.ts",
521
+ "line": 234,
522
+ "character": 43
523
+ },
524
+ "elements": [
525
+ {
526
+ "__schema": "TypeRefSchema",
527
+ "location": {
528
+ "filePath": "component-log.main.runtime.ts",
529
+ "line": 234,
530
+ "character": 44
531
+ },
532
+ "name": "CLIMain"
533
+ },
534
+ {
535
+ "__schema": "TypeRefSchema",
536
+ "location": {
537
+ "filePath": "component-log.main.runtime.ts",
538
+ "line": 234,
539
+ "character": 53
540
+ },
541
+ "name": "Workspace"
542
+ }
543
+ ]
544
+ },
545
+ "isOptional": false,
546
+ "isSpread": false
547
+ }
548
+ ],
549
+ "returnType": {
550
+ "__schema": "InferenceTypeSchema",
551
+ "location": {
552
+ "filePath": "component-log.main.runtime.ts",
553
+ "line": 234,
554
+ "character": 3
555
+ },
556
+ "type": "Promise<ComponentLogMain>"
557
+ },
558
+ "modifiers": [
559
+ "static",
560
+ "async"
561
+ ]
562
+ }
563
+ ],
564
+ "extendsNodes": [],
565
+ "implementNodes": []
566
+ },
567
+ {
568
+ "__schema": "TypeSchema",
569
+ "location": {
570
+ "filePath": "component-log.main.runtime.ts",
571
+ "line": 33,
572
+ "character": 1
573
+ },
574
+ "signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
575
+ "name": "FileHashDiffFromParent",
576
+ "type": {
577
+ "__schema": "TypeLiteralSchema",
578
+ "location": {
579
+ "filePath": "component-log.main.runtime.ts",
580
+ "line": 33,
581
+ "character": 38
582
+ },
583
+ "members": [
584
+ {
585
+ "__schema": "VariableLikeSchema",
586
+ "location": {
587
+ "filePath": "component-log.main.runtime.ts",
588
+ "line": 34,
589
+ "character": 3
590
+ },
591
+ "signature": "(property) filePath: string",
592
+ "name": "filePath",
593
+ "type": {
594
+ "__schema": "KeywordTypeSchema",
595
+ "location": {
596
+ "filePath": "component-log.main.runtime.ts",
597
+ "line": 34,
598
+ "character": 13
599
+ },
600
+ "name": "string"
601
+ },
602
+ "isOptional": false
603
+ },
604
+ {
605
+ "__schema": "VariableLikeSchema",
606
+ "location": {
607
+ "filePath": "component-log.main.runtime.ts",
608
+ "line": 35,
609
+ "character": 3
610
+ },
611
+ "signature": "(property) hash?: string | undefined",
612
+ "name": "hash",
613
+ "type": {
614
+ "__schema": "KeywordTypeSchema",
615
+ "location": {
616
+ "filePath": "component-log.main.runtime.ts",
617
+ "line": 35,
618
+ "character": 10
619
+ },
620
+ "name": "string"
621
+ },
622
+ "isOptional": true
623
+ },
624
+ {
625
+ "__schema": "VariableLikeSchema",
626
+ "location": {
627
+ "filePath": "component-log.main.runtime.ts",
628
+ "line": 36,
629
+ "character": 3
630
+ },
631
+ "signature": "(property) parentHash?: string | undefined",
632
+ "name": "parentHash",
633
+ "type": {
634
+ "__schema": "KeywordTypeSchema",
635
+ "location": {
636
+ "filePath": "component-log.main.runtime.ts",
637
+ "line": 36,
638
+ "character": 16
639
+ },
640
+ "name": "string"
641
+ },
642
+ "isOptional": true
643
+ }
644
+ ]
645
+ }
646
+ },
647
+ {
648
+ "__schema": "UnImplementedSchema",
649
+ "location": {
650
+ "filePath": "index.ts",
651
+ "line": 4,
652
+ "character": 16
653
+ },
654
+ "name": "ComponentLogAspect",
655
+ "type": "Identifier"
656
+ },
657
+ {
658
+ "__schema": "VariableLikeSchema",
659
+ "location": {
660
+ "filePath": "component-log.aspect.ts",
661
+ "line": 3,
662
+ "character": 14
663
+ },
664
+ "signature": "const ComponentLogAspect: Aspect",
665
+ "name": "ComponentLogAspect",
666
+ "type": {
667
+ "__schema": "TypeRefSchema",
668
+ "location": {
669
+ "filePath": "component-log.aspect.ts",
670
+ "line": 3,
671
+ "character": 14
672
+ },
673
+ "name": "Aspect",
674
+ "componentId": {
675
+ "scope": "teambit.harmony",
676
+ "name": "harmony",
677
+ "version": "0.4.6"
678
+ }
679
+ },
680
+ "isOptional": false,
681
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/component-log',\n})"
682
+ }
683
+ ],
684
+ "internals": []
685
+ },
686
+ "internals": [
687
+ {
688
+ "__schema": "ModuleSchema",
689
+ "location": {
690
+ "filePath": "component-log.main.runtime.ts",
691
+ "line": 1,
692
+ "character": 1
693
+ },
694
+ "exports": [
695
+ {
696
+ "__schema": "TypeSchema",
697
+ "location": {
698
+ "filePath": "component-log.main.runtime.ts",
699
+ "line": 21,
700
+ "character": 1
701
+ },
702
+ "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}",
703
+ "name": "FileLog",
704
+ "type": {
705
+ "__schema": "TypeLiteralSchema",
706
+ "location": {
707
+ "filePath": "component-log.main.runtime.ts",
708
+ "line": 21,
709
+ "character": 23
710
+ },
711
+ "members": [
712
+ {
713
+ "__schema": "VariableLikeSchema",
714
+ "location": {
715
+ "filePath": "component-log.main.runtime.ts",
716
+ "line": 22,
717
+ "character": 3
718
+ },
719
+ "signature": "(property) hash: string",
720
+ "name": "hash",
721
+ "type": {
722
+ "__schema": "KeywordTypeSchema",
723
+ "location": {
724
+ "filePath": "component-log.main.runtime.ts",
725
+ "line": 22,
726
+ "character": 9
727
+ },
728
+ "name": "string"
729
+ },
730
+ "isOptional": false
731
+ },
732
+ {
733
+ "__schema": "VariableLikeSchema",
734
+ "location": {
735
+ "filePath": "component-log.main.runtime.ts",
736
+ "line": 23,
737
+ "character": 3
738
+ },
739
+ "signature": "(property) tag?: string | undefined",
740
+ "name": "tag",
741
+ "type": {
742
+ "__schema": "KeywordTypeSchema",
743
+ "location": {
744
+ "filePath": "component-log.main.runtime.ts",
745
+ "line": 23,
746
+ "character": 9
747
+ },
748
+ "name": "string"
749
+ },
750
+ "isOptional": true
751
+ },
752
+ {
753
+ "__schema": "VariableLikeSchema",
754
+ "location": {
755
+ "filePath": "component-log.main.runtime.ts",
756
+ "line": 24,
757
+ "character": 3
758
+ },
759
+ "signature": "(property) username?: string | undefined",
760
+ "name": "username",
761
+ "type": {
762
+ "__schema": "KeywordTypeSchema",
763
+ "location": {
764
+ "filePath": "component-log.main.runtime.ts",
765
+ "line": 24,
766
+ "character": 14
767
+ },
768
+ "name": "string"
769
+ },
770
+ "isOptional": true
771
+ },
772
+ {
773
+ "__schema": "VariableLikeSchema",
774
+ "location": {
775
+ "filePath": "component-log.main.runtime.ts",
776
+ "line": 25,
777
+ "character": 3
778
+ },
779
+ "signature": "(property) email?: string | undefined",
780
+ "name": "email",
781
+ "type": {
782
+ "__schema": "KeywordTypeSchema",
783
+ "location": {
784
+ "filePath": "component-log.main.runtime.ts",
785
+ "line": 25,
786
+ "character": 11
787
+ },
788
+ "name": "string"
789
+ },
790
+ "isOptional": true
791
+ },
792
+ {
793
+ "__schema": "VariableLikeSchema",
794
+ "location": {
795
+ "filePath": "component-log.main.runtime.ts",
796
+ "line": 26,
797
+ "character": 3
798
+ },
799
+ "signature": "(property) date: string",
800
+ "name": "date",
801
+ "type": {
802
+ "__schema": "KeywordTypeSchema",
803
+ "location": {
804
+ "filePath": "component-log.main.runtime.ts",
805
+ "line": 26,
806
+ "character": 9
807
+ },
808
+ "name": "string"
809
+ },
810
+ "isOptional": false
811
+ },
812
+ {
813
+ "__schema": "VariableLikeSchema",
814
+ "location": {
815
+ "filePath": "component-log.main.runtime.ts",
816
+ "line": 27,
817
+ "character": 3
818
+ },
819
+ "signature": "(property) message: string",
820
+ "name": "message",
821
+ "type": {
822
+ "__schema": "KeywordTypeSchema",
823
+ "location": {
824
+ "filePath": "component-log.main.runtime.ts",
825
+ "line": 27,
826
+ "character": 12
827
+ },
828
+ "name": "string"
829
+ },
830
+ "isOptional": false
831
+ },
832
+ {
833
+ "__schema": "VariableLikeSchema",
834
+ "location": {
835
+ "filePath": "component-log.main.runtime.ts",
836
+ "line": 28,
837
+ "character": 3
838
+ },
839
+ "signature": "(property) fileHash: string",
840
+ "name": "fileHash",
841
+ "type": {
842
+ "__schema": "KeywordTypeSchema",
843
+ "location": {
844
+ "filePath": "component-log.main.runtime.ts",
845
+ "line": 28,
846
+ "character": 13
847
+ },
848
+ "name": "string"
849
+ },
850
+ "isOptional": false
851
+ },
852
+ {
853
+ "__schema": "VariableLikeSchema",
854
+ "location": {
855
+ "filePath": "component-log.main.runtime.ts",
856
+ "line": 29,
857
+ "character": 3
858
+ },
859
+ "signature": "(property) parentFileHash?: string | undefined",
860
+ "name": "parentFileHash",
861
+ "type": {
862
+ "__schema": "KeywordTypeSchema",
863
+ "location": {
864
+ "filePath": "component-log.main.runtime.ts",
865
+ "line": 29,
866
+ "character": 20
867
+ },
868
+ "name": "string"
869
+ },
870
+ "isOptional": true
871
+ },
872
+ {
873
+ "__schema": "VariableLikeSchema",
874
+ "location": {
875
+ "filePath": "component-log.main.runtime.ts",
876
+ "line": 30,
877
+ "character": 3
878
+ },
879
+ "signature": "(property) fileDiff?: string | undefined",
880
+ "name": "fileDiff",
881
+ "type": {
882
+ "__schema": "KeywordTypeSchema",
883
+ "location": {
884
+ "filePath": "component-log.main.runtime.ts",
885
+ "line": 30,
886
+ "character": 14
887
+ },
888
+ "name": "string"
889
+ },
890
+ "isOptional": true
891
+ }
892
+ ]
893
+ }
894
+ },
895
+ {
896
+ "__schema": "TypeSchema",
897
+ "location": {
898
+ "filePath": "component-log.main.runtime.ts",
899
+ "line": 33,
900
+ "character": 1
901
+ },
902
+ "signature": "type FileHashDiffFromParent = {\n filePath: string;\n hash?: string | undefined;\n parentHash?: string | undefined;\n}",
903
+ "name": "FileHashDiffFromParent",
904
+ "type": {
905
+ "__schema": "TypeLiteralSchema",
906
+ "location": {
907
+ "filePath": "component-log.main.runtime.ts",
908
+ "line": 33,
909
+ "character": 38
910
+ },
911
+ "members": [
912
+ {
913
+ "__schema": "VariableLikeSchema",
914
+ "location": {
915
+ "filePath": "component-log.main.runtime.ts",
916
+ "line": 34,
917
+ "character": 3
918
+ },
919
+ "signature": "(property) filePath: string",
920
+ "name": "filePath",
921
+ "type": {
922
+ "__schema": "KeywordTypeSchema",
923
+ "location": {
924
+ "filePath": "component-log.main.runtime.ts",
925
+ "line": 34,
926
+ "character": 13
927
+ },
928
+ "name": "string"
929
+ },
930
+ "isOptional": false
931
+ },
932
+ {
933
+ "__schema": "VariableLikeSchema",
934
+ "location": {
935
+ "filePath": "component-log.main.runtime.ts",
936
+ "line": 35,
937
+ "character": 3
938
+ },
939
+ "signature": "(property) hash?: string | undefined",
940
+ "name": "hash",
941
+ "type": {
942
+ "__schema": "KeywordTypeSchema",
943
+ "location": {
944
+ "filePath": "component-log.main.runtime.ts",
945
+ "line": 35,
946
+ "character": 10
947
+ },
948
+ "name": "string"
949
+ },
950
+ "isOptional": true
951
+ },
952
+ {
953
+ "__schema": "VariableLikeSchema",
954
+ "location": {
955
+ "filePath": "component-log.main.runtime.ts",
956
+ "line": 36,
957
+ "character": 3
958
+ },
959
+ "signature": "(property) parentHash?: string | undefined",
960
+ "name": "parentHash",
961
+ "type": {
962
+ "__schema": "KeywordTypeSchema",
963
+ "location": {
964
+ "filePath": "component-log.main.runtime.ts",
965
+ "line": 36,
966
+ "character": 16
967
+ },
968
+ "name": "string"
969
+ },
970
+ "isOptional": true
971
+ }
972
+ ]
973
+ }
974
+ },
975
+ {
976
+ "__schema": "ClassSchema",
977
+ "location": {
978
+ "filePath": "component-log.main.runtime.ts",
979
+ "line": 39,
980
+ "character": 1
981
+ },
982
+ "signature": "class ComponentLogMain",
983
+ "name": "ComponentLogMain",
984
+ "members": [
985
+ {
986
+ "__schema": "ConstructorSchema",
987
+ "location": {
988
+ "filePath": "component-log.main.runtime.ts",
989
+ "line": 40,
990
+ "character": 3
991
+ },
992
+ "signature": "constructor ComponentLogMain(workspace: Workspace | undefined): ComponentLogMain",
993
+ "name": "constructor",
994
+ "params": [
995
+ {
996
+ "__schema": "ParameterSchema",
997
+ "location": {
998
+ "filePath": "component-log.main.runtime.ts",
999
+ "line": 40,
1000
+ "character": 15
1001
+ },
1002
+ "name": "workspace",
1003
+ "type": {
1004
+ "__schema": "TypeUnionSchema",
1005
+ "location": {
1006
+ "filePath": "component-log.main.runtime.ts",
1007
+ "line": 40,
1008
+ "character": 34
1009
+ },
1010
+ "types": [
1011
+ {
1012
+ "__schema": "TypeRefSchema",
1013
+ "location": {
1014
+ "filePath": "component-log.main.runtime.ts",
1015
+ "line": 40,
1016
+ "character": 34
1017
+ },
1018
+ "name": "Workspace"
1019
+ },
1020
+ {
1021
+ "__schema": "KeywordTypeSchema",
1022
+ "location": {
1023
+ "filePath": "component-log.main.runtime.ts",
1024
+ "line": 40,
1025
+ "character": 46
1026
+ },
1027
+ "name": "undefined"
1028
+ }
1029
+ ]
1030
+ },
1031
+ "isOptional": false,
1032
+ "isSpread": false
1033
+ }
1034
+ ],
1035
+ "returnType": {
1036
+ "__schema": "ThisTypeSchema",
1037
+ "location": {
1038
+ "filePath": "component-log.main.runtime.ts",
1039
+ "line": 39,
1040
+ "character": 1
1041
+ },
1042
+ "name": "ComponentLogMain"
1043
+ },
1044
+ "modifiers": []
1045
+ },
1046
+ {
1047
+ "__schema": "FunctionLikeSchema",
1048
+ "location": {
1049
+ "filePath": "component-log.main.runtime.ts",
1050
+ "line": 45,
1051
+ "character": 3
1052
+ },
1053
+ "doc": {
1054
+ "__schema": "DocSchema",
1055
+ "location": {
1056
+ "filePath": "component-log.main.runtime.ts",
1057
+ "line": 42,
1058
+ "character": 3
1059
+ },
1060
+ "raw": "/**\n * get component log sorted by the timestamp in ascending order (from the earliest to the latest)\n */",
1061
+ "comment": "get component log sorted by the timestamp in ascending order (from the earliest to the latest)"
1062
+ },
1063
+ "signature": "(method) ComponentLogMain.getLogs(id: string, isRemote?: boolean, shortHash?: boolean): Promise<ComponentLog[]>",
1064
+ "name": "getLogs",
1065
+ "params": [
1066
+ {
1067
+ "__schema": "ParameterSchema",
1068
+ "location": {
1069
+ "filePath": "component-log.main.runtime.ts",
1070
+ "line": 45,
1071
+ "character": 17
1072
+ },
1073
+ "name": "id",
1074
+ "type": {
1075
+ "__schema": "KeywordTypeSchema",
1076
+ "location": {
1077
+ "filePath": "component-log.main.runtime.ts",
1078
+ "line": 45,
1079
+ "character": 21
1080
+ },
1081
+ "name": "string"
1082
+ },
1083
+ "isOptional": false,
1084
+ "isSpread": false
1085
+ },
1086
+ {
1087
+ "__schema": "ParameterSchema",
1088
+ "location": {
1089
+ "filePath": "component-log.main.runtime.ts",
1090
+ "line": 45,
1091
+ "character": 29
1092
+ },
1093
+ "name": "isRemote",
1094
+ "type": {
1095
+ "__schema": "KeywordTypeSchema",
1096
+ "location": {
1097
+ "filePath": "component-log.main.runtime.ts",
1098
+ "line": 45,
1099
+ "character": 40
1100
+ },
1101
+ "name": "boolean"
1102
+ },
1103
+ "isOptional": true,
1104
+ "isSpread": false
1105
+ },
1106
+ {
1107
+ "__schema": "ParameterSchema",
1108
+ "location": {
1109
+ "filePath": "component-log.main.runtime.ts",
1110
+ "line": 45,
1111
+ "character": 49
1112
+ },
1113
+ "name": "shortHash",
1114
+ "type": {
1115
+ "__schema": "InferenceTypeSchema",
1116
+ "location": {
1117
+ "filePath": "component-log.main.runtime.ts",
1118
+ "line": 45,
1119
+ "character": 49
1120
+ },
1121
+ "type": "boolean"
1122
+ },
1123
+ "isOptional": true,
1124
+ "defaultValue": "false",
1125
+ "isSpread": false
1126
+ }
1127
+ ],
1128
+ "returnType": {
1129
+ "__schema": "TypeRefSchema",
1130
+ "location": {
1131
+ "filePath": "component-log.main.runtime.ts",
1132
+ "line": 45,
1133
+ "character": 69
1134
+ },
1135
+ "name": "Promise",
1136
+ "typeArgs": [
1137
+ {
1138
+ "__schema": "TypeArraySchema",
1139
+ "location": {
1140
+ "filePath": "component-log.main.runtime.ts",
1141
+ "line": 45,
1142
+ "character": 77
1143
+ },
1144
+ "type": {
1145
+ "__schema": "TypeRefSchema",
1146
+ "location": {
1147
+ "filePath": "component-log.main.runtime.ts",
1148
+ "line": 45,
1149
+ "character": 77
1150
+ },
1151
+ "name": "ComponentLog"
1152
+ }
1153
+ }
1154
+ ]
1155
+ },
1156
+ "modifiers": [
1157
+ "async"
1158
+ ]
1159
+ },
1160
+ {
1161
+ "__schema": "FunctionLikeSchema",
1162
+ "location": {
1163
+ "filePath": "component-log.main.runtime.ts",
1164
+ "line": 61,
1165
+ "character": 3
1166
+ },
1167
+ "signature": "(method) ComponentLogMain.getLogsWithParents(id: string, fullHash?: boolean): Promise<string[]>",
1168
+ "name": "getLogsWithParents",
1169
+ "params": [
1170
+ {
1171
+ "__schema": "ParameterSchema",
1172
+ "location": {
1173
+ "filePath": "component-log.main.runtime.ts",
1174
+ "line": 61,
1175
+ "character": 28
1176
+ },
1177
+ "name": "id",
1178
+ "type": {
1179
+ "__schema": "KeywordTypeSchema",
1180
+ "location": {
1181
+ "filePath": "component-log.main.runtime.ts",
1182
+ "line": 61,
1183
+ "character": 32
1184
+ },
1185
+ "name": "string"
1186
+ },
1187
+ "isOptional": false,
1188
+ "isSpread": false
1189
+ },
1190
+ {
1191
+ "__schema": "ParameterSchema",
1192
+ "location": {
1193
+ "filePath": "component-log.main.runtime.ts",
1194
+ "line": 61,
1195
+ "character": 40
1196
+ },
1197
+ "name": "fullHash",
1198
+ "type": {
1199
+ "__schema": "InferenceTypeSchema",
1200
+ "location": {
1201
+ "filePath": "component-log.main.runtime.ts",
1202
+ "line": 61,
1203
+ "character": 40
1204
+ },
1205
+ "type": "boolean"
1206
+ },
1207
+ "isOptional": true,
1208
+ "defaultValue": "false",
1209
+ "isSpread": false
1210
+ }
1211
+ ],
1212
+ "returnType": {
1213
+ "__schema": "InferenceTypeSchema",
1214
+ "location": {
1215
+ "filePath": "component-log.main.runtime.ts",
1216
+ "line": 61,
1217
+ "character": 3
1218
+ },
1219
+ "type": "Promise<string[]>"
1220
+ },
1221
+ "modifiers": [
1222
+ "async"
1223
+ ]
1224
+ },
1225
+ {
1226
+ "__schema": "FunctionLikeSchema",
1227
+ "location": {
1228
+ "filePath": "component-log.main.runtime.ts",
1229
+ "line": 68,
1230
+ "character": 3
1231
+ },
1232
+ "signature": "(method) ComponentLogMain.getChangedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>",
1233
+ "name": "getChangedFilesFromParent",
1234
+ "params": [
1235
+ {
1236
+ "__schema": "ParameterSchema",
1237
+ "location": {
1238
+ "filePath": "component-log.main.runtime.ts",
1239
+ "line": 68,
1240
+ "character": 35
1241
+ },
1242
+ "name": "id",
1243
+ "type": {
1244
+ "__schema": "KeywordTypeSchema",
1245
+ "location": {
1246
+ "filePath": "component-log.main.runtime.ts",
1247
+ "line": 68,
1248
+ "character": 39
1249
+ },
1250
+ "name": "string"
1251
+ },
1252
+ "isOptional": false,
1253
+ "isSpread": false
1254
+ }
1255
+ ],
1256
+ "returnType": {
1257
+ "__schema": "TypeRefSchema",
1258
+ "location": {
1259
+ "filePath": "component-log.main.runtime.ts",
1260
+ "line": 68,
1261
+ "character": 48
1262
+ },
1263
+ "name": "Promise",
1264
+ "typeArgs": [
1265
+ {
1266
+ "__schema": "TypeArraySchema",
1267
+ "location": {
1268
+ "filePath": "component-log.main.runtime.ts",
1269
+ "line": 68,
1270
+ "character": 56
1271
+ },
1272
+ "type": {
1273
+ "__schema": "TypeRefSchema",
1274
+ "location": {
1275
+ "filePath": "component-log.main.runtime.ts",
1276
+ "line": 68,
1277
+ "character": 56
1278
+ },
1279
+ "name": "FileHashDiffFromParent"
1280
+ }
1281
+ }
1282
+ ]
1283
+ },
1284
+ "modifiers": [
1285
+ "async"
1286
+ ]
1287
+ },
1288
+ {
1289
+ "__schema": "FunctionLikeSchema",
1290
+ "location": {
1291
+ "filePath": "component-log.main.runtime.ts",
1292
+ "line": 108,
1293
+ "character": 3
1294
+ },
1295
+ "signature": "(method) ComponentLogMain.getFileHistoryHashes(filePath: string): Promise<FileLog[]>",
1296
+ "name": "getFileHistoryHashes",
1297
+ "params": [
1298
+ {
1299
+ "__schema": "ParameterSchema",
1300
+ "location": {
1301
+ "filePath": "component-log.main.runtime.ts",
1302
+ "line": 108,
1303
+ "character": 30
1304
+ },
1305
+ "name": "filePath",
1306
+ "type": {
1307
+ "__schema": "KeywordTypeSchema",
1308
+ "location": {
1309
+ "filePath": "component-log.main.runtime.ts",
1310
+ "line": 108,
1311
+ "character": 40
1312
+ },
1313
+ "name": "string"
1314
+ },
1315
+ "isOptional": false,
1316
+ "isSpread": false
1317
+ }
1318
+ ],
1319
+ "returnType": {
1320
+ "__schema": "TypeRefSchema",
1321
+ "location": {
1322
+ "filePath": "component-log.main.runtime.ts",
1323
+ "line": 108,
1324
+ "character": 49
1325
+ },
1326
+ "name": "Promise",
1327
+ "typeArgs": [
1328
+ {
1329
+ "__schema": "TypeArraySchema",
1330
+ "location": {
1331
+ "filePath": "component-log.main.runtime.ts",
1332
+ "line": 108,
1333
+ "character": 57
1334
+ },
1335
+ "type": {
1336
+ "__schema": "TypeRefSchema",
1337
+ "location": {
1338
+ "filePath": "component-log.main.runtime.ts",
1339
+ "line": 108,
1340
+ "character": 57
1341
+ },
1342
+ "name": "FileLog"
1343
+ }
1344
+ }
1345
+ ]
1346
+ },
1347
+ "modifiers": [
1348
+ "async"
1349
+ ]
1350
+ },
1351
+ {
1352
+ "__schema": "FunctionLikeSchema",
1353
+ "location": {
1354
+ "filePath": "component-log.main.runtime.ts",
1355
+ "line": 174,
1356
+ "character": 3
1357
+ },
1358
+ "signature": "(method) ComponentLogMain.getFileLog(filePath: string): Promise<FileLog[]>",
1359
+ "name": "getFileLog",
1360
+ "params": [
1361
+ {
1362
+ "__schema": "ParameterSchema",
1363
+ "location": {
1364
+ "filePath": "component-log.main.runtime.ts",
1365
+ "line": 174,
1366
+ "character": 20
1367
+ },
1368
+ "name": "filePath",
1369
+ "type": {
1370
+ "__schema": "KeywordTypeSchema",
1371
+ "location": {
1372
+ "filePath": "component-log.main.runtime.ts",
1373
+ "line": 174,
1374
+ "character": 30
1375
+ },
1376
+ "name": "string"
1377
+ },
1378
+ "isOptional": false,
1379
+ "isSpread": false
1380
+ }
1381
+ ],
1382
+ "returnType": {
1383
+ "__schema": "InferenceTypeSchema",
1384
+ "location": {
1385
+ "filePath": "component-log.main.runtime.ts",
1386
+ "line": 174,
1387
+ "character": 3
1388
+ },
1389
+ "type": "Promise<FileLog[]>"
1390
+ },
1391
+ "modifiers": [
1392
+ "async"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "__schema": "VariableLikeSchema",
1397
+ "location": {
1398
+ "filePath": "component-log.main.runtime.ts",
1399
+ "line": 231,
1400
+ "character": 3
1401
+ },
1402
+ "signature": "(property) ComponentLogMain.slots: never[]",
1403
+ "name": "slots",
1404
+ "type": {
1405
+ "__schema": "InferenceTypeSchema",
1406
+ "location": {
1407
+ "filePath": "component-log.main.runtime.ts",
1408
+ "line": 231,
1409
+ "character": 3
1410
+ },
1411
+ "type": "never[]"
1412
+ },
1413
+ "isOptional": true,
1414
+ "defaultValue": "[]"
1415
+ },
1416
+ {
1417
+ "__schema": "VariableLikeSchema",
1418
+ "location": {
1419
+ "filePath": "component-log.main.runtime.ts",
1420
+ "line": 232,
1421
+ "character": 3
1422
+ },
1423
+ "signature": "(property) ComponentLogMain.dependencies: Aspect[]",
1424
+ "name": "dependencies",
1425
+ "type": {
1426
+ "__schema": "InferenceTypeSchema",
1427
+ "location": {
1428
+ "filePath": "component-log.main.runtime.ts",
1429
+ "line": 232,
1430
+ "character": 3
1431
+ },
1432
+ "type": "Aspect[]"
1433
+ },
1434
+ "isOptional": true,
1435
+ "defaultValue": "[CLIAspect, WorkspaceAspect]"
1436
+ },
1437
+ {
1438
+ "__schema": "VariableLikeSchema",
1439
+ "location": {
1440
+ "filePath": "component-log.main.runtime.ts",
1441
+ "line": 233,
1442
+ "character": 3
1443
+ },
1444
+ "signature": "(property) ComponentLogMain.runtime: RuntimeDefinition",
1445
+ "name": "runtime",
1446
+ "type": {
1447
+ "__schema": "InferenceTypeSchema",
1448
+ "location": {
1449
+ "filePath": "component-log.main.runtime.ts",
1450
+ "line": 233,
1451
+ "character": 3
1452
+ },
1453
+ "type": "RuntimeDefinition"
1454
+ },
1455
+ "isOptional": true,
1456
+ "defaultValue": "MainRuntime"
1457
+ },
1458
+ {
1459
+ "__schema": "FunctionLikeSchema",
1460
+ "location": {
1461
+ "filePath": "component-log.main.runtime.ts",
1462
+ "line": 234,
1463
+ "character": 3
1464
+ },
1465
+ "signature": "(method) ComponentLogMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<ComponentLogMain>",
1466
+ "name": "provider",
1467
+ "params": [
1468
+ {
1469
+ "__schema": "ParameterSchema",
1470
+ "location": {
1471
+ "filePath": "component-log.main.runtime.ts",
1472
+ "line": 234,
1473
+ "character": 25
1474
+ },
1475
+ "name": "[ cli, workspace ]",
1476
+ "type": {
1477
+ "__schema": "TupleTypeSchema",
1478
+ "location": {
1479
+ "filePath": "component-log.main.runtime.ts",
1480
+ "line": 234,
1481
+ "character": 43
1482
+ },
1483
+ "elements": [
1484
+ {
1485
+ "__schema": "TypeRefSchema",
1486
+ "location": {
1487
+ "filePath": "component-log.main.runtime.ts",
1488
+ "line": 234,
1489
+ "character": 44
1490
+ },
1491
+ "name": "CLIMain"
1492
+ },
1493
+ {
1494
+ "__schema": "TypeRefSchema",
1495
+ "location": {
1496
+ "filePath": "component-log.main.runtime.ts",
1497
+ "line": 234,
1498
+ "character": 53
1499
+ },
1500
+ "name": "Workspace"
1501
+ }
1502
+ ]
1503
+ },
1504
+ "isOptional": false,
1505
+ "isSpread": false
1506
+ }
1507
+ ],
1508
+ "returnType": {
1509
+ "__schema": "InferenceTypeSchema",
1510
+ "location": {
1511
+ "filePath": "component-log.main.runtime.ts",
1512
+ "line": 234,
1513
+ "character": 3
1514
+ },
1515
+ "type": "Promise<ComponentLogMain>"
1516
+ },
1517
+ "modifiers": [
1518
+ "static",
1519
+ "async"
1520
+ ]
1521
+ }
1522
+ ],
1523
+ "extendsNodes": [],
1524
+ "implementNodes": []
1525
+ },
1526
+ {
1527
+ "__schema": "TypeSchema",
1528
+ "location": {
1529
+ "filePath": "component-log.main.runtime.ts",
1530
+ "line": 243,
1531
+ "character": 1
1532
+ },
1533
+ "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}",
1534
+ "name": "ComponentLogInfo",
1535
+ "type": {
1536
+ "__schema": "TypeLiteralSchema",
1537
+ "location": {
1538
+ "filePath": "component-log.main.runtime.ts",
1539
+ "line": 243,
1540
+ "character": 32
1541
+ },
1542
+ "members": [
1543
+ {
1544
+ "__schema": "VariableLikeSchema",
1545
+ "location": {
1546
+ "filePath": "component-log.main.runtime.ts",
1547
+ "line": 244,
1548
+ "character": 3
1549
+ },
1550
+ "signature": "(property) hash: string",
1551
+ "name": "hash",
1552
+ "type": {
1553
+ "__schema": "KeywordTypeSchema",
1554
+ "location": {
1555
+ "filePath": "component-log.main.runtime.ts",
1556
+ "line": 244,
1557
+ "character": 9
1558
+ },
1559
+ "name": "string"
1560
+ },
1561
+ "isOptional": false
1562
+ },
1563
+ {
1564
+ "__schema": "VariableLikeSchema",
1565
+ "location": {
1566
+ "filePath": "component-log.main.runtime.ts",
1567
+ "line": 245,
1568
+ "character": 3
1569
+ },
1570
+ "signature": "(property) message: string",
1571
+ "name": "message",
1572
+ "type": {
1573
+ "__schema": "KeywordTypeSchema",
1574
+ "location": {
1575
+ "filePath": "component-log.main.runtime.ts",
1576
+ "line": 245,
1577
+ "character": 12
1578
+ },
1579
+ "name": "string"
1580
+ },
1581
+ "isOptional": false
1582
+ },
1583
+ {
1584
+ "__schema": "VariableLikeSchema",
1585
+ "location": {
1586
+ "filePath": "component-log.main.runtime.ts",
1587
+ "line": 246,
1588
+ "character": 3
1589
+ },
1590
+ "signature": "(property) onLane?: boolean | undefined",
1591
+ "name": "onLane",
1592
+ "type": {
1593
+ "__schema": "KeywordTypeSchema",
1594
+ "location": {
1595
+ "filePath": "component-log.main.runtime.ts",
1596
+ "line": 246,
1597
+ "character": 12
1598
+ },
1599
+ "name": "boolean"
1600
+ },
1601
+ "isOptional": true
1602
+ },
1603
+ {
1604
+ "__schema": "VariableLikeSchema",
1605
+ "location": {
1606
+ "filePath": "component-log.main.runtime.ts",
1607
+ "line": 247,
1608
+ "character": 3
1609
+ },
1610
+ "signature": "(property) parents: string[]",
1611
+ "name": "parents",
1612
+ "type": {
1613
+ "__schema": "TypeArraySchema",
1614
+ "location": {
1615
+ "filePath": "component-log.main.runtime.ts",
1616
+ "line": 247,
1617
+ "character": 12
1618
+ },
1619
+ "type": {
1620
+ "__schema": "KeywordTypeSchema",
1621
+ "location": {
1622
+ "filePath": "component-log.main.runtime.ts",
1623
+ "line": 247,
1624
+ "character": 12
1625
+ },
1626
+ "name": "string"
1627
+ }
1628
+ },
1629
+ "isOptional": false
1630
+ },
1631
+ {
1632
+ "__schema": "VariableLikeSchema",
1633
+ "location": {
1634
+ "filePath": "component-log.main.runtime.ts",
1635
+ "line": 248,
1636
+ "character": 3
1637
+ },
1638
+ "signature": "(property) username?: string | undefined",
1639
+ "name": "username",
1640
+ "type": {
1641
+ "__schema": "KeywordTypeSchema",
1642
+ "location": {
1643
+ "filePath": "component-log.main.runtime.ts",
1644
+ "line": 248,
1645
+ "character": 14
1646
+ },
1647
+ "name": "string"
1648
+ },
1649
+ "isOptional": true
1650
+ },
1651
+ {
1652
+ "__schema": "VariableLikeSchema",
1653
+ "location": {
1654
+ "filePath": "component-log.main.runtime.ts",
1655
+ "line": 249,
1656
+ "character": 3
1657
+ },
1658
+ "signature": "(property) email?: string | undefined",
1659
+ "name": "email",
1660
+ "type": {
1661
+ "__schema": "KeywordTypeSchema",
1662
+ "location": {
1663
+ "filePath": "component-log.main.runtime.ts",
1664
+ "line": 249,
1665
+ "character": 11
1666
+ },
1667
+ "name": "string"
1668
+ },
1669
+ "isOptional": true
1670
+ },
1671
+ {
1672
+ "__schema": "VariableLikeSchema",
1673
+ "location": {
1674
+ "filePath": "component-log.main.runtime.ts",
1675
+ "line": 250,
1676
+ "character": 3
1677
+ },
1678
+ "signature": "(property) date?: string | undefined",
1679
+ "name": "date",
1680
+ "type": {
1681
+ "__schema": "KeywordTypeSchema",
1682
+ "location": {
1683
+ "filePath": "component-log.main.runtime.ts",
1684
+ "line": 250,
1685
+ "character": 10
1686
+ },
1687
+ "name": "string"
1688
+ },
1689
+ "isOptional": true
1690
+ },
1691
+ {
1692
+ "__schema": "VariableLikeSchema",
1693
+ "location": {
1694
+ "filePath": "component-log.main.runtime.ts",
1695
+ "line": 251,
1696
+ "character": 3
1697
+ },
1698
+ "signature": "(property) tag?: string | undefined",
1699
+ "name": "tag",
1700
+ "type": {
1701
+ "__schema": "KeywordTypeSchema",
1702
+ "location": {
1703
+ "filePath": "component-log.main.runtime.ts",
1704
+ "line": 251,
1705
+ "character": 9
1706
+ },
1707
+ "name": "string"
1708
+ },
1709
+ "isOptional": true
1710
+ }
1711
+ ]
1712
+ }
1713
+ }
1714
+ ],
1715
+ "internals": [
1716
+ {
1717
+ "__schema": "UnImplementedSchema",
1718
+ "location": {
1719
+ "filePath": "component-log.main.runtime.ts",
1720
+ "line": 241,
1721
+ "character": 1
1722
+ },
1723
+ "name": "ComponentLogAspect.addRuntime(ComponentLogMain);",
1724
+ "type": "ExpressionStatement"
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "__schema": "ModuleSchema",
1730
+ "location": {
1731
+ "filePath": "component-log.aspect.ts",
1732
+ "line": 1,
1733
+ "character": 1
1734
+ },
1735
+ "exports": [
1736
+ {
1737
+ "__schema": "VariableLikeSchema",
1738
+ "location": {
1739
+ "filePath": "component-log.aspect.ts",
1740
+ "line": 3,
1741
+ "character": 14
1742
+ },
1743
+ "signature": "const ComponentLogAspect: Aspect",
1744
+ "name": "ComponentLogAspect",
1745
+ "type": {
1746
+ "__schema": "TypeRefSchema",
1747
+ "location": {
1748
+ "filePath": "component-log.aspect.ts",
1749
+ "line": 3,
1750
+ "character": 14
1751
+ },
1752
+ "name": "Aspect",
1753
+ "componentId": {
1754
+ "scope": "teambit.harmony",
1755
+ "name": "harmony",
1756
+ "version": "0.4.6"
1757
+ }
1758
+ },
1759
+ "isOptional": false,
1760
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/component-log',\n})"
1761
+ }
1762
+ ],
1763
+ "internals": []
1764
+ }
1765
+ ],
1766
+ "componentId": {
1767
+ "scope": "teambit.component",
1768
+ "name": "component-log",
1769
+ "version": "1.0.160"
1770
+ },
1771
+ "taggedModuleExports": []
1772
+ }