@teambit/status 1.0.256 → 1.0.258
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,215 @@
|
|
|
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
|
-
"filePath": "status.main.runtime.ts",
|
|
64
|
-
"line": 57,
|
|
65
|
-
"character": 5
|
|
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
|
+
},
|
|
61
|
+
"isOptional": false,
|
|
62
|
+
"isSpread": false
|
|
66
63
|
},
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"__schema": "TypeRefSchema",
|
|
64
|
+
{
|
|
65
|
+
"__schema": "ParameterSchema",
|
|
70
66
|
"location": {
|
|
71
67
|
"filePath": "status.main.runtime.ts",
|
|
72
68
|
"line": 57,
|
|
73
|
-
"character":
|
|
69
|
+
"character": 5
|
|
74
70
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"filePath": "status.main.runtime.ts",
|
|
88
|
-
"line": 58,
|
|
89
|
-
"character": 5
|
|
71
|
+
"name": "issues",
|
|
72
|
+
"type": {
|
|
73
|
+
"__schema": "TypeRefSchema",
|
|
74
|
+
"location": {
|
|
75
|
+
"filePath": "status.main.runtime.ts",
|
|
76
|
+
"line": 57,
|
|
77
|
+
"character": 21
|
|
78
|
+
},
|
|
79
|
+
"name": "IssuesMain"
|
|
80
|
+
},
|
|
81
|
+
"isOptional": false,
|
|
82
|
+
"isSpread": false
|
|
90
83
|
},
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"__schema": "TypeRefSchema",
|
|
84
|
+
{
|
|
85
|
+
"__schema": "ParameterSchema",
|
|
94
86
|
"location": {
|
|
95
87
|
"filePath": "status.main.runtime.ts",
|
|
96
88
|
"line": 58,
|
|
97
|
-
"character":
|
|
89
|
+
"character": 5
|
|
98
90
|
},
|
|
99
|
-
"name": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"filePath": "status.main.runtime.ts",
|
|
112
|
-
"line": 59,
|
|
113
|
-
"character": 5
|
|
91
|
+
"name": "insights",
|
|
92
|
+
"type": {
|
|
93
|
+
"__schema": "TypeRefSchema",
|
|
94
|
+
"location": {
|
|
95
|
+
"filePath": "status.main.runtime.ts",
|
|
96
|
+
"line": 58,
|
|
97
|
+
"character": 23
|
|
98
|
+
},
|
|
99
|
+
"name": "InsightsMain"
|
|
100
|
+
},
|
|
101
|
+
"isOptional": false,
|
|
102
|
+
"isSpread": false
|
|
114
103
|
},
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"__schema": "TypeRefSchema",
|
|
104
|
+
{
|
|
105
|
+
"__schema": "ParameterSchema",
|
|
118
106
|
"location": {
|
|
119
107
|
"filePath": "status.main.runtime.ts",
|
|
120
108
|
"line": 59,
|
|
121
|
-
"character":
|
|
109
|
+
"character": 5
|
|
122
110
|
},
|
|
123
|
-
"name": "
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"filePath": "status.main.runtime.ts",
|
|
136
|
-
"line": 60,
|
|
137
|
-
"character": 5
|
|
111
|
+
"name": "remove",
|
|
112
|
+
"type": {
|
|
113
|
+
"__schema": "TypeRefSchema",
|
|
114
|
+
"location": {
|
|
115
|
+
"filePath": "status.main.runtime.ts",
|
|
116
|
+
"line": 59,
|
|
117
|
+
"character": 21
|
|
118
|
+
},
|
|
119
|
+
"name": "RemoveMain"
|
|
120
|
+
},
|
|
121
|
+
"isOptional": false,
|
|
122
|
+
"isSpread": false
|
|
138
123
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"__schema": "TypeRefSchema",
|
|
124
|
+
{
|
|
125
|
+
"__schema": "ParameterSchema",
|
|
142
126
|
"location": {
|
|
143
127
|
"filePath": "status.main.runtime.ts",
|
|
144
128
|
"line": 60,
|
|
145
|
-
"character":
|
|
129
|
+
"character": 5
|
|
146
130
|
},
|
|
147
|
-
"name": "
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
|
|
131
|
+
"name": "lanes",
|
|
132
|
+
"type": {
|
|
133
|
+
"__schema": "TypeRefSchema",
|
|
134
|
+
"location": {
|
|
135
|
+
"filePath": "status.main.runtime.ts",
|
|
136
|
+
"line": 60,
|
|
137
|
+
"character": 20
|
|
138
|
+
},
|
|
139
|
+
"name": "LanesMain"
|
|
140
|
+
},
|
|
141
|
+
"isOptional": false,
|
|
142
|
+
"isSpread": false
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"returnType": {
|
|
146
|
+
"__schema": "ThisTypeSchema",
|
|
147
|
+
"location": {
|
|
148
|
+
"filePath": "status.main.runtime.ts",
|
|
149
|
+
"line": 54,
|
|
150
|
+
"character": 1
|
|
152
151
|
},
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"__schema": "
|
|
152
|
+
"name": "StatusMain"
|
|
153
|
+
},
|
|
154
|
+
"modifiers": []
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"__schema": "FunctionLikeSchema",
|
|
159
158
|
"location": {
|
|
160
159
|
"filePath": "status.main.runtime.ts",
|
|
161
|
-
"line":
|
|
162
|
-
"character":
|
|
160
|
+
"line": 63,
|
|
161
|
+
"character": 3
|
|
163
162
|
},
|
|
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",
|
|
163
|
+
"signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
|
|
164
|
+
"name": "status",
|
|
165
|
+
"params": [
|
|
166
|
+
{
|
|
167
|
+
"__schema": "ParameterSchema",
|
|
188
168
|
"location": {
|
|
189
169
|
"filePath": "status.main.runtime.ts",
|
|
190
|
-
"line":
|
|
191
|
-
"character":
|
|
170
|
+
"line": 63,
|
|
171
|
+
"character": 16
|
|
172
|
+
},
|
|
173
|
+
"name": "{ lanes, ignoreCircularDependencies }",
|
|
174
|
+
"type": {
|
|
175
|
+
"__schema": "TypeLiteralSchema",
|
|
176
|
+
"location": {
|
|
177
|
+
"filePath": "status.main.runtime.ts",
|
|
178
|
+
"line": 66,
|
|
179
|
+
"character": 6
|
|
180
|
+
},
|
|
181
|
+
"members": [
|
|
182
|
+
{
|
|
183
|
+
"__schema": "VariableLikeSchema",
|
|
184
|
+
"location": {
|
|
185
|
+
"filePath": "status.main.runtime.ts",
|
|
186
|
+
"line": 67,
|
|
187
|
+
"character": 5
|
|
188
|
+
},
|
|
189
|
+
"signature": "(property) lanes?: boolean | undefined",
|
|
190
|
+
"name": "lanes",
|
|
191
|
+
"type": {
|
|
192
|
+
"__schema": "KeywordTypeSchema",
|
|
193
|
+
"location": {
|
|
194
|
+
"filePath": "status.main.runtime.ts",
|
|
195
|
+
"line": 67,
|
|
196
|
+
"character": 13
|
|
197
|
+
},
|
|
198
|
+
"name": "boolean"
|
|
199
|
+
},
|
|
200
|
+
"isOptional": true
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"__schema": "VariableLikeSchema",
|
|
204
|
+
"location": {
|
|
205
|
+
"filePath": "status.main.runtime.ts",
|
|
206
|
+
"line": 68,
|
|
207
|
+
"character": 5
|
|
208
|
+
},
|
|
209
|
+
"signature": "(property) ignoreCircularDependencies?: boolean | undefined",
|
|
210
|
+
"name": "ignoreCircularDependencies",
|
|
211
|
+
"type": {
|
|
212
|
+
"__schema": "KeywordTypeSchema",
|
|
213
|
+
"location": {
|
|
214
|
+
"filePath": "status.main.runtime.ts",
|
|
215
|
+
"line": 68,
|
|
216
|
+
"character": 34
|
|
217
|
+
},
|
|
218
|
+
"name": "boolean"
|
|
219
|
+
},
|
|
220
|
+
"isOptional": true
|
|
221
|
+
}
|
|
222
|
+
]
|
|
192
223
|
},
|
|
193
|
-
"
|
|
224
|
+
"isOptional": false,
|
|
225
|
+
"objectBindingNodes": [
|
|
194
226
|
{
|
|
195
227
|
"__schema": "VariableLikeSchema",
|
|
196
228
|
"location": {
|
|
@@ -231,347 +263,277 @@
|
|
|
231
263
|
},
|
|
232
264
|
"isOptional": true
|
|
233
265
|
}
|
|
234
|
-
]
|
|
266
|
+
],
|
|
267
|
+
"isSpread": false
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"returnType": {
|
|
271
|
+
"__schema": "TypeRefSchema",
|
|
272
|
+
"location": {
|
|
273
|
+
"filePath": "status.main.runtime.ts",
|
|
274
|
+
"line": 69,
|
|
275
|
+
"character": 7
|
|
235
276
|
},
|
|
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
|
-
},
|
|
277
|
+
"name": "Promise",
|
|
278
|
+
"typeArgs": [
|
|
258
279
|
{
|
|
259
|
-
"__schema": "
|
|
280
|
+
"__schema": "TypeRefSchema",
|
|
260
281
|
"location": {
|
|
261
282
|
"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"
|
|
283
|
+
"line": 69,
|
|
284
|
+
"character": 15
|
|
275
285
|
},
|
|
276
|
-
"
|
|
286
|
+
"name": "StatusResult"
|
|
277
287
|
}
|
|
278
|
-
]
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
"modifiers": [
|
|
291
|
+
"async"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"__schema": "FunctionLikeSchema",
|
|
284
296
|
"location": {
|
|
285
297
|
"filePath": "status.main.runtime.ts",
|
|
286
|
-
"line":
|
|
287
|
-
"character":
|
|
298
|
+
"line": 164,
|
|
299
|
+
"character": 3
|
|
288
300
|
},
|
|
289
|
-
"
|
|
290
|
-
"
|
|
301
|
+
"signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
|
|
302
|
+
"name": "statusMini",
|
|
303
|
+
"params": [
|
|
291
304
|
{
|
|
292
|
-
"__schema": "
|
|
305
|
+
"__schema": "ParameterSchema",
|
|
293
306
|
"location": {
|
|
294
307
|
"filePath": "status.main.runtime.ts",
|
|
295
|
-
"line":
|
|
296
|
-
"character":
|
|
308
|
+
"line": 164,
|
|
309
|
+
"character": 20
|
|
297
310
|
},
|
|
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
|
|
311
|
+
"name": "componentPattern",
|
|
312
|
+
"type": {
|
|
313
|
+
"__schema": "KeywordTypeSchema",
|
|
314
|
+
"location": {
|
|
315
|
+
"filePath": "status.main.runtime.ts",
|
|
316
|
+
"line": 164,
|
|
317
|
+
"character": 39
|
|
318
|
+
},
|
|
319
|
+
"name": "string"
|
|
320
|
+
},
|
|
321
|
+
"isOptional": true,
|
|
322
|
+
"isSpread": false
|
|
323
323
|
},
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
"__schema": "KeywordTypeSchema",
|
|
324
|
+
{
|
|
325
|
+
"__schema": "ParameterSchema",
|
|
327
326
|
"location": {
|
|
328
327
|
"filePath": "status.main.runtime.ts",
|
|
329
328
|
"line": 164,
|
|
330
|
-
"character":
|
|
329
|
+
"character": 47
|
|
331
330
|
},
|
|
332
|
-
"name": "
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
331
|
+
"name": "opts",
|
|
332
|
+
"type": {
|
|
333
|
+
"__schema": "TypeRefSchema",
|
|
334
|
+
"location": {
|
|
335
|
+
"filePath": "status.main.runtime.ts",
|
|
336
|
+
"line": 164,
|
|
337
|
+
"character": 53
|
|
338
|
+
},
|
|
339
|
+
"name": "MiniStatusOpts"
|
|
340
|
+
},
|
|
341
|
+
"isOptional": true,
|
|
342
|
+
"defaultValue": "{}",
|
|
343
|
+
"isSpread": false
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"returnType": {
|
|
347
|
+
"__schema": "TypeRefSchema",
|
|
339
348
|
"location": {
|
|
340
349
|
"filePath": "status.main.runtime.ts",
|
|
341
350
|
"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"
|
|
351
|
+
"character": 75
|
|
354
352
|
},
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
353
|
+
"name": "Promise",
|
|
354
|
+
"typeArgs": [
|
|
355
|
+
{
|
|
356
|
+
"__schema": "TypeRefSchema",
|
|
357
|
+
"location": {
|
|
358
|
+
"filePath": "status.main.runtime.ts",
|
|
359
|
+
"line": 164,
|
|
360
|
+
"character": 83
|
|
361
|
+
},
|
|
362
|
+
"name": "MiniStatusResults"
|
|
363
|
+
}
|
|
364
|
+
]
|
|
366
365
|
},
|
|
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
|
-
}
|
|
366
|
+
"modifiers": [
|
|
367
|
+
"async"
|
|
379
368
|
]
|
|
380
369
|
},
|
|
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",
|
|
370
|
+
{
|
|
371
|
+
"__schema": "VariableLikeSchema",
|
|
396
372
|
"location": {
|
|
397
373
|
"filePath": "status.main.runtime.ts",
|
|
398
374
|
"line": 219,
|
|
399
375
|
"character": 3
|
|
400
376
|
},
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
377
|
+
"signature": "(property) StatusMain.slots: never[]",
|
|
378
|
+
"name": "slots",
|
|
379
|
+
"type": {
|
|
380
|
+
"__schema": "InferenceTypeSchema",
|
|
381
|
+
"location": {
|
|
382
|
+
"filePath": "status.main.runtime.ts",
|
|
383
|
+
"line": 219,
|
|
384
|
+
"character": 3
|
|
385
|
+
},
|
|
386
|
+
"type": "never[]"
|
|
387
|
+
},
|
|
388
|
+
"isOptional": true,
|
|
389
|
+
"defaultValue": "[]"
|
|
412
390
|
},
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"type": {
|
|
416
|
-
"__schema": "InferenceTypeSchema",
|
|
391
|
+
{
|
|
392
|
+
"__schema": "VariableLikeSchema",
|
|
417
393
|
"location": {
|
|
418
394
|
"filePath": "status.main.runtime.ts",
|
|
419
395
|
"line": 220,
|
|
420
396
|
"character": 3
|
|
421
397
|
},
|
|
422
|
-
"
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
398
|
+
"signature": "(property) StatusMain.dependencies: Aspect[]",
|
|
399
|
+
"name": "dependencies",
|
|
400
|
+
"type": {
|
|
401
|
+
"__schema": "InferenceTypeSchema",
|
|
402
|
+
"location": {
|
|
403
|
+
"filePath": "status.main.runtime.ts",
|
|
404
|
+
"line": 220,
|
|
405
|
+
"character": 3
|
|
406
|
+
},
|
|
407
|
+
"type": "Aspect[]"
|
|
408
|
+
},
|
|
409
|
+
"isOptional": true,
|
|
410
|
+
"defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
|
|
433
411
|
},
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
"type": {
|
|
437
|
-
"__schema": "InferenceTypeSchema",
|
|
412
|
+
{
|
|
413
|
+
"__schema": "VariableLikeSchema",
|
|
438
414
|
"location": {
|
|
439
415
|
"filePath": "status.main.runtime.ts",
|
|
440
416
|
"line": 221,
|
|
441
417
|
"character": 3
|
|
442
418
|
},
|
|
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",
|
|
419
|
+
"signature": "(property) StatusMain.runtime: RuntimeDefinition",
|
|
420
|
+
"name": "runtime",
|
|
421
|
+
"type": {
|
|
422
|
+
"__schema": "InferenceTypeSchema",
|
|
460
423
|
"location": {
|
|
461
424
|
"filePath": "status.main.runtime.ts",
|
|
462
|
-
"line":
|
|
463
|
-
"character":
|
|
425
|
+
"line": 221,
|
|
426
|
+
"character": 3
|
|
464
427
|
},
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
428
|
+
"type": "RuntimeDefinition"
|
|
429
|
+
},
|
|
430
|
+
"isOptional": true,
|
|
431
|
+
"defaultValue": "MainRuntime"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"__schema": "FunctionLikeSchema",
|
|
435
|
+
"location": {
|
|
436
|
+
"filePath": "status.main.runtime.ts",
|
|
437
|
+
"line": 222,
|
|
438
|
+
"character": 3
|
|
439
|
+
},
|
|
440
|
+
"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>",
|
|
441
|
+
"name": "provider",
|
|
442
|
+
"params": [
|
|
443
|
+
{
|
|
444
|
+
"__schema": "ParameterSchema",
|
|
468
445
|
"location": {
|
|
469
446
|
"filePath": "status.main.runtime.ts",
|
|
470
447
|
"line": 222,
|
|
471
|
-
"character":
|
|
448
|
+
"character": 25
|
|
472
449
|
},
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
},
|
|
481
|
-
"name": "CLIMain",
|
|
482
|
-
"componentId": {
|
|
483
|
-
"scope": "teambit.harmony",
|
|
484
|
-
"name": "cli"
|
|
485
|
-
}
|
|
450
|
+
"name": "[ cli, workspace, insights, issues, remove, lanes ]",
|
|
451
|
+
"type": {
|
|
452
|
+
"__schema": "TupleTypeSchema",
|
|
453
|
+
"location": {
|
|
454
|
+
"filePath": "status.main.runtime.ts",
|
|
455
|
+
"line": 222,
|
|
456
|
+
"character": 76
|
|
486
457
|
},
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
|
|
458
|
+
"elements": [
|
|
459
|
+
{
|
|
460
|
+
"__schema": "TypeRefSchema",
|
|
461
|
+
"location": {
|
|
462
|
+
"filePath": "status.main.runtime.ts",
|
|
463
|
+
"line": 223,
|
|
464
|
+
"character": 5
|
|
465
|
+
},
|
|
466
|
+
"name": "CLIMain"
|
|
493
467
|
},
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
"location": {
|
|
503
|
-
"filePath": "status.main.runtime.ts",
|
|
504
|
-
"line": 225,
|
|
505
|
-
"character": 5
|
|
468
|
+
{
|
|
469
|
+
"__schema": "TypeRefSchema",
|
|
470
|
+
"location": {
|
|
471
|
+
"filePath": "status.main.runtime.ts",
|
|
472
|
+
"line": 224,
|
|
473
|
+
"character": 5
|
|
474
|
+
},
|
|
475
|
+
"name": "Workspace"
|
|
506
476
|
},
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
"location": {
|
|
516
|
-
"filePath": "status.main.runtime.ts",
|
|
517
|
-
"line": 226,
|
|
518
|
-
"character": 5
|
|
477
|
+
{
|
|
478
|
+
"__schema": "TypeRefSchema",
|
|
479
|
+
"location": {
|
|
480
|
+
"filePath": "status.main.runtime.ts",
|
|
481
|
+
"line": 225,
|
|
482
|
+
"character": 5
|
|
483
|
+
},
|
|
484
|
+
"name": "InsightsMain"
|
|
519
485
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"location": {
|
|
529
|
-
"filePath": "status.main.runtime.ts",
|
|
530
|
-
"line": 227,
|
|
531
|
-
"character": 5
|
|
486
|
+
{
|
|
487
|
+
"__schema": "TypeRefSchema",
|
|
488
|
+
"location": {
|
|
489
|
+
"filePath": "status.main.runtime.ts",
|
|
490
|
+
"line": 226,
|
|
491
|
+
"character": 5
|
|
492
|
+
},
|
|
493
|
+
"name": "IssuesMain"
|
|
532
494
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"location": {
|
|
542
|
-
"filePath": "status.main.runtime.ts",
|
|
543
|
-
"line": 228,
|
|
544
|
-
"character": 5
|
|
495
|
+
{
|
|
496
|
+
"__schema": "TypeRefSchema",
|
|
497
|
+
"location": {
|
|
498
|
+
"filePath": "status.main.runtime.ts",
|
|
499
|
+
"line": 227,
|
|
500
|
+
"character": 5
|
|
501
|
+
},
|
|
502
|
+
"name": "RemoveMain"
|
|
545
503
|
},
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
"
|
|
549
|
-
|
|
504
|
+
{
|
|
505
|
+
"__schema": "TypeRefSchema",
|
|
506
|
+
"location": {
|
|
507
|
+
"filePath": "status.main.runtime.ts",
|
|
508
|
+
"line": 228,
|
|
509
|
+
"character": 5
|
|
510
|
+
},
|
|
511
|
+
"name": "LanesMain"
|
|
550
512
|
}
|
|
551
|
-
|
|
552
|
-
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
"isOptional": false,
|
|
516
|
+
"isSpread": false
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"returnType": {
|
|
520
|
+
"__schema": "InferenceTypeSchema",
|
|
521
|
+
"location": {
|
|
522
|
+
"filePath": "status.main.runtime.ts",
|
|
523
|
+
"line": 222,
|
|
524
|
+
"character": 3
|
|
553
525
|
},
|
|
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
|
|
526
|
+
"type": "Promise<StatusMain>"
|
|
564
527
|
},
|
|
565
|
-
"
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
"implementNodes": []
|
|
528
|
+
"modifiers": [
|
|
529
|
+
"static",
|
|
530
|
+
"async"
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"extendsNodes": [],
|
|
535
|
+
"implementNodes": []
|
|
536
|
+
}
|
|
575
537
|
},
|
|
576
538
|
{
|
|
577
539
|
"__schema": "UnImplementedSchema",
|
|
@@ -584,30 +546,39 @@
|
|
|
584
546
|
"type": "Identifier"
|
|
585
547
|
},
|
|
586
548
|
{
|
|
587
|
-
"__schema": "
|
|
549
|
+
"__schema": "ExportSchema",
|
|
588
550
|
"location": {
|
|
589
|
-
"filePath": "
|
|
590
|
-
"line":
|
|
591
|
-
"character":
|
|
551
|
+
"filePath": "index.ts",
|
|
552
|
+
"line": 5,
|
|
553
|
+
"character": 10
|
|
592
554
|
},
|
|
593
|
-
"signature": "const StatusAspect: Aspect",
|
|
594
555
|
"name": "StatusAspect",
|
|
595
|
-
"
|
|
596
|
-
"__schema": "
|
|
556
|
+
"exportNode": {
|
|
557
|
+
"__schema": "VariableLikeSchema",
|
|
597
558
|
"location": {
|
|
598
559
|
"filePath": "status.aspect.ts",
|
|
599
560
|
"line": 3,
|
|
600
561
|
"character": 14
|
|
601
562
|
},
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
563
|
+
"signature": "const StatusAspect: Aspect",
|
|
564
|
+
"name": "StatusAspect",
|
|
565
|
+
"type": {
|
|
566
|
+
"__schema": "TypeRefSchema",
|
|
567
|
+
"location": {
|
|
568
|
+
"filePath": "status.aspect.ts",
|
|
569
|
+
"line": 3,
|
|
570
|
+
"character": 14
|
|
571
|
+
},
|
|
572
|
+
"name": "Aspect",
|
|
573
|
+
"componentId": {
|
|
574
|
+
"scope": "teambit.harmony",
|
|
575
|
+
"name": "harmony",
|
|
576
|
+
"version": "0.4.6"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"isOptional": false,
|
|
580
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/status',\n})"
|
|
581
|
+
}
|
|
611
582
|
}
|
|
612
583
|
],
|
|
613
584
|
"internals": []
|
|
@@ -661,12 +632,7 @@
|
|
|
661
632
|
"line": 26,
|
|
662
633
|
"character": 18
|
|
663
634
|
},
|
|
664
|
-
"name": "ComponentID"
|
|
665
|
-
"componentId": {
|
|
666
|
-
"scope": "teambit.component",
|
|
667
|
-
"name": "component-id",
|
|
668
|
-
"version": "1.2.0"
|
|
669
|
-
}
|
|
635
|
+
"name": "ComponentID"
|
|
670
636
|
}
|
|
671
637
|
},
|
|
672
638
|
"isOptional": false
|
|
@@ -694,12 +660,7 @@
|
|
|
694
660
|
"line": 27,
|
|
695
661
|
"character": 23
|
|
696
662
|
},
|
|
697
|
-
"name": "ComponentID"
|
|
698
|
-
"componentId": {
|
|
699
|
-
"scope": "teambit.component",
|
|
700
|
-
"name": "component-id",
|
|
701
|
-
"version": "1.2.0"
|
|
702
|
-
}
|
|
663
|
+
"name": "ComponentID"
|
|
703
664
|
}
|
|
704
665
|
},
|
|
705
666
|
"isOptional": false
|
|
@@ -888,12 +849,7 @@
|
|
|
888
849
|
"line": 30,
|
|
889
850
|
"character": 28
|
|
890
851
|
},
|
|
891
|
-
"name": "ComponentID"
|
|
892
|
-
"componentId": {
|
|
893
|
-
"scope": "teambit.component",
|
|
894
|
-
"name": "component-id",
|
|
895
|
-
"version": "1.2.0"
|
|
896
|
-
}
|
|
852
|
+
"name": "ComponentID"
|
|
897
853
|
}
|
|
898
854
|
},
|
|
899
855
|
"isOptional": false
|
|
@@ -921,12 +877,7 @@
|
|
|
921
877
|
"line": 31,
|
|
922
878
|
"character": 29
|
|
923
879
|
},
|
|
924
|
-
"name": "ComponentID"
|
|
925
|
-
"componentId": {
|
|
926
|
-
"scope": "teambit.component",
|
|
927
|
-
"name": "component-id",
|
|
928
|
-
"version": "1.2.0"
|
|
929
|
-
}
|
|
880
|
+
"name": "ComponentID"
|
|
930
881
|
}
|
|
931
882
|
},
|
|
932
883
|
"isOptional": false
|
|
@@ -1028,12 +979,7 @@
|
|
|
1028
979
|
"line": 33,
|
|
1029
980
|
"character": 23
|
|
1030
981
|
},
|
|
1031
|
-
"name": "ComponentID"
|
|
1032
|
-
"componentId": {
|
|
1033
|
-
"scope": "teambit.component",
|
|
1034
|
-
"name": "component-id",
|
|
1035
|
-
"version": "1.2.0"
|
|
1036
|
-
}
|
|
982
|
+
"name": "ComponentID"
|
|
1037
983
|
}
|
|
1038
984
|
},
|
|
1039
985
|
"isOptional": false
|
|
@@ -1061,12 +1007,7 @@
|
|
|
1061
1007
|
"line": 34,
|
|
1062
1008
|
"character": 24
|
|
1063
1009
|
},
|
|
1064
|
-
"name": "ComponentID"
|
|
1065
|
-
"componentId": {
|
|
1066
|
-
"scope": "teambit.component",
|
|
1067
|
-
"name": "component-id",
|
|
1068
|
-
"version": "1.2.0"
|
|
1069
|
-
}
|
|
1010
|
+
"name": "ComponentID"
|
|
1070
1011
|
}
|
|
1071
1012
|
},
|
|
1072
1013
|
"isOptional": false
|
|
@@ -1188,8 +1129,7 @@
|
|
|
1188
1129
|
"line": 36,
|
|
1189
1130
|
"character": 27
|
|
1190
1131
|
},
|
|
1191
|
-
"name": "DivergeDataPerId"
|
|
1192
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
1132
|
+
"name": "DivergeDataPerId"
|
|
1193
1133
|
}
|
|
1194
1134
|
},
|
|
1195
1135
|
"isOptional": false
|
|
@@ -1217,12 +1157,7 @@
|
|
|
1217
1157
|
"line": 37,
|
|
1218
1158
|
"character": 31
|
|
1219
1159
|
},
|
|
1220
|
-
"name": "ComponentID"
|
|
1221
|
-
"componentId": {
|
|
1222
|
-
"scope": "teambit.component",
|
|
1223
|
-
"name": "component-id",
|
|
1224
|
-
"version": "1.2.0"
|
|
1225
|
-
}
|
|
1160
|
+
"name": "ComponentID"
|
|
1226
1161
|
}
|
|
1227
1162
|
},
|
|
1228
1163
|
"isOptional": false
|
|
@@ -1250,12 +1185,7 @@
|
|
|
1250
1185
|
"line": 38,
|
|
1251
1186
|
"character": 25
|
|
1252
1187
|
},
|
|
1253
|
-
"name": "ComponentID"
|
|
1254
|
-
"componentId": {
|
|
1255
|
-
"scope": "teambit.component",
|
|
1256
|
-
"name": "component-id",
|
|
1257
|
-
"version": "1.2.0"
|
|
1258
|
-
}
|
|
1188
|
+
"name": "ComponentID"
|
|
1259
1189
|
}
|
|
1260
1190
|
},
|
|
1261
1191
|
"isOptional": false
|
|
@@ -1283,12 +1213,7 @@
|
|
|
1283
1213
|
"line": 39,
|
|
1284
1214
|
"character": 22
|
|
1285
1215
|
},
|
|
1286
|
-
"name": "ComponentID"
|
|
1287
|
-
"componentId": {
|
|
1288
|
-
"scope": "teambit.component",
|
|
1289
|
-
"name": "component-id",
|
|
1290
|
-
"version": "1.2.0"
|
|
1291
|
-
}
|
|
1216
|
+
"name": "ComponentID"
|
|
1292
1217
|
}
|
|
1293
1218
|
},
|
|
1294
1219
|
"isOptional": false
|
|
@@ -1316,8 +1241,7 @@
|
|
|
1316
1241
|
"line": 40,
|
|
1317
1242
|
"character": 27
|
|
1318
1243
|
},
|
|
1319
|
-
"name": "DivergeDataPerId"
|
|
1320
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
1244
|
+
"name": "DivergeDataPerId"
|
|
1321
1245
|
}
|
|
1322
1246
|
},
|
|
1323
1247
|
"isOptional": false
|
|
@@ -1345,8 +1269,7 @@
|
|
|
1345
1269
|
"line": 41,
|
|
1346
1270
|
"character": 22
|
|
1347
1271
|
},
|
|
1348
|
-
"name": "DivergeDataPerId"
|
|
1349
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
1272
|
+
"name": "DivergeDataPerId"
|
|
1350
1273
|
}
|
|
1351
1274
|
},
|
|
1352
1275
|
"isOptional": false
|
|
@@ -1374,12 +1297,7 @@
|
|
|
1374
1297
|
"line": 42,
|
|
1375
1298
|
"character": 22
|
|
1376
1299
|
},
|
|
1377
|
-
"name": "ComponentID"
|
|
1378
|
-
"componentId": {
|
|
1379
|
-
"scope": "teambit.component",
|
|
1380
|
-
"name": "component-id",
|
|
1381
|
-
"version": "1.2.0"
|
|
1382
|
-
}
|
|
1300
|
+
"name": "ComponentID"
|
|
1383
1301
|
}
|
|
1384
1302
|
},
|
|
1385
1303
|
"isOptional": false
|
|
@@ -1425,12 +1343,7 @@
|
|
|
1425
1343
|
"line": 44,
|
|
1426
1344
|
"character": 18
|
|
1427
1345
|
},
|
|
1428
|
-
"name": "LaneId"
|
|
1429
|
-
"componentId": {
|
|
1430
|
-
"scope": "teambit.lanes",
|
|
1431
|
-
"name": "lane-id",
|
|
1432
|
-
"version": "0.0.311"
|
|
1433
|
-
}
|
|
1346
|
+
"name": "LaneId"
|
|
1434
1347
|
},
|
|
1435
1348
|
"isOptional": true
|
|
1436
1349
|
},
|
|
@@ -1505,12 +1418,7 @@
|
|
|
1505
1418
|
"line": 49,
|
|
1506
1419
|
"character": 13
|
|
1507
1420
|
},
|
|
1508
|
-
"name": "ComponentID"
|
|
1509
|
-
"componentId": {
|
|
1510
|
-
"scope": "teambit.component",
|
|
1511
|
-
"name": "component-id",
|
|
1512
|
-
"version": "1.2.0"
|
|
1513
|
-
}
|
|
1421
|
+
"name": "ComponentID"
|
|
1514
1422
|
}
|
|
1515
1423
|
},
|
|
1516
1424
|
"isOptional": false
|
|
@@ -1538,12 +1446,7 @@
|
|
|
1538
1446
|
"line": 50,
|
|
1539
1447
|
"character": 13
|
|
1540
1448
|
},
|
|
1541
|
-
"name": "ComponentID"
|
|
1542
|
-
"componentId": {
|
|
1543
|
-
"scope": "teambit.component",
|
|
1544
|
-
"name": "component-id",
|
|
1545
|
-
"version": "1.2.0"
|
|
1546
|
-
}
|
|
1449
|
+
"name": "ComponentID"
|
|
1547
1450
|
}
|
|
1548
1451
|
},
|
|
1549
1452
|
"isOptional": false
|
|
@@ -1571,11 +1474,7 @@
|
|
|
1571
1474
|
"line": 51,
|
|
1572
1475
|
"character": 20
|
|
1573
1476
|
},
|
|
1574
|
-
"name": "Component"
|
|
1575
|
-
"componentId": {
|
|
1576
|
-
"scope": "teambit.component",
|
|
1577
|
-
"name": "component"
|
|
1578
|
-
}
|
|
1477
|
+
"name": "Component"
|
|
1579
1478
|
}
|
|
1580
1479
|
},
|
|
1581
1480
|
"isOptional": true
|
|
@@ -1618,11 +1517,7 @@
|
|
|
1618
1517
|
"line": 56,
|
|
1619
1518
|
"character": 24
|
|
1620
1519
|
},
|
|
1621
|
-
"name": "Workspace"
|
|
1622
|
-
"componentId": {
|
|
1623
|
-
"scope": "teambit.workspace",
|
|
1624
|
-
"name": "workspace"
|
|
1625
|
-
}
|
|
1520
|
+
"name": "Workspace"
|
|
1626
1521
|
},
|
|
1627
1522
|
"isOptional": false,
|
|
1628
1523
|
"isSpread": false
|
|
@@ -1642,11 +1537,7 @@
|
|
|
1642
1537
|
"line": 57,
|
|
1643
1538
|
"character": 21
|
|
1644
1539
|
},
|
|
1645
|
-
"name": "IssuesMain"
|
|
1646
|
-
"componentId": {
|
|
1647
|
-
"scope": "teambit.component",
|
|
1648
|
-
"name": "issues"
|
|
1649
|
-
}
|
|
1540
|
+
"name": "IssuesMain"
|
|
1650
1541
|
},
|
|
1651
1542
|
"isOptional": false,
|
|
1652
1543
|
"isSpread": false
|
|
@@ -1666,11 +1557,7 @@
|
|
|
1666
1557
|
"line": 58,
|
|
1667
1558
|
"character": 23
|
|
1668
1559
|
},
|
|
1669
|
-
"name": "InsightsMain"
|
|
1670
|
-
"componentId": {
|
|
1671
|
-
"scope": "teambit.explorer",
|
|
1672
|
-
"name": "insights"
|
|
1673
|
-
}
|
|
1560
|
+
"name": "InsightsMain"
|
|
1674
1561
|
},
|
|
1675
1562
|
"isOptional": false,
|
|
1676
1563
|
"isSpread": false
|
|
@@ -1690,11 +1577,7 @@
|
|
|
1690
1577
|
"line": 59,
|
|
1691
1578
|
"character": 21
|
|
1692
1579
|
},
|
|
1693
|
-
"name": "RemoveMain"
|
|
1694
|
-
"componentId": {
|
|
1695
|
-
"scope": "teambit.component",
|
|
1696
|
-
"name": "remove"
|
|
1697
|
-
}
|
|
1580
|
+
"name": "RemoveMain"
|
|
1698
1581
|
},
|
|
1699
1582
|
"isOptional": false,
|
|
1700
1583
|
"isSpread": false
|
|
@@ -1714,11 +1597,7 @@
|
|
|
1714
1597
|
"line": 60,
|
|
1715
1598
|
"character": 20
|
|
1716
1599
|
},
|
|
1717
|
-
"name": "LanesMain"
|
|
1718
|
-
"componentId": {
|
|
1719
|
-
"scope": "teambit.lanes",
|
|
1720
|
-
"name": "lanes"
|
|
1721
|
-
}
|
|
1600
|
+
"name": "LanesMain"
|
|
1722
1601
|
},
|
|
1723
1602
|
"isOptional": false,
|
|
1724
1603
|
"isSpread": false
|
|
@@ -1865,8 +1744,7 @@
|
|
|
1865
1744
|
"line": 69,
|
|
1866
1745
|
"character": 15
|
|
1867
1746
|
},
|
|
1868
|
-
"name": "StatusResult"
|
|
1869
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
1747
|
+
"name": "StatusResult"
|
|
1870
1748
|
}
|
|
1871
1749
|
]
|
|
1872
1750
|
},
|
|
@@ -1919,8 +1797,7 @@
|
|
|
1919
1797
|
"line": 164,
|
|
1920
1798
|
"character": 53
|
|
1921
1799
|
},
|
|
1922
|
-
"name": "MiniStatusOpts"
|
|
1923
|
-
"internalFilePath": "mini-status-cmd.ts"
|
|
1800
|
+
"name": "MiniStatusOpts"
|
|
1924
1801
|
},
|
|
1925
1802
|
"isOptional": true,
|
|
1926
1803
|
"defaultValue": "{}",
|
|
@@ -1943,8 +1820,7 @@
|
|
|
1943
1820
|
"line": 164,
|
|
1944
1821
|
"character": 83
|
|
1945
1822
|
},
|
|
1946
|
-
"name": "MiniStatusResults"
|
|
1947
|
-
"internalFilePath": "status.main.runtime.ts"
|
|
1823
|
+
"name": "MiniStatusResults"
|
|
1948
1824
|
}
|
|
1949
1825
|
]
|
|
1950
1826
|
},
|
|
@@ -2048,11 +1924,7 @@
|
|
|
2048
1924
|
"line": 223,
|
|
2049
1925
|
"character": 5
|
|
2050
1926
|
},
|
|
2051
|
-
"name": "CLIMain"
|
|
2052
|
-
"componentId": {
|
|
2053
|
-
"scope": "teambit.harmony",
|
|
2054
|
-
"name": "cli"
|
|
2055
|
-
}
|
|
1927
|
+
"name": "CLIMain"
|
|
2056
1928
|
},
|
|
2057
1929
|
{
|
|
2058
1930
|
"__schema": "TypeRefSchema",
|
|
@@ -2061,11 +1933,7 @@
|
|
|
2061
1933
|
"line": 224,
|
|
2062
1934
|
"character": 5
|
|
2063
1935
|
},
|
|
2064
|
-
"name": "Workspace"
|
|
2065
|
-
"componentId": {
|
|
2066
|
-
"scope": "teambit.workspace",
|
|
2067
|
-
"name": "workspace"
|
|
2068
|
-
}
|
|
1936
|
+
"name": "Workspace"
|
|
2069
1937
|
},
|
|
2070
1938
|
{
|
|
2071
1939
|
"__schema": "TypeRefSchema",
|
|
@@ -2074,11 +1942,7 @@
|
|
|
2074
1942
|
"line": 225,
|
|
2075
1943
|
"character": 5
|
|
2076
1944
|
},
|
|
2077
|
-
"name": "InsightsMain"
|
|
2078
|
-
"componentId": {
|
|
2079
|
-
"scope": "teambit.explorer",
|
|
2080
|
-
"name": "insights"
|
|
2081
|
-
}
|
|
1945
|
+
"name": "InsightsMain"
|
|
2082
1946
|
},
|
|
2083
1947
|
{
|
|
2084
1948
|
"__schema": "TypeRefSchema",
|
|
@@ -2087,11 +1951,7 @@
|
|
|
2087
1951
|
"line": 226,
|
|
2088
1952
|
"character": 5
|
|
2089
1953
|
},
|
|
2090
|
-
"name": "IssuesMain"
|
|
2091
|
-
"componentId": {
|
|
2092
|
-
"scope": "teambit.component",
|
|
2093
|
-
"name": "issues"
|
|
2094
|
-
}
|
|
1954
|
+
"name": "IssuesMain"
|
|
2095
1955
|
},
|
|
2096
1956
|
{
|
|
2097
1957
|
"__schema": "TypeRefSchema",
|
|
@@ -2100,11 +1960,7 @@
|
|
|
2100
1960
|
"line": 227,
|
|
2101
1961
|
"character": 5
|
|
2102
1962
|
},
|
|
2103
|
-
"name": "RemoveMain"
|
|
2104
|
-
"componentId": {
|
|
2105
|
-
"scope": "teambit.component",
|
|
2106
|
-
"name": "remove"
|
|
2107
|
-
}
|
|
1963
|
+
"name": "RemoveMain"
|
|
2108
1964
|
},
|
|
2109
1965
|
{
|
|
2110
1966
|
"__schema": "TypeRefSchema",
|
|
@@ -2113,11 +1969,7 @@
|
|
|
2113
1969
|
"line": 228,
|
|
2114
1970
|
"character": 5
|
|
2115
1971
|
},
|
|
2116
|
-
"name": "LanesMain"
|
|
2117
|
-
"componentId": {
|
|
2118
|
-
"scope": "teambit.lanes",
|
|
2119
|
-
"name": "lanes"
|
|
2120
|
-
}
|
|
1972
|
+
"name": "LanesMain"
|
|
2121
1973
|
}
|
|
2122
1974
|
]
|
|
2123
1975
|
},
|
|
@@ -2264,7 +2116,7 @@
|
|
|
2264
2116
|
"componentId": {
|
|
2265
2117
|
"scope": "teambit.component",
|
|
2266
2118
|
"name": "status",
|
|
2267
|
-
"version": "1.0.
|
|
2119
|
+
"version": "1.0.258"
|
|
2268
2120
|
},
|
|
2269
2121
|
"taggedModuleExports": []
|
|
2270
2122
|
}
|