@teambit/export 1.0.258 → 1.0.259
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_scope_export-preview.js +1 -1
- package/artifacts/schema.json +3773 -17
- package/dist/export.main.runtime.js +1 -1
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/preview-1714533890836.js +7 -0
- package/package.json +10 -10
- package/dist/preview-1714472366682.js +0 -7
package/artifacts/schema.json
CHANGED
@@ -22,13 +22,1120 @@
|
|
22
22
|
},
|
23
23
|
"name": "ExportMain",
|
24
24
|
"exportNode": {
|
25
|
-
"__schema": "
|
25
|
+
"__schema": "ClassSchema",
|
26
26
|
"location": {
|
27
|
-
"filePath": "
|
28
|
-
"line":
|
29
|
-
"character":
|
27
|
+
"filePath": "export.main.runtime.ts",
|
28
|
+
"line": 93,
|
29
|
+
"character": 1
|
30
30
|
},
|
31
|
-
"
|
31
|
+
"signature": "class ExportMain",
|
32
|
+
"name": "ExportMain",
|
33
|
+
"members": [
|
34
|
+
{
|
35
|
+
"__schema": "ConstructorSchema",
|
36
|
+
"location": {
|
37
|
+
"filePath": "export.main.runtime.ts",
|
38
|
+
"line": 94,
|
39
|
+
"character": 3
|
40
|
+
},
|
41
|
+
"signature": "constructor ExportMain(workspace: Workspace, remove: RemoveMain, depResolver: DependencyResolverMain, logger: Logger, eject: EjectMain): ExportMain",
|
42
|
+
"name": "constructor",
|
43
|
+
"params": [
|
44
|
+
{
|
45
|
+
"__schema": "ParameterSchema",
|
46
|
+
"location": {
|
47
|
+
"filePath": "export.main.runtime.ts",
|
48
|
+
"line": 95,
|
49
|
+
"character": 5
|
50
|
+
},
|
51
|
+
"name": "workspace",
|
52
|
+
"type": {
|
53
|
+
"__schema": "TypeRefSchema",
|
54
|
+
"location": {
|
55
|
+
"filePath": "export.main.runtime.ts",
|
56
|
+
"line": 95,
|
57
|
+
"character": 24
|
58
|
+
},
|
59
|
+
"name": "Workspace",
|
60
|
+
"componentId": {
|
61
|
+
"scope": "teambit.workspace",
|
62
|
+
"name": "workspace"
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"isOptional": false,
|
66
|
+
"isSpread": false
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"__schema": "ParameterSchema",
|
70
|
+
"location": {
|
71
|
+
"filePath": "export.main.runtime.ts",
|
72
|
+
"line": 96,
|
73
|
+
"character": 5
|
74
|
+
},
|
75
|
+
"name": "remove",
|
76
|
+
"type": {
|
77
|
+
"__schema": "TypeRefSchema",
|
78
|
+
"location": {
|
79
|
+
"filePath": "export.main.runtime.ts",
|
80
|
+
"line": 96,
|
81
|
+
"character": 21
|
82
|
+
},
|
83
|
+
"name": "RemoveMain",
|
84
|
+
"componentId": {
|
85
|
+
"scope": "teambit.component",
|
86
|
+
"name": "remove"
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"isOptional": false,
|
90
|
+
"isSpread": false
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"__schema": "ParameterSchema",
|
94
|
+
"location": {
|
95
|
+
"filePath": "export.main.runtime.ts",
|
96
|
+
"line": 97,
|
97
|
+
"character": 5
|
98
|
+
},
|
99
|
+
"name": "depResolver",
|
100
|
+
"type": {
|
101
|
+
"__schema": "TypeRefSchema",
|
102
|
+
"location": {
|
103
|
+
"filePath": "export.main.runtime.ts",
|
104
|
+
"line": 97,
|
105
|
+
"character": 26
|
106
|
+
},
|
107
|
+
"name": "DependencyResolverMain",
|
108
|
+
"componentId": {
|
109
|
+
"scope": "teambit.dependencies",
|
110
|
+
"name": "dependency-resolver"
|
111
|
+
}
|
112
|
+
},
|
113
|
+
"isOptional": false,
|
114
|
+
"isSpread": false
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"__schema": "ParameterSchema",
|
118
|
+
"location": {
|
119
|
+
"filePath": "export.main.runtime.ts",
|
120
|
+
"line": 98,
|
121
|
+
"character": 5
|
122
|
+
},
|
123
|
+
"name": "logger",
|
124
|
+
"type": {
|
125
|
+
"__schema": "TypeRefSchema",
|
126
|
+
"location": {
|
127
|
+
"filePath": "export.main.runtime.ts",
|
128
|
+
"line": 98,
|
129
|
+
"character": 21
|
130
|
+
},
|
131
|
+
"name": "Logger",
|
132
|
+
"componentId": {
|
133
|
+
"scope": "teambit.harmony",
|
134
|
+
"name": "logger"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"isOptional": false,
|
138
|
+
"isSpread": false
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"__schema": "ParameterSchema",
|
142
|
+
"location": {
|
143
|
+
"filePath": "export.main.runtime.ts",
|
144
|
+
"line": 99,
|
145
|
+
"character": 5
|
146
|
+
},
|
147
|
+
"name": "eject",
|
148
|
+
"type": {
|
149
|
+
"__schema": "TypeRefSchema",
|
150
|
+
"location": {
|
151
|
+
"filePath": "export.main.runtime.ts",
|
152
|
+
"line": 99,
|
153
|
+
"character": 20
|
154
|
+
},
|
155
|
+
"name": "EjectMain",
|
156
|
+
"componentId": {
|
157
|
+
"scope": "teambit.workspace",
|
158
|
+
"name": "eject"
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"isOptional": false,
|
162
|
+
"isSpread": false
|
163
|
+
}
|
164
|
+
],
|
165
|
+
"returnType": {
|
166
|
+
"__schema": "ThisTypeSchema",
|
167
|
+
"location": {
|
168
|
+
"filePath": "export.main.runtime.ts",
|
169
|
+
"line": 93,
|
170
|
+
"character": 1
|
171
|
+
},
|
172
|
+
"name": "ExportMain"
|
173
|
+
},
|
174
|
+
"modifiers": []
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"__schema": "FunctionLikeSchema",
|
178
|
+
"location": {
|
179
|
+
"filePath": "export.main.runtime.ts",
|
180
|
+
"line": 102,
|
181
|
+
"character": 3
|
182
|
+
},
|
183
|
+
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
184
|
+
"name": "export",
|
185
|
+
"params": [
|
186
|
+
{
|
187
|
+
"__schema": "ParameterSchema",
|
188
|
+
"location": {
|
189
|
+
"filePath": "export.main.runtime.ts",
|
190
|
+
"line": 102,
|
191
|
+
"character": 16
|
192
|
+
},
|
193
|
+
"name": "params",
|
194
|
+
"type": {
|
195
|
+
"__schema": "TypeRefSchema",
|
196
|
+
"location": {
|
197
|
+
"filePath": "export.main.runtime.ts",
|
198
|
+
"line": 102,
|
199
|
+
"character": 24
|
200
|
+
},
|
201
|
+
"name": "ExportParams",
|
202
|
+
"internalFilePath": "export.main.runtime.ts"
|
203
|
+
},
|
204
|
+
"isOptional": true,
|
205
|
+
"defaultValue": "{}",
|
206
|
+
"isSpread": false
|
207
|
+
}
|
208
|
+
],
|
209
|
+
"returnType": {
|
210
|
+
"__schema": "TypeRefSchema",
|
211
|
+
"location": {
|
212
|
+
"filePath": "export.main.runtime.ts",
|
213
|
+
"line": 102,
|
214
|
+
"character": 44
|
215
|
+
},
|
216
|
+
"name": "Promise",
|
217
|
+
"typeArgs": [
|
218
|
+
{
|
219
|
+
"__schema": "TypeRefSchema",
|
220
|
+
"location": {
|
221
|
+
"filePath": "export.main.runtime.ts",
|
222
|
+
"line": 102,
|
223
|
+
"character": 52
|
224
|
+
},
|
225
|
+
"name": "ExportResult"
|
226
|
+
}
|
227
|
+
]
|
228
|
+
},
|
229
|
+
"modifiers": [
|
230
|
+
"async"
|
231
|
+
]
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"__schema": "FunctionLikeSchema",
|
235
|
+
"location": {
|
236
|
+
"filePath": "export.main.runtime.ts",
|
237
|
+
"line": 233,
|
238
|
+
"character": 3
|
239
|
+
},
|
240
|
+
"doc": {
|
241
|
+
"__schema": "DocSchema",
|
242
|
+
"location": {
|
243
|
+
"filePath": "export.main.runtime.ts",
|
244
|
+
"line": 230,
|
245
|
+
"character": 3
|
246
|
+
},
|
247
|
+
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
248
|
+
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
249
|
+
},
|
250
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
251
|
+
"name": "exportMany",
|
252
|
+
"params": [
|
253
|
+
{
|
254
|
+
"__schema": "ParameterSchema",
|
255
|
+
"location": {
|
256
|
+
"filePath": "export.main.runtime.ts",
|
257
|
+
"line": 233,
|
258
|
+
"character": 20
|
259
|
+
},
|
260
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
261
|
+
"type": {
|
262
|
+
"__schema": "TypeLiteralSchema",
|
263
|
+
"location": {
|
264
|
+
"filePath": "export.main.runtime.ts",
|
265
|
+
"line": 246,
|
266
|
+
"character": 6
|
267
|
+
},
|
268
|
+
"members": [
|
269
|
+
{
|
270
|
+
"__schema": "VariableLikeSchema",
|
271
|
+
"location": {
|
272
|
+
"filePath": "export.main.runtime.ts",
|
273
|
+
"line": 247,
|
274
|
+
"character": 5
|
275
|
+
},
|
276
|
+
"signature": "(property) scope: Scope",
|
277
|
+
"name": "scope",
|
278
|
+
"type": {
|
279
|
+
"__schema": "TypeRefSchema",
|
280
|
+
"location": {
|
281
|
+
"filePath": "export.main.runtime.ts",
|
282
|
+
"line": 247,
|
283
|
+
"character": 5
|
284
|
+
},
|
285
|
+
"name": "Scope",
|
286
|
+
"packageName": "@teambit/legacy/dist/scope"
|
287
|
+
},
|
288
|
+
"isOptional": false
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"__schema": "VariableLikeSchema",
|
292
|
+
"location": {
|
293
|
+
"filePath": "export.main.runtime.ts",
|
294
|
+
"line": 248,
|
295
|
+
"character": 5
|
296
|
+
},
|
297
|
+
"signature": "(property) ids: ComponentIdList",
|
298
|
+
"name": "ids",
|
299
|
+
"type": {
|
300
|
+
"__schema": "TypeRefSchema",
|
301
|
+
"location": {
|
302
|
+
"filePath": "export.main.runtime.ts",
|
303
|
+
"line": 248,
|
304
|
+
"character": 5
|
305
|
+
},
|
306
|
+
"name": "ComponentIdList",
|
307
|
+
"componentId": {
|
308
|
+
"scope": "teambit.component",
|
309
|
+
"name": "component-id",
|
310
|
+
"version": "1.2.0"
|
311
|
+
}
|
312
|
+
},
|
313
|
+
"isOptional": false
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"__schema": "VariableLikeSchema",
|
317
|
+
"location": {
|
318
|
+
"filePath": "export.main.runtime.ts",
|
319
|
+
"line": 249,
|
320
|
+
"character": 5
|
321
|
+
},
|
322
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
323
|
+
"name": "laneObject",
|
324
|
+
"type": {
|
325
|
+
"__schema": "TypeRefSchema",
|
326
|
+
"location": {
|
327
|
+
"filePath": "export.main.runtime.ts",
|
328
|
+
"line": 249,
|
329
|
+
"character": 18
|
330
|
+
},
|
331
|
+
"name": "Lane",
|
332
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
333
|
+
},
|
334
|
+
"isOptional": true
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"__schema": "VariableLikeSchema",
|
338
|
+
"location": {
|
339
|
+
"filePath": "export.main.runtime.ts",
|
340
|
+
"line": 250,
|
341
|
+
"character": 5
|
342
|
+
},
|
343
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
344
|
+
"name": "allVersions",
|
345
|
+
"type": {
|
346
|
+
"__schema": "KeywordTypeSchema",
|
347
|
+
"location": {
|
348
|
+
"filePath": "export.main.runtime.ts",
|
349
|
+
"line": 250,
|
350
|
+
"character": 19
|
351
|
+
},
|
352
|
+
"name": "boolean"
|
353
|
+
},
|
354
|
+
"isOptional": true
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"__schema": "VariableLikeSchema",
|
358
|
+
"location": {
|
359
|
+
"filePath": "export.main.runtime.ts",
|
360
|
+
"line": 251,
|
361
|
+
"character": 5
|
362
|
+
},
|
363
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
364
|
+
"name": "originDirectly",
|
365
|
+
"type": {
|
366
|
+
"__schema": "KeywordTypeSchema",
|
367
|
+
"location": {
|
368
|
+
"filePath": "export.main.runtime.ts",
|
369
|
+
"line": 251,
|
370
|
+
"character": 22
|
371
|
+
},
|
372
|
+
"name": "boolean"
|
373
|
+
},
|
374
|
+
"isOptional": true
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"__schema": "VariableLikeSchema",
|
378
|
+
"location": {
|
379
|
+
"filePath": "export.main.runtime.ts",
|
380
|
+
"line": 252,
|
381
|
+
"character": 5
|
382
|
+
},
|
383
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
384
|
+
"name": "idsWithFutureScope",
|
385
|
+
"type": {
|
386
|
+
"__schema": "TypeRefSchema",
|
387
|
+
"location": {
|
388
|
+
"filePath": "export.main.runtime.ts",
|
389
|
+
"line": 252,
|
390
|
+
"character": 5
|
391
|
+
},
|
392
|
+
"name": "ComponentIdList",
|
393
|
+
"componentId": {
|
394
|
+
"scope": "teambit.component",
|
395
|
+
"name": "component-id",
|
396
|
+
"version": "1.2.0"
|
397
|
+
}
|
398
|
+
},
|
399
|
+
"isOptional": false
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"__schema": "VariableLikeSchema",
|
403
|
+
"location": {
|
404
|
+
"filePath": "export.main.runtime.ts",
|
405
|
+
"line": 253,
|
406
|
+
"character": 5
|
407
|
+
},
|
408
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
409
|
+
"name": "resumeExportId",
|
410
|
+
"type": {
|
411
|
+
"__schema": "TypeUnionSchema",
|
412
|
+
"location": {
|
413
|
+
"filePath": "export.main.runtime.ts",
|
414
|
+
"line": 253,
|
415
|
+
"character": 22
|
416
|
+
},
|
417
|
+
"types": [
|
418
|
+
{
|
419
|
+
"__schema": "KeywordTypeSchema",
|
420
|
+
"location": {
|
421
|
+
"filePath": "export.main.runtime.ts",
|
422
|
+
"line": 253,
|
423
|
+
"character": 22
|
424
|
+
},
|
425
|
+
"name": "string"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"__schema": "KeywordTypeSchema",
|
429
|
+
"location": {
|
430
|
+
"filePath": "export.main.runtime.ts",
|
431
|
+
"line": 253,
|
432
|
+
"character": 31
|
433
|
+
},
|
434
|
+
"name": "undefined"
|
435
|
+
}
|
436
|
+
]
|
437
|
+
},
|
438
|
+
"isOptional": true
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"__schema": "VariableLikeSchema",
|
442
|
+
"location": {
|
443
|
+
"filePath": "export.main.runtime.ts",
|
444
|
+
"line": 254,
|
445
|
+
"character": 5
|
446
|
+
},
|
447
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
448
|
+
"name": "throwForMissingArtifacts",
|
449
|
+
"type": {
|
450
|
+
"__schema": "KeywordTypeSchema",
|
451
|
+
"location": {
|
452
|
+
"filePath": "export.main.runtime.ts",
|
453
|
+
"line": 254,
|
454
|
+
"character": 32
|
455
|
+
},
|
456
|
+
"name": "boolean"
|
457
|
+
},
|
458
|
+
"isOptional": true
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"__schema": "VariableLikeSchema",
|
462
|
+
"location": {
|
463
|
+
"filePath": "export.main.runtime.ts",
|
464
|
+
"line": 255,
|
465
|
+
"character": 5
|
466
|
+
},
|
467
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
468
|
+
"name": "isOnMain",
|
469
|
+
"type": {
|
470
|
+
"__schema": "KeywordTypeSchema",
|
471
|
+
"location": {
|
472
|
+
"filePath": "export.main.runtime.ts",
|
473
|
+
"line": 255,
|
474
|
+
"character": 16
|
475
|
+
},
|
476
|
+
"name": "boolean"
|
477
|
+
},
|
478
|
+
"isOptional": true
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"__schema": "VariableLikeSchema",
|
482
|
+
"location": {
|
483
|
+
"filePath": "export.main.runtime.ts",
|
484
|
+
"line": 256,
|
485
|
+
"character": 5
|
486
|
+
},
|
487
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
488
|
+
"name": "exportHeadsOnly",
|
489
|
+
"type": {
|
490
|
+
"__schema": "KeywordTypeSchema",
|
491
|
+
"location": {
|
492
|
+
"filePath": "export.main.runtime.ts",
|
493
|
+
"line": 256,
|
494
|
+
"character": 23
|
495
|
+
},
|
496
|
+
"name": "boolean"
|
497
|
+
},
|
498
|
+
"isOptional": true
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"__schema": "VariableLikeSchema",
|
502
|
+
"location": {
|
503
|
+
"filePath": "export.main.runtime.ts",
|
504
|
+
"line": 257,
|
505
|
+
"character": 5
|
506
|
+
},
|
507
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
508
|
+
"name": "filterOutExistingVersions",
|
509
|
+
"type": {
|
510
|
+
"__schema": "KeywordTypeSchema",
|
511
|
+
"location": {
|
512
|
+
"filePath": "export.main.runtime.ts",
|
513
|
+
"line": 257,
|
514
|
+
"character": 33
|
515
|
+
},
|
516
|
+
"name": "boolean"
|
517
|
+
},
|
518
|
+
"isOptional": true
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"__schema": "VariableLikeSchema",
|
522
|
+
"location": {
|
523
|
+
"filePath": "export.main.runtime.ts",
|
524
|
+
"line": 258,
|
525
|
+
"character": 5
|
526
|
+
},
|
527
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
528
|
+
"name": "exportOrigin",
|
529
|
+
"type": {
|
530
|
+
"__schema": "TypeRefSchema",
|
531
|
+
"location": {
|
532
|
+
"filePath": "export.main.runtime.ts",
|
533
|
+
"line": 258,
|
534
|
+
"character": 20
|
535
|
+
},
|
536
|
+
"name": "ExportOrigin",
|
537
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
538
|
+
},
|
539
|
+
"isOptional": true
|
540
|
+
}
|
541
|
+
]
|
542
|
+
},
|
543
|
+
"isOptional": false,
|
544
|
+
"objectBindingNodes": [
|
545
|
+
{
|
546
|
+
"__schema": "VariableLikeSchema",
|
547
|
+
"location": {
|
548
|
+
"filePath": "export.main.runtime.ts",
|
549
|
+
"line": 247,
|
550
|
+
"character": 5
|
551
|
+
},
|
552
|
+
"signature": "(property) scope: Scope",
|
553
|
+
"name": "scope",
|
554
|
+
"type": {
|
555
|
+
"__schema": "TypeRefSchema",
|
556
|
+
"location": {
|
557
|
+
"filePath": "export.main.runtime.ts",
|
558
|
+
"line": 247,
|
559
|
+
"character": 5
|
560
|
+
},
|
561
|
+
"name": "Scope",
|
562
|
+
"packageName": "@teambit/legacy/dist/scope"
|
563
|
+
},
|
564
|
+
"isOptional": false
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"__schema": "VariableLikeSchema",
|
568
|
+
"location": {
|
569
|
+
"filePath": "export.main.runtime.ts",
|
570
|
+
"line": 248,
|
571
|
+
"character": 5
|
572
|
+
},
|
573
|
+
"signature": "(property) ids: ComponentIdList",
|
574
|
+
"name": "ids",
|
575
|
+
"type": {
|
576
|
+
"__schema": "TypeRefSchema",
|
577
|
+
"location": {
|
578
|
+
"filePath": "export.main.runtime.ts",
|
579
|
+
"line": 248,
|
580
|
+
"character": 5
|
581
|
+
},
|
582
|
+
"name": "ComponentIdList",
|
583
|
+
"componentId": {
|
584
|
+
"scope": "teambit.component",
|
585
|
+
"name": "component-id",
|
586
|
+
"version": "1.2.0"
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"isOptional": false
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"__schema": "VariableLikeSchema",
|
593
|
+
"location": {
|
594
|
+
"filePath": "export.main.runtime.ts",
|
595
|
+
"line": 249,
|
596
|
+
"character": 5
|
597
|
+
},
|
598
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
599
|
+
"name": "laneObject",
|
600
|
+
"type": {
|
601
|
+
"__schema": "TypeRefSchema",
|
602
|
+
"location": {
|
603
|
+
"filePath": "export.main.runtime.ts",
|
604
|
+
"line": 249,
|
605
|
+
"character": 18
|
606
|
+
},
|
607
|
+
"name": "Lane",
|
608
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
609
|
+
},
|
610
|
+
"isOptional": true
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"__schema": "VariableLikeSchema",
|
614
|
+
"location": {
|
615
|
+
"filePath": "export.main.runtime.ts",
|
616
|
+
"line": 250,
|
617
|
+
"character": 5
|
618
|
+
},
|
619
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
620
|
+
"name": "allVersions",
|
621
|
+
"type": {
|
622
|
+
"__schema": "KeywordTypeSchema",
|
623
|
+
"location": {
|
624
|
+
"filePath": "export.main.runtime.ts",
|
625
|
+
"line": 250,
|
626
|
+
"character": 19
|
627
|
+
},
|
628
|
+
"name": "boolean"
|
629
|
+
},
|
630
|
+
"isOptional": true
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"__schema": "VariableLikeSchema",
|
634
|
+
"location": {
|
635
|
+
"filePath": "export.main.runtime.ts",
|
636
|
+
"line": 251,
|
637
|
+
"character": 5
|
638
|
+
},
|
639
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
640
|
+
"name": "originDirectly",
|
641
|
+
"type": {
|
642
|
+
"__schema": "KeywordTypeSchema",
|
643
|
+
"location": {
|
644
|
+
"filePath": "export.main.runtime.ts",
|
645
|
+
"line": 251,
|
646
|
+
"character": 22
|
647
|
+
},
|
648
|
+
"name": "boolean"
|
649
|
+
},
|
650
|
+
"isOptional": true
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"__schema": "VariableLikeSchema",
|
654
|
+
"location": {
|
655
|
+
"filePath": "export.main.runtime.ts",
|
656
|
+
"line": 252,
|
657
|
+
"character": 5
|
658
|
+
},
|
659
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
660
|
+
"name": "idsWithFutureScope",
|
661
|
+
"type": {
|
662
|
+
"__schema": "TypeRefSchema",
|
663
|
+
"location": {
|
664
|
+
"filePath": "export.main.runtime.ts",
|
665
|
+
"line": 252,
|
666
|
+
"character": 5
|
667
|
+
},
|
668
|
+
"name": "ComponentIdList",
|
669
|
+
"componentId": {
|
670
|
+
"scope": "teambit.component",
|
671
|
+
"name": "component-id",
|
672
|
+
"version": "1.2.0"
|
673
|
+
}
|
674
|
+
},
|
675
|
+
"isOptional": false
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"__schema": "VariableLikeSchema",
|
679
|
+
"location": {
|
680
|
+
"filePath": "export.main.runtime.ts",
|
681
|
+
"line": 253,
|
682
|
+
"character": 5
|
683
|
+
},
|
684
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
685
|
+
"name": "resumeExportId",
|
686
|
+
"type": {
|
687
|
+
"__schema": "TypeUnionSchema",
|
688
|
+
"location": {
|
689
|
+
"filePath": "export.main.runtime.ts",
|
690
|
+
"line": 253,
|
691
|
+
"character": 22
|
692
|
+
},
|
693
|
+
"types": [
|
694
|
+
{
|
695
|
+
"__schema": "KeywordTypeSchema",
|
696
|
+
"location": {
|
697
|
+
"filePath": "export.main.runtime.ts",
|
698
|
+
"line": 253,
|
699
|
+
"character": 22
|
700
|
+
},
|
701
|
+
"name": "string"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"__schema": "KeywordTypeSchema",
|
705
|
+
"location": {
|
706
|
+
"filePath": "export.main.runtime.ts",
|
707
|
+
"line": 253,
|
708
|
+
"character": 31
|
709
|
+
},
|
710
|
+
"name": "undefined"
|
711
|
+
}
|
712
|
+
]
|
713
|
+
},
|
714
|
+
"isOptional": true
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"__schema": "VariableLikeSchema",
|
718
|
+
"location": {
|
719
|
+
"filePath": "export.main.runtime.ts",
|
720
|
+
"line": 254,
|
721
|
+
"character": 5
|
722
|
+
},
|
723
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
724
|
+
"name": "throwForMissingArtifacts",
|
725
|
+
"type": {
|
726
|
+
"__schema": "KeywordTypeSchema",
|
727
|
+
"location": {
|
728
|
+
"filePath": "export.main.runtime.ts",
|
729
|
+
"line": 254,
|
730
|
+
"character": 32
|
731
|
+
},
|
732
|
+
"name": "boolean"
|
733
|
+
},
|
734
|
+
"isOptional": true
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"__schema": "VariableLikeSchema",
|
738
|
+
"location": {
|
739
|
+
"filePath": "export.main.runtime.ts",
|
740
|
+
"line": 255,
|
741
|
+
"character": 5
|
742
|
+
},
|
743
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
744
|
+
"name": "isOnMain",
|
745
|
+
"type": {
|
746
|
+
"__schema": "KeywordTypeSchema",
|
747
|
+
"location": {
|
748
|
+
"filePath": "export.main.runtime.ts",
|
749
|
+
"line": 255,
|
750
|
+
"character": 16
|
751
|
+
},
|
752
|
+
"name": "boolean"
|
753
|
+
},
|
754
|
+
"isOptional": true
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"__schema": "VariableLikeSchema",
|
758
|
+
"location": {
|
759
|
+
"filePath": "export.main.runtime.ts",
|
760
|
+
"line": 256,
|
761
|
+
"character": 5
|
762
|
+
},
|
763
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
764
|
+
"name": "exportHeadsOnly",
|
765
|
+
"type": {
|
766
|
+
"__schema": "KeywordTypeSchema",
|
767
|
+
"location": {
|
768
|
+
"filePath": "export.main.runtime.ts",
|
769
|
+
"line": 256,
|
770
|
+
"character": 23
|
771
|
+
},
|
772
|
+
"name": "boolean"
|
773
|
+
},
|
774
|
+
"isOptional": true
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"__schema": "VariableLikeSchema",
|
778
|
+
"location": {
|
779
|
+
"filePath": "export.main.runtime.ts",
|
780
|
+
"line": 257,
|
781
|
+
"character": 5
|
782
|
+
},
|
783
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
784
|
+
"name": "filterOutExistingVersions",
|
785
|
+
"type": {
|
786
|
+
"__schema": "KeywordTypeSchema",
|
787
|
+
"location": {
|
788
|
+
"filePath": "export.main.runtime.ts",
|
789
|
+
"line": 257,
|
790
|
+
"character": 33
|
791
|
+
},
|
792
|
+
"name": "boolean"
|
793
|
+
},
|
794
|
+
"isOptional": true
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"__schema": "VariableLikeSchema",
|
798
|
+
"location": {
|
799
|
+
"filePath": "export.main.runtime.ts",
|
800
|
+
"line": 258,
|
801
|
+
"character": 5
|
802
|
+
},
|
803
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
804
|
+
"name": "exportOrigin",
|
805
|
+
"type": {
|
806
|
+
"__schema": "TypeRefSchema",
|
807
|
+
"location": {
|
808
|
+
"filePath": "export.main.runtime.ts",
|
809
|
+
"line": 258,
|
810
|
+
"character": 20
|
811
|
+
},
|
812
|
+
"name": "ExportOrigin",
|
813
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
814
|
+
},
|
815
|
+
"isOptional": true
|
816
|
+
}
|
817
|
+
],
|
818
|
+
"isSpread": false
|
819
|
+
}
|
820
|
+
],
|
821
|
+
"returnType": {
|
822
|
+
"__schema": "TypeRefSchema",
|
823
|
+
"location": {
|
824
|
+
"filePath": "export.main.runtime.ts",
|
825
|
+
"line": 259,
|
826
|
+
"character": 7
|
827
|
+
},
|
828
|
+
"name": "Promise",
|
829
|
+
"typeArgs": [
|
830
|
+
{
|
831
|
+
"__schema": "TypeLiteralSchema",
|
832
|
+
"location": {
|
833
|
+
"filePath": "export.main.runtime.ts",
|
834
|
+
"line": 259,
|
835
|
+
"character": 15
|
836
|
+
},
|
837
|
+
"members": [
|
838
|
+
{
|
839
|
+
"__schema": "VariableLikeSchema",
|
840
|
+
"location": {
|
841
|
+
"filePath": "export.main.runtime.ts",
|
842
|
+
"line": 260,
|
843
|
+
"character": 5
|
844
|
+
},
|
845
|
+
"signature": "(property) exported: ComponentIdList",
|
846
|
+
"name": "exported",
|
847
|
+
"type": {
|
848
|
+
"__schema": "TypeRefSchema",
|
849
|
+
"location": {
|
850
|
+
"filePath": "export.main.runtime.ts",
|
851
|
+
"line": 260,
|
852
|
+
"character": 5
|
853
|
+
},
|
854
|
+
"name": "ComponentIdList",
|
855
|
+
"componentId": {
|
856
|
+
"scope": "teambit.component",
|
857
|
+
"name": "component-id",
|
858
|
+
"version": "1.2.0"
|
859
|
+
}
|
860
|
+
},
|
861
|
+
"isOptional": false
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"__schema": "VariableLikeSchema",
|
865
|
+
"location": {
|
866
|
+
"filePath": "export.main.runtime.ts",
|
867
|
+
"line": 261,
|
868
|
+
"character": 5
|
869
|
+
},
|
870
|
+
"signature": "(property) updatedLocally: ComponentIdList",
|
871
|
+
"name": "updatedLocally",
|
872
|
+
"type": {
|
873
|
+
"__schema": "TypeRefSchema",
|
874
|
+
"location": {
|
875
|
+
"filePath": "export.main.runtime.ts",
|
876
|
+
"line": 261,
|
877
|
+
"character": 5
|
878
|
+
},
|
879
|
+
"name": "ComponentIdList",
|
880
|
+
"componentId": {
|
881
|
+
"scope": "teambit.component",
|
882
|
+
"name": "component-id",
|
883
|
+
"version": "1.2.0"
|
884
|
+
}
|
885
|
+
},
|
886
|
+
"isOptional": false
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"__schema": "VariableLikeSchema",
|
890
|
+
"location": {
|
891
|
+
"filePath": "export.main.runtime.ts",
|
892
|
+
"line": 262,
|
893
|
+
"character": 5
|
894
|
+
},
|
895
|
+
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
896
|
+
"name": "newIdsOnRemote",
|
897
|
+
"type": {
|
898
|
+
"__schema": "TypeArraySchema",
|
899
|
+
"location": {
|
900
|
+
"filePath": "export.main.runtime.ts",
|
901
|
+
"line": 262,
|
902
|
+
"character": 21
|
903
|
+
},
|
904
|
+
"type": {
|
905
|
+
"__schema": "TypeRefSchema",
|
906
|
+
"location": {
|
907
|
+
"filePath": "export.main.runtime.ts",
|
908
|
+
"line": 262,
|
909
|
+
"character": 21
|
910
|
+
},
|
911
|
+
"name": "ComponentID",
|
912
|
+
"componentId": {
|
913
|
+
"scope": "teambit.component",
|
914
|
+
"name": "component-id",
|
915
|
+
"version": "1.2.0"
|
916
|
+
}
|
917
|
+
}
|
918
|
+
},
|
919
|
+
"isOptional": false
|
920
|
+
},
|
921
|
+
{
|
922
|
+
"__schema": "VariableLikeSchema",
|
923
|
+
"location": {
|
924
|
+
"filePath": "export.main.runtime.ts",
|
925
|
+
"line": 263,
|
926
|
+
"character": 5
|
927
|
+
},
|
928
|
+
"signature": "(property) rippleJobs: string[]",
|
929
|
+
"name": "rippleJobs",
|
930
|
+
"type": {
|
931
|
+
"__schema": "TypeArraySchema",
|
932
|
+
"location": {
|
933
|
+
"filePath": "export.main.runtime.ts",
|
934
|
+
"line": 263,
|
935
|
+
"character": 17
|
936
|
+
},
|
937
|
+
"type": {
|
938
|
+
"__schema": "KeywordTypeSchema",
|
939
|
+
"location": {
|
940
|
+
"filePath": "export.main.runtime.ts",
|
941
|
+
"line": 263,
|
942
|
+
"character": 17
|
943
|
+
},
|
944
|
+
"name": "string"
|
945
|
+
}
|
946
|
+
},
|
947
|
+
"isOptional": false
|
948
|
+
}
|
949
|
+
]
|
950
|
+
}
|
951
|
+
]
|
952
|
+
},
|
953
|
+
"modifiers": [
|
954
|
+
"async"
|
955
|
+
]
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"__schema": "VariableLikeSchema",
|
959
|
+
"location": {
|
960
|
+
"filePath": "export.main.runtime.ts",
|
961
|
+
"line": 859,
|
962
|
+
"character": 3
|
963
|
+
},
|
964
|
+
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
965
|
+
"name": "runtime",
|
966
|
+
"type": {
|
967
|
+
"__schema": "InferenceTypeSchema",
|
968
|
+
"location": {
|
969
|
+
"filePath": "export.main.runtime.ts",
|
970
|
+
"line": 859,
|
971
|
+
"character": 3
|
972
|
+
},
|
973
|
+
"type": "RuntimeDefinition"
|
974
|
+
},
|
975
|
+
"isOptional": true,
|
976
|
+
"defaultValue": "MainRuntime"
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"__schema": "VariableLikeSchema",
|
980
|
+
"location": {
|
981
|
+
"filePath": "export.main.runtime.ts",
|
982
|
+
"line": 860,
|
983
|
+
"character": 3
|
984
|
+
},
|
985
|
+
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
986
|
+
"name": "dependencies",
|
987
|
+
"type": {
|
988
|
+
"__schema": "InferenceTypeSchema",
|
989
|
+
"location": {
|
990
|
+
"filePath": "export.main.runtime.ts",
|
991
|
+
"line": 860,
|
992
|
+
"character": 3
|
993
|
+
},
|
994
|
+
"type": "Aspect[]"
|
995
|
+
},
|
996
|
+
"isOptional": true,
|
997
|
+
"defaultValue": "[\n CLIAspect,\n ScopeAspect,\n WorkspaceAspect,\n RemoveAspect,\n DependencyResolverAspect,\n LoggerAspect,\n EjectAspect,\n ]"
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
"__schema": "FunctionLikeSchema",
|
1001
|
+
"location": {
|
1002
|
+
"filePath": "export.main.runtime.ts",
|
1003
|
+
"line": 869,
|
1004
|
+
"character": 3
|
1005
|
+
},
|
1006
|
+
"signature": "(method) ExportMain.provider([cli, scope, workspace, remove, depResolver, loggerMain, eject]: [\n CLIMain,\n ScopeMain,\n Workspace,\n RemoveMain,\n DependencyResolverMain,\n LoggerMain,\n EjectMain\n]): Promise<ExportMain>",
|
1007
|
+
"name": "provider",
|
1008
|
+
"params": [
|
1009
|
+
{
|
1010
|
+
"__schema": "ParameterSchema",
|
1011
|
+
"location": {
|
1012
|
+
"filePath": "export.main.runtime.ts",
|
1013
|
+
"line": 869,
|
1014
|
+
"character": 25
|
1015
|
+
},
|
1016
|
+
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
1017
|
+
"type": {
|
1018
|
+
"__schema": "TupleTypeSchema",
|
1019
|
+
"location": {
|
1020
|
+
"filePath": "export.main.runtime.ts",
|
1021
|
+
"line": 869,
|
1022
|
+
"character": 90
|
1023
|
+
},
|
1024
|
+
"elements": [
|
1025
|
+
{
|
1026
|
+
"__schema": "TypeRefSchema",
|
1027
|
+
"location": {
|
1028
|
+
"filePath": "export.main.runtime.ts",
|
1029
|
+
"line": 870,
|
1030
|
+
"character": 5
|
1031
|
+
},
|
1032
|
+
"name": "CLIMain",
|
1033
|
+
"componentId": {
|
1034
|
+
"scope": "teambit.harmony",
|
1035
|
+
"name": "cli"
|
1036
|
+
}
|
1037
|
+
},
|
1038
|
+
{
|
1039
|
+
"__schema": "TypeRefSchema",
|
1040
|
+
"location": {
|
1041
|
+
"filePath": "export.main.runtime.ts",
|
1042
|
+
"line": 871,
|
1043
|
+
"character": 5
|
1044
|
+
},
|
1045
|
+
"name": "ScopeMain",
|
1046
|
+
"componentId": {
|
1047
|
+
"scope": "teambit.scope",
|
1048
|
+
"name": "scope"
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"__schema": "TypeRefSchema",
|
1053
|
+
"location": {
|
1054
|
+
"filePath": "export.main.runtime.ts",
|
1055
|
+
"line": 872,
|
1056
|
+
"character": 5
|
1057
|
+
},
|
1058
|
+
"name": "Workspace",
|
1059
|
+
"componentId": {
|
1060
|
+
"scope": "teambit.workspace",
|
1061
|
+
"name": "workspace"
|
1062
|
+
}
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"__schema": "TypeRefSchema",
|
1066
|
+
"location": {
|
1067
|
+
"filePath": "export.main.runtime.ts",
|
1068
|
+
"line": 873,
|
1069
|
+
"character": 5
|
1070
|
+
},
|
1071
|
+
"name": "RemoveMain",
|
1072
|
+
"componentId": {
|
1073
|
+
"scope": "teambit.component",
|
1074
|
+
"name": "remove"
|
1075
|
+
}
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
"__schema": "TypeRefSchema",
|
1079
|
+
"location": {
|
1080
|
+
"filePath": "export.main.runtime.ts",
|
1081
|
+
"line": 874,
|
1082
|
+
"character": 5
|
1083
|
+
},
|
1084
|
+
"name": "DependencyResolverMain",
|
1085
|
+
"componentId": {
|
1086
|
+
"scope": "teambit.dependencies",
|
1087
|
+
"name": "dependency-resolver"
|
1088
|
+
}
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"__schema": "TypeRefSchema",
|
1092
|
+
"location": {
|
1093
|
+
"filePath": "export.main.runtime.ts",
|
1094
|
+
"line": 875,
|
1095
|
+
"character": 5
|
1096
|
+
},
|
1097
|
+
"name": "LoggerMain",
|
1098
|
+
"componentId": {
|
1099
|
+
"scope": "teambit.harmony",
|
1100
|
+
"name": "logger"
|
1101
|
+
}
|
1102
|
+
},
|
1103
|
+
{
|
1104
|
+
"__schema": "TypeRefSchema",
|
1105
|
+
"location": {
|
1106
|
+
"filePath": "export.main.runtime.ts",
|
1107
|
+
"line": 876,
|
1108
|
+
"character": 5
|
1109
|
+
},
|
1110
|
+
"name": "EjectMain",
|
1111
|
+
"componentId": {
|
1112
|
+
"scope": "teambit.workspace",
|
1113
|
+
"name": "eject"
|
1114
|
+
}
|
1115
|
+
}
|
1116
|
+
]
|
1117
|
+
},
|
1118
|
+
"isOptional": false,
|
1119
|
+
"isSpread": false
|
1120
|
+
}
|
1121
|
+
],
|
1122
|
+
"returnType": {
|
1123
|
+
"__schema": "InferenceTypeSchema",
|
1124
|
+
"location": {
|
1125
|
+
"filePath": "export.main.runtime.ts",
|
1126
|
+
"line": 869,
|
1127
|
+
"character": 3
|
1128
|
+
},
|
1129
|
+
"type": "Promise<ExportMain>"
|
1130
|
+
},
|
1131
|
+
"modifiers": [
|
1132
|
+
"static",
|
1133
|
+
"async"
|
1134
|
+
]
|
1135
|
+
}
|
1136
|
+
],
|
1137
|
+
"extendsNodes": [],
|
1138
|
+
"implementNodes": []
|
32
1139
|
}
|
33
1140
|
},
|
34
1141
|
{
|
@@ -40,13 +1147,241 @@
|
|
40
1147
|
},
|
41
1148
|
"name": "ExportResult",
|
42
1149
|
"exportNode": {
|
43
|
-
"__schema": "
|
1150
|
+
"__schema": "InterfaceSchema",
|
44
1151
|
"location": {
|
45
|
-
"filePath": "
|
46
|
-
"line":
|
47
|
-
"character":
|
1152
|
+
"filePath": "export.main.runtime.ts",
|
1153
|
+
"line": 83,
|
1154
|
+
"character": 1
|
48
1155
|
},
|
49
|
-
"
|
1156
|
+
"signature": "interface ExportResult",
|
1157
|
+
"name": "ExportResult",
|
1158
|
+
"members": [
|
1159
|
+
{
|
1160
|
+
"__schema": "VariableLikeSchema",
|
1161
|
+
"location": {
|
1162
|
+
"filePath": "export.main.runtime.ts",
|
1163
|
+
"line": 84,
|
1164
|
+
"character": 3
|
1165
|
+
},
|
1166
|
+
"signature": "(property) ExportResult.nonExistOnBitMap: ComponentID[]",
|
1167
|
+
"name": "nonExistOnBitMap",
|
1168
|
+
"type": {
|
1169
|
+
"__schema": "TypeArraySchema",
|
1170
|
+
"location": {
|
1171
|
+
"filePath": "export.main.runtime.ts",
|
1172
|
+
"line": 84,
|
1173
|
+
"character": 21
|
1174
|
+
},
|
1175
|
+
"type": {
|
1176
|
+
"__schema": "TypeRefSchema",
|
1177
|
+
"location": {
|
1178
|
+
"filePath": "export.main.runtime.ts",
|
1179
|
+
"line": 84,
|
1180
|
+
"character": 21
|
1181
|
+
},
|
1182
|
+
"name": "ComponentID",
|
1183
|
+
"componentId": {
|
1184
|
+
"scope": "teambit.component",
|
1185
|
+
"name": "component-id",
|
1186
|
+
"version": "1.2.0"
|
1187
|
+
}
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
"isOptional": false
|
1191
|
+
},
|
1192
|
+
{
|
1193
|
+
"__schema": "VariableLikeSchema",
|
1194
|
+
"location": {
|
1195
|
+
"filePath": "export.main.runtime.ts",
|
1196
|
+
"line": 85,
|
1197
|
+
"character": 3
|
1198
|
+
},
|
1199
|
+
"signature": "(property) ExportResult.removedIds: ComponentIdList",
|
1200
|
+
"name": "removedIds",
|
1201
|
+
"type": {
|
1202
|
+
"__schema": "TypeRefSchema",
|
1203
|
+
"location": {
|
1204
|
+
"filePath": "export.main.runtime.ts",
|
1205
|
+
"line": 85,
|
1206
|
+
"character": 3
|
1207
|
+
},
|
1208
|
+
"name": "ComponentIdList",
|
1209
|
+
"componentId": {
|
1210
|
+
"scope": "teambit.component",
|
1211
|
+
"name": "component-id",
|
1212
|
+
"version": "1.2.0"
|
1213
|
+
}
|
1214
|
+
},
|
1215
|
+
"isOptional": false
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"__schema": "VariableLikeSchema",
|
1219
|
+
"location": {
|
1220
|
+
"filePath": "export.main.runtime.ts",
|
1221
|
+
"line": 86,
|
1222
|
+
"character": 3
|
1223
|
+
},
|
1224
|
+
"signature": "(property) ExportResult.missingScope: ComponentID[]",
|
1225
|
+
"name": "missingScope",
|
1226
|
+
"type": {
|
1227
|
+
"__schema": "TypeArraySchema",
|
1228
|
+
"location": {
|
1229
|
+
"filePath": "export.main.runtime.ts",
|
1230
|
+
"line": 86,
|
1231
|
+
"character": 17
|
1232
|
+
},
|
1233
|
+
"type": {
|
1234
|
+
"__schema": "TypeRefSchema",
|
1235
|
+
"location": {
|
1236
|
+
"filePath": "export.main.runtime.ts",
|
1237
|
+
"line": 86,
|
1238
|
+
"character": 17
|
1239
|
+
},
|
1240
|
+
"name": "ComponentID",
|
1241
|
+
"componentId": {
|
1242
|
+
"scope": "teambit.component",
|
1243
|
+
"name": "component-id",
|
1244
|
+
"version": "1.2.0"
|
1245
|
+
}
|
1246
|
+
}
|
1247
|
+
},
|
1248
|
+
"isOptional": false
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"__schema": "VariableLikeSchema",
|
1252
|
+
"location": {
|
1253
|
+
"filePath": "export.main.runtime.ts",
|
1254
|
+
"line": 87,
|
1255
|
+
"character": 3
|
1256
|
+
},
|
1257
|
+
"signature": "(property) ExportResult.componentsIds: ComponentID[]",
|
1258
|
+
"name": "componentsIds",
|
1259
|
+
"type": {
|
1260
|
+
"__schema": "TypeArraySchema",
|
1261
|
+
"location": {
|
1262
|
+
"filePath": "export.main.runtime.ts",
|
1263
|
+
"line": 87,
|
1264
|
+
"character": 18
|
1265
|
+
},
|
1266
|
+
"type": {
|
1267
|
+
"__schema": "TypeRefSchema",
|
1268
|
+
"location": {
|
1269
|
+
"filePath": "export.main.runtime.ts",
|
1270
|
+
"line": 87,
|
1271
|
+
"character": 18
|
1272
|
+
},
|
1273
|
+
"name": "ComponentID",
|
1274
|
+
"componentId": {
|
1275
|
+
"scope": "teambit.component",
|
1276
|
+
"name": "component-id",
|
1277
|
+
"version": "1.2.0"
|
1278
|
+
}
|
1279
|
+
}
|
1280
|
+
},
|
1281
|
+
"isOptional": false
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"__schema": "VariableLikeSchema",
|
1285
|
+
"location": {
|
1286
|
+
"filePath": "export.main.runtime.ts",
|
1287
|
+
"line": 88,
|
1288
|
+
"character": 3
|
1289
|
+
},
|
1290
|
+
"signature": "(property) ExportResult.exportedLanes: Lane[]",
|
1291
|
+
"name": "exportedLanes",
|
1292
|
+
"type": {
|
1293
|
+
"__schema": "TypeArraySchema",
|
1294
|
+
"location": {
|
1295
|
+
"filePath": "export.main.runtime.ts",
|
1296
|
+
"line": 88,
|
1297
|
+
"character": 18
|
1298
|
+
},
|
1299
|
+
"type": {
|
1300
|
+
"__schema": "TypeRefSchema",
|
1301
|
+
"location": {
|
1302
|
+
"filePath": "export.main.runtime.ts",
|
1303
|
+
"line": 88,
|
1304
|
+
"character": 18
|
1305
|
+
},
|
1306
|
+
"name": "Lane",
|
1307
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
1308
|
+
}
|
1309
|
+
},
|
1310
|
+
"isOptional": false
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"__schema": "VariableLikeSchema",
|
1314
|
+
"location": {
|
1315
|
+
"filePath": "export.main.runtime.ts",
|
1316
|
+
"line": 89,
|
1317
|
+
"character": 3
|
1318
|
+
},
|
1319
|
+
"signature": "(property) ExportResult.rippleJobs: string[]",
|
1320
|
+
"name": "rippleJobs",
|
1321
|
+
"type": {
|
1322
|
+
"__schema": "TypeArraySchema",
|
1323
|
+
"location": {
|
1324
|
+
"filePath": "export.main.runtime.ts",
|
1325
|
+
"line": 89,
|
1326
|
+
"character": 15
|
1327
|
+
},
|
1328
|
+
"type": {
|
1329
|
+
"__schema": "KeywordTypeSchema",
|
1330
|
+
"location": {
|
1331
|
+
"filePath": "export.main.runtime.ts",
|
1332
|
+
"line": 89,
|
1333
|
+
"character": 15
|
1334
|
+
},
|
1335
|
+
"name": "string"
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"isOptional": false
|
1339
|
+
},
|
1340
|
+
{
|
1341
|
+
"__schema": "VariableLikeSchema",
|
1342
|
+
"location": {
|
1343
|
+
"filePath": "export.main.runtime.ts",
|
1344
|
+
"line": 90,
|
1345
|
+
"character": 3
|
1346
|
+
},
|
1347
|
+
"signature": "(property) ExportResult.ejectResults: EjectResults | undefined",
|
1348
|
+
"name": "ejectResults",
|
1349
|
+
"type": {
|
1350
|
+
"__schema": "TypeUnionSchema",
|
1351
|
+
"location": {
|
1352
|
+
"filePath": "export.main.runtime.ts",
|
1353
|
+
"line": 90,
|
1354
|
+
"character": 17
|
1355
|
+
},
|
1356
|
+
"types": [
|
1357
|
+
{
|
1358
|
+
"__schema": "TypeRefSchema",
|
1359
|
+
"location": {
|
1360
|
+
"filePath": "export.main.runtime.ts",
|
1361
|
+
"line": 90,
|
1362
|
+
"character": 17
|
1363
|
+
},
|
1364
|
+
"name": "EjectResults",
|
1365
|
+
"componentId": {
|
1366
|
+
"scope": "teambit.workspace",
|
1367
|
+
"name": "eject"
|
1368
|
+
}
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"__schema": "KeywordTypeSchema",
|
1372
|
+
"location": {
|
1373
|
+
"filePath": "export.main.runtime.ts",
|
1374
|
+
"line": 90,
|
1375
|
+
"character": 32
|
1376
|
+
},
|
1377
|
+
"name": "undefined"
|
1378
|
+
}
|
1379
|
+
]
|
1380
|
+
},
|
1381
|
+
"isOptional": false
|
1382
|
+
}
|
1383
|
+
],
|
1384
|
+
"extendsNodes": []
|
50
1385
|
}
|
51
1386
|
},
|
52
1387
|
{
|
@@ -58,13 +1393,30 @@
|
|
58
1393
|
},
|
59
1394
|
"name": "ExportAspect",
|
60
1395
|
"exportNode": {
|
61
|
-
"__schema": "
|
1396
|
+
"__schema": "VariableLikeSchema",
|
62
1397
|
"location": {
|
63
|
-
"filePath": "
|
64
|
-
"line":
|
65
|
-
"character":
|
1398
|
+
"filePath": "export.aspect.ts",
|
1399
|
+
"line": 3,
|
1400
|
+
"character": 14
|
66
1401
|
},
|
67
|
-
"
|
1402
|
+
"signature": "const ExportAspect: Aspect",
|
1403
|
+
"name": "ExportAspect",
|
1404
|
+
"type": {
|
1405
|
+
"__schema": "TypeRefSchema",
|
1406
|
+
"location": {
|
1407
|
+
"filePath": "export.aspect.ts",
|
1408
|
+
"line": 3,
|
1409
|
+
"character": 14
|
1410
|
+
},
|
1411
|
+
"name": "Aspect",
|
1412
|
+
"componentId": {
|
1413
|
+
"scope": "teambit.harmony",
|
1414
|
+
"name": "harmony",
|
1415
|
+
"version": "0.4.6"
|
1416
|
+
}
|
1417
|
+
},
|
1418
|
+
"isOptional": false,
|
1419
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.scope/export',\n})"
|
68
1420
|
}
|
69
1421
|
},
|
70
1422
|
{
|
@@ -203,11 +1555,2415 @@
|
|
203
1555
|
],
|
204
1556
|
"internals": []
|
205
1557
|
},
|
206
|
-
"internals": [
|
1558
|
+
"internals": [
|
1559
|
+
{
|
1560
|
+
"__schema": "ModuleSchema",
|
1561
|
+
"location": {
|
1562
|
+
"filePath": "export.main.runtime.ts",
|
1563
|
+
"line": 1,
|
1564
|
+
"character": 1
|
1565
|
+
},
|
1566
|
+
"exports": [
|
1567
|
+
{
|
1568
|
+
"__schema": "TypeSchema",
|
1569
|
+
"location": {
|
1570
|
+
"filePath": "export.main.runtime.ts",
|
1571
|
+
"line": 56,
|
1572
|
+
"character": 1
|
1573
|
+
},
|
1574
|
+
"signature": "type OnExportIdTransformer = (id: ComponentID) => ComponentID",
|
1575
|
+
"name": "OnExportIdTransformer",
|
1576
|
+
"type": {
|
1577
|
+
"__schema": "FunctionLikeSchema",
|
1578
|
+
"location": {
|
1579
|
+
"filePath": "export.main.runtime.ts",
|
1580
|
+
"line": 56,
|
1581
|
+
"character": 37
|
1582
|
+
},
|
1583
|
+
"signature": "(id: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID): \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID",
|
1584
|
+
"name": "",
|
1585
|
+
"params": [
|
1586
|
+
{
|
1587
|
+
"__schema": "ParameterSchema",
|
1588
|
+
"location": {
|
1589
|
+
"filePath": "export.main.runtime.ts",
|
1590
|
+
"line": 56,
|
1591
|
+
"character": 38
|
1592
|
+
},
|
1593
|
+
"name": "id",
|
1594
|
+
"type": {
|
1595
|
+
"__schema": "TypeRefSchema",
|
1596
|
+
"location": {
|
1597
|
+
"filePath": "export.main.runtime.ts",
|
1598
|
+
"line": 56,
|
1599
|
+
"character": 42
|
1600
|
+
},
|
1601
|
+
"name": "ComponentID",
|
1602
|
+
"componentId": {
|
1603
|
+
"scope": "teambit.component",
|
1604
|
+
"name": "component-id",
|
1605
|
+
"version": "1.2.0"
|
1606
|
+
}
|
1607
|
+
},
|
1608
|
+
"isOptional": false,
|
1609
|
+
"isSpread": false
|
1610
|
+
}
|
1611
|
+
],
|
1612
|
+
"returnType": {
|
1613
|
+
"__schema": "TypeRefSchema",
|
1614
|
+
"location": {
|
1615
|
+
"filePath": "export.main.runtime.ts",
|
1616
|
+
"line": 56,
|
1617
|
+
"character": 58
|
1618
|
+
},
|
1619
|
+
"name": "ComponentID",
|
1620
|
+
"componentId": {
|
1621
|
+
"scope": "teambit.component",
|
1622
|
+
"name": "component-id",
|
1623
|
+
"version": "1.2.0"
|
1624
|
+
}
|
1625
|
+
},
|
1626
|
+
"modifiers": []
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
"__schema": "InterfaceSchema",
|
1631
|
+
"location": {
|
1632
|
+
"filePath": "export.main.runtime.ts",
|
1633
|
+
"line": 83,
|
1634
|
+
"character": 1
|
1635
|
+
},
|
1636
|
+
"signature": "interface ExportResult",
|
1637
|
+
"name": "ExportResult",
|
1638
|
+
"members": [
|
1639
|
+
{
|
1640
|
+
"__schema": "VariableLikeSchema",
|
1641
|
+
"location": {
|
1642
|
+
"filePath": "export.main.runtime.ts",
|
1643
|
+
"line": 84,
|
1644
|
+
"character": 3
|
1645
|
+
},
|
1646
|
+
"signature": "(property) ExportResult.nonExistOnBitMap: ComponentID[]",
|
1647
|
+
"name": "nonExistOnBitMap",
|
1648
|
+
"type": {
|
1649
|
+
"__schema": "TypeArraySchema",
|
1650
|
+
"location": {
|
1651
|
+
"filePath": "export.main.runtime.ts",
|
1652
|
+
"line": 84,
|
1653
|
+
"character": 21
|
1654
|
+
},
|
1655
|
+
"type": {
|
1656
|
+
"__schema": "TypeRefSchema",
|
1657
|
+
"location": {
|
1658
|
+
"filePath": "export.main.runtime.ts",
|
1659
|
+
"line": 84,
|
1660
|
+
"character": 21
|
1661
|
+
},
|
1662
|
+
"name": "ComponentID",
|
1663
|
+
"componentId": {
|
1664
|
+
"scope": "teambit.component",
|
1665
|
+
"name": "component-id",
|
1666
|
+
"version": "1.2.0"
|
1667
|
+
}
|
1668
|
+
}
|
1669
|
+
},
|
1670
|
+
"isOptional": false
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"__schema": "VariableLikeSchema",
|
1674
|
+
"location": {
|
1675
|
+
"filePath": "export.main.runtime.ts",
|
1676
|
+
"line": 85,
|
1677
|
+
"character": 3
|
1678
|
+
},
|
1679
|
+
"signature": "(property) ExportResult.removedIds: ComponentIdList",
|
1680
|
+
"name": "removedIds",
|
1681
|
+
"type": {
|
1682
|
+
"__schema": "TypeRefSchema",
|
1683
|
+
"location": {
|
1684
|
+
"filePath": "export.main.runtime.ts",
|
1685
|
+
"line": 85,
|
1686
|
+
"character": 3
|
1687
|
+
},
|
1688
|
+
"name": "ComponentIdList",
|
1689
|
+
"componentId": {
|
1690
|
+
"scope": "teambit.component",
|
1691
|
+
"name": "component-id",
|
1692
|
+
"version": "1.2.0"
|
1693
|
+
}
|
1694
|
+
},
|
1695
|
+
"isOptional": false
|
1696
|
+
},
|
1697
|
+
{
|
1698
|
+
"__schema": "VariableLikeSchema",
|
1699
|
+
"location": {
|
1700
|
+
"filePath": "export.main.runtime.ts",
|
1701
|
+
"line": 86,
|
1702
|
+
"character": 3
|
1703
|
+
},
|
1704
|
+
"signature": "(property) ExportResult.missingScope: ComponentID[]",
|
1705
|
+
"name": "missingScope",
|
1706
|
+
"type": {
|
1707
|
+
"__schema": "TypeArraySchema",
|
1708
|
+
"location": {
|
1709
|
+
"filePath": "export.main.runtime.ts",
|
1710
|
+
"line": 86,
|
1711
|
+
"character": 17
|
1712
|
+
},
|
1713
|
+
"type": {
|
1714
|
+
"__schema": "TypeRefSchema",
|
1715
|
+
"location": {
|
1716
|
+
"filePath": "export.main.runtime.ts",
|
1717
|
+
"line": 86,
|
1718
|
+
"character": 17
|
1719
|
+
},
|
1720
|
+
"name": "ComponentID",
|
1721
|
+
"componentId": {
|
1722
|
+
"scope": "teambit.component",
|
1723
|
+
"name": "component-id",
|
1724
|
+
"version": "1.2.0"
|
1725
|
+
}
|
1726
|
+
}
|
1727
|
+
},
|
1728
|
+
"isOptional": false
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"__schema": "VariableLikeSchema",
|
1732
|
+
"location": {
|
1733
|
+
"filePath": "export.main.runtime.ts",
|
1734
|
+
"line": 87,
|
1735
|
+
"character": 3
|
1736
|
+
},
|
1737
|
+
"signature": "(property) ExportResult.componentsIds: ComponentID[]",
|
1738
|
+
"name": "componentsIds",
|
1739
|
+
"type": {
|
1740
|
+
"__schema": "TypeArraySchema",
|
1741
|
+
"location": {
|
1742
|
+
"filePath": "export.main.runtime.ts",
|
1743
|
+
"line": 87,
|
1744
|
+
"character": 18
|
1745
|
+
},
|
1746
|
+
"type": {
|
1747
|
+
"__schema": "TypeRefSchema",
|
1748
|
+
"location": {
|
1749
|
+
"filePath": "export.main.runtime.ts",
|
1750
|
+
"line": 87,
|
1751
|
+
"character": 18
|
1752
|
+
},
|
1753
|
+
"name": "ComponentID",
|
1754
|
+
"componentId": {
|
1755
|
+
"scope": "teambit.component",
|
1756
|
+
"name": "component-id",
|
1757
|
+
"version": "1.2.0"
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
},
|
1761
|
+
"isOptional": false
|
1762
|
+
},
|
1763
|
+
{
|
1764
|
+
"__schema": "VariableLikeSchema",
|
1765
|
+
"location": {
|
1766
|
+
"filePath": "export.main.runtime.ts",
|
1767
|
+
"line": 88,
|
1768
|
+
"character": 3
|
1769
|
+
},
|
1770
|
+
"signature": "(property) ExportResult.exportedLanes: Lane[]",
|
1771
|
+
"name": "exportedLanes",
|
1772
|
+
"type": {
|
1773
|
+
"__schema": "TypeArraySchema",
|
1774
|
+
"location": {
|
1775
|
+
"filePath": "export.main.runtime.ts",
|
1776
|
+
"line": 88,
|
1777
|
+
"character": 18
|
1778
|
+
},
|
1779
|
+
"type": {
|
1780
|
+
"__schema": "TypeRefSchema",
|
1781
|
+
"location": {
|
1782
|
+
"filePath": "export.main.runtime.ts",
|
1783
|
+
"line": 88,
|
1784
|
+
"character": 18
|
1785
|
+
},
|
1786
|
+
"name": "Lane",
|
1787
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
1788
|
+
}
|
1789
|
+
},
|
1790
|
+
"isOptional": false
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"__schema": "VariableLikeSchema",
|
1794
|
+
"location": {
|
1795
|
+
"filePath": "export.main.runtime.ts",
|
1796
|
+
"line": 89,
|
1797
|
+
"character": 3
|
1798
|
+
},
|
1799
|
+
"signature": "(property) ExportResult.rippleJobs: string[]",
|
1800
|
+
"name": "rippleJobs",
|
1801
|
+
"type": {
|
1802
|
+
"__schema": "TypeArraySchema",
|
1803
|
+
"location": {
|
1804
|
+
"filePath": "export.main.runtime.ts",
|
1805
|
+
"line": 89,
|
1806
|
+
"character": 15
|
1807
|
+
},
|
1808
|
+
"type": {
|
1809
|
+
"__schema": "KeywordTypeSchema",
|
1810
|
+
"location": {
|
1811
|
+
"filePath": "export.main.runtime.ts",
|
1812
|
+
"line": 89,
|
1813
|
+
"character": 15
|
1814
|
+
},
|
1815
|
+
"name": "string"
|
1816
|
+
}
|
1817
|
+
},
|
1818
|
+
"isOptional": false
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"__schema": "VariableLikeSchema",
|
1822
|
+
"location": {
|
1823
|
+
"filePath": "export.main.runtime.ts",
|
1824
|
+
"line": 90,
|
1825
|
+
"character": 3
|
1826
|
+
},
|
1827
|
+
"signature": "(property) ExportResult.ejectResults: EjectResults | undefined",
|
1828
|
+
"name": "ejectResults",
|
1829
|
+
"type": {
|
1830
|
+
"__schema": "TypeUnionSchema",
|
1831
|
+
"location": {
|
1832
|
+
"filePath": "export.main.runtime.ts",
|
1833
|
+
"line": 90,
|
1834
|
+
"character": 17
|
1835
|
+
},
|
1836
|
+
"types": [
|
1837
|
+
{
|
1838
|
+
"__schema": "TypeRefSchema",
|
1839
|
+
"location": {
|
1840
|
+
"filePath": "export.main.runtime.ts",
|
1841
|
+
"line": 90,
|
1842
|
+
"character": 17
|
1843
|
+
},
|
1844
|
+
"name": "EjectResults",
|
1845
|
+
"componentId": {
|
1846
|
+
"scope": "teambit.workspace",
|
1847
|
+
"name": "eject"
|
1848
|
+
}
|
1849
|
+
},
|
1850
|
+
{
|
1851
|
+
"__schema": "KeywordTypeSchema",
|
1852
|
+
"location": {
|
1853
|
+
"filePath": "export.main.runtime.ts",
|
1854
|
+
"line": 90,
|
1855
|
+
"character": 32
|
1856
|
+
},
|
1857
|
+
"name": "undefined"
|
1858
|
+
}
|
1859
|
+
]
|
1860
|
+
},
|
1861
|
+
"isOptional": false
|
1862
|
+
}
|
1863
|
+
],
|
1864
|
+
"extendsNodes": []
|
1865
|
+
},
|
1866
|
+
{
|
1867
|
+
"__schema": "ClassSchema",
|
1868
|
+
"location": {
|
1869
|
+
"filePath": "export.main.runtime.ts",
|
1870
|
+
"line": 93,
|
1871
|
+
"character": 1
|
1872
|
+
},
|
1873
|
+
"signature": "class ExportMain",
|
1874
|
+
"name": "ExportMain",
|
1875
|
+
"members": [
|
1876
|
+
{
|
1877
|
+
"__schema": "ConstructorSchema",
|
1878
|
+
"location": {
|
1879
|
+
"filePath": "export.main.runtime.ts",
|
1880
|
+
"line": 94,
|
1881
|
+
"character": 3
|
1882
|
+
},
|
1883
|
+
"signature": "constructor ExportMain(workspace: Workspace, remove: RemoveMain, depResolver: DependencyResolverMain, logger: Logger, eject: EjectMain): ExportMain",
|
1884
|
+
"name": "constructor",
|
1885
|
+
"params": [
|
1886
|
+
{
|
1887
|
+
"__schema": "ParameterSchema",
|
1888
|
+
"location": {
|
1889
|
+
"filePath": "export.main.runtime.ts",
|
1890
|
+
"line": 95,
|
1891
|
+
"character": 5
|
1892
|
+
},
|
1893
|
+
"name": "workspace",
|
1894
|
+
"type": {
|
1895
|
+
"__schema": "TypeRefSchema",
|
1896
|
+
"location": {
|
1897
|
+
"filePath": "export.main.runtime.ts",
|
1898
|
+
"line": 95,
|
1899
|
+
"character": 24
|
1900
|
+
},
|
1901
|
+
"name": "Workspace",
|
1902
|
+
"componentId": {
|
1903
|
+
"scope": "teambit.workspace",
|
1904
|
+
"name": "workspace"
|
1905
|
+
}
|
1906
|
+
},
|
1907
|
+
"isOptional": false,
|
1908
|
+
"isSpread": false
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
"__schema": "ParameterSchema",
|
1912
|
+
"location": {
|
1913
|
+
"filePath": "export.main.runtime.ts",
|
1914
|
+
"line": 96,
|
1915
|
+
"character": 5
|
1916
|
+
},
|
1917
|
+
"name": "remove",
|
1918
|
+
"type": {
|
1919
|
+
"__schema": "TypeRefSchema",
|
1920
|
+
"location": {
|
1921
|
+
"filePath": "export.main.runtime.ts",
|
1922
|
+
"line": 96,
|
1923
|
+
"character": 21
|
1924
|
+
},
|
1925
|
+
"name": "RemoveMain",
|
1926
|
+
"componentId": {
|
1927
|
+
"scope": "teambit.component",
|
1928
|
+
"name": "remove"
|
1929
|
+
}
|
1930
|
+
},
|
1931
|
+
"isOptional": false,
|
1932
|
+
"isSpread": false
|
1933
|
+
},
|
1934
|
+
{
|
1935
|
+
"__schema": "ParameterSchema",
|
1936
|
+
"location": {
|
1937
|
+
"filePath": "export.main.runtime.ts",
|
1938
|
+
"line": 97,
|
1939
|
+
"character": 5
|
1940
|
+
},
|
1941
|
+
"name": "depResolver",
|
1942
|
+
"type": {
|
1943
|
+
"__schema": "TypeRefSchema",
|
1944
|
+
"location": {
|
1945
|
+
"filePath": "export.main.runtime.ts",
|
1946
|
+
"line": 97,
|
1947
|
+
"character": 26
|
1948
|
+
},
|
1949
|
+
"name": "DependencyResolverMain",
|
1950
|
+
"componentId": {
|
1951
|
+
"scope": "teambit.dependencies",
|
1952
|
+
"name": "dependency-resolver"
|
1953
|
+
}
|
1954
|
+
},
|
1955
|
+
"isOptional": false,
|
1956
|
+
"isSpread": false
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"__schema": "ParameterSchema",
|
1960
|
+
"location": {
|
1961
|
+
"filePath": "export.main.runtime.ts",
|
1962
|
+
"line": 98,
|
1963
|
+
"character": 5
|
1964
|
+
},
|
1965
|
+
"name": "logger",
|
1966
|
+
"type": {
|
1967
|
+
"__schema": "TypeRefSchema",
|
1968
|
+
"location": {
|
1969
|
+
"filePath": "export.main.runtime.ts",
|
1970
|
+
"line": 98,
|
1971
|
+
"character": 21
|
1972
|
+
},
|
1973
|
+
"name": "Logger",
|
1974
|
+
"componentId": {
|
1975
|
+
"scope": "teambit.harmony",
|
1976
|
+
"name": "logger"
|
1977
|
+
}
|
1978
|
+
},
|
1979
|
+
"isOptional": false,
|
1980
|
+
"isSpread": false
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"__schema": "ParameterSchema",
|
1984
|
+
"location": {
|
1985
|
+
"filePath": "export.main.runtime.ts",
|
1986
|
+
"line": 99,
|
1987
|
+
"character": 5
|
1988
|
+
},
|
1989
|
+
"name": "eject",
|
1990
|
+
"type": {
|
1991
|
+
"__schema": "TypeRefSchema",
|
1992
|
+
"location": {
|
1993
|
+
"filePath": "export.main.runtime.ts",
|
1994
|
+
"line": 99,
|
1995
|
+
"character": 20
|
1996
|
+
},
|
1997
|
+
"name": "EjectMain",
|
1998
|
+
"componentId": {
|
1999
|
+
"scope": "teambit.workspace",
|
2000
|
+
"name": "eject"
|
2001
|
+
}
|
2002
|
+
},
|
2003
|
+
"isOptional": false,
|
2004
|
+
"isSpread": false
|
2005
|
+
}
|
2006
|
+
],
|
2007
|
+
"returnType": {
|
2008
|
+
"__schema": "ThisTypeSchema",
|
2009
|
+
"location": {
|
2010
|
+
"filePath": "export.main.runtime.ts",
|
2011
|
+
"line": 93,
|
2012
|
+
"character": 1
|
2013
|
+
},
|
2014
|
+
"name": "ExportMain"
|
2015
|
+
},
|
2016
|
+
"modifiers": []
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
"__schema": "FunctionLikeSchema",
|
2020
|
+
"location": {
|
2021
|
+
"filePath": "export.main.runtime.ts",
|
2022
|
+
"line": 102,
|
2023
|
+
"character": 3
|
2024
|
+
},
|
2025
|
+
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
2026
|
+
"name": "export",
|
2027
|
+
"params": [
|
2028
|
+
{
|
2029
|
+
"__schema": "ParameterSchema",
|
2030
|
+
"location": {
|
2031
|
+
"filePath": "export.main.runtime.ts",
|
2032
|
+
"line": 102,
|
2033
|
+
"character": 16
|
2034
|
+
},
|
2035
|
+
"name": "params",
|
2036
|
+
"type": {
|
2037
|
+
"__schema": "TypeRefSchema",
|
2038
|
+
"location": {
|
2039
|
+
"filePath": "export.main.runtime.ts",
|
2040
|
+
"line": 102,
|
2041
|
+
"character": 24
|
2042
|
+
},
|
2043
|
+
"name": "ExportParams",
|
2044
|
+
"internalFilePath": "export.main.runtime.ts"
|
2045
|
+
},
|
2046
|
+
"isOptional": true,
|
2047
|
+
"defaultValue": "{}",
|
2048
|
+
"isSpread": false
|
2049
|
+
}
|
2050
|
+
],
|
2051
|
+
"returnType": {
|
2052
|
+
"__schema": "TypeRefSchema",
|
2053
|
+
"location": {
|
2054
|
+
"filePath": "export.main.runtime.ts",
|
2055
|
+
"line": 102,
|
2056
|
+
"character": 44
|
2057
|
+
},
|
2058
|
+
"name": "Promise",
|
2059
|
+
"typeArgs": [
|
2060
|
+
{
|
2061
|
+
"__schema": "TypeRefSchema",
|
2062
|
+
"location": {
|
2063
|
+
"filePath": "export.main.runtime.ts",
|
2064
|
+
"line": 102,
|
2065
|
+
"character": 52
|
2066
|
+
},
|
2067
|
+
"name": "ExportResult"
|
2068
|
+
}
|
2069
|
+
]
|
2070
|
+
},
|
2071
|
+
"modifiers": [
|
2072
|
+
"async"
|
2073
|
+
]
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"__schema": "FunctionLikeSchema",
|
2077
|
+
"location": {
|
2078
|
+
"filePath": "export.main.runtime.ts",
|
2079
|
+
"line": 233,
|
2080
|
+
"character": 3
|
2081
|
+
},
|
2082
|
+
"doc": {
|
2083
|
+
"__schema": "DocSchema",
|
2084
|
+
"location": {
|
2085
|
+
"filePath": "export.main.runtime.ts",
|
2086
|
+
"line": 230,
|
2087
|
+
"character": 3
|
2088
|
+
},
|
2089
|
+
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
2090
|
+
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
2091
|
+
},
|
2092
|
+
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
2093
|
+
"name": "exportMany",
|
2094
|
+
"params": [
|
2095
|
+
{
|
2096
|
+
"__schema": "ParameterSchema",
|
2097
|
+
"location": {
|
2098
|
+
"filePath": "export.main.runtime.ts",
|
2099
|
+
"line": 233,
|
2100
|
+
"character": 20
|
2101
|
+
},
|
2102
|
+
"name": "{ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, filterOutExistingVersions, exportOrigin = 'export' }",
|
2103
|
+
"type": {
|
2104
|
+
"__schema": "TypeLiteralSchema",
|
2105
|
+
"location": {
|
2106
|
+
"filePath": "export.main.runtime.ts",
|
2107
|
+
"line": 246,
|
2108
|
+
"character": 6
|
2109
|
+
},
|
2110
|
+
"members": [
|
2111
|
+
{
|
2112
|
+
"__schema": "VariableLikeSchema",
|
2113
|
+
"location": {
|
2114
|
+
"filePath": "export.main.runtime.ts",
|
2115
|
+
"line": 247,
|
2116
|
+
"character": 5
|
2117
|
+
},
|
2118
|
+
"signature": "(property) scope: Scope",
|
2119
|
+
"name": "scope",
|
2120
|
+
"type": {
|
2121
|
+
"__schema": "TypeRefSchema",
|
2122
|
+
"location": {
|
2123
|
+
"filePath": "export.main.runtime.ts",
|
2124
|
+
"line": 247,
|
2125
|
+
"character": 5
|
2126
|
+
},
|
2127
|
+
"name": "Scope",
|
2128
|
+
"packageName": "@teambit/legacy/dist/scope"
|
2129
|
+
},
|
2130
|
+
"isOptional": false
|
2131
|
+
},
|
2132
|
+
{
|
2133
|
+
"__schema": "VariableLikeSchema",
|
2134
|
+
"location": {
|
2135
|
+
"filePath": "export.main.runtime.ts",
|
2136
|
+
"line": 248,
|
2137
|
+
"character": 5
|
2138
|
+
},
|
2139
|
+
"signature": "(property) ids: ComponentIdList",
|
2140
|
+
"name": "ids",
|
2141
|
+
"type": {
|
2142
|
+
"__schema": "TypeRefSchema",
|
2143
|
+
"location": {
|
2144
|
+
"filePath": "export.main.runtime.ts",
|
2145
|
+
"line": 248,
|
2146
|
+
"character": 5
|
2147
|
+
},
|
2148
|
+
"name": "ComponentIdList",
|
2149
|
+
"componentId": {
|
2150
|
+
"scope": "teambit.component",
|
2151
|
+
"name": "component-id",
|
2152
|
+
"version": "1.2.0"
|
2153
|
+
}
|
2154
|
+
},
|
2155
|
+
"isOptional": false
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
"__schema": "VariableLikeSchema",
|
2159
|
+
"location": {
|
2160
|
+
"filePath": "export.main.runtime.ts",
|
2161
|
+
"line": 249,
|
2162
|
+
"character": 5
|
2163
|
+
},
|
2164
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
2165
|
+
"name": "laneObject",
|
2166
|
+
"type": {
|
2167
|
+
"__schema": "TypeRefSchema",
|
2168
|
+
"location": {
|
2169
|
+
"filePath": "export.main.runtime.ts",
|
2170
|
+
"line": 249,
|
2171
|
+
"character": 18
|
2172
|
+
},
|
2173
|
+
"name": "Lane",
|
2174
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
2175
|
+
},
|
2176
|
+
"isOptional": true
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
"__schema": "VariableLikeSchema",
|
2180
|
+
"location": {
|
2181
|
+
"filePath": "export.main.runtime.ts",
|
2182
|
+
"line": 250,
|
2183
|
+
"character": 5
|
2184
|
+
},
|
2185
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
2186
|
+
"name": "allVersions",
|
2187
|
+
"type": {
|
2188
|
+
"__schema": "KeywordTypeSchema",
|
2189
|
+
"location": {
|
2190
|
+
"filePath": "export.main.runtime.ts",
|
2191
|
+
"line": 250,
|
2192
|
+
"character": 19
|
2193
|
+
},
|
2194
|
+
"name": "boolean"
|
2195
|
+
},
|
2196
|
+
"isOptional": true
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"__schema": "VariableLikeSchema",
|
2200
|
+
"location": {
|
2201
|
+
"filePath": "export.main.runtime.ts",
|
2202
|
+
"line": 251,
|
2203
|
+
"character": 5
|
2204
|
+
},
|
2205
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
2206
|
+
"name": "originDirectly",
|
2207
|
+
"type": {
|
2208
|
+
"__schema": "KeywordTypeSchema",
|
2209
|
+
"location": {
|
2210
|
+
"filePath": "export.main.runtime.ts",
|
2211
|
+
"line": 251,
|
2212
|
+
"character": 22
|
2213
|
+
},
|
2214
|
+
"name": "boolean"
|
2215
|
+
},
|
2216
|
+
"isOptional": true
|
2217
|
+
},
|
2218
|
+
{
|
2219
|
+
"__schema": "VariableLikeSchema",
|
2220
|
+
"location": {
|
2221
|
+
"filePath": "export.main.runtime.ts",
|
2222
|
+
"line": 252,
|
2223
|
+
"character": 5
|
2224
|
+
},
|
2225
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
2226
|
+
"name": "idsWithFutureScope",
|
2227
|
+
"type": {
|
2228
|
+
"__schema": "TypeRefSchema",
|
2229
|
+
"location": {
|
2230
|
+
"filePath": "export.main.runtime.ts",
|
2231
|
+
"line": 252,
|
2232
|
+
"character": 5
|
2233
|
+
},
|
2234
|
+
"name": "ComponentIdList",
|
2235
|
+
"componentId": {
|
2236
|
+
"scope": "teambit.component",
|
2237
|
+
"name": "component-id",
|
2238
|
+
"version": "1.2.0"
|
2239
|
+
}
|
2240
|
+
},
|
2241
|
+
"isOptional": false
|
2242
|
+
},
|
2243
|
+
{
|
2244
|
+
"__schema": "VariableLikeSchema",
|
2245
|
+
"location": {
|
2246
|
+
"filePath": "export.main.runtime.ts",
|
2247
|
+
"line": 253,
|
2248
|
+
"character": 5
|
2249
|
+
},
|
2250
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
2251
|
+
"name": "resumeExportId",
|
2252
|
+
"type": {
|
2253
|
+
"__schema": "TypeUnionSchema",
|
2254
|
+
"location": {
|
2255
|
+
"filePath": "export.main.runtime.ts",
|
2256
|
+
"line": 253,
|
2257
|
+
"character": 22
|
2258
|
+
},
|
2259
|
+
"types": [
|
2260
|
+
{
|
2261
|
+
"__schema": "KeywordTypeSchema",
|
2262
|
+
"location": {
|
2263
|
+
"filePath": "export.main.runtime.ts",
|
2264
|
+
"line": 253,
|
2265
|
+
"character": 22
|
2266
|
+
},
|
2267
|
+
"name": "string"
|
2268
|
+
},
|
2269
|
+
{
|
2270
|
+
"__schema": "KeywordTypeSchema",
|
2271
|
+
"location": {
|
2272
|
+
"filePath": "export.main.runtime.ts",
|
2273
|
+
"line": 253,
|
2274
|
+
"character": 31
|
2275
|
+
},
|
2276
|
+
"name": "undefined"
|
2277
|
+
}
|
2278
|
+
]
|
2279
|
+
},
|
2280
|
+
"isOptional": true
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"__schema": "VariableLikeSchema",
|
2284
|
+
"location": {
|
2285
|
+
"filePath": "export.main.runtime.ts",
|
2286
|
+
"line": 254,
|
2287
|
+
"character": 5
|
2288
|
+
},
|
2289
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
2290
|
+
"name": "throwForMissingArtifacts",
|
2291
|
+
"type": {
|
2292
|
+
"__schema": "KeywordTypeSchema",
|
2293
|
+
"location": {
|
2294
|
+
"filePath": "export.main.runtime.ts",
|
2295
|
+
"line": 254,
|
2296
|
+
"character": 32
|
2297
|
+
},
|
2298
|
+
"name": "boolean"
|
2299
|
+
},
|
2300
|
+
"isOptional": true
|
2301
|
+
},
|
2302
|
+
{
|
2303
|
+
"__schema": "VariableLikeSchema",
|
2304
|
+
"location": {
|
2305
|
+
"filePath": "export.main.runtime.ts",
|
2306
|
+
"line": 255,
|
2307
|
+
"character": 5
|
2308
|
+
},
|
2309
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
2310
|
+
"name": "isOnMain",
|
2311
|
+
"type": {
|
2312
|
+
"__schema": "KeywordTypeSchema",
|
2313
|
+
"location": {
|
2314
|
+
"filePath": "export.main.runtime.ts",
|
2315
|
+
"line": 255,
|
2316
|
+
"character": 16
|
2317
|
+
},
|
2318
|
+
"name": "boolean"
|
2319
|
+
},
|
2320
|
+
"isOptional": true
|
2321
|
+
},
|
2322
|
+
{
|
2323
|
+
"__schema": "VariableLikeSchema",
|
2324
|
+
"location": {
|
2325
|
+
"filePath": "export.main.runtime.ts",
|
2326
|
+
"line": 256,
|
2327
|
+
"character": 5
|
2328
|
+
},
|
2329
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
2330
|
+
"name": "exportHeadsOnly",
|
2331
|
+
"type": {
|
2332
|
+
"__schema": "KeywordTypeSchema",
|
2333
|
+
"location": {
|
2334
|
+
"filePath": "export.main.runtime.ts",
|
2335
|
+
"line": 256,
|
2336
|
+
"character": 23
|
2337
|
+
},
|
2338
|
+
"name": "boolean"
|
2339
|
+
},
|
2340
|
+
"isOptional": true
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"__schema": "VariableLikeSchema",
|
2344
|
+
"location": {
|
2345
|
+
"filePath": "export.main.runtime.ts",
|
2346
|
+
"line": 257,
|
2347
|
+
"character": 5
|
2348
|
+
},
|
2349
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
2350
|
+
"name": "filterOutExistingVersions",
|
2351
|
+
"type": {
|
2352
|
+
"__schema": "KeywordTypeSchema",
|
2353
|
+
"location": {
|
2354
|
+
"filePath": "export.main.runtime.ts",
|
2355
|
+
"line": 257,
|
2356
|
+
"character": 33
|
2357
|
+
},
|
2358
|
+
"name": "boolean"
|
2359
|
+
},
|
2360
|
+
"isOptional": true
|
2361
|
+
},
|
2362
|
+
{
|
2363
|
+
"__schema": "VariableLikeSchema",
|
2364
|
+
"location": {
|
2365
|
+
"filePath": "export.main.runtime.ts",
|
2366
|
+
"line": 258,
|
2367
|
+
"character": 5
|
2368
|
+
},
|
2369
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
2370
|
+
"name": "exportOrigin",
|
2371
|
+
"type": {
|
2372
|
+
"__schema": "TypeRefSchema",
|
2373
|
+
"location": {
|
2374
|
+
"filePath": "export.main.runtime.ts",
|
2375
|
+
"line": 258,
|
2376
|
+
"character": 20
|
2377
|
+
},
|
2378
|
+
"name": "ExportOrigin",
|
2379
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
2380
|
+
},
|
2381
|
+
"isOptional": true
|
2382
|
+
}
|
2383
|
+
]
|
2384
|
+
},
|
2385
|
+
"isOptional": false,
|
2386
|
+
"objectBindingNodes": [
|
2387
|
+
{
|
2388
|
+
"__schema": "VariableLikeSchema",
|
2389
|
+
"location": {
|
2390
|
+
"filePath": "export.main.runtime.ts",
|
2391
|
+
"line": 247,
|
2392
|
+
"character": 5
|
2393
|
+
},
|
2394
|
+
"signature": "(property) scope: Scope",
|
2395
|
+
"name": "scope",
|
2396
|
+
"type": {
|
2397
|
+
"__schema": "TypeRefSchema",
|
2398
|
+
"location": {
|
2399
|
+
"filePath": "export.main.runtime.ts",
|
2400
|
+
"line": 247,
|
2401
|
+
"character": 5
|
2402
|
+
},
|
2403
|
+
"name": "Scope",
|
2404
|
+
"packageName": "@teambit/legacy/dist/scope"
|
2405
|
+
},
|
2406
|
+
"isOptional": false
|
2407
|
+
},
|
2408
|
+
{
|
2409
|
+
"__schema": "VariableLikeSchema",
|
2410
|
+
"location": {
|
2411
|
+
"filePath": "export.main.runtime.ts",
|
2412
|
+
"line": 248,
|
2413
|
+
"character": 5
|
2414
|
+
},
|
2415
|
+
"signature": "(property) ids: ComponentIdList",
|
2416
|
+
"name": "ids",
|
2417
|
+
"type": {
|
2418
|
+
"__schema": "TypeRefSchema",
|
2419
|
+
"location": {
|
2420
|
+
"filePath": "export.main.runtime.ts",
|
2421
|
+
"line": 248,
|
2422
|
+
"character": 5
|
2423
|
+
},
|
2424
|
+
"name": "ComponentIdList",
|
2425
|
+
"componentId": {
|
2426
|
+
"scope": "teambit.component",
|
2427
|
+
"name": "component-id",
|
2428
|
+
"version": "1.2.0"
|
2429
|
+
}
|
2430
|
+
},
|
2431
|
+
"isOptional": false
|
2432
|
+
},
|
2433
|
+
{
|
2434
|
+
"__schema": "VariableLikeSchema",
|
2435
|
+
"location": {
|
2436
|
+
"filePath": "export.main.runtime.ts",
|
2437
|
+
"line": 249,
|
2438
|
+
"character": 5
|
2439
|
+
},
|
2440
|
+
"signature": "(property) laneObject?: Lane | undefined",
|
2441
|
+
"name": "laneObject",
|
2442
|
+
"type": {
|
2443
|
+
"__schema": "TypeRefSchema",
|
2444
|
+
"location": {
|
2445
|
+
"filePath": "export.main.runtime.ts",
|
2446
|
+
"line": 249,
|
2447
|
+
"character": 18
|
2448
|
+
},
|
2449
|
+
"name": "Lane",
|
2450
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
2451
|
+
},
|
2452
|
+
"isOptional": true
|
2453
|
+
},
|
2454
|
+
{
|
2455
|
+
"__schema": "VariableLikeSchema",
|
2456
|
+
"location": {
|
2457
|
+
"filePath": "export.main.runtime.ts",
|
2458
|
+
"line": 250,
|
2459
|
+
"character": 5
|
2460
|
+
},
|
2461
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
2462
|
+
"name": "allVersions",
|
2463
|
+
"type": {
|
2464
|
+
"__schema": "KeywordTypeSchema",
|
2465
|
+
"location": {
|
2466
|
+
"filePath": "export.main.runtime.ts",
|
2467
|
+
"line": 250,
|
2468
|
+
"character": 19
|
2469
|
+
},
|
2470
|
+
"name": "boolean"
|
2471
|
+
},
|
2472
|
+
"isOptional": true
|
2473
|
+
},
|
2474
|
+
{
|
2475
|
+
"__schema": "VariableLikeSchema",
|
2476
|
+
"location": {
|
2477
|
+
"filePath": "export.main.runtime.ts",
|
2478
|
+
"line": 251,
|
2479
|
+
"character": 5
|
2480
|
+
},
|
2481
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
2482
|
+
"name": "originDirectly",
|
2483
|
+
"type": {
|
2484
|
+
"__schema": "KeywordTypeSchema",
|
2485
|
+
"location": {
|
2486
|
+
"filePath": "export.main.runtime.ts",
|
2487
|
+
"line": 251,
|
2488
|
+
"character": 22
|
2489
|
+
},
|
2490
|
+
"name": "boolean"
|
2491
|
+
},
|
2492
|
+
"isOptional": true
|
2493
|
+
},
|
2494
|
+
{
|
2495
|
+
"__schema": "VariableLikeSchema",
|
2496
|
+
"location": {
|
2497
|
+
"filePath": "export.main.runtime.ts",
|
2498
|
+
"line": 252,
|
2499
|
+
"character": 5
|
2500
|
+
},
|
2501
|
+
"signature": "(property) idsWithFutureScope: ComponentIdList",
|
2502
|
+
"name": "idsWithFutureScope",
|
2503
|
+
"type": {
|
2504
|
+
"__schema": "TypeRefSchema",
|
2505
|
+
"location": {
|
2506
|
+
"filePath": "export.main.runtime.ts",
|
2507
|
+
"line": 252,
|
2508
|
+
"character": 5
|
2509
|
+
},
|
2510
|
+
"name": "ComponentIdList",
|
2511
|
+
"componentId": {
|
2512
|
+
"scope": "teambit.component",
|
2513
|
+
"name": "component-id",
|
2514
|
+
"version": "1.2.0"
|
2515
|
+
}
|
2516
|
+
},
|
2517
|
+
"isOptional": false
|
2518
|
+
},
|
2519
|
+
{
|
2520
|
+
"__schema": "VariableLikeSchema",
|
2521
|
+
"location": {
|
2522
|
+
"filePath": "export.main.runtime.ts",
|
2523
|
+
"line": 253,
|
2524
|
+
"character": 5
|
2525
|
+
},
|
2526
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
2527
|
+
"name": "resumeExportId",
|
2528
|
+
"type": {
|
2529
|
+
"__schema": "TypeUnionSchema",
|
2530
|
+
"location": {
|
2531
|
+
"filePath": "export.main.runtime.ts",
|
2532
|
+
"line": 253,
|
2533
|
+
"character": 22
|
2534
|
+
},
|
2535
|
+
"types": [
|
2536
|
+
{
|
2537
|
+
"__schema": "KeywordTypeSchema",
|
2538
|
+
"location": {
|
2539
|
+
"filePath": "export.main.runtime.ts",
|
2540
|
+
"line": 253,
|
2541
|
+
"character": 22
|
2542
|
+
},
|
2543
|
+
"name": "string"
|
2544
|
+
},
|
2545
|
+
{
|
2546
|
+
"__schema": "KeywordTypeSchema",
|
2547
|
+
"location": {
|
2548
|
+
"filePath": "export.main.runtime.ts",
|
2549
|
+
"line": 253,
|
2550
|
+
"character": 31
|
2551
|
+
},
|
2552
|
+
"name": "undefined"
|
2553
|
+
}
|
2554
|
+
]
|
2555
|
+
},
|
2556
|
+
"isOptional": true
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
"__schema": "VariableLikeSchema",
|
2560
|
+
"location": {
|
2561
|
+
"filePath": "export.main.runtime.ts",
|
2562
|
+
"line": 254,
|
2563
|
+
"character": 5
|
2564
|
+
},
|
2565
|
+
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
2566
|
+
"name": "throwForMissingArtifacts",
|
2567
|
+
"type": {
|
2568
|
+
"__schema": "KeywordTypeSchema",
|
2569
|
+
"location": {
|
2570
|
+
"filePath": "export.main.runtime.ts",
|
2571
|
+
"line": 254,
|
2572
|
+
"character": 32
|
2573
|
+
},
|
2574
|
+
"name": "boolean"
|
2575
|
+
},
|
2576
|
+
"isOptional": true
|
2577
|
+
},
|
2578
|
+
{
|
2579
|
+
"__schema": "VariableLikeSchema",
|
2580
|
+
"location": {
|
2581
|
+
"filePath": "export.main.runtime.ts",
|
2582
|
+
"line": 255,
|
2583
|
+
"character": 5
|
2584
|
+
},
|
2585
|
+
"signature": "(property) isOnMain?: boolean | undefined",
|
2586
|
+
"name": "isOnMain",
|
2587
|
+
"type": {
|
2588
|
+
"__schema": "KeywordTypeSchema",
|
2589
|
+
"location": {
|
2590
|
+
"filePath": "export.main.runtime.ts",
|
2591
|
+
"line": 255,
|
2592
|
+
"character": 16
|
2593
|
+
},
|
2594
|
+
"name": "boolean"
|
2595
|
+
},
|
2596
|
+
"isOptional": true
|
2597
|
+
},
|
2598
|
+
{
|
2599
|
+
"__schema": "VariableLikeSchema",
|
2600
|
+
"location": {
|
2601
|
+
"filePath": "export.main.runtime.ts",
|
2602
|
+
"line": 256,
|
2603
|
+
"character": 5
|
2604
|
+
},
|
2605
|
+
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
2606
|
+
"name": "exportHeadsOnly",
|
2607
|
+
"type": {
|
2608
|
+
"__schema": "KeywordTypeSchema",
|
2609
|
+
"location": {
|
2610
|
+
"filePath": "export.main.runtime.ts",
|
2611
|
+
"line": 256,
|
2612
|
+
"character": 23
|
2613
|
+
},
|
2614
|
+
"name": "boolean"
|
2615
|
+
},
|
2616
|
+
"isOptional": true
|
2617
|
+
},
|
2618
|
+
{
|
2619
|
+
"__schema": "VariableLikeSchema",
|
2620
|
+
"location": {
|
2621
|
+
"filePath": "export.main.runtime.ts",
|
2622
|
+
"line": 257,
|
2623
|
+
"character": 5
|
2624
|
+
},
|
2625
|
+
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
2626
|
+
"name": "filterOutExistingVersions",
|
2627
|
+
"type": {
|
2628
|
+
"__schema": "KeywordTypeSchema",
|
2629
|
+
"location": {
|
2630
|
+
"filePath": "export.main.runtime.ts",
|
2631
|
+
"line": 257,
|
2632
|
+
"character": 33
|
2633
|
+
},
|
2634
|
+
"name": "boolean"
|
2635
|
+
},
|
2636
|
+
"isOptional": true
|
2637
|
+
},
|
2638
|
+
{
|
2639
|
+
"__schema": "VariableLikeSchema",
|
2640
|
+
"location": {
|
2641
|
+
"filePath": "export.main.runtime.ts",
|
2642
|
+
"line": 258,
|
2643
|
+
"character": 5
|
2644
|
+
},
|
2645
|
+
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
2646
|
+
"name": "exportOrigin",
|
2647
|
+
"type": {
|
2648
|
+
"__schema": "TypeRefSchema",
|
2649
|
+
"location": {
|
2650
|
+
"filePath": "export.main.runtime.ts",
|
2651
|
+
"line": 258,
|
2652
|
+
"character": 20
|
2653
|
+
},
|
2654
|
+
"name": "ExportOrigin",
|
2655
|
+
"packageName": "@teambit/legacy/dist/scope/network/http/http"
|
2656
|
+
},
|
2657
|
+
"isOptional": true
|
2658
|
+
}
|
2659
|
+
],
|
2660
|
+
"isSpread": false
|
2661
|
+
}
|
2662
|
+
],
|
2663
|
+
"returnType": {
|
2664
|
+
"__schema": "TypeRefSchema",
|
2665
|
+
"location": {
|
2666
|
+
"filePath": "export.main.runtime.ts",
|
2667
|
+
"line": 259,
|
2668
|
+
"character": 7
|
2669
|
+
},
|
2670
|
+
"name": "Promise",
|
2671
|
+
"typeArgs": [
|
2672
|
+
{
|
2673
|
+
"__schema": "TypeLiteralSchema",
|
2674
|
+
"location": {
|
2675
|
+
"filePath": "export.main.runtime.ts",
|
2676
|
+
"line": 259,
|
2677
|
+
"character": 15
|
2678
|
+
},
|
2679
|
+
"members": [
|
2680
|
+
{
|
2681
|
+
"__schema": "VariableLikeSchema",
|
2682
|
+
"location": {
|
2683
|
+
"filePath": "export.main.runtime.ts",
|
2684
|
+
"line": 260,
|
2685
|
+
"character": 5
|
2686
|
+
},
|
2687
|
+
"signature": "(property) exported: ComponentIdList",
|
2688
|
+
"name": "exported",
|
2689
|
+
"type": {
|
2690
|
+
"__schema": "TypeRefSchema",
|
2691
|
+
"location": {
|
2692
|
+
"filePath": "export.main.runtime.ts",
|
2693
|
+
"line": 260,
|
2694
|
+
"character": 5
|
2695
|
+
},
|
2696
|
+
"name": "ComponentIdList",
|
2697
|
+
"componentId": {
|
2698
|
+
"scope": "teambit.component",
|
2699
|
+
"name": "component-id",
|
2700
|
+
"version": "1.2.0"
|
2701
|
+
}
|
2702
|
+
},
|
2703
|
+
"isOptional": false
|
2704
|
+
},
|
2705
|
+
{
|
2706
|
+
"__schema": "VariableLikeSchema",
|
2707
|
+
"location": {
|
2708
|
+
"filePath": "export.main.runtime.ts",
|
2709
|
+
"line": 261,
|
2710
|
+
"character": 5
|
2711
|
+
},
|
2712
|
+
"signature": "(property) updatedLocally: ComponentIdList",
|
2713
|
+
"name": "updatedLocally",
|
2714
|
+
"type": {
|
2715
|
+
"__schema": "TypeRefSchema",
|
2716
|
+
"location": {
|
2717
|
+
"filePath": "export.main.runtime.ts",
|
2718
|
+
"line": 261,
|
2719
|
+
"character": 5
|
2720
|
+
},
|
2721
|
+
"name": "ComponentIdList",
|
2722
|
+
"componentId": {
|
2723
|
+
"scope": "teambit.component",
|
2724
|
+
"name": "component-id",
|
2725
|
+
"version": "1.2.0"
|
2726
|
+
}
|
2727
|
+
},
|
2728
|
+
"isOptional": false
|
2729
|
+
},
|
2730
|
+
{
|
2731
|
+
"__schema": "VariableLikeSchema",
|
2732
|
+
"location": {
|
2733
|
+
"filePath": "export.main.runtime.ts",
|
2734
|
+
"line": 262,
|
2735
|
+
"character": 5
|
2736
|
+
},
|
2737
|
+
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
2738
|
+
"name": "newIdsOnRemote",
|
2739
|
+
"type": {
|
2740
|
+
"__schema": "TypeArraySchema",
|
2741
|
+
"location": {
|
2742
|
+
"filePath": "export.main.runtime.ts",
|
2743
|
+
"line": 262,
|
2744
|
+
"character": 21
|
2745
|
+
},
|
2746
|
+
"type": {
|
2747
|
+
"__schema": "TypeRefSchema",
|
2748
|
+
"location": {
|
2749
|
+
"filePath": "export.main.runtime.ts",
|
2750
|
+
"line": 262,
|
2751
|
+
"character": 21
|
2752
|
+
},
|
2753
|
+
"name": "ComponentID",
|
2754
|
+
"componentId": {
|
2755
|
+
"scope": "teambit.component",
|
2756
|
+
"name": "component-id",
|
2757
|
+
"version": "1.2.0"
|
2758
|
+
}
|
2759
|
+
}
|
2760
|
+
},
|
2761
|
+
"isOptional": false
|
2762
|
+
},
|
2763
|
+
{
|
2764
|
+
"__schema": "VariableLikeSchema",
|
2765
|
+
"location": {
|
2766
|
+
"filePath": "export.main.runtime.ts",
|
2767
|
+
"line": 263,
|
2768
|
+
"character": 5
|
2769
|
+
},
|
2770
|
+
"signature": "(property) rippleJobs: string[]",
|
2771
|
+
"name": "rippleJobs",
|
2772
|
+
"type": {
|
2773
|
+
"__schema": "TypeArraySchema",
|
2774
|
+
"location": {
|
2775
|
+
"filePath": "export.main.runtime.ts",
|
2776
|
+
"line": 263,
|
2777
|
+
"character": 17
|
2778
|
+
},
|
2779
|
+
"type": {
|
2780
|
+
"__schema": "KeywordTypeSchema",
|
2781
|
+
"location": {
|
2782
|
+
"filePath": "export.main.runtime.ts",
|
2783
|
+
"line": 263,
|
2784
|
+
"character": 17
|
2785
|
+
},
|
2786
|
+
"name": "string"
|
2787
|
+
}
|
2788
|
+
},
|
2789
|
+
"isOptional": false
|
2790
|
+
}
|
2791
|
+
]
|
2792
|
+
}
|
2793
|
+
]
|
2794
|
+
},
|
2795
|
+
"modifiers": [
|
2796
|
+
"async"
|
2797
|
+
]
|
2798
|
+
},
|
2799
|
+
{
|
2800
|
+
"__schema": "VariableLikeSchema",
|
2801
|
+
"location": {
|
2802
|
+
"filePath": "export.main.runtime.ts",
|
2803
|
+
"line": 859,
|
2804
|
+
"character": 3
|
2805
|
+
},
|
2806
|
+
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
2807
|
+
"name": "runtime",
|
2808
|
+
"type": {
|
2809
|
+
"__schema": "InferenceTypeSchema",
|
2810
|
+
"location": {
|
2811
|
+
"filePath": "export.main.runtime.ts",
|
2812
|
+
"line": 859,
|
2813
|
+
"character": 3
|
2814
|
+
},
|
2815
|
+
"type": "RuntimeDefinition"
|
2816
|
+
},
|
2817
|
+
"isOptional": true,
|
2818
|
+
"defaultValue": "MainRuntime"
|
2819
|
+
},
|
2820
|
+
{
|
2821
|
+
"__schema": "VariableLikeSchema",
|
2822
|
+
"location": {
|
2823
|
+
"filePath": "export.main.runtime.ts",
|
2824
|
+
"line": 860,
|
2825
|
+
"character": 3
|
2826
|
+
},
|
2827
|
+
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
2828
|
+
"name": "dependencies",
|
2829
|
+
"type": {
|
2830
|
+
"__schema": "InferenceTypeSchema",
|
2831
|
+
"location": {
|
2832
|
+
"filePath": "export.main.runtime.ts",
|
2833
|
+
"line": 860,
|
2834
|
+
"character": 3
|
2835
|
+
},
|
2836
|
+
"type": "Aspect[]"
|
2837
|
+
},
|
2838
|
+
"isOptional": true,
|
2839
|
+
"defaultValue": "[\n CLIAspect,\n ScopeAspect,\n WorkspaceAspect,\n RemoveAspect,\n DependencyResolverAspect,\n LoggerAspect,\n EjectAspect,\n ]"
|
2840
|
+
},
|
2841
|
+
{
|
2842
|
+
"__schema": "FunctionLikeSchema",
|
2843
|
+
"location": {
|
2844
|
+
"filePath": "export.main.runtime.ts",
|
2845
|
+
"line": 869,
|
2846
|
+
"character": 3
|
2847
|
+
},
|
2848
|
+
"signature": "(method) ExportMain.provider([cli, scope, workspace, remove, depResolver, loggerMain, eject]: [\n CLIMain,\n ScopeMain,\n Workspace,\n RemoveMain,\n DependencyResolverMain,\n LoggerMain,\n EjectMain\n]): Promise<ExportMain>",
|
2849
|
+
"name": "provider",
|
2850
|
+
"params": [
|
2851
|
+
{
|
2852
|
+
"__schema": "ParameterSchema",
|
2853
|
+
"location": {
|
2854
|
+
"filePath": "export.main.runtime.ts",
|
2855
|
+
"line": 869,
|
2856
|
+
"character": 25
|
2857
|
+
},
|
2858
|
+
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
2859
|
+
"type": {
|
2860
|
+
"__schema": "TupleTypeSchema",
|
2861
|
+
"location": {
|
2862
|
+
"filePath": "export.main.runtime.ts",
|
2863
|
+
"line": 869,
|
2864
|
+
"character": 90
|
2865
|
+
},
|
2866
|
+
"elements": [
|
2867
|
+
{
|
2868
|
+
"__schema": "TypeRefSchema",
|
2869
|
+
"location": {
|
2870
|
+
"filePath": "export.main.runtime.ts",
|
2871
|
+
"line": 870,
|
2872
|
+
"character": 5
|
2873
|
+
},
|
2874
|
+
"name": "CLIMain",
|
2875
|
+
"componentId": {
|
2876
|
+
"scope": "teambit.harmony",
|
2877
|
+
"name": "cli"
|
2878
|
+
}
|
2879
|
+
},
|
2880
|
+
{
|
2881
|
+
"__schema": "TypeRefSchema",
|
2882
|
+
"location": {
|
2883
|
+
"filePath": "export.main.runtime.ts",
|
2884
|
+
"line": 871,
|
2885
|
+
"character": 5
|
2886
|
+
},
|
2887
|
+
"name": "ScopeMain",
|
2888
|
+
"componentId": {
|
2889
|
+
"scope": "teambit.scope",
|
2890
|
+
"name": "scope"
|
2891
|
+
}
|
2892
|
+
},
|
2893
|
+
{
|
2894
|
+
"__schema": "TypeRefSchema",
|
2895
|
+
"location": {
|
2896
|
+
"filePath": "export.main.runtime.ts",
|
2897
|
+
"line": 872,
|
2898
|
+
"character": 5
|
2899
|
+
},
|
2900
|
+
"name": "Workspace",
|
2901
|
+
"componentId": {
|
2902
|
+
"scope": "teambit.workspace",
|
2903
|
+
"name": "workspace"
|
2904
|
+
}
|
2905
|
+
},
|
2906
|
+
{
|
2907
|
+
"__schema": "TypeRefSchema",
|
2908
|
+
"location": {
|
2909
|
+
"filePath": "export.main.runtime.ts",
|
2910
|
+
"line": 873,
|
2911
|
+
"character": 5
|
2912
|
+
},
|
2913
|
+
"name": "RemoveMain",
|
2914
|
+
"componentId": {
|
2915
|
+
"scope": "teambit.component",
|
2916
|
+
"name": "remove"
|
2917
|
+
}
|
2918
|
+
},
|
2919
|
+
{
|
2920
|
+
"__schema": "TypeRefSchema",
|
2921
|
+
"location": {
|
2922
|
+
"filePath": "export.main.runtime.ts",
|
2923
|
+
"line": 874,
|
2924
|
+
"character": 5
|
2925
|
+
},
|
2926
|
+
"name": "DependencyResolverMain",
|
2927
|
+
"componentId": {
|
2928
|
+
"scope": "teambit.dependencies",
|
2929
|
+
"name": "dependency-resolver"
|
2930
|
+
}
|
2931
|
+
},
|
2932
|
+
{
|
2933
|
+
"__schema": "TypeRefSchema",
|
2934
|
+
"location": {
|
2935
|
+
"filePath": "export.main.runtime.ts",
|
2936
|
+
"line": 875,
|
2937
|
+
"character": 5
|
2938
|
+
},
|
2939
|
+
"name": "LoggerMain",
|
2940
|
+
"componentId": {
|
2941
|
+
"scope": "teambit.harmony",
|
2942
|
+
"name": "logger"
|
2943
|
+
}
|
2944
|
+
},
|
2945
|
+
{
|
2946
|
+
"__schema": "TypeRefSchema",
|
2947
|
+
"location": {
|
2948
|
+
"filePath": "export.main.runtime.ts",
|
2949
|
+
"line": 876,
|
2950
|
+
"character": 5
|
2951
|
+
},
|
2952
|
+
"name": "EjectMain",
|
2953
|
+
"componentId": {
|
2954
|
+
"scope": "teambit.workspace",
|
2955
|
+
"name": "eject"
|
2956
|
+
}
|
2957
|
+
}
|
2958
|
+
]
|
2959
|
+
},
|
2960
|
+
"isOptional": false,
|
2961
|
+
"isSpread": false
|
2962
|
+
}
|
2963
|
+
],
|
2964
|
+
"returnType": {
|
2965
|
+
"__schema": "InferenceTypeSchema",
|
2966
|
+
"location": {
|
2967
|
+
"filePath": "export.main.runtime.ts",
|
2968
|
+
"line": 869,
|
2969
|
+
"character": 3
|
2970
|
+
},
|
2971
|
+
"type": "Promise<ExportMain>"
|
2972
|
+
},
|
2973
|
+
"modifiers": [
|
2974
|
+
"static",
|
2975
|
+
"async"
|
2976
|
+
]
|
2977
|
+
}
|
2978
|
+
],
|
2979
|
+
"extendsNodes": [],
|
2980
|
+
"implementNodes": []
|
2981
|
+
},
|
2982
|
+
{
|
2983
|
+
"__schema": "FunctionLikeSchema",
|
2984
|
+
"location": {
|
2985
|
+
"filePath": "export.main.runtime.ts",
|
2986
|
+
"line": 939,
|
2987
|
+
"character": 1
|
2988
|
+
},
|
2989
|
+
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
2990
|
+
"name": "isUserTryingToExportLanes",
|
2991
|
+
"params": [
|
2992
|
+
{
|
2993
|
+
"__schema": "ParameterSchema",
|
2994
|
+
"location": {
|
2995
|
+
"filePath": "export.main.runtime.ts",
|
2996
|
+
"line": 939,
|
2997
|
+
"character": 43
|
2998
|
+
},
|
2999
|
+
"name": "consumer",
|
3000
|
+
"type": {
|
3001
|
+
"__schema": "TypeRefSchema",
|
3002
|
+
"location": {
|
3003
|
+
"filePath": "export.main.runtime.ts",
|
3004
|
+
"line": 939,
|
3005
|
+
"character": 53
|
3006
|
+
},
|
3007
|
+
"name": "Consumer",
|
3008
|
+
"packageName": "@teambit/legacy/dist/consumer"
|
3009
|
+
},
|
3010
|
+
"isOptional": false,
|
3011
|
+
"isSpread": false
|
3012
|
+
}
|
3013
|
+
],
|
3014
|
+
"returnType": {
|
3015
|
+
"__schema": "InferenceTypeSchema",
|
3016
|
+
"location": {
|
3017
|
+
"filePath": "export.main.runtime.ts",
|
3018
|
+
"line": 939,
|
3019
|
+
"character": 1
|
3020
|
+
},
|
3021
|
+
"type": "boolean"
|
3022
|
+
},
|
3023
|
+
"modifiers": [
|
3024
|
+
"export"
|
3025
|
+
]
|
3026
|
+
},
|
3027
|
+
{
|
3028
|
+
"__schema": "UnImplementedSchema",
|
3029
|
+
"location": {
|
3030
|
+
"filePath": "export.main.runtime.ts",
|
3031
|
+
"line": 943,
|
3032
|
+
"character": 16
|
3033
|
+
},
|
3034
|
+
"name": "ExportMain",
|
3035
|
+
"type": "Identifier"
|
3036
|
+
}
|
3037
|
+
],
|
3038
|
+
"internals": [
|
3039
|
+
{
|
3040
|
+
"__schema": "ModuleSchema",
|
3041
|
+
"location": {
|
3042
|
+
"filePath": "export.main.runtime.ts",
|
3043
|
+
"line": 54,
|
3044
|
+
"character": 1
|
3045
|
+
},
|
3046
|
+
"exports": [
|
3047
|
+
{
|
3048
|
+
"__schema": "VariableLikeSchema",
|
3049
|
+
"location": {
|
3050
|
+
"filePath": "export.main.runtime.ts",
|
3051
|
+
"line": 54,
|
3052
|
+
"character": 7
|
3053
|
+
},
|
3054
|
+
"signature": "const HooksManagerInstance: HooksManager | null",
|
3055
|
+
"name": "HooksManagerInstance",
|
3056
|
+
"type": {
|
3057
|
+
"__schema": "InferenceTypeSchema",
|
3058
|
+
"location": {
|
3059
|
+
"filePath": "export.main.runtime.ts",
|
3060
|
+
"line": 54,
|
3061
|
+
"character": 7
|
3062
|
+
},
|
3063
|
+
"type": "HooksManager | null"
|
3064
|
+
},
|
3065
|
+
"isOptional": false,
|
3066
|
+
"defaultValue": "HooksManager.getInstance()"
|
3067
|
+
}
|
3068
|
+
],
|
3069
|
+
"internals": []
|
3070
|
+
},
|
3071
|
+
{
|
3072
|
+
"__schema": "TypeSchema",
|
3073
|
+
"location": {
|
3074
|
+
"filePath": "export.main.runtime.ts",
|
3075
|
+
"line": 58,
|
3076
|
+
"character": 1
|
3077
|
+
},
|
3078
|
+
"signature": "type ModelComponentAndObjects = {\n component: ModelComponent;\n objects: BitObject[];\n}",
|
3079
|
+
"name": "ModelComponentAndObjects",
|
3080
|
+
"type": {
|
3081
|
+
"__schema": "TypeLiteralSchema",
|
3082
|
+
"location": {
|
3083
|
+
"filePath": "export.main.runtime.ts",
|
3084
|
+
"line": 58,
|
3085
|
+
"character": 33
|
3086
|
+
},
|
3087
|
+
"members": [
|
3088
|
+
{
|
3089
|
+
"__schema": "VariableLikeSchema",
|
3090
|
+
"location": {
|
3091
|
+
"filePath": "export.main.runtime.ts",
|
3092
|
+
"line": 58,
|
3093
|
+
"character": 35
|
3094
|
+
},
|
3095
|
+
"signature": "(property) component: ModelComponent",
|
3096
|
+
"name": "component",
|
3097
|
+
"type": {
|
3098
|
+
"__schema": "TypeRefSchema",
|
3099
|
+
"location": {
|
3100
|
+
"filePath": "export.main.runtime.ts",
|
3101
|
+
"line": 58,
|
3102
|
+
"character": 35
|
3103
|
+
},
|
3104
|
+
"name": "ModelComponent",
|
3105
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
3106
|
+
},
|
3107
|
+
"isOptional": false
|
3108
|
+
},
|
3109
|
+
{
|
3110
|
+
"__schema": "VariableLikeSchema",
|
3111
|
+
"location": {
|
3112
|
+
"filePath": "export.main.runtime.ts",
|
3113
|
+
"line": 58,
|
3114
|
+
"character": 62
|
3115
|
+
},
|
3116
|
+
"signature": "(property) objects: BitObject[]",
|
3117
|
+
"name": "objects",
|
3118
|
+
"type": {
|
3119
|
+
"__schema": "TypeArraySchema",
|
3120
|
+
"location": {
|
3121
|
+
"filePath": "export.main.runtime.ts",
|
3122
|
+
"line": 58,
|
3123
|
+
"character": 71
|
3124
|
+
},
|
3125
|
+
"type": {
|
3126
|
+
"__schema": "TypeRefSchema",
|
3127
|
+
"location": {
|
3128
|
+
"filePath": "export.main.runtime.ts",
|
3129
|
+
"line": 58,
|
3130
|
+
"character": 71
|
3131
|
+
},
|
3132
|
+
"name": "BitObject",
|
3133
|
+
"packageName": "@teambit/legacy/dist/scope/objects"
|
3134
|
+
}
|
3135
|
+
},
|
3136
|
+
"isOptional": false
|
3137
|
+
}
|
3138
|
+
]
|
3139
|
+
}
|
3140
|
+
},
|
3141
|
+
{
|
3142
|
+
"__schema": "TypeSchema",
|
3143
|
+
"location": {
|
3144
|
+
"filePath": "export.main.runtime.ts",
|
3145
|
+
"line": 59,
|
3146
|
+
"character": 1
|
3147
|
+
},
|
3148
|
+
"signature": "type ObjectListPerName = {\n [name: string]: ObjectList;\n}",
|
3149
|
+
"name": "ObjectListPerName",
|
3150
|
+
"type": {
|
3151
|
+
"__schema": "TypeLiteralSchema",
|
3152
|
+
"location": {
|
3153
|
+
"filePath": "export.main.runtime.ts",
|
3154
|
+
"line": 59,
|
3155
|
+
"character": 26
|
3156
|
+
},
|
3157
|
+
"members": [
|
3158
|
+
{
|
3159
|
+
"__schema": "IndexSignatureSchema",
|
3160
|
+
"location": {
|
3161
|
+
"filePath": "export.main.runtime.ts",
|
3162
|
+
"line": 59,
|
3163
|
+
"character": 28
|
3164
|
+
},
|
3165
|
+
"keyType": {
|
3166
|
+
"__schema": "ParameterSchema",
|
3167
|
+
"location": {
|
3168
|
+
"filePath": "export.main.runtime.ts",
|
3169
|
+
"line": 59,
|
3170
|
+
"character": 29
|
3171
|
+
},
|
3172
|
+
"name": "name",
|
3173
|
+
"type": {
|
3174
|
+
"__schema": "KeywordTypeSchema",
|
3175
|
+
"location": {
|
3176
|
+
"filePath": "export.main.runtime.ts",
|
3177
|
+
"line": 59,
|
3178
|
+
"character": 35
|
3179
|
+
},
|
3180
|
+
"name": "string"
|
3181
|
+
},
|
3182
|
+
"isOptional": false,
|
3183
|
+
"isSpread": false
|
3184
|
+
},
|
3185
|
+
"valueType": {
|
3186
|
+
"__schema": "TypeRefSchema",
|
3187
|
+
"location": {
|
3188
|
+
"filePath": "export.main.runtime.ts",
|
3189
|
+
"line": 59,
|
3190
|
+
"character": 44
|
3191
|
+
},
|
3192
|
+
"name": "ObjectList",
|
3193
|
+
"packageName": "@teambit/legacy/dist/scope/objects/object-list"
|
3194
|
+
}
|
3195
|
+
}
|
3196
|
+
]
|
3197
|
+
}
|
3198
|
+
},
|
3199
|
+
{
|
3200
|
+
"__schema": "TypeSchema",
|
3201
|
+
"location": {
|
3202
|
+
"filePath": "export.main.runtime.ts",
|
3203
|
+
"line": 60,
|
3204
|
+
"character": 1
|
3205
|
+
},
|
3206
|
+
"signature": "type ObjectsPerRemote = {\n remote: Remote;\n objectList: ObjectList;\n exportedIds?: string[] | undefined;\n}",
|
3207
|
+
"name": "ObjectsPerRemote",
|
3208
|
+
"type": {
|
3209
|
+
"__schema": "TypeLiteralSchema",
|
3210
|
+
"location": {
|
3211
|
+
"filePath": "export.main.runtime.ts",
|
3212
|
+
"line": 60,
|
3213
|
+
"character": 25
|
3214
|
+
},
|
3215
|
+
"members": [
|
3216
|
+
{
|
3217
|
+
"__schema": "VariableLikeSchema",
|
3218
|
+
"location": {
|
3219
|
+
"filePath": "export.main.runtime.ts",
|
3220
|
+
"line": 61,
|
3221
|
+
"character": 3
|
3222
|
+
},
|
3223
|
+
"signature": "(property) remote: Remote",
|
3224
|
+
"name": "remote",
|
3225
|
+
"type": {
|
3226
|
+
"__schema": "TypeRefSchema",
|
3227
|
+
"location": {
|
3228
|
+
"filePath": "export.main.runtime.ts",
|
3229
|
+
"line": 61,
|
3230
|
+
"character": 3
|
3231
|
+
},
|
3232
|
+
"name": "Remote",
|
3233
|
+
"packageName": "@teambit/legacy/dist/remotes"
|
3234
|
+
},
|
3235
|
+
"isOptional": false
|
3236
|
+
},
|
3237
|
+
{
|
3238
|
+
"__schema": "VariableLikeSchema",
|
3239
|
+
"location": {
|
3240
|
+
"filePath": "export.main.runtime.ts",
|
3241
|
+
"line": 62,
|
3242
|
+
"character": 3
|
3243
|
+
},
|
3244
|
+
"signature": "(property) objectList: ObjectList",
|
3245
|
+
"name": "objectList",
|
3246
|
+
"type": {
|
3247
|
+
"__schema": "TypeRefSchema",
|
3248
|
+
"location": {
|
3249
|
+
"filePath": "export.main.runtime.ts",
|
3250
|
+
"line": 62,
|
3251
|
+
"character": 3
|
3252
|
+
},
|
3253
|
+
"name": "ObjectList",
|
3254
|
+
"packageName": "@teambit/legacy/dist/scope/objects/object-list"
|
3255
|
+
},
|
3256
|
+
"isOptional": false
|
3257
|
+
},
|
3258
|
+
{
|
3259
|
+
"__schema": "VariableLikeSchema",
|
3260
|
+
"location": {
|
3261
|
+
"filePath": "export.main.runtime.ts",
|
3262
|
+
"line": 63,
|
3263
|
+
"character": 3
|
3264
|
+
},
|
3265
|
+
"signature": "(property) exportedIds?: string[] | undefined",
|
3266
|
+
"name": "exportedIds",
|
3267
|
+
"type": {
|
3268
|
+
"__schema": "TypeArraySchema",
|
3269
|
+
"location": {
|
3270
|
+
"filePath": "export.main.runtime.ts",
|
3271
|
+
"line": 63,
|
3272
|
+
"character": 17
|
3273
|
+
},
|
3274
|
+
"type": {
|
3275
|
+
"__schema": "KeywordTypeSchema",
|
3276
|
+
"location": {
|
3277
|
+
"filePath": "export.main.runtime.ts",
|
3278
|
+
"line": 63,
|
3279
|
+
"character": 17
|
3280
|
+
},
|
3281
|
+
"name": "string"
|
3282
|
+
}
|
3283
|
+
},
|
3284
|
+
"isOptional": true
|
3285
|
+
}
|
3286
|
+
]
|
3287
|
+
}
|
3288
|
+
},
|
3289
|
+
{
|
3290
|
+
"__schema": "TypeSchema",
|
3291
|
+
"location": {
|
3292
|
+
"filePath": "export.main.runtime.ts",
|
3293
|
+
"line": 65,
|
3294
|
+
"character": 1
|
3295
|
+
},
|
3296
|
+
"signature": "type ObjectsPerRemoteExtended = ObjectsPerRemote & {\n objectListPerName: ObjectListPerName;\n idsToChangeLocally: ComponentIdList;\n componentsAndObjects: ModelComponentAndObjects[];\n}",
|
3297
|
+
"name": "ObjectsPerRemoteExtended",
|
3298
|
+
"type": {
|
3299
|
+
"__schema": "TypeIntersectionSchema",
|
3300
|
+
"location": {
|
3301
|
+
"filePath": "export.main.runtime.ts",
|
3302
|
+
"line": 65,
|
3303
|
+
"character": 33
|
3304
|
+
},
|
3305
|
+
"types": [
|
3306
|
+
{
|
3307
|
+
"__schema": "TypeRefSchema",
|
3308
|
+
"location": {
|
3309
|
+
"filePath": "export.main.runtime.ts",
|
3310
|
+
"line": 65,
|
3311
|
+
"character": 33
|
3312
|
+
},
|
3313
|
+
"name": "ObjectsPerRemote",
|
3314
|
+
"internalFilePath": "export.main.runtime.ts"
|
3315
|
+
},
|
3316
|
+
{
|
3317
|
+
"__schema": "TypeLiteralSchema",
|
3318
|
+
"location": {
|
3319
|
+
"filePath": "export.main.runtime.ts",
|
3320
|
+
"line": 65,
|
3321
|
+
"character": 52
|
3322
|
+
},
|
3323
|
+
"members": [
|
3324
|
+
{
|
3325
|
+
"__schema": "VariableLikeSchema",
|
3326
|
+
"location": {
|
3327
|
+
"filePath": "export.main.runtime.ts",
|
3328
|
+
"line": 66,
|
3329
|
+
"character": 3
|
3330
|
+
},
|
3331
|
+
"signature": "(property) objectListPerName: ObjectListPerName",
|
3332
|
+
"name": "objectListPerName",
|
3333
|
+
"type": {
|
3334
|
+
"__schema": "TypeRefSchema",
|
3335
|
+
"location": {
|
3336
|
+
"filePath": "export.main.runtime.ts",
|
3337
|
+
"line": 66,
|
3338
|
+
"character": 3
|
3339
|
+
},
|
3340
|
+
"name": "ObjectListPerName",
|
3341
|
+
"internalFilePath": "export.main.runtime.ts"
|
3342
|
+
},
|
3343
|
+
"isOptional": false
|
3344
|
+
},
|
3345
|
+
{
|
3346
|
+
"__schema": "VariableLikeSchema",
|
3347
|
+
"location": {
|
3348
|
+
"filePath": "export.main.runtime.ts",
|
3349
|
+
"line": 67,
|
3350
|
+
"character": 3
|
3351
|
+
},
|
3352
|
+
"signature": "(property) idsToChangeLocally: ComponentIdList",
|
3353
|
+
"name": "idsToChangeLocally",
|
3354
|
+
"type": {
|
3355
|
+
"__schema": "TypeRefSchema",
|
3356
|
+
"location": {
|
3357
|
+
"filePath": "export.main.runtime.ts",
|
3358
|
+
"line": 67,
|
3359
|
+
"character": 3
|
3360
|
+
},
|
3361
|
+
"name": "ComponentIdList",
|
3362
|
+
"componentId": {
|
3363
|
+
"scope": "teambit.component",
|
3364
|
+
"name": "component-id",
|
3365
|
+
"version": "1.2.0"
|
3366
|
+
}
|
3367
|
+
},
|
3368
|
+
"isOptional": false
|
3369
|
+
},
|
3370
|
+
{
|
3371
|
+
"__schema": "VariableLikeSchema",
|
3372
|
+
"location": {
|
3373
|
+
"filePath": "export.main.runtime.ts",
|
3374
|
+
"line": 68,
|
3375
|
+
"character": 3
|
3376
|
+
},
|
3377
|
+
"signature": "(property) componentsAndObjects: ModelComponentAndObjects[]",
|
3378
|
+
"name": "componentsAndObjects",
|
3379
|
+
"type": {
|
3380
|
+
"__schema": "TypeArraySchema",
|
3381
|
+
"location": {
|
3382
|
+
"filePath": "export.main.runtime.ts",
|
3383
|
+
"line": 68,
|
3384
|
+
"character": 25
|
3385
|
+
},
|
3386
|
+
"type": {
|
3387
|
+
"__schema": "TypeRefSchema",
|
3388
|
+
"location": {
|
3389
|
+
"filePath": "export.main.runtime.ts",
|
3390
|
+
"line": 68,
|
3391
|
+
"character": 25
|
3392
|
+
},
|
3393
|
+
"name": "ModelComponentAndObjects",
|
3394
|
+
"internalFilePath": "export.main.runtime.ts"
|
3395
|
+
}
|
3396
|
+
},
|
3397
|
+
"isOptional": false
|
3398
|
+
}
|
3399
|
+
]
|
3400
|
+
}
|
3401
|
+
]
|
3402
|
+
}
|
3403
|
+
},
|
3404
|
+
{
|
3405
|
+
"__schema": "TypeSchema",
|
3406
|
+
"location": {
|
3407
|
+
"filePath": "export.main.runtime.ts",
|
3408
|
+
"line": 71,
|
3409
|
+
"character": 1
|
3410
|
+
},
|
3411
|
+
"signature": "type ExportParams = {\n ids?: string[] | undefined;\n eject?: boolean | undefined;\n allVersions?: boolean | undefined;\n originDirectly?: boolean | undefined;\n includeNonStaged?: boolean | undefined;\n resumeExportId?: string | undefined;\n headOnly?: boolean | undefined;\n ignoreMissingArtifacts?: boolean | undefined;\n forkLaneNewScope?: boolean | undefined;\n}",
|
3412
|
+
"name": "ExportParams",
|
3413
|
+
"type": {
|
3414
|
+
"__schema": "TypeLiteralSchema",
|
3415
|
+
"location": {
|
3416
|
+
"filePath": "export.main.runtime.ts",
|
3417
|
+
"line": 71,
|
3418
|
+
"character": 21
|
3419
|
+
},
|
3420
|
+
"members": [
|
3421
|
+
{
|
3422
|
+
"__schema": "VariableLikeSchema",
|
3423
|
+
"location": {
|
3424
|
+
"filePath": "export.main.runtime.ts",
|
3425
|
+
"line": 72,
|
3426
|
+
"character": 3
|
3427
|
+
},
|
3428
|
+
"signature": "(property) ids?: string[] | undefined",
|
3429
|
+
"name": "ids",
|
3430
|
+
"type": {
|
3431
|
+
"__schema": "TypeArraySchema",
|
3432
|
+
"location": {
|
3433
|
+
"filePath": "export.main.runtime.ts",
|
3434
|
+
"line": 72,
|
3435
|
+
"character": 9
|
3436
|
+
},
|
3437
|
+
"type": {
|
3438
|
+
"__schema": "KeywordTypeSchema",
|
3439
|
+
"location": {
|
3440
|
+
"filePath": "export.main.runtime.ts",
|
3441
|
+
"line": 72,
|
3442
|
+
"character": 9
|
3443
|
+
},
|
3444
|
+
"name": "string"
|
3445
|
+
}
|
3446
|
+
},
|
3447
|
+
"isOptional": true
|
3448
|
+
},
|
3449
|
+
{
|
3450
|
+
"__schema": "VariableLikeSchema",
|
3451
|
+
"location": {
|
3452
|
+
"filePath": "export.main.runtime.ts",
|
3453
|
+
"line": 73,
|
3454
|
+
"character": 3
|
3455
|
+
},
|
3456
|
+
"signature": "(property) eject?: boolean | undefined",
|
3457
|
+
"name": "eject",
|
3458
|
+
"type": {
|
3459
|
+
"__schema": "KeywordTypeSchema",
|
3460
|
+
"location": {
|
3461
|
+
"filePath": "export.main.runtime.ts",
|
3462
|
+
"line": 73,
|
3463
|
+
"character": 11
|
3464
|
+
},
|
3465
|
+
"name": "boolean"
|
3466
|
+
},
|
3467
|
+
"isOptional": true
|
3468
|
+
},
|
3469
|
+
{
|
3470
|
+
"__schema": "VariableLikeSchema",
|
3471
|
+
"location": {
|
3472
|
+
"filePath": "export.main.runtime.ts",
|
3473
|
+
"line": 74,
|
3474
|
+
"character": 3
|
3475
|
+
},
|
3476
|
+
"signature": "(property) allVersions?: boolean | undefined",
|
3477
|
+
"name": "allVersions",
|
3478
|
+
"type": {
|
3479
|
+
"__schema": "KeywordTypeSchema",
|
3480
|
+
"location": {
|
3481
|
+
"filePath": "export.main.runtime.ts",
|
3482
|
+
"line": 74,
|
3483
|
+
"character": 17
|
3484
|
+
},
|
3485
|
+
"name": "boolean"
|
3486
|
+
},
|
3487
|
+
"isOptional": true
|
3488
|
+
},
|
3489
|
+
{
|
3490
|
+
"__schema": "VariableLikeSchema",
|
3491
|
+
"location": {
|
3492
|
+
"filePath": "export.main.runtime.ts",
|
3493
|
+
"line": 75,
|
3494
|
+
"character": 3
|
3495
|
+
},
|
3496
|
+
"signature": "(property) originDirectly?: boolean | undefined",
|
3497
|
+
"name": "originDirectly",
|
3498
|
+
"type": {
|
3499
|
+
"__schema": "KeywordTypeSchema",
|
3500
|
+
"location": {
|
3501
|
+
"filePath": "export.main.runtime.ts",
|
3502
|
+
"line": 75,
|
3503
|
+
"character": 20
|
3504
|
+
},
|
3505
|
+
"name": "boolean"
|
3506
|
+
},
|
3507
|
+
"isOptional": true
|
3508
|
+
},
|
3509
|
+
{
|
3510
|
+
"__schema": "VariableLikeSchema",
|
3511
|
+
"location": {
|
3512
|
+
"filePath": "export.main.runtime.ts",
|
3513
|
+
"line": 76,
|
3514
|
+
"character": 3
|
3515
|
+
},
|
3516
|
+
"signature": "(property) includeNonStaged?: boolean | undefined",
|
3517
|
+
"name": "includeNonStaged",
|
3518
|
+
"type": {
|
3519
|
+
"__schema": "KeywordTypeSchema",
|
3520
|
+
"location": {
|
3521
|
+
"filePath": "export.main.runtime.ts",
|
3522
|
+
"line": 76,
|
3523
|
+
"character": 22
|
3524
|
+
},
|
3525
|
+
"name": "boolean"
|
3526
|
+
},
|
3527
|
+
"isOptional": true
|
3528
|
+
},
|
3529
|
+
{
|
3530
|
+
"__schema": "VariableLikeSchema",
|
3531
|
+
"location": {
|
3532
|
+
"filePath": "export.main.runtime.ts",
|
3533
|
+
"line": 77,
|
3534
|
+
"character": 3
|
3535
|
+
},
|
3536
|
+
"signature": "(property) resumeExportId?: string | undefined",
|
3537
|
+
"name": "resumeExportId",
|
3538
|
+
"type": {
|
3539
|
+
"__schema": "TypeUnionSchema",
|
3540
|
+
"location": {
|
3541
|
+
"filePath": "export.main.runtime.ts",
|
3542
|
+
"line": 77,
|
3543
|
+
"character": 20
|
3544
|
+
},
|
3545
|
+
"types": [
|
3546
|
+
{
|
3547
|
+
"__schema": "KeywordTypeSchema",
|
3548
|
+
"location": {
|
3549
|
+
"filePath": "export.main.runtime.ts",
|
3550
|
+
"line": 77,
|
3551
|
+
"character": 20
|
3552
|
+
},
|
3553
|
+
"name": "string"
|
3554
|
+
},
|
3555
|
+
{
|
3556
|
+
"__schema": "KeywordTypeSchema",
|
3557
|
+
"location": {
|
3558
|
+
"filePath": "export.main.runtime.ts",
|
3559
|
+
"line": 77,
|
3560
|
+
"character": 29
|
3561
|
+
},
|
3562
|
+
"name": "undefined"
|
3563
|
+
}
|
3564
|
+
]
|
3565
|
+
},
|
3566
|
+
"isOptional": true
|
3567
|
+
},
|
3568
|
+
{
|
3569
|
+
"__schema": "VariableLikeSchema",
|
3570
|
+
"location": {
|
3571
|
+
"filePath": "export.main.runtime.ts",
|
3572
|
+
"line": 78,
|
3573
|
+
"character": 3
|
3574
|
+
},
|
3575
|
+
"signature": "(property) headOnly?: boolean | undefined",
|
3576
|
+
"name": "headOnly",
|
3577
|
+
"type": {
|
3578
|
+
"__schema": "KeywordTypeSchema",
|
3579
|
+
"location": {
|
3580
|
+
"filePath": "export.main.runtime.ts",
|
3581
|
+
"line": 78,
|
3582
|
+
"character": 14
|
3583
|
+
},
|
3584
|
+
"name": "boolean"
|
3585
|
+
},
|
3586
|
+
"isOptional": true
|
3587
|
+
},
|
3588
|
+
{
|
3589
|
+
"__schema": "VariableLikeSchema",
|
3590
|
+
"location": {
|
3591
|
+
"filePath": "export.main.runtime.ts",
|
3592
|
+
"line": 79,
|
3593
|
+
"character": 3
|
3594
|
+
},
|
3595
|
+
"signature": "(property) ignoreMissingArtifacts?: boolean | undefined",
|
3596
|
+
"name": "ignoreMissingArtifacts",
|
3597
|
+
"type": {
|
3598
|
+
"__schema": "KeywordTypeSchema",
|
3599
|
+
"location": {
|
3600
|
+
"filePath": "export.main.runtime.ts",
|
3601
|
+
"line": 79,
|
3602
|
+
"character": 28
|
3603
|
+
},
|
3604
|
+
"name": "boolean"
|
3605
|
+
},
|
3606
|
+
"isOptional": true
|
3607
|
+
},
|
3608
|
+
{
|
3609
|
+
"__schema": "VariableLikeSchema",
|
3610
|
+
"location": {
|
3611
|
+
"filePath": "export.main.runtime.ts",
|
3612
|
+
"line": 80,
|
3613
|
+
"character": 3
|
3614
|
+
},
|
3615
|
+
"signature": "(property) forkLaneNewScope?: boolean | undefined",
|
3616
|
+
"name": "forkLaneNewScope",
|
3617
|
+
"type": {
|
3618
|
+
"__schema": "KeywordTypeSchema",
|
3619
|
+
"location": {
|
3620
|
+
"filePath": "export.main.runtime.ts",
|
3621
|
+
"line": 80,
|
3622
|
+
"character": 22
|
3623
|
+
},
|
3624
|
+
"name": "boolean"
|
3625
|
+
},
|
3626
|
+
"isOptional": true
|
3627
|
+
}
|
3628
|
+
]
|
3629
|
+
}
|
3630
|
+
},
|
3631
|
+
{
|
3632
|
+
"__schema": "UnImplementedSchema",
|
3633
|
+
"location": {
|
3634
|
+
"filePath": "export.main.runtime.ts",
|
3635
|
+
"line": 885,
|
3636
|
+
"character": 1
|
3637
|
+
},
|
3638
|
+
"name": "ExportAspect.addRuntime(ExportMain);",
|
3639
|
+
"type": "ExpressionStatement"
|
3640
|
+
},
|
3641
|
+
{
|
3642
|
+
"__schema": "FunctionLikeSchema",
|
3643
|
+
"location": {
|
3644
|
+
"filePath": "export.main.runtime.ts",
|
3645
|
+
"line": 891,
|
3646
|
+
"character": 1
|
3647
|
+
},
|
3648
|
+
"doc": {
|
3649
|
+
"__schema": "DocSchema",
|
3650
|
+
"location": {
|
3651
|
+
"filePath": "export.main.runtime.ts",
|
3652
|
+
"line": 887,
|
3653
|
+
"character": 1
|
3654
|
+
},
|
3655
|
+
"raw": "/**\n * the componentsIds passed here are the ones that didn't have scope-name before, and now they have.\n * so if the bitMap.updateComponentId returns bitId without scope-name is because it couldn't find it there\n */",
|
3656
|
+
"comment": "the componentsIds passed here are the ones that didn't have scope-name before, and now they have.\nso if the bitMap.updateComponentId returns bitId without scope-name is because it couldn't find it there"
|
3657
|
+
},
|
3658
|
+
"signature": "function _updateIdsOnBitMap(bitMap: BitMap, componentsIds: ComponentIdList): ComponentID[]",
|
3659
|
+
"name": "_updateIdsOnBitMap",
|
3660
|
+
"params": [
|
3661
|
+
{
|
3662
|
+
"__schema": "ParameterSchema",
|
3663
|
+
"location": {
|
3664
|
+
"filePath": "export.main.runtime.ts",
|
3665
|
+
"line": 891,
|
3666
|
+
"character": 29
|
3667
|
+
},
|
3668
|
+
"name": "bitMap",
|
3669
|
+
"type": {
|
3670
|
+
"__schema": "TypeRefSchema",
|
3671
|
+
"location": {
|
3672
|
+
"filePath": "export.main.runtime.ts",
|
3673
|
+
"line": 891,
|
3674
|
+
"character": 37
|
3675
|
+
},
|
3676
|
+
"name": "BitMap",
|
3677
|
+
"packageName": "@teambit/legacy/dist/consumer/bit-map/bit-map"
|
3678
|
+
},
|
3679
|
+
"isOptional": false,
|
3680
|
+
"isSpread": false
|
3681
|
+
},
|
3682
|
+
{
|
3683
|
+
"__schema": "ParameterSchema",
|
3684
|
+
"location": {
|
3685
|
+
"filePath": "export.main.runtime.ts",
|
3686
|
+
"line": 891,
|
3687
|
+
"character": 45
|
3688
|
+
},
|
3689
|
+
"name": "componentsIds",
|
3690
|
+
"type": {
|
3691
|
+
"__schema": "TypeRefSchema",
|
3692
|
+
"location": {
|
3693
|
+
"filePath": "export.main.runtime.ts",
|
3694
|
+
"line": 891,
|
3695
|
+
"character": 60
|
3696
|
+
},
|
3697
|
+
"name": "ComponentIdList",
|
3698
|
+
"componentId": {
|
3699
|
+
"scope": "teambit.component",
|
3700
|
+
"name": "component-id",
|
3701
|
+
"version": "1.2.0"
|
3702
|
+
}
|
3703
|
+
},
|
3704
|
+
"isOptional": false,
|
3705
|
+
"isSpread": false
|
3706
|
+
}
|
3707
|
+
],
|
3708
|
+
"returnType": {
|
3709
|
+
"__schema": "TypeArraySchema",
|
3710
|
+
"location": {
|
3711
|
+
"filePath": "export.main.runtime.ts",
|
3712
|
+
"line": 891,
|
3713
|
+
"character": 78
|
3714
|
+
},
|
3715
|
+
"type": {
|
3716
|
+
"__schema": "TypeRefSchema",
|
3717
|
+
"location": {
|
3718
|
+
"filePath": "export.main.runtime.ts",
|
3719
|
+
"line": 891,
|
3720
|
+
"character": 78
|
3721
|
+
},
|
3722
|
+
"name": "ComponentID",
|
3723
|
+
"componentId": {
|
3724
|
+
"scope": "teambit.component",
|
3725
|
+
"name": "component-id",
|
3726
|
+
"version": "1.2.0"
|
3727
|
+
}
|
3728
|
+
}
|
3729
|
+
},
|
3730
|
+
"modifiers": []
|
3731
|
+
},
|
3732
|
+
{
|
3733
|
+
"__schema": "FunctionLikeSchema",
|
3734
|
+
"location": {
|
3735
|
+
"filePath": "export.main.runtime.ts",
|
3736
|
+
"line": 900,
|
3737
|
+
"character": 1
|
3738
|
+
},
|
3739
|
+
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
3740
|
+
"name": "getParsedId",
|
3741
|
+
"params": [
|
3742
|
+
{
|
3743
|
+
"__schema": "ParameterSchema",
|
3744
|
+
"location": {
|
3745
|
+
"filePath": "export.main.runtime.ts",
|
3746
|
+
"line": 900,
|
3747
|
+
"character": 28
|
3748
|
+
},
|
3749
|
+
"name": "consumer",
|
3750
|
+
"type": {
|
3751
|
+
"__schema": "TypeRefSchema",
|
3752
|
+
"location": {
|
3753
|
+
"filePath": "export.main.runtime.ts",
|
3754
|
+
"line": 900,
|
3755
|
+
"character": 38
|
3756
|
+
},
|
3757
|
+
"name": "Consumer",
|
3758
|
+
"packageName": "@teambit/legacy/dist/consumer"
|
3759
|
+
},
|
3760
|
+
"isOptional": false,
|
3761
|
+
"isSpread": false
|
3762
|
+
},
|
3763
|
+
{
|
3764
|
+
"__schema": "ParameterSchema",
|
3765
|
+
"location": {
|
3766
|
+
"filePath": "export.main.runtime.ts",
|
3767
|
+
"line": 900,
|
3768
|
+
"character": 48
|
3769
|
+
},
|
3770
|
+
"name": "id",
|
3771
|
+
"type": {
|
3772
|
+
"__schema": "KeywordTypeSchema",
|
3773
|
+
"location": {
|
3774
|
+
"filePath": "export.main.runtime.ts",
|
3775
|
+
"line": 900,
|
3776
|
+
"character": 52
|
3777
|
+
},
|
3778
|
+
"name": "string"
|
3779
|
+
},
|
3780
|
+
"isOptional": false,
|
3781
|
+
"isSpread": false
|
3782
|
+
}
|
3783
|
+
],
|
3784
|
+
"returnType": {
|
3785
|
+
"__schema": "TypeRefSchema",
|
3786
|
+
"location": {
|
3787
|
+
"filePath": "export.main.runtime.ts",
|
3788
|
+
"line": 900,
|
3789
|
+
"character": 61
|
3790
|
+
},
|
3791
|
+
"name": "Promise",
|
3792
|
+
"typeArgs": [
|
3793
|
+
{
|
3794
|
+
"__schema": "TypeRefSchema",
|
3795
|
+
"location": {
|
3796
|
+
"filePath": "export.main.runtime.ts",
|
3797
|
+
"line": 900,
|
3798
|
+
"character": 69
|
3799
|
+
},
|
3800
|
+
"name": "ComponentID",
|
3801
|
+
"componentId": {
|
3802
|
+
"scope": "teambit.component",
|
3803
|
+
"name": "component-id",
|
3804
|
+
"version": "1.2.0"
|
3805
|
+
}
|
3806
|
+
}
|
3807
|
+
]
|
3808
|
+
},
|
3809
|
+
"modifiers": [
|
3810
|
+
"async"
|
3811
|
+
]
|
3812
|
+
},
|
3813
|
+
{
|
3814
|
+
"__schema": "FunctionLikeSchema",
|
3815
|
+
"location": {
|
3816
|
+
"filePath": "export.main.runtime.ts",
|
3817
|
+
"line": 910,
|
3818
|
+
"character": 1
|
3819
|
+
},
|
3820
|
+
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
3821
|
+
"name": "_throwForUnsnappedLaneReadme",
|
3822
|
+
"params": [
|
3823
|
+
{
|
3824
|
+
"__schema": "ParameterSchema",
|
3825
|
+
"location": {
|
3826
|
+
"filePath": "export.main.runtime.ts",
|
3827
|
+
"line": 910,
|
3828
|
+
"character": 39
|
3829
|
+
},
|
3830
|
+
"name": "lane",
|
3831
|
+
"type": {
|
3832
|
+
"__schema": "TypeRefSchema",
|
3833
|
+
"location": {
|
3834
|
+
"filePath": "export.main.runtime.ts",
|
3835
|
+
"line": 910,
|
3836
|
+
"character": 45
|
3837
|
+
},
|
3838
|
+
"name": "Lane",
|
3839
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
3840
|
+
},
|
3841
|
+
"isOptional": false,
|
3842
|
+
"isSpread": false
|
3843
|
+
}
|
3844
|
+
],
|
3845
|
+
"returnType": {
|
3846
|
+
"__schema": "TypeRefSchema",
|
3847
|
+
"location": {
|
3848
|
+
"filePath": "export.main.runtime.ts",
|
3849
|
+
"line": 910,
|
3850
|
+
"character": 1
|
3851
|
+
},
|
3852
|
+
"name": "_throwForUnsnappedLaneReadme",
|
3853
|
+
"internalFilePath": "export.main.runtime.ts"
|
3854
|
+
},
|
3855
|
+
"modifiers": []
|
3856
|
+
},
|
3857
|
+
{
|
3858
|
+
"__schema": "FunctionLikeSchema",
|
3859
|
+
"location": {
|
3860
|
+
"filePath": "export.main.runtime.ts",
|
3861
|
+
"line": 926,
|
3862
|
+
"character": 1
|
3863
|
+
},
|
3864
|
+
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
3865
|
+
"name": "updateLanesAfterExport",
|
3866
|
+
"params": [
|
3867
|
+
{
|
3868
|
+
"__schema": "ParameterSchema",
|
3869
|
+
"location": {
|
3870
|
+
"filePath": "export.main.runtime.ts",
|
3871
|
+
"line": 926,
|
3872
|
+
"character": 39
|
3873
|
+
},
|
3874
|
+
"name": "consumer",
|
3875
|
+
"type": {
|
3876
|
+
"__schema": "TypeRefSchema",
|
3877
|
+
"location": {
|
3878
|
+
"filePath": "export.main.runtime.ts",
|
3879
|
+
"line": 926,
|
3880
|
+
"character": 49
|
3881
|
+
},
|
3882
|
+
"name": "Consumer",
|
3883
|
+
"packageName": "@teambit/legacy/dist/consumer"
|
3884
|
+
},
|
3885
|
+
"isOptional": false,
|
3886
|
+
"isSpread": false
|
3887
|
+
},
|
3888
|
+
{
|
3889
|
+
"__schema": "ParameterSchema",
|
3890
|
+
"location": {
|
3891
|
+
"filePath": "export.main.runtime.ts",
|
3892
|
+
"line": 926,
|
3893
|
+
"character": 59
|
3894
|
+
},
|
3895
|
+
"name": "lane",
|
3896
|
+
"type": {
|
3897
|
+
"__schema": "TypeRefSchema",
|
3898
|
+
"location": {
|
3899
|
+
"filePath": "export.main.runtime.ts",
|
3900
|
+
"line": 926,
|
3901
|
+
"character": 65
|
3902
|
+
},
|
3903
|
+
"name": "Lane",
|
3904
|
+
"packageName": "@teambit/legacy/dist/scope/models"
|
3905
|
+
},
|
3906
|
+
"isOptional": false,
|
3907
|
+
"isSpread": false
|
3908
|
+
}
|
3909
|
+
],
|
3910
|
+
"returnType": {
|
3911
|
+
"__schema": "InferenceTypeSchema",
|
3912
|
+
"location": {
|
3913
|
+
"filePath": "export.main.runtime.ts",
|
3914
|
+
"line": 926,
|
3915
|
+
"character": 1
|
3916
|
+
},
|
3917
|
+
"type": "Promise<void>"
|
3918
|
+
},
|
3919
|
+
"modifiers": [
|
3920
|
+
"async"
|
3921
|
+
]
|
3922
|
+
}
|
3923
|
+
]
|
3924
|
+
},
|
3925
|
+
{
|
3926
|
+
"__schema": "ModuleSchema",
|
3927
|
+
"location": {
|
3928
|
+
"filePath": "export.aspect.ts",
|
3929
|
+
"line": 1,
|
3930
|
+
"character": 1
|
3931
|
+
},
|
3932
|
+
"exports": [
|
3933
|
+
{
|
3934
|
+
"__schema": "VariableLikeSchema",
|
3935
|
+
"location": {
|
3936
|
+
"filePath": "export.aspect.ts",
|
3937
|
+
"line": 3,
|
3938
|
+
"character": 14
|
3939
|
+
},
|
3940
|
+
"signature": "const ExportAspect: Aspect",
|
3941
|
+
"name": "ExportAspect",
|
3942
|
+
"type": {
|
3943
|
+
"__schema": "TypeRefSchema",
|
3944
|
+
"location": {
|
3945
|
+
"filePath": "export.aspect.ts",
|
3946
|
+
"line": 3,
|
3947
|
+
"character": 14
|
3948
|
+
},
|
3949
|
+
"name": "Aspect",
|
3950
|
+
"componentId": {
|
3951
|
+
"scope": "teambit.harmony",
|
3952
|
+
"name": "harmony",
|
3953
|
+
"version": "0.4.6"
|
3954
|
+
}
|
3955
|
+
},
|
3956
|
+
"isOptional": false,
|
3957
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.scope/export',\n})"
|
3958
|
+
}
|
3959
|
+
],
|
3960
|
+
"internals": []
|
3961
|
+
}
|
3962
|
+
],
|
207
3963
|
"componentId": {
|
208
3964
|
"scope": "teambit.scope",
|
209
3965
|
"name": "export",
|
210
|
-
"version": "1.0.
|
3966
|
+
"version": "1.0.259"
|
211
3967
|
},
|
212
3968
|
"taggedModuleExports": []
|
213
3969
|
}
|