@teambit/lister 1.0.257 → 1.0.259
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,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.component/lister@1.0.
|
3
|
+
<testsuite name="teambit.component/lister@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -14,426 +14,435 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 3,
|
21
|
+
"character": 15
|
22
22
|
},
|
23
|
-
"signature": "class ListerMain",
|
24
23
|
"name": "ListerMain",
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
"
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "ClassSchema",
|
26
|
+
"location": {
|
27
|
+
"filePath": "lister.main.runtime.ts",
|
28
|
+
"line": 23,
|
29
|
+
"character": 1
|
30
|
+
},
|
31
|
+
"signature": "class ListerMain",
|
32
|
+
"name": "ListerMain",
|
33
|
+
"members": [
|
34
|
+
{
|
35
|
+
"__schema": "ConstructorSchema",
|
36
|
+
"location": {
|
37
|
+
"filePath": "lister.main.runtime.ts",
|
38
|
+
"line": 24,
|
39
|
+
"character": 3
|
40
|
+
},
|
41
|
+
"signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
|
42
|
+
"name": "constructor",
|
43
|
+
"params": [
|
44
|
+
{
|
45
|
+
"__schema": "ParameterSchema",
|
46
46
|
"location": {
|
47
47
|
"filePath": "lister.main.runtime.ts",
|
48
48
|
"line": 24,
|
49
|
-
"character":
|
49
|
+
"character": 15
|
50
50
|
},
|
51
|
-
"name": "
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
"
|
51
|
+
"name": "logger",
|
52
|
+
"type": {
|
53
|
+
"__schema": "TypeRefSchema",
|
54
|
+
"location": {
|
55
|
+
"filePath": "lister.main.runtime.ts",
|
56
|
+
"line": 24,
|
57
|
+
"character": 31
|
58
|
+
},
|
59
|
+
"name": "Logger",
|
60
|
+
"componentId": {
|
61
|
+
"scope": "teambit.harmony",
|
62
|
+
"name": "logger"
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"isOptional": false,
|
66
|
+
"isSpread": false
|
66
67
|
},
|
67
|
-
|
68
|
-
|
69
|
-
"__schema": "TypeRefSchema",
|
68
|
+
{
|
69
|
+
"__schema": "ParameterSchema",
|
70
70
|
"location": {
|
71
71
|
"filePath": "lister.main.runtime.ts",
|
72
72
|
"line": 24,
|
73
|
-
"character":
|
73
|
+
"character": 39
|
74
74
|
},
|
75
|
-
"name": "
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
|
75
|
+
"name": "workspace",
|
76
|
+
"type": {
|
77
|
+
"__schema": "TypeRefSchema",
|
78
|
+
"location": {
|
79
|
+
"filePath": "lister.main.runtime.ts",
|
80
|
+
"line": 24,
|
81
|
+
"character": 59
|
82
|
+
},
|
83
|
+
"name": "Workspace",
|
84
|
+
"componentId": {
|
85
|
+
"scope": "teambit.workspace",
|
86
|
+
"name": "workspace"
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"isOptional": true,
|
90
|
+
"isSpread": false
|
91
|
+
}
|
92
|
+
],
|
93
|
+
"returnType": {
|
94
|
+
"__schema": "ThisTypeSchema",
|
95
|
+
"location": {
|
96
|
+
"filePath": "lister.main.runtime.ts",
|
97
|
+
"line": 23,
|
98
|
+
"character": 1
|
80
99
|
},
|
81
|
-
"
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
"__schema": "
|
100
|
+
"name": "ListerMain"
|
101
|
+
},
|
102
|
+
"modifiers": []
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"__schema": "FunctionLikeSchema",
|
87
106
|
"location": {
|
88
107
|
"filePath": "lister.main.runtime.ts",
|
89
|
-
"line":
|
90
|
-
"character":
|
108
|
+
"line": 26,
|
109
|
+
"character": 3
|
91
110
|
},
|
92
|
-
"
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
"__schema": "FunctionLikeSchema",
|
98
|
-
"location": {
|
99
|
-
"filePath": "lister.main.runtime.ts",
|
100
|
-
"line": 26,
|
101
|
-
"character": 3
|
102
|
-
},
|
103
|
-
"signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
104
|
-
"name": "remoteList",
|
105
|
-
"params": [
|
106
|
-
{
|
107
|
-
"__schema": "ParameterSchema",
|
108
|
-
"location": {
|
109
|
-
"filePath": "lister.main.runtime.ts",
|
110
|
-
"line": 26,
|
111
|
-
"character": 20
|
112
|
-
},
|
113
|
-
"name": "scopeName",
|
114
|
-
"type": {
|
115
|
-
"__schema": "KeywordTypeSchema",
|
111
|
+
"signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
112
|
+
"name": "remoteList",
|
113
|
+
"params": [
|
114
|
+
{
|
115
|
+
"__schema": "ParameterSchema",
|
116
116
|
"location": {
|
117
117
|
"filePath": "lister.main.runtime.ts",
|
118
118
|
"line": 26,
|
119
|
-
"character":
|
119
|
+
"character": 20
|
120
120
|
},
|
121
|
-
"name": "
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
"line": 26,
|
131
|
-
"character": 39
|
132
|
-
},
|
133
|
-
"name": "namespacesUsingWildcards",
|
134
|
-
"type": {
|
135
|
-
"__schema": "KeywordTypeSchema",
|
136
|
-
"location": {
|
137
|
-
"filePath": "lister.main.runtime.ts",
|
138
|
-
"line": 26,
|
139
|
-
"character": 66
|
121
|
+
"name": "scopeName",
|
122
|
+
"type": {
|
123
|
+
"__schema": "KeywordTypeSchema",
|
124
|
+
"location": {
|
125
|
+
"filePath": "lister.main.runtime.ts",
|
126
|
+
"line": 26,
|
127
|
+
"character": 31
|
128
|
+
},
|
129
|
+
"name": "string"
|
140
130
|
},
|
141
|
-
"
|
131
|
+
"isOptional": false,
|
132
|
+
"isSpread": false
|
142
133
|
},
|
143
|
-
"isOptional": true,
|
144
|
-
"isSpread": false
|
145
|
-
}
|
146
|
-
],
|
147
|
-
"returnType": {
|
148
|
-
"__schema": "TypeRefSchema",
|
149
|
-
"location": {
|
150
|
-
"filePath": "lister.main.runtime.ts",
|
151
|
-
"line": 26,
|
152
|
-
"character": 75
|
153
|
-
},
|
154
|
-
"name": "Promise",
|
155
|
-
"typeArgs": [
|
156
134
|
{
|
157
|
-
"__schema": "
|
135
|
+
"__schema": "ParameterSchema",
|
158
136
|
"location": {
|
159
137
|
"filePath": "lister.main.runtime.ts",
|
160
138
|
"line": 26,
|
161
|
-
"character":
|
139
|
+
"character": 39
|
162
140
|
},
|
141
|
+
"name": "namespacesUsingWildcards",
|
163
142
|
"type": {
|
164
|
-
"__schema": "
|
143
|
+
"__schema": "KeywordTypeSchema",
|
165
144
|
"location": {
|
166
145
|
"filePath": "lister.main.runtime.ts",
|
167
146
|
"line": 26,
|
168
|
-
"character":
|
147
|
+
"character": 66
|
169
148
|
},
|
170
|
-
"name": "
|
171
|
-
|
172
|
-
|
149
|
+
"name": "string"
|
150
|
+
},
|
151
|
+
"isOptional": true,
|
152
|
+
"isSpread": false
|
173
153
|
}
|
174
|
-
]
|
175
|
-
|
176
|
-
|
177
|
-
"async"
|
178
|
-
]
|
179
|
-
},
|
180
|
-
{
|
181
|
-
"__schema": "FunctionLikeSchema",
|
182
|
-
"location": {
|
183
|
-
"filePath": "lister.main.runtime.ts",
|
184
|
-
"line": 33,
|
185
|
-
"character": 3
|
186
|
-
},
|
187
|
-
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
188
|
-
"name": "localList",
|
189
|
-
"params": [
|
190
|
-
{
|
191
|
-
"__schema": "ParameterSchema",
|
154
|
+
],
|
155
|
+
"returnType": {
|
156
|
+
"__schema": "TypeRefSchema",
|
192
157
|
"location": {
|
193
158
|
"filePath": "lister.main.runtime.ts",
|
194
|
-
"line":
|
195
|
-
"character":
|
159
|
+
"line": 26,
|
160
|
+
"character": 75
|
196
161
|
},
|
197
|
-
"name": "
|
198
|
-
"
|
199
|
-
|
162
|
+
"name": "Promise",
|
163
|
+
"typeArgs": [
|
164
|
+
{
|
165
|
+
"__schema": "TypeArraySchema",
|
166
|
+
"location": {
|
167
|
+
"filePath": "lister.main.runtime.ts",
|
168
|
+
"line": 26,
|
169
|
+
"character": 83
|
170
|
+
},
|
171
|
+
"type": {
|
172
|
+
"__schema": "TypeRefSchema",
|
173
|
+
"location": {
|
174
|
+
"filePath": "lister.main.runtime.ts",
|
175
|
+
"line": 26,
|
176
|
+
"character": 83
|
177
|
+
},
|
178
|
+
"name": "ListScopeResult",
|
179
|
+
"internalFilePath": "lister.main.runtime.ts"
|
180
|
+
}
|
181
|
+
}
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"modifiers": [
|
185
|
+
"async"
|
186
|
+
]
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"__schema": "FunctionLikeSchema",
|
190
|
+
"location": {
|
191
|
+
"filePath": "lister.main.runtime.ts",
|
192
|
+
"line": 33,
|
193
|
+
"character": 3
|
194
|
+
},
|
195
|
+
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
196
|
+
"name": "localList",
|
197
|
+
"params": [
|
198
|
+
{
|
199
|
+
"__schema": "ParameterSchema",
|
200
200
|
"location": {
|
201
201
|
"filePath": "lister.main.runtime.ts",
|
202
202
|
"line": 34,
|
203
203
|
"character": 5
|
204
204
|
},
|
205
|
-
"
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
"
|
216
|
-
"
|
205
|
+
"name": "showAll",
|
206
|
+
"type": {
|
207
|
+
"__schema": "InferenceTypeSchema",
|
208
|
+
"location": {
|
209
|
+
"filePath": "lister.main.runtime.ts",
|
210
|
+
"line": 34,
|
211
|
+
"character": 5
|
212
|
+
},
|
213
|
+
"type": "boolean"
|
214
|
+
},
|
215
|
+
"isOptional": true,
|
216
|
+
"defaultValue": "false",
|
217
|
+
"isSpread": false
|
217
218
|
},
|
218
|
-
|
219
|
-
|
220
|
-
"__schema": "InferenceTypeSchema",
|
219
|
+
{
|
220
|
+
"__schema": "ParameterSchema",
|
221
221
|
"location": {
|
222
222
|
"filePath": "lister.main.runtime.ts",
|
223
223
|
"line": 35,
|
224
224
|
"character": 5
|
225
225
|
},
|
226
|
-
"
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
"filePath": "lister.main.runtime.ts",
|
236
|
-
"line": 36,
|
237
|
-
"character": 5
|
238
|
-
},
|
239
|
-
"name": "namespacesUsingWildcards",
|
240
|
-
"type": {
|
241
|
-
"__schema": "KeywordTypeSchema",
|
242
|
-
"location": {
|
243
|
-
"filePath": "lister.main.runtime.ts",
|
244
|
-
"line": 36,
|
245
|
-
"character": 32
|
226
|
+
"name": "showRemoteVersion",
|
227
|
+
"type": {
|
228
|
+
"__schema": "InferenceTypeSchema",
|
229
|
+
"location": {
|
230
|
+
"filePath": "lister.main.runtime.ts",
|
231
|
+
"line": 35,
|
232
|
+
"character": 5
|
233
|
+
},
|
234
|
+
"type": "boolean"
|
246
235
|
},
|
247
|
-
"
|
236
|
+
"isOptional": true,
|
237
|
+
"defaultValue": "false",
|
238
|
+
"isSpread": false
|
248
239
|
},
|
249
|
-
"isOptional": true,
|
250
|
-
"isSpread": false
|
251
|
-
}
|
252
|
-
],
|
253
|
-
"returnType": {
|
254
|
-
"__schema": "TypeRefSchema",
|
255
|
-
"location": {
|
256
|
-
"filePath": "lister.main.runtime.ts",
|
257
|
-
"line": 37,
|
258
|
-
"character": 6
|
259
|
-
},
|
260
|
-
"name": "Promise",
|
261
|
-
"typeArgs": [
|
262
240
|
{
|
263
|
-
"__schema": "
|
241
|
+
"__schema": "ParameterSchema",
|
264
242
|
"location": {
|
265
243
|
"filePath": "lister.main.runtime.ts",
|
266
|
-
"line":
|
267
|
-
"character":
|
244
|
+
"line": 36,
|
245
|
+
"character": 5
|
268
246
|
},
|
247
|
+
"name": "namespacesUsingWildcards",
|
269
248
|
"type": {
|
270
|
-
"__schema": "
|
249
|
+
"__schema": "KeywordTypeSchema",
|
250
|
+
"location": {
|
251
|
+
"filePath": "lister.main.runtime.ts",
|
252
|
+
"line": 36,
|
253
|
+
"character": 32
|
254
|
+
},
|
255
|
+
"name": "string"
|
256
|
+
},
|
257
|
+
"isOptional": true,
|
258
|
+
"isSpread": false
|
259
|
+
}
|
260
|
+
],
|
261
|
+
"returnType": {
|
262
|
+
"__schema": "TypeRefSchema",
|
263
|
+
"location": {
|
264
|
+
"filePath": "lister.main.runtime.ts",
|
265
|
+
"line": 37,
|
266
|
+
"character": 6
|
267
|
+
},
|
268
|
+
"name": "Promise",
|
269
|
+
"typeArgs": [
|
270
|
+
{
|
271
|
+
"__schema": "TypeArraySchema",
|
271
272
|
"location": {
|
272
273
|
"filePath": "lister.main.runtime.ts",
|
273
274
|
"line": 37,
|
274
275
|
"character": 14
|
275
276
|
},
|
276
|
-
"
|
277
|
-
|
277
|
+
"type": {
|
278
|
+
"__schema": "TypeRefSchema",
|
279
|
+
"location": {
|
280
|
+
"filePath": "lister.main.runtime.ts",
|
281
|
+
"line": 37,
|
282
|
+
"character": 14
|
283
|
+
},
|
284
|
+
"name": "ListScopeResult",
|
285
|
+
"internalFilePath": "lister.main.runtime.ts"
|
286
|
+
}
|
278
287
|
}
|
279
|
-
|
288
|
+
]
|
289
|
+
},
|
290
|
+
"modifiers": [
|
291
|
+
"async"
|
280
292
|
]
|
281
293
|
},
|
282
|
-
|
283
|
-
"
|
284
|
-
]
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"__schema": "VariableLikeSchema",
|
288
|
-
"location": {
|
289
|
-
"filePath": "lister.main.runtime.ts",
|
290
|
-
"line": 65,
|
291
|
-
"character": 3
|
292
|
-
},
|
293
|
-
"signature": "(property) ListerMain.slots: never[]",
|
294
|
-
"name": "slots",
|
295
|
-
"type": {
|
296
|
-
"__schema": "InferenceTypeSchema",
|
294
|
+
{
|
295
|
+
"__schema": "VariableLikeSchema",
|
297
296
|
"location": {
|
298
297
|
"filePath": "lister.main.runtime.ts",
|
299
298
|
"line": 65,
|
300
299
|
"character": 3
|
301
300
|
},
|
302
|
-
"
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
301
|
+
"signature": "(property) ListerMain.slots: never[]",
|
302
|
+
"name": "slots",
|
303
|
+
"type": {
|
304
|
+
"__schema": "InferenceTypeSchema",
|
305
|
+
"location": {
|
306
|
+
"filePath": "lister.main.runtime.ts",
|
307
|
+
"line": 65,
|
308
|
+
"character": 3
|
309
|
+
},
|
310
|
+
"type": "never[]"
|
311
|
+
},
|
312
|
+
"isOptional": true,
|
313
|
+
"defaultValue": "[]"
|
313
314
|
},
|
314
|
-
|
315
|
-
|
316
|
-
"type": {
|
317
|
-
"__schema": "InferenceTypeSchema",
|
315
|
+
{
|
316
|
+
"__schema": "VariableLikeSchema",
|
318
317
|
"location": {
|
319
318
|
"filePath": "lister.main.runtime.ts",
|
320
319
|
"line": 66,
|
321
320
|
"character": 3
|
322
321
|
},
|
323
|
-
"
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
322
|
+
"signature": "(property) ListerMain.dependencies: Aspect[]",
|
323
|
+
"name": "dependencies",
|
324
|
+
"type": {
|
325
|
+
"__schema": "InferenceTypeSchema",
|
326
|
+
"location": {
|
327
|
+
"filePath": "lister.main.runtime.ts",
|
328
|
+
"line": 66,
|
329
|
+
"character": 3
|
330
|
+
},
|
331
|
+
"type": "Aspect[]"
|
332
|
+
},
|
333
|
+
"isOptional": true,
|
334
|
+
"defaultValue": "[CLIAspect, LoggerAspect, WorkspaceAspect]"
|
334
335
|
},
|
335
|
-
|
336
|
-
|
337
|
-
"type": {
|
338
|
-
"__schema": "InferenceTypeSchema",
|
336
|
+
{
|
337
|
+
"__schema": "VariableLikeSchema",
|
339
338
|
"location": {
|
340
339
|
"filePath": "lister.main.runtime.ts",
|
341
340
|
"line": 67,
|
342
341
|
"character": 3
|
343
342
|
},
|
344
|
-
"
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
},
|
349
|
-
{
|
350
|
-
"__schema": "FunctionLikeSchema",
|
351
|
-
"location": {
|
352
|
-
"filePath": "lister.main.runtime.ts",
|
353
|
-
"line": 68,
|
354
|
-
"character": 3
|
355
|
-
},
|
356
|
-
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
357
|
-
"name": "provider",
|
358
|
-
"params": [
|
359
|
-
{
|
360
|
-
"__schema": "ParameterSchema",
|
343
|
+
"signature": "(property) ListerMain.runtime: RuntimeDefinition",
|
344
|
+
"name": "runtime",
|
345
|
+
"type": {
|
346
|
+
"__schema": "InferenceTypeSchema",
|
361
347
|
"location": {
|
362
348
|
"filePath": "lister.main.runtime.ts",
|
363
|
-
"line":
|
364
|
-
"character":
|
349
|
+
"line": 67,
|
350
|
+
"character": 3
|
365
351
|
},
|
366
|
-
"
|
367
|
-
|
368
|
-
|
352
|
+
"type": "RuntimeDefinition"
|
353
|
+
},
|
354
|
+
"isOptional": true,
|
355
|
+
"defaultValue": "MainRuntime"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"__schema": "FunctionLikeSchema",
|
359
|
+
"location": {
|
360
|
+
"filePath": "lister.main.runtime.ts",
|
361
|
+
"line": 68,
|
362
|
+
"character": 3
|
363
|
+
},
|
364
|
+
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
365
|
+
"name": "provider",
|
366
|
+
"params": [
|
367
|
+
{
|
368
|
+
"__schema": "ParameterSchema",
|
369
369
|
"location": {
|
370
370
|
"filePath": "lister.main.runtime.ts",
|
371
371
|
"line": 68,
|
372
|
-
"character":
|
372
|
+
"character": 25
|
373
373
|
},
|
374
|
-
"
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
},
|
382
|
-
"name": "CLIMain",
|
383
|
-
"componentId": {
|
384
|
-
"scope": "teambit.harmony",
|
385
|
-
"name": "cli"
|
386
|
-
}
|
374
|
+
"name": "[ cli, loggerMain, workspace ]",
|
375
|
+
"type": {
|
376
|
+
"__schema": "TupleTypeSchema",
|
377
|
+
"location": {
|
378
|
+
"filePath": "lister.main.runtime.ts",
|
379
|
+
"line": 68,
|
380
|
+
"character": 55
|
387
381
|
},
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
"
|
392
|
-
|
393
|
-
|
382
|
+
"elements": [
|
383
|
+
{
|
384
|
+
"__schema": "TypeRefSchema",
|
385
|
+
"location": {
|
386
|
+
"filePath": "lister.main.runtime.ts",
|
387
|
+
"line": 68,
|
388
|
+
"character": 56
|
389
|
+
},
|
390
|
+
"name": "CLIMain",
|
391
|
+
"componentId": {
|
392
|
+
"scope": "teambit.harmony",
|
393
|
+
"name": "cli"
|
394
|
+
}
|
394
395
|
},
|
395
|
-
|
396
|
-
|
397
|
-
"
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
396
|
+
{
|
397
|
+
"__schema": "TypeRefSchema",
|
398
|
+
"location": {
|
399
|
+
"filePath": "lister.main.runtime.ts",
|
400
|
+
"line": 68,
|
401
|
+
"character": 65
|
402
|
+
},
|
403
|
+
"name": "LoggerMain",
|
404
|
+
"componentId": {
|
405
|
+
"scope": "teambit.harmony",
|
406
|
+
"name": "logger"
|
407
|
+
}
|
407
408
|
},
|
408
|
-
|
409
|
-
|
410
|
-
"
|
411
|
-
|
409
|
+
{
|
410
|
+
"__schema": "TypeRefSchema",
|
411
|
+
"location": {
|
412
|
+
"filePath": "lister.main.runtime.ts",
|
413
|
+
"line": 68,
|
414
|
+
"character": 77
|
415
|
+
},
|
416
|
+
"name": "Workspace",
|
417
|
+
"componentId": {
|
418
|
+
"scope": "teambit.workspace",
|
419
|
+
"name": "workspace"
|
420
|
+
}
|
412
421
|
}
|
413
|
-
|
414
|
-
|
422
|
+
]
|
423
|
+
},
|
424
|
+
"isOptional": false,
|
425
|
+
"isSpread": false
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"returnType": {
|
429
|
+
"__schema": "InferenceTypeSchema",
|
430
|
+
"location": {
|
431
|
+
"filePath": "lister.main.runtime.ts",
|
432
|
+
"line": 68,
|
433
|
+
"character": 3
|
415
434
|
},
|
416
|
-
"
|
417
|
-
"isSpread": false
|
418
|
-
}
|
419
|
-
],
|
420
|
-
"returnType": {
|
421
|
-
"__schema": "InferenceTypeSchema",
|
422
|
-
"location": {
|
423
|
-
"filePath": "lister.main.runtime.ts",
|
424
|
-
"line": 68,
|
425
|
-
"character": 3
|
435
|
+
"type": "Promise<ListerMain>"
|
426
436
|
},
|
427
|
-
"
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
"implementNodes": []
|
437
|
+
"modifiers": [
|
438
|
+
"static",
|
439
|
+
"async"
|
440
|
+
]
|
441
|
+
}
|
442
|
+
],
|
443
|
+
"extendsNodes": [],
|
444
|
+
"implementNodes": []
|
445
|
+
}
|
437
446
|
},
|
438
447
|
{
|
439
448
|
"__schema": "UnImplementedSchema",
|
@@ -446,30 +455,39 @@
|
|
446
455
|
"type": "Identifier"
|
447
456
|
},
|
448
457
|
{
|
449
|
-
"__schema": "
|
458
|
+
"__schema": "ExportSchema",
|
450
459
|
"location": {
|
451
|
-
"filePath": "
|
452
|
-
"line":
|
453
|
-
"character":
|
460
|
+
"filePath": "index.ts",
|
461
|
+
"line": 5,
|
462
|
+
"character": 10
|
454
463
|
},
|
455
|
-
"signature": "const ListerAspect: Aspect",
|
456
464
|
"name": "ListerAspect",
|
457
|
-
"
|
458
|
-
"__schema": "
|
465
|
+
"exportNode": {
|
466
|
+
"__schema": "VariableLikeSchema",
|
459
467
|
"location": {
|
460
468
|
"filePath": "lister.aspect.ts",
|
461
469
|
"line": 3,
|
462
470
|
"character": 14
|
463
471
|
},
|
464
|
-
"
|
465
|
-
"
|
466
|
-
|
467
|
-
"
|
468
|
-
"
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
472
|
+
"signature": "const ListerAspect: Aspect",
|
473
|
+
"name": "ListerAspect",
|
474
|
+
"type": {
|
475
|
+
"__schema": "TypeRefSchema",
|
476
|
+
"location": {
|
477
|
+
"filePath": "lister.aspect.ts",
|
478
|
+
"line": 3,
|
479
|
+
"character": 14
|
480
|
+
},
|
481
|
+
"name": "Aspect",
|
482
|
+
"componentId": {
|
483
|
+
"scope": "teambit.harmony",
|
484
|
+
"name": "harmony",
|
485
|
+
"version": "0.4.6"
|
486
|
+
}
|
487
|
+
},
|
488
|
+
"isOptional": false,
|
489
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/lister',\n})"
|
490
|
+
}
|
473
491
|
}
|
474
492
|
],
|
475
493
|
"internals": []
|
@@ -1121,7 +1139,7 @@
|
|
1121
1139
|
"componentId": {
|
1122
1140
|
"scope": "teambit.component",
|
1123
1141
|
"name": "lister",
|
1124
|
-
"version": "1.0.
|
1142
|
+
"version": "1.0.259"
|
1125
1143
|
},
|
1126
1144
|
"taggedModuleExports": []
|
1127
1145
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/lister",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.259",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/lister",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "lister",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.259"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -15,9 +15,9 @@
|
|
15
15
|
"lodash": "4.17.21",
|
16
16
|
"@teambit/harmony": "0.4.6",
|
17
17
|
"@teambit/component-id": "1.2.0",
|
18
|
-
"@teambit/cli": "0.0.
|
19
|
-
"@teambit/logger": "0.0.
|
20
|
-
"@teambit/workspace": "1.0.
|
18
|
+
"@teambit/cli": "0.0.863",
|
19
|
+
"@teambit/logger": "0.0.956",
|
20
|
+
"@teambit/workspace": "1.0.259"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@types/cli-table": "^0.3.0",
|
File without changes
|