@teambit/tracker 1.0.516 → 1.0.518

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,1941 +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": "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.516"
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.516"
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.516"
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.516"
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.516"
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
- "componentId": {
652
- "scope": "teambit.workspace",
653
- "name": "workspace"
654
- }
655
- },
656
- "isOptional": false,
657
- "isSpread": false
658
- },
659
- {
660
- "__schema": "ParameterSchema",
661
- "location": {
662
- "filePath": "tracker.main.runtime.ts",
663
- "line": 25,
664
- "character": 5
665
- },
666
- "name": "logger",
667
- "type": {
668
- "__schema": "TypeRefSchema",
669
- "location": {
670
- "filePath": "tracker.main.runtime.ts",
671
- "line": 25,
672
- "character": 21
673
- },
674
- "name": "Logger",
675
- "componentId": {
676
- "scope": "teambit.harmony",
677
- "name": "logger"
678
- }
679
- },
680
- "isOptional": false,
681
- "isSpread": false
682
- }
683
- ],
684
- "returnType": {
685
- "__schema": "ThisTypeSchema",
686
- "location": {
687
- "filePath": "tracker.main.runtime.ts",
688
- "line": 22,
689
- "character": 1
690
- },
691
- "name": "TrackerMain"
692
- },
693
- "modifiers": []
694
- },
695
- {
696
- "__schema": "FunctionLikeSchema",
697
- "location": {
698
- "filePath": "tracker.main.runtime.ts",
699
- "line": 33,
700
- "character": 3
701
- },
702
- "doc": {
703
- "__schema": "DocSchema",
704
- "location": {
705
- "filePath": "tracker.main.runtime.ts",
706
- "line": 28,
707
- "character": 3
708
- },
709
- "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 */",
710
- "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();\"",
711
- "tags": []
712
- },
713
- "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
714
- "name": "track",
715
- "params": [
716
- {
717
- "__schema": "ParameterSchema",
718
- "location": {
719
- "filePath": "tracker.main.runtime.ts",
720
- "line": 33,
721
- "character": 15
722
- },
723
- "name": "trackData",
724
- "type": {
725
- "__schema": "TypeRefSchema",
726
- "location": {
727
- "filePath": "tracker.main.runtime.ts",
728
- "line": 33,
729
- "character": 26
730
- },
731
- "name": "TrackData",
732
- "internalFilePath": "tracker.main.runtime.ts"
733
- },
734
- "isOptional": false,
735
- "isSpread": false
736
- }
737
- ],
738
- "returnType": {
739
- "__schema": "TypeRefSchema",
740
- "location": {
741
- "filePath": "tracker.main.runtime.ts",
742
- "line": 33,
743
- "character": 38
744
- },
745
- "name": "Promise",
746
- "typeArgs": [
747
- {
748
- "__schema": "TypeRefSchema",
749
- "location": {
750
- "filePath": "tracker.main.runtime.ts",
751
- "line": 33,
752
- "character": 46
753
- },
754
- "name": "TrackResult",
755
- "internalFilePath": "tracker.main.runtime.ts"
756
- }
757
- ]
758
- },
759
- "modifiers": [
760
- "async"
761
- ]
762
- },
763
- {
764
- "__schema": "FunctionLikeSchema",
765
- "location": {
766
- "filePath": "tracker.main.runtime.ts",
767
- "line": 55,
768
- "character": 3
769
- },
770
- "signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
771
- "name": "addForCLI",
772
- "params": [
773
- {
774
- "__schema": "ParameterSchema",
775
- "location": {
776
- "filePath": "tracker.main.runtime.ts",
777
- "line": 55,
778
- "character": 19
779
- },
780
- "name": "addProps",
781
- "type": {
782
- "__schema": "TypeRefSchema",
783
- "location": {
784
- "filePath": "tracker.main.runtime.ts",
785
- "line": 55,
786
- "character": 29
787
- },
788
- "name": "AddProps",
789
- "internalFilePath": "add-components.ts"
790
- },
791
- "isOptional": false,
792
- "isSpread": false
793
- }
794
- ],
795
- "returnType": {
796
- "__schema": "TypeRefSchema",
797
- "location": {
798
- "filePath": "tracker.main.runtime.ts",
799
- "line": 55,
800
- "character": 40
801
- },
802
- "name": "Promise",
803
- "typeArgs": [
804
- {
805
- "__schema": "TypeRefSchema",
806
- "location": {
807
- "filePath": "tracker.main.runtime.ts",
808
- "line": 55,
809
- "character": 48
810
- },
811
- "name": "AddActionResults",
812
- "internalFilePath": "add-components.ts"
813
- }
814
- ]
815
- },
816
- "modifiers": [
817
- "async"
818
- ]
819
- },
820
- {
821
- "__schema": "FunctionLikeSchema",
822
- "location": {
823
- "filePath": "tracker.main.runtime.ts",
824
- "line": 71,
825
- "character": 3
826
- },
827
- "signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
828
- "name": "addEnvToConfig",
829
- "params": [
830
- {
831
- "__schema": "ParameterSchema",
832
- "location": {
833
- "filePath": "tracker.main.runtime.ts",
834
- "line": 71,
835
- "character": 24
836
- },
837
- "name": "env",
838
- "type": {
839
- "__schema": "KeywordTypeSchema",
840
- "location": {
841
- "filePath": "tracker.main.runtime.ts",
842
- "line": 71,
843
- "character": 29
844
- },
845
- "name": "string"
846
- },
847
- "isOptional": false,
848
- "isSpread": false
849
- },
850
- {
851
- "__schema": "ParameterSchema",
852
- "location": {
853
- "filePath": "tracker.main.runtime.ts",
854
- "line": 71,
855
- "character": 37
856
- },
857
- "name": "config",
858
- "type": {
859
- "__schema": "TypeLiteralSchema",
860
- "location": {
861
- "filePath": "tracker.main.runtime.ts",
862
- "line": 71,
863
- "character": 45
864
- },
865
- "members": [
866
- {
867
- "__schema": "IndexSignatureSchema",
868
- "location": {
869
- "filePath": "tracker.main.runtime.ts",
870
- "line": 71,
871
- "character": 47
872
- },
873
- "keyType": {
874
- "__schema": "ParameterSchema",
875
- "location": {
876
- "filePath": "tracker.main.runtime.ts",
877
- "line": 71,
878
- "character": 48
879
- },
880
- "name": "aspectName",
881
- "type": {
882
- "__schema": "KeywordTypeSchema",
883
- "location": {
884
- "filePath": "tracker.main.runtime.ts",
885
- "line": 71,
886
- "character": 60
887
- },
888
- "name": "string"
889
- },
890
- "isOptional": false,
891
- "isSpread": false
892
- },
893
- "valueType": {
894
- "__schema": "KeywordTypeSchema",
895
- "location": {
896
- "filePath": "tracker.main.runtime.ts",
897
- "line": 71,
898
- "character": 69
899
- },
900
- "name": "any"
901
- }
902
- }
903
- ]
904
- },
905
- "isOptional": false,
906
- "isSpread": false
907
- }
908
- ],
909
- "returnType": {
910
- "__schema": "InferenceTypeSchema",
911
- "location": {
912
- "filePath": "tracker.main.runtime.ts",
913
- "line": 71,
914
- "character": 3
915
- },
916
- "type": "Promise<void>"
917
- },
918
- "modifiers": [
919
- "async"
920
- ]
921
- },
922
- {
923
- "__schema": "VariableLikeSchema",
924
- "location": {
925
- "filePath": "tracker.main.runtime.ts",
926
- "line": 116,
927
- "character": 3
928
- },
929
- "signature": "(property) TrackerMain.slots: never[]",
930
- "name": "slots",
931
- "type": {
932
- "__schema": "InferenceTypeSchema",
933
- "location": {
934
- "filePath": "tracker.main.runtime.ts",
935
- "line": 116,
936
- "character": 3
937
- },
938
- "type": "never[]"
939
- },
940
- "isOptional": true,
941
- "defaultValue": "[]"
942
- },
943
- {
944
- "__schema": "VariableLikeSchema",
945
- "location": {
946
- "filePath": "tracker.main.runtime.ts",
947
- "line": 117,
948
- "character": 3
949
- },
950
- "signature": "(property) TrackerMain.dependencies: Aspect[]",
951
- "name": "dependencies",
952
- "type": {
953
- "__schema": "InferenceTypeSchema",
954
- "location": {
955
- "filePath": "tracker.main.runtime.ts",
956
- "line": 117,
957
- "character": 3
958
- },
959
- "type": "Aspect[]"
960
- },
961
- "isOptional": true,
962
- "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect]"
963
- },
964
- {
965
- "__schema": "VariableLikeSchema",
966
- "location": {
967
- "filePath": "tracker.main.runtime.ts",
968
- "line": 118,
969
- "character": 3
970
- },
971
- "signature": "(property) TrackerMain.runtime: RuntimeDefinition",
972
- "name": "runtime",
973
- "type": {
974
- "__schema": "InferenceTypeSchema",
975
- "location": {
976
- "filePath": "tracker.main.runtime.ts",
977
- "line": 118,
978
- "character": 3
979
- },
980
- "type": "RuntimeDefinition"
981
- },
982
- "isOptional": true,
983
- "defaultValue": "MainRuntime"
984
- },
985
- {
986
- "__schema": "FunctionLikeSchema",
987
- "location": {
988
- "filePath": "tracker.main.runtime.ts",
989
- "line": 119,
990
- "character": 3
991
- },
992
- "signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
993
- "name": "provider",
994
- "params": [
995
- {
996
- "__schema": "ParameterSchema",
997
- "location": {
998
- "filePath": "tracker.main.runtime.ts",
999
- "line": 119,
1000
- "character": 25
1001
- },
1002
- "name": "[ cli, workspace, loggerMain ]",
1003
- "type": {
1004
- "__schema": "TupleTypeSchema",
1005
- "location": {
1006
- "filePath": "tracker.main.runtime.ts",
1007
- "line": 119,
1008
- "character": 55
1009
- },
1010
- "elements": [
1011
- {
1012
- "__schema": "TypeRefSchema",
1013
- "location": {
1014
- "filePath": "tracker.main.runtime.ts",
1015
- "line": 119,
1016
- "character": 56
1017
- },
1018
- "name": "CLIMain",
1019
- "componentId": {
1020
- "scope": "teambit.harmony",
1021
- "name": "cli"
1022
- }
1023
- },
1024
- {
1025
- "__schema": "TypeRefSchema",
1026
- "location": {
1027
- "filePath": "tracker.main.runtime.ts",
1028
- "line": 119,
1029
- "character": 65
1030
- },
1031
- "name": "Workspace",
1032
- "componentId": {
1033
- "scope": "teambit.workspace",
1034
- "name": "workspace"
1035
- }
1036
- },
1037
- {
1038
- "__schema": "TypeRefSchema",
1039
- "location": {
1040
- "filePath": "tracker.main.runtime.ts",
1041
- "line": 119,
1042
- "character": 76
1043
- },
1044
- "name": "LoggerMain",
1045
- "componentId": {
1046
- "scope": "teambit.harmony",
1047
- "name": "logger"
1048
- }
1049
- }
1050
- ]
1051
- },
1052
- "isOptional": false,
1053
- "isSpread": false
1054
- }
1055
- ],
1056
- "returnType": {
1057
- "__schema": "InferenceTypeSchema",
1058
- "location": {
1059
- "filePath": "tracker.main.runtime.ts",
1060
- "line": 119,
1061
- "character": 3
1062
- },
1063
- "type": "Promise<TrackerMain>"
1064
- },
1065
- "modifiers": [
1066
- "static",
1067
- "async"
1068
- ]
1069
- }
1070
- ],
1071
- "extendsNodes": [],
1072
- "implementNodes": []
1073
- }
1074
- },
1075
- {
1076
- "__schema": "UnImplementedSchema",
1077
- "location": {
1078
- "filePath": "index.ts",
1079
- "line": 6,
1080
- "character": 16
1081
- },
1082
- "name": "TrackerAspect",
1083
- "type": "Identifier"
1084
- },
1085
- {
1086
- "__schema": "ExportSchema",
1087
- "location": {
1088
- "filePath": "index.ts",
1089
- "line": 7,
1090
- "character": 10
1091
- },
1092
- "signature": "const TrackerAspect: Aspect",
1093
- "name": "TrackerAspect",
1094
- "exportNode": {
1095
- "__schema": "VariableLikeSchema",
1096
- "location": {
1097
- "filePath": "tracker.aspect.ts",
1098
- "line": 3,
1099
- "character": 14
1100
- },
1101
- "signature": "const TrackerAspect: Aspect",
1102
- "name": "TrackerAspect",
1103
- "type": {
1104
- "__schema": "TypeRefSchema",
1105
- "location": {
1106
- "filePath": "tracker.aspect.ts",
1107
- "line": 3,
1108
- "character": 14
1109
- },
1110
- "name": "Aspect",
1111
- "componentId": {
1112
- "scope": "teambit.harmony",
1113
- "name": "harmony",
1114
- "version": "0.4.6"
1115
- }
1116
- },
1117
- "isOptional": false,
1118
- "defaultValue": "Aspect.create({\n id: 'teambit.component/tracker',\n})"
1119
- }
1120
- }
1121
- ],
1122
- "internals": []
1123
- },
1124
- "internals": [
1125
- {
1126
- "__schema": "ModuleSchema",
1127
- "location": {
1128
- "filePath": "tracker.main.runtime.ts",
1129
- "line": 1,
1130
- "character": 1
1131
- },
1132
- "exports": [
1133
- {
1134
- "__schema": "TypeSchema",
1135
- "location": {
1136
- "filePath": "tracker.main.runtime.ts",
1137
- "line": 12,
1138
- "character": 1
1139
- },
1140
- "signature": "type TrackResult = {\n files: string[];\n warnings: Warnings;\n componentId: ComponentID;\n}",
1141
- "name": "TrackResult",
1142
- "type": {
1143
- "__schema": "TypeLiteralSchema",
1144
- "location": {
1145
- "filePath": "tracker.main.runtime.ts",
1146
- "line": 12,
1147
- "character": 27
1148
- },
1149
- "members": [
1150
- {
1151
- "__schema": "VariableLikeSchema",
1152
- "location": {
1153
- "filePath": "tracker.main.runtime.ts",
1154
- "line": 12,
1155
- "character": 29
1156
- },
1157
- "signature": "(property) files: string[]",
1158
- "name": "files",
1159
- "type": {
1160
- "__schema": "TypeArraySchema",
1161
- "location": {
1162
- "filePath": "tracker.main.runtime.ts",
1163
- "line": 12,
1164
- "character": 36
1165
- },
1166
- "type": {
1167
- "__schema": "KeywordTypeSchema",
1168
- "location": {
1169
- "filePath": "tracker.main.runtime.ts",
1170
- "line": 12,
1171
- "character": 36
1172
- },
1173
- "name": "string"
1174
- }
1175
- },
1176
- "isOptional": false
1177
- },
1178
- {
1179
- "__schema": "VariableLikeSchema",
1180
- "location": {
1181
- "filePath": "tracker.main.runtime.ts",
1182
- "line": 12,
1183
- "character": 46
1184
- },
1185
- "signature": "(property) warnings: Warnings",
1186
- "name": "warnings",
1187
- "type": {
1188
- "__schema": "TypeRefSchema",
1189
- "location": {
1190
- "filePath": "tracker.main.runtime.ts",
1191
- "line": 12,
1192
- "character": 46
1193
- },
1194
- "name": "Warnings",
1195
- "internalFilePath": "add-components.ts"
1196
- },
1197
- "isOptional": false
1198
- },
1199
- {
1200
- "__schema": "VariableLikeSchema",
1201
- "location": {
1202
- "filePath": "tracker.main.runtime.ts",
1203
- "line": 12,
1204
- "character": 66
1205
- },
1206
- "signature": "(property) componentId: ComponentID",
1207
- "name": "componentId",
1208
- "type": {
1209
- "__schema": "TypeRefSchema",
1210
- "location": {
1211
- "filePath": "tracker.main.runtime.ts",
1212
- "line": 12,
1213
- "character": 66
1214
- },
1215
- "name": "ComponentID",
1216
- "componentId": {
1217
- "scope": "teambit.component",
1218
- "name": "component-id",
1219
- "version": "1.2.2"
1220
- }
1221
- },
1222
- "isOptional": false
1223
- }
1224
- ]
1225
- }
1226
- },
1227
- {
1228
- "__schema": "TypeSchema",
1229
- "location": {
1230
- "filePath": "tracker.main.runtime.ts",
1231
- "line": 14,
1232
- "character": 1
1233
- },
1234
- "signature": "type TrackData = {\n rootDir: PathOsBasedRelative | PathOsBasedAbsolute;\n componentName?: string;\n mainFile?: string;\n defaultScope?: string;\n config?: {\n [aspectName: string]: any;\n };\n}",
1235
- "name": "TrackData",
1236
- "type": {
1237
- "__schema": "TypeLiteralSchema",
1238
- "location": {
1239
- "filePath": "tracker.main.runtime.ts",
1240
- "line": 14,
1241
- "character": 25
1242
- },
1243
- "members": [
1244
- {
1245
- "__schema": "VariableLikeSchema",
1246
- "location": {
1247
- "filePath": "tracker.main.runtime.ts",
1248
- "line": 15,
1249
- "character": 3
1250
- },
1251
- "signature": "(property) rootDir: string",
1252
- "name": "rootDir",
1253
- "type": {
1254
- "__schema": "TypeUnionSchema",
1255
- "location": {
1256
- "filePath": "tracker.main.runtime.ts",
1257
- "line": 15,
1258
- "character": 12
1259
- },
1260
- "types": [
1261
- {
1262
- "__schema": "TypeRefSchema",
1263
- "location": {
1264
- "filePath": "tracker.main.runtime.ts",
1265
- "line": 15,
1266
- "character": 12
1267
- },
1268
- "name": "PathOsBasedRelative",
1269
- "componentId": {
1270
- "scope": "teambit.legacy",
1271
- "name": "utils",
1272
- "version": "0.0.14"
1273
- }
1274
- },
1275
- {
1276
- "__schema": "TypeRefSchema",
1277
- "location": {
1278
- "filePath": "tracker.main.runtime.ts",
1279
- "line": 15,
1280
- "character": 34
1281
- },
1282
- "name": "PathOsBasedAbsolute",
1283
- "componentId": {
1284
- "scope": "teambit.legacy",
1285
- "name": "utils",
1286
- "version": "0.0.14"
1287
- }
1288
- }
1289
- ]
1290
- },
1291
- "isOptional": false
1292
- },
1293
- {
1294
- "__schema": "VariableLikeSchema",
1295
- "location": {
1296
- "filePath": "tracker.main.runtime.ts",
1297
- "line": 16,
1298
- "character": 3
1299
- },
1300
- "signature": "(property) componentName?: string | undefined",
1301
- "name": "componentName",
1302
- "type": {
1303
- "__schema": "KeywordTypeSchema",
1304
- "location": {
1305
- "filePath": "tracker.main.runtime.ts",
1306
- "line": 16,
1307
- "character": 19
1308
- },
1309
- "name": "string"
1310
- },
1311
- "isOptional": true
1312
- },
1313
- {
1314
- "__schema": "VariableLikeSchema",
1315
- "location": {
1316
- "filePath": "tracker.main.runtime.ts",
1317
- "line": 17,
1318
- "character": 3
1319
- },
1320
- "signature": "(property) mainFile?: string | undefined",
1321
- "name": "mainFile",
1322
- "type": {
1323
- "__schema": "KeywordTypeSchema",
1324
- "location": {
1325
- "filePath": "tracker.main.runtime.ts",
1326
- "line": 17,
1327
- "character": 14
1328
- },
1329
- "name": "string"
1330
- },
1331
- "isOptional": true
1332
- },
1333
- {
1334
- "__schema": "VariableLikeSchema",
1335
- "location": {
1336
- "filePath": "tracker.main.runtime.ts",
1337
- "line": 18,
1338
- "character": 3
1339
- },
1340
- "signature": "(property) defaultScope?: string | undefined",
1341
- "name": "defaultScope",
1342
- "type": {
1343
- "__schema": "KeywordTypeSchema",
1344
- "location": {
1345
- "filePath": "tracker.main.runtime.ts",
1346
- "line": 18,
1347
- "character": 18
1348
- },
1349
- "name": "string"
1350
- },
1351
- "isOptional": true
1352
- },
1353
- {
1354
- "__schema": "VariableLikeSchema",
1355
- "location": {
1356
- "filePath": "tracker.main.runtime.ts",
1357
- "line": 19,
1358
- "character": 3
1359
- },
1360
- "signature": "(property) config?: {\n [aspectName: string]: any;\n} | undefined",
1361
- "name": "config",
1362
- "type": {
1363
- "__schema": "TypeLiteralSchema",
1364
- "location": {
1365
- "filePath": "tracker.main.runtime.ts",
1366
- "line": 19,
1367
- "character": 12
1368
- },
1369
- "members": [
1370
- {
1371
- "__schema": "IndexSignatureSchema",
1372
- "location": {
1373
- "filePath": "tracker.main.runtime.ts",
1374
- "line": 19,
1375
- "character": 14
1376
- },
1377
- "keyType": {
1378
- "__schema": "ParameterSchema",
1379
- "location": {
1380
- "filePath": "tracker.main.runtime.ts",
1381
- "line": 19,
1382
- "character": 15
1383
- },
1384
- "name": "aspectName",
1385
- "type": {
1386
- "__schema": "KeywordTypeSchema",
1387
- "location": {
1388
- "filePath": "tracker.main.runtime.ts",
1389
- "line": 19,
1390
- "character": 27
1391
- },
1392
- "name": "string"
1393
- },
1394
- "isOptional": false,
1395
- "isSpread": false
1396
- },
1397
- "valueType": {
1398
- "__schema": "KeywordTypeSchema",
1399
- "location": {
1400
- "filePath": "tracker.main.runtime.ts",
1401
- "line": 19,
1402
- "character": 36
1403
- },
1404
- "name": "any"
1405
- }
1406
- }
1407
- ]
1408
- },
1409
- "isOptional": true
1410
- }
1411
- ]
1412
- }
1413
- },
1414
- {
1415
- "__schema": "ClassSchema",
1416
- "location": {
1417
- "filePath": "tracker.main.runtime.ts",
1418
- "line": 22,
1419
- "character": 1
1420
- },
1421
- "signature": "class TrackerMain",
1422
- "name": "TrackerMain",
1423
- "members": [
1424
- {
1425
- "__schema": "ConstructorSchema",
1426
- "location": {
1427
- "filePath": "tracker.main.runtime.ts",
1428
- "line": 23,
1429
- "character": 3
1430
- },
1431
- "signature": "constructor TrackerMain(workspace: Workspace, logger: Logger): TrackerMain",
1432
- "name": "constructor",
1433
- "params": [
1434
- {
1435
- "__schema": "ParameterSchema",
1436
- "location": {
1437
- "filePath": "tracker.main.runtime.ts",
1438
- "line": 24,
1439
- "character": 5
1440
- },
1441
- "name": "workspace",
1442
- "type": {
1443
- "__schema": "TypeRefSchema",
1444
- "location": {
1445
- "filePath": "tracker.main.runtime.ts",
1446
- "line": 24,
1447
- "character": 24
1448
- },
1449
- "name": "Workspace",
1450
- "componentId": {
1451
- "scope": "teambit.workspace",
1452
- "name": "workspace"
1453
- }
1454
- },
1455
- "isOptional": false,
1456
- "isSpread": false
1457
- },
1458
- {
1459
- "__schema": "ParameterSchema",
1460
- "location": {
1461
- "filePath": "tracker.main.runtime.ts",
1462
- "line": 25,
1463
- "character": 5
1464
- },
1465
- "name": "logger",
1466
- "type": {
1467
- "__schema": "TypeRefSchema",
1468
- "location": {
1469
- "filePath": "tracker.main.runtime.ts",
1470
- "line": 25,
1471
- "character": 21
1472
- },
1473
- "name": "Logger",
1474
- "componentId": {
1475
- "scope": "teambit.harmony",
1476
- "name": "logger"
1477
- }
1478
- },
1479
- "isOptional": false,
1480
- "isSpread": false
1481
- }
1482
- ],
1483
- "returnType": {
1484
- "__schema": "ThisTypeSchema",
1485
- "location": {
1486
- "filePath": "tracker.main.runtime.ts",
1487
- "line": 22,
1488
- "character": 1
1489
- },
1490
- "name": "TrackerMain"
1491
- },
1492
- "modifiers": []
1493
- },
1494
- {
1495
- "__schema": "FunctionLikeSchema",
1496
- "location": {
1497
- "filePath": "tracker.main.runtime.ts",
1498
- "line": 33,
1499
- "character": 3
1500
- },
1501
- "doc": {
1502
- "__schema": "DocSchema",
1503
- "location": {
1504
- "filePath": "tracker.main.runtime.ts",
1505
- "line": 28,
1506
- "character": 3
1507
- },
1508
- "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 */",
1509
- "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();\"",
1510
- "tags": []
1511
- },
1512
- "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
1513
- "name": "track",
1514
- "params": [
1515
- {
1516
- "__schema": "ParameterSchema",
1517
- "location": {
1518
- "filePath": "tracker.main.runtime.ts",
1519
- "line": 33,
1520
- "character": 15
1521
- },
1522
- "name": "trackData",
1523
- "type": {
1524
- "__schema": "TypeRefSchema",
1525
- "location": {
1526
- "filePath": "tracker.main.runtime.ts",
1527
- "line": 33,
1528
- "character": 26
1529
- },
1530
- "name": "TrackData",
1531
- "internalFilePath": "tracker.main.runtime.ts"
1532
- },
1533
- "isOptional": false,
1534
- "isSpread": false
1535
- }
1536
- ],
1537
- "returnType": {
1538
- "__schema": "TypeRefSchema",
1539
- "location": {
1540
- "filePath": "tracker.main.runtime.ts",
1541
- "line": 33,
1542
- "character": 38
1543
- },
1544
- "name": "Promise",
1545
- "typeArgs": [
1546
- {
1547
- "__schema": "TypeRefSchema",
1548
- "location": {
1549
- "filePath": "tracker.main.runtime.ts",
1550
- "line": 33,
1551
- "character": 46
1552
- },
1553
- "name": "TrackResult",
1554
- "internalFilePath": "tracker.main.runtime.ts"
1555
- }
1556
- ]
1557
- },
1558
- "modifiers": [
1559
- "async"
1560
- ]
1561
- },
1562
- {
1563
- "__schema": "FunctionLikeSchema",
1564
- "location": {
1565
- "filePath": "tracker.main.runtime.ts",
1566
- "line": 55,
1567
- "character": 3
1568
- },
1569
- "signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
1570
- "name": "addForCLI",
1571
- "params": [
1572
- {
1573
- "__schema": "ParameterSchema",
1574
- "location": {
1575
- "filePath": "tracker.main.runtime.ts",
1576
- "line": 55,
1577
- "character": 19
1578
- },
1579
- "name": "addProps",
1580
- "type": {
1581
- "__schema": "TypeRefSchema",
1582
- "location": {
1583
- "filePath": "tracker.main.runtime.ts",
1584
- "line": 55,
1585
- "character": 29
1586
- },
1587
- "name": "AddProps",
1588
- "internalFilePath": "add-components.ts"
1589
- },
1590
- "isOptional": false,
1591
- "isSpread": false
1592
- }
1593
- ],
1594
- "returnType": {
1595
- "__schema": "TypeRefSchema",
1596
- "location": {
1597
- "filePath": "tracker.main.runtime.ts",
1598
- "line": 55,
1599
- "character": 40
1600
- },
1601
- "name": "Promise",
1602
- "typeArgs": [
1603
- {
1604
- "__schema": "TypeRefSchema",
1605
- "location": {
1606
- "filePath": "tracker.main.runtime.ts",
1607
- "line": 55,
1608
- "character": 48
1609
- },
1610
- "name": "AddActionResults",
1611
- "internalFilePath": "add-components.ts"
1612
- }
1613
- ]
1614
- },
1615
- "modifiers": [
1616
- "async"
1617
- ]
1618
- },
1619
- {
1620
- "__schema": "FunctionLikeSchema",
1621
- "location": {
1622
- "filePath": "tracker.main.runtime.ts",
1623
- "line": 71,
1624
- "character": 3
1625
- },
1626
- "signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
1627
- "name": "addEnvToConfig",
1628
- "params": [
1629
- {
1630
- "__schema": "ParameterSchema",
1631
- "location": {
1632
- "filePath": "tracker.main.runtime.ts",
1633
- "line": 71,
1634
- "character": 24
1635
- },
1636
- "name": "env",
1637
- "type": {
1638
- "__schema": "KeywordTypeSchema",
1639
- "location": {
1640
- "filePath": "tracker.main.runtime.ts",
1641
- "line": 71,
1642
- "character": 29
1643
- },
1644
- "name": "string"
1645
- },
1646
- "isOptional": false,
1647
- "isSpread": false
1648
- },
1649
- {
1650
- "__schema": "ParameterSchema",
1651
- "location": {
1652
- "filePath": "tracker.main.runtime.ts",
1653
- "line": 71,
1654
- "character": 37
1655
- },
1656
- "name": "config",
1657
- "type": {
1658
- "__schema": "TypeLiteralSchema",
1659
- "location": {
1660
- "filePath": "tracker.main.runtime.ts",
1661
- "line": 71,
1662
- "character": 45
1663
- },
1664
- "members": [
1665
- {
1666
- "__schema": "IndexSignatureSchema",
1667
- "location": {
1668
- "filePath": "tracker.main.runtime.ts",
1669
- "line": 71,
1670
- "character": 47
1671
- },
1672
- "keyType": {
1673
- "__schema": "ParameterSchema",
1674
- "location": {
1675
- "filePath": "tracker.main.runtime.ts",
1676
- "line": 71,
1677
- "character": 48
1678
- },
1679
- "name": "aspectName",
1680
- "type": {
1681
- "__schema": "KeywordTypeSchema",
1682
- "location": {
1683
- "filePath": "tracker.main.runtime.ts",
1684
- "line": 71,
1685
- "character": 60
1686
- },
1687
- "name": "string"
1688
- },
1689
- "isOptional": false,
1690
- "isSpread": false
1691
- },
1692
- "valueType": {
1693
- "__schema": "KeywordTypeSchema",
1694
- "location": {
1695
- "filePath": "tracker.main.runtime.ts",
1696
- "line": 71,
1697
- "character": 69
1698
- },
1699
- "name": "any"
1700
- }
1701
- }
1702
- ]
1703
- },
1704
- "isOptional": false,
1705
- "isSpread": false
1706
- }
1707
- ],
1708
- "returnType": {
1709
- "__schema": "InferenceTypeSchema",
1710
- "location": {
1711
- "filePath": "tracker.main.runtime.ts",
1712
- "line": 71,
1713
- "character": 3
1714
- },
1715
- "type": "Promise<void>"
1716
- },
1717
- "modifiers": [
1718
- "async"
1719
- ]
1720
- },
1721
- {
1722
- "__schema": "VariableLikeSchema",
1723
- "location": {
1724
- "filePath": "tracker.main.runtime.ts",
1725
- "line": 116,
1726
- "character": 3
1727
- },
1728
- "signature": "(property) TrackerMain.slots: never[]",
1729
- "name": "slots",
1730
- "type": {
1731
- "__schema": "InferenceTypeSchema",
1732
- "location": {
1733
- "filePath": "tracker.main.runtime.ts",
1734
- "line": 116,
1735
- "character": 3
1736
- },
1737
- "type": "never[]"
1738
- },
1739
- "isOptional": true,
1740
- "defaultValue": "[]"
1741
- },
1742
- {
1743
- "__schema": "VariableLikeSchema",
1744
- "location": {
1745
- "filePath": "tracker.main.runtime.ts",
1746
- "line": 117,
1747
- "character": 3
1748
- },
1749
- "signature": "(property) TrackerMain.dependencies: Aspect[]",
1750
- "name": "dependencies",
1751
- "type": {
1752
- "__schema": "InferenceTypeSchema",
1753
- "location": {
1754
- "filePath": "tracker.main.runtime.ts",
1755
- "line": 117,
1756
- "character": 3
1757
- },
1758
- "type": "Aspect[]"
1759
- },
1760
- "isOptional": true,
1761
- "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect]"
1762
- },
1763
- {
1764
- "__schema": "VariableLikeSchema",
1765
- "location": {
1766
- "filePath": "tracker.main.runtime.ts",
1767
- "line": 118,
1768
- "character": 3
1769
- },
1770
- "signature": "(property) TrackerMain.runtime: RuntimeDefinition",
1771
- "name": "runtime",
1772
- "type": {
1773
- "__schema": "InferenceTypeSchema",
1774
- "location": {
1775
- "filePath": "tracker.main.runtime.ts",
1776
- "line": 118,
1777
- "character": 3
1778
- },
1779
- "type": "RuntimeDefinition"
1780
- },
1781
- "isOptional": true,
1782
- "defaultValue": "MainRuntime"
1783
- },
1784
- {
1785
- "__schema": "FunctionLikeSchema",
1786
- "location": {
1787
- "filePath": "tracker.main.runtime.ts",
1788
- "line": 119,
1789
- "character": 3
1790
- },
1791
- "signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
1792
- "name": "provider",
1793
- "params": [
1794
- {
1795
- "__schema": "ParameterSchema",
1796
- "location": {
1797
- "filePath": "tracker.main.runtime.ts",
1798
- "line": 119,
1799
- "character": 25
1800
- },
1801
- "name": "[ cli, workspace, loggerMain ]",
1802
- "type": {
1803
- "__schema": "TupleTypeSchema",
1804
- "location": {
1805
- "filePath": "tracker.main.runtime.ts",
1806
- "line": 119,
1807
- "character": 55
1808
- },
1809
- "elements": [
1810
- {
1811
- "__schema": "TypeRefSchema",
1812
- "location": {
1813
- "filePath": "tracker.main.runtime.ts",
1814
- "line": 119,
1815
- "character": 56
1816
- },
1817
- "name": "CLIMain",
1818
- "componentId": {
1819
- "scope": "teambit.harmony",
1820
- "name": "cli"
1821
- }
1822
- },
1823
- {
1824
- "__schema": "TypeRefSchema",
1825
- "location": {
1826
- "filePath": "tracker.main.runtime.ts",
1827
- "line": 119,
1828
- "character": 65
1829
- },
1830
- "name": "Workspace",
1831
- "componentId": {
1832
- "scope": "teambit.workspace",
1833
- "name": "workspace"
1834
- }
1835
- },
1836
- {
1837
- "__schema": "TypeRefSchema",
1838
- "location": {
1839
- "filePath": "tracker.main.runtime.ts",
1840
- "line": 119,
1841
- "character": 76
1842
- },
1843
- "name": "LoggerMain",
1844
- "componentId": {
1845
- "scope": "teambit.harmony",
1846
- "name": "logger"
1847
- }
1848
- }
1849
- ]
1850
- },
1851
- "isOptional": false,
1852
- "isSpread": false
1853
- }
1854
- ],
1855
- "returnType": {
1856
- "__schema": "InferenceTypeSchema",
1857
- "location": {
1858
- "filePath": "tracker.main.runtime.ts",
1859
- "line": 119,
1860
- "character": 3
1861
- },
1862
- "type": "Promise<TrackerMain>"
1863
- },
1864
- "modifiers": [
1865
- "static",
1866
- "async"
1867
- ]
1868
- }
1869
- ],
1870
- "extendsNodes": [],
1871
- "implementNodes": []
1872
- },
1873
- {
1874
- "__schema": "UnImplementedSchema",
1875
- "location": {
1876
- "filePath": "tracker.main.runtime.ts",
1877
- "line": 129,
1878
- "character": 16
1879
- },
1880
- "name": "TrackerMain",
1881
- "type": "Identifier"
1882
- }
1883
- ],
1884
- "internals": [
1885
- {
1886
- "__schema": "UnImplementedSchema",
1887
- "location": {
1888
- "filePath": "tracker.main.runtime.ts",
1889
- "line": 127,
1890
- "character": 1
1891
- },
1892
- "name": "TrackerAspect.addRuntime(TrackerMain);",
1893
- "type": "ExpressionStatement"
1894
- }
1895
- ]
1896
- },
1897
- {
1898
- "__schema": "ModuleSchema",
1899
- "location": {
1900
- "filePath": "tracker.aspect.ts",
1901
- "line": 1,
1902
- "character": 1
1903
- },
1904
- "exports": [
1905
- {
1906
- "__schema": "VariableLikeSchema",
1907
- "location": {
1908
- "filePath": "tracker.aspect.ts",
1909
- "line": 3,
1910
- "character": 14
1911
- },
1912
- "signature": "const TrackerAspect: Aspect",
1913
- "name": "TrackerAspect",
1914
- "type": {
1915
- "__schema": "TypeRefSchema",
1916
- "location": {
1917
- "filePath": "tracker.aspect.ts",
1918
- "line": 3,
1919
- "character": 14
1920
- },
1921
- "name": "Aspect",
1922
- "componentId": {
1923
- "scope": "teambit.harmony",
1924
- "name": "harmony",
1925
- "version": "0.4.6"
1926
- }
1927
- },
1928
- "isOptional": false,
1929
- "defaultValue": "Aspect.create({\n id: 'teambit.component/tracker',\n})"
1930
- }
1931
- ],
1932
- "internals": []
1933
- }
1934
- ],
1935
- "componentId": {
1936
- "scope": "teambit.component",
1937
- "name": "tracker",
1938
- "version": "1.0.516"
1939
- },
1940
- "taggedModuleExports": []
1941
- }