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