@teambit/lister 1.0.509 → 1.0.511

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