@teambit/remove 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/__bit_junit.xml +1 -1
- package/artifacts/schema.json +1861 -1430
- package/dist/delete-cmd.d.ts +2 -1
- package/dist/delete-cmd.js +6 -3
- package/dist/delete-cmd.js.map +1 -1
- package/dist/remove.fragment.js +6 -3
- package/dist/remove.fragment.js.map +1 -1
- package/dist/remove.main.runtime.d.ts +24 -7
- package/dist/remove.main.runtime.js +81 -26
- package/dist/remove.main.runtime.js.map +1 -1
- package/package.json +13 -10
- /package/dist/{preview-1714360874807.js → preview-1714533890836.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -14,164 +14,300 @@
|
|
|
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 RemoveMain",
|
|
24
23
|
"name": "RemoveMain",
|
|
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": "remove.main.runtime.ts",
|
|
28
|
+
"line": 44,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class RemoveMain",
|
|
32
|
+
"name": "RemoveMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "remove.main.runtime.ts",
|
|
38
|
+
"line": 45,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain): RemoveMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "remove.main.runtime.ts",
|
|
48
|
-
"line":
|
|
49
|
-
"character":
|
|
48
|
+
"line": 46,
|
|
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": "remove.main.runtime.ts",
|
|
56
|
+
"line": 46,
|
|
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": "remove.main.runtime.ts",
|
|
72
|
-
"line":
|
|
73
|
-
"character":
|
|
72
|
+
"line": 47,
|
|
73
|
+
"character": 5
|
|
74
74
|
},
|
|
75
|
-
"name": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
75
|
+
"name": "scope",
|
|
76
|
+
"type": {
|
|
77
|
+
"__schema": "TypeRefSchema",
|
|
78
|
+
"location": {
|
|
79
|
+
"filePath": "remove.main.runtime.ts",
|
|
80
|
+
"line": 47,
|
|
81
|
+
"character": 20
|
|
82
|
+
},
|
|
83
|
+
"name": "ScopeMain",
|
|
84
|
+
"componentId": {
|
|
85
|
+
"scope": "teambit.scope",
|
|
86
|
+
"name": "scope"
|
|
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": "remove.main.runtime.ts",
|
|
96
|
-
"line":
|
|
97
|
-
"character":
|
|
96
|
+
"line": 48,
|
|
97
|
+
"character": 5
|
|
98
98
|
},
|
|
99
|
-
"name": "
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
99
|
+
"name": "logger",
|
|
100
|
+
"type": {
|
|
101
|
+
"__schema": "TypeRefSchema",
|
|
102
|
+
"location": {
|
|
103
|
+
"filePath": "remove.main.runtime.ts",
|
|
104
|
+
"line": 48,
|
|
105
|
+
"character": 20
|
|
106
|
+
},
|
|
107
|
+
"name": "Logger",
|
|
108
|
+
"componentId": {
|
|
109
|
+
"scope": "teambit.harmony",
|
|
110
|
+
"name": "logger"
|
|
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": "remove.main.runtime.ts",
|
|
120
|
-
"line":
|
|
121
|
-
"character":
|
|
120
|
+
"line": 49,
|
|
121
|
+
"character": 5
|
|
122
122
|
},
|
|
123
|
-
"name": "
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
123
|
+
"name": "importer",
|
|
124
|
+
"type": {
|
|
125
|
+
"__schema": "TypeRefSchema",
|
|
126
|
+
"location": {
|
|
127
|
+
"filePath": "remove.main.runtime.ts",
|
|
128
|
+
"line": 49,
|
|
129
|
+
"character": 23
|
|
130
|
+
},
|
|
131
|
+
"name": "ImporterMain",
|
|
132
|
+
"componentId": {
|
|
133
|
+
"scope": "teambit.scope",
|
|
134
|
+
"name": "importer"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"isOptional": false,
|
|
138
|
+
"isSpread": false
|
|
128
139
|
},
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
{
|
|
155
|
-
"__schema": "
|
|
140
|
+
{
|
|
141
|
+
"__schema": "ParameterSchema",
|
|
142
|
+
"location": {
|
|
143
|
+
"filePath": "remove.main.runtime.ts",
|
|
144
|
+
"line": 50,
|
|
145
|
+
"character": 5
|
|
146
|
+
},
|
|
147
|
+
"name": "depResolver",
|
|
148
|
+
"type": {
|
|
149
|
+
"__schema": "TypeRefSchema",
|
|
150
|
+
"location": {
|
|
151
|
+
"filePath": "remove.main.runtime.ts",
|
|
152
|
+
"line": 50,
|
|
153
|
+
"character": 26
|
|
154
|
+
},
|
|
155
|
+
"name": "DependencyResolverMain",
|
|
156
|
+
"componentId": {
|
|
157
|
+
"scope": "teambit.dependencies",
|
|
158
|
+
"name": "dependency-resolver"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"isOptional": false,
|
|
162
|
+
"isSpread": false
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"returnType": {
|
|
166
|
+
"__schema": "ThisTypeSchema",
|
|
156
167
|
"location": {
|
|
157
168
|
"filePath": "remove.main.runtime.ts",
|
|
158
169
|
"line": 44,
|
|
159
|
-
"character":
|
|
170
|
+
"character": 1
|
|
160
171
|
},
|
|
161
|
-
"name": "
|
|
162
|
-
|
|
163
|
-
|
|
172
|
+
"name": "RemoveMain"
|
|
173
|
+
},
|
|
174
|
+
"modifiers": []
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"__schema": "FunctionLikeSchema",
|
|
178
|
+
"location": {
|
|
179
|
+
"filePath": "remove.main.runtime.ts",
|
|
180
|
+
"line": 53,
|
|
181
|
+
"character": 3
|
|
182
|
+
},
|
|
183
|
+
"signature": "(method) RemoveMain.remove({ componentsPattern, force, remote, track, deleteFiles, }: {\n componentsPattern: string;\n force?: boolean;\n remote?: boolean;\n track?: boolean;\n deleteFiles?: boolean;\n}): Promise<RemoveComponentsResult>",
|
|
184
|
+
"name": "remove",
|
|
185
|
+
"params": [
|
|
186
|
+
{
|
|
187
|
+
"__schema": "ParameterSchema",
|
|
164
188
|
"location": {
|
|
165
189
|
"filePath": "remove.main.runtime.ts",
|
|
166
|
-
"line":
|
|
167
|
-
"character":
|
|
190
|
+
"line": 53,
|
|
191
|
+
"character": 16
|
|
192
|
+
},
|
|
193
|
+
"name": "{ componentsPattern, force = false, remote = false, track = false, deleteFiles = true }",
|
|
194
|
+
"type": {
|
|
195
|
+
"__schema": "TypeLiteralSchema",
|
|
196
|
+
"location": {
|
|
197
|
+
"filePath": "remove.main.runtime.ts",
|
|
198
|
+
"line": 59,
|
|
199
|
+
"character": 6
|
|
200
|
+
},
|
|
201
|
+
"members": [
|
|
202
|
+
{
|
|
203
|
+
"__schema": "VariableLikeSchema",
|
|
204
|
+
"location": {
|
|
205
|
+
"filePath": "remove.main.runtime.ts",
|
|
206
|
+
"line": 60,
|
|
207
|
+
"character": 5
|
|
208
|
+
},
|
|
209
|
+
"signature": "(property) componentsPattern: string",
|
|
210
|
+
"name": "componentsPattern",
|
|
211
|
+
"type": {
|
|
212
|
+
"__schema": "KeywordTypeSchema",
|
|
213
|
+
"location": {
|
|
214
|
+
"filePath": "remove.main.runtime.ts",
|
|
215
|
+
"line": 60,
|
|
216
|
+
"character": 24
|
|
217
|
+
},
|
|
218
|
+
"name": "string"
|
|
219
|
+
},
|
|
220
|
+
"isOptional": false
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"__schema": "VariableLikeSchema",
|
|
224
|
+
"location": {
|
|
225
|
+
"filePath": "remove.main.runtime.ts",
|
|
226
|
+
"line": 61,
|
|
227
|
+
"character": 5
|
|
228
|
+
},
|
|
229
|
+
"signature": "(property) force?: boolean | undefined",
|
|
230
|
+
"name": "force",
|
|
231
|
+
"type": {
|
|
232
|
+
"__schema": "KeywordTypeSchema",
|
|
233
|
+
"location": {
|
|
234
|
+
"filePath": "remove.main.runtime.ts",
|
|
235
|
+
"line": 61,
|
|
236
|
+
"character": 13
|
|
237
|
+
},
|
|
238
|
+
"name": "boolean"
|
|
239
|
+
},
|
|
240
|
+
"isOptional": true
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"__schema": "VariableLikeSchema",
|
|
244
|
+
"location": {
|
|
245
|
+
"filePath": "remove.main.runtime.ts",
|
|
246
|
+
"line": 62,
|
|
247
|
+
"character": 5
|
|
248
|
+
},
|
|
249
|
+
"signature": "(property) remote?: boolean | undefined",
|
|
250
|
+
"name": "remote",
|
|
251
|
+
"type": {
|
|
252
|
+
"__schema": "KeywordTypeSchema",
|
|
253
|
+
"location": {
|
|
254
|
+
"filePath": "remove.main.runtime.ts",
|
|
255
|
+
"line": 62,
|
|
256
|
+
"character": 14
|
|
257
|
+
},
|
|
258
|
+
"name": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"isOptional": true
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"__schema": "VariableLikeSchema",
|
|
264
|
+
"location": {
|
|
265
|
+
"filePath": "remove.main.runtime.ts",
|
|
266
|
+
"line": 63,
|
|
267
|
+
"character": 5
|
|
268
|
+
},
|
|
269
|
+
"signature": "(property) track?: boolean | undefined",
|
|
270
|
+
"name": "track",
|
|
271
|
+
"type": {
|
|
272
|
+
"__schema": "KeywordTypeSchema",
|
|
273
|
+
"location": {
|
|
274
|
+
"filePath": "remove.main.runtime.ts",
|
|
275
|
+
"line": 63,
|
|
276
|
+
"character": 13
|
|
277
|
+
},
|
|
278
|
+
"name": "boolean"
|
|
279
|
+
},
|
|
280
|
+
"isOptional": true
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"__schema": "VariableLikeSchema",
|
|
284
|
+
"location": {
|
|
285
|
+
"filePath": "remove.main.runtime.ts",
|
|
286
|
+
"line": 64,
|
|
287
|
+
"character": 5
|
|
288
|
+
},
|
|
289
|
+
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
290
|
+
"name": "deleteFiles",
|
|
291
|
+
"type": {
|
|
292
|
+
"__schema": "KeywordTypeSchema",
|
|
293
|
+
"location": {
|
|
294
|
+
"filePath": "remove.main.runtime.ts",
|
|
295
|
+
"line": 64,
|
|
296
|
+
"character": 19
|
|
297
|
+
},
|
|
298
|
+
"name": "boolean"
|
|
299
|
+
},
|
|
300
|
+
"isOptional": true
|
|
301
|
+
}
|
|
302
|
+
]
|
|
168
303
|
},
|
|
169
|
-
"
|
|
304
|
+
"isOptional": false,
|
|
305
|
+
"objectBindingNodes": [
|
|
170
306
|
{
|
|
171
307
|
"__schema": "VariableLikeSchema",
|
|
172
308
|
"location": {
|
|
173
309
|
"filePath": "remove.main.runtime.ts",
|
|
174
|
-
"line":
|
|
310
|
+
"line": 60,
|
|
175
311
|
"character": 5
|
|
176
312
|
},
|
|
177
313
|
"signature": "(property) componentsPattern: string",
|
|
@@ -180,7 +316,7 @@
|
|
|
180
316
|
"__schema": "KeywordTypeSchema",
|
|
181
317
|
"location": {
|
|
182
318
|
"filePath": "remove.main.runtime.ts",
|
|
183
|
-
"line":
|
|
319
|
+
"line": 60,
|
|
184
320
|
"character": 24
|
|
185
321
|
},
|
|
186
322
|
"name": "string"
|
|
@@ -191,7 +327,7 @@
|
|
|
191
327
|
"__schema": "VariableLikeSchema",
|
|
192
328
|
"location": {
|
|
193
329
|
"filePath": "remove.main.runtime.ts",
|
|
194
|
-
"line":
|
|
330
|
+
"line": 61,
|
|
195
331
|
"character": 5
|
|
196
332
|
},
|
|
197
333
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -200,7 +336,7 @@
|
|
|
200
336
|
"__schema": "KeywordTypeSchema",
|
|
201
337
|
"location": {
|
|
202
338
|
"filePath": "remove.main.runtime.ts",
|
|
203
|
-
"line":
|
|
339
|
+
"line": 61,
|
|
204
340
|
"character": 13
|
|
205
341
|
},
|
|
206
342
|
"name": "boolean"
|
|
@@ -211,7 +347,7 @@
|
|
|
211
347
|
"__schema": "VariableLikeSchema",
|
|
212
348
|
"location": {
|
|
213
349
|
"filePath": "remove.main.runtime.ts",
|
|
214
|
-
"line":
|
|
350
|
+
"line": 62,
|
|
215
351
|
"character": 5
|
|
216
352
|
},
|
|
217
353
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -220,7 +356,7 @@
|
|
|
220
356
|
"__schema": "KeywordTypeSchema",
|
|
221
357
|
"location": {
|
|
222
358
|
"filePath": "remove.main.runtime.ts",
|
|
223
|
-
"line":
|
|
359
|
+
"line": 62,
|
|
224
360
|
"character": 14
|
|
225
361
|
},
|
|
226
362
|
"name": "boolean"
|
|
@@ -231,7 +367,7 @@
|
|
|
231
367
|
"__schema": "VariableLikeSchema",
|
|
232
368
|
"location": {
|
|
233
369
|
"filePath": "remove.main.runtime.ts",
|
|
234
|
-
"line":
|
|
370
|
+
"line": 63,
|
|
235
371
|
"character": 5
|
|
236
372
|
},
|
|
237
373
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -240,7 +376,7 @@
|
|
|
240
376
|
"__schema": "KeywordTypeSchema",
|
|
241
377
|
"location": {
|
|
242
378
|
"filePath": "remove.main.runtime.ts",
|
|
243
|
-
"line":
|
|
379
|
+
"line": 63,
|
|
244
380
|
"character": 13
|
|
245
381
|
},
|
|
246
382
|
"name": "boolean"
|
|
@@ -251,7 +387,7 @@
|
|
|
251
387
|
"__schema": "VariableLikeSchema",
|
|
252
388
|
"location": {
|
|
253
389
|
"filePath": "remove.main.runtime.ts",
|
|
254
|
-
"line":
|
|
390
|
+
"line": 64,
|
|
255
391
|
"character": 5
|
|
256
392
|
},
|
|
257
393
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -260,220 +396,161 @@
|
|
|
260
396
|
"__schema": "KeywordTypeSchema",
|
|
261
397
|
"location": {
|
|
262
398
|
"filePath": "remove.main.runtime.ts",
|
|
263
|
-
"line":
|
|
399
|
+
"line": 64,
|
|
264
400
|
"character": 19
|
|
265
401
|
},
|
|
266
402
|
"name": "boolean"
|
|
267
403
|
},
|
|
268
404
|
"isOptional": true
|
|
269
405
|
}
|
|
270
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"isSpread": false
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"returnType": {
|
|
411
|
+
"__schema": "TypeRefSchema",
|
|
412
|
+
"location": {
|
|
413
|
+
"filePath": "remove.main.runtime.ts",
|
|
414
|
+
"line": 65,
|
|
415
|
+
"character": 7
|
|
271
416
|
},
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
{
|
|
275
|
-
"__schema": "VariableLikeSchema",
|
|
276
|
-
"location": {
|
|
277
|
-
"filePath": "remove.main.runtime.ts",
|
|
278
|
-
"line": 51,
|
|
279
|
-
"character": 5
|
|
280
|
-
},
|
|
281
|
-
"signature": "(property) componentsPattern: string",
|
|
282
|
-
"name": "componentsPattern",
|
|
283
|
-
"type": {
|
|
284
|
-
"__schema": "KeywordTypeSchema",
|
|
285
|
-
"location": {
|
|
286
|
-
"filePath": "remove.main.runtime.ts",
|
|
287
|
-
"line": 51,
|
|
288
|
-
"character": 24
|
|
289
|
-
},
|
|
290
|
-
"name": "string"
|
|
291
|
-
},
|
|
292
|
-
"isOptional": false
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"__schema": "VariableLikeSchema",
|
|
296
|
-
"location": {
|
|
297
|
-
"filePath": "remove.main.runtime.ts",
|
|
298
|
-
"line": 52,
|
|
299
|
-
"character": 5
|
|
300
|
-
},
|
|
301
|
-
"signature": "(property) force?: boolean | undefined",
|
|
302
|
-
"name": "force",
|
|
303
|
-
"type": {
|
|
304
|
-
"__schema": "KeywordTypeSchema",
|
|
305
|
-
"location": {
|
|
306
|
-
"filePath": "remove.main.runtime.ts",
|
|
307
|
-
"line": 52,
|
|
308
|
-
"character": 13
|
|
309
|
-
},
|
|
310
|
-
"name": "boolean"
|
|
311
|
-
},
|
|
312
|
-
"isOptional": true
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"__schema": "VariableLikeSchema",
|
|
316
|
-
"location": {
|
|
317
|
-
"filePath": "remove.main.runtime.ts",
|
|
318
|
-
"line": 53,
|
|
319
|
-
"character": 5
|
|
320
|
-
},
|
|
321
|
-
"signature": "(property) remote?: boolean | undefined",
|
|
322
|
-
"name": "remote",
|
|
323
|
-
"type": {
|
|
324
|
-
"__schema": "KeywordTypeSchema",
|
|
325
|
-
"location": {
|
|
326
|
-
"filePath": "remove.main.runtime.ts",
|
|
327
|
-
"line": 53,
|
|
328
|
-
"character": 14
|
|
329
|
-
},
|
|
330
|
-
"name": "boolean"
|
|
331
|
-
},
|
|
332
|
-
"isOptional": true
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"__schema": "VariableLikeSchema",
|
|
336
|
-
"location": {
|
|
337
|
-
"filePath": "remove.main.runtime.ts",
|
|
338
|
-
"line": 54,
|
|
339
|
-
"character": 5
|
|
340
|
-
},
|
|
341
|
-
"signature": "(property) track?: boolean | undefined",
|
|
342
|
-
"name": "track",
|
|
343
|
-
"type": {
|
|
344
|
-
"__schema": "KeywordTypeSchema",
|
|
345
|
-
"location": {
|
|
346
|
-
"filePath": "remove.main.runtime.ts",
|
|
347
|
-
"line": 54,
|
|
348
|
-
"character": 13
|
|
349
|
-
},
|
|
350
|
-
"name": "boolean"
|
|
351
|
-
},
|
|
352
|
-
"isOptional": true
|
|
353
|
-
},
|
|
417
|
+
"name": "Promise",
|
|
418
|
+
"typeArgs": [
|
|
354
419
|
{
|
|
355
|
-
"__schema": "
|
|
420
|
+
"__schema": "TypeRefSchema",
|
|
356
421
|
"location": {
|
|
357
422
|
"filePath": "remove.main.runtime.ts",
|
|
358
|
-
"line":
|
|
359
|
-
"character":
|
|
360
|
-
},
|
|
361
|
-
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
362
|
-
"name": "deleteFiles",
|
|
363
|
-
"type": {
|
|
364
|
-
"__schema": "KeywordTypeSchema",
|
|
365
|
-
"location": {
|
|
366
|
-
"filePath": "remove.main.runtime.ts",
|
|
367
|
-
"line": 55,
|
|
368
|
-
"character": 19
|
|
369
|
-
},
|
|
370
|
-
"name": "boolean"
|
|
423
|
+
"line": 65,
|
|
424
|
+
"character": 15
|
|
371
425
|
},
|
|
372
|
-
"
|
|
426
|
+
"name": "RemoveComponentsResult",
|
|
427
|
+
"internalFilePath": "remove-components.ts"
|
|
373
428
|
}
|
|
374
|
-
]
|
|
375
|
-
"isSpread": false
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"returnType": {
|
|
379
|
-
"__schema": "TypeRefSchema",
|
|
380
|
-
"location": {
|
|
381
|
-
"filePath": "remove.main.runtime.ts",
|
|
382
|
-
"line": 56,
|
|
383
|
-
"character": 7
|
|
429
|
+
]
|
|
384
430
|
},
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
{
|
|
388
|
-
"__schema": "TypeRefSchema",
|
|
389
|
-
"location": {
|
|
390
|
-
"filePath": "remove.main.runtime.ts",
|
|
391
|
-
"line": 56,
|
|
392
|
-
"character": 15
|
|
393
|
-
},
|
|
394
|
-
"name": "RemoveComponentsResult",
|
|
395
|
-
"internalFilePath": "remove-components.ts"
|
|
396
|
-
}
|
|
431
|
+
"modifiers": [
|
|
432
|
+
"async"
|
|
397
433
|
]
|
|
398
434
|
},
|
|
399
|
-
|
|
400
|
-
"
|
|
401
|
-
]
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"__schema": "FunctionLikeSchema",
|
|
405
|
-
"location": {
|
|
406
|
-
"filePath": "remove.main.runtime.ts",
|
|
407
|
-
"line": 78,
|
|
408
|
-
"character": 3
|
|
409
|
-
},
|
|
410
|
-
"doc": {
|
|
411
|
-
"__schema": "DocSchema",
|
|
435
|
+
{
|
|
436
|
+
"__schema": "FunctionLikeSchema",
|
|
412
437
|
"location": {
|
|
413
438
|
"filePath": "remove.main.runtime.ts",
|
|
414
|
-
"line":
|
|
439
|
+
"line": 87,
|
|
415
440
|
"character": 3
|
|
416
441
|
},
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
},
|
|
420
|
-
"signature": "(method) RemoveMain.removeLocallyByIds(ids: ComponentID[], { force, reasonForRemoval }?: {\n force?: boolean;\n reasonForRemoval?: string;\n}): Promise<RemoveComponentsResult>",
|
|
421
|
-
"name": "removeLocallyByIds",
|
|
422
|
-
"params": [
|
|
423
|
-
{
|
|
424
|
-
"__schema": "ParameterSchema",
|
|
442
|
+
"doc": {
|
|
443
|
+
"__schema": "DocSchema",
|
|
425
444
|
"location": {
|
|
426
445
|
"filePath": "remove.main.runtime.ts",
|
|
427
|
-
"line":
|
|
428
|
-
"character":
|
|
446
|
+
"line": 84,
|
|
447
|
+
"character": 3
|
|
429
448
|
},
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
|
|
449
|
+
"raw": "/**\n * remove components from the workspace.\n */",
|
|
450
|
+
"comment": "remove components from the workspace."
|
|
451
|
+
},
|
|
452
|
+
"signature": "(method) RemoveMain.removeLocallyByIds(ids: ComponentID[], { force, reasonForRemoval }?: {\n force?: boolean;\n reasonForRemoval?: string;\n}): Promise<RemoveComponentsResult>",
|
|
453
|
+
"name": "removeLocallyByIds",
|
|
454
|
+
"params": [
|
|
455
|
+
{
|
|
456
|
+
"__schema": "ParameterSchema",
|
|
433
457
|
"location": {
|
|
434
458
|
"filePath": "remove.main.runtime.ts",
|
|
435
|
-
"line":
|
|
436
|
-
"character":
|
|
459
|
+
"line": 88,
|
|
460
|
+
"character": 5
|
|
437
461
|
},
|
|
462
|
+
"name": "ids",
|
|
438
463
|
"type": {
|
|
439
|
-
"__schema": "
|
|
464
|
+
"__schema": "TypeArraySchema",
|
|
440
465
|
"location": {
|
|
441
466
|
"filePath": "remove.main.runtime.ts",
|
|
442
|
-
"line":
|
|
467
|
+
"line": 88,
|
|
443
468
|
"character": 10
|
|
444
469
|
},
|
|
445
|
-
"
|
|
446
|
-
|
|
447
|
-
"
|
|
448
|
-
|
|
449
|
-
|
|
470
|
+
"type": {
|
|
471
|
+
"__schema": "TypeRefSchema",
|
|
472
|
+
"location": {
|
|
473
|
+
"filePath": "remove.main.runtime.ts",
|
|
474
|
+
"line": 88,
|
|
475
|
+
"character": 10
|
|
476
|
+
},
|
|
477
|
+
"name": "ComponentID",
|
|
478
|
+
"componentId": {
|
|
479
|
+
"scope": "teambit.component",
|
|
480
|
+
"name": "component-id",
|
|
481
|
+
"version": "1.2.0"
|
|
482
|
+
}
|
|
450
483
|
}
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
"isSpread": false
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"__schema": "ParameterSchema",
|
|
458
|
-
"location": {
|
|
459
|
-
"filePath": "remove.main.runtime.ts",
|
|
460
|
-
"line": 80,
|
|
461
|
-
"character": 5
|
|
484
|
+
},
|
|
485
|
+
"isOptional": false,
|
|
486
|
+
"isSpread": false
|
|
462
487
|
},
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"__schema": "TypeLiteralSchema",
|
|
488
|
+
{
|
|
489
|
+
"__schema": "ParameterSchema",
|
|
466
490
|
"location": {
|
|
467
491
|
"filePath": "remove.main.runtime.ts",
|
|
468
|
-
"line":
|
|
469
|
-
"character":
|
|
492
|
+
"line": 89,
|
|
493
|
+
"character": 5
|
|
494
|
+
},
|
|
495
|
+
"name": "{ force = false, reasonForRemoval }",
|
|
496
|
+
"type": {
|
|
497
|
+
"__schema": "TypeLiteralSchema",
|
|
498
|
+
"location": {
|
|
499
|
+
"filePath": "remove.main.runtime.ts",
|
|
500
|
+
"line": 89,
|
|
501
|
+
"character": 42
|
|
502
|
+
},
|
|
503
|
+
"members": [
|
|
504
|
+
{
|
|
505
|
+
"__schema": "VariableLikeSchema",
|
|
506
|
+
"location": {
|
|
507
|
+
"filePath": "remove.main.runtime.ts",
|
|
508
|
+
"line": 89,
|
|
509
|
+
"character": 44
|
|
510
|
+
},
|
|
511
|
+
"signature": "(property) force?: boolean | undefined",
|
|
512
|
+
"name": "force",
|
|
513
|
+
"type": {
|
|
514
|
+
"__schema": "KeywordTypeSchema",
|
|
515
|
+
"location": {
|
|
516
|
+
"filePath": "remove.main.runtime.ts",
|
|
517
|
+
"line": 89,
|
|
518
|
+
"character": 52
|
|
519
|
+
},
|
|
520
|
+
"name": "boolean"
|
|
521
|
+
},
|
|
522
|
+
"isOptional": true
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"__schema": "VariableLikeSchema",
|
|
526
|
+
"location": {
|
|
527
|
+
"filePath": "remove.main.runtime.ts",
|
|
528
|
+
"line": 89,
|
|
529
|
+
"character": 61
|
|
530
|
+
},
|
|
531
|
+
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
532
|
+
"name": "reasonForRemoval",
|
|
533
|
+
"type": {
|
|
534
|
+
"__schema": "KeywordTypeSchema",
|
|
535
|
+
"location": {
|
|
536
|
+
"filePath": "remove.main.runtime.ts",
|
|
537
|
+
"line": 89,
|
|
538
|
+
"character": 80
|
|
539
|
+
},
|
|
540
|
+
"name": "string"
|
|
541
|
+
},
|
|
542
|
+
"isOptional": true
|
|
543
|
+
}
|
|
544
|
+
]
|
|
470
545
|
},
|
|
471
|
-
"
|
|
546
|
+
"isOptional": true,
|
|
547
|
+
"defaultValue": "{}",
|
|
548
|
+
"objectBindingNodes": [
|
|
472
549
|
{
|
|
473
550
|
"__schema": "VariableLikeSchema",
|
|
474
551
|
"location": {
|
|
475
552
|
"filePath": "remove.main.runtime.ts",
|
|
476
|
-
"line":
|
|
553
|
+
"line": 89,
|
|
477
554
|
"character": 44
|
|
478
555
|
},
|
|
479
556
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -482,7 +559,7 @@
|
|
|
482
559
|
"__schema": "KeywordTypeSchema",
|
|
483
560
|
"location": {
|
|
484
561
|
"filePath": "remove.main.runtime.ts",
|
|
485
|
-
"line":
|
|
562
|
+
"line": 89,
|
|
486
563
|
"character": 52
|
|
487
564
|
},
|
|
488
565
|
"name": "boolean"
|
|
@@ -493,7 +570,7 @@
|
|
|
493
570
|
"__schema": "VariableLikeSchema",
|
|
494
571
|
"location": {
|
|
495
572
|
"filePath": "remove.main.runtime.ts",
|
|
496
|
-
"line":
|
|
573
|
+
"line": 89,
|
|
497
574
|
"character": 61
|
|
498
575
|
},
|
|
499
576
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -502,1220 +579,1342 @@
|
|
|
502
579
|
"__schema": "KeywordTypeSchema",
|
|
503
580
|
"location": {
|
|
504
581
|
"filePath": "remove.main.runtime.ts",
|
|
505
|
-
"line":
|
|
582
|
+
"line": 89,
|
|
506
583
|
"character": 80
|
|
507
584
|
},
|
|
508
585
|
"name": "string"
|
|
509
586
|
},
|
|
510
587
|
"isOptional": true
|
|
511
588
|
}
|
|
512
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"isSpread": false
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"returnType": {
|
|
594
|
+
"__schema": "InferenceTypeSchema",
|
|
595
|
+
"location": {
|
|
596
|
+
"filePath": "remove.main.runtime.ts",
|
|
597
|
+
"line": 87,
|
|
598
|
+
"character": 3
|
|
513
599
|
},
|
|
514
|
-
"
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
600
|
+
"type": "Promise<RemoveComponentsResult>"
|
|
601
|
+
},
|
|
602
|
+
"modifiers": [
|
|
603
|
+
"async"
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"__schema": "FunctionLikeSchema",
|
|
608
|
+
"location": {
|
|
609
|
+
"filePath": "remove.main.runtime.ts",
|
|
610
|
+
"line": 130,
|
|
611
|
+
"character": 3
|
|
612
|
+
},
|
|
613
|
+
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?: DeleteOpts): Promise<Component[]>",
|
|
614
|
+
"name": "deleteComps",
|
|
615
|
+
"params": [
|
|
616
|
+
{
|
|
617
|
+
"__schema": "ParameterSchema",
|
|
618
|
+
"location": {
|
|
619
|
+
"filePath": "remove.main.runtime.ts",
|
|
620
|
+
"line": 130,
|
|
621
|
+
"character": 21
|
|
622
|
+
},
|
|
623
|
+
"name": "componentsPattern",
|
|
624
|
+
"type": {
|
|
625
|
+
"__schema": "KeywordTypeSchema",
|
|
519
626
|
"location": {
|
|
520
627
|
"filePath": "remove.main.runtime.ts",
|
|
521
|
-
"line":
|
|
522
|
-
"character":
|
|
628
|
+
"line": 130,
|
|
629
|
+
"character": 40
|
|
523
630
|
},
|
|
524
|
-
"
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
631
|
+
"name": "string"
|
|
632
|
+
},
|
|
633
|
+
"isOptional": false,
|
|
634
|
+
"isSpread": false
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"__schema": "ParameterSchema",
|
|
638
|
+
"location": {
|
|
639
|
+
"filePath": "remove.main.runtime.ts",
|
|
640
|
+
"line": 130,
|
|
641
|
+
"character": 48
|
|
642
|
+
},
|
|
643
|
+
"name": "opts",
|
|
644
|
+
"type": {
|
|
645
|
+
"__schema": "TypeRefSchema",
|
|
646
|
+
"location": {
|
|
647
|
+
"filePath": "remove.main.runtime.ts",
|
|
648
|
+
"line": 130,
|
|
649
|
+
"character": 54
|
|
534
650
|
},
|
|
535
|
-
"
|
|
651
|
+
"name": "DeleteOpts",
|
|
652
|
+
"internalFilePath": "remove.main.runtime.ts"
|
|
536
653
|
},
|
|
654
|
+
"isOptional": true,
|
|
655
|
+
"defaultValue": "{}",
|
|
656
|
+
"isSpread": false
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"returnType": {
|
|
660
|
+
"__schema": "TypeRefSchema",
|
|
661
|
+
"location": {
|
|
662
|
+
"filePath": "remove.main.runtime.ts",
|
|
663
|
+
"line": 130,
|
|
664
|
+
"character": 72
|
|
665
|
+
},
|
|
666
|
+
"name": "Promise",
|
|
667
|
+
"typeArgs": [
|
|
537
668
|
{
|
|
538
|
-
"__schema": "
|
|
669
|
+
"__schema": "TypeArraySchema",
|
|
539
670
|
"location": {
|
|
540
671
|
"filePath": "remove.main.runtime.ts",
|
|
541
|
-
"line":
|
|
542
|
-
"character":
|
|
672
|
+
"line": 130,
|
|
673
|
+
"character": 80
|
|
543
674
|
},
|
|
544
|
-
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
545
|
-
"name": "reasonForRemoval",
|
|
546
675
|
"type": {
|
|
547
|
-
"__schema": "
|
|
676
|
+
"__schema": "TypeRefSchema",
|
|
548
677
|
"location": {
|
|
549
678
|
"filePath": "remove.main.runtime.ts",
|
|
550
|
-
"line":
|
|
679
|
+
"line": 130,
|
|
551
680
|
"character": 80
|
|
552
681
|
},
|
|
553
|
-
"name": "
|
|
554
|
-
|
|
555
|
-
|
|
682
|
+
"name": "Component",
|
|
683
|
+
"componentId": {
|
|
684
|
+
"scope": "teambit.component",
|
|
685
|
+
"name": "component"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
556
688
|
}
|
|
557
|
-
]
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
"modifiers": [
|
|
692
|
+
"async"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"__schema": "FunctionLikeSchema",
|
|
563
697
|
"location": {
|
|
564
698
|
"filePath": "remove.main.runtime.ts",
|
|
565
|
-
"line":
|
|
699
|
+
"line": 167,
|
|
566
700
|
"character": 3
|
|
567
701
|
},
|
|
568
|
-
"
|
|
569
|
-
|
|
570
|
-
"modifiers": [
|
|
571
|
-
"async"
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"__schema": "FunctionLikeSchema",
|
|
576
|
-
"location": {
|
|
577
|
-
"filePath": "remove.main.runtime.ts",
|
|
578
|
-
"line": 114,
|
|
579
|
-
"character": 3
|
|
580
|
-
},
|
|
581
|
-
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?: {\n updateMain?: boolean;\n}): Promise<Component[]>",
|
|
582
|
-
"name": "deleteComps",
|
|
583
|
-
"params": [
|
|
584
|
-
{
|
|
585
|
-
"__schema": "ParameterSchema",
|
|
702
|
+
"doc": {
|
|
703
|
+
"__schema": "DocSchema",
|
|
586
704
|
"location": {
|
|
587
705
|
"filePath": "remove.main.runtime.ts",
|
|
588
|
-
"line":
|
|
589
|
-
"character":
|
|
706
|
+
"line": 155,
|
|
707
|
+
"character": 3
|
|
590
708
|
},
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
|
|
709
|
+
"raw": "/**\n * recover a soft-removed component.\n * there are 4 different scenarios.\n * 1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the \"removed\" aspect entry.\n * 1.a. the component still exists in the local scope. no need to import. write it from there.\n * 1.b. the component doesn't exist in the local scope. import it.\n * 2. soft-removed and then snapped. It's not in .bitmap now.\n * 3. soft-removed, snapped, exported. it's not in .bitmap now.\n * 4. a soft-removed components was imported, so it's now in .bitmap without the \"removed\" aspect entry.\n * 5. workspace is empty. the soft-removed component is on the remote.\n * returns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from.\n */",
|
|
710
|
+
"comment": "recover a soft-removed component.\nthere are 4 different scenarios.\n1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the \"removed\" aspect entry.\n1.a. the component still exists in the local scope. no need to import. write it from there.\n1.b. the component doesn't exist in the local scope. import it.\n2. soft-removed and then snapped. It's not in .bitmap now.\n3. soft-removed, snapped, exported. it's not in .bitmap now.\n4. a soft-removed components was imported, so it's now in .bitmap without the \"removed\" aspect entry.\n5. workspace is empty. the soft-removed component is on the remote.\nreturns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from."
|
|
711
|
+
},
|
|
712
|
+
"signature": "(method) RemoveMain.recover(compIdStr: string, options: RecoverOptions): Promise<boolean>",
|
|
713
|
+
"name": "recover",
|
|
714
|
+
"params": [
|
|
715
|
+
{
|
|
716
|
+
"__schema": "ParameterSchema",
|
|
594
717
|
"location": {
|
|
595
718
|
"filePath": "remove.main.runtime.ts",
|
|
596
|
-
"line":
|
|
597
|
-
"character":
|
|
719
|
+
"line": 167,
|
|
720
|
+
"character": 17
|
|
598
721
|
},
|
|
599
|
-
"name": "
|
|
722
|
+
"name": "compIdStr",
|
|
723
|
+
"type": {
|
|
724
|
+
"__schema": "KeywordTypeSchema",
|
|
725
|
+
"location": {
|
|
726
|
+
"filePath": "remove.main.runtime.ts",
|
|
727
|
+
"line": 167,
|
|
728
|
+
"character": 28
|
|
729
|
+
},
|
|
730
|
+
"name": "string"
|
|
731
|
+
},
|
|
732
|
+
"isOptional": false,
|
|
733
|
+
"isSpread": false
|
|
600
734
|
},
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
735
|
+
{
|
|
736
|
+
"__schema": "ParameterSchema",
|
|
737
|
+
"location": {
|
|
738
|
+
"filePath": "remove.main.runtime.ts",
|
|
739
|
+
"line": 167,
|
|
740
|
+
"character": 36
|
|
741
|
+
},
|
|
742
|
+
"name": "options",
|
|
743
|
+
"type": {
|
|
744
|
+
"__schema": "TypeRefSchema",
|
|
745
|
+
"location": {
|
|
746
|
+
"filePath": "remove.main.runtime.ts",
|
|
747
|
+
"line": 167,
|
|
748
|
+
"character": 45
|
|
749
|
+
},
|
|
750
|
+
"name": "RecoverOptions",
|
|
751
|
+
"internalFilePath": "recover-cmd.ts"
|
|
752
|
+
},
|
|
753
|
+
"isOptional": false,
|
|
754
|
+
"isSpread": false
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
"returnType": {
|
|
758
|
+
"__schema": "TypeRefSchema",
|
|
606
759
|
"location": {
|
|
607
760
|
"filePath": "remove.main.runtime.ts",
|
|
608
|
-
"line":
|
|
609
|
-
"character":
|
|
761
|
+
"line": 167,
|
|
762
|
+
"character": 62
|
|
610
763
|
},
|
|
611
|
-
"name": "
|
|
612
|
-
"
|
|
613
|
-
|
|
764
|
+
"name": "Promise",
|
|
765
|
+
"typeArgs": [
|
|
766
|
+
{
|
|
767
|
+
"__schema": "KeywordTypeSchema",
|
|
768
|
+
"location": {
|
|
769
|
+
"filePath": "remove.main.runtime.ts",
|
|
770
|
+
"line": 167,
|
|
771
|
+
"character": 70
|
|
772
|
+
},
|
|
773
|
+
"name": "boolean"
|
|
774
|
+
}
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
"modifiers": [
|
|
778
|
+
"async"
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"__schema": "FunctionLikeSchema",
|
|
783
|
+
"location": {
|
|
784
|
+
"filePath": "remove.main.runtime.ts",
|
|
785
|
+
"line": 253,
|
|
786
|
+
"character": 3
|
|
787
|
+
},
|
|
788
|
+
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): Promise<RemoveInfo>",
|
|
789
|
+
"name": "getRemoveInfo",
|
|
790
|
+
"params": [
|
|
791
|
+
{
|
|
792
|
+
"__schema": "ParameterSchema",
|
|
614
793
|
"location": {
|
|
615
794
|
"filePath": "remove.main.runtime.ts",
|
|
616
|
-
"line":
|
|
617
|
-
"character":
|
|
795
|
+
"line": 253,
|
|
796
|
+
"character": 23
|
|
618
797
|
},
|
|
619
|
-
"
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
"
|
|
630
|
-
|
|
631
|
-
"location": {
|
|
632
|
-
"filePath": "remove.main.runtime.ts",
|
|
633
|
-
"line": 114,
|
|
634
|
-
"character": 69
|
|
635
|
-
},
|
|
636
|
-
"name": "boolean"
|
|
637
|
-
},
|
|
638
|
-
"isOptional": true
|
|
798
|
+
"name": "component",
|
|
799
|
+
"type": {
|
|
800
|
+
"__schema": "TypeRefSchema",
|
|
801
|
+
"location": {
|
|
802
|
+
"filePath": "remove.main.runtime.ts",
|
|
803
|
+
"line": 253,
|
|
804
|
+
"character": 34
|
|
805
|
+
},
|
|
806
|
+
"name": "Component",
|
|
807
|
+
"componentId": {
|
|
808
|
+
"scope": "teambit.component",
|
|
809
|
+
"name": "component"
|
|
639
810
|
}
|
|
640
|
-
|
|
811
|
+
},
|
|
812
|
+
"isOptional": false,
|
|
813
|
+
"isSpread": false
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"returnType": {
|
|
817
|
+
"__schema": "TypeRefSchema",
|
|
818
|
+
"location": {
|
|
819
|
+
"filePath": "remove.main.runtime.ts",
|
|
820
|
+
"line": 253,
|
|
821
|
+
"character": 46
|
|
641
822
|
},
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
823
|
+
"name": "Promise",
|
|
824
|
+
"typeArgs": [
|
|
825
|
+
{
|
|
826
|
+
"__schema": "TypeRefSchema",
|
|
827
|
+
"location": {
|
|
828
|
+
"filePath": "remove.main.runtime.ts",
|
|
829
|
+
"line": 253,
|
|
830
|
+
"character": 54
|
|
831
|
+
},
|
|
832
|
+
"name": "RemoveInfo"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
"modifiers": [
|
|
837
|
+
"async"
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"__schema": "FunctionLikeSchema",
|
|
649
842
|
"location": {
|
|
650
843
|
"filePath": "remove.main.runtime.ts",
|
|
651
|
-
"line":
|
|
652
|
-
"character":
|
|
844
|
+
"line": 288,
|
|
845
|
+
"character": 3
|
|
846
|
+
},
|
|
847
|
+
"doc": {
|
|
848
|
+
"__schema": "DocSchema",
|
|
849
|
+
"location": {
|
|
850
|
+
"filePath": "remove.main.runtime.ts",
|
|
851
|
+
"line": 285,
|
|
852
|
+
"character": 3
|
|
853
|
+
},
|
|
854
|
+
"raw": "/**\n * @deprecated use `isDeleted` instead.\n */",
|
|
855
|
+
"tags": [
|
|
856
|
+
{
|
|
857
|
+
"__schema": "TagSchema",
|
|
858
|
+
"location": {
|
|
859
|
+
"filePath": "remove.main.runtime.ts",
|
|
860
|
+
"line": 286,
|
|
861
|
+
"character": 6
|
|
862
|
+
},
|
|
863
|
+
"tagName": "deprecated",
|
|
864
|
+
"comment": "use `isDeleted` instead."
|
|
865
|
+
}
|
|
866
|
+
]
|
|
653
867
|
},
|
|
654
|
-
"
|
|
655
|
-
"
|
|
868
|
+
"signature": "(method) RemoveMain.isRemoved(component: Component): Promise<boolean>",
|
|
869
|
+
"name": "isRemoved",
|
|
870
|
+
"params": [
|
|
656
871
|
{
|
|
657
|
-
"__schema": "
|
|
872
|
+
"__schema": "ParameterSchema",
|
|
658
873
|
"location": {
|
|
659
874
|
"filePath": "remove.main.runtime.ts",
|
|
660
|
-
"line":
|
|
661
|
-
"character":
|
|
875
|
+
"line": 288,
|
|
876
|
+
"character": 19
|
|
662
877
|
},
|
|
878
|
+
"name": "component",
|
|
663
879
|
"type": {
|
|
664
880
|
"__schema": "TypeRefSchema",
|
|
665
881
|
"location": {
|
|
666
882
|
"filePath": "remove.main.runtime.ts",
|
|
667
|
-
"line":
|
|
668
|
-
"character":
|
|
883
|
+
"line": 288,
|
|
884
|
+
"character": 30
|
|
669
885
|
},
|
|
670
886
|
"name": "Component",
|
|
671
887
|
"componentId": {
|
|
672
888
|
"scope": "teambit.component",
|
|
673
889
|
"name": "component"
|
|
674
890
|
}
|
|
675
|
-
}
|
|
891
|
+
},
|
|
892
|
+
"isOptional": false,
|
|
893
|
+
"isSpread": false
|
|
676
894
|
}
|
|
895
|
+
],
|
|
896
|
+
"returnType": {
|
|
897
|
+
"__schema": "TypeRefSchema",
|
|
898
|
+
"location": {
|
|
899
|
+
"filePath": "remove.main.runtime.ts",
|
|
900
|
+
"line": 288,
|
|
901
|
+
"character": 42
|
|
902
|
+
},
|
|
903
|
+
"name": "Promise",
|
|
904
|
+
"typeArgs": [
|
|
905
|
+
{
|
|
906
|
+
"__schema": "KeywordTypeSchema",
|
|
907
|
+
"location": {
|
|
908
|
+
"filePath": "remove.main.runtime.ts",
|
|
909
|
+
"line": 288,
|
|
910
|
+
"character": 50
|
|
911
|
+
},
|
|
912
|
+
"name": "boolean"
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
"modifiers": [
|
|
917
|
+
"async"
|
|
677
918
|
]
|
|
678
919
|
},
|
|
679
|
-
|
|
680
|
-
"
|
|
681
|
-
]
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"__schema": "FunctionLikeSchema",
|
|
685
|
-
"location": {
|
|
686
|
-
"filePath": "remove.main.runtime.ts",
|
|
687
|
-
"line": 148,
|
|
688
|
-
"character": 3
|
|
689
|
-
},
|
|
690
|
-
"doc": {
|
|
691
|
-
"__schema": "DocSchema",
|
|
920
|
+
{
|
|
921
|
+
"__schema": "FunctionLikeSchema",
|
|
692
922
|
"location": {
|
|
693
923
|
"filePath": "remove.main.runtime.ts",
|
|
694
|
-
"line":
|
|
924
|
+
"line": 295,
|
|
695
925
|
"character": 3
|
|
696
926
|
},
|
|
697
|
-
"
|
|
698
|
-
|
|
699
|
-
},
|
|
700
|
-
"signature": "(method) RemoveMain.recover(compIdStr: string, options: RecoverOptions): Promise<boolean>",
|
|
701
|
-
"name": "recover",
|
|
702
|
-
"params": [
|
|
703
|
-
{
|
|
704
|
-
"__schema": "ParameterSchema",
|
|
705
|
-
"location": {
|
|
706
|
-
"filePath": "remove.main.runtime.ts",
|
|
707
|
-
"line": 148,
|
|
708
|
-
"character": 17
|
|
709
|
-
},
|
|
710
|
-
"name": "compIdStr",
|
|
711
|
-
"type": {
|
|
712
|
-
"__schema": "KeywordTypeSchema",
|
|
713
|
-
"location": {
|
|
714
|
-
"filePath": "remove.main.runtime.ts",
|
|
715
|
-
"line": 148,
|
|
716
|
-
"character": 28
|
|
717
|
-
},
|
|
718
|
-
"name": "string"
|
|
719
|
-
},
|
|
720
|
-
"isOptional": false,
|
|
721
|
-
"isSpread": false
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"__schema": "ParameterSchema",
|
|
927
|
+
"doc": {
|
|
928
|
+
"__schema": "DocSchema",
|
|
725
929
|
"location": {
|
|
726
930
|
"filePath": "remove.main.runtime.ts",
|
|
727
|
-
"line":
|
|
728
|
-
"character":
|
|
729
|
-
},
|
|
730
|
-
"name": "options",
|
|
731
|
-
"type": {
|
|
732
|
-
"__schema": "TypeRefSchema",
|
|
733
|
-
"location": {
|
|
734
|
-
"filePath": "remove.main.runtime.ts",
|
|
735
|
-
"line": 148,
|
|
736
|
-
"character": 45
|
|
737
|
-
},
|
|
738
|
-
"name": "RecoverOptions",
|
|
739
|
-
"internalFilePath": "recover-cmd.ts"
|
|
931
|
+
"line": 292,
|
|
932
|
+
"character": 3
|
|
740
933
|
},
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
"returnType": {
|
|
746
|
-
"__schema": "TypeRefSchema",
|
|
747
|
-
"location": {
|
|
748
|
-
"filePath": "remove.main.runtime.ts",
|
|
749
|
-
"line": 148,
|
|
750
|
-
"character": 62
|
|
934
|
+
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
935
|
+
"comment": "whether a component is marked as deleted."
|
|
751
936
|
},
|
|
752
|
-
"
|
|
753
|
-
"
|
|
937
|
+
"signature": "(method) RemoveMain.isDeleted(component: Component): Promise<boolean>",
|
|
938
|
+
"name": "isDeleted",
|
|
939
|
+
"params": [
|
|
754
940
|
{
|
|
755
|
-
"__schema": "
|
|
941
|
+
"__schema": "ParameterSchema",
|
|
756
942
|
"location": {
|
|
757
943
|
"filePath": "remove.main.runtime.ts",
|
|
758
|
-
"line":
|
|
759
|
-
"character":
|
|
944
|
+
"line": 295,
|
|
945
|
+
"character": 19
|
|
760
946
|
},
|
|
761
|
-
"name": "
|
|
947
|
+
"name": "component",
|
|
948
|
+
"type": {
|
|
949
|
+
"__schema": "TypeRefSchema",
|
|
950
|
+
"location": {
|
|
951
|
+
"filePath": "remove.main.runtime.ts",
|
|
952
|
+
"line": 295,
|
|
953
|
+
"character": 30
|
|
954
|
+
},
|
|
955
|
+
"name": "Component",
|
|
956
|
+
"componentId": {
|
|
957
|
+
"scope": "teambit.component",
|
|
958
|
+
"name": "component"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"isOptional": false,
|
|
962
|
+
"isSpread": false
|
|
762
963
|
}
|
|
763
|
-
]
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
"async"
|
|
767
|
-
]
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"__schema": "FunctionLikeSchema",
|
|
771
|
-
"location": {
|
|
772
|
-
"filePath": "remove.main.runtime.ts",
|
|
773
|
-
"line": 233,
|
|
774
|
-
"character": 3
|
|
775
|
-
},
|
|
776
|
-
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): RemoveInfo",
|
|
777
|
-
"name": "getRemoveInfo",
|
|
778
|
-
"params": [
|
|
779
|
-
{
|
|
780
|
-
"__schema": "ParameterSchema",
|
|
964
|
+
],
|
|
965
|
+
"returnType": {
|
|
966
|
+
"__schema": "TypeRefSchema",
|
|
781
967
|
"location": {
|
|
782
968
|
"filePath": "remove.main.runtime.ts",
|
|
783
|
-
"line":
|
|
784
|
-
"character":
|
|
969
|
+
"line": 295,
|
|
970
|
+
"character": 42
|
|
785
971
|
},
|
|
786
|
-
"name": "
|
|
787
|
-
"
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
"
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"scope": "teambit.component",
|
|
797
|
-
"name": "component"
|
|
972
|
+
"name": "Promise",
|
|
973
|
+
"typeArgs": [
|
|
974
|
+
{
|
|
975
|
+
"__schema": "KeywordTypeSchema",
|
|
976
|
+
"location": {
|
|
977
|
+
"filePath": "remove.main.runtime.ts",
|
|
978
|
+
"line": 295,
|
|
979
|
+
"character": 50
|
|
980
|
+
},
|
|
981
|
+
"name": "boolean"
|
|
798
982
|
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
983
|
+
]
|
|
984
|
+
},
|
|
985
|
+
"modifiers": [
|
|
986
|
+
"async"
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"__schema": "FunctionLikeSchema",
|
|
806
991
|
"location": {
|
|
807
992
|
"filePath": "remove.main.runtime.ts",
|
|
808
|
-
"line":
|
|
993
|
+
"line": 303,
|
|
809
994
|
"character": 3
|
|
810
995
|
},
|
|
811
|
-
"
|
|
812
|
-
|
|
813
|
-
"modifiers": []
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"__schema": "FunctionLikeSchema",
|
|
817
|
-
"location": {
|
|
818
|
-
"filePath": "remove.main.runtime.ts",
|
|
819
|
-
"line": 240,
|
|
820
|
-
"character": 3
|
|
821
|
-
},
|
|
822
|
-
"signature": "(method) RemoveMain.isRemoved(component: Component): boolean",
|
|
823
|
-
"name": "isRemoved",
|
|
824
|
-
"params": [
|
|
825
|
-
{
|
|
826
|
-
"__schema": "ParameterSchema",
|
|
996
|
+
"doc": {
|
|
997
|
+
"__schema": "DocSchema",
|
|
827
998
|
"location": {
|
|
828
999
|
"filePath": "remove.main.runtime.ts",
|
|
829
|
-
"line":
|
|
830
|
-
"character":
|
|
1000
|
+
"line": 300,
|
|
1001
|
+
"character": 3
|
|
831
1002
|
},
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
-
|
|
1003
|
+
"raw": "/**\n * performant version of isRemoved() in case the component object is not available and loading it is expensive.\n */",
|
|
1004
|
+
"comment": "performant version of isRemoved() in case the component object is not available and loading it is expensive."
|
|
1005
|
+
},
|
|
1006
|
+
"signature": "(method) RemoveMain.isRemovedByIdWithoutLoadingComponent(componentId: ComponentID): Promise<boolean>",
|
|
1007
|
+
"name": "isRemovedByIdWithoutLoadingComponent",
|
|
1008
|
+
"params": [
|
|
1009
|
+
{
|
|
1010
|
+
"__schema": "ParameterSchema",
|
|
835
1011
|
"location": {
|
|
836
1012
|
"filePath": "remove.main.runtime.ts",
|
|
837
|
-
"line":
|
|
838
|
-
"character":
|
|
1013
|
+
"line": 303,
|
|
1014
|
+
"character": 46
|
|
839
1015
|
},
|
|
840
|
-
"name": "
|
|
841
|
-
"
|
|
842
|
-
"
|
|
843
|
-
"
|
|
844
|
-
|
|
1016
|
+
"name": "componentId",
|
|
1017
|
+
"type": {
|
|
1018
|
+
"__schema": "TypeRefSchema",
|
|
1019
|
+
"location": {
|
|
1020
|
+
"filePath": "remove.main.runtime.ts",
|
|
1021
|
+
"line": 303,
|
|
1022
|
+
"character": 59
|
|
1023
|
+
},
|
|
1024
|
+
"name": "ComponentID",
|
|
1025
|
+
"componentId": {
|
|
1026
|
+
"scope": "teambit.component",
|
|
1027
|
+
"name": "component-id",
|
|
1028
|
+
"version": "1.2.0"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"isOptional": false,
|
|
1032
|
+
"isSpread": false
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"returnType": {
|
|
1036
|
+
"__schema": "TypeRefSchema",
|
|
1037
|
+
"location": {
|
|
1038
|
+
"filePath": "remove.main.runtime.ts",
|
|
1039
|
+
"line": 303,
|
|
1040
|
+
"character": 73
|
|
845
1041
|
},
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
1042
|
+
"name": "Promise",
|
|
1043
|
+
"typeArgs": [
|
|
1044
|
+
{
|
|
1045
|
+
"__schema": "KeywordTypeSchema",
|
|
1046
|
+
"location": {
|
|
1047
|
+
"filePath": "remove.main.runtime.ts",
|
|
1048
|
+
"line": 303,
|
|
1049
|
+
"character": 81
|
|
1050
|
+
},
|
|
1051
|
+
"name": "boolean"
|
|
1052
|
+
}
|
|
1053
|
+
]
|
|
856
1054
|
},
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"__schema": "FunctionLikeSchema",
|
|
863
|
-
"location": {
|
|
864
|
-
"filePath": "remove.main.runtime.ts",
|
|
865
|
-
"line": 247,
|
|
866
|
-
"character": 3
|
|
1055
|
+
"modifiers": [
|
|
1056
|
+
"async"
|
|
1057
|
+
]
|
|
867
1058
|
},
|
|
868
|
-
|
|
869
|
-
"__schema": "
|
|
1059
|
+
{
|
|
1060
|
+
"__schema": "FunctionLikeSchema",
|
|
870
1061
|
"location": {
|
|
871
1062
|
"filePath": "remove.main.runtime.ts",
|
|
872
|
-
"line":
|
|
1063
|
+
"line": 320,
|
|
873
1064
|
"character": 3
|
|
874
1065
|
},
|
|
875
|
-
"
|
|
876
|
-
|
|
877
|
-
},
|
|
878
|
-
"signature": "(method) RemoveMain.isRemovedByIdWithoutLoadingComponent(componentId: ComponentID): Promise<boolean>",
|
|
879
|
-
"name": "isRemovedByIdWithoutLoadingComponent",
|
|
880
|
-
"params": [
|
|
881
|
-
{
|
|
882
|
-
"__schema": "ParameterSchema",
|
|
1066
|
+
"doc": {
|
|
1067
|
+
"__schema": "DocSchema",
|
|
883
1068
|
"location": {
|
|
884
1069
|
"filePath": "remove.main.runtime.ts",
|
|
885
|
-
"line":
|
|
886
|
-
"character":
|
|
887
|
-
},
|
|
888
|
-
"name": "componentId",
|
|
889
|
-
"type": {
|
|
890
|
-
"__schema": "TypeRefSchema",
|
|
891
|
-
"location": {
|
|
892
|
-
"filePath": "remove.main.runtime.ts",
|
|
893
|
-
"line": 247,
|
|
894
|
-
"character": 59
|
|
895
|
-
},
|
|
896
|
-
"name": "ComponentID",
|
|
897
|
-
"componentId": {
|
|
898
|
-
"scope": "teambit.component",
|
|
899
|
-
"name": "component-id",
|
|
900
|
-
"version": "1.2.0"
|
|
901
|
-
}
|
|
1070
|
+
"line": 317,
|
|
1071
|
+
"character": 3
|
|
902
1072
|
},
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
|
-
"returnType": {
|
|
908
|
-
"__schema": "TypeRefSchema",
|
|
909
|
-
"location": {
|
|
910
|
-
"filePath": "remove.main.runtime.ts",
|
|
911
|
-
"line": 247,
|
|
912
|
-
"character": 73
|
|
1073
|
+
"raw": "/**\n * get components that were soft-removed and tagged/snapped/merged but not exported yet.\n */",
|
|
1074
|
+
"comment": "get components that were soft-removed and tagged/snapped/merged but not exported yet."
|
|
913
1075
|
},
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
1076
|
+
"signature": "(method) RemoveMain.getRemovedStaged(): Promise<ComponentID[]>",
|
|
1077
|
+
"name": "getRemovedStaged",
|
|
1078
|
+
"params": [],
|
|
1079
|
+
"returnType": {
|
|
1080
|
+
"__schema": "TypeRefSchema",
|
|
1081
|
+
"location": {
|
|
1082
|
+
"filePath": "remove.main.runtime.ts",
|
|
1083
|
+
"line": 320,
|
|
1084
|
+
"character": 29
|
|
1085
|
+
},
|
|
1086
|
+
"name": "Promise",
|
|
1087
|
+
"typeArgs": [
|
|
1088
|
+
{
|
|
1089
|
+
"__schema": "TypeArraySchema",
|
|
1090
|
+
"location": {
|
|
1091
|
+
"filePath": "remove.main.runtime.ts",
|
|
1092
|
+
"line": 320,
|
|
1093
|
+
"character": 37
|
|
1094
|
+
},
|
|
1095
|
+
"type": {
|
|
1096
|
+
"__schema": "TypeRefSchema",
|
|
1097
|
+
"location": {
|
|
1098
|
+
"filePath": "remove.main.runtime.ts",
|
|
1099
|
+
"line": 320,
|
|
1100
|
+
"character": 37
|
|
1101
|
+
},
|
|
1102
|
+
"name": "ComponentID",
|
|
1103
|
+
"componentId": {
|
|
1104
|
+
"scope": "teambit.component",
|
|
1105
|
+
"name": "component-id",
|
|
1106
|
+
"version": "1.2.0"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
944
1111
|
},
|
|
945
|
-
"
|
|
946
|
-
|
|
1112
|
+
"modifiers": [
|
|
1113
|
+
"async"
|
|
1114
|
+
]
|
|
947
1115
|
},
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
"params": [],
|
|
951
|
-
"returnType": {
|
|
952
|
-
"__schema": "TypeRefSchema",
|
|
1116
|
+
{
|
|
1117
|
+
"__schema": "FunctionLikeSchema",
|
|
953
1118
|
"location": {
|
|
954
1119
|
"filePath": "remove.main.runtime.ts",
|
|
955
|
-
"line":
|
|
956
|
-
"character":
|
|
1120
|
+
"line": 324,
|
|
1121
|
+
"character": 3
|
|
957
1122
|
},
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1123
|
+
"signature": "(method) RemoveMain.addRemovedDependenciesIssues(components: Component[]): Promise<void>",
|
|
1124
|
+
"name": "addRemovedDependenciesIssues",
|
|
1125
|
+
"params": [
|
|
960
1126
|
{
|
|
961
|
-
"__schema": "
|
|
1127
|
+
"__schema": "ParameterSchema",
|
|
962
1128
|
"location": {
|
|
963
1129
|
"filePath": "remove.main.runtime.ts",
|
|
964
|
-
"line":
|
|
965
|
-
"character":
|
|
1130
|
+
"line": 324,
|
|
1131
|
+
"character": 38
|
|
966
1132
|
},
|
|
1133
|
+
"name": "components",
|
|
967
1134
|
"type": {
|
|
968
|
-
"__schema": "
|
|
1135
|
+
"__schema": "TypeArraySchema",
|
|
969
1136
|
"location": {
|
|
970
1137
|
"filePath": "remove.main.runtime.ts",
|
|
971
|
-
"line":
|
|
972
|
-
"character":
|
|
1138
|
+
"line": 324,
|
|
1139
|
+
"character": 50
|
|
973
1140
|
},
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
"
|
|
977
|
-
|
|
978
|
-
|
|
1141
|
+
"type": {
|
|
1142
|
+
"__schema": "TypeRefSchema",
|
|
1143
|
+
"location": {
|
|
1144
|
+
"filePath": "remove.main.runtime.ts",
|
|
1145
|
+
"line": 324,
|
|
1146
|
+
"character": 50
|
|
1147
|
+
},
|
|
1148
|
+
"name": "Component",
|
|
1149
|
+
"componentId": {
|
|
1150
|
+
"scope": "teambit.component",
|
|
1151
|
+
"name": "component"
|
|
1152
|
+
}
|
|
979
1153
|
}
|
|
980
|
-
}
|
|
1154
|
+
},
|
|
1155
|
+
"isOptional": false,
|
|
1156
|
+
"isSpread": false
|
|
981
1157
|
}
|
|
982
|
-
]
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
"async"
|
|
986
|
-
]
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"__schema": "FunctionLikeSchema",
|
|
990
|
-
"location": {
|
|
991
|
-
"filePath": "remove.main.runtime.ts",
|
|
992
|
-
"line": 266,
|
|
993
|
-
"character": 3
|
|
994
|
-
},
|
|
995
|
-
"signature": "(method) RemoveMain.addRemovedDependenciesIssues(components: Component[]): Promise<void>",
|
|
996
|
-
"name": "addRemovedDependenciesIssues",
|
|
997
|
-
"params": [
|
|
998
|
-
{
|
|
999
|
-
"__schema": "ParameterSchema",
|
|
1158
|
+
],
|
|
1159
|
+
"returnType": {
|
|
1160
|
+
"__schema": "InferenceTypeSchema",
|
|
1000
1161
|
"location": {
|
|
1001
1162
|
"filePath": "remove.main.runtime.ts",
|
|
1002
|
-
"line":
|
|
1003
|
-
"character":
|
|
1004
|
-
},
|
|
1005
|
-
"name": "components",
|
|
1006
|
-
"type": {
|
|
1007
|
-
"__schema": "TypeArraySchema",
|
|
1008
|
-
"location": {
|
|
1009
|
-
"filePath": "remove.main.runtime.ts",
|
|
1010
|
-
"line": 266,
|
|
1011
|
-
"character": 50
|
|
1012
|
-
},
|
|
1013
|
-
"type": {
|
|
1014
|
-
"__schema": "TypeRefSchema",
|
|
1015
|
-
"location": {
|
|
1016
|
-
"filePath": "remove.main.runtime.ts",
|
|
1017
|
-
"line": 266,
|
|
1018
|
-
"character": 50
|
|
1019
|
-
},
|
|
1020
|
-
"name": "Component",
|
|
1021
|
-
"componentId": {
|
|
1022
|
-
"scope": "teambit.component",
|
|
1023
|
-
"name": "component"
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1163
|
+
"line": 324,
|
|
1164
|
+
"character": 3
|
|
1026
1165
|
},
|
|
1027
|
-
"
|
|
1028
|
-
"isSpread": false
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
|
-
"returnType": {
|
|
1032
|
-
"__schema": "InferenceTypeSchema",
|
|
1033
|
-
"location": {
|
|
1034
|
-
"filePath": "remove.main.runtime.ts",
|
|
1035
|
-
"line": 266,
|
|
1036
|
-
"character": 3
|
|
1166
|
+
"type": "Promise<void>"
|
|
1037
1167
|
},
|
|
1038
|
-
"
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
"async"
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"__schema": "VariableLikeSchema",
|
|
1046
|
-
"location": {
|
|
1047
|
-
"filePath": "remove.main.runtime.ts",
|
|
1048
|
-
"line": 335,
|
|
1049
|
-
"character": 3
|
|
1168
|
+
"modifiers": [
|
|
1169
|
+
"async"
|
|
1170
|
+
]
|
|
1050
1171
|
},
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
"type": {
|
|
1054
|
-
"__schema": "InferenceTypeSchema",
|
|
1172
|
+
{
|
|
1173
|
+
"__schema": "VariableLikeSchema",
|
|
1055
1174
|
"location": {
|
|
1056
1175
|
"filePath": "remove.main.runtime.ts",
|
|
1057
|
-
"line":
|
|
1176
|
+
"line": 393,
|
|
1058
1177
|
"character": 3
|
|
1059
1178
|
},
|
|
1060
|
-
"
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1179
|
+
"signature": "(property) RemoveMain.slots: never[]",
|
|
1180
|
+
"name": "slots",
|
|
1181
|
+
"type": {
|
|
1182
|
+
"__schema": "InferenceTypeSchema",
|
|
1183
|
+
"location": {
|
|
1184
|
+
"filePath": "remove.main.runtime.ts",
|
|
1185
|
+
"line": 393,
|
|
1186
|
+
"character": 3
|
|
1187
|
+
},
|
|
1188
|
+
"type": "never[]"
|
|
1189
|
+
},
|
|
1190
|
+
"isOptional": true,
|
|
1191
|
+
"defaultValue": "[]"
|
|
1071
1192
|
},
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
"type": {
|
|
1075
|
-
"__schema": "InferenceTypeSchema",
|
|
1193
|
+
{
|
|
1194
|
+
"__schema": "VariableLikeSchema",
|
|
1076
1195
|
"location": {
|
|
1077
1196
|
"filePath": "remove.main.runtime.ts",
|
|
1078
|
-
"line":
|
|
1197
|
+
"line": 394,
|
|
1079
1198
|
"character": 3
|
|
1080
1199
|
},
|
|
1081
|
-
"
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1200
|
+
"signature": "(property) RemoveMain.dependencies: Aspect[]",
|
|
1201
|
+
"name": "dependencies",
|
|
1202
|
+
"type": {
|
|
1203
|
+
"__schema": "InferenceTypeSchema",
|
|
1204
|
+
"location": {
|
|
1205
|
+
"filePath": "remove.main.runtime.ts",
|
|
1206
|
+
"line": 394,
|
|
1207
|
+
"character": 3
|
|
1208
|
+
},
|
|
1209
|
+
"type": "Aspect[]"
|
|
1210
|
+
},
|
|
1211
|
+
"isOptional": true,
|
|
1212
|
+
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ]"
|
|
1092
1213
|
},
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
"type": {
|
|
1096
|
-
"__schema": "InferenceTypeSchema",
|
|
1214
|
+
{
|
|
1215
|
+
"__schema": "VariableLikeSchema",
|
|
1097
1216
|
"location": {
|
|
1098
1217
|
"filePath": "remove.main.runtime.ts",
|
|
1099
|
-
"line":
|
|
1218
|
+
"line": 404,
|
|
1100
1219
|
"character": 3
|
|
1101
1220
|
},
|
|
1102
|
-
"
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"__schema": "FunctionLikeSchema",
|
|
1109
|
-
"location": {
|
|
1110
|
-
"filePath": "remove.main.runtime.ts",
|
|
1111
|
-
"line": 347,
|
|
1112
|
-
"character": 3
|
|
1113
|
-
},
|
|
1114
|
-
"signature": "(method) RemoveMain.provider([workspace, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
1115
|
-
"name": "provider",
|
|
1116
|
-
"params": [
|
|
1117
|
-
{
|
|
1118
|
-
"__schema": "ParameterSchema",
|
|
1221
|
+
"signature": "(property) RemoveMain.runtime: RuntimeDefinition",
|
|
1222
|
+
"name": "runtime",
|
|
1223
|
+
"type": {
|
|
1224
|
+
"__schema": "InferenceTypeSchema",
|
|
1119
1225
|
"location": {
|
|
1120
1226
|
"filePath": "remove.main.runtime.ts",
|
|
1121
|
-
"line":
|
|
1122
|
-
"character":
|
|
1227
|
+
"line": 404,
|
|
1228
|
+
"character": 3
|
|
1123
1229
|
},
|
|
1124
|
-
"
|
|
1125
|
-
|
|
1126
|
-
|
|
1230
|
+
"type": "RuntimeDefinition"
|
|
1231
|
+
},
|
|
1232
|
+
"isOptional": true,
|
|
1233
|
+
"defaultValue": "MainRuntime"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"__schema": "FunctionLikeSchema",
|
|
1237
|
+
"location": {
|
|
1238
|
+
"filePath": "remove.main.runtime.ts",
|
|
1239
|
+
"line": 406,
|
|
1240
|
+
"character": 3
|
|
1241
|
+
},
|
|
1242
|
+
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
1243
|
+
"name": "provider",
|
|
1244
|
+
"params": [
|
|
1245
|
+
{
|
|
1246
|
+
"__schema": "ParameterSchema",
|
|
1127
1247
|
"location": {
|
|
1128
1248
|
"filePath": "remove.main.runtime.ts",
|
|
1129
|
-
"line":
|
|
1130
|
-
"character":
|
|
1249
|
+
"line": 406,
|
|
1250
|
+
"character": 25
|
|
1131
1251
|
},
|
|
1132
|
-
"
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
},
|
|
1140
|
-
"name": "Workspace",
|
|
1141
|
-
"componentId": {
|
|
1142
|
-
"scope": "teambit.workspace",
|
|
1143
|
-
"name": "workspace"
|
|
1144
|
-
}
|
|
1252
|
+
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues ]",
|
|
1253
|
+
"type": {
|
|
1254
|
+
"__schema": "TupleTypeSchema",
|
|
1255
|
+
"location": {
|
|
1256
|
+
"filePath": "remove.main.runtime.ts",
|
|
1257
|
+
"line": 406,
|
|
1258
|
+
"character": 114
|
|
1145
1259
|
},
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
"
|
|
1150
|
-
|
|
1151
|
-
|
|
1260
|
+
"elements": [
|
|
1261
|
+
{
|
|
1262
|
+
"__schema": "TypeRefSchema",
|
|
1263
|
+
"location": {
|
|
1264
|
+
"filePath": "remove.main.runtime.ts",
|
|
1265
|
+
"line": 407,
|
|
1266
|
+
"character": 5
|
|
1267
|
+
},
|
|
1268
|
+
"name": "Workspace",
|
|
1269
|
+
"componentId": {
|
|
1270
|
+
"scope": "teambit.workspace",
|
|
1271
|
+
"name": "workspace"
|
|
1272
|
+
}
|
|
1152
1273
|
},
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
"
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1274
|
+
{
|
|
1275
|
+
"__schema": "TypeRefSchema",
|
|
1276
|
+
"location": {
|
|
1277
|
+
"filePath": "remove.main.runtime.ts",
|
|
1278
|
+
"line": 408,
|
|
1279
|
+
"character": 5
|
|
1280
|
+
},
|
|
1281
|
+
"name": "ScopeMain",
|
|
1282
|
+
"componentId": {
|
|
1283
|
+
"scope": "teambit.scope",
|
|
1284
|
+
"name": "scope"
|
|
1285
|
+
}
|
|
1165
1286
|
},
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
"
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1287
|
+
{
|
|
1288
|
+
"__schema": "TypeRefSchema",
|
|
1289
|
+
"location": {
|
|
1290
|
+
"filePath": "remove.main.runtime.ts",
|
|
1291
|
+
"line": 409,
|
|
1292
|
+
"character": 5
|
|
1293
|
+
},
|
|
1294
|
+
"name": "CLIMain",
|
|
1295
|
+
"componentId": {
|
|
1296
|
+
"scope": "teambit.harmony",
|
|
1297
|
+
"name": "cli"
|
|
1298
|
+
}
|
|
1178
1299
|
},
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1300
|
+
{
|
|
1301
|
+
"__schema": "TypeRefSchema",
|
|
1302
|
+
"location": {
|
|
1303
|
+
"filePath": "remove.main.runtime.ts",
|
|
1304
|
+
"line": 410,
|
|
1305
|
+
"character": 5
|
|
1306
|
+
},
|
|
1307
|
+
"name": "LoggerMain",
|
|
1308
|
+
"componentId": {
|
|
1309
|
+
"scope": "teambit.harmony",
|
|
1310
|
+
"name": "logger"
|
|
1311
|
+
}
|
|
1191
1312
|
},
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
"
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1313
|
+
{
|
|
1314
|
+
"__schema": "TypeRefSchema",
|
|
1315
|
+
"location": {
|
|
1316
|
+
"filePath": "remove.main.runtime.ts",
|
|
1317
|
+
"line": 411,
|
|
1318
|
+
"character": 5
|
|
1319
|
+
},
|
|
1320
|
+
"name": "ComponentMain",
|
|
1321
|
+
"componentId": {
|
|
1322
|
+
"scope": "teambit.component",
|
|
1323
|
+
"name": "component"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"__schema": "TypeRefSchema",
|
|
1328
|
+
"location": {
|
|
1329
|
+
"filePath": "remove.main.runtime.ts",
|
|
1330
|
+
"line": 412,
|
|
1331
|
+
"character": 5
|
|
1332
|
+
},
|
|
1333
|
+
"name": "ImporterMain",
|
|
1334
|
+
"componentId": {
|
|
1335
|
+
"scope": "teambit.scope",
|
|
1336
|
+
"name": "importer"
|
|
1337
|
+
}
|
|
1204
1338
|
},
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
"
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1339
|
+
{
|
|
1340
|
+
"__schema": "TypeRefSchema",
|
|
1341
|
+
"location": {
|
|
1342
|
+
"filePath": "remove.main.runtime.ts",
|
|
1343
|
+
"line": 413,
|
|
1344
|
+
"character": 5
|
|
1345
|
+
},
|
|
1346
|
+
"name": "DependencyResolverMain",
|
|
1347
|
+
"componentId": {
|
|
1348
|
+
"scope": "teambit.dependencies",
|
|
1349
|
+
"name": "dependency-resolver"
|
|
1350
|
+
}
|
|
1217
1351
|
},
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
"
|
|
1221
|
-
|
|
1352
|
+
{
|
|
1353
|
+
"__schema": "TypeRefSchema",
|
|
1354
|
+
"location": {
|
|
1355
|
+
"filePath": "remove.main.runtime.ts",
|
|
1356
|
+
"line": 414,
|
|
1357
|
+
"character": 5
|
|
1358
|
+
},
|
|
1359
|
+
"name": "IssuesMain",
|
|
1360
|
+
"componentId": {
|
|
1361
|
+
"scope": "teambit.component",
|
|
1362
|
+
"name": "issues"
|
|
1363
|
+
}
|
|
1222
1364
|
}
|
|
1223
|
-
|
|
1224
|
-
|
|
1365
|
+
]
|
|
1366
|
+
},
|
|
1367
|
+
"isOptional": false,
|
|
1368
|
+
"isSpread": false
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"returnType": {
|
|
1372
|
+
"__schema": "InferenceTypeSchema",
|
|
1373
|
+
"location": {
|
|
1374
|
+
"filePath": "remove.main.runtime.ts",
|
|
1375
|
+
"line": 406,
|
|
1376
|
+
"character": 3
|
|
1225
1377
|
},
|
|
1226
|
-
"
|
|
1227
|
-
"isSpread": false
|
|
1228
|
-
}
|
|
1229
|
-
],
|
|
1230
|
-
"returnType": {
|
|
1231
|
-
"__schema": "InferenceTypeSchema",
|
|
1232
|
-
"location": {
|
|
1233
|
-
"filePath": "remove.main.runtime.ts",
|
|
1234
|
-
"line": 347,
|
|
1235
|
-
"character": 3
|
|
1378
|
+
"type": "Promise<RemoveMain>"
|
|
1236
1379
|
},
|
|
1237
|
-
"
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
"implementNodes": []
|
|
1380
|
+
"modifiers": [
|
|
1381
|
+
"static",
|
|
1382
|
+
"async"
|
|
1383
|
+
]
|
|
1384
|
+
}
|
|
1385
|
+
],
|
|
1386
|
+
"extendsNodes": [],
|
|
1387
|
+
"implementNodes": []
|
|
1388
|
+
}
|
|
1247
1389
|
},
|
|
1248
1390
|
{
|
|
1249
|
-
"__schema": "
|
|
1391
|
+
"__schema": "ExportSchema",
|
|
1250
1392
|
"location": {
|
|
1251
|
-
"filePath": "
|
|
1252
|
-
"line":
|
|
1253
|
-
"character":
|
|
1393
|
+
"filePath": "index.ts",
|
|
1394
|
+
"line": 3,
|
|
1395
|
+
"character": 27
|
|
1254
1396
|
},
|
|
1255
|
-
"signature": "type RemoveInfo = {\n removed: boolean;\n removeOnMain?: boolean | undefined;\n}",
|
|
1256
1397
|
"name": "RemoveInfo",
|
|
1257
|
-
"
|
|
1258
|
-
"__schema": "
|
|
1398
|
+
"exportNode": {
|
|
1399
|
+
"__schema": "TypeSchema",
|
|
1259
1400
|
"location": {
|
|
1260
1401
|
"filePath": "remove.main.runtime.ts",
|
|
1261
|
-
"line":
|
|
1262
|
-
"character":
|
|
1402
|
+
"line": 30,
|
|
1403
|
+
"character": 1
|
|
1263
1404
|
},
|
|
1264
|
-
"
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
"__schema": "
|
|
1405
|
+
"signature": "type RemoveInfo = {\n removed: boolean;\n removeOnMain?: boolean | undefined;\n range?: string | undefined;\n}",
|
|
1406
|
+
"name": "RemoveInfo",
|
|
1407
|
+
"type": {
|
|
1408
|
+
"__schema": "TypeLiteralSchema",
|
|
1409
|
+
"location": {
|
|
1410
|
+
"filePath": "remove.main.runtime.ts",
|
|
1411
|
+
"line": 30,
|
|
1412
|
+
"character": 26
|
|
1413
|
+
},
|
|
1414
|
+
"members": [
|
|
1415
|
+
{
|
|
1416
|
+
"__schema": "VariableLikeSchema",
|
|
1276
1417
|
"location": {
|
|
1277
1418
|
"filePath": "remove.main.runtime.ts",
|
|
1278
|
-
"line":
|
|
1279
|
-
"character":
|
|
1419
|
+
"line": 31,
|
|
1420
|
+
"character": 3
|
|
1280
1421
|
},
|
|
1281
|
-
"
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1422
|
+
"signature": "(property) removed: boolean",
|
|
1423
|
+
"name": "removed",
|
|
1424
|
+
"type": {
|
|
1425
|
+
"__schema": "KeywordTypeSchema",
|
|
1426
|
+
"location": {
|
|
1427
|
+
"filePath": "remove.main.runtime.ts",
|
|
1428
|
+
"line": 31,
|
|
1429
|
+
"character": 12
|
|
1430
|
+
},
|
|
1431
|
+
"name": "boolean"
|
|
1432
|
+
},
|
|
1433
|
+
"isOptional": false
|
|
1291
1434
|
},
|
|
1292
|
-
|
|
1293
|
-
"__schema": "
|
|
1435
|
+
{
|
|
1436
|
+
"__schema": "VariableLikeSchema",
|
|
1294
1437
|
"location": {
|
|
1295
1438
|
"filePath": "remove.main.runtime.ts",
|
|
1296
|
-
"line":
|
|
1439
|
+
"line": 35,
|
|
1297
1440
|
"character": 3
|
|
1298
1441
|
},
|
|
1299
|
-
"
|
|
1300
|
-
|
|
1442
|
+
"doc": {
|
|
1443
|
+
"__schema": "DocSchema",
|
|
1444
|
+
"location": {
|
|
1445
|
+
"filePath": "remove.main.runtime.ts",
|
|
1446
|
+
"line": 32,
|
|
1447
|
+
"character": 3
|
|
1448
|
+
},
|
|
1449
|
+
"raw": "/**\n * whether to remove the component from default lane once merged\n */",
|
|
1450
|
+
"comment": "whether to remove the component from default lane once merged"
|
|
1451
|
+
},
|
|
1452
|
+
"signature": "(property) removeOnMain?: boolean | undefined",
|
|
1453
|
+
"name": "removeOnMain",
|
|
1454
|
+
"type": {
|
|
1455
|
+
"__schema": "KeywordTypeSchema",
|
|
1456
|
+
"location": {
|
|
1457
|
+
"filePath": "remove.main.runtime.ts",
|
|
1458
|
+
"line": 35,
|
|
1459
|
+
"character": 18
|
|
1460
|
+
},
|
|
1461
|
+
"name": "boolean"
|
|
1462
|
+
},
|
|
1463
|
+
"isOptional": true
|
|
1301
1464
|
},
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
"type": {
|
|
1305
|
-
"__schema": "KeywordTypeSchema",
|
|
1465
|
+
{
|
|
1466
|
+
"__schema": "VariableLikeSchema",
|
|
1306
1467
|
"location": {
|
|
1307
1468
|
"filePath": "remove.main.runtime.ts",
|
|
1308
|
-
"line":
|
|
1309
|
-
"character":
|
|
1469
|
+
"line": 39,
|
|
1470
|
+
"character": 3
|
|
1310
1471
|
},
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1472
|
+
"doc": {
|
|
1473
|
+
"__schema": "DocSchema",
|
|
1474
|
+
"location": {
|
|
1475
|
+
"filePath": "remove.main.runtime.ts",
|
|
1476
|
+
"line": 36,
|
|
1477
|
+
"character": 3
|
|
1478
|
+
},
|
|
1479
|
+
"raw": "/**\n * Semver range to mark specific versions as deleted\n */",
|
|
1480
|
+
"comment": "Semver range to mark specific versions as deleted"
|
|
1481
|
+
},
|
|
1482
|
+
"signature": "(property) range?: string | undefined",
|
|
1483
|
+
"name": "range",
|
|
1484
|
+
"type": {
|
|
1485
|
+
"__schema": "KeywordTypeSchema",
|
|
1486
|
+
"location": {
|
|
1487
|
+
"filePath": "remove.main.runtime.ts",
|
|
1488
|
+
"line": 39,
|
|
1489
|
+
"character": 11
|
|
1490
|
+
},
|
|
1491
|
+
"name": "string"
|
|
1492
|
+
},
|
|
1493
|
+
"isOptional": true
|
|
1494
|
+
}
|
|
1495
|
+
]
|
|
1496
|
+
}
|
|
1316
1497
|
}
|
|
1317
1498
|
},
|
|
1318
1499
|
{
|
|
1319
|
-
"__schema": "
|
|
1500
|
+
"__schema": "ExportSchema",
|
|
1320
1501
|
"location": {
|
|
1321
|
-
"filePath": "
|
|
1502
|
+
"filePath": "index.ts",
|
|
1322
1503
|
"line": 4,
|
|
1323
|
-
"character":
|
|
1504
|
+
"character": 15
|
|
1324
1505
|
},
|
|
1325
|
-
"signature": "class RemovedLocalObjects",
|
|
1326
1506
|
"name": "RemovedLocalObjects",
|
|
1327
|
-
"
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
"__schema": "
|
|
1507
|
+
"exportNode": {
|
|
1508
|
+
"__schema": "ClassSchema",
|
|
1509
|
+
"location": {
|
|
1510
|
+
"filePath": "removed-local-objects.ts",
|
|
1511
|
+
"line": 4,
|
|
1512
|
+
"character": 1
|
|
1513
|
+
},
|
|
1514
|
+
"signature": "class RemovedLocalObjects",
|
|
1515
|
+
"name": "RemovedLocalObjects",
|
|
1516
|
+
"members": [
|
|
1517
|
+
{
|
|
1518
|
+
"__schema": "VariableLikeSchema",
|
|
1339
1519
|
"location": {
|
|
1340
1520
|
"filePath": "removed-local-objects.ts",
|
|
1341
1521
|
"line": 5,
|
|
1342
1522
|
"character": 3
|
|
1343
1523
|
},
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1346
|
-
|
|
1347
|
-
"
|
|
1348
|
-
"version": "1.2.0"
|
|
1349
|
-
}
|
|
1350
|
-
},
|
|
1351
|
-
"isOptional": false
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"__schema": "ConstructorSchema",
|
|
1355
|
-
"location": {
|
|
1356
|
-
"filePath": "removed-local-objects.ts",
|
|
1357
|
-
"line": 6,
|
|
1358
|
-
"character": 3
|
|
1359
|
-
},
|
|
1360
|
-
"signature": "constructor RemovedLocalObjects(removedComponentIds?: ComponentIdList, missingComponents?: ComponentIdList, modifiedComponents?: ComponentIdList, dependentBits?: Record<string, any>, removedFromLane?: ComponentIdList): RemovedLocalObjects",
|
|
1361
|
-
"name": "constructor",
|
|
1362
|
-
"params": [
|
|
1363
|
-
{
|
|
1364
|
-
"__schema": "ParameterSchema",
|
|
1524
|
+
"signature": "(property) RemovedLocalObjects.modifiedComponents: ComponentIdList",
|
|
1525
|
+
"name": "modifiedComponents",
|
|
1526
|
+
"type": {
|
|
1527
|
+
"__schema": "TypeRefSchema",
|
|
1365
1528
|
"location": {
|
|
1366
1529
|
"filePath": "removed-local-objects.ts",
|
|
1367
|
-
"line":
|
|
1368
|
-
"character":
|
|
1530
|
+
"line": 5,
|
|
1531
|
+
"character": 3
|
|
1369
1532
|
},
|
|
1370
|
-
"name": "
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1533
|
+
"name": "ComponentIdList",
|
|
1534
|
+
"componentId": {
|
|
1535
|
+
"scope": "teambit.component",
|
|
1536
|
+
"name": "component-id",
|
|
1537
|
+
"version": "1.2.0"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"isOptional": false
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"__schema": "ConstructorSchema",
|
|
1544
|
+
"location": {
|
|
1545
|
+
"filePath": "removed-local-objects.ts",
|
|
1546
|
+
"line": 6,
|
|
1547
|
+
"character": 3
|
|
1548
|
+
},
|
|
1549
|
+
"signature": "constructor RemovedLocalObjects(removedComponentIds?: ComponentIdList, missingComponents?: ComponentIdList, modifiedComponents?: ComponentIdList, dependentBits?: Record<string, any>, removedFromLane?: ComponentIdList): RemovedLocalObjects",
|
|
1550
|
+
"name": "constructor",
|
|
1551
|
+
"params": [
|
|
1552
|
+
{
|
|
1553
|
+
"__schema": "ParameterSchema",
|
|
1373
1554
|
"location": {
|
|
1374
1555
|
"filePath": "removed-local-objects.ts",
|
|
1375
1556
|
"line": 7,
|
|
1376
|
-
"character":
|
|
1557
|
+
"character": 5
|
|
1377
1558
|
},
|
|
1378
|
-
"name": "
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
"
|
|
1559
|
+
"name": "removedComponentIds",
|
|
1560
|
+
"type": {
|
|
1561
|
+
"__schema": "TypeRefSchema",
|
|
1562
|
+
"location": {
|
|
1563
|
+
"filePath": "removed-local-objects.ts",
|
|
1564
|
+
"line": 7,
|
|
1565
|
+
"character": 27
|
|
1566
|
+
},
|
|
1567
|
+
"name": "ComponentIdList",
|
|
1568
|
+
"componentId": {
|
|
1569
|
+
"scope": "teambit.component",
|
|
1570
|
+
"name": "component-id",
|
|
1571
|
+
"version": "1.2.0"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
"isOptional": true,
|
|
1575
|
+
"isSpread": false
|
|
1394
1576
|
},
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
"__schema": "TypeRefSchema",
|
|
1577
|
+
{
|
|
1578
|
+
"__schema": "ParameterSchema",
|
|
1398
1579
|
"location": {
|
|
1399
1580
|
"filePath": "removed-local-objects.ts",
|
|
1400
1581
|
"line": 8,
|
|
1401
|
-
"character":
|
|
1582
|
+
"character": 5
|
|
1402
1583
|
},
|
|
1403
|
-
"name": "
|
|
1404
|
-
"
|
|
1405
|
-
"
|
|
1406
|
-
"
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
"
|
|
1584
|
+
"name": "missingComponents",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"__schema": "TypeRefSchema",
|
|
1587
|
+
"location": {
|
|
1588
|
+
"filePath": "removed-local-objects.ts",
|
|
1589
|
+
"line": 8,
|
|
1590
|
+
"character": 25
|
|
1591
|
+
},
|
|
1592
|
+
"name": "ComponentIdList",
|
|
1593
|
+
"componentId": {
|
|
1594
|
+
"scope": "teambit.component",
|
|
1595
|
+
"name": "component-id",
|
|
1596
|
+
"version": "1.2.0"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"isOptional": true,
|
|
1600
|
+
"isSpread": false
|
|
1419
1601
|
},
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
"__schema": "TypeRefSchema",
|
|
1602
|
+
{
|
|
1603
|
+
"__schema": "ParameterSchema",
|
|
1423
1604
|
"location": {
|
|
1424
1605
|
"filePath": "removed-local-objects.ts",
|
|
1425
1606
|
"line": 9,
|
|
1426
|
-
"character":
|
|
1607
|
+
"character": 5
|
|
1427
1608
|
},
|
|
1428
|
-
"name": "
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
"
|
|
1609
|
+
"name": "modifiedComponents",
|
|
1610
|
+
"type": {
|
|
1611
|
+
"__schema": "TypeRefSchema",
|
|
1612
|
+
"location": {
|
|
1613
|
+
"filePath": "removed-local-objects.ts",
|
|
1614
|
+
"line": 9,
|
|
1615
|
+
"character": 26
|
|
1616
|
+
},
|
|
1617
|
+
"name": "ComponentIdList",
|
|
1618
|
+
"componentId": {
|
|
1619
|
+
"scope": "teambit.component",
|
|
1620
|
+
"name": "component-id",
|
|
1621
|
+
"version": "1.2.0"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
"isOptional": true,
|
|
1625
|
+
"isSpread": false
|
|
1444
1626
|
},
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
"__schema": "TypeRefSchema",
|
|
1627
|
+
{
|
|
1628
|
+
"__schema": "ParameterSchema",
|
|
1448
1629
|
"location": {
|
|
1449
1630
|
"filePath": "removed-local-objects.ts",
|
|
1450
1631
|
"line": 10,
|
|
1451
|
-
"character":
|
|
1632
|
+
"character": 5
|
|
1452
1633
|
},
|
|
1453
|
-
"name": "
|
|
1454
|
-
"
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
"
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
"character": 28
|
|
1461
|
-
},
|
|
1462
|
-
"name": "string"
|
|
1634
|
+
"name": "dependentBits",
|
|
1635
|
+
"type": {
|
|
1636
|
+
"__schema": "TypeRefSchema",
|
|
1637
|
+
"location": {
|
|
1638
|
+
"filePath": "removed-local-objects.ts",
|
|
1639
|
+
"line": 10,
|
|
1640
|
+
"character": 21
|
|
1463
1641
|
},
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1469
|
-
|
|
1642
|
+
"name": "Record",
|
|
1643
|
+
"typeArgs": [
|
|
1644
|
+
{
|
|
1645
|
+
"__schema": "KeywordTypeSchema",
|
|
1646
|
+
"location": {
|
|
1647
|
+
"filePath": "removed-local-objects.ts",
|
|
1648
|
+
"line": 10,
|
|
1649
|
+
"character": 28
|
|
1650
|
+
},
|
|
1651
|
+
"name": "string"
|
|
1470
1652
|
},
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1653
|
+
{
|
|
1654
|
+
"__schema": "KeywordTypeSchema",
|
|
1655
|
+
"location": {
|
|
1656
|
+
"filePath": "removed-local-objects.ts",
|
|
1657
|
+
"line": 10,
|
|
1658
|
+
"character": 36
|
|
1659
|
+
},
|
|
1660
|
+
"name": "any"
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1663
|
+
},
|
|
1664
|
+
"isOptional": true,
|
|
1665
|
+
"isSpread": false
|
|
1484
1666
|
},
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
"__schema": "TypeRefSchema",
|
|
1667
|
+
{
|
|
1668
|
+
"__schema": "ParameterSchema",
|
|
1488
1669
|
"location": {
|
|
1489
1670
|
"filePath": "removed-local-objects.ts",
|
|
1490
1671
|
"line": 11,
|
|
1491
|
-
"character":
|
|
1672
|
+
"character": 5
|
|
1492
1673
|
},
|
|
1493
|
-
"name": "
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
|
|
1498
|
-
|
|
1674
|
+
"name": "removedFromLane",
|
|
1675
|
+
"type": {
|
|
1676
|
+
"__schema": "TypeRefSchema",
|
|
1677
|
+
"location": {
|
|
1678
|
+
"filePath": "removed-local-objects.ts",
|
|
1679
|
+
"line": 11,
|
|
1680
|
+
"character": 23
|
|
1681
|
+
},
|
|
1682
|
+
"name": "ComponentIdList",
|
|
1683
|
+
"componentId": {
|
|
1684
|
+
"scope": "teambit.component",
|
|
1685
|
+
"name": "component-id",
|
|
1686
|
+
"version": "1.2.0"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
"isOptional": true,
|
|
1690
|
+
"isSpread": false
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"returnType": {
|
|
1694
|
+
"__schema": "ThisTypeSchema",
|
|
1695
|
+
"location": {
|
|
1696
|
+
"filePath": "removed-local-objects.ts",
|
|
1697
|
+
"line": 4,
|
|
1698
|
+
"character": 1
|
|
1499
1699
|
},
|
|
1500
|
-
"
|
|
1501
|
-
"isSpread": false
|
|
1502
|
-
}
|
|
1503
|
-
],
|
|
1504
|
-
"returnType": {
|
|
1505
|
-
"__schema": "ThisTypeSchema",
|
|
1506
|
-
"location": {
|
|
1507
|
-
"filePath": "removed-local-objects.ts",
|
|
1508
|
-
"line": 4,
|
|
1509
|
-
"character": 1
|
|
1700
|
+
"name": "RemovedLocalObjects"
|
|
1510
1701
|
},
|
|
1511
|
-
"
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
{
|
|
1518
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1519
|
-
"location": {
|
|
1520
|
-
"filePath": "removed-local-objects.ts",
|
|
1521
|
-
"line": 4,
|
|
1522
|
-
"character": 42
|
|
1523
|
-
},
|
|
1524
|
-
"name": "extends RemovedObjects",
|
|
1525
|
-
"typeArgs": [],
|
|
1526
|
-
"expression": {
|
|
1527
|
-
"__schema": "TypeRefSchema",
|
|
1702
|
+
"modifiers": []
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
"extendsNodes": [
|
|
1706
|
+
{
|
|
1707
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1528
1708
|
"location": {
|
|
1529
1709
|
"filePath": "removed-local-objects.ts",
|
|
1530
1710
|
"line": 4,
|
|
1531
1711
|
"character": 42
|
|
1532
1712
|
},
|
|
1533
|
-
"name": "RemovedObjects",
|
|
1534
|
-
"
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
"
|
|
1713
|
+
"name": "extends RemovedObjects",
|
|
1714
|
+
"typeArgs": [],
|
|
1715
|
+
"expression": {
|
|
1716
|
+
"__schema": "TypeRefSchema",
|
|
1717
|
+
"location": {
|
|
1718
|
+
"filePath": "removed-local-objects.ts",
|
|
1719
|
+
"line": 4,
|
|
1720
|
+
"character": 42
|
|
1539
1721
|
},
|
|
1540
|
-
"
|
|
1722
|
+
"name": "RemovedObjects",
|
|
1723
|
+
"componentId": {
|
|
1724
|
+
"_legacy": {
|
|
1725
|
+
"scope": "teambit.component",
|
|
1726
|
+
"name": "remove",
|
|
1727
|
+
"version": "1.0.259"
|
|
1728
|
+
},
|
|
1729
|
+
"_scope": "teambit.component"
|
|
1730
|
+
}
|
|
1541
1731
|
}
|
|
1542
1732
|
}
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1733
|
+
],
|
|
1734
|
+
"implementNodes": []
|
|
1735
|
+
}
|
|
1546
1736
|
},
|
|
1547
1737
|
{
|
|
1548
|
-
"__schema": "
|
|
1738
|
+
"__schema": "ExportSchema",
|
|
1549
1739
|
"location": {
|
|
1550
|
-
"filePath": "
|
|
1740
|
+
"filePath": "index.ts",
|
|
1551
1741
|
"line": 5,
|
|
1552
|
-
"character":
|
|
1742
|
+
"character": 10
|
|
1553
1743
|
},
|
|
1554
|
-
"signature": "function removeTemplate({ dependentBits, modifiedComponents, removedComponentIds, missingComponents, removedFromLane }: {\n dependentBits: any;\n modifiedComponents?: never[] | undefined;\n removedComponentIds: any;\n missingComponents: any;\n removedFromLane: any;\n}, isRemote: any): string",
|
|
1555
1744
|
"name": "removeTemplate",
|
|
1556
|
-
"
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
"
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1745
|
+
"exportNode": {
|
|
1746
|
+
"__schema": "FunctionLikeSchema",
|
|
1747
|
+
"location": {
|
|
1748
|
+
"filePath": "remove-template.ts",
|
|
1749
|
+
"line": 5,
|
|
1750
|
+
"character": 1
|
|
1751
|
+
},
|
|
1752
|
+
"signature": "function removeTemplate({ dependentBits, modifiedComponents, removedComponentIds, missingComponents, removedFromLane }: {\n dependentBits: any;\n modifiedComponents?: never[] | undefined;\n removedComponentIds: any;\n missingComponents: any;\n removedFromLane: any;\n}, isRemote: any): string",
|
|
1753
|
+
"name": "removeTemplate",
|
|
1754
|
+
"params": [
|
|
1755
|
+
{
|
|
1756
|
+
"__schema": "ParameterSchema",
|
|
1567
1757
|
"location": {
|
|
1568
1758
|
"filePath": "remove-template.ts",
|
|
1569
1759
|
"line": 6,
|
|
1570
1760
|
"character": 3
|
|
1571
1761
|
},
|
|
1572
|
-
"
|
|
1762
|
+
"name": "{ dependentBits, modifiedComponents = [], removedComponentIds, missingComponents, removedFromLane }",
|
|
1763
|
+
"type": {
|
|
1764
|
+
"__schema": "TypeLiteralSchema",
|
|
1765
|
+
"location": {
|
|
1766
|
+
"filePath": "remove-template.ts",
|
|
1767
|
+
"line": 6,
|
|
1768
|
+
"character": 3
|
|
1769
|
+
},
|
|
1770
|
+
"members": [
|
|
1771
|
+
{
|
|
1772
|
+
"__schema": "InferenceTypeSchema",
|
|
1773
|
+
"location": {
|
|
1774
|
+
"filePath": "remove-template.ts",
|
|
1775
|
+
"line": 6,
|
|
1776
|
+
"character": 3
|
|
1777
|
+
},
|
|
1778
|
+
"name": "dependentBits",
|
|
1779
|
+
"type": "any"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"__schema": "InferenceTypeSchema",
|
|
1783
|
+
"location": {
|
|
1784
|
+
"filePath": "remove-template.ts",
|
|
1785
|
+
"line": 6,
|
|
1786
|
+
"character": 3
|
|
1787
|
+
},
|
|
1788
|
+
"name": "modifiedComponents",
|
|
1789
|
+
"type": "never[]"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"__schema": "InferenceTypeSchema",
|
|
1793
|
+
"location": {
|
|
1794
|
+
"filePath": "remove-template.ts",
|
|
1795
|
+
"line": 6,
|
|
1796
|
+
"character": 3
|
|
1797
|
+
},
|
|
1798
|
+
"name": "removedComponentIds",
|
|
1799
|
+
"type": "any"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"__schema": "InferenceTypeSchema",
|
|
1803
|
+
"location": {
|
|
1804
|
+
"filePath": "remove-template.ts",
|
|
1805
|
+
"line": 6,
|
|
1806
|
+
"character": 3
|
|
1807
|
+
},
|
|
1808
|
+
"name": "missingComponents",
|
|
1809
|
+
"type": "any"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"__schema": "InferenceTypeSchema",
|
|
1813
|
+
"location": {
|
|
1814
|
+
"filePath": "remove-template.ts",
|
|
1815
|
+
"line": 6,
|
|
1816
|
+
"character": 3
|
|
1817
|
+
},
|
|
1818
|
+
"name": "removedFromLane",
|
|
1819
|
+
"type": "any"
|
|
1820
|
+
}
|
|
1821
|
+
]
|
|
1822
|
+
},
|
|
1823
|
+
"isOptional": false,
|
|
1824
|
+
"objectBindingNodes": [
|
|
1573
1825
|
{
|
|
1574
1826
|
"__schema": "InferenceTypeSchema",
|
|
1575
1827
|
"location": {
|
|
1576
1828
|
"filePath": "remove-template.ts",
|
|
1577
1829
|
"line": 6,
|
|
1578
|
-
"character":
|
|
1830
|
+
"character": 5
|
|
1579
1831
|
},
|
|
1580
1832
|
"name": "dependentBits",
|
|
1581
|
-
"type": "any"
|
|
1833
|
+
"type": "any",
|
|
1834
|
+
"isSpread": false
|
|
1582
1835
|
},
|
|
1583
1836
|
{
|
|
1584
1837
|
"__schema": "InferenceTypeSchema",
|
|
1585
1838
|
"location": {
|
|
1586
1839
|
"filePath": "remove-template.ts",
|
|
1587
1840
|
"line": 6,
|
|
1588
|
-
"character":
|
|
1841
|
+
"character": 20
|
|
1589
1842
|
},
|
|
1590
1843
|
"name": "modifiedComponents",
|
|
1591
|
-
"type": "never[]"
|
|
1844
|
+
"type": "never[]",
|
|
1845
|
+
"defaultValue": "[]",
|
|
1846
|
+
"isSpread": false
|
|
1592
1847
|
},
|
|
1593
1848
|
{
|
|
1594
1849
|
"__schema": "InferenceTypeSchema",
|
|
1595
1850
|
"location": {
|
|
1596
1851
|
"filePath": "remove-template.ts",
|
|
1597
1852
|
"line": 6,
|
|
1598
|
-
"character":
|
|
1853
|
+
"character": 45
|
|
1599
1854
|
},
|
|
1600
1855
|
"name": "removedComponentIds",
|
|
1601
|
-
"type": "any"
|
|
1856
|
+
"type": "any",
|
|
1857
|
+
"isSpread": false
|
|
1602
1858
|
},
|
|
1603
1859
|
{
|
|
1604
1860
|
"__schema": "InferenceTypeSchema",
|
|
1605
1861
|
"location": {
|
|
1606
1862
|
"filePath": "remove-template.ts",
|
|
1607
1863
|
"line": 6,
|
|
1608
|
-
"character":
|
|
1864
|
+
"character": 66
|
|
1609
1865
|
},
|
|
1610
1866
|
"name": "missingComponents",
|
|
1611
|
-
"type": "any"
|
|
1867
|
+
"type": "any",
|
|
1868
|
+
"isSpread": false
|
|
1612
1869
|
},
|
|
1613
1870
|
{
|
|
1614
1871
|
"__schema": "InferenceTypeSchema",
|
|
1615
1872
|
"location": {
|
|
1616
1873
|
"filePath": "remove-template.ts",
|
|
1617
1874
|
"line": 6,
|
|
1618
|
-
"character":
|
|
1875
|
+
"character": 85
|
|
1619
1876
|
},
|
|
1620
1877
|
"name": "removedFromLane",
|
|
1621
|
-
"type": "any"
|
|
1878
|
+
"type": "any",
|
|
1879
|
+
"isSpread": false
|
|
1622
1880
|
}
|
|
1623
|
-
]
|
|
1881
|
+
],
|
|
1882
|
+
"isSpread": false
|
|
1624
1883
|
},
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
{
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
|
|
1631
|
-
"line": 6,
|
|
1632
|
-
"character": 5
|
|
1633
|
-
},
|
|
1634
|
-
"name": "dependentBits",
|
|
1635
|
-
"type": "any",
|
|
1636
|
-
"isSpread": false
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"__schema": "InferenceTypeSchema",
|
|
1640
|
-
"location": {
|
|
1641
|
-
"filePath": "remove-template.ts",
|
|
1642
|
-
"line": 6,
|
|
1643
|
-
"character": 20
|
|
1644
|
-
},
|
|
1645
|
-
"name": "modifiedComponents",
|
|
1646
|
-
"type": "never[]",
|
|
1647
|
-
"defaultValue": "[]",
|
|
1648
|
-
"isSpread": false
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"__schema": "InferenceTypeSchema",
|
|
1652
|
-
"location": {
|
|
1653
|
-
"filePath": "remove-template.ts",
|
|
1654
|
-
"line": 6,
|
|
1655
|
-
"character": 45
|
|
1656
|
-
},
|
|
1657
|
-
"name": "removedComponentIds",
|
|
1658
|
-
"type": "any",
|
|
1659
|
-
"isSpread": false
|
|
1884
|
+
{
|
|
1885
|
+
"__schema": "ParameterSchema",
|
|
1886
|
+
"location": {
|
|
1887
|
+
"filePath": "remove-template.ts",
|
|
1888
|
+
"line": 7,
|
|
1889
|
+
"character": 3
|
|
1660
1890
|
},
|
|
1661
|
-
|
|
1891
|
+
"name": "isRemote",
|
|
1892
|
+
"type": {
|
|
1662
1893
|
"__schema": "InferenceTypeSchema",
|
|
1663
1894
|
"location": {
|
|
1664
1895
|
"filePath": "remove-template.ts",
|
|
1665
|
-
"line":
|
|
1666
|
-
"character":
|
|
1896
|
+
"line": 7,
|
|
1897
|
+
"character": 3
|
|
1667
1898
|
},
|
|
1668
|
-
"
|
|
1669
|
-
"type": "any",
|
|
1670
|
-
"isSpread": false
|
|
1899
|
+
"type": "any"
|
|
1671
1900
|
},
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
},
|
|
1679
|
-
"name": "removedFromLane",
|
|
1680
|
-
"type": "any",
|
|
1681
|
-
"isSpread": false
|
|
1682
|
-
}
|
|
1683
|
-
],
|
|
1684
|
-
"isSpread": false
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"__schema": "ParameterSchema",
|
|
1901
|
+
"isOptional": false,
|
|
1902
|
+
"isSpread": false
|
|
1903
|
+
}
|
|
1904
|
+
],
|
|
1905
|
+
"returnType": {
|
|
1906
|
+
"__schema": "InferenceTypeSchema",
|
|
1688
1907
|
"location": {
|
|
1689
1908
|
"filePath": "remove-template.ts",
|
|
1690
|
-
"line":
|
|
1691
|
-
"character":
|
|
1692
|
-
},
|
|
1693
|
-
"name": "isRemote",
|
|
1694
|
-
"type": {
|
|
1695
|
-
"__schema": "InferenceTypeSchema",
|
|
1696
|
-
"location": {
|
|
1697
|
-
"filePath": "remove-template.ts",
|
|
1698
|
-
"line": 7,
|
|
1699
|
-
"character": 3
|
|
1700
|
-
},
|
|
1701
|
-
"type": "any"
|
|
1909
|
+
"line": 5,
|
|
1910
|
+
"character": 1
|
|
1702
1911
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"isSpread": false
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"returnType": {
|
|
1708
|
-
"__schema": "InferenceTypeSchema",
|
|
1709
|
-
"location": {
|
|
1710
|
-
"filePath": "remove-template.ts",
|
|
1711
|
-
"line": 5,
|
|
1712
|
-
"character": 1
|
|
1912
|
+
"type": "string"
|
|
1713
1913
|
},
|
|
1714
|
-
"
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
]
|
|
1914
|
+
"modifiers": [
|
|
1915
|
+
"export"
|
|
1916
|
+
]
|
|
1917
|
+
}
|
|
1719
1918
|
},
|
|
1720
1919
|
{
|
|
1721
1920
|
"__schema": "UnImplementedSchema",
|
|
@@ -1728,30 +1927,39 @@
|
|
|
1728
1927
|
"type": "Identifier"
|
|
1729
1928
|
},
|
|
1730
1929
|
{
|
|
1731
|
-
"__schema": "
|
|
1930
|
+
"__schema": "ExportSchema",
|
|
1732
1931
|
"location": {
|
|
1733
|
-
"filePath": "
|
|
1734
|
-
"line":
|
|
1735
|
-
"character":
|
|
1932
|
+
"filePath": "index.ts",
|
|
1933
|
+
"line": 7,
|
|
1934
|
+
"character": 10
|
|
1736
1935
|
},
|
|
1737
|
-
"signature": "const RemoveAspect: Aspect",
|
|
1738
1936
|
"name": "RemoveAspect",
|
|
1739
|
-
"
|
|
1740
|
-
"__schema": "
|
|
1937
|
+
"exportNode": {
|
|
1938
|
+
"__schema": "VariableLikeSchema",
|
|
1741
1939
|
"location": {
|
|
1742
1940
|
"filePath": "remove.aspect.ts",
|
|
1743
1941
|
"line": 3,
|
|
1744
1942
|
"character": 14
|
|
1745
1943
|
},
|
|
1746
|
-
"
|
|
1747
|
-
"
|
|
1748
|
-
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1944
|
+
"signature": "const RemoveAspect: Aspect",
|
|
1945
|
+
"name": "RemoveAspect",
|
|
1946
|
+
"type": {
|
|
1947
|
+
"__schema": "TypeRefSchema",
|
|
1948
|
+
"location": {
|
|
1949
|
+
"filePath": "remove.aspect.ts",
|
|
1950
|
+
"line": 3,
|
|
1951
|
+
"character": 14
|
|
1952
|
+
},
|
|
1953
|
+
"name": "Aspect",
|
|
1954
|
+
"componentId": {
|
|
1955
|
+
"scope": "teambit.harmony",
|
|
1956
|
+
"name": "harmony",
|
|
1957
|
+
"version": "0.4.6"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"isOptional": false,
|
|
1961
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/remove',\n})"
|
|
1962
|
+
}
|
|
1755
1963
|
}
|
|
1756
1964
|
],
|
|
1757
1965
|
"internals": []
|
|
@@ -1769,16 +1977,16 @@
|
|
|
1769
1977
|
"__schema": "TypeSchema",
|
|
1770
1978
|
"location": {
|
|
1771
1979
|
"filePath": "remove.main.runtime.ts",
|
|
1772
|
-
"line":
|
|
1980
|
+
"line": 30,
|
|
1773
1981
|
"character": 1
|
|
1774
1982
|
},
|
|
1775
|
-
"signature": "type RemoveInfo = {\n removed: boolean;\n removeOnMain?: boolean | undefined;\n}",
|
|
1983
|
+
"signature": "type RemoveInfo = {\n removed: boolean;\n removeOnMain?: boolean | undefined;\n range?: string | undefined;\n}",
|
|
1776
1984
|
"name": "RemoveInfo",
|
|
1777
1985
|
"type": {
|
|
1778
1986
|
"__schema": "TypeLiteralSchema",
|
|
1779
1987
|
"location": {
|
|
1780
1988
|
"filePath": "remove.main.runtime.ts",
|
|
1781
|
-
"line":
|
|
1989
|
+
"line": 30,
|
|
1782
1990
|
"character": 26
|
|
1783
1991
|
},
|
|
1784
1992
|
"members": [
|
|
@@ -1786,7 +1994,7 @@
|
|
|
1786
1994
|
"__schema": "VariableLikeSchema",
|
|
1787
1995
|
"location": {
|
|
1788
1996
|
"filePath": "remove.main.runtime.ts",
|
|
1789
|
-
"line":
|
|
1997
|
+
"line": 31,
|
|
1790
1998
|
"character": 3
|
|
1791
1999
|
},
|
|
1792
2000
|
"signature": "(property) removed: boolean",
|
|
@@ -1795,7 +2003,7 @@
|
|
|
1795
2003
|
"__schema": "KeywordTypeSchema",
|
|
1796
2004
|
"location": {
|
|
1797
2005
|
"filePath": "remove.main.runtime.ts",
|
|
1798
|
-
"line":
|
|
2006
|
+
"line": 31,
|
|
1799
2007
|
"character": 12
|
|
1800
2008
|
},
|
|
1801
2009
|
"name": "boolean"
|
|
@@ -1806,14 +2014,14 @@
|
|
|
1806
2014
|
"__schema": "VariableLikeSchema",
|
|
1807
2015
|
"location": {
|
|
1808
2016
|
"filePath": "remove.main.runtime.ts",
|
|
1809
|
-
"line":
|
|
2017
|
+
"line": 35,
|
|
1810
2018
|
"character": 3
|
|
1811
2019
|
},
|
|
1812
2020
|
"doc": {
|
|
1813
2021
|
"__schema": "DocSchema",
|
|
1814
2022
|
"location": {
|
|
1815
2023
|
"filePath": "remove.main.runtime.ts",
|
|
1816
|
-
"line":
|
|
2024
|
+
"line": 32,
|
|
1817
2025
|
"character": 3
|
|
1818
2026
|
},
|
|
1819
2027
|
"raw": "/**\n * whether to remove the component from default lane once merged\n */",
|
|
@@ -1825,12 +2033,102 @@
|
|
|
1825
2033
|
"__schema": "KeywordTypeSchema",
|
|
1826
2034
|
"location": {
|
|
1827
2035
|
"filePath": "remove.main.runtime.ts",
|
|
1828
|
-
"line":
|
|
2036
|
+
"line": 35,
|
|
1829
2037
|
"character": 18
|
|
1830
2038
|
},
|
|
1831
2039
|
"name": "boolean"
|
|
1832
2040
|
},
|
|
1833
2041
|
"isOptional": true
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"__schema": "VariableLikeSchema",
|
|
2045
|
+
"location": {
|
|
2046
|
+
"filePath": "remove.main.runtime.ts",
|
|
2047
|
+
"line": 39,
|
|
2048
|
+
"character": 3
|
|
2049
|
+
},
|
|
2050
|
+
"doc": {
|
|
2051
|
+
"__schema": "DocSchema",
|
|
2052
|
+
"location": {
|
|
2053
|
+
"filePath": "remove.main.runtime.ts",
|
|
2054
|
+
"line": 36,
|
|
2055
|
+
"character": 3
|
|
2056
|
+
},
|
|
2057
|
+
"raw": "/**\n * Semver range to mark specific versions as deleted\n */",
|
|
2058
|
+
"comment": "Semver range to mark specific versions as deleted"
|
|
2059
|
+
},
|
|
2060
|
+
"signature": "(property) range?: string | undefined",
|
|
2061
|
+
"name": "range",
|
|
2062
|
+
"type": {
|
|
2063
|
+
"__schema": "KeywordTypeSchema",
|
|
2064
|
+
"location": {
|
|
2065
|
+
"filePath": "remove.main.runtime.ts",
|
|
2066
|
+
"line": 39,
|
|
2067
|
+
"character": 11
|
|
2068
|
+
},
|
|
2069
|
+
"name": "string"
|
|
2070
|
+
},
|
|
2071
|
+
"isOptional": true
|
|
2072
|
+
}
|
|
2073
|
+
]
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"__schema": "TypeSchema",
|
|
2078
|
+
"location": {
|
|
2079
|
+
"filePath": "remove.main.runtime.ts",
|
|
2080
|
+
"line": 42,
|
|
2081
|
+
"character": 1
|
|
2082
|
+
},
|
|
2083
|
+
"signature": "type DeleteOpts = {\n updateMain?: boolean | undefined;\n range?: string | undefined;\n}",
|
|
2084
|
+
"name": "DeleteOpts",
|
|
2085
|
+
"type": {
|
|
2086
|
+
"__schema": "TypeLiteralSchema",
|
|
2087
|
+
"location": {
|
|
2088
|
+
"filePath": "remove.main.runtime.ts",
|
|
2089
|
+
"line": 42,
|
|
2090
|
+
"character": 26
|
|
2091
|
+
},
|
|
2092
|
+
"members": [
|
|
2093
|
+
{
|
|
2094
|
+
"__schema": "VariableLikeSchema",
|
|
2095
|
+
"location": {
|
|
2096
|
+
"filePath": "remove.main.runtime.ts",
|
|
2097
|
+
"line": 42,
|
|
2098
|
+
"character": 28
|
|
2099
|
+
},
|
|
2100
|
+
"signature": "(property) updateMain?: boolean | undefined",
|
|
2101
|
+
"name": "updateMain",
|
|
2102
|
+
"type": {
|
|
2103
|
+
"__schema": "KeywordTypeSchema",
|
|
2104
|
+
"location": {
|
|
2105
|
+
"filePath": "remove.main.runtime.ts",
|
|
2106
|
+
"line": 42,
|
|
2107
|
+
"character": 41
|
|
2108
|
+
},
|
|
2109
|
+
"name": "boolean"
|
|
2110
|
+
},
|
|
2111
|
+
"isOptional": true
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"__schema": "VariableLikeSchema",
|
|
2115
|
+
"location": {
|
|
2116
|
+
"filePath": "remove.main.runtime.ts",
|
|
2117
|
+
"line": 42,
|
|
2118
|
+
"character": 50
|
|
2119
|
+
},
|
|
2120
|
+
"signature": "(property) range?: string | undefined",
|
|
2121
|
+
"name": "range",
|
|
2122
|
+
"type": {
|
|
2123
|
+
"__schema": "KeywordTypeSchema",
|
|
2124
|
+
"location": {
|
|
2125
|
+
"filePath": "remove.main.runtime.ts",
|
|
2126
|
+
"line": 42,
|
|
2127
|
+
"character": 58
|
|
2128
|
+
},
|
|
2129
|
+
"name": "string"
|
|
2130
|
+
},
|
|
2131
|
+
"isOptional": true
|
|
1834
2132
|
}
|
|
1835
2133
|
]
|
|
1836
2134
|
}
|
|
@@ -1839,7 +2137,7 @@
|
|
|
1839
2137
|
"__schema": "ClassSchema",
|
|
1840
2138
|
"location": {
|
|
1841
2139
|
"filePath": "remove.main.runtime.ts",
|
|
1842
|
-
"line":
|
|
2140
|
+
"line": 44,
|
|
1843
2141
|
"character": 1
|
|
1844
2142
|
},
|
|
1845
2143
|
"signature": "class RemoveMain",
|
|
@@ -1849,17 +2147,17 @@
|
|
|
1849
2147
|
"__schema": "ConstructorSchema",
|
|
1850
2148
|
"location": {
|
|
1851
2149
|
"filePath": "remove.main.runtime.ts",
|
|
1852
|
-
"line":
|
|
2150
|
+
"line": 45,
|
|
1853
2151
|
"character": 3
|
|
1854
2152
|
},
|
|
1855
|
-
"signature": "constructor RemoveMain(workspace: Workspace, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain): RemoveMain",
|
|
2153
|
+
"signature": "constructor RemoveMain(workspace: Workspace, scope: ScopeMain, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain): RemoveMain",
|
|
1856
2154
|
"name": "constructor",
|
|
1857
2155
|
"params": [
|
|
1858
2156
|
{
|
|
1859
2157
|
"__schema": "ParameterSchema",
|
|
1860
2158
|
"location": {
|
|
1861
2159
|
"filePath": "remove.main.runtime.ts",
|
|
1862
|
-
"line":
|
|
2160
|
+
"line": 46,
|
|
1863
2161
|
"character": 5
|
|
1864
2162
|
},
|
|
1865
2163
|
"name": "workspace",
|
|
@@ -1867,7 +2165,7 @@
|
|
|
1867
2165
|
"__schema": "TypeRefSchema",
|
|
1868
2166
|
"location": {
|
|
1869
2167
|
"filePath": "remove.main.runtime.ts",
|
|
1870
|
-
"line":
|
|
2168
|
+
"line": 46,
|
|
1871
2169
|
"character": 24
|
|
1872
2170
|
},
|
|
1873
2171
|
"name": "Workspace",
|
|
@@ -1883,7 +2181,31 @@
|
|
|
1883
2181
|
"__schema": "ParameterSchema",
|
|
1884
2182
|
"location": {
|
|
1885
2183
|
"filePath": "remove.main.runtime.ts",
|
|
1886
|
-
"line":
|
|
2184
|
+
"line": 47,
|
|
2185
|
+
"character": 5
|
|
2186
|
+
},
|
|
2187
|
+
"name": "scope",
|
|
2188
|
+
"type": {
|
|
2189
|
+
"__schema": "TypeRefSchema",
|
|
2190
|
+
"location": {
|
|
2191
|
+
"filePath": "remove.main.runtime.ts",
|
|
2192
|
+
"line": 47,
|
|
2193
|
+
"character": 20
|
|
2194
|
+
},
|
|
2195
|
+
"name": "ScopeMain",
|
|
2196
|
+
"componentId": {
|
|
2197
|
+
"scope": "teambit.scope",
|
|
2198
|
+
"name": "scope"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"isOptional": false,
|
|
2202
|
+
"isSpread": false
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"__schema": "ParameterSchema",
|
|
2206
|
+
"location": {
|
|
2207
|
+
"filePath": "remove.main.runtime.ts",
|
|
2208
|
+
"line": 48,
|
|
1887
2209
|
"character": 5
|
|
1888
2210
|
},
|
|
1889
2211
|
"name": "logger",
|
|
@@ -1891,7 +2213,7 @@
|
|
|
1891
2213
|
"__schema": "TypeRefSchema",
|
|
1892
2214
|
"location": {
|
|
1893
2215
|
"filePath": "remove.main.runtime.ts",
|
|
1894
|
-
"line":
|
|
2216
|
+
"line": 48,
|
|
1895
2217
|
"character": 20
|
|
1896
2218
|
},
|
|
1897
2219
|
"name": "Logger",
|
|
@@ -1907,7 +2229,7 @@
|
|
|
1907
2229
|
"__schema": "ParameterSchema",
|
|
1908
2230
|
"location": {
|
|
1909
2231
|
"filePath": "remove.main.runtime.ts",
|
|
1910
|
-
"line":
|
|
2232
|
+
"line": 49,
|
|
1911
2233
|
"character": 5
|
|
1912
2234
|
},
|
|
1913
2235
|
"name": "importer",
|
|
@@ -1915,7 +2237,7 @@
|
|
|
1915
2237
|
"__schema": "TypeRefSchema",
|
|
1916
2238
|
"location": {
|
|
1917
2239
|
"filePath": "remove.main.runtime.ts",
|
|
1918
|
-
"line":
|
|
2240
|
+
"line": 49,
|
|
1919
2241
|
"character": 23
|
|
1920
2242
|
},
|
|
1921
2243
|
"name": "ImporterMain",
|
|
@@ -1931,7 +2253,7 @@
|
|
|
1931
2253
|
"__schema": "ParameterSchema",
|
|
1932
2254
|
"location": {
|
|
1933
2255
|
"filePath": "remove.main.runtime.ts",
|
|
1934
|
-
"line":
|
|
2256
|
+
"line": 50,
|
|
1935
2257
|
"character": 5
|
|
1936
2258
|
},
|
|
1937
2259
|
"name": "depResolver",
|
|
@@ -1939,7 +2261,7 @@
|
|
|
1939
2261
|
"__schema": "TypeRefSchema",
|
|
1940
2262
|
"location": {
|
|
1941
2263
|
"filePath": "remove.main.runtime.ts",
|
|
1942
|
-
"line":
|
|
2264
|
+
"line": 50,
|
|
1943
2265
|
"character": 26
|
|
1944
2266
|
},
|
|
1945
2267
|
"name": "DependencyResolverMain",
|
|
@@ -1956,7 +2278,7 @@
|
|
|
1956
2278
|
"__schema": "ThisTypeSchema",
|
|
1957
2279
|
"location": {
|
|
1958
2280
|
"filePath": "remove.main.runtime.ts",
|
|
1959
|
-
"line":
|
|
2281
|
+
"line": 44,
|
|
1960
2282
|
"character": 1
|
|
1961
2283
|
},
|
|
1962
2284
|
"name": "RemoveMain"
|
|
@@ -1967,7 +2289,7 @@
|
|
|
1967
2289
|
"__schema": "FunctionLikeSchema",
|
|
1968
2290
|
"location": {
|
|
1969
2291
|
"filePath": "remove.main.runtime.ts",
|
|
1970
|
-
"line":
|
|
2292
|
+
"line": 53,
|
|
1971
2293
|
"character": 3
|
|
1972
2294
|
},
|
|
1973
2295
|
"signature": "(method) RemoveMain.remove({ componentsPattern, force, remote, track, deleteFiles, }: {\n componentsPattern: string;\n force?: boolean;\n remote?: boolean;\n track?: boolean;\n deleteFiles?: boolean;\n}): Promise<RemoveComponentsResult>",
|
|
@@ -1977,7 +2299,7 @@
|
|
|
1977
2299
|
"__schema": "ParameterSchema",
|
|
1978
2300
|
"location": {
|
|
1979
2301
|
"filePath": "remove.main.runtime.ts",
|
|
1980
|
-
"line":
|
|
2302
|
+
"line": 53,
|
|
1981
2303
|
"character": 16
|
|
1982
2304
|
},
|
|
1983
2305
|
"name": "{ componentsPattern, force = false, remote = false, track = false, deleteFiles = true }",
|
|
@@ -1985,7 +2307,7 @@
|
|
|
1985
2307
|
"__schema": "TypeLiteralSchema",
|
|
1986
2308
|
"location": {
|
|
1987
2309
|
"filePath": "remove.main.runtime.ts",
|
|
1988
|
-
"line":
|
|
2310
|
+
"line": 59,
|
|
1989
2311
|
"character": 6
|
|
1990
2312
|
},
|
|
1991
2313
|
"members": [
|
|
@@ -1993,7 +2315,7 @@
|
|
|
1993
2315
|
"__schema": "VariableLikeSchema",
|
|
1994
2316
|
"location": {
|
|
1995
2317
|
"filePath": "remove.main.runtime.ts",
|
|
1996
|
-
"line":
|
|
2318
|
+
"line": 60,
|
|
1997
2319
|
"character": 5
|
|
1998
2320
|
},
|
|
1999
2321
|
"signature": "(property) componentsPattern: string",
|
|
@@ -2002,7 +2324,7 @@
|
|
|
2002
2324
|
"__schema": "KeywordTypeSchema",
|
|
2003
2325
|
"location": {
|
|
2004
2326
|
"filePath": "remove.main.runtime.ts",
|
|
2005
|
-
"line":
|
|
2327
|
+
"line": 60,
|
|
2006
2328
|
"character": 24
|
|
2007
2329
|
},
|
|
2008
2330
|
"name": "string"
|
|
@@ -2013,7 +2335,7 @@
|
|
|
2013
2335
|
"__schema": "VariableLikeSchema",
|
|
2014
2336
|
"location": {
|
|
2015
2337
|
"filePath": "remove.main.runtime.ts",
|
|
2016
|
-
"line":
|
|
2338
|
+
"line": 61,
|
|
2017
2339
|
"character": 5
|
|
2018
2340
|
},
|
|
2019
2341
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2022,7 +2344,7 @@
|
|
|
2022
2344
|
"__schema": "KeywordTypeSchema",
|
|
2023
2345
|
"location": {
|
|
2024
2346
|
"filePath": "remove.main.runtime.ts",
|
|
2025
|
-
"line":
|
|
2347
|
+
"line": 61,
|
|
2026
2348
|
"character": 13
|
|
2027
2349
|
},
|
|
2028
2350
|
"name": "boolean"
|
|
@@ -2033,7 +2355,7 @@
|
|
|
2033
2355
|
"__schema": "VariableLikeSchema",
|
|
2034
2356
|
"location": {
|
|
2035
2357
|
"filePath": "remove.main.runtime.ts",
|
|
2036
|
-
"line":
|
|
2358
|
+
"line": 62,
|
|
2037
2359
|
"character": 5
|
|
2038
2360
|
},
|
|
2039
2361
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -2042,7 +2364,7 @@
|
|
|
2042
2364
|
"__schema": "KeywordTypeSchema",
|
|
2043
2365
|
"location": {
|
|
2044
2366
|
"filePath": "remove.main.runtime.ts",
|
|
2045
|
-
"line":
|
|
2367
|
+
"line": 62,
|
|
2046
2368
|
"character": 14
|
|
2047
2369
|
},
|
|
2048
2370
|
"name": "boolean"
|
|
@@ -2053,7 +2375,7 @@
|
|
|
2053
2375
|
"__schema": "VariableLikeSchema",
|
|
2054
2376
|
"location": {
|
|
2055
2377
|
"filePath": "remove.main.runtime.ts",
|
|
2056
|
-
"line":
|
|
2378
|
+
"line": 63,
|
|
2057
2379
|
"character": 5
|
|
2058
2380
|
},
|
|
2059
2381
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -2062,7 +2384,7 @@
|
|
|
2062
2384
|
"__schema": "KeywordTypeSchema",
|
|
2063
2385
|
"location": {
|
|
2064
2386
|
"filePath": "remove.main.runtime.ts",
|
|
2065
|
-
"line":
|
|
2387
|
+
"line": 63,
|
|
2066
2388
|
"character": 13
|
|
2067
2389
|
},
|
|
2068
2390
|
"name": "boolean"
|
|
@@ -2073,7 +2395,7 @@
|
|
|
2073
2395
|
"__schema": "VariableLikeSchema",
|
|
2074
2396
|
"location": {
|
|
2075
2397
|
"filePath": "remove.main.runtime.ts",
|
|
2076
|
-
"line":
|
|
2398
|
+
"line": 64,
|
|
2077
2399
|
"character": 5
|
|
2078
2400
|
},
|
|
2079
2401
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -2082,7 +2404,7 @@
|
|
|
2082
2404
|
"__schema": "KeywordTypeSchema",
|
|
2083
2405
|
"location": {
|
|
2084
2406
|
"filePath": "remove.main.runtime.ts",
|
|
2085
|
-
"line":
|
|
2407
|
+
"line": 64,
|
|
2086
2408
|
"character": 19
|
|
2087
2409
|
},
|
|
2088
2410
|
"name": "boolean"
|
|
@@ -2097,7 +2419,7 @@
|
|
|
2097
2419
|
"__schema": "VariableLikeSchema",
|
|
2098
2420
|
"location": {
|
|
2099
2421
|
"filePath": "remove.main.runtime.ts",
|
|
2100
|
-
"line":
|
|
2422
|
+
"line": 60,
|
|
2101
2423
|
"character": 5
|
|
2102
2424
|
},
|
|
2103
2425
|
"signature": "(property) componentsPattern: string",
|
|
@@ -2106,7 +2428,7 @@
|
|
|
2106
2428
|
"__schema": "KeywordTypeSchema",
|
|
2107
2429
|
"location": {
|
|
2108
2430
|
"filePath": "remove.main.runtime.ts",
|
|
2109
|
-
"line":
|
|
2431
|
+
"line": 60,
|
|
2110
2432
|
"character": 24
|
|
2111
2433
|
},
|
|
2112
2434
|
"name": "string"
|
|
@@ -2117,7 +2439,7 @@
|
|
|
2117
2439
|
"__schema": "VariableLikeSchema",
|
|
2118
2440
|
"location": {
|
|
2119
2441
|
"filePath": "remove.main.runtime.ts",
|
|
2120
|
-
"line":
|
|
2442
|
+
"line": 61,
|
|
2121
2443
|
"character": 5
|
|
2122
2444
|
},
|
|
2123
2445
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2126,7 +2448,7 @@
|
|
|
2126
2448
|
"__schema": "KeywordTypeSchema",
|
|
2127
2449
|
"location": {
|
|
2128
2450
|
"filePath": "remove.main.runtime.ts",
|
|
2129
|
-
"line":
|
|
2451
|
+
"line": 61,
|
|
2130
2452
|
"character": 13
|
|
2131
2453
|
},
|
|
2132
2454
|
"name": "boolean"
|
|
@@ -2137,7 +2459,7 @@
|
|
|
2137
2459
|
"__schema": "VariableLikeSchema",
|
|
2138
2460
|
"location": {
|
|
2139
2461
|
"filePath": "remove.main.runtime.ts",
|
|
2140
|
-
"line":
|
|
2462
|
+
"line": 62,
|
|
2141
2463
|
"character": 5
|
|
2142
2464
|
},
|
|
2143
2465
|
"signature": "(property) remote?: boolean | undefined",
|
|
@@ -2146,7 +2468,7 @@
|
|
|
2146
2468
|
"__schema": "KeywordTypeSchema",
|
|
2147
2469
|
"location": {
|
|
2148
2470
|
"filePath": "remove.main.runtime.ts",
|
|
2149
|
-
"line":
|
|
2471
|
+
"line": 62,
|
|
2150
2472
|
"character": 14
|
|
2151
2473
|
},
|
|
2152
2474
|
"name": "boolean"
|
|
@@ -2157,7 +2479,7 @@
|
|
|
2157
2479
|
"__schema": "VariableLikeSchema",
|
|
2158
2480
|
"location": {
|
|
2159
2481
|
"filePath": "remove.main.runtime.ts",
|
|
2160
|
-
"line":
|
|
2482
|
+
"line": 63,
|
|
2161
2483
|
"character": 5
|
|
2162
2484
|
},
|
|
2163
2485
|
"signature": "(property) track?: boolean | undefined",
|
|
@@ -2166,7 +2488,7 @@
|
|
|
2166
2488
|
"__schema": "KeywordTypeSchema",
|
|
2167
2489
|
"location": {
|
|
2168
2490
|
"filePath": "remove.main.runtime.ts",
|
|
2169
|
-
"line":
|
|
2491
|
+
"line": 63,
|
|
2170
2492
|
"character": 13
|
|
2171
2493
|
},
|
|
2172
2494
|
"name": "boolean"
|
|
@@ -2177,7 +2499,7 @@
|
|
|
2177
2499
|
"__schema": "VariableLikeSchema",
|
|
2178
2500
|
"location": {
|
|
2179
2501
|
"filePath": "remove.main.runtime.ts",
|
|
2180
|
-
"line":
|
|
2502
|
+
"line": 64,
|
|
2181
2503
|
"character": 5
|
|
2182
2504
|
},
|
|
2183
2505
|
"signature": "(property) deleteFiles?: boolean | undefined",
|
|
@@ -2186,7 +2508,7 @@
|
|
|
2186
2508
|
"__schema": "KeywordTypeSchema",
|
|
2187
2509
|
"location": {
|
|
2188
2510
|
"filePath": "remove.main.runtime.ts",
|
|
2189
|
-
"line":
|
|
2511
|
+
"line": 64,
|
|
2190
2512
|
"character": 19
|
|
2191
2513
|
},
|
|
2192
2514
|
"name": "boolean"
|
|
@@ -2201,7 +2523,7 @@
|
|
|
2201
2523
|
"__schema": "TypeRefSchema",
|
|
2202
2524
|
"location": {
|
|
2203
2525
|
"filePath": "remove.main.runtime.ts",
|
|
2204
|
-
"line":
|
|
2526
|
+
"line": 65,
|
|
2205
2527
|
"character": 7
|
|
2206
2528
|
},
|
|
2207
2529
|
"name": "Promise",
|
|
@@ -2210,7 +2532,7 @@
|
|
|
2210
2532
|
"__schema": "TypeRefSchema",
|
|
2211
2533
|
"location": {
|
|
2212
2534
|
"filePath": "remove.main.runtime.ts",
|
|
2213
|
-
"line":
|
|
2535
|
+
"line": 65,
|
|
2214
2536
|
"character": 15
|
|
2215
2537
|
},
|
|
2216
2538
|
"name": "RemoveComponentsResult",
|
|
@@ -2226,14 +2548,14 @@
|
|
|
2226
2548
|
"__schema": "FunctionLikeSchema",
|
|
2227
2549
|
"location": {
|
|
2228
2550
|
"filePath": "remove.main.runtime.ts",
|
|
2229
|
-
"line":
|
|
2551
|
+
"line": 87,
|
|
2230
2552
|
"character": 3
|
|
2231
2553
|
},
|
|
2232
2554
|
"doc": {
|
|
2233
2555
|
"__schema": "DocSchema",
|
|
2234
2556
|
"location": {
|
|
2235
2557
|
"filePath": "remove.main.runtime.ts",
|
|
2236
|
-
"line":
|
|
2558
|
+
"line": 84,
|
|
2237
2559
|
"character": 3
|
|
2238
2560
|
},
|
|
2239
2561
|
"raw": "/**\n * remove components from the workspace.\n */",
|
|
@@ -2246,7 +2568,7 @@
|
|
|
2246
2568
|
"__schema": "ParameterSchema",
|
|
2247
2569
|
"location": {
|
|
2248
2570
|
"filePath": "remove.main.runtime.ts",
|
|
2249
|
-
"line":
|
|
2571
|
+
"line": 88,
|
|
2250
2572
|
"character": 5
|
|
2251
2573
|
},
|
|
2252
2574
|
"name": "ids",
|
|
@@ -2254,14 +2576,14 @@
|
|
|
2254
2576
|
"__schema": "TypeArraySchema",
|
|
2255
2577
|
"location": {
|
|
2256
2578
|
"filePath": "remove.main.runtime.ts",
|
|
2257
|
-
"line":
|
|
2579
|
+
"line": 88,
|
|
2258
2580
|
"character": 10
|
|
2259
2581
|
},
|
|
2260
2582
|
"type": {
|
|
2261
2583
|
"__schema": "TypeRefSchema",
|
|
2262
2584
|
"location": {
|
|
2263
2585
|
"filePath": "remove.main.runtime.ts",
|
|
2264
|
-
"line":
|
|
2586
|
+
"line": 88,
|
|
2265
2587
|
"character": 10
|
|
2266
2588
|
},
|
|
2267
2589
|
"name": "ComponentID",
|
|
@@ -2279,7 +2601,7 @@
|
|
|
2279
2601
|
"__schema": "ParameterSchema",
|
|
2280
2602
|
"location": {
|
|
2281
2603
|
"filePath": "remove.main.runtime.ts",
|
|
2282
|
-
"line":
|
|
2604
|
+
"line": 89,
|
|
2283
2605
|
"character": 5
|
|
2284
2606
|
},
|
|
2285
2607
|
"name": "{ force = false, reasonForRemoval }",
|
|
@@ -2287,7 +2609,7 @@
|
|
|
2287
2609
|
"__schema": "TypeLiteralSchema",
|
|
2288
2610
|
"location": {
|
|
2289
2611
|
"filePath": "remove.main.runtime.ts",
|
|
2290
|
-
"line":
|
|
2612
|
+
"line": 89,
|
|
2291
2613
|
"character": 42
|
|
2292
2614
|
},
|
|
2293
2615
|
"members": [
|
|
@@ -2295,7 +2617,7 @@
|
|
|
2295
2617
|
"__schema": "VariableLikeSchema",
|
|
2296
2618
|
"location": {
|
|
2297
2619
|
"filePath": "remove.main.runtime.ts",
|
|
2298
|
-
"line":
|
|
2620
|
+
"line": 89,
|
|
2299
2621
|
"character": 44
|
|
2300
2622
|
},
|
|
2301
2623
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2304,7 +2626,7 @@
|
|
|
2304
2626
|
"__schema": "KeywordTypeSchema",
|
|
2305
2627
|
"location": {
|
|
2306
2628
|
"filePath": "remove.main.runtime.ts",
|
|
2307
|
-
"line":
|
|
2629
|
+
"line": 89,
|
|
2308
2630
|
"character": 52
|
|
2309
2631
|
},
|
|
2310
2632
|
"name": "boolean"
|
|
@@ -2315,7 +2637,7 @@
|
|
|
2315
2637
|
"__schema": "VariableLikeSchema",
|
|
2316
2638
|
"location": {
|
|
2317
2639
|
"filePath": "remove.main.runtime.ts",
|
|
2318
|
-
"line":
|
|
2640
|
+
"line": 89,
|
|
2319
2641
|
"character": 61
|
|
2320
2642
|
},
|
|
2321
2643
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -2324,7 +2646,7 @@
|
|
|
2324
2646
|
"__schema": "KeywordTypeSchema",
|
|
2325
2647
|
"location": {
|
|
2326
2648
|
"filePath": "remove.main.runtime.ts",
|
|
2327
|
-
"line":
|
|
2649
|
+
"line": 89,
|
|
2328
2650
|
"character": 80
|
|
2329
2651
|
},
|
|
2330
2652
|
"name": "string"
|
|
@@ -2340,7 +2662,7 @@
|
|
|
2340
2662
|
"__schema": "VariableLikeSchema",
|
|
2341
2663
|
"location": {
|
|
2342
2664
|
"filePath": "remove.main.runtime.ts",
|
|
2343
|
-
"line":
|
|
2665
|
+
"line": 89,
|
|
2344
2666
|
"character": 44
|
|
2345
2667
|
},
|
|
2346
2668
|
"signature": "(property) force?: boolean | undefined",
|
|
@@ -2349,7 +2671,7 @@
|
|
|
2349
2671
|
"__schema": "KeywordTypeSchema",
|
|
2350
2672
|
"location": {
|
|
2351
2673
|
"filePath": "remove.main.runtime.ts",
|
|
2352
|
-
"line":
|
|
2674
|
+
"line": 89,
|
|
2353
2675
|
"character": 52
|
|
2354
2676
|
},
|
|
2355
2677
|
"name": "boolean"
|
|
@@ -2360,7 +2682,7 @@
|
|
|
2360
2682
|
"__schema": "VariableLikeSchema",
|
|
2361
2683
|
"location": {
|
|
2362
2684
|
"filePath": "remove.main.runtime.ts",
|
|
2363
|
-
"line":
|
|
2685
|
+
"line": 89,
|
|
2364
2686
|
"character": 61
|
|
2365
2687
|
},
|
|
2366
2688
|
"signature": "(property) reasonForRemoval?: string | undefined",
|
|
@@ -2369,7 +2691,7 @@
|
|
|
2369
2691
|
"__schema": "KeywordTypeSchema",
|
|
2370
2692
|
"location": {
|
|
2371
2693
|
"filePath": "remove.main.runtime.ts",
|
|
2372
|
-
"line":
|
|
2694
|
+
"line": 89,
|
|
2373
2695
|
"character": 80
|
|
2374
2696
|
},
|
|
2375
2697
|
"name": "string"
|
|
@@ -2384,7 +2706,7 @@
|
|
|
2384
2706
|
"__schema": "InferenceTypeSchema",
|
|
2385
2707
|
"location": {
|
|
2386
2708
|
"filePath": "remove.main.runtime.ts",
|
|
2387
|
-
"line":
|
|
2709
|
+
"line": 87,
|
|
2388
2710
|
"character": 3
|
|
2389
2711
|
},
|
|
2390
2712
|
"type": "Promise<RemoveComponentsResult>"
|
|
@@ -2397,17 +2719,17 @@
|
|
|
2397
2719
|
"__schema": "FunctionLikeSchema",
|
|
2398
2720
|
"location": {
|
|
2399
2721
|
"filePath": "remove.main.runtime.ts",
|
|
2400
|
-
"line":
|
|
2722
|
+
"line": 130,
|
|
2401
2723
|
"character": 3
|
|
2402
2724
|
},
|
|
2403
|
-
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?:
|
|
2725
|
+
"signature": "(method) RemoveMain.deleteComps(componentsPattern: string, opts?: DeleteOpts): Promise<Component[]>",
|
|
2404
2726
|
"name": "deleteComps",
|
|
2405
2727
|
"params": [
|
|
2406
2728
|
{
|
|
2407
2729
|
"__schema": "ParameterSchema",
|
|
2408
2730
|
"location": {
|
|
2409
2731
|
"filePath": "remove.main.runtime.ts",
|
|
2410
|
-
"line":
|
|
2732
|
+
"line": 130,
|
|
2411
2733
|
"character": 21
|
|
2412
2734
|
},
|
|
2413
2735
|
"name": "componentsPattern",
|
|
@@ -2415,7 +2737,7 @@
|
|
|
2415
2737
|
"__schema": "KeywordTypeSchema",
|
|
2416
2738
|
"location": {
|
|
2417
2739
|
"filePath": "remove.main.runtime.ts",
|
|
2418
|
-
"line":
|
|
2740
|
+
"line": 130,
|
|
2419
2741
|
"character": 40
|
|
2420
2742
|
},
|
|
2421
2743
|
"name": "string"
|
|
@@ -2427,39 +2749,19 @@
|
|
|
2427
2749
|
"__schema": "ParameterSchema",
|
|
2428
2750
|
"location": {
|
|
2429
2751
|
"filePath": "remove.main.runtime.ts",
|
|
2430
|
-
"line":
|
|
2752
|
+
"line": 130,
|
|
2431
2753
|
"character": 48
|
|
2432
2754
|
},
|
|
2433
2755
|
"name": "opts",
|
|
2434
2756
|
"type": {
|
|
2435
|
-
"__schema": "
|
|
2757
|
+
"__schema": "TypeRefSchema",
|
|
2436
2758
|
"location": {
|
|
2437
2759
|
"filePath": "remove.main.runtime.ts",
|
|
2438
|
-
"line":
|
|
2760
|
+
"line": 130,
|
|
2439
2761
|
"character": 54
|
|
2440
2762
|
},
|
|
2441
|
-
"
|
|
2442
|
-
|
|
2443
|
-
"__schema": "VariableLikeSchema",
|
|
2444
|
-
"location": {
|
|
2445
|
-
"filePath": "remove.main.runtime.ts",
|
|
2446
|
-
"line": 114,
|
|
2447
|
-
"character": 56
|
|
2448
|
-
},
|
|
2449
|
-
"signature": "(property) updateMain?: boolean | undefined",
|
|
2450
|
-
"name": "updateMain",
|
|
2451
|
-
"type": {
|
|
2452
|
-
"__schema": "KeywordTypeSchema",
|
|
2453
|
-
"location": {
|
|
2454
|
-
"filePath": "remove.main.runtime.ts",
|
|
2455
|
-
"line": 114,
|
|
2456
|
-
"character": 69
|
|
2457
|
-
},
|
|
2458
|
-
"name": "boolean"
|
|
2459
|
-
},
|
|
2460
|
-
"isOptional": true
|
|
2461
|
-
}
|
|
2462
|
-
]
|
|
2763
|
+
"name": "DeleteOpts",
|
|
2764
|
+
"internalFilePath": "remove.main.runtime.ts"
|
|
2463
2765
|
},
|
|
2464
2766
|
"isOptional": true,
|
|
2465
2767
|
"defaultValue": "{}",
|
|
@@ -2470,8 +2772,8 @@
|
|
|
2470
2772
|
"__schema": "TypeRefSchema",
|
|
2471
2773
|
"location": {
|
|
2472
2774
|
"filePath": "remove.main.runtime.ts",
|
|
2473
|
-
"line":
|
|
2474
|
-
"character":
|
|
2775
|
+
"line": 130,
|
|
2776
|
+
"character": 72
|
|
2475
2777
|
},
|
|
2476
2778
|
"name": "Promise",
|
|
2477
2779
|
"typeArgs": [
|
|
@@ -2479,15 +2781,15 @@
|
|
|
2479
2781
|
"__schema": "TypeArraySchema",
|
|
2480
2782
|
"location": {
|
|
2481
2783
|
"filePath": "remove.main.runtime.ts",
|
|
2482
|
-
"line":
|
|
2483
|
-
"character":
|
|
2784
|
+
"line": 130,
|
|
2785
|
+
"character": 80
|
|
2484
2786
|
},
|
|
2485
2787
|
"type": {
|
|
2486
2788
|
"__schema": "TypeRefSchema",
|
|
2487
2789
|
"location": {
|
|
2488
2790
|
"filePath": "remove.main.runtime.ts",
|
|
2489
|
-
"line":
|
|
2490
|
-
"character":
|
|
2791
|
+
"line": 130,
|
|
2792
|
+
"character": 80
|
|
2491
2793
|
},
|
|
2492
2794
|
"name": "Component",
|
|
2493
2795
|
"componentId": {
|
|
@@ -2506,14 +2808,14 @@
|
|
|
2506
2808
|
"__schema": "FunctionLikeSchema",
|
|
2507
2809
|
"location": {
|
|
2508
2810
|
"filePath": "remove.main.runtime.ts",
|
|
2509
|
-
"line":
|
|
2811
|
+
"line": 167,
|
|
2510
2812
|
"character": 3
|
|
2511
2813
|
},
|
|
2512
2814
|
"doc": {
|
|
2513
2815
|
"__schema": "DocSchema",
|
|
2514
2816
|
"location": {
|
|
2515
2817
|
"filePath": "remove.main.runtime.ts",
|
|
2516
|
-
"line":
|
|
2818
|
+
"line": 155,
|
|
2517
2819
|
"character": 3
|
|
2518
2820
|
},
|
|
2519
2821
|
"raw": "/**\n * recover a soft-removed component.\n * there are 4 different scenarios.\n * 1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the \"removed\" aspect entry.\n * 1.a. the component still exists in the local scope. no need to import. write it from there.\n * 1.b. the component doesn't exist in the local scope. import it.\n * 2. soft-removed and then snapped. It's not in .bitmap now.\n * 3. soft-removed, snapped, exported. it's not in .bitmap now.\n * 4. a soft-removed components was imported, so it's now in .bitmap without the \"removed\" aspect entry.\n * 5. workspace is empty. the soft-removed component is on the remote.\n * returns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from.\n */",
|
|
@@ -2526,7 +2828,7 @@
|
|
|
2526
2828
|
"__schema": "ParameterSchema",
|
|
2527
2829
|
"location": {
|
|
2528
2830
|
"filePath": "remove.main.runtime.ts",
|
|
2529
|
-
"line":
|
|
2831
|
+
"line": 167,
|
|
2530
2832
|
"character": 17
|
|
2531
2833
|
},
|
|
2532
2834
|
"name": "compIdStr",
|
|
@@ -2534,7 +2836,7 @@
|
|
|
2534
2836
|
"__schema": "KeywordTypeSchema",
|
|
2535
2837
|
"location": {
|
|
2536
2838
|
"filePath": "remove.main.runtime.ts",
|
|
2537
|
-
"line":
|
|
2839
|
+
"line": 167,
|
|
2538
2840
|
"character": 28
|
|
2539
2841
|
},
|
|
2540
2842
|
"name": "string"
|
|
@@ -2546,7 +2848,7 @@
|
|
|
2546
2848
|
"__schema": "ParameterSchema",
|
|
2547
2849
|
"location": {
|
|
2548
2850
|
"filePath": "remove.main.runtime.ts",
|
|
2549
|
-
"line":
|
|
2851
|
+
"line": 167,
|
|
2550
2852
|
"character": 36
|
|
2551
2853
|
},
|
|
2552
2854
|
"name": "options",
|
|
@@ -2554,7 +2856,7 @@
|
|
|
2554
2856
|
"__schema": "TypeRefSchema",
|
|
2555
2857
|
"location": {
|
|
2556
2858
|
"filePath": "remove.main.runtime.ts",
|
|
2557
|
-
"line":
|
|
2859
|
+
"line": 167,
|
|
2558
2860
|
"character": 45
|
|
2559
2861
|
},
|
|
2560
2862
|
"name": "RecoverOptions",
|
|
@@ -2568,7 +2870,7 @@
|
|
|
2568
2870
|
"__schema": "TypeRefSchema",
|
|
2569
2871
|
"location": {
|
|
2570
2872
|
"filePath": "remove.main.runtime.ts",
|
|
2571
|
-
"line":
|
|
2873
|
+
"line": 167,
|
|
2572
2874
|
"character": 62
|
|
2573
2875
|
},
|
|
2574
2876
|
"name": "Promise",
|
|
@@ -2577,7 +2879,7 @@
|
|
|
2577
2879
|
"__schema": "KeywordTypeSchema",
|
|
2578
2880
|
"location": {
|
|
2579
2881
|
"filePath": "remove.main.runtime.ts",
|
|
2580
|
-
"line":
|
|
2882
|
+
"line": 167,
|
|
2581
2883
|
"character": 70
|
|
2582
2884
|
},
|
|
2583
2885
|
"name": "boolean"
|
|
@@ -2592,26 +2894,26 @@
|
|
|
2592
2894
|
"__schema": "FunctionLikeSchema",
|
|
2593
2895
|
"location": {
|
|
2594
2896
|
"filePath": "remove.main.runtime.ts",
|
|
2595
|
-
"line":
|
|
2897
|
+
"line": 253,
|
|
2596
2898
|
"character": 3
|
|
2597
2899
|
},
|
|
2598
|
-
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): RemoveInfo",
|
|
2900
|
+
"signature": "(method) RemoveMain.getRemoveInfo(component: Component): Promise<RemoveInfo>",
|
|
2599
2901
|
"name": "getRemoveInfo",
|
|
2600
2902
|
"params": [
|
|
2601
2903
|
{
|
|
2602
2904
|
"__schema": "ParameterSchema",
|
|
2603
2905
|
"location": {
|
|
2604
2906
|
"filePath": "remove.main.runtime.ts",
|
|
2605
|
-
"line":
|
|
2606
|
-
"character":
|
|
2907
|
+
"line": 253,
|
|
2908
|
+
"character": 23
|
|
2607
2909
|
},
|
|
2608
2910
|
"name": "component",
|
|
2609
2911
|
"type": {
|
|
2610
2912
|
"__schema": "TypeRefSchema",
|
|
2611
2913
|
"location": {
|
|
2612
2914
|
"filePath": "remove.main.runtime.ts",
|
|
2613
|
-
"line":
|
|
2614
|
-
"character":
|
|
2915
|
+
"line": 253,
|
|
2916
|
+
"character": 34
|
|
2615
2917
|
},
|
|
2616
2918
|
"name": "Component",
|
|
2617
2919
|
"componentId": {
|
|
@@ -2627,37 +2929,71 @@
|
|
|
2627
2929
|
"__schema": "TypeRefSchema",
|
|
2628
2930
|
"location": {
|
|
2629
2931
|
"filePath": "remove.main.runtime.ts",
|
|
2630
|
-
"line":
|
|
2631
|
-
"character":
|
|
2932
|
+
"line": 253,
|
|
2933
|
+
"character": 46
|
|
2632
2934
|
},
|
|
2633
|
-
"name": "
|
|
2935
|
+
"name": "Promise",
|
|
2936
|
+
"typeArgs": [
|
|
2937
|
+
{
|
|
2938
|
+
"__schema": "TypeRefSchema",
|
|
2939
|
+
"location": {
|
|
2940
|
+
"filePath": "remove.main.runtime.ts",
|
|
2941
|
+
"line": 253,
|
|
2942
|
+
"character": 54
|
|
2943
|
+
},
|
|
2944
|
+
"name": "RemoveInfo"
|
|
2945
|
+
}
|
|
2946
|
+
]
|
|
2634
2947
|
},
|
|
2635
|
-
"modifiers": [
|
|
2948
|
+
"modifiers": [
|
|
2949
|
+
"async"
|
|
2950
|
+
]
|
|
2636
2951
|
},
|
|
2637
2952
|
{
|
|
2638
2953
|
"__schema": "FunctionLikeSchema",
|
|
2639
2954
|
"location": {
|
|
2640
2955
|
"filePath": "remove.main.runtime.ts",
|
|
2641
|
-
"line":
|
|
2956
|
+
"line": 288,
|
|
2642
2957
|
"character": 3
|
|
2643
2958
|
},
|
|
2644
|
-
"
|
|
2959
|
+
"doc": {
|
|
2960
|
+
"__schema": "DocSchema",
|
|
2961
|
+
"location": {
|
|
2962
|
+
"filePath": "remove.main.runtime.ts",
|
|
2963
|
+
"line": 285,
|
|
2964
|
+
"character": 3
|
|
2965
|
+
},
|
|
2966
|
+
"raw": "/**\n * @deprecated use `isDeleted` instead.\n */",
|
|
2967
|
+
"tags": [
|
|
2968
|
+
{
|
|
2969
|
+
"__schema": "TagSchema",
|
|
2970
|
+
"location": {
|
|
2971
|
+
"filePath": "remove.main.runtime.ts",
|
|
2972
|
+
"line": 286,
|
|
2973
|
+
"character": 6
|
|
2974
|
+
},
|
|
2975
|
+
"tagName": "deprecated",
|
|
2976
|
+
"comment": "use `isDeleted` instead."
|
|
2977
|
+
}
|
|
2978
|
+
]
|
|
2979
|
+
},
|
|
2980
|
+
"signature": "(method) RemoveMain.isRemoved(component: Component): Promise<boolean>",
|
|
2645
2981
|
"name": "isRemoved",
|
|
2646
2982
|
"params": [
|
|
2647
2983
|
{
|
|
2648
2984
|
"__schema": "ParameterSchema",
|
|
2649
2985
|
"location": {
|
|
2650
2986
|
"filePath": "remove.main.runtime.ts",
|
|
2651
|
-
"line":
|
|
2652
|
-
"character":
|
|
2987
|
+
"line": 288,
|
|
2988
|
+
"character": 19
|
|
2653
2989
|
},
|
|
2654
2990
|
"name": "component",
|
|
2655
2991
|
"type": {
|
|
2656
2992
|
"__schema": "TypeRefSchema",
|
|
2657
2993
|
"location": {
|
|
2658
2994
|
"filePath": "remove.main.runtime.ts",
|
|
2659
|
-
"line":
|
|
2660
|
-
"character":
|
|
2995
|
+
"line": 288,
|
|
2996
|
+
"character": 30
|
|
2661
2997
|
},
|
|
2662
2998
|
"name": "Component",
|
|
2663
2999
|
"componentId": {
|
|
@@ -2670,28 +3006,110 @@
|
|
|
2670
3006
|
}
|
|
2671
3007
|
],
|
|
2672
3008
|
"returnType": {
|
|
2673
|
-
"__schema": "
|
|
3009
|
+
"__schema": "TypeRefSchema",
|
|
2674
3010
|
"location": {
|
|
2675
3011
|
"filePath": "remove.main.runtime.ts",
|
|
2676
|
-
"line":
|
|
2677
|
-
"character":
|
|
3012
|
+
"line": 288,
|
|
3013
|
+
"character": 42
|
|
2678
3014
|
},
|
|
2679
|
-
"name": "
|
|
3015
|
+
"name": "Promise",
|
|
3016
|
+
"typeArgs": [
|
|
3017
|
+
{
|
|
3018
|
+
"__schema": "KeywordTypeSchema",
|
|
3019
|
+
"location": {
|
|
3020
|
+
"filePath": "remove.main.runtime.ts",
|
|
3021
|
+
"line": 288,
|
|
3022
|
+
"character": 50
|
|
3023
|
+
},
|
|
3024
|
+
"name": "boolean"
|
|
3025
|
+
}
|
|
3026
|
+
]
|
|
2680
3027
|
},
|
|
2681
|
-
"modifiers": [
|
|
3028
|
+
"modifiers": [
|
|
3029
|
+
"async"
|
|
3030
|
+
]
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"__schema": "FunctionLikeSchema",
|
|
3034
|
+
"location": {
|
|
3035
|
+
"filePath": "remove.main.runtime.ts",
|
|
3036
|
+
"line": 295,
|
|
3037
|
+
"character": 3
|
|
3038
|
+
},
|
|
3039
|
+
"doc": {
|
|
3040
|
+
"__schema": "DocSchema",
|
|
3041
|
+
"location": {
|
|
3042
|
+
"filePath": "remove.main.runtime.ts",
|
|
3043
|
+
"line": 292,
|
|
3044
|
+
"character": 3
|
|
3045
|
+
},
|
|
3046
|
+
"raw": "/**\n * whether a component is marked as deleted.\n */",
|
|
3047
|
+
"comment": "whether a component is marked as deleted."
|
|
3048
|
+
},
|
|
3049
|
+
"signature": "(method) RemoveMain.isDeleted(component: Component): Promise<boolean>",
|
|
3050
|
+
"name": "isDeleted",
|
|
3051
|
+
"params": [
|
|
3052
|
+
{
|
|
3053
|
+
"__schema": "ParameterSchema",
|
|
3054
|
+
"location": {
|
|
3055
|
+
"filePath": "remove.main.runtime.ts",
|
|
3056
|
+
"line": 295,
|
|
3057
|
+
"character": 19
|
|
3058
|
+
},
|
|
3059
|
+
"name": "component",
|
|
3060
|
+
"type": {
|
|
3061
|
+
"__schema": "TypeRefSchema",
|
|
3062
|
+
"location": {
|
|
3063
|
+
"filePath": "remove.main.runtime.ts",
|
|
3064
|
+
"line": 295,
|
|
3065
|
+
"character": 30
|
|
3066
|
+
},
|
|
3067
|
+
"name": "Component",
|
|
3068
|
+
"componentId": {
|
|
3069
|
+
"scope": "teambit.component",
|
|
3070
|
+
"name": "component"
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
"isOptional": false,
|
|
3074
|
+
"isSpread": false
|
|
3075
|
+
}
|
|
3076
|
+
],
|
|
3077
|
+
"returnType": {
|
|
3078
|
+
"__schema": "TypeRefSchema",
|
|
3079
|
+
"location": {
|
|
3080
|
+
"filePath": "remove.main.runtime.ts",
|
|
3081
|
+
"line": 295,
|
|
3082
|
+
"character": 42
|
|
3083
|
+
},
|
|
3084
|
+
"name": "Promise",
|
|
3085
|
+
"typeArgs": [
|
|
3086
|
+
{
|
|
3087
|
+
"__schema": "KeywordTypeSchema",
|
|
3088
|
+
"location": {
|
|
3089
|
+
"filePath": "remove.main.runtime.ts",
|
|
3090
|
+
"line": 295,
|
|
3091
|
+
"character": 50
|
|
3092
|
+
},
|
|
3093
|
+
"name": "boolean"
|
|
3094
|
+
}
|
|
3095
|
+
]
|
|
3096
|
+
},
|
|
3097
|
+
"modifiers": [
|
|
3098
|
+
"async"
|
|
3099
|
+
]
|
|
2682
3100
|
},
|
|
2683
3101
|
{
|
|
2684
3102
|
"__schema": "FunctionLikeSchema",
|
|
2685
3103
|
"location": {
|
|
2686
3104
|
"filePath": "remove.main.runtime.ts",
|
|
2687
|
-
"line":
|
|
3105
|
+
"line": 303,
|
|
2688
3106
|
"character": 3
|
|
2689
3107
|
},
|
|
2690
3108
|
"doc": {
|
|
2691
3109
|
"__schema": "DocSchema",
|
|
2692
3110
|
"location": {
|
|
2693
3111
|
"filePath": "remove.main.runtime.ts",
|
|
2694
|
-
"line":
|
|
3112
|
+
"line": 300,
|
|
2695
3113
|
"character": 3
|
|
2696
3114
|
},
|
|
2697
3115
|
"raw": "/**\n * performant version of isRemoved() in case the component object is not available and loading it is expensive.\n */",
|
|
@@ -2704,7 +3122,7 @@
|
|
|
2704
3122
|
"__schema": "ParameterSchema",
|
|
2705
3123
|
"location": {
|
|
2706
3124
|
"filePath": "remove.main.runtime.ts",
|
|
2707
|
-
"line":
|
|
3125
|
+
"line": 303,
|
|
2708
3126
|
"character": 46
|
|
2709
3127
|
},
|
|
2710
3128
|
"name": "componentId",
|
|
@@ -2712,7 +3130,7 @@
|
|
|
2712
3130
|
"__schema": "TypeRefSchema",
|
|
2713
3131
|
"location": {
|
|
2714
3132
|
"filePath": "remove.main.runtime.ts",
|
|
2715
|
-
"line":
|
|
3133
|
+
"line": 303,
|
|
2716
3134
|
"character": 59
|
|
2717
3135
|
},
|
|
2718
3136
|
"name": "ComponentID",
|
|
@@ -2730,7 +3148,7 @@
|
|
|
2730
3148
|
"__schema": "TypeRefSchema",
|
|
2731
3149
|
"location": {
|
|
2732
3150
|
"filePath": "remove.main.runtime.ts",
|
|
2733
|
-
"line":
|
|
3151
|
+
"line": 303,
|
|
2734
3152
|
"character": 73
|
|
2735
3153
|
},
|
|
2736
3154
|
"name": "Promise",
|
|
@@ -2739,7 +3157,7 @@
|
|
|
2739
3157
|
"__schema": "KeywordTypeSchema",
|
|
2740
3158
|
"location": {
|
|
2741
3159
|
"filePath": "remove.main.runtime.ts",
|
|
2742
|
-
"line":
|
|
3160
|
+
"line": 303,
|
|
2743
3161
|
"character": 81
|
|
2744
3162
|
},
|
|
2745
3163
|
"name": "boolean"
|
|
@@ -2754,14 +3172,14 @@
|
|
|
2754
3172
|
"__schema": "FunctionLikeSchema",
|
|
2755
3173
|
"location": {
|
|
2756
3174
|
"filePath": "remove.main.runtime.ts",
|
|
2757
|
-
"line":
|
|
3175
|
+
"line": 320,
|
|
2758
3176
|
"character": 3
|
|
2759
3177
|
},
|
|
2760
3178
|
"doc": {
|
|
2761
3179
|
"__schema": "DocSchema",
|
|
2762
3180
|
"location": {
|
|
2763
3181
|
"filePath": "remove.main.runtime.ts",
|
|
2764
|
-
"line":
|
|
3182
|
+
"line": 317,
|
|
2765
3183
|
"character": 3
|
|
2766
3184
|
},
|
|
2767
3185
|
"raw": "/**\n * get components that were soft-removed and tagged/snapped/merged but not exported yet.\n */",
|
|
@@ -2774,7 +3192,7 @@
|
|
|
2774
3192
|
"__schema": "TypeRefSchema",
|
|
2775
3193
|
"location": {
|
|
2776
3194
|
"filePath": "remove.main.runtime.ts",
|
|
2777
|
-
"line":
|
|
3195
|
+
"line": 320,
|
|
2778
3196
|
"character": 29
|
|
2779
3197
|
},
|
|
2780
3198
|
"name": "Promise",
|
|
@@ -2783,14 +3201,14 @@
|
|
|
2783
3201
|
"__schema": "TypeArraySchema",
|
|
2784
3202
|
"location": {
|
|
2785
3203
|
"filePath": "remove.main.runtime.ts",
|
|
2786
|
-
"line":
|
|
3204
|
+
"line": 320,
|
|
2787
3205
|
"character": 37
|
|
2788
3206
|
},
|
|
2789
3207
|
"type": {
|
|
2790
3208
|
"__schema": "TypeRefSchema",
|
|
2791
3209
|
"location": {
|
|
2792
3210
|
"filePath": "remove.main.runtime.ts",
|
|
2793
|
-
"line":
|
|
3211
|
+
"line": 320,
|
|
2794
3212
|
"character": 37
|
|
2795
3213
|
},
|
|
2796
3214
|
"name": "ComponentID",
|
|
@@ -2811,7 +3229,7 @@
|
|
|
2811
3229
|
"__schema": "FunctionLikeSchema",
|
|
2812
3230
|
"location": {
|
|
2813
3231
|
"filePath": "remove.main.runtime.ts",
|
|
2814
|
-
"line":
|
|
3232
|
+
"line": 324,
|
|
2815
3233
|
"character": 3
|
|
2816
3234
|
},
|
|
2817
3235
|
"signature": "(method) RemoveMain.addRemovedDependenciesIssues(components: Component[]): Promise<void>",
|
|
@@ -2821,7 +3239,7 @@
|
|
|
2821
3239
|
"__schema": "ParameterSchema",
|
|
2822
3240
|
"location": {
|
|
2823
3241
|
"filePath": "remove.main.runtime.ts",
|
|
2824
|
-
"line":
|
|
3242
|
+
"line": 324,
|
|
2825
3243
|
"character": 38
|
|
2826
3244
|
},
|
|
2827
3245
|
"name": "components",
|
|
@@ -2829,14 +3247,14 @@
|
|
|
2829
3247
|
"__schema": "TypeArraySchema",
|
|
2830
3248
|
"location": {
|
|
2831
3249
|
"filePath": "remove.main.runtime.ts",
|
|
2832
|
-
"line":
|
|
3250
|
+
"line": 324,
|
|
2833
3251
|
"character": 50
|
|
2834
3252
|
},
|
|
2835
3253
|
"type": {
|
|
2836
3254
|
"__schema": "TypeRefSchema",
|
|
2837
3255
|
"location": {
|
|
2838
3256
|
"filePath": "remove.main.runtime.ts",
|
|
2839
|
-
"line":
|
|
3257
|
+
"line": 324,
|
|
2840
3258
|
"character": 50
|
|
2841
3259
|
},
|
|
2842
3260
|
"name": "Component",
|
|
@@ -2854,7 +3272,7 @@
|
|
|
2854
3272
|
"__schema": "InferenceTypeSchema",
|
|
2855
3273
|
"location": {
|
|
2856
3274
|
"filePath": "remove.main.runtime.ts",
|
|
2857
|
-
"line":
|
|
3275
|
+
"line": 324,
|
|
2858
3276
|
"character": 3
|
|
2859
3277
|
},
|
|
2860
3278
|
"type": "Promise<void>"
|
|
@@ -2867,7 +3285,7 @@
|
|
|
2867
3285
|
"__schema": "VariableLikeSchema",
|
|
2868
3286
|
"location": {
|
|
2869
3287
|
"filePath": "remove.main.runtime.ts",
|
|
2870
|
-
"line":
|
|
3288
|
+
"line": 393,
|
|
2871
3289
|
"character": 3
|
|
2872
3290
|
},
|
|
2873
3291
|
"signature": "(property) RemoveMain.slots: never[]",
|
|
@@ -2876,7 +3294,7 @@
|
|
|
2876
3294
|
"__schema": "InferenceTypeSchema",
|
|
2877
3295
|
"location": {
|
|
2878
3296
|
"filePath": "remove.main.runtime.ts",
|
|
2879
|
-
"line":
|
|
3297
|
+
"line": 393,
|
|
2880
3298
|
"character": 3
|
|
2881
3299
|
},
|
|
2882
3300
|
"type": "never[]"
|
|
@@ -2888,7 +3306,7 @@
|
|
|
2888
3306
|
"__schema": "VariableLikeSchema",
|
|
2889
3307
|
"location": {
|
|
2890
3308
|
"filePath": "remove.main.runtime.ts",
|
|
2891
|
-
"line":
|
|
3309
|
+
"line": 394,
|
|
2892
3310
|
"character": 3
|
|
2893
3311
|
},
|
|
2894
3312
|
"signature": "(property) RemoveMain.dependencies: Aspect[]",
|
|
@@ -2897,19 +3315,19 @@
|
|
|
2897
3315
|
"__schema": "InferenceTypeSchema",
|
|
2898
3316
|
"location": {
|
|
2899
3317
|
"filePath": "remove.main.runtime.ts",
|
|
2900
|
-
"line":
|
|
3318
|
+
"line": 394,
|
|
2901
3319
|
"character": 3
|
|
2902
3320
|
},
|
|
2903
3321
|
"type": "Aspect[]"
|
|
2904
3322
|
},
|
|
2905
3323
|
"isOptional": true,
|
|
2906
|
-
"defaultValue": "[\n WorkspaceAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ]"
|
|
3324
|
+
"defaultValue": "[\n WorkspaceAspect,\n ScopeAspect,\n CLIAspect,\n LoggerAspect,\n ComponentAspect,\n ImporterAspect,\n DependencyResolverAspect,\n IssuesAspect,\n ]"
|
|
2907
3325
|
},
|
|
2908
3326
|
{
|
|
2909
3327
|
"__schema": "VariableLikeSchema",
|
|
2910
3328
|
"location": {
|
|
2911
3329
|
"filePath": "remove.main.runtime.ts",
|
|
2912
|
-
"line":
|
|
3330
|
+
"line": 404,
|
|
2913
3331
|
"character": 3
|
|
2914
3332
|
},
|
|
2915
3333
|
"signature": "(property) RemoveMain.runtime: RuntimeDefinition",
|
|
@@ -2918,7 +3336,7 @@
|
|
|
2918
3336
|
"__schema": "InferenceTypeSchema",
|
|
2919
3337
|
"location": {
|
|
2920
3338
|
"filePath": "remove.main.runtime.ts",
|
|
2921
|
-
"line":
|
|
3339
|
+
"line": 404,
|
|
2922
3340
|
"character": 3
|
|
2923
3341
|
},
|
|
2924
3342
|
"type": "RuntimeDefinition"
|
|
@@ -2930,33 +3348,33 @@
|
|
|
2930
3348
|
"__schema": "FunctionLikeSchema",
|
|
2931
3349
|
"location": {
|
|
2932
3350
|
"filePath": "remove.main.runtime.ts",
|
|
2933
|
-
"line":
|
|
3351
|
+
"line": 406,
|
|
2934
3352
|
"character": 3
|
|
2935
3353
|
},
|
|
2936
|
-
"signature": "(method) RemoveMain.provider([workspace, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
3354
|
+
"signature": "(method) RemoveMain.provider([workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [\n Workspace,\n ScopeMain,\n CLIMain,\n LoggerMain,\n ComponentMain,\n ImporterMain,\n DependencyResolverMain,\n IssuesMain\n]): Promise<RemoveMain>",
|
|
2937
3355
|
"name": "provider",
|
|
2938
3356
|
"params": [
|
|
2939
3357
|
{
|
|
2940
3358
|
"__schema": "ParameterSchema",
|
|
2941
3359
|
"location": {
|
|
2942
3360
|
"filePath": "remove.main.runtime.ts",
|
|
2943
|
-
"line":
|
|
3361
|
+
"line": 406,
|
|
2944
3362
|
"character": 25
|
|
2945
3363
|
},
|
|
2946
|
-
"name": "[ workspace, cli, loggerMain, componentAspect, importerMain, depResolver, issues ]",
|
|
3364
|
+
"name": "[ workspace, scope, cli, loggerMain, componentAspect, importerMain, depResolver, issues ]",
|
|
2947
3365
|
"type": {
|
|
2948
3366
|
"__schema": "TupleTypeSchema",
|
|
2949
3367
|
"location": {
|
|
2950
3368
|
"filePath": "remove.main.runtime.ts",
|
|
2951
|
-
"line":
|
|
2952
|
-
"character":
|
|
3369
|
+
"line": 406,
|
|
3370
|
+
"character": 114
|
|
2953
3371
|
},
|
|
2954
3372
|
"elements": [
|
|
2955
3373
|
{
|
|
2956
3374
|
"__schema": "TypeRefSchema",
|
|
2957
3375
|
"location": {
|
|
2958
3376
|
"filePath": "remove.main.runtime.ts",
|
|
2959
|
-
"line":
|
|
3377
|
+
"line": 407,
|
|
2960
3378
|
"character": 5
|
|
2961
3379
|
},
|
|
2962
3380
|
"name": "Workspace",
|
|
@@ -2969,7 +3387,20 @@
|
|
|
2969
3387
|
"__schema": "TypeRefSchema",
|
|
2970
3388
|
"location": {
|
|
2971
3389
|
"filePath": "remove.main.runtime.ts",
|
|
2972
|
-
"line":
|
|
3390
|
+
"line": 408,
|
|
3391
|
+
"character": 5
|
|
3392
|
+
},
|
|
3393
|
+
"name": "ScopeMain",
|
|
3394
|
+
"componentId": {
|
|
3395
|
+
"scope": "teambit.scope",
|
|
3396
|
+
"name": "scope"
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"__schema": "TypeRefSchema",
|
|
3401
|
+
"location": {
|
|
3402
|
+
"filePath": "remove.main.runtime.ts",
|
|
3403
|
+
"line": 409,
|
|
2973
3404
|
"character": 5
|
|
2974
3405
|
},
|
|
2975
3406
|
"name": "CLIMain",
|
|
@@ -2982,7 +3413,7 @@
|
|
|
2982
3413
|
"__schema": "TypeRefSchema",
|
|
2983
3414
|
"location": {
|
|
2984
3415
|
"filePath": "remove.main.runtime.ts",
|
|
2985
|
-
"line":
|
|
3416
|
+
"line": 410,
|
|
2986
3417
|
"character": 5
|
|
2987
3418
|
},
|
|
2988
3419
|
"name": "LoggerMain",
|
|
@@ -2995,7 +3426,7 @@
|
|
|
2995
3426
|
"__schema": "TypeRefSchema",
|
|
2996
3427
|
"location": {
|
|
2997
3428
|
"filePath": "remove.main.runtime.ts",
|
|
2998
|
-
"line":
|
|
3429
|
+
"line": 411,
|
|
2999
3430
|
"character": 5
|
|
3000
3431
|
},
|
|
3001
3432
|
"name": "ComponentMain",
|
|
@@ -3008,7 +3439,7 @@
|
|
|
3008
3439
|
"__schema": "TypeRefSchema",
|
|
3009
3440
|
"location": {
|
|
3010
3441
|
"filePath": "remove.main.runtime.ts",
|
|
3011
|
-
"line":
|
|
3442
|
+
"line": 412,
|
|
3012
3443
|
"character": 5
|
|
3013
3444
|
},
|
|
3014
3445
|
"name": "ImporterMain",
|
|
@@ -3021,7 +3452,7 @@
|
|
|
3021
3452
|
"__schema": "TypeRefSchema",
|
|
3022
3453
|
"location": {
|
|
3023
3454
|
"filePath": "remove.main.runtime.ts",
|
|
3024
|
-
"line":
|
|
3455
|
+
"line": 413,
|
|
3025
3456
|
"character": 5
|
|
3026
3457
|
},
|
|
3027
3458
|
"name": "DependencyResolverMain",
|
|
@@ -3034,7 +3465,7 @@
|
|
|
3034
3465
|
"__schema": "TypeRefSchema",
|
|
3035
3466
|
"location": {
|
|
3036
3467
|
"filePath": "remove.main.runtime.ts",
|
|
3037
|
-
"line":
|
|
3468
|
+
"line": 414,
|
|
3038
3469
|
"character": 5
|
|
3039
3470
|
},
|
|
3040
3471
|
"name": "IssuesMain",
|
|
@@ -3053,7 +3484,7 @@
|
|
|
3053
3484
|
"__schema": "InferenceTypeSchema",
|
|
3054
3485
|
"location": {
|
|
3055
3486
|
"filePath": "remove.main.runtime.ts",
|
|
3056
|
-
"line":
|
|
3487
|
+
"line": 406,
|
|
3057
3488
|
"character": 3
|
|
3058
3489
|
},
|
|
3059
3490
|
"type": "Promise<RemoveMain>"
|
|
@@ -3071,7 +3502,7 @@
|
|
|
3071
3502
|
"__schema": "UnImplementedSchema",
|
|
3072
3503
|
"location": {
|
|
3073
3504
|
"filePath": "remove.main.runtime.ts",
|
|
3074
|
-
"line":
|
|
3505
|
+
"line": 431,
|
|
3075
3506
|
"character": 16
|
|
3076
3507
|
},
|
|
3077
3508
|
"name": "RemoveMain",
|
|
@@ -3083,7 +3514,7 @@
|
|
|
3083
3514
|
"__schema": "ModuleSchema",
|
|
3084
3515
|
"location": {
|
|
3085
3516
|
"filePath": "remove.main.runtime.ts",
|
|
3086
|
-
"line":
|
|
3517
|
+
"line": 28,
|
|
3087
3518
|
"character": 1
|
|
3088
3519
|
},
|
|
3089
3520
|
"exports": [
|
|
@@ -3091,7 +3522,7 @@
|
|
|
3091
3522
|
"__schema": "VariableLikeSchema",
|
|
3092
3523
|
"location": {
|
|
3093
3524
|
"filePath": "remove.main.runtime.ts",
|
|
3094
|
-
"line":
|
|
3525
|
+
"line": 28,
|
|
3095
3526
|
"character": 7
|
|
3096
3527
|
},
|
|
3097
3528
|
"signature": "const BEFORE_REMOVE: \"removing components\"",
|
|
@@ -3100,7 +3531,7 @@
|
|
|
3100
3531
|
"__schema": "InferenceTypeSchema",
|
|
3101
3532
|
"location": {
|
|
3102
3533
|
"filePath": "remove.main.runtime.ts",
|
|
3103
|
-
"line":
|
|
3534
|
+
"line": 28,
|
|
3104
3535
|
"character": 7
|
|
3105
3536
|
},
|
|
3106
3537
|
"type": "\"removing components\""
|
|
@@ -3115,7 +3546,7 @@
|
|
|
3115
3546
|
"__schema": "UnImplementedSchema",
|
|
3116
3547
|
"location": {
|
|
3117
3548
|
"filePath": "remove.main.runtime.ts",
|
|
3118
|
-
"line":
|
|
3549
|
+
"line": 429,
|
|
3119
3550
|
"character": 1
|
|
3120
3551
|
},
|
|
3121
3552
|
"name": "RemoveAspect.addRuntime(RemoveMain);",
|
|
@@ -3351,7 +3782,7 @@
|
|
|
3351
3782
|
"_legacy": {
|
|
3352
3783
|
"scope": "teambit.component",
|
|
3353
3784
|
"name": "remove",
|
|
3354
|
-
"version": "1.0.
|
|
3785
|
+
"version": "1.0.259"
|
|
3355
3786
|
},
|
|
3356
3787
|
"_scope": "teambit.component"
|
|
3357
3788
|
}
|
|
@@ -3404,7 +3835,7 @@
|
|
|
3404
3835
|
"componentId": {
|
|
3405
3836
|
"scope": "teambit.component",
|
|
3406
3837
|
"name": "remove",
|
|
3407
|
-
"version": "1.0.
|
|
3838
|
+
"version": "1.0.259"
|
|
3408
3839
|
},
|
|
3409
3840
|
"taggedModuleExports": []
|
|
3410
3841
|
}
|