@teambit/lister 1.0.487 → 1.0.488
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.
package/artifacts/schema.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"__schema": "ClassSchema",
|
27
27
|
"location": {
|
28
28
|
"filePath": "lister.main.runtime.ts",
|
29
|
-
"line":
|
29
|
+
"line": 25,
|
30
30
|
"character": 1
|
31
31
|
},
|
32
32
|
"signature": "class ListerMain",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"__schema": "ConstructorSchema",
|
37
37
|
"location": {
|
38
38
|
"filePath": "lister.main.runtime.ts",
|
39
|
-
"line":
|
39
|
+
"line": 26,
|
40
40
|
"character": 3
|
41
41
|
},
|
42
42
|
"signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"__schema": "ParameterSchema",
|
47
47
|
"location": {
|
48
48
|
"filePath": "lister.main.runtime.ts",
|
49
|
-
"line":
|
49
|
+
"line": 27,
|
50
50
|
"character": 5
|
51
51
|
},
|
52
52
|
"name": "logger",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"__schema": "TypeRefSchema",
|
55
55
|
"location": {
|
56
56
|
"filePath": "lister.main.runtime.ts",
|
57
|
-
"line":
|
57
|
+
"line": 27,
|
58
58
|
"character": 21
|
59
59
|
},
|
60
60
|
"name": "Logger"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"__schema": "ParameterSchema",
|
67
67
|
"location": {
|
68
68
|
"filePath": "lister.main.runtime.ts",
|
69
|
-
"line":
|
69
|
+
"line": 28,
|
70
70
|
"character": 5
|
71
71
|
},
|
72
72
|
"name": "workspace",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"__schema": "TypeRefSchema",
|
75
75
|
"location": {
|
76
76
|
"filePath": "lister.main.runtime.ts",
|
77
|
-
"line":
|
77
|
+
"line": 28,
|
78
78
|
"character": 25
|
79
79
|
},
|
80
80
|
"name": "Workspace"
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"__schema": "ThisTypeSchema",
|
88
88
|
"location": {
|
89
89
|
"filePath": "lister.main.runtime.ts",
|
90
|
-
"line":
|
90
|
+
"line": 25,
|
91
91
|
"character": 1
|
92
92
|
},
|
93
93
|
"name": "ListerMain"
|
@@ -98,7 +98,7 @@
|
|
98
98
|
"__schema": "FunctionLikeSchema",
|
99
99
|
"location": {
|
100
100
|
"filePath": "lister.main.runtime.ts",
|
101
|
-
"line":
|
101
|
+
"line": 31,
|
102
102
|
"character": 3
|
103
103
|
},
|
104
104
|
"signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, includeDeleted, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n includeDeleted?: boolean;\n}): Promise<ListScopeResult[]>",
|
@@ -108,7 +108,7 @@
|
|
108
108
|
"__schema": "ParameterSchema",
|
109
109
|
"location": {
|
110
110
|
"filePath": "lister.main.runtime.ts",
|
111
|
-
"line":
|
111
|
+
"line": 32,
|
112
112
|
"character": 5
|
113
113
|
},
|
114
114
|
"name": "scopeName",
|
@@ -116,7 +116,7 @@
|
|
116
116
|
"__schema": "KeywordTypeSchema",
|
117
117
|
"location": {
|
118
118
|
"filePath": "lister.main.runtime.ts",
|
119
|
-
"line":
|
119
|
+
"line": 32,
|
120
120
|
"character": 16
|
121
121
|
},
|
122
122
|
"name": "string"
|
@@ -128,7 +128,7 @@
|
|
128
128
|
"__schema": "ParameterSchema",
|
129
129
|
"location": {
|
130
130
|
"filePath": "lister.main.runtime.ts",
|
131
|
-
"line":
|
131
|
+
"line": 33,
|
132
132
|
"character": 5
|
133
133
|
},
|
134
134
|
"name": "{ namespacesUsingWildcards, includeDeprecated = true, includeDeleted = false }",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
"__schema": "TypeLiteralSchema",
|
137
137
|
"location": {
|
138
138
|
"filePath": "lister.main.runtime.ts",
|
139
|
-
"line":
|
139
|
+
"line": 37,
|
140
140
|
"character": 8
|
141
141
|
},
|
142
142
|
"members": [
|
@@ -144,7 +144,7 @@
|
|
144
144
|
"__schema": "VariableLikeSchema",
|
145
145
|
"location": {
|
146
146
|
"filePath": "lister.main.runtime.ts",
|
147
|
-
"line":
|
147
|
+
"line": 38,
|
148
148
|
"character": 7
|
149
149
|
},
|
150
150
|
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
@@ -153,7 +153,7 @@
|
|
153
153
|
"__schema": "KeywordTypeSchema",
|
154
154
|
"location": {
|
155
155
|
"filePath": "lister.main.runtime.ts",
|
156
|
-
"line":
|
156
|
+
"line": 38,
|
157
157
|
"character": 34
|
158
158
|
},
|
159
159
|
"name": "string"
|
@@ -164,7 +164,7 @@
|
|
164
164
|
"__schema": "VariableLikeSchema",
|
165
165
|
"location": {
|
166
166
|
"filePath": "lister.main.runtime.ts",
|
167
|
-
"line":
|
167
|
+
"line": 39,
|
168
168
|
"character": 7
|
169
169
|
},
|
170
170
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
@@ -173,7 +173,7 @@
|
|
173
173
|
"__schema": "KeywordTypeSchema",
|
174
174
|
"location": {
|
175
175
|
"filePath": "lister.main.runtime.ts",
|
176
|
-
"line":
|
176
|
+
"line": 39,
|
177
177
|
"character": 27
|
178
178
|
},
|
179
179
|
"name": "boolean"
|
@@ -184,7 +184,7 @@
|
|
184
184
|
"__schema": "VariableLikeSchema",
|
185
185
|
"location": {
|
186
186
|
"filePath": "lister.main.runtime.ts",
|
187
|
-
"line":
|
187
|
+
"line": 40,
|
188
188
|
"character": 7
|
189
189
|
},
|
190
190
|
"signature": "(property) includeDeleted?: boolean | undefined",
|
@@ -193,7 +193,7 @@
|
|
193
193
|
"__schema": "KeywordTypeSchema",
|
194
194
|
"location": {
|
195
195
|
"filePath": "lister.main.runtime.ts",
|
196
|
-
"line":
|
196
|
+
"line": 40,
|
197
197
|
"character": 24
|
198
198
|
},
|
199
199
|
"name": "boolean"
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"__schema": "VariableLikeSchema",
|
209
209
|
"location": {
|
210
210
|
"filePath": "lister.main.runtime.ts",
|
211
|
-
"line":
|
211
|
+
"line": 38,
|
212
212
|
"character": 7
|
213
213
|
},
|
214
214
|
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
@@ -217,7 +217,7 @@
|
|
217
217
|
"__schema": "KeywordTypeSchema",
|
218
218
|
"location": {
|
219
219
|
"filePath": "lister.main.runtime.ts",
|
220
|
-
"line":
|
220
|
+
"line": 38,
|
221
221
|
"character": 34
|
222
222
|
},
|
223
223
|
"name": "string"
|
@@ -228,7 +228,7 @@
|
|
228
228
|
"__schema": "VariableLikeSchema",
|
229
229
|
"location": {
|
230
230
|
"filePath": "lister.main.runtime.ts",
|
231
|
-
"line":
|
231
|
+
"line": 39,
|
232
232
|
"character": 7
|
233
233
|
},
|
234
234
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
@@ -237,7 +237,7 @@
|
|
237
237
|
"__schema": "KeywordTypeSchema",
|
238
238
|
"location": {
|
239
239
|
"filePath": "lister.main.runtime.ts",
|
240
|
-
"line":
|
240
|
+
"line": 39,
|
241
241
|
"character": 27
|
242
242
|
},
|
243
243
|
"name": "boolean"
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"__schema": "VariableLikeSchema",
|
249
249
|
"location": {
|
250
250
|
"filePath": "lister.main.runtime.ts",
|
251
|
-
"line":
|
251
|
+
"line": 40,
|
252
252
|
"character": 7
|
253
253
|
},
|
254
254
|
"signature": "(property) includeDeleted?: boolean | undefined",
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"__schema": "KeywordTypeSchema",
|
258
258
|
"location": {
|
259
259
|
"filePath": "lister.main.runtime.ts",
|
260
|
-
"line":
|
260
|
+
"line": 40,
|
261
261
|
"character": 24
|
262
262
|
},
|
263
263
|
"name": "boolean"
|
@@ -272,7 +272,7 @@
|
|
272
272
|
"__schema": "TypeRefSchema",
|
273
273
|
"location": {
|
274
274
|
"filePath": "lister.main.runtime.ts",
|
275
|
-
"line":
|
275
|
+
"line": 42,
|
276
276
|
"character": 6
|
277
277
|
},
|
278
278
|
"name": "Promise",
|
@@ -281,14 +281,14 @@
|
|
281
281
|
"__schema": "TypeArraySchema",
|
282
282
|
"location": {
|
283
283
|
"filePath": "lister.main.runtime.ts",
|
284
|
-
"line":
|
284
|
+
"line": 42,
|
285
285
|
"character": 14
|
286
286
|
},
|
287
287
|
"type": {
|
288
288
|
"__schema": "TypeRefSchema",
|
289
289
|
"location": {
|
290
290
|
"filePath": "lister.main.runtime.ts",
|
291
|
-
"line":
|
291
|
+
"line": 42,
|
292
292
|
"character": 14
|
293
293
|
},
|
294
294
|
"name": "ListScopeResult"
|
@@ -304,7 +304,7 @@
|
|
304
304
|
"__schema": "FunctionLikeSchema",
|
305
305
|
"location": {
|
306
306
|
"filePath": "lister.main.runtime.ts",
|
307
|
-
"line":
|
307
|
+
"line": 50,
|
308
308
|
"character": 3
|
309
309
|
},
|
310
310
|
"signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
|
@@ -314,7 +314,7 @@
|
|
314
314
|
"__schema": "ParameterSchema",
|
315
315
|
"location": {
|
316
316
|
"filePath": "lister.main.runtime.ts",
|
317
|
-
"line":
|
317
|
+
"line": 50,
|
318
318
|
"character": 37
|
319
319
|
},
|
320
320
|
"name": "idStr",
|
@@ -322,7 +322,7 @@
|
|
322
322
|
"__schema": "KeywordTypeSchema",
|
323
323
|
"location": {
|
324
324
|
"filePath": "lister.main.runtime.ts",
|
325
|
-
"line":
|
325
|
+
"line": 50,
|
326
326
|
"character": 44
|
327
327
|
},
|
328
328
|
"name": "string"
|
@@ -334,7 +334,7 @@
|
|
334
334
|
"__schema": "ParameterSchema",
|
335
335
|
"location": {
|
336
336
|
"filePath": "lister.main.runtime.ts",
|
337
|
-
"line":
|
337
|
+
"line": 50,
|
338
338
|
"character": 52
|
339
339
|
},
|
340
340
|
"name": "includeDeprecated",
|
@@ -342,7 +342,7 @@
|
|
342
342
|
"__schema": "InferenceTypeSchema",
|
343
343
|
"location": {
|
344
344
|
"filePath": "lister.main.runtime.ts",
|
345
|
-
"line":
|
345
|
+
"line": 50,
|
346
346
|
"character": 52
|
347
347
|
},
|
348
348
|
"type": "boolean"
|
@@ -356,7 +356,7 @@
|
|
356
356
|
"__schema": "TypeRefSchema",
|
357
357
|
"location": {
|
358
358
|
"filePath": "lister.main.runtime.ts",
|
359
|
-
"line":
|
359
|
+
"line": 50,
|
360
360
|
"character": 79
|
361
361
|
},
|
362
362
|
"name": "Promise",
|
@@ -365,14 +365,14 @@
|
|
365
365
|
"__schema": "TypeArraySchema",
|
366
366
|
"location": {
|
367
367
|
"filePath": "lister.main.runtime.ts",
|
368
|
-
"line":
|
368
|
+
"line": 50,
|
369
369
|
"character": 87
|
370
370
|
},
|
371
371
|
"type": {
|
372
372
|
"__schema": "TypeRefSchema",
|
373
373
|
"location": {
|
374
374
|
"filePath": "lister.main.runtime.ts",
|
375
|
-
"line":
|
375
|
+
"line": 50,
|
376
376
|
"character": 87
|
377
377
|
},
|
378
378
|
"name": "ComponentID"
|
@@ -388,7 +388,7 @@
|
|
388
388
|
"__schema": "FunctionLikeSchema",
|
389
389
|
"location": {
|
390
390
|
"filePath": "lister.main.runtime.ts",
|
391
|
-
"line":
|
391
|
+
"line": 64,
|
392
392
|
"character": 3
|
393
393
|
},
|
394
394
|
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
@@ -398,7 +398,7 @@
|
|
398
398
|
"__schema": "ParameterSchema",
|
399
399
|
"location": {
|
400
400
|
"filePath": "lister.main.runtime.ts",
|
401
|
-
"line":
|
401
|
+
"line": 65,
|
402
402
|
"character": 5
|
403
403
|
},
|
404
404
|
"name": "showAll",
|
@@ -406,7 +406,7 @@
|
|
406
406
|
"__schema": "InferenceTypeSchema",
|
407
407
|
"location": {
|
408
408
|
"filePath": "lister.main.runtime.ts",
|
409
|
-
"line":
|
409
|
+
"line": 65,
|
410
410
|
"character": 5
|
411
411
|
},
|
412
412
|
"type": "boolean"
|
@@ -419,7 +419,7 @@
|
|
419
419
|
"__schema": "ParameterSchema",
|
420
420
|
"location": {
|
421
421
|
"filePath": "lister.main.runtime.ts",
|
422
|
-
"line":
|
422
|
+
"line": 66,
|
423
423
|
"character": 5
|
424
424
|
},
|
425
425
|
"name": "showRemoteVersion",
|
@@ -427,7 +427,7 @@
|
|
427
427
|
"__schema": "InferenceTypeSchema",
|
428
428
|
"location": {
|
429
429
|
"filePath": "lister.main.runtime.ts",
|
430
|
-
"line":
|
430
|
+
"line": 66,
|
431
431
|
"character": 5
|
432
432
|
},
|
433
433
|
"type": "boolean"
|
@@ -440,7 +440,7 @@
|
|
440
440
|
"__schema": "ParameterSchema",
|
441
441
|
"location": {
|
442
442
|
"filePath": "lister.main.runtime.ts",
|
443
|
-
"line":
|
443
|
+
"line": 67,
|
444
444
|
"character": 5
|
445
445
|
},
|
446
446
|
"name": "namespacesUsingWildcards",
|
@@ -448,7 +448,7 @@
|
|
448
448
|
"__schema": "KeywordTypeSchema",
|
449
449
|
"location": {
|
450
450
|
"filePath": "lister.main.runtime.ts",
|
451
|
-
"line":
|
451
|
+
"line": 67,
|
452
452
|
"character": 32
|
453
453
|
},
|
454
454
|
"name": "string"
|
@@ -461,7 +461,7 @@
|
|
461
461
|
"__schema": "TypeRefSchema",
|
462
462
|
"location": {
|
463
463
|
"filePath": "lister.main.runtime.ts",
|
464
|
-
"line":
|
464
|
+
"line": 68,
|
465
465
|
"character": 6
|
466
466
|
},
|
467
467
|
"name": "Promise",
|
@@ -470,14 +470,14 @@
|
|
470
470
|
"__schema": "TypeArraySchema",
|
471
471
|
"location": {
|
472
472
|
"filePath": "lister.main.runtime.ts",
|
473
|
-
"line":
|
473
|
+
"line": 68,
|
474
474
|
"character": 14
|
475
475
|
},
|
476
476
|
"type": {
|
477
477
|
"__schema": "TypeRefSchema",
|
478
478
|
"location": {
|
479
479
|
"filePath": "lister.main.runtime.ts",
|
480
|
-
"line":
|
480
|
+
"line": 68,
|
481
481
|
"character": 14
|
482
482
|
},
|
483
483
|
"name": "ListScopeResult"
|
@@ -493,7 +493,7 @@
|
|
493
493
|
"__schema": "VariableLikeSchema",
|
494
494
|
"location": {
|
495
495
|
"filePath": "lister.main.runtime.ts",
|
496
|
-
"line":
|
496
|
+
"line": 82,
|
497
497
|
"character": 3
|
498
498
|
},
|
499
499
|
"signature": "(property) ListerMain.slots: never[]",
|
@@ -502,7 +502,7 @@
|
|
502
502
|
"__schema": "InferenceTypeSchema",
|
503
503
|
"location": {
|
504
504
|
"filePath": "lister.main.runtime.ts",
|
505
|
-
"line":
|
505
|
+
"line": 82,
|
506
506
|
"character": 3
|
507
507
|
},
|
508
508
|
"type": "never[]"
|
@@ -514,7 +514,7 @@
|
|
514
514
|
"__schema": "VariableLikeSchema",
|
515
515
|
"location": {
|
516
516
|
"filePath": "lister.main.runtime.ts",
|
517
|
-
"line":
|
517
|
+
"line": 83,
|
518
518
|
"character": 3
|
519
519
|
},
|
520
520
|
"signature": "(property) ListerMain.dependencies: Aspect[]",
|
@@ -523,7 +523,7 @@
|
|
523
523
|
"__schema": "InferenceTypeSchema",
|
524
524
|
"location": {
|
525
525
|
"filePath": "lister.main.runtime.ts",
|
526
|
-
"line":
|
526
|
+
"line": 83,
|
527
527
|
"character": 3
|
528
528
|
},
|
529
529
|
"type": "Aspect[]"
|
@@ -535,7 +535,7 @@
|
|
535
535
|
"__schema": "VariableLikeSchema",
|
536
536
|
"location": {
|
537
537
|
"filePath": "lister.main.runtime.ts",
|
538
|
-
"line":
|
538
|
+
"line": 84,
|
539
539
|
"character": 3
|
540
540
|
},
|
541
541
|
"signature": "(property) ListerMain.runtime: RuntimeDefinition",
|
@@ -544,7 +544,7 @@
|
|
544
544
|
"__schema": "InferenceTypeSchema",
|
545
545
|
"location": {
|
546
546
|
"filePath": "lister.main.runtime.ts",
|
547
|
-
"line":
|
547
|
+
"line": 84,
|
548
548
|
"character": 3
|
549
549
|
},
|
550
550
|
"type": "RuntimeDefinition"
|
@@ -556,7 +556,7 @@
|
|
556
556
|
"__schema": "FunctionLikeSchema",
|
557
557
|
"location": {
|
558
558
|
"filePath": "lister.main.runtime.ts",
|
559
|
-
"line":
|
559
|
+
"line": 85,
|
560
560
|
"character": 3
|
561
561
|
},
|
562
562
|
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
@@ -566,7 +566,7 @@
|
|
566
566
|
"__schema": "ParameterSchema",
|
567
567
|
"location": {
|
568
568
|
"filePath": "lister.main.runtime.ts",
|
569
|
-
"line":
|
569
|
+
"line": 85,
|
570
570
|
"character": 25
|
571
571
|
},
|
572
572
|
"name": "[ cli, loggerMain, workspace ]",
|
@@ -574,7 +574,7 @@
|
|
574
574
|
"__schema": "TupleTypeSchema",
|
575
575
|
"location": {
|
576
576
|
"filePath": "lister.main.runtime.ts",
|
577
|
-
"line":
|
577
|
+
"line": 85,
|
578
578
|
"character": 55
|
579
579
|
},
|
580
580
|
"elements": [
|
@@ -582,7 +582,7 @@
|
|
582
582
|
"__schema": "TypeRefSchema",
|
583
583
|
"location": {
|
584
584
|
"filePath": "lister.main.runtime.ts",
|
585
|
-
"line":
|
585
|
+
"line": 85,
|
586
586
|
"character": 56
|
587
587
|
},
|
588
588
|
"name": "CLIMain"
|
@@ -591,7 +591,7 @@
|
|
591
591
|
"__schema": "TypeRefSchema",
|
592
592
|
"location": {
|
593
593
|
"filePath": "lister.main.runtime.ts",
|
594
|
-
"line":
|
594
|
+
"line": 85,
|
595
595
|
"character": 65
|
596
596
|
},
|
597
597
|
"name": "LoggerMain"
|
@@ -600,7 +600,7 @@
|
|
600
600
|
"__schema": "TypeRefSchema",
|
601
601
|
"location": {
|
602
602
|
"filePath": "lister.main.runtime.ts",
|
603
|
-
"line":
|
603
|
+
"line": 85,
|
604
604
|
"character": 77
|
605
605
|
},
|
606
606
|
"name": "Workspace"
|
@@ -615,7 +615,7 @@
|
|
615
615
|
"__schema": "InferenceTypeSchema",
|
616
616
|
"location": {
|
617
617
|
"filePath": "lister.main.runtime.ts",
|
618
|
-
"line":
|
618
|
+
"line": 85,
|
619
619
|
"character": 3
|
620
620
|
},
|
621
621
|
"type": "Promise<ListerMain>"
|
@@ -722,7 +722,7 @@
|
|
722
722
|
"_legacy": {
|
723
723
|
"scope": "teambit.component",
|
724
724
|
"name": "lister",
|
725
|
-
"version": "1.0.
|
725
|
+
"version": "1.0.488"
|
726
726
|
},
|
727
727
|
"_scope": "teambit.component"
|
728
728
|
}
|
@@ -794,7 +794,7 @@
|
|
794
794
|
"__schema": "TypeSchema",
|
795
795
|
"location": {
|
796
796
|
"filePath": "lister.main.runtime.ts",
|
797
|
-
"line":
|
797
|
+
"line": 16,
|
798
798
|
"character": 1
|
799
799
|
},
|
800
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}",
|
@@ -803,7 +803,7 @@
|
|
803
803
|
"__schema": "TypeLiteralSchema",
|
804
804
|
"location": {
|
805
805
|
"filePath": "lister.main.runtime.ts",
|
806
|
-
"line":
|
806
|
+
"line": 16,
|
807
807
|
"character": 31
|
808
808
|
},
|
809
809
|
"members": [
|
@@ -811,7 +811,7 @@
|
|
811
811
|
"__schema": "VariableLikeSchema",
|
812
812
|
"location": {
|
813
813
|
"filePath": "lister.main.runtime.ts",
|
814
|
-
"line":
|
814
|
+
"line": 17,
|
815
815
|
"character": 3
|
816
816
|
},
|
817
817
|
"signature": "(property) id: ComponentID",
|
@@ -820,7 +820,7 @@
|
|
820
820
|
"__schema": "TypeRefSchema",
|
821
821
|
"location": {
|
822
822
|
"filePath": "lister.main.runtime.ts",
|
823
|
-
"line":
|
823
|
+
"line": 17,
|
824
824
|
"character": 3
|
825
825
|
},
|
826
826
|
"name": "ComponentID",
|
@@ -836,7 +836,7 @@
|
|
836
836
|
"__schema": "VariableLikeSchema",
|
837
837
|
"location": {
|
838
838
|
"filePath": "lister.main.runtime.ts",
|
839
|
-
"line":
|
839
|
+
"line": 18,
|
840
840
|
"character": 3
|
841
841
|
},
|
842
842
|
"signature": "(property) currentlyUsedVersion?: string | null | undefined",
|
@@ -845,7 +845,7 @@
|
|
845
845
|
"__schema": "TypeUnionSchema",
|
846
846
|
"location": {
|
847
847
|
"filePath": "lister.main.runtime.ts",
|
848
|
-
"line":
|
848
|
+
"line": 18,
|
849
849
|
"character": 26
|
850
850
|
},
|
851
851
|
"types": [
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"__schema": "KeywordTypeSchema",
|
854
854
|
"location": {
|
855
855
|
"filePath": "lister.main.runtime.ts",
|
856
|
-
"line":
|
856
|
+
"line": 18,
|
857
857
|
"character": 26
|
858
858
|
},
|
859
859
|
"name": "string"
|
@@ -862,7 +862,7 @@
|
|
862
862
|
"__schema": "LiteralTypeSchema",
|
863
863
|
"location": {
|
864
864
|
"filePath": "lister.main.runtime.ts",
|
865
|
-
"line":
|
865
|
+
"line": 18,
|
866
866
|
"character": 35
|
867
867
|
},
|
868
868
|
"name": "null"
|
@@ -871,7 +871,7 @@
|
|
871
871
|
"__schema": "KeywordTypeSchema",
|
872
872
|
"location": {
|
873
873
|
"filePath": "lister.main.runtime.ts",
|
874
|
-
"line":
|
874
|
+
"line": 18,
|
875
875
|
"character": 42
|
876
876
|
},
|
877
877
|
"name": "undefined"
|
@@ -884,7 +884,7 @@
|
|
884
884
|
"__schema": "VariableLikeSchema",
|
885
885
|
"location": {
|
886
886
|
"filePath": "lister.main.runtime.ts",
|
887
|
-
"line":
|
887
|
+
"line": 19,
|
888
888
|
"character": 3
|
889
889
|
},
|
890
890
|
"signature": "(property) remoteVersion?: string | undefined",
|
@@ -893,7 +893,7 @@
|
|
893
893
|
"__schema": "KeywordTypeSchema",
|
894
894
|
"location": {
|
895
895
|
"filePath": "lister.main.runtime.ts",
|
896
|
-
"line":
|
896
|
+
"line": 19,
|
897
897
|
"character": 19
|
898
898
|
},
|
899
899
|
"name": "string"
|
@@ -904,7 +904,7 @@
|
|
904
904
|
"__schema": "VariableLikeSchema",
|
905
905
|
"location": {
|
906
906
|
"filePath": "lister.main.runtime.ts",
|
907
|
-
"line":
|
907
|
+
"line": 20,
|
908
908
|
"character": 3
|
909
909
|
},
|
910
910
|
"signature": "(property) deprecated?: boolean | undefined",
|
@@ -913,7 +913,7 @@
|
|
913
913
|
"__schema": "KeywordTypeSchema",
|
914
914
|
"location": {
|
915
915
|
"filePath": "lister.main.runtime.ts",
|
916
|
-
"line":
|
916
|
+
"line": 20,
|
917
917
|
"character": 16
|
918
918
|
},
|
919
919
|
"name": "boolean"
|
@@ -924,7 +924,7 @@
|
|
924
924
|
"__schema": "VariableLikeSchema",
|
925
925
|
"location": {
|
926
926
|
"filePath": "lister.main.runtime.ts",
|
927
|
-
"line":
|
927
|
+
"line": 21,
|
928
928
|
"character": 3
|
929
929
|
},
|
930
930
|
"signature": "(property) removed?: boolean | undefined",
|
@@ -933,7 +933,7 @@
|
|
933
933
|
"__schema": "KeywordTypeSchema",
|
934
934
|
"location": {
|
935
935
|
"filePath": "lister.main.runtime.ts",
|
936
|
-
"line":
|
936
|
+
"line": 21,
|
937
937
|
"character": 13
|
938
938
|
},
|
939
939
|
"name": "boolean"
|
@@ -944,7 +944,7 @@
|
|
944
944
|
"__schema": "VariableLikeSchema",
|
945
945
|
"location": {
|
946
946
|
"filePath": "lister.main.runtime.ts",
|
947
|
-
"line":
|
947
|
+
"line": 22,
|
948
948
|
"character": 3
|
949
949
|
},
|
950
950
|
"signature": "(property) laneReadmeOf?: string[] | undefined",
|
@@ -953,14 +953,14 @@
|
|
953
953
|
"__schema": "TypeArraySchema",
|
954
954
|
"location": {
|
955
955
|
"filePath": "lister.main.runtime.ts",
|
956
|
-
"line":
|
956
|
+
"line": 22,
|
957
957
|
"character": 18
|
958
958
|
},
|
959
959
|
"type": {
|
960
960
|
"__schema": "KeywordTypeSchema",
|
961
961
|
"location": {
|
962
962
|
"filePath": "lister.main.runtime.ts",
|
963
|
-
"line":
|
963
|
+
"line": 22,
|
964
964
|
"character": 18
|
965
965
|
},
|
966
966
|
"name": "string"
|
@@ -975,7 +975,7 @@
|
|
975
975
|
"__schema": "ClassSchema",
|
976
976
|
"location": {
|
977
977
|
"filePath": "lister.main.runtime.ts",
|
978
|
-
"line":
|
978
|
+
"line": 25,
|
979
979
|
"character": 1
|
980
980
|
},
|
981
981
|
"signature": "class ListerMain",
|
@@ -985,7 +985,7 @@
|
|
985
985
|
"__schema": "ConstructorSchema",
|
986
986
|
"location": {
|
987
987
|
"filePath": "lister.main.runtime.ts",
|
988
|
-
"line":
|
988
|
+
"line": 26,
|
989
989
|
"character": 3
|
990
990
|
},
|
991
991
|
"signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
|
@@ -995,7 +995,7 @@
|
|
995
995
|
"__schema": "ParameterSchema",
|
996
996
|
"location": {
|
997
997
|
"filePath": "lister.main.runtime.ts",
|
998
|
-
"line":
|
998
|
+
"line": 27,
|
999
999
|
"character": 5
|
1000
1000
|
},
|
1001
1001
|
"name": "logger",
|
@@ -1003,7 +1003,7 @@
|
|
1003
1003
|
"__schema": "TypeRefSchema",
|
1004
1004
|
"location": {
|
1005
1005
|
"filePath": "lister.main.runtime.ts",
|
1006
|
-
"line":
|
1006
|
+
"line": 27,
|
1007
1007
|
"character": 21
|
1008
1008
|
},
|
1009
1009
|
"name": "Logger"
|
@@ -1015,7 +1015,7 @@
|
|
1015
1015
|
"__schema": "ParameterSchema",
|
1016
1016
|
"location": {
|
1017
1017
|
"filePath": "lister.main.runtime.ts",
|
1018
|
-
"line":
|
1018
|
+
"line": 28,
|
1019
1019
|
"character": 5
|
1020
1020
|
},
|
1021
1021
|
"name": "workspace",
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
"__schema": "TypeRefSchema",
|
1024
1024
|
"location": {
|
1025
1025
|
"filePath": "lister.main.runtime.ts",
|
1026
|
-
"line":
|
1026
|
+
"line": 28,
|
1027
1027
|
"character": 25
|
1028
1028
|
},
|
1029
1029
|
"name": "Workspace"
|
@@ -1036,7 +1036,7 @@
|
|
1036
1036
|
"__schema": "ThisTypeSchema",
|
1037
1037
|
"location": {
|
1038
1038
|
"filePath": "lister.main.runtime.ts",
|
1039
|
-
"line":
|
1039
|
+
"line": 25,
|
1040
1040
|
"character": 1
|
1041
1041
|
},
|
1042
1042
|
"name": "ListerMain"
|
@@ -1047,7 +1047,7 @@
|
|
1047
1047
|
"__schema": "FunctionLikeSchema",
|
1048
1048
|
"location": {
|
1049
1049
|
"filePath": "lister.main.runtime.ts",
|
1050
|
-
"line":
|
1050
|
+
"line": 31,
|
1051
1051
|
"character": 3
|
1052
1052
|
},
|
1053
1053
|
"signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, includeDeleted, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n includeDeleted?: boolean;\n}): Promise<ListScopeResult[]>",
|
@@ -1057,7 +1057,7 @@
|
|
1057
1057
|
"__schema": "ParameterSchema",
|
1058
1058
|
"location": {
|
1059
1059
|
"filePath": "lister.main.runtime.ts",
|
1060
|
-
"line":
|
1060
|
+
"line": 32,
|
1061
1061
|
"character": 5
|
1062
1062
|
},
|
1063
1063
|
"name": "scopeName",
|
@@ -1065,7 +1065,7 @@
|
|
1065
1065
|
"__schema": "KeywordTypeSchema",
|
1066
1066
|
"location": {
|
1067
1067
|
"filePath": "lister.main.runtime.ts",
|
1068
|
-
"line":
|
1068
|
+
"line": 32,
|
1069
1069
|
"character": 16
|
1070
1070
|
},
|
1071
1071
|
"name": "string"
|
@@ -1077,7 +1077,7 @@
|
|
1077
1077
|
"__schema": "ParameterSchema",
|
1078
1078
|
"location": {
|
1079
1079
|
"filePath": "lister.main.runtime.ts",
|
1080
|
-
"line":
|
1080
|
+
"line": 33,
|
1081
1081
|
"character": 5
|
1082
1082
|
},
|
1083
1083
|
"name": "{ namespacesUsingWildcards, includeDeprecated = true, includeDeleted = false }",
|
@@ -1085,7 +1085,7 @@
|
|
1085
1085
|
"__schema": "TypeLiteralSchema",
|
1086
1086
|
"location": {
|
1087
1087
|
"filePath": "lister.main.runtime.ts",
|
1088
|
-
"line":
|
1088
|
+
"line": 37,
|
1089
1089
|
"character": 8
|
1090
1090
|
},
|
1091
1091
|
"members": [
|
@@ -1093,7 +1093,7 @@
|
|
1093
1093
|
"__schema": "VariableLikeSchema",
|
1094
1094
|
"location": {
|
1095
1095
|
"filePath": "lister.main.runtime.ts",
|
1096
|
-
"line":
|
1096
|
+
"line": 38,
|
1097
1097
|
"character": 7
|
1098
1098
|
},
|
1099
1099
|
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
@@ -1102,7 +1102,7 @@
|
|
1102
1102
|
"__schema": "KeywordTypeSchema",
|
1103
1103
|
"location": {
|
1104
1104
|
"filePath": "lister.main.runtime.ts",
|
1105
|
-
"line":
|
1105
|
+
"line": 38,
|
1106
1106
|
"character": 34
|
1107
1107
|
},
|
1108
1108
|
"name": "string"
|
@@ -1113,7 +1113,7 @@
|
|
1113
1113
|
"__schema": "VariableLikeSchema",
|
1114
1114
|
"location": {
|
1115
1115
|
"filePath": "lister.main.runtime.ts",
|
1116
|
-
"line":
|
1116
|
+
"line": 39,
|
1117
1117
|
"character": 7
|
1118
1118
|
},
|
1119
1119
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
@@ -1122,7 +1122,7 @@
|
|
1122
1122
|
"__schema": "KeywordTypeSchema",
|
1123
1123
|
"location": {
|
1124
1124
|
"filePath": "lister.main.runtime.ts",
|
1125
|
-
"line":
|
1125
|
+
"line": 39,
|
1126
1126
|
"character": 27
|
1127
1127
|
},
|
1128
1128
|
"name": "boolean"
|
@@ -1133,7 +1133,7 @@
|
|
1133
1133
|
"__schema": "VariableLikeSchema",
|
1134
1134
|
"location": {
|
1135
1135
|
"filePath": "lister.main.runtime.ts",
|
1136
|
-
"line":
|
1136
|
+
"line": 40,
|
1137
1137
|
"character": 7
|
1138
1138
|
},
|
1139
1139
|
"signature": "(property) includeDeleted?: boolean | undefined",
|
@@ -1142,7 +1142,7 @@
|
|
1142
1142
|
"__schema": "KeywordTypeSchema",
|
1143
1143
|
"location": {
|
1144
1144
|
"filePath": "lister.main.runtime.ts",
|
1145
|
-
"line":
|
1145
|
+
"line": 40,
|
1146
1146
|
"character": 24
|
1147
1147
|
},
|
1148
1148
|
"name": "boolean"
|
@@ -1157,7 +1157,7 @@
|
|
1157
1157
|
"__schema": "VariableLikeSchema",
|
1158
1158
|
"location": {
|
1159
1159
|
"filePath": "lister.main.runtime.ts",
|
1160
|
-
"line":
|
1160
|
+
"line": 38,
|
1161
1161
|
"character": 7
|
1162
1162
|
},
|
1163
1163
|
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
@@ -1166,7 +1166,7 @@
|
|
1166
1166
|
"__schema": "KeywordTypeSchema",
|
1167
1167
|
"location": {
|
1168
1168
|
"filePath": "lister.main.runtime.ts",
|
1169
|
-
"line":
|
1169
|
+
"line": 38,
|
1170
1170
|
"character": 34
|
1171
1171
|
},
|
1172
1172
|
"name": "string"
|
@@ -1177,7 +1177,7 @@
|
|
1177
1177
|
"__schema": "VariableLikeSchema",
|
1178
1178
|
"location": {
|
1179
1179
|
"filePath": "lister.main.runtime.ts",
|
1180
|
-
"line":
|
1180
|
+
"line": 39,
|
1181
1181
|
"character": 7
|
1182
1182
|
},
|
1183
1183
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
@@ -1186,7 +1186,7 @@
|
|
1186
1186
|
"__schema": "KeywordTypeSchema",
|
1187
1187
|
"location": {
|
1188
1188
|
"filePath": "lister.main.runtime.ts",
|
1189
|
-
"line":
|
1189
|
+
"line": 39,
|
1190
1190
|
"character": 27
|
1191
1191
|
},
|
1192
1192
|
"name": "boolean"
|
@@ -1197,7 +1197,7 @@
|
|
1197
1197
|
"__schema": "VariableLikeSchema",
|
1198
1198
|
"location": {
|
1199
1199
|
"filePath": "lister.main.runtime.ts",
|
1200
|
-
"line":
|
1200
|
+
"line": 40,
|
1201
1201
|
"character": 7
|
1202
1202
|
},
|
1203
1203
|
"signature": "(property) includeDeleted?: boolean | undefined",
|
@@ -1206,7 +1206,7 @@
|
|
1206
1206
|
"__schema": "KeywordTypeSchema",
|
1207
1207
|
"location": {
|
1208
1208
|
"filePath": "lister.main.runtime.ts",
|
1209
|
-
"line":
|
1209
|
+
"line": 40,
|
1210
1210
|
"character": 24
|
1211
1211
|
},
|
1212
1212
|
"name": "boolean"
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
"__schema": "TypeRefSchema",
|
1222
1222
|
"location": {
|
1223
1223
|
"filePath": "lister.main.runtime.ts",
|
1224
|
-
"line":
|
1224
|
+
"line": 42,
|
1225
1225
|
"character": 6
|
1226
1226
|
},
|
1227
1227
|
"name": "Promise",
|
@@ -1230,14 +1230,14 @@
|
|
1230
1230
|
"__schema": "TypeArraySchema",
|
1231
1231
|
"location": {
|
1232
1232
|
"filePath": "lister.main.runtime.ts",
|
1233
|
-
"line":
|
1233
|
+
"line": 42,
|
1234
1234
|
"character": 14
|
1235
1235
|
},
|
1236
1236
|
"type": {
|
1237
1237
|
"__schema": "TypeRefSchema",
|
1238
1238
|
"location": {
|
1239
1239
|
"filePath": "lister.main.runtime.ts",
|
1240
|
-
"line":
|
1240
|
+
"line": 42,
|
1241
1241
|
"character": 14
|
1242
1242
|
},
|
1243
1243
|
"name": "ListScopeResult"
|
@@ -1253,7 +1253,7 @@
|
|
1253
1253
|
"__schema": "FunctionLikeSchema",
|
1254
1254
|
"location": {
|
1255
1255
|
"filePath": "lister.main.runtime.ts",
|
1256
|
-
"line":
|
1256
|
+
"line": 50,
|
1257
1257
|
"character": 3
|
1258
1258
|
},
|
1259
1259
|
"signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
|
@@ -1263,7 +1263,7 @@
|
|
1263
1263
|
"__schema": "ParameterSchema",
|
1264
1264
|
"location": {
|
1265
1265
|
"filePath": "lister.main.runtime.ts",
|
1266
|
-
"line":
|
1266
|
+
"line": 50,
|
1267
1267
|
"character": 37
|
1268
1268
|
},
|
1269
1269
|
"name": "idStr",
|
@@ -1271,7 +1271,7 @@
|
|
1271
1271
|
"__schema": "KeywordTypeSchema",
|
1272
1272
|
"location": {
|
1273
1273
|
"filePath": "lister.main.runtime.ts",
|
1274
|
-
"line":
|
1274
|
+
"line": 50,
|
1275
1275
|
"character": 44
|
1276
1276
|
},
|
1277
1277
|
"name": "string"
|
@@ -1283,7 +1283,7 @@
|
|
1283
1283
|
"__schema": "ParameterSchema",
|
1284
1284
|
"location": {
|
1285
1285
|
"filePath": "lister.main.runtime.ts",
|
1286
|
-
"line":
|
1286
|
+
"line": 50,
|
1287
1287
|
"character": 52
|
1288
1288
|
},
|
1289
1289
|
"name": "includeDeprecated",
|
@@ -1291,7 +1291,7 @@
|
|
1291
1291
|
"__schema": "InferenceTypeSchema",
|
1292
1292
|
"location": {
|
1293
1293
|
"filePath": "lister.main.runtime.ts",
|
1294
|
-
"line":
|
1294
|
+
"line": 50,
|
1295
1295
|
"character": 52
|
1296
1296
|
},
|
1297
1297
|
"type": "boolean"
|
@@ -1305,7 +1305,7 @@
|
|
1305
1305
|
"__schema": "TypeRefSchema",
|
1306
1306
|
"location": {
|
1307
1307
|
"filePath": "lister.main.runtime.ts",
|
1308
|
-
"line":
|
1308
|
+
"line": 50,
|
1309
1309
|
"character": 79
|
1310
1310
|
},
|
1311
1311
|
"name": "Promise",
|
@@ -1314,14 +1314,14 @@
|
|
1314
1314
|
"__schema": "TypeArraySchema",
|
1315
1315
|
"location": {
|
1316
1316
|
"filePath": "lister.main.runtime.ts",
|
1317
|
-
"line":
|
1317
|
+
"line": 50,
|
1318
1318
|
"character": 87
|
1319
1319
|
},
|
1320
1320
|
"type": {
|
1321
1321
|
"__schema": "TypeRefSchema",
|
1322
1322
|
"location": {
|
1323
1323
|
"filePath": "lister.main.runtime.ts",
|
1324
|
-
"line":
|
1324
|
+
"line": 50,
|
1325
1325
|
"character": 87
|
1326
1326
|
},
|
1327
1327
|
"name": "ComponentID"
|
@@ -1337,7 +1337,7 @@
|
|
1337
1337
|
"__schema": "FunctionLikeSchema",
|
1338
1338
|
"location": {
|
1339
1339
|
"filePath": "lister.main.runtime.ts",
|
1340
|
-
"line":
|
1340
|
+
"line": 64,
|
1341
1341
|
"character": 3
|
1342
1342
|
},
|
1343
1343
|
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
@@ -1347,7 +1347,7 @@
|
|
1347
1347
|
"__schema": "ParameterSchema",
|
1348
1348
|
"location": {
|
1349
1349
|
"filePath": "lister.main.runtime.ts",
|
1350
|
-
"line":
|
1350
|
+
"line": 65,
|
1351
1351
|
"character": 5
|
1352
1352
|
},
|
1353
1353
|
"name": "showAll",
|
@@ -1355,7 +1355,7 @@
|
|
1355
1355
|
"__schema": "InferenceTypeSchema",
|
1356
1356
|
"location": {
|
1357
1357
|
"filePath": "lister.main.runtime.ts",
|
1358
|
-
"line":
|
1358
|
+
"line": 65,
|
1359
1359
|
"character": 5
|
1360
1360
|
},
|
1361
1361
|
"type": "boolean"
|
@@ -1368,7 +1368,7 @@
|
|
1368
1368
|
"__schema": "ParameterSchema",
|
1369
1369
|
"location": {
|
1370
1370
|
"filePath": "lister.main.runtime.ts",
|
1371
|
-
"line":
|
1371
|
+
"line": 66,
|
1372
1372
|
"character": 5
|
1373
1373
|
},
|
1374
1374
|
"name": "showRemoteVersion",
|
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"__schema": "InferenceTypeSchema",
|
1377
1377
|
"location": {
|
1378
1378
|
"filePath": "lister.main.runtime.ts",
|
1379
|
-
"line":
|
1379
|
+
"line": 66,
|
1380
1380
|
"character": 5
|
1381
1381
|
},
|
1382
1382
|
"type": "boolean"
|
@@ -1389,7 +1389,7 @@
|
|
1389
1389
|
"__schema": "ParameterSchema",
|
1390
1390
|
"location": {
|
1391
1391
|
"filePath": "lister.main.runtime.ts",
|
1392
|
-
"line":
|
1392
|
+
"line": 67,
|
1393
1393
|
"character": 5
|
1394
1394
|
},
|
1395
1395
|
"name": "namespacesUsingWildcards",
|
@@ -1397,7 +1397,7 @@
|
|
1397
1397
|
"__schema": "KeywordTypeSchema",
|
1398
1398
|
"location": {
|
1399
1399
|
"filePath": "lister.main.runtime.ts",
|
1400
|
-
"line":
|
1400
|
+
"line": 67,
|
1401
1401
|
"character": 32
|
1402
1402
|
},
|
1403
1403
|
"name": "string"
|
@@ -1410,7 +1410,7 @@
|
|
1410
1410
|
"__schema": "TypeRefSchema",
|
1411
1411
|
"location": {
|
1412
1412
|
"filePath": "lister.main.runtime.ts",
|
1413
|
-
"line":
|
1413
|
+
"line": 68,
|
1414
1414
|
"character": 6
|
1415
1415
|
},
|
1416
1416
|
"name": "Promise",
|
@@ -1419,14 +1419,14 @@
|
|
1419
1419
|
"__schema": "TypeArraySchema",
|
1420
1420
|
"location": {
|
1421
1421
|
"filePath": "lister.main.runtime.ts",
|
1422
|
-
"line":
|
1422
|
+
"line": 68,
|
1423
1423
|
"character": 14
|
1424
1424
|
},
|
1425
1425
|
"type": {
|
1426
1426
|
"__schema": "TypeRefSchema",
|
1427
1427
|
"location": {
|
1428
1428
|
"filePath": "lister.main.runtime.ts",
|
1429
|
-
"line":
|
1429
|
+
"line": 68,
|
1430
1430
|
"character": 14
|
1431
1431
|
},
|
1432
1432
|
"name": "ListScopeResult"
|
@@ -1442,7 +1442,7 @@
|
|
1442
1442
|
"__schema": "VariableLikeSchema",
|
1443
1443
|
"location": {
|
1444
1444
|
"filePath": "lister.main.runtime.ts",
|
1445
|
-
"line":
|
1445
|
+
"line": 82,
|
1446
1446
|
"character": 3
|
1447
1447
|
},
|
1448
1448
|
"signature": "(property) ListerMain.slots: never[]",
|
@@ -1451,7 +1451,7 @@
|
|
1451
1451
|
"__schema": "InferenceTypeSchema",
|
1452
1452
|
"location": {
|
1453
1453
|
"filePath": "lister.main.runtime.ts",
|
1454
|
-
"line":
|
1454
|
+
"line": 82,
|
1455
1455
|
"character": 3
|
1456
1456
|
},
|
1457
1457
|
"type": "never[]"
|
@@ -1463,7 +1463,7 @@
|
|
1463
1463
|
"__schema": "VariableLikeSchema",
|
1464
1464
|
"location": {
|
1465
1465
|
"filePath": "lister.main.runtime.ts",
|
1466
|
-
"line":
|
1466
|
+
"line": 83,
|
1467
1467
|
"character": 3
|
1468
1468
|
},
|
1469
1469
|
"signature": "(property) ListerMain.dependencies: Aspect[]",
|
@@ -1472,7 +1472,7 @@
|
|
1472
1472
|
"__schema": "InferenceTypeSchema",
|
1473
1473
|
"location": {
|
1474
1474
|
"filePath": "lister.main.runtime.ts",
|
1475
|
-
"line":
|
1475
|
+
"line": 83,
|
1476
1476
|
"character": 3
|
1477
1477
|
},
|
1478
1478
|
"type": "Aspect[]"
|
@@ -1484,7 +1484,7 @@
|
|
1484
1484
|
"__schema": "VariableLikeSchema",
|
1485
1485
|
"location": {
|
1486
1486
|
"filePath": "lister.main.runtime.ts",
|
1487
|
-
"line":
|
1487
|
+
"line": 84,
|
1488
1488
|
"character": 3
|
1489
1489
|
},
|
1490
1490
|
"signature": "(property) ListerMain.runtime: RuntimeDefinition",
|
@@ -1493,7 +1493,7 @@
|
|
1493
1493
|
"__schema": "InferenceTypeSchema",
|
1494
1494
|
"location": {
|
1495
1495
|
"filePath": "lister.main.runtime.ts",
|
1496
|
-
"line":
|
1496
|
+
"line": 84,
|
1497
1497
|
"character": 3
|
1498
1498
|
},
|
1499
1499
|
"type": "RuntimeDefinition"
|
@@ -1505,7 +1505,7 @@
|
|
1505
1505
|
"__schema": "FunctionLikeSchema",
|
1506
1506
|
"location": {
|
1507
1507
|
"filePath": "lister.main.runtime.ts",
|
1508
|
-
"line":
|
1508
|
+
"line": 85,
|
1509
1509
|
"character": 3
|
1510
1510
|
},
|
1511
1511
|
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
@@ -1515,7 +1515,7 @@
|
|
1515
1515
|
"__schema": "ParameterSchema",
|
1516
1516
|
"location": {
|
1517
1517
|
"filePath": "lister.main.runtime.ts",
|
1518
|
-
"line":
|
1518
|
+
"line": 85,
|
1519
1519
|
"character": 25
|
1520
1520
|
},
|
1521
1521
|
"name": "[ cli, loggerMain, workspace ]",
|
@@ -1523,7 +1523,7 @@
|
|
1523
1523
|
"__schema": "TupleTypeSchema",
|
1524
1524
|
"location": {
|
1525
1525
|
"filePath": "lister.main.runtime.ts",
|
1526
|
-
"line":
|
1526
|
+
"line": 85,
|
1527
1527
|
"character": 55
|
1528
1528
|
},
|
1529
1529
|
"elements": [
|
@@ -1531,7 +1531,7 @@
|
|
1531
1531
|
"__schema": "TypeRefSchema",
|
1532
1532
|
"location": {
|
1533
1533
|
"filePath": "lister.main.runtime.ts",
|
1534
|
-
"line":
|
1534
|
+
"line": 85,
|
1535
1535
|
"character": 56
|
1536
1536
|
},
|
1537
1537
|
"name": "CLIMain"
|
@@ -1540,7 +1540,7 @@
|
|
1540
1540
|
"__schema": "TypeRefSchema",
|
1541
1541
|
"location": {
|
1542
1542
|
"filePath": "lister.main.runtime.ts",
|
1543
|
-
"line":
|
1543
|
+
"line": 85,
|
1544
1544
|
"character": 65
|
1545
1545
|
},
|
1546
1546
|
"name": "LoggerMain"
|
@@ -1549,7 +1549,7 @@
|
|
1549
1549
|
"__schema": "TypeRefSchema",
|
1550
1550
|
"location": {
|
1551
1551
|
"filePath": "lister.main.runtime.ts",
|
1552
|
-
"line":
|
1552
|
+
"line": 85,
|
1553
1553
|
"character": 77
|
1554
1554
|
},
|
1555
1555
|
"name": "Workspace"
|
@@ -1564,7 +1564,7 @@
|
|
1564
1564
|
"__schema": "InferenceTypeSchema",
|
1565
1565
|
"location": {
|
1566
1566
|
"filePath": "lister.main.runtime.ts",
|
1567
|
-
"line":
|
1567
|
+
"line": 85,
|
1568
1568
|
"character": 3
|
1569
1569
|
},
|
1570
1570
|
"type": "Promise<ListerMain>"
|
@@ -1584,7 +1584,7 @@
|
|
1584
1584
|
"__schema": "ModuleSchema",
|
1585
1585
|
"location": {
|
1586
1586
|
"filePath": "lister.main.runtime.ts",
|
1587
|
-
"line":
|
1587
|
+
"line": 13,
|
1588
1588
|
"character": 1
|
1589
1589
|
},
|
1590
1590
|
"exports": [
|
@@ -1592,7 +1592,7 @@
|
|
1592
1592
|
"__schema": "VariableLikeSchema",
|
1593
1593
|
"location": {
|
1594
1594
|
"filePath": "lister.main.runtime.ts",
|
1595
|
-
"line":
|
1595
|
+
"line": 13,
|
1596
1596
|
"character": 7
|
1597
1597
|
},
|
1598
1598
|
"signature": "const BEFORE_REMOTE_LIST: \"listing remote components\"",
|
@@ -1601,7 +1601,7 @@
|
|
1601
1601
|
"__schema": "InferenceTypeSchema",
|
1602
1602
|
"location": {
|
1603
1603
|
"filePath": "lister.main.runtime.ts",
|
1604
|
-
"line":
|
1604
|
+
"line": 13,
|
1605
1605
|
"character": 7
|
1606
1606
|
},
|
1607
1607
|
"type": "\"listing remote components\""
|
@@ -1616,7 +1616,7 @@
|
|
1616
1616
|
"__schema": "ModuleSchema",
|
1617
1617
|
"location": {
|
1618
1618
|
"filePath": "lister.main.runtime.ts",
|
1619
|
-
"line":
|
1619
|
+
"line": 14,
|
1620
1620
|
"character": 1
|
1621
1621
|
},
|
1622
1622
|
"exports": [
|
@@ -1624,7 +1624,7 @@
|
|
1624
1624
|
"__schema": "VariableLikeSchema",
|
1625
1625
|
"location": {
|
1626
1626
|
"filePath": "lister.main.runtime.ts",
|
1627
|
-
"line":
|
1627
|
+
"line": 14,
|
1628
1628
|
"character": 7
|
1629
1629
|
},
|
1630
1630
|
"signature": "const BEFORE_LOCAL_LIST: \"listing components\"",
|
@@ -1633,7 +1633,7 @@
|
|
1633
1633
|
"__schema": "InferenceTypeSchema",
|
1634
1634
|
"location": {
|
1635
1635
|
"filePath": "lister.main.runtime.ts",
|
1636
|
-
"line":
|
1636
|
+
"line": 14,
|
1637
1637
|
"character": 7
|
1638
1638
|
},
|
1639
1639
|
"type": "\"listing components\""
|
@@ -1648,7 +1648,7 @@
|
|
1648
1648
|
"__schema": "UnImplementedSchema",
|
1649
1649
|
"location": {
|
1650
1650
|
"filePath": "lister.main.runtime.ts",
|
1651
|
-
"line":
|
1651
|
+
"line": 93,
|
1652
1652
|
"character": 1
|
1653
1653
|
},
|
1654
1654
|
"name": "ListerAspect.addRuntime(ListerMain);",
|
@@ -1697,7 +1697,7 @@
|
|
1697
1697
|
"componentId": {
|
1698
1698
|
"scope": "teambit.component",
|
1699
1699
|
"name": "lister",
|
1700
|
-
"version": "1.0.
|
1700
|
+
"version": "1.0.488"
|
1701
1701
|
},
|
1702
1702
|
"taggedModuleExports": []
|
1703
1703
|
}
|