@teambit/tracker 1.0.512 → 1.0.513

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