@teambit/status 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.
package/artifacts/schema.json
CHANGED
|
@@ -14,183 +14,235 @@
|
|
|
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 StatusMain",
|
|
24
23
|
"name": "StatusMain",
|
|
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": "status.main.runtime.ts",
|
|
28
|
+
"line": 54,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class StatusMain",
|
|
32
|
+
"name": "StatusMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "status.main.runtime.ts",
|
|
38
|
+
"line": 55,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain): StatusMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "status.main.runtime.ts",
|
|
48
48
|
"line": 56,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 5
|
|
50
50
|
},
|
|
51
|
-
"name": "
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
51
|
+
"name": "workspace",
|
|
52
|
+
"type": {
|
|
53
|
+
"__schema": "TypeRefSchema",
|
|
54
|
+
"location": {
|
|
55
|
+
"filePath": "status.main.runtime.ts",
|
|
56
|
+
"line": 56,
|
|
57
|
+
"character": 24
|
|
58
|
+
},
|
|
59
|
+
"name": "Workspace",
|
|
60
|
+
"componentId": {
|
|
61
|
+
"scope": "teambit.workspace",
|
|
62
|
+
"name": "workspace"
|
|
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": "status.main.runtime.ts",
|
|
72
72
|
"line": 57,
|
|
73
|
-
"character":
|
|
73
|
+
"character": 5
|
|
74
74
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
75
|
+
"name": "issues",
|
|
76
|
+
"type": {
|
|
77
|
+
"__schema": "TypeRefSchema",
|
|
78
|
+
"location": {
|
|
79
|
+
"filePath": "status.main.runtime.ts",
|
|
80
|
+
"line": 57,
|
|
81
|
+
"character": 21
|
|
82
|
+
},
|
|
83
|
+
"name": "IssuesMain",
|
|
84
|
+
"componentId": {
|
|
85
|
+
"scope": "teambit.component",
|
|
86
|
+
"name": "issues"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"isOptional": false,
|
|
90
|
+
"isSpread": false
|
|
90
91
|
},
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"__schema": "TypeRefSchema",
|
|
92
|
+
{
|
|
93
|
+
"__schema": "ParameterSchema",
|
|
94
94
|
"location": {
|
|
95
95
|
"filePath": "status.main.runtime.ts",
|
|
96
96
|
"line": 58,
|
|
97
|
-
"character":
|
|
97
|
+
"character": 5
|
|
98
98
|
},
|
|
99
|
-
"name": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
99
|
+
"name": "insights",
|
|
100
|
+
"type": {
|
|
101
|
+
"__schema": "TypeRefSchema",
|
|
102
|
+
"location": {
|
|
103
|
+
"filePath": "status.main.runtime.ts",
|
|
104
|
+
"line": 58,
|
|
105
|
+
"character": 23
|
|
106
|
+
},
|
|
107
|
+
"name": "InsightsMain",
|
|
108
|
+
"componentId": {
|
|
109
|
+
"scope": "teambit.explorer",
|
|
110
|
+
"name": "insights"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"isOptional": false,
|
|
114
|
+
"isSpread": false
|
|
114
115
|
},
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"__schema": "TypeRefSchema",
|
|
116
|
+
{
|
|
117
|
+
"__schema": "ParameterSchema",
|
|
118
118
|
"location": {
|
|
119
119
|
"filePath": "status.main.runtime.ts",
|
|
120
120
|
"line": 59,
|
|
121
|
-
"character":
|
|
121
|
+
"character": 5
|
|
122
122
|
},
|
|
123
|
-
"name": "
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"
|
|
123
|
+
"name": "remove",
|
|
124
|
+
"type": {
|
|
125
|
+
"__schema": "TypeRefSchema",
|
|
126
|
+
"location": {
|
|
127
|
+
"filePath": "status.main.runtime.ts",
|
|
128
|
+
"line": 59,
|
|
129
|
+
"character": 21
|
|
130
|
+
},
|
|
131
|
+
"name": "RemoveMain",
|
|
132
|
+
"componentId": {
|
|
133
|
+
"scope": "teambit.component",
|
|
134
|
+
"name": "remove"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"isOptional": false,
|
|
138
|
+
"isSpread": false
|
|
138
139
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"__schema": "TypeRefSchema",
|
|
140
|
+
{
|
|
141
|
+
"__schema": "ParameterSchema",
|
|
142
142
|
"location": {
|
|
143
143
|
"filePath": "status.main.runtime.ts",
|
|
144
144
|
"line": 60,
|
|
145
|
-
"character":
|
|
145
|
+
"character": 5
|
|
146
146
|
},
|
|
147
|
-
"name": "
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
|
|
147
|
+
"name": "lanes",
|
|
148
|
+
"type": {
|
|
149
|
+
"__schema": "TypeRefSchema",
|
|
150
|
+
"location": {
|
|
151
|
+
"filePath": "status.main.runtime.ts",
|
|
152
|
+
"line": 60,
|
|
153
|
+
"character": 20
|
|
154
|
+
},
|
|
155
|
+
"name": "LanesMain",
|
|
156
|
+
"componentId": {
|
|
157
|
+
"scope": "teambit.lanes",
|
|
158
|
+
"name": "lanes"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"isOptional": false,
|
|
162
|
+
"isSpread": false
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"returnType": {
|
|
166
|
+
"__schema": "ThisTypeSchema",
|
|
167
|
+
"location": {
|
|
168
|
+
"filePath": "status.main.runtime.ts",
|
|
169
|
+
"line": 54,
|
|
170
|
+
"character": 1
|
|
152
171
|
},
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"__schema": "
|
|
172
|
+
"name": "StatusMain"
|
|
173
|
+
},
|
|
174
|
+
"modifiers": []
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"__schema": "FunctionLikeSchema",
|
|
159
178
|
"location": {
|
|
160
179
|
"filePath": "status.main.runtime.ts",
|
|
161
|
-
"line":
|
|
162
|
-
"character":
|
|
180
|
+
"line": 63,
|
|
181
|
+
"character": 3
|
|
163
182
|
},
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
"__schema": "FunctionLikeSchema",
|
|
170
|
-
"location": {
|
|
171
|
-
"filePath": "status.main.runtime.ts",
|
|
172
|
-
"line": 63,
|
|
173
|
-
"character": 3
|
|
174
|
-
},
|
|
175
|
-
"signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
|
|
176
|
-
"name": "status",
|
|
177
|
-
"params": [
|
|
178
|
-
{
|
|
179
|
-
"__schema": "ParameterSchema",
|
|
180
|
-
"location": {
|
|
181
|
-
"filePath": "status.main.runtime.ts",
|
|
182
|
-
"line": 63,
|
|
183
|
-
"character": 16
|
|
184
|
-
},
|
|
185
|
-
"name": "{ lanes, ignoreCircularDependencies }",
|
|
186
|
-
"type": {
|
|
187
|
-
"__schema": "TypeLiteralSchema",
|
|
183
|
+
"signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
|
|
184
|
+
"name": "status",
|
|
185
|
+
"params": [
|
|
186
|
+
{
|
|
187
|
+
"__schema": "ParameterSchema",
|
|
188
188
|
"location": {
|
|
189
189
|
"filePath": "status.main.runtime.ts",
|
|
190
|
-
"line":
|
|
191
|
-
"character":
|
|
190
|
+
"line": 63,
|
|
191
|
+
"character": 16
|
|
192
192
|
},
|
|
193
|
-
"
|
|
193
|
+
"name": "{ lanes, ignoreCircularDependencies }",
|
|
194
|
+
"type": {
|
|
195
|
+
"__schema": "TypeLiteralSchema",
|
|
196
|
+
"location": {
|
|
197
|
+
"filePath": "status.main.runtime.ts",
|
|
198
|
+
"line": 66,
|
|
199
|
+
"character": 6
|
|
200
|
+
},
|
|
201
|
+
"members": [
|
|
202
|
+
{
|
|
203
|
+
"__schema": "VariableLikeSchema",
|
|
204
|
+
"location": {
|
|
205
|
+
"filePath": "status.main.runtime.ts",
|
|
206
|
+
"line": 67,
|
|
207
|
+
"character": 5
|
|
208
|
+
},
|
|
209
|
+
"signature": "(property) lanes?: boolean | undefined",
|
|
210
|
+
"name": "lanes",
|
|
211
|
+
"type": {
|
|
212
|
+
"__schema": "KeywordTypeSchema",
|
|
213
|
+
"location": {
|
|
214
|
+
"filePath": "status.main.runtime.ts",
|
|
215
|
+
"line": 67,
|
|
216
|
+
"character": 13
|
|
217
|
+
},
|
|
218
|
+
"name": "boolean"
|
|
219
|
+
},
|
|
220
|
+
"isOptional": true
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"__schema": "VariableLikeSchema",
|
|
224
|
+
"location": {
|
|
225
|
+
"filePath": "status.main.runtime.ts",
|
|
226
|
+
"line": 68,
|
|
227
|
+
"character": 5
|
|
228
|
+
},
|
|
229
|
+
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
230
|
+
"name": "ignoreCircularDependencies",
|
|
231
|
+
"type": {
|
|
232
|
+
"__schema": "KeywordTypeSchema",
|
|
233
|
+
"location": {
|
|
234
|
+
"filePath": "status.main.runtime.ts",
|
|
235
|
+
"line": 68,
|
|
236
|
+
"character": 34
|
|
237
|
+
},
|
|
238
|
+
"name": "boolean"
|
|
239
|
+
},
|
|
240
|
+
"isOptional": true
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"isOptional": false,
|
|
245
|
+
"objectBindingNodes": [
|
|
194
246
|
{
|
|
195
247
|
"__schema": "VariableLikeSchema",
|
|
196
248
|
"location": {
|
|
@@ -231,347 +283,304 @@
|
|
|
231
283
|
},
|
|
232
284
|
"isOptional": true
|
|
233
285
|
}
|
|
234
|
-
]
|
|
286
|
+
],
|
|
287
|
+
"isSpread": false
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"returnType": {
|
|
291
|
+
"__schema": "TypeRefSchema",
|
|
292
|
+
"location": {
|
|
293
|
+
"filePath": "status.main.runtime.ts",
|
|
294
|
+
"line": 69,
|
|
295
|
+
"character": 7
|
|
235
296
|
},
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
{
|
|
239
|
-
"__schema": "VariableLikeSchema",
|
|
240
|
-
"location": {
|
|
241
|
-
"filePath": "status.main.runtime.ts",
|
|
242
|
-
"line": 67,
|
|
243
|
-
"character": 5
|
|
244
|
-
},
|
|
245
|
-
"signature": "(property) lanes?: boolean | undefined",
|
|
246
|
-
"name": "lanes",
|
|
247
|
-
"type": {
|
|
248
|
-
"__schema": "KeywordTypeSchema",
|
|
249
|
-
"location": {
|
|
250
|
-
"filePath": "status.main.runtime.ts",
|
|
251
|
-
"line": 67,
|
|
252
|
-
"character": 13
|
|
253
|
-
},
|
|
254
|
-
"name": "boolean"
|
|
255
|
-
},
|
|
256
|
-
"isOptional": true
|
|
257
|
-
},
|
|
297
|
+
"name": "Promise",
|
|
298
|
+
"typeArgs": [
|
|
258
299
|
{
|
|
259
|
-
"__schema": "
|
|
300
|
+
"__schema": "TypeRefSchema",
|
|
260
301
|
"location": {
|
|
261
302
|
"filePath": "status.main.runtime.ts",
|
|
262
|
-
"line":
|
|
263
|
-
"character":
|
|
264
|
-
},
|
|
265
|
-
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
266
|
-
"name": "ignoreCircularDependencies",
|
|
267
|
-
"type": {
|
|
268
|
-
"__schema": "KeywordTypeSchema",
|
|
269
|
-
"location": {
|
|
270
|
-
"filePath": "status.main.runtime.ts",
|
|
271
|
-
"line": 68,
|
|
272
|
-
"character": 34
|
|
273
|
-
},
|
|
274
|
-
"name": "boolean"
|
|
303
|
+
"line": 69,
|
|
304
|
+
"character": 15
|
|
275
305
|
},
|
|
276
|
-
"
|
|
306
|
+
"name": "StatusResult",
|
|
307
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
277
308
|
}
|
|
278
|
-
]
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"modifiers": [
|
|
312
|
+
"async"
|
|
313
|
+
]
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"__schema": "FunctionLikeSchema",
|
|
284
317
|
"location": {
|
|
285
318
|
"filePath": "status.main.runtime.ts",
|
|
286
|
-
"line":
|
|
287
|
-
"character":
|
|
319
|
+
"line": 164,
|
|
320
|
+
"character": 3
|
|
288
321
|
},
|
|
289
|
-
"
|
|
290
|
-
"
|
|
322
|
+
"signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
|
|
323
|
+
"name": "statusMini",
|
|
324
|
+
"params": [
|
|
291
325
|
{
|
|
292
|
-
"__schema": "
|
|
326
|
+
"__schema": "ParameterSchema",
|
|
293
327
|
"location": {
|
|
294
328
|
"filePath": "status.main.runtime.ts",
|
|
295
|
-
"line":
|
|
296
|
-
"character":
|
|
329
|
+
"line": 164,
|
|
330
|
+
"character": 20
|
|
297
331
|
},
|
|
298
|
-
"name": "
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
"filePath": "status.main.runtime.ts",
|
|
311
|
-
"line": 164,
|
|
312
|
-
"character": 3
|
|
313
|
-
},
|
|
314
|
-
"signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
|
|
315
|
-
"name": "statusMini",
|
|
316
|
-
"params": [
|
|
317
|
-
{
|
|
318
|
-
"__schema": "ParameterSchema",
|
|
319
|
-
"location": {
|
|
320
|
-
"filePath": "status.main.runtime.ts",
|
|
321
|
-
"line": 164,
|
|
322
|
-
"character": 20
|
|
332
|
+
"name": "componentPattern",
|
|
333
|
+
"type": {
|
|
334
|
+
"__schema": "KeywordTypeSchema",
|
|
335
|
+
"location": {
|
|
336
|
+
"filePath": "status.main.runtime.ts",
|
|
337
|
+
"line": 164,
|
|
338
|
+
"character": 39
|
|
339
|
+
},
|
|
340
|
+
"name": "string"
|
|
341
|
+
},
|
|
342
|
+
"isOptional": true,
|
|
343
|
+
"isSpread": false
|
|
323
344
|
},
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
"__schema": "KeywordTypeSchema",
|
|
345
|
+
{
|
|
346
|
+
"__schema": "ParameterSchema",
|
|
327
347
|
"location": {
|
|
328
348
|
"filePath": "status.main.runtime.ts",
|
|
329
349
|
"line": 164,
|
|
330
|
-
"character":
|
|
350
|
+
"character": 47
|
|
331
351
|
},
|
|
332
|
-
"name": "
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
352
|
+
"name": "opts",
|
|
353
|
+
"type": {
|
|
354
|
+
"__schema": "TypeRefSchema",
|
|
355
|
+
"location": {
|
|
356
|
+
"filePath": "status.main.runtime.ts",
|
|
357
|
+
"line": 164,
|
|
358
|
+
"character": 53
|
|
359
|
+
},
|
|
360
|
+
"name": "MiniStatusOpts",
|
|
361
|
+
"internalFilePath": "mini-status-cmd.ts"
|
|
362
|
+
},
|
|
363
|
+
"isOptional": true,
|
|
364
|
+
"defaultValue": "{}",
|
|
365
|
+
"isSpread": false
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"returnType": {
|
|
369
|
+
"__schema": "TypeRefSchema",
|
|
339
370
|
"location": {
|
|
340
371
|
"filePath": "status.main.runtime.ts",
|
|
341
372
|
"line": 164,
|
|
342
|
-
"character":
|
|
343
|
-
},
|
|
344
|
-
"name": "opts",
|
|
345
|
-
"type": {
|
|
346
|
-
"__schema": "TypeRefSchema",
|
|
347
|
-
"location": {
|
|
348
|
-
"filePath": "status.main.runtime.ts",
|
|
349
|
-
"line": 164,
|
|
350
|
-
"character": 53
|
|
351
|
-
},
|
|
352
|
-
"name": "MiniStatusOpts",
|
|
353
|
-
"internalFilePath": "mini-status-cmd.ts"
|
|
373
|
+
"character": 75
|
|
354
374
|
},
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
375
|
+
"name": "Promise",
|
|
376
|
+
"typeArgs": [
|
|
377
|
+
{
|
|
378
|
+
"__schema": "TypeRefSchema",
|
|
379
|
+
"location": {
|
|
380
|
+
"filePath": "status.main.runtime.ts",
|
|
381
|
+
"line": 164,
|
|
382
|
+
"character": 83
|
|
383
|
+
},
|
|
384
|
+
"name": "MiniStatusResults",
|
|
385
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
386
|
+
}
|
|
387
|
+
]
|
|
366
388
|
},
|
|
367
|
-
"
|
|
368
|
-
|
|
369
|
-
{
|
|
370
|
-
"__schema": "TypeRefSchema",
|
|
371
|
-
"location": {
|
|
372
|
-
"filePath": "status.main.runtime.ts",
|
|
373
|
-
"line": 164,
|
|
374
|
-
"character": 83
|
|
375
|
-
},
|
|
376
|
-
"name": "MiniStatusResults",
|
|
377
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
378
|
-
}
|
|
389
|
+
"modifiers": [
|
|
390
|
+
"async"
|
|
379
391
|
]
|
|
380
392
|
},
|
|
381
|
-
|
|
382
|
-
"
|
|
383
|
-
]
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"__schema": "VariableLikeSchema",
|
|
387
|
-
"location": {
|
|
388
|
-
"filePath": "status.main.runtime.ts",
|
|
389
|
-
"line": 219,
|
|
390
|
-
"character": 3
|
|
391
|
-
},
|
|
392
|
-
"signature": "(property) StatusMain.slots: never[]",
|
|
393
|
-
"name": "slots",
|
|
394
|
-
"type": {
|
|
395
|
-
"__schema": "InferenceTypeSchema",
|
|
393
|
+
{
|
|
394
|
+
"__schema": "VariableLikeSchema",
|
|
396
395
|
"location": {
|
|
397
396
|
"filePath": "status.main.runtime.ts",
|
|
398
397
|
"line": 219,
|
|
399
398
|
"character": 3
|
|
400
399
|
},
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
400
|
+
"signature": "(property) StatusMain.slots: never[]",
|
|
401
|
+
"name": "slots",
|
|
402
|
+
"type": {
|
|
403
|
+
"__schema": "InferenceTypeSchema",
|
|
404
|
+
"location": {
|
|
405
|
+
"filePath": "status.main.runtime.ts",
|
|
406
|
+
"line": 219,
|
|
407
|
+
"character": 3
|
|
408
|
+
},
|
|
409
|
+
"type": "never[]"
|
|
410
|
+
},
|
|
411
|
+
"isOptional": true,
|
|
412
|
+
"defaultValue": "[]"
|
|
412
413
|
},
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"type": {
|
|
416
|
-
"__schema": "InferenceTypeSchema",
|
|
414
|
+
{
|
|
415
|
+
"__schema": "VariableLikeSchema",
|
|
417
416
|
"location": {
|
|
418
417
|
"filePath": "status.main.runtime.ts",
|
|
419
418
|
"line": 220,
|
|
420
419
|
"character": 3
|
|
421
420
|
},
|
|
422
|
-
"
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
421
|
+
"signature": "(property) StatusMain.dependencies: Aspect[]",
|
|
422
|
+
"name": "dependencies",
|
|
423
|
+
"type": {
|
|
424
|
+
"__schema": "InferenceTypeSchema",
|
|
425
|
+
"location": {
|
|
426
|
+
"filePath": "status.main.runtime.ts",
|
|
427
|
+
"line": 220,
|
|
428
|
+
"character": 3
|
|
429
|
+
},
|
|
430
|
+
"type": "Aspect[]"
|
|
431
|
+
},
|
|
432
|
+
"isOptional": true,
|
|
433
|
+
"defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
|
|
433
434
|
},
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
"type": {
|
|
437
|
-
"__schema": "InferenceTypeSchema",
|
|
435
|
+
{
|
|
436
|
+
"__schema": "VariableLikeSchema",
|
|
438
437
|
"location": {
|
|
439
438
|
"filePath": "status.main.runtime.ts",
|
|
440
439
|
"line": 221,
|
|
441
440
|
"character": 3
|
|
442
441
|
},
|
|
443
|
-
"
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"__schema": "FunctionLikeSchema",
|
|
450
|
-
"location": {
|
|
451
|
-
"filePath": "status.main.runtime.ts",
|
|
452
|
-
"line": 222,
|
|
453
|
-
"character": 3
|
|
454
|
-
},
|
|
455
|
-
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
|
|
456
|
-
"name": "provider",
|
|
457
|
-
"params": [
|
|
458
|
-
{
|
|
459
|
-
"__schema": "ParameterSchema",
|
|
442
|
+
"signature": "(property) StatusMain.runtime: RuntimeDefinition",
|
|
443
|
+
"name": "runtime",
|
|
444
|
+
"type": {
|
|
445
|
+
"__schema": "InferenceTypeSchema",
|
|
460
446
|
"location": {
|
|
461
447
|
"filePath": "status.main.runtime.ts",
|
|
462
|
-
"line":
|
|
463
|
-
"character":
|
|
448
|
+
"line": 221,
|
|
449
|
+
"character": 3
|
|
464
450
|
},
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
451
|
+
"type": "RuntimeDefinition"
|
|
452
|
+
},
|
|
453
|
+
"isOptional": true,
|
|
454
|
+
"defaultValue": "MainRuntime"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"__schema": "FunctionLikeSchema",
|
|
458
|
+
"location": {
|
|
459
|
+
"filePath": "status.main.runtime.ts",
|
|
460
|
+
"line": 222,
|
|
461
|
+
"character": 3
|
|
462
|
+
},
|
|
463
|
+
"signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
|
|
464
|
+
"name": "provider",
|
|
465
|
+
"params": [
|
|
466
|
+
{
|
|
467
|
+
"__schema": "ParameterSchema",
|
|
468
468
|
"location": {
|
|
469
469
|
"filePath": "status.main.runtime.ts",
|
|
470
470
|
"line": 222,
|
|
471
|
-
"character":
|
|
471
|
+
"character": 25
|
|
472
472
|
},
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
},
|
|
481
|
-
"name": "CLIMain",
|
|
482
|
-
"componentId": {
|
|
483
|
-
"scope": "teambit.harmony",
|
|
484
|
-
"name": "cli"
|
|
485
|
-
}
|
|
473
|
+
"name": "[ cli, workspace, insights, issues, remove, lanes ]",
|
|
474
|
+
"type": {
|
|
475
|
+
"__schema": "TupleTypeSchema",
|
|
476
|
+
"location": {
|
|
477
|
+
"filePath": "status.main.runtime.ts",
|
|
478
|
+
"line": 222,
|
|
479
|
+
"character": 76
|
|
486
480
|
},
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
|
|
481
|
+
"elements": [
|
|
482
|
+
{
|
|
483
|
+
"__schema": "TypeRefSchema",
|
|
484
|
+
"location": {
|
|
485
|
+
"filePath": "status.main.runtime.ts",
|
|
486
|
+
"line": 223,
|
|
487
|
+
"character": 5
|
|
488
|
+
},
|
|
489
|
+
"name": "CLIMain",
|
|
490
|
+
"componentId": {
|
|
491
|
+
"scope": "teambit.harmony",
|
|
492
|
+
"name": "cli"
|
|
493
|
+
}
|
|
493
494
|
},
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
495
|
+
{
|
|
496
|
+
"__schema": "TypeRefSchema",
|
|
497
|
+
"location": {
|
|
498
|
+
"filePath": "status.main.runtime.ts",
|
|
499
|
+
"line": 224,
|
|
500
|
+
"character": 5
|
|
501
|
+
},
|
|
502
|
+
"name": "Workspace",
|
|
503
|
+
"componentId": {
|
|
504
|
+
"scope": "teambit.workspace",
|
|
505
|
+
"name": "workspace"
|
|
506
|
+
}
|
|
506
507
|
},
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
508
|
+
{
|
|
509
|
+
"__schema": "TypeRefSchema",
|
|
510
|
+
"location": {
|
|
511
|
+
"filePath": "status.main.runtime.ts",
|
|
512
|
+
"line": 225,
|
|
513
|
+
"character": 5
|
|
514
|
+
},
|
|
515
|
+
"name": "InsightsMain",
|
|
516
|
+
"componentId": {
|
|
517
|
+
"scope": "teambit.explorer",
|
|
518
|
+
"name": "insights"
|
|
519
|
+
}
|
|
519
520
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
521
|
+
{
|
|
522
|
+
"__schema": "TypeRefSchema",
|
|
523
|
+
"location": {
|
|
524
|
+
"filePath": "status.main.runtime.ts",
|
|
525
|
+
"line": 226,
|
|
526
|
+
"character": 5
|
|
527
|
+
},
|
|
528
|
+
"name": "IssuesMain",
|
|
529
|
+
"componentId": {
|
|
530
|
+
"scope": "teambit.component",
|
|
531
|
+
"name": "issues"
|
|
532
|
+
}
|
|
532
533
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
534
|
+
{
|
|
535
|
+
"__schema": "TypeRefSchema",
|
|
536
|
+
"location": {
|
|
537
|
+
"filePath": "status.main.runtime.ts",
|
|
538
|
+
"line": 227,
|
|
539
|
+
"character": 5
|
|
540
|
+
},
|
|
541
|
+
"name": "RemoveMain",
|
|
542
|
+
"componentId": {
|
|
543
|
+
"scope": "teambit.component",
|
|
544
|
+
"name": "remove"
|
|
545
|
+
}
|
|
545
546
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
"
|
|
549
|
-
|
|
547
|
+
{
|
|
548
|
+
"__schema": "TypeRefSchema",
|
|
549
|
+
"location": {
|
|
550
|
+
"filePath": "status.main.runtime.ts",
|
|
551
|
+
"line": 228,
|
|
552
|
+
"character": 5
|
|
553
|
+
},
|
|
554
|
+
"name": "LanesMain",
|
|
555
|
+
"componentId": {
|
|
556
|
+
"scope": "teambit.lanes",
|
|
557
|
+
"name": "lanes"
|
|
558
|
+
}
|
|
550
559
|
}
|
|
551
|
-
|
|
552
|
-
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
"isOptional": false,
|
|
563
|
+
"isSpread": false
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"returnType": {
|
|
567
|
+
"__schema": "InferenceTypeSchema",
|
|
568
|
+
"location": {
|
|
569
|
+
"filePath": "status.main.runtime.ts",
|
|
570
|
+
"line": 222,
|
|
571
|
+
"character": 3
|
|
553
572
|
},
|
|
554
|
-
"
|
|
555
|
-
"isSpread": false
|
|
556
|
-
}
|
|
557
|
-
],
|
|
558
|
-
"returnType": {
|
|
559
|
-
"__schema": "InferenceTypeSchema",
|
|
560
|
-
"location": {
|
|
561
|
-
"filePath": "status.main.runtime.ts",
|
|
562
|
-
"line": 222,
|
|
563
|
-
"character": 3
|
|
573
|
+
"type": "Promise<StatusMain>"
|
|
564
574
|
},
|
|
565
|
-
"
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
"implementNodes": []
|
|
575
|
+
"modifiers": [
|
|
576
|
+
"static",
|
|
577
|
+
"async"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"extendsNodes": [],
|
|
582
|
+
"implementNodes": []
|
|
583
|
+
}
|
|
575
584
|
},
|
|
576
585
|
{
|
|
577
586
|
"__schema": "UnImplementedSchema",
|
|
@@ -584,30 +593,39 @@
|
|
|
584
593
|
"type": "Identifier"
|
|
585
594
|
},
|
|
586
595
|
{
|
|
587
|
-
"__schema": "
|
|
596
|
+
"__schema": "ExportSchema",
|
|
588
597
|
"location": {
|
|
589
|
-
"filePath": "
|
|
590
|
-
"line":
|
|
591
|
-
"character":
|
|
598
|
+
"filePath": "index.ts",
|
|
599
|
+
"line": 5,
|
|
600
|
+
"character": 10
|
|
592
601
|
},
|
|
593
|
-
"signature": "const StatusAspect: Aspect",
|
|
594
602
|
"name": "StatusAspect",
|
|
595
|
-
"
|
|
596
|
-
"__schema": "
|
|
603
|
+
"exportNode": {
|
|
604
|
+
"__schema": "VariableLikeSchema",
|
|
597
605
|
"location": {
|
|
598
606
|
"filePath": "status.aspect.ts",
|
|
599
607
|
"line": 3,
|
|
600
608
|
"character": 14
|
|
601
609
|
},
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
610
|
+
"signature": "const StatusAspect: Aspect",
|
|
611
|
+
"name": "StatusAspect",
|
|
612
|
+
"type": {
|
|
613
|
+
"__schema": "TypeRefSchema",
|
|
614
|
+
"location": {
|
|
615
|
+
"filePath": "status.aspect.ts",
|
|
616
|
+
"line": 3,
|
|
617
|
+
"character": 14
|
|
618
|
+
},
|
|
619
|
+
"name": "Aspect",
|
|
620
|
+
"componentId": {
|
|
621
|
+
"scope": "teambit.harmony",
|
|
622
|
+
"name": "harmony",
|
|
623
|
+
"version": "0.4.6"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"isOptional": false,
|
|
627
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/status',\n})"
|
|
628
|
+
}
|
|
611
629
|
}
|
|
612
630
|
],
|
|
613
631
|
"internals": []
|
|
@@ -855,7 +873,7 @@
|
|
|
855
873
|
"componentId": {
|
|
856
874
|
"scope": "teambit.component",
|
|
857
875
|
"name": "component-issues",
|
|
858
|
-
"version": "0.0.
|
|
876
|
+
"version": "0.0.148"
|
|
859
877
|
}
|
|
860
878
|
},
|
|
861
879
|
"isOptional": false
|
|
@@ -2264,7 +2282,7 @@
|
|
|
2264
2282
|
"componentId": {
|
|
2265
2283
|
"scope": "teambit.component",
|
|
2266
2284
|
"name": "status",
|
|
2267
|
-
"version": "1.0.
|
|
2285
|
+
"version": "1.0.259"
|
|
2268
2286
|
},
|
|
2269
2287
|
"taggedModuleExports": []
|
|
2270
2288
|
}
|