@teambit/component-log 1.0.187 → 1.0.188

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