@teambit/lister 1.0.512 → 1.0.514

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