@teambit/export 1.0.472 → 1.0.474
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_scope_export-preview.js +1 -1
- package/artifacts/schema.json +328 -272
- package/dist/export-cmd.js +4 -6
- package/dist/export-cmd.js.map +1 -1
- package/dist/export.main.runtime.d.ts +2 -0
- package/dist/export.main.runtime.js +7 -1
- package/dist/export.main.runtime.js.map +1 -1
- package/dist/{preview-1732436183075.js → preview-1732591136575.js} +2 -2
- package/package.json +9 -9
package/artifacts/schema.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"__schema": "ClassSchema",
|
27
27
|
"location": {
|
28
28
|
"filePath": "export.main.runtime.ts",
|
29
|
-
"line":
|
29
|
+
"line": 84,
|
30
30
|
"character": 1
|
31
31
|
},
|
32
32
|
"signature": "class ExportMain",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"__schema": "ConstructorSchema",
|
37
37
|
"location": {
|
38
38
|
"filePath": "export.main.runtime.ts",
|
39
|
-
"line":
|
39
|
+
"line": 85,
|
40
40
|
"character": 3
|
41
41
|
},
|
42
42
|
"signature": "constructor ExportMain(workspace: Workspace, remove: RemoveMain, depResolver: DependencyResolverMain, logger: Logger, eject: EjectMain): ExportMain",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"__schema": "ParameterSchema",
|
47
47
|
"location": {
|
48
48
|
"filePath": "export.main.runtime.ts",
|
49
|
-
"line":
|
49
|
+
"line": 86,
|
50
50
|
"character": 5
|
51
51
|
},
|
52
52
|
"name": "workspace",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"__schema": "TypeRefSchema",
|
55
55
|
"location": {
|
56
56
|
"filePath": "export.main.runtime.ts",
|
57
|
-
"line":
|
57
|
+
"line": 86,
|
58
58
|
"character": 24
|
59
59
|
},
|
60
60
|
"name": "Workspace"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"__schema": "ParameterSchema",
|
67
67
|
"location": {
|
68
68
|
"filePath": "export.main.runtime.ts",
|
69
|
-
"line":
|
69
|
+
"line": 87,
|
70
70
|
"character": 5
|
71
71
|
},
|
72
72
|
"name": "remove",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"__schema": "TypeRefSchema",
|
75
75
|
"location": {
|
76
76
|
"filePath": "export.main.runtime.ts",
|
77
|
-
"line":
|
77
|
+
"line": 87,
|
78
78
|
"character": 21
|
79
79
|
},
|
80
80
|
"name": "RemoveMain"
|
@@ -86,7 +86,7 @@
|
|
86
86
|
"__schema": "ParameterSchema",
|
87
87
|
"location": {
|
88
88
|
"filePath": "export.main.runtime.ts",
|
89
|
-
"line":
|
89
|
+
"line": 88,
|
90
90
|
"character": 5
|
91
91
|
},
|
92
92
|
"name": "depResolver",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"__schema": "TypeRefSchema",
|
95
95
|
"location": {
|
96
96
|
"filePath": "export.main.runtime.ts",
|
97
|
-
"line":
|
97
|
+
"line": 88,
|
98
98
|
"character": 26
|
99
99
|
},
|
100
100
|
"name": "DependencyResolverMain"
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"__schema": "ParameterSchema",
|
107
107
|
"location": {
|
108
108
|
"filePath": "export.main.runtime.ts",
|
109
|
-
"line":
|
109
|
+
"line": 89,
|
110
110
|
"character": 5
|
111
111
|
},
|
112
112
|
"name": "logger",
|
@@ -114,7 +114,7 @@
|
|
114
114
|
"__schema": "TypeRefSchema",
|
115
115
|
"location": {
|
116
116
|
"filePath": "export.main.runtime.ts",
|
117
|
-
"line":
|
117
|
+
"line": 89,
|
118
118
|
"character": 21
|
119
119
|
},
|
120
120
|
"name": "Logger"
|
@@ -126,7 +126,7 @@
|
|
126
126
|
"__schema": "ParameterSchema",
|
127
127
|
"location": {
|
128
128
|
"filePath": "export.main.runtime.ts",
|
129
|
-
"line":
|
129
|
+
"line": 90,
|
130
130
|
"character": 5
|
131
131
|
},
|
132
132
|
"name": "eject",
|
@@ -134,7 +134,7 @@
|
|
134
134
|
"__schema": "TypeRefSchema",
|
135
135
|
"location": {
|
136
136
|
"filePath": "export.main.runtime.ts",
|
137
|
-
"line":
|
137
|
+
"line": 90,
|
138
138
|
"character": 20
|
139
139
|
},
|
140
140
|
"name": "EjectMain"
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"__schema": "ThisTypeSchema",
|
148
148
|
"location": {
|
149
149
|
"filePath": "export.main.runtime.ts",
|
150
|
-
"line":
|
150
|
+
"line": 84,
|
151
151
|
"character": 1
|
152
152
|
},
|
153
153
|
"name": "ExportMain"
|
@@ -158,7 +158,7 @@
|
|
158
158
|
"__schema": "FunctionLikeSchema",
|
159
159
|
"location": {
|
160
160
|
"filePath": "export.main.runtime.ts",
|
161
|
-
"line":
|
161
|
+
"line": 93,
|
162
162
|
"character": 3
|
163
163
|
},
|
164
164
|
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
@@ -168,7 +168,7 @@
|
|
168
168
|
"__schema": "ParameterSchema",
|
169
169
|
"location": {
|
170
170
|
"filePath": "export.main.runtime.ts",
|
171
|
-
"line":
|
171
|
+
"line": 93,
|
172
172
|
"character": 16
|
173
173
|
},
|
174
174
|
"name": "params",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"__schema": "TypeRefSchema",
|
177
177
|
"location": {
|
178
178
|
"filePath": "export.main.runtime.ts",
|
179
|
-
"line":
|
179
|
+
"line": 93,
|
180
180
|
"character": 24
|
181
181
|
},
|
182
182
|
"name": "ExportParams"
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"__schema": "TypeRefSchema",
|
191
191
|
"location": {
|
192
192
|
"filePath": "export.main.runtime.ts",
|
193
|
-
"line":
|
193
|
+
"line": 93,
|
194
194
|
"character": 44
|
195
195
|
},
|
196
196
|
"name": "Promise",
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"__schema": "TypeRefSchema",
|
200
200
|
"location": {
|
201
201
|
"filePath": "export.main.runtime.ts",
|
202
|
-
"line":
|
202
|
+
"line": 93,
|
203
203
|
"character": 52
|
204
204
|
},
|
205
205
|
"name": "ExportResult"
|
@@ -214,14 +214,14 @@
|
|
214
214
|
"__schema": "FunctionLikeSchema",
|
215
215
|
"location": {
|
216
216
|
"filePath": "export.main.runtime.ts",
|
217
|
-
"line":
|
217
|
+
"line": 240,
|
218
218
|
"character": 3
|
219
219
|
},
|
220
220
|
"doc": {
|
221
221
|
"__schema": "DocSchema",
|
222
222
|
"location": {
|
223
223
|
"filePath": "export.main.runtime.ts",
|
224
|
-
"line":
|
224
|
+
"line": 237,
|
225
225
|
"character": 3
|
226
226
|
},
|
227
227
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
@@ -235,7 +235,7 @@
|
|
235
235
|
"__schema": "ParameterSchema",
|
236
236
|
"location": {
|
237
237
|
"filePath": "export.main.runtime.ts",
|
238
|
-
"line":
|
238
|
+
"line": 240,
|
239
239
|
"character": 20
|
240
240
|
},
|
241
241
|
"name": "{ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin = 'export' }",
|
@@ -243,7 +243,7 @@
|
|
243
243
|
"__schema": "TypeLiteralSchema",
|
244
244
|
"location": {
|
245
245
|
"filePath": "export.main.runtime.ts",
|
246
|
-
"line":
|
246
|
+
"line": 253,
|
247
247
|
"character": 6
|
248
248
|
},
|
249
249
|
"members": [
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"__schema": "VariableLikeSchema",
|
252
252
|
"location": {
|
253
253
|
"filePath": "export.main.runtime.ts",
|
254
|
-
"line":
|
254
|
+
"line": 254,
|
255
255
|
"character": 5
|
256
256
|
},
|
257
257
|
"signature": "(property) scope: Scope",
|
@@ -260,7 +260,7 @@
|
|
260
260
|
"__schema": "TypeRefSchema",
|
261
261
|
"location": {
|
262
262
|
"filePath": "export.main.runtime.ts",
|
263
|
-
"line":
|
263
|
+
"line": 254,
|
264
264
|
"character": 5
|
265
265
|
},
|
266
266
|
"name": "Scope",
|
@@ -272,7 +272,7 @@
|
|
272
272
|
"__schema": "VariableLikeSchema",
|
273
273
|
"location": {
|
274
274
|
"filePath": "export.main.runtime.ts",
|
275
|
-
"line":
|
275
|
+
"line": 255,
|
276
276
|
"character": 5
|
277
277
|
},
|
278
278
|
"signature": "(property) ids: ComponentIdList",
|
@@ -281,7 +281,7 @@
|
|
281
281
|
"__schema": "TypeRefSchema",
|
282
282
|
"location": {
|
283
283
|
"filePath": "export.main.runtime.ts",
|
284
|
-
"line":
|
284
|
+
"line": 255,
|
285
285
|
"character": 5
|
286
286
|
},
|
287
287
|
"name": "ComponentIdList",
|
@@ -297,7 +297,7 @@
|
|
297
297
|
"__schema": "VariableLikeSchema",
|
298
298
|
"location": {
|
299
299
|
"filePath": "export.main.runtime.ts",
|
300
|
-
"line":
|
300
|
+
"line": 256,
|
301
301
|
"character": 5
|
302
302
|
},
|
303
303
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -306,7 +306,7 @@
|
|
306
306
|
"__schema": "TypeRefSchema",
|
307
307
|
"location": {
|
308
308
|
"filePath": "export.main.runtime.ts",
|
309
|
-
"line":
|
309
|
+
"line": 256,
|
310
310
|
"character": 18
|
311
311
|
},
|
312
312
|
"name": "Lane"
|
@@ -317,7 +317,7 @@
|
|
317
317
|
"__schema": "VariableLikeSchema",
|
318
318
|
"location": {
|
319
319
|
"filePath": "export.main.runtime.ts",
|
320
|
-
"line":
|
320
|
+
"line": 257,
|
321
321
|
"character": 5
|
322
322
|
},
|
323
323
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -326,7 +326,7 @@
|
|
326
326
|
"__schema": "KeywordTypeSchema",
|
327
327
|
"location": {
|
328
328
|
"filePath": "export.main.runtime.ts",
|
329
|
-
"line":
|
329
|
+
"line": 257,
|
330
330
|
"character": 19
|
331
331
|
},
|
332
332
|
"name": "boolean"
|
@@ -337,7 +337,7 @@
|
|
337
337
|
"__schema": "VariableLikeSchema",
|
338
338
|
"location": {
|
339
339
|
"filePath": "export.main.runtime.ts",
|
340
|
-
"line":
|
340
|
+
"line": 258,
|
341
341
|
"character": 5
|
342
342
|
},
|
343
343
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -346,7 +346,7 @@
|
|
346
346
|
"__schema": "KeywordTypeSchema",
|
347
347
|
"location": {
|
348
348
|
"filePath": "export.main.runtime.ts",
|
349
|
-
"line":
|
349
|
+
"line": 258,
|
350
350
|
"character": 22
|
351
351
|
},
|
352
352
|
"name": "boolean"
|
@@ -357,7 +357,7 @@
|
|
357
357
|
"__schema": "VariableLikeSchema",
|
358
358
|
"location": {
|
359
359
|
"filePath": "export.main.runtime.ts",
|
360
|
-
"line":
|
360
|
+
"line": 259,
|
361
361
|
"character": 5
|
362
362
|
},
|
363
363
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -366,7 +366,7 @@
|
|
366
366
|
"__schema": "TypeUnionSchema",
|
367
367
|
"location": {
|
368
368
|
"filePath": "export.main.runtime.ts",
|
369
|
-
"line":
|
369
|
+
"line": 259,
|
370
370
|
"character": 22
|
371
371
|
},
|
372
372
|
"types": [
|
@@ -374,7 +374,7 @@
|
|
374
374
|
"__schema": "KeywordTypeSchema",
|
375
375
|
"location": {
|
376
376
|
"filePath": "export.main.runtime.ts",
|
377
|
-
"line":
|
377
|
+
"line": 259,
|
378
378
|
"character": 22
|
379
379
|
},
|
380
380
|
"name": "string"
|
@@ -383,7 +383,7 @@
|
|
383
383
|
"__schema": "KeywordTypeSchema",
|
384
384
|
"location": {
|
385
385
|
"filePath": "export.main.runtime.ts",
|
386
|
-
"line":
|
386
|
+
"line": 259,
|
387
387
|
"character": 31
|
388
388
|
},
|
389
389
|
"name": "undefined"
|
@@ -396,7 +396,7 @@
|
|
396
396
|
"__schema": "VariableLikeSchema",
|
397
397
|
"location": {
|
398
398
|
"filePath": "export.main.runtime.ts",
|
399
|
-
"line":
|
399
|
+
"line": 260,
|
400
400
|
"character": 5
|
401
401
|
},
|
402
402
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -405,7 +405,7 @@
|
|
405
405
|
"__schema": "KeywordTypeSchema",
|
406
406
|
"location": {
|
407
407
|
"filePath": "export.main.runtime.ts",
|
408
|
-
"line":
|
408
|
+
"line": 260,
|
409
409
|
"character": 32
|
410
410
|
},
|
411
411
|
"name": "boolean"
|
@@ -416,7 +416,7 @@
|
|
416
416
|
"__schema": "VariableLikeSchema",
|
417
417
|
"location": {
|
418
418
|
"filePath": "export.main.runtime.ts",
|
419
|
-
"line":
|
419
|
+
"line": 261,
|
420
420
|
"character": 5
|
421
421
|
},
|
422
422
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -425,7 +425,7 @@
|
|
425
425
|
"__schema": "KeywordTypeSchema",
|
426
426
|
"location": {
|
427
427
|
"filePath": "export.main.runtime.ts",
|
428
|
-
"line":
|
428
|
+
"line": 261,
|
429
429
|
"character": 16
|
430
430
|
},
|
431
431
|
"name": "boolean"
|
@@ -436,7 +436,7 @@
|
|
436
436
|
"__schema": "VariableLikeSchema",
|
437
437
|
"location": {
|
438
438
|
"filePath": "export.main.runtime.ts",
|
439
|
-
"line":
|
439
|
+
"line": 262,
|
440
440
|
"character": 5
|
441
441
|
},
|
442
442
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -445,7 +445,7 @@
|
|
445
445
|
"__schema": "KeywordTypeSchema",
|
446
446
|
"location": {
|
447
447
|
"filePath": "export.main.runtime.ts",
|
448
|
-
"line":
|
448
|
+
"line": 262,
|
449
449
|
"character": 23
|
450
450
|
},
|
451
451
|
"name": "boolean"
|
@@ -456,7 +456,7 @@
|
|
456
456
|
"__schema": "VariableLikeSchema",
|
457
457
|
"location": {
|
458
458
|
"filePath": "export.main.runtime.ts",
|
459
|
-
"line":
|
459
|
+
"line": 263,
|
460
460
|
"character": 5
|
461
461
|
},
|
462
462
|
"signature": "(property) includeParents?: boolean | undefined",
|
@@ -465,7 +465,7 @@
|
|
465
465
|
"__schema": "KeywordTypeSchema",
|
466
466
|
"location": {
|
467
467
|
"filePath": "export.main.runtime.ts",
|
468
|
-
"line":
|
468
|
+
"line": 263,
|
469
469
|
"character": 22
|
470
470
|
},
|
471
471
|
"name": "boolean"
|
@@ -476,7 +476,7 @@
|
|
476
476
|
"__schema": "VariableLikeSchema",
|
477
477
|
"location": {
|
478
478
|
"filePath": "export.main.runtime.ts",
|
479
|
-
"line":
|
479
|
+
"line": 264,
|
480
480
|
"character": 5
|
481
481
|
},
|
482
482
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -485,7 +485,7 @@
|
|
485
485
|
"__schema": "KeywordTypeSchema",
|
486
486
|
"location": {
|
487
487
|
"filePath": "export.main.runtime.ts",
|
488
|
-
"line":
|
488
|
+
"line": 264,
|
489
489
|
"character": 33
|
490
490
|
},
|
491
491
|
"name": "boolean"
|
@@ -496,7 +496,7 @@
|
|
496
496
|
"__schema": "VariableLikeSchema",
|
497
497
|
"location": {
|
498
498
|
"filePath": "export.main.runtime.ts",
|
499
|
-
"line":
|
499
|
+
"line": 265,
|
500
500
|
"character": 5
|
501
501
|
},
|
502
502
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -505,7 +505,7 @@
|
|
505
505
|
"__schema": "TypeRefSchema",
|
506
506
|
"location": {
|
507
507
|
"filePath": "export.main.runtime.ts",
|
508
|
-
"line":
|
508
|
+
"line": 265,
|
509
509
|
"character": 20
|
510
510
|
},
|
511
511
|
"name": "ExportOrigin"
|
@@ -520,7 +520,7 @@
|
|
520
520
|
"__schema": "VariableLikeSchema",
|
521
521
|
"location": {
|
522
522
|
"filePath": "export.main.runtime.ts",
|
523
|
-
"line":
|
523
|
+
"line": 254,
|
524
524
|
"character": 5
|
525
525
|
},
|
526
526
|
"signature": "(property) scope: Scope",
|
@@ -529,7 +529,7 @@
|
|
529
529
|
"__schema": "TypeRefSchema",
|
530
530
|
"location": {
|
531
531
|
"filePath": "export.main.runtime.ts",
|
532
|
-
"line":
|
532
|
+
"line": 254,
|
533
533
|
"character": 5
|
534
534
|
},
|
535
535
|
"name": "Scope",
|
@@ -541,7 +541,7 @@
|
|
541
541
|
"__schema": "VariableLikeSchema",
|
542
542
|
"location": {
|
543
543
|
"filePath": "export.main.runtime.ts",
|
544
|
-
"line":
|
544
|
+
"line": 255,
|
545
545
|
"character": 5
|
546
546
|
},
|
547
547
|
"signature": "(property) ids: ComponentIdList",
|
@@ -550,7 +550,7 @@
|
|
550
550
|
"__schema": "TypeRefSchema",
|
551
551
|
"location": {
|
552
552
|
"filePath": "export.main.runtime.ts",
|
553
|
-
"line":
|
553
|
+
"line": 255,
|
554
554
|
"character": 5
|
555
555
|
},
|
556
556
|
"name": "ComponentIdList",
|
@@ -566,7 +566,7 @@
|
|
566
566
|
"__schema": "VariableLikeSchema",
|
567
567
|
"location": {
|
568
568
|
"filePath": "export.main.runtime.ts",
|
569
|
-
"line":
|
569
|
+
"line": 256,
|
570
570
|
"character": 5
|
571
571
|
},
|
572
572
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -575,7 +575,7 @@
|
|
575
575
|
"__schema": "TypeRefSchema",
|
576
576
|
"location": {
|
577
577
|
"filePath": "export.main.runtime.ts",
|
578
|
-
"line":
|
578
|
+
"line": 256,
|
579
579
|
"character": 18
|
580
580
|
},
|
581
581
|
"name": "Lane"
|
@@ -586,7 +586,7 @@
|
|
586
586
|
"__schema": "VariableLikeSchema",
|
587
587
|
"location": {
|
588
588
|
"filePath": "export.main.runtime.ts",
|
589
|
-
"line":
|
589
|
+
"line": 257,
|
590
590
|
"character": 5
|
591
591
|
},
|
592
592
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -595,7 +595,7 @@
|
|
595
595
|
"__schema": "KeywordTypeSchema",
|
596
596
|
"location": {
|
597
597
|
"filePath": "export.main.runtime.ts",
|
598
|
-
"line":
|
598
|
+
"line": 257,
|
599
599
|
"character": 19
|
600
600
|
},
|
601
601
|
"name": "boolean"
|
@@ -606,7 +606,7 @@
|
|
606
606
|
"__schema": "VariableLikeSchema",
|
607
607
|
"location": {
|
608
608
|
"filePath": "export.main.runtime.ts",
|
609
|
-
"line":
|
609
|
+
"line": 258,
|
610
610
|
"character": 5
|
611
611
|
},
|
612
612
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -615,7 +615,7 @@
|
|
615
615
|
"__schema": "KeywordTypeSchema",
|
616
616
|
"location": {
|
617
617
|
"filePath": "export.main.runtime.ts",
|
618
|
-
"line":
|
618
|
+
"line": 258,
|
619
619
|
"character": 22
|
620
620
|
},
|
621
621
|
"name": "boolean"
|
@@ -626,7 +626,7 @@
|
|
626
626
|
"__schema": "VariableLikeSchema",
|
627
627
|
"location": {
|
628
628
|
"filePath": "export.main.runtime.ts",
|
629
|
-
"line":
|
629
|
+
"line": 259,
|
630
630
|
"character": 5
|
631
631
|
},
|
632
632
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -635,7 +635,7 @@
|
|
635
635
|
"__schema": "TypeUnionSchema",
|
636
636
|
"location": {
|
637
637
|
"filePath": "export.main.runtime.ts",
|
638
|
-
"line":
|
638
|
+
"line": 259,
|
639
639
|
"character": 22
|
640
640
|
},
|
641
641
|
"types": [
|
@@ -643,7 +643,7 @@
|
|
643
643
|
"__schema": "KeywordTypeSchema",
|
644
644
|
"location": {
|
645
645
|
"filePath": "export.main.runtime.ts",
|
646
|
-
"line":
|
646
|
+
"line": 259,
|
647
647
|
"character": 22
|
648
648
|
},
|
649
649
|
"name": "string"
|
@@ -652,7 +652,7 @@
|
|
652
652
|
"__schema": "KeywordTypeSchema",
|
653
653
|
"location": {
|
654
654
|
"filePath": "export.main.runtime.ts",
|
655
|
-
"line":
|
655
|
+
"line": 259,
|
656
656
|
"character": 31
|
657
657
|
},
|
658
658
|
"name": "undefined"
|
@@ -665,7 +665,7 @@
|
|
665
665
|
"__schema": "VariableLikeSchema",
|
666
666
|
"location": {
|
667
667
|
"filePath": "export.main.runtime.ts",
|
668
|
-
"line":
|
668
|
+
"line": 260,
|
669
669
|
"character": 5
|
670
670
|
},
|
671
671
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -674,7 +674,7 @@
|
|
674
674
|
"__schema": "KeywordTypeSchema",
|
675
675
|
"location": {
|
676
676
|
"filePath": "export.main.runtime.ts",
|
677
|
-
"line":
|
677
|
+
"line": 260,
|
678
678
|
"character": 32
|
679
679
|
},
|
680
680
|
"name": "boolean"
|
@@ -685,7 +685,7 @@
|
|
685
685
|
"__schema": "VariableLikeSchema",
|
686
686
|
"location": {
|
687
687
|
"filePath": "export.main.runtime.ts",
|
688
|
-
"line":
|
688
|
+
"line": 261,
|
689
689
|
"character": 5
|
690
690
|
},
|
691
691
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -694,7 +694,7 @@
|
|
694
694
|
"__schema": "KeywordTypeSchema",
|
695
695
|
"location": {
|
696
696
|
"filePath": "export.main.runtime.ts",
|
697
|
-
"line":
|
697
|
+
"line": 261,
|
698
698
|
"character": 16
|
699
699
|
},
|
700
700
|
"name": "boolean"
|
@@ -705,7 +705,7 @@
|
|
705
705
|
"__schema": "VariableLikeSchema",
|
706
706
|
"location": {
|
707
707
|
"filePath": "export.main.runtime.ts",
|
708
|
-
"line":
|
708
|
+
"line": 262,
|
709
709
|
"character": 5
|
710
710
|
},
|
711
711
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -714,7 +714,7 @@
|
|
714
714
|
"__schema": "KeywordTypeSchema",
|
715
715
|
"location": {
|
716
716
|
"filePath": "export.main.runtime.ts",
|
717
|
-
"line":
|
717
|
+
"line": 262,
|
718
718
|
"character": 23
|
719
719
|
},
|
720
720
|
"name": "boolean"
|
@@ -725,7 +725,7 @@
|
|
725
725
|
"__schema": "VariableLikeSchema",
|
726
726
|
"location": {
|
727
727
|
"filePath": "export.main.runtime.ts",
|
728
|
-
"line":
|
728
|
+
"line": 263,
|
729
729
|
"character": 5
|
730
730
|
},
|
731
731
|
"signature": "(property) includeParents?: boolean | undefined",
|
@@ -734,7 +734,7 @@
|
|
734
734
|
"__schema": "KeywordTypeSchema",
|
735
735
|
"location": {
|
736
736
|
"filePath": "export.main.runtime.ts",
|
737
|
-
"line":
|
737
|
+
"line": 263,
|
738
738
|
"character": 22
|
739
739
|
},
|
740
740
|
"name": "boolean"
|
@@ -745,7 +745,7 @@
|
|
745
745
|
"__schema": "VariableLikeSchema",
|
746
746
|
"location": {
|
747
747
|
"filePath": "export.main.runtime.ts",
|
748
|
-
"line":
|
748
|
+
"line": 264,
|
749
749
|
"character": 5
|
750
750
|
},
|
751
751
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -754,7 +754,7 @@
|
|
754
754
|
"__schema": "KeywordTypeSchema",
|
755
755
|
"location": {
|
756
756
|
"filePath": "export.main.runtime.ts",
|
757
|
-
"line":
|
757
|
+
"line": 264,
|
758
758
|
"character": 33
|
759
759
|
},
|
760
760
|
"name": "boolean"
|
@@ -765,7 +765,7 @@
|
|
765
765
|
"__schema": "VariableLikeSchema",
|
766
766
|
"location": {
|
767
767
|
"filePath": "export.main.runtime.ts",
|
768
|
-
"line":
|
768
|
+
"line": 265,
|
769
769
|
"character": 5
|
770
770
|
},
|
771
771
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -774,7 +774,7 @@
|
|
774
774
|
"__schema": "TypeRefSchema",
|
775
775
|
"location": {
|
776
776
|
"filePath": "export.main.runtime.ts",
|
777
|
-
"line":
|
777
|
+
"line": 265,
|
778
778
|
"character": 20
|
779
779
|
},
|
780
780
|
"name": "ExportOrigin"
|
@@ -789,7 +789,7 @@
|
|
789
789
|
"__schema": "TypeRefSchema",
|
790
790
|
"location": {
|
791
791
|
"filePath": "export.main.runtime.ts",
|
792
|
-
"line":
|
792
|
+
"line": 266,
|
793
793
|
"character": 7
|
794
794
|
},
|
795
795
|
"name": "Promise",
|
@@ -798,7 +798,7 @@
|
|
798
798
|
"__schema": "TypeLiteralSchema",
|
799
799
|
"location": {
|
800
800
|
"filePath": "export.main.runtime.ts",
|
801
|
-
"line":
|
801
|
+
"line": 266,
|
802
802
|
"character": 15
|
803
803
|
},
|
804
804
|
"members": [
|
@@ -806,7 +806,7 @@
|
|
806
806
|
"__schema": "VariableLikeSchema",
|
807
807
|
"location": {
|
808
808
|
"filePath": "export.main.runtime.ts",
|
809
|
-
"line":
|
809
|
+
"line": 267,
|
810
810
|
"character": 5
|
811
811
|
},
|
812
812
|
"signature": "(property) exported: ComponentIdList",
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"__schema": "TypeRefSchema",
|
816
816
|
"location": {
|
817
817
|
"filePath": "export.main.runtime.ts",
|
818
|
-
"line":
|
818
|
+
"line": 267,
|
819
819
|
"character": 5
|
820
820
|
},
|
821
821
|
"name": "ComponentIdList",
|
@@ -831,7 +831,7 @@
|
|
831
831
|
"__schema": "VariableLikeSchema",
|
832
832
|
"location": {
|
833
833
|
"filePath": "export.main.runtime.ts",
|
834
|
-
"line":
|
834
|
+
"line": 268,
|
835
835
|
"character": 5
|
836
836
|
},
|
837
837
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -840,7 +840,7 @@
|
|
840
840
|
"__schema": "TypeRefSchema",
|
841
841
|
"location": {
|
842
842
|
"filePath": "export.main.runtime.ts",
|
843
|
-
"line":
|
843
|
+
"line": 268,
|
844
844
|
"character": 5
|
845
845
|
},
|
846
846
|
"name": "ComponentIdList",
|
@@ -856,7 +856,7 @@
|
|
856
856
|
"__schema": "VariableLikeSchema",
|
857
857
|
"location": {
|
858
858
|
"filePath": "export.main.runtime.ts",
|
859
|
-
"line":
|
859
|
+
"line": 269,
|
860
860
|
"character": 5
|
861
861
|
},
|
862
862
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -865,14 +865,14 @@
|
|
865
865
|
"__schema": "TypeArraySchema",
|
866
866
|
"location": {
|
867
867
|
"filePath": "export.main.runtime.ts",
|
868
|
-
"line":
|
868
|
+
"line": 269,
|
869
869
|
"character": 21
|
870
870
|
},
|
871
871
|
"type": {
|
872
872
|
"__schema": "TypeRefSchema",
|
873
873
|
"location": {
|
874
874
|
"filePath": "export.main.runtime.ts",
|
875
|
-
"line":
|
875
|
+
"line": 269,
|
876
876
|
"character": 21
|
877
877
|
},
|
878
878
|
"name": "ComponentID"
|
@@ -884,7 +884,7 @@
|
|
884
884
|
"__schema": "VariableLikeSchema",
|
885
885
|
"location": {
|
886
886
|
"filePath": "export.main.runtime.ts",
|
887
|
-
"line":
|
887
|
+
"line": 270,
|
888
888
|
"character": 5
|
889
889
|
},
|
890
890
|
"signature": "(property) rippleJobs: string[]",
|
@@ -893,14 +893,14 @@
|
|
893
893
|
"__schema": "TypeArraySchema",
|
894
894
|
"location": {
|
895
895
|
"filePath": "export.main.runtime.ts",
|
896
|
-
"line":
|
896
|
+
"line": 270,
|
897
897
|
"character": 17
|
898
898
|
},
|
899
899
|
"type": {
|
900
900
|
"__schema": "KeywordTypeSchema",
|
901
901
|
"location": {
|
902
902
|
"filePath": "export.main.runtime.ts",
|
903
|
-
"line":
|
903
|
+
"line": 270,
|
904
904
|
"character": 17
|
905
905
|
},
|
906
906
|
"name": "string"
|
@@ -920,7 +920,7 @@
|
|
920
920
|
"__schema": "FunctionLikeSchema",
|
921
921
|
"location": {
|
922
922
|
"filePath": "export.main.runtime.ts",
|
923
|
-
"line":
|
923
|
+
"line": 593,
|
924
924
|
"character": 3
|
925
925
|
},
|
926
926
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -930,7 +930,7 @@
|
|
930
930
|
"__schema": "ParameterSchema",
|
931
931
|
"location": {
|
932
932
|
"filePath": "export.main.runtime.ts",
|
933
|
-
"line":
|
933
|
+
"line": 593,
|
934
934
|
"character": 32
|
935
935
|
},
|
936
936
|
"name": "manyObjectsPerRemote",
|
@@ -938,14 +938,14 @@
|
|
938
938
|
"__schema": "TypeArraySchema",
|
939
939
|
"location": {
|
940
940
|
"filePath": "export.main.runtime.ts",
|
941
|
-
"line":
|
941
|
+
"line": 593,
|
942
942
|
"character": 54
|
943
943
|
},
|
944
944
|
"type": {
|
945
945
|
"__schema": "TypeRefSchema",
|
946
946
|
"location": {
|
947
947
|
"filePath": "export.main.runtime.ts",
|
948
|
-
"line":
|
948
|
+
"line": 593,
|
949
949
|
"character": 54
|
950
950
|
},
|
951
951
|
"name": "ObjectsPerRemote"
|
@@ -958,7 +958,7 @@
|
|
958
958
|
"__schema": "ParameterSchema",
|
959
959
|
"location": {
|
960
960
|
"filePath": "export.main.runtime.ts",
|
961
|
-
"line":
|
961
|
+
"line": 593,
|
962
962
|
"character": 74
|
963
963
|
},
|
964
964
|
"name": "resumeExportId",
|
@@ -966,7 +966,7 @@
|
|
966
966
|
"__schema": "KeywordTypeSchema",
|
967
967
|
"location": {
|
968
968
|
"filePath": "export.main.runtime.ts",
|
969
|
-
"line":
|
969
|
+
"line": 593,
|
970
970
|
"character": 91
|
971
971
|
},
|
972
972
|
"name": "string"
|
@@ -979,7 +979,7 @@
|
|
979
979
|
"__schema": "InferenceTypeSchema",
|
980
980
|
"location": {
|
981
981
|
"filePath": "export.main.runtime.ts",
|
982
|
-
"line":
|
982
|
+
"line": 593,
|
983
983
|
"character": 3
|
984
984
|
},
|
985
985
|
"type": "Promise<void>"
|
@@ -992,7 +992,7 @@
|
|
992
992
|
"__schema": "FunctionLikeSchema",
|
993
993
|
"location": {
|
994
994
|
"filePath": "export.main.runtime.ts",
|
995
|
-
"line":
|
995
|
+
"line": 631,
|
996
996
|
"character": 3
|
997
997
|
},
|
998
998
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"__schema": "ParameterSchema",
|
1003
1003
|
"location": {
|
1004
1004
|
"filePath": "export.main.runtime.ts",
|
1005
|
-
"line":
|
1005
|
+
"line": 632,
|
1006
1006
|
"character": 5
|
1007
1007
|
},
|
1008
1008
|
"name": "manyObjectsPerRemote",
|
@@ -1010,14 +1010,14 @@
|
|
1010
1010
|
"__schema": "TypeArraySchema",
|
1011
1011
|
"location": {
|
1012
1012
|
"filePath": "export.main.runtime.ts",
|
1013
|
-
"line":
|
1013
|
+
"line": 632,
|
1014
1014
|
"character": 27
|
1015
1015
|
},
|
1016
1016
|
"type": {
|
1017
1017
|
"__schema": "TypeRefSchema",
|
1018
1018
|
"location": {
|
1019
1019
|
"filePath": "export.main.runtime.ts",
|
1020
|
-
"line":
|
1020
|
+
"line": 632,
|
1021
1021
|
"character": 27
|
1022
1022
|
},
|
1023
1023
|
"name": "ObjectsPerRemote"
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
"__schema": "ParameterSchema",
|
1031
1031
|
"location": {
|
1032
1032
|
"filePath": "export.main.runtime.ts",
|
1033
|
-
"line":
|
1033
|
+
"line": 633,
|
1034
1034
|
"character": 5
|
1035
1035
|
},
|
1036
1036
|
"name": "scopeRemotes",
|
@@ -1038,7 +1038,7 @@
|
|
1038
1038
|
"__schema": "TypeRefSchema",
|
1039
1039
|
"location": {
|
1040
1040
|
"filePath": "export.main.runtime.ts",
|
1041
|
-
"line":
|
1041
|
+
"line": 633,
|
1042
1042
|
"character": 19
|
1043
1043
|
},
|
1044
1044
|
"name": "Remotes"
|
@@ -1050,7 +1050,7 @@
|
|
1050
1050
|
"__schema": "ParameterSchema",
|
1051
1051
|
"location": {
|
1052
1052
|
"filePath": "export.main.runtime.ts",
|
1053
|
-
"line":
|
1053
|
+
"line": 634,
|
1054
1054
|
"character": 5
|
1055
1055
|
},
|
1056
1056
|
"name": "originDirectly",
|
@@ -1058,7 +1058,7 @@
|
|
1058
1058
|
"__schema": "InferenceTypeSchema",
|
1059
1059
|
"location": {
|
1060
1060
|
"filePath": "export.main.runtime.ts",
|
1061
|
-
"line":
|
1061
|
+
"line": 634,
|
1062
1062
|
"character": 5
|
1063
1063
|
},
|
1064
1064
|
"type": "boolean"
|
@@ -1072,7 +1072,7 @@
|
|
1072
1072
|
"__schema": "KeywordTypeSchema",
|
1073
1073
|
"location": {
|
1074
1074
|
"filePath": "export.main.runtime.ts",
|
1075
|
-
"line":
|
1075
|
+
"line": 635,
|
1076
1076
|
"character": 6
|
1077
1077
|
},
|
1078
1078
|
"name": "boolean"
|
@@ -1083,7 +1083,7 @@
|
|
1083
1083
|
"__schema": "VariableLikeSchema",
|
1084
1084
|
"location": {
|
1085
1085
|
"filePath": "export.main.runtime.ts",
|
1086
|
-
"line":
|
1086
|
+
"line": 763,
|
1087
1087
|
"character": 3
|
1088
1088
|
},
|
1089
1089
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
"__schema": "InferenceTypeSchema",
|
1093
1093
|
"location": {
|
1094
1094
|
"filePath": "export.main.runtime.ts",
|
1095
|
-
"line":
|
1095
|
+
"line": 763,
|
1096
1096
|
"character": 3
|
1097
1097
|
},
|
1098
1098
|
"type": "RuntimeDefinition"
|
@@ -1104,7 +1104,7 @@
|
|
1104
1104
|
"__schema": "VariableLikeSchema",
|
1105
1105
|
"location": {
|
1106
1106
|
"filePath": "export.main.runtime.ts",
|
1107
|
-
"line":
|
1107
|
+
"line": 764,
|
1108
1108
|
"character": 3
|
1109
1109
|
},
|
1110
1110
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -1113,7 +1113,7 @@
|
|
1113
1113
|
"__schema": "InferenceTypeSchema",
|
1114
1114
|
"location": {
|
1115
1115
|
"filePath": "export.main.runtime.ts",
|
1116
|
-
"line":
|
1116
|
+
"line": 764,
|
1117
1117
|
"character": 3
|
1118
1118
|
},
|
1119
1119
|
"type": "Aspect[]"
|
@@ -1125,7 +1125,7 @@
|
|
1125
1125
|
"__schema": "FunctionLikeSchema",
|
1126
1126
|
"location": {
|
1127
1127
|
"filePath": "export.main.runtime.ts",
|
1128
|
-
"line":
|
1128
|
+
"line": 773,
|
1129
1129
|
"character": 3
|
1130
1130
|
},
|
1131
1131
|
"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>",
|
@@ -1135,7 +1135,7 @@
|
|
1135
1135
|
"__schema": "ParameterSchema",
|
1136
1136
|
"location": {
|
1137
1137
|
"filePath": "export.main.runtime.ts",
|
1138
|
-
"line":
|
1138
|
+
"line": 773,
|
1139
1139
|
"character": 25
|
1140
1140
|
},
|
1141
1141
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -1143,7 +1143,7 @@
|
|
1143
1143
|
"__schema": "TupleTypeSchema",
|
1144
1144
|
"location": {
|
1145
1145
|
"filePath": "export.main.runtime.ts",
|
1146
|
-
"line":
|
1146
|
+
"line": 773,
|
1147
1147
|
"character": 90
|
1148
1148
|
},
|
1149
1149
|
"elements": [
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
"__schema": "TypeRefSchema",
|
1152
1152
|
"location": {
|
1153
1153
|
"filePath": "export.main.runtime.ts",
|
1154
|
-
"line":
|
1154
|
+
"line": 774,
|
1155
1155
|
"character": 5
|
1156
1156
|
},
|
1157
1157
|
"name": "CLIMain"
|
@@ -1160,7 +1160,7 @@
|
|
1160
1160
|
"__schema": "TypeRefSchema",
|
1161
1161
|
"location": {
|
1162
1162
|
"filePath": "export.main.runtime.ts",
|
1163
|
-
"line":
|
1163
|
+
"line": 775,
|
1164
1164
|
"character": 5
|
1165
1165
|
},
|
1166
1166
|
"name": "ScopeMain"
|
@@ -1169,7 +1169,7 @@
|
|
1169
1169
|
"__schema": "TypeRefSchema",
|
1170
1170
|
"location": {
|
1171
1171
|
"filePath": "export.main.runtime.ts",
|
1172
|
-
"line":
|
1172
|
+
"line": 776,
|
1173
1173
|
"character": 5
|
1174
1174
|
},
|
1175
1175
|
"name": "Workspace"
|
@@ -1178,7 +1178,7 @@
|
|
1178
1178
|
"__schema": "TypeRefSchema",
|
1179
1179
|
"location": {
|
1180
1180
|
"filePath": "export.main.runtime.ts",
|
1181
|
-
"line":
|
1181
|
+
"line": 777,
|
1182
1182
|
"character": 5
|
1183
1183
|
},
|
1184
1184
|
"name": "RemoveMain"
|
@@ -1187,7 +1187,7 @@
|
|
1187
1187
|
"__schema": "TypeRefSchema",
|
1188
1188
|
"location": {
|
1189
1189
|
"filePath": "export.main.runtime.ts",
|
1190
|
-
"line":
|
1190
|
+
"line": 778,
|
1191
1191
|
"character": 5
|
1192
1192
|
},
|
1193
1193
|
"name": "DependencyResolverMain"
|
@@ -1196,7 +1196,7 @@
|
|
1196
1196
|
"__schema": "TypeRefSchema",
|
1197
1197
|
"location": {
|
1198
1198
|
"filePath": "export.main.runtime.ts",
|
1199
|
-
"line":
|
1199
|
+
"line": 779,
|
1200
1200
|
"character": 5
|
1201
1201
|
},
|
1202
1202
|
"name": "LoggerMain"
|
@@ -1205,7 +1205,7 @@
|
|
1205
1205
|
"__schema": "TypeRefSchema",
|
1206
1206
|
"location": {
|
1207
1207
|
"filePath": "export.main.runtime.ts",
|
1208
|
-
"line":
|
1208
|
+
"line": 780,
|
1209
1209
|
"character": 5
|
1210
1210
|
},
|
1211
1211
|
"name": "EjectMain"
|
@@ -1220,7 +1220,7 @@
|
|
1220
1220
|
"__schema": "InferenceTypeSchema",
|
1221
1221
|
"location": {
|
1222
1222
|
"filePath": "export.main.runtime.ts",
|
1223
|
-
"line":
|
1223
|
+
"line": 773,
|
1224
1224
|
"character": 3
|
1225
1225
|
},
|
1226
1226
|
"type": "Promise<ExportMain>"
|
@@ -1454,13 +1454,41 @@
|
|
1454
1454
|
"line": 80,
|
1455
1455
|
"character": 3
|
1456
1456
|
},
|
1457
|
+
"signature": "(property) ExportResult.rippleJobUrls: string[]",
|
1458
|
+
"name": "rippleJobUrls",
|
1459
|
+
"type": {
|
1460
|
+
"__schema": "TypeArraySchema",
|
1461
|
+
"location": {
|
1462
|
+
"filePath": "export.main.runtime.ts",
|
1463
|
+
"line": 80,
|
1464
|
+
"character": 18
|
1465
|
+
},
|
1466
|
+
"type": {
|
1467
|
+
"__schema": "KeywordTypeSchema",
|
1468
|
+
"location": {
|
1469
|
+
"filePath": "export.main.runtime.ts",
|
1470
|
+
"line": 80,
|
1471
|
+
"character": 18
|
1472
|
+
},
|
1473
|
+
"name": "string"
|
1474
|
+
}
|
1475
|
+
},
|
1476
|
+
"isOptional": false
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"__schema": "VariableLikeSchema",
|
1480
|
+
"location": {
|
1481
|
+
"filePath": "export.main.runtime.ts",
|
1482
|
+
"line": 81,
|
1483
|
+
"character": 3
|
1484
|
+
},
|
1457
1485
|
"signature": "(property) ExportResult.ejectResults: EjectResults | undefined",
|
1458
1486
|
"name": "ejectResults",
|
1459
1487
|
"type": {
|
1460
1488
|
"__schema": "TypeUnionSchema",
|
1461
1489
|
"location": {
|
1462
1490
|
"filePath": "export.main.runtime.ts",
|
1463
|
-
"line":
|
1491
|
+
"line": 81,
|
1464
1492
|
"character": 17
|
1465
1493
|
},
|
1466
1494
|
"types": [
|
@@ -1468,7 +1496,7 @@
|
|
1468
1496
|
"__schema": "TypeRefSchema",
|
1469
1497
|
"location": {
|
1470
1498
|
"filePath": "export.main.runtime.ts",
|
1471
|
-
"line":
|
1499
|
+
"line": 81,
|
1472
1500
|
"character": 17
|
1473
1501
|
},
|
1474
1502
|
"name": "EjectResults"
|
@@ -1477,7 +1505,7 @@
|
|
1477
1505
|
"__schema": "KeywordTypeSchema",
|
1478
1506
|
"location": {
|
1479
1507
|
"filePath": "export.main.runtime.ts",
|
1480
|
-
"line":
|
1508
|
+
"line": 81,
|
1481
1509
|
"character": 32
|
1482
1510
|
},
|
1483
1511
|
"name": "undefined"
|
@@ -1944,13 +1972,41 @@
|
|
1944
1972
|
"line": 80,
|
1945
1973
|
"character": 3
|
1946
1974
|
},
|
1975
|
+
"signature": "(property) ExportResult.rippleJobUrls: string[]",
|
1976
|
+
"name": "rippleJobUrls",
|
1977
|
+
"type": {
|
1978
|
+
"__schema": "TypeArraySchema",
|
1979
|
+
"location": {
|
1980
|
+
"filePath": "export.main.runtime.ts",
|
1981
|
+
"line": 80,
|
1982
|
+
"character": 18
|
1983
|
+
},
|
1984
|
+
"type": {
|
1985
|
+
"__schema": "KeywordTypeSchema",
|
1986
|
+
"location": {
|
1987
|
+
"filePath": "export.main.runtime.ts",
|
1988
|
+
"line": 80,
|
1989
|
+
"character": 18
|
1990
|
+
},
|
1991
|
+
"name": "string"
|
1992
|
+
}
|
1993
|
+
},
|
1994
|
+
"isOptional": false
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"__schema": "VariableLikeSchema",
|
1998
|
+
"location": {
|
1999
|
+
"filePath": "export.main.runtime.ts",
|
2000
|
+
"line": 81,
|
2001
|
+
"character": 3
|
2002
|
+
},
|
1947
2003
|
"signature": "(property) ExportResult.ejectResults: EjectResults | undefined",
|
1948
2004
|
"name": "ejectResults",
|
1949
2005
|
"type": {
|
1950
2006
|
"__schema": "TypeUnionSchema",
|
1951
2007
|
"location": {
|
1952
2008
|
"filePath": "export.main.runtime.ts",
|
1953
|
-
"line":
|
2009
|
+
"line": 81,
|
1954
2010
|
"character": 17
|
1955
2011
|
},
|
1956
2012
|
"types": [
|
@@ -1958,7 +2014,7 @@
|
|
1958
2014
|
"__schema": "TypeRefSchema",
|
1959
2015
|
"location": {
|
1960
2016
|
"filePath": "export.main.runtime.ts",
|
1961
|
-
"line":
|
2017
|
+
"line": 81,
|
1962
2018
|
"character": 17
|
1963
2019
|
},
|
1964
2020
|
"name": "EjectResults"
|
@@ -1967,7 +2023,7 @@
|
|
1967
2023
|
"__schema": "KeywordTypeSchema",
|
1968
2024
|
"location": {
|
1969
2025
|
"filePath": "export.main.runtime.ts",
|
1970
|
-
"line":
|
2026
|
+
"line": 81,
|
1971
2027
|
"character": 32
|
1972
2028
|
},
|
1973
2029
|
"name": "undefined"
|
@@ -1983,7 +2039,7 @@
|
|
1983
2039
|
"__schema": "ClassSchema",
|
1984
2040
|
"location": {
|
1985
2041
|
"filePath": "export.main.runtime.ts",
|
1986
|
-
"line":
|
2042
|
+
"line": 84,
|
1987
2043
|
"character": 1
|
1988
2044
|
},
|
1989
2045
|
"signature": "class ExportMain",
|
@@ -1993,7 +2049,7 @@
|
|
1993
2049
|
"__schema": "ConstructorSchema",
|
1994
2050
|
"location": {
|
1995
2051
|
"filePath": "export.main.runtime.ts",
|
1996
|
-
"line":
|
2052
|
+
"line": 85,
|
1997
2053
|
"character": 3
|
1998
2054
|
},
|
1999
2055
|
"signature": "constructor ExportMain(workspace: Workspace, remove: RemoveMain, depResolver: DependencyResolverMain, logger: Logger, eject: EjectMain): ExportMain",
|
@@ -2003,7 +2059,7 @@
|
|
2003
2059
|
"__schema": "ParameterSchema",
|
2004
2060
|
"location": {
|
2005
2061
|
"filePath": "export.main.runtime.ts",
|
2006
|
-
"line":
|
2062
|
+
"line": 86,
|
2007
2063
|
"character": 5
|
2008
2064
|
},
|
2009
2065
|
"name": "workspace",
|
@@ -2011,7 +2067,7 @@
|
|
2011
2067
|
"__schema": "TypeRefSchema",
|
2012
2068
|
"location": {
|
2013
2069
|
"filePath": "export.main.runtime.ts",
|
2014
|
-
"line":
|
2070
|
+
"line": 86,
|
2015
2071
|
"character": 24
|
2016
2072
|
},
|
2017
2073
|
"name": "Workspace"
|
@@ -2023,7 +2079,7 @@
|
|
2023
2079
|
"__schema": "ParameterSchema",
|
2024
2080
|
"location": {
|
2025
2081
|
"filePath": "export.main.runtime.ts",
|
2026
|
-
"line":
|
2082
|
+
"line": 87,
|
2027
2083
|
"character": 5
|
2028
2084
|
},
|
2029
2085
|
"name": "remove",
|
@@ -2031,7 +2087,7 @@
|
|
2031
2087
|
"__schema": "TypeRefSchema",
|
2032
2088
|
"location": {
|
2033
2089
|
"filePath": "export.main.runtime.ts",
|
2034
|
-
"line":
|
2090
|
+
"line": 87,
|
2035
2091
|
"character": 21
|
2036
2092
|
},
|
2037
2093
|
"name": "RemoveMain"
|
@@ -2043,7 +2099,7 @@
|
|
2043
2099
|
"__schema": "ParameterSchema",
|
2044
2100
|
"location": {
|
2045
2101
|
"filePath": "export.main.runtime.ts",
|
2046
|
-
"line":
|
2102
|
+
"line": 88,
|
2047
2103
|
"character": 5
|
2048
2104
|
},
|
2049
2105
|
"name": "depResolver",
|
@@ -2051,7 +2107,7 @@
|
|
2051
2107
|
"__schema": "TypeRefSchema",
|
2052
2108
|
"location": {
|
2053
2109
|
"filePath": "export.main.runtime.ts",
|
2054
|
-
"line":
|
2110
|
+
"line": 88,
|
2055
2111
|
"character": 26
|
2056
2112
|
},
|
2057
2113
|
"name": "DependencyResolverMain"
|
@@ -2063,7 +2119,7 @@
|
|
2063
2119
|
"__schema": "ParameterSchema",
|
2064
2120
|
"location": {
|
2065
2121
|
"filePath": "export.main.runtime.ts",
|
2066
|
-
"line":
|
2122
|
+
"line": 89,
|
2067
2123
|
"character": 5
|
2068
2124
|
},
|
2069
2125
|
"name": "logger",
|
@@ -2071,7 +2127,7 @@
|
|
2071
2127
|
"__schema": "TypeRefSchema",
|
2072
2128
|
"location": {
|
2073
2129
|
"filePath": "export.main.runtime.ts",
|
2074
|
-
"line":
|
2130
|
+
"line": 89,
|
2075
2131
|
"character": 21
|
2076
2132
|
},
|
2077
2133
|
"name": "Logger"
|
@@ -2083,7 +2139,7 @@
|
|
2083
2139
|
"__schema": "ParameterSchema",
|
2084
2140
|
"location": {
|
2085
2141
|
"filePath": "export.main.runtime.ts",
|
2086
|
-
"line":
|
2142
|
+
"line": 90,
|
2087
2143
|
"character": 5
|
2088
2144
|
},
|
2089
2145
|
"name": "eject",
|
@@ -2091,7 +2147,7 @@
|
|
2091
2147
|
"__schema": "TypeRefSchema",
|
2092
2148
|
"location": {
|
2093
2149
|
"filePath": "export.main.runtime.ts",
|
2094
|
-
"line":
|
2150
|
+
"line": 90,
|
2095
2151
|
"character": 20
|
2096
2152
|
},
|
2097
2153
|
"name": "EjectMain"
|
@@ -2104,7 +2160,7 @@
|
|
2104
2160
|
"__schema": "ThisTypeSchema",
|
2105
2161
|
"location": {
|
2106
2162
|
"filePath": "export.main.runtime.ts",
|
2107
|
-
"line":
|
2163
|
+
"line": 84,
|
2108
2164
|
"character": 1
|
2109
2165
|
},
|
2110
2166
|
"name": "ExportMain"
|
@@ -2115,7 +2171,7 @@
|
|
2115
2171
|
"__schema": "FunctionLikeSchema",
|
2116
2172
|
"location": {
|
2117
2173
|
"filePath": "export.main.runtime.ts",
|
2118
|
-
"line":
|
2174
|
+
"line": 93,
|
2119
2175
|
"character": 3
|
2120
2176
|
},
|
2121
2177
|
"signature": "(method) ExportMain.export(params?: ExportParams): Promise<ExportResult>",
|
@@ -2125,7 +2181,7 @@
|
|
2125
2181
|
"__schema": "ParameterSchema",
|
2126
2182
|
"location": {
|
2127
2183
|
"filePath": "export.main.runtime.ts",
|
2128
|
-
"line":
|
2184
|
+
"line": 93,
|
2129
2185
|
"character": 16
|
2130
2186
|
},
|
2131
2187
|
"name": "params",
|
@@ -2133,7 +2189,7 @@
|
|
2133
2189
|
"__schema": "TypeRefSchema",
|
2134
2190
|
"location": {
|
2135
2191
|
"filePath": "export.main.runtime.ts",
|
2136
|
-
"line":
|
2192
|
+
"line": 93,
|
2137
2193
|
"character": 24
|
2138
2194
|
},
|
2139
2195
|
"name": "ExportParams"
|
@@ -2147,7 +2203,7 @@
|
|
2147
2203
|
"__schema": "TypeRefSchema",
|
2148
2204
|
"location": {
|
2149
2205
|
"filePath": "export.main.runtime.ts",
|
2150
|
-
"line":
|
2206
|
+
"line": 93,
|
2151
2207
|
"character": 44
|
2152
2208
|
},
|
2153
2209
|
"name": "Promise",
|
@@ -2156,7 +2212,7 @@
|
|
2156
2212
|
"__schema": "TypeRefSchema",
|
2157
2213
|
"location": {
|
2158
2214
|
"filePath": "export.main.runtime.ts",
|
2159
|
-
"line":
|
2215
|
+
"line": 93,
|
2160
2216
|
"character": 52
|
2161
2217
|
},
|
2162
2218
|
"name": "ExportResult"
|
@@ -2171,14 +2227,14 @@
|
|
2171
2227
|
"__schema": "FunctionLikeSchema",
|
2172
2228
|
"location": {
|
2173
2229
|
"filePath": "export.main.runtime.ts",
|
2174
|
-
"line":
|
2230
|
+
"line": 240,
|
2175
2231
|
"character": 3
|
2176
2232
|
},
|
2177
2233
|
"doc": {
|
2178
2234
|
"__schema": "DocSchema",
|
2179
2235
|
"location": {
|
2180
2236
|
"filePath": "export.main.runtime.ts",
|
2181
|
-
"line":
|
2237
|
+
"line": 237,
|
2182
2238
|
"character": 3
|
2183
2239
|
},
|
2184
2240
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
@@ -2192,7 +2248,7 @@
|
|
2192
2248
|
"__schema": "ParameterSchema",
|
2193
2249
|
"location": {
|
2194
2250
|
"filePath": "export.main.runtime.ts",
|
2195
|
-
"line":
|
2251
|
+
"line": 240,
|
2196
2252
|
"character": 20
|
2197
2253
|
},
|
2198
2254
|
"name": "{ scope, ids, laneObject, allVersions, originDirectly, resumeExportId, throwForMissingArtifacts, isOnMain = true, exportHeadsOnly, includeParents, filterOutExistingVersions, exportOrigin = 'export' }",
|
@@ -2200,7 +2256,7 @@
|
|
2200
2256
|
"__schema": "TypeLiteralSchema",
|
2201
2257
|
"location": {
|
2202
2258
|
"filePath": "export.main.runtime.ts",
|
2203
|
-
"line":
|
2259
|
+
"line": 253,
|
2204
2260
|
"character": 6
|
2205
2261
|
},
|
2206
2262
|
"members": [
|
@@ -2208,7 +2264,7 @@
|
|
2208
2264
|
"__schema": "VariableLikeSchema",
|
2209
2265
|
"location": {
|
2210
2266
|
"filePath": "export.main.runtime.ts",
|
2211
|
-
"line":
|
2267
|
+
"line": 254,
|
2212
2268
|
"character": 5
|
2213
2269
|
},
|
2214
2270
|
"signature": "(property) scope: Scope",
|
@@ -2217,7 +2273,7 @@
|
|
2217
2273
|
"__schema": "TypeRefSchema",
|
2218
2274
|
"location": {
|
2219
2275
|
"filePath": "export.main.runtime.ts",
|
2220
|
-
"line":
|
2276
|
+
"line": 254,
|
2221
2277
|
"character": 5
|
2222
2278
|
},
|
2223
2279
|
"name": "Scope",
|
@@ -2229,7 +2285,7 @@
|
|
2229
2285
|
"__schema": "VariableLikeSchema",
|
2230
2286
|
"location": {
|
2231
2287
|
"filePath": "export.main.runtime.ts",
|
2232
|
-
"line":
|
2288
|
+
"line": 255,
|
2233
2289
|
"character": 5
|
2234
2290
|
},
|
2235
2291
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2238,7 +2294,7 @@
|
|
2238
2294
|
"__schema": "TypeRefSchema",
|
2239
2295
|
"location": {
|
2240
2296
|
"filePath": "export.main.runtime.ts",
|
2241
|
-
"line":
|
2297
|
+
"line": 255,
|
2242
2298
|
"character": 5
|
2243
2299
|
},
|
2244
2300
|
"name": "ComponentIdList",
|
@@ -2254,7 +2310,7 @@
|
|
2254
2310
|
"__schema": "VariableLikeSchema",
|
2255
2311
|
"location": {
|
2256
2312
|
"filePath": "export.main.runtime.ts",
|
2257
|
-
"line":
|
2313
|
+
"line": 256,
|
2258
2314
|
"character": 5
|
2259
2315
|
},
|
2260
2316
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2263,7 +2319,7 @@
|
|
2263
2319
|
"__schema": "TypeRefSchema",
|
2264
2320
|
"location": {
|
2265
2321
|
"filePath": "export.main.runtime.ts",
|
2266
|
-
"line":
|
2322
|
+
"line": 256,
|
2267
2323
|
"character": 18
|
2268
2324
|
},
|
2269
2325
|
"name": "Lane"
|
@@ -2274,7 +2330,7 @@
|
|
2274
2330
|
"__schema": "VariableLikeSchema",
|
2275
2331
|
"location": {
|
2276
2332
|
"filePath": "export.main.runtime.ts",
|
2277
|
-
"line":
|
2333
|
+
"line": 257,
|
2278
2334
|
"character": 5
|
2279
2335
|
},
|
2280
2336
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2283,7 +2339,7 @@
|
|
2283
2339
|
"__schema": "KeywordTypeSchema",
|
2284
2340
|
"location": {
|
2285
2341
|
"filePath": "export.main.runtime.ts",
|
2286
|
-
"line":
|
2342
|
+
"line": 257,
|
2287
2343
|
"character": 19
|
2288
2344
|
},
|
2289
2345
|
"name": "boolean"
|
@@ -2294,7 +2350,7 @@
|
|
2294
2350
|
"__schema": "VariableLikeSchema",
|
2295
2351
|
"location": {
|
2296
2352
|
"filePath": "export.main.runtime.ts",
|
2297
|
-
"line":
|
2353
|
+
"line": 258,
|
2298
2354
|
"character": 5
|
2299
2355
|
},
|
2300
2356
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2303,7 +2359,7 @@
|
|
2303
2359
|
"__schema": "KeywordTypeSchema",
|
2304
2360
|
"location": {
|
2305
2361
|
"filePath": "export.main.runtime.ts",
|
2306
|
-
"line":
|
2362
|
+
"line": 258,
|
2307
2363
|
"character": 22
|
2308
2364
|
},
|
2309
2365
|
"name": "boolean"
|
@@ -2314,7 +2370,7 @@
|
|
2314
2370
|
"__schema": "VariableLikeSchema",
|
2315
2371
|
"location": {
|
2316
2372
|
"filePath": "export.main.runtime.ts",
|
2317
|
-
"line":
|
2373
|
+
"line": 259,
|
2318
2374
|
"character": 5
|
2319
2375
|
},
|
2320
2376
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2323,7 +2379,7 @@
|
|
2323
2379
|
"__schema": "TypeUnionSchema",
|
2324
2380
|
"location": {
|
2325
2381
|
"filePath": "export.main.runtime.ts",
|
2326
|
-
"line":
|
2382
|
+
"line": 259,
|
2327
2383
|
"character": 22
|
2328
2384
|
},
|
2329
2385
|
"types": [
|
@@ -2331,7 +2387,7 @@
|
|
2331
2387
|
"__schema": "KeywordTypeSchema",
|
2332
2388
|
"location": {
|
2333
2389
|
"filePath": "export.main.runtime.ts",
|
2334
|
-
"line":
|
2390
|
+
"line": 259,
|
2335
2391
|
"character": 22
|
2336
2392
|
},
|
2337
2393
|
"name": "string"
|
@@ -2340,7 +2396,7 @@
|
|
2340
2396
|
"__schema": "KeywordTypeSchema",
|
2341
2397
|
"location": {
|
2342
2398
|
"filePath": "export.main.runtime.ts",
|
2343
|
-
"line":
|
2399
|
+
"line": 259,
|
2344
2400
|
"character": 31
|
2345
2401
|
},
|
2346
2402
|
"name": "undefined"
|
@@ -2353,7 +2409,7 @@
|
|
2353
2409
|
"__schema": "VariableLikeSchema",
|
2354
2410
|
"location": {
|
2355
2411
|
"filePath": "export.main.runtime.ts",
|
2356
|
-
"line":
|
2412
|
+
"line": 260,
|
2357
2413
|
"character": 5
|
2358
2414
|
},
|
2359
2415
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2362,7 +2418,7 @@
|
|
2362
2418
|
"__schema": "KeywordTypeSchema",
|
2363
2419
|
"location": {
|
2364
2420
|
"filePath": "export.main.runtime.ts",
|
2365
|
-
"line":
|
2421
|
+
"line": 260,
|
2366
2422
|
"character": 32
|
2367
2423
|
},
|
2368
2424
|
"name": "boolean"
|
@@ -2373,7 +2429,7 @@
|
|
2373
2429
|
"__schema": "VariableLikeSchema",
|
2374
2430
|
"location": {
|
2375
2431
|
"filePath": "export.main.runtime.ts",
|
2376
|
-
"line":
|
2432
|
+
"line": 261,
|
2377
2433
|
"character": 5
|
2378
2434
|
},
|
2379
2435
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2382,7 +2438,7 @@
|
|
2382
2438
|
"__schema": "KeywordTypeSchema",
|
2383
2439
|
"location": {
|
2384
2440
|
"filePath": "export.main.runtime.ts",
|
2385
|
-
"line":
|
2441
|
+
"line": 261,
|
2386
2442
|
"character": 16
|
2387
2443
|
},
|
2388
2444
|
"name": "boolean"
|
@@ -2393,7 +2449,7 @@
|
|
2393
2449
|
"__schema": "VariableLikeSchema",
|
2394
2450
|
"location": {
|
2395
2451
|
"filePath": "export.main.runtime.ts",
|
2396
|
-
"line":
|
2452
|
+
"line": 262,
|
2397
2453
|
"character": 5
|
2398
2454
|
},
|
2399
2455
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2402,7 +2458,7 @@
|
|
2402
2458
|
"__schema": "KeywordTypeSchema",
|
2403
2459
|
"location": {
|
2404
2460
|
"filePath": "export.main.runtime.ts",
|
2405
|
-
"line":
|
2461
|
+
"line": 262,
|
2406
2462
|
"character": 23
|
2407
2463
|
},
|
2408
2464
|
"name": "boolean"
|
@@ -2413,7 +2469,7 @@
|
|
2413
2469
|
"__schema": "VariableLikeSchema",
|
2414
2470
|
"location": {
|
2415
2471
|
"filePath": "export.main.runtime.ts",
|
2416
|
-
"line":
|
2472
|
+
"line": 263,
|
2417
2473
|
"character": 5
|
2418
2474
|
},
|
2419
2475
|
"signature": "(property) includeParents?: boolean | undefined",
|
@@ -2422,7 +2478,7 @@
|
|
2422
2478
|
"__schema": "KeywordTypeSchema",
|
2423
2479
|
"location": {
|
2424
2480
|
"filePath": "export.main.runtime.ts",
|
2425
|
-
"line":
|
2481
|
+
"line": 263,
|
2426
2482
|
"character": 22
|
2427
2483
|
},
|
2428
2484
|
"name": "boolean"
|
@@ -2433,7 +2489,7 @@
|
|
2433
2489
|
"__schema": "VariableLikeSchema",
|
2434
2490
|
"location": {
|
2435
2491
|
"filePath": "export.main.runtime.ts",
|
2436
|
-
"line":
|
2492
|
+
"line": 264,
|
2437
2493
|
"character": 5
|
2438
2494
|
},
|
2439
2495
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2442,7 +2498,7 @@
|
|
2442
2498
|
"__schema": "KeywordTypeSchema",
|
2443
2499
|
"location": {
|
2444
2500
|
"filePath": "export.main.runtime.ts",
|
2445
|
-
"line":
|
2501
|
+
"line": 264,
|
2446
2502
|
"character": 33
|
2447
2503
|
},
|
2448
2504
|
"name": "boolean"
|
@@ -2453,7 +2509,7 @@
|
|
2453
2509
|
"__schema": "VariableLikeSchema",
|
2454
2510
|
"location": {
|
2455
2511
|
"filePath": "export.main.runtime.ts",
|
2456
|
-
"line":
|
2512
|
+
"line": 265,
|
2457
2513
|
"character": 5
|
2458
2514
|
},
|
2459
2515
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2462,7 +2518,7 @@
|
|
2462
2518
|
"__schema": "TypeRefSchema",
|
2463
2519
|
"location": {
|
2464
2520
|
"filePath": "export.main.runtime.ts",
|
2465
|
-
"line":
|
2521
|
+
"line": 265,
|
2466
2522
|
"character": 20
|
2467
2523
|
},
|
2468
2524
|
"name": "ExportOrigin"
|
@@ -2477,7 +2533,7 @@
|
|
2477
2533
|
"__schema": "VariableLikeSchema",
|
2478
2534
|
"location": {
|
2479
2535
|
"filePath": "export.main.runtime.ts",
|
2480
|
-
"line":
|
2536
|
+
"line": 254,
|
2481
2537
|
"character": 5
|
2482
2538
|
},
|
2483
2539
|
"signature": "(property) scope: Scope",
|
@@ -2486,7 +2542,7 @@
|
|
2486
2542
|
"__schema": "TypeRefSchema",
|
2487
2543
|
"location": {
|
2488
2544
|
"filePath": "export.main.runtime.ts",
|
2489
|
-
"line":
|
2545
|
+
"line": 254,
|
2490
2546
|
"character": 5
|
2491
2547
|
},
|
2492
2548
|
"name": "Scope",
|
@@ -2498,7 +2554,7 @@
|
|
2498
2554
|
"__schema": "VariableLikeSchema",
|
2499
2555
|
"location": {
|
2500
2556
|
"filePath": "export.main.runtime.ts",
|
2501
|
-
"line":
|
2557
|
+
"line": 255,
|
2502
2558
|
"character": 5
|
2503
2559
|
},
|
2504
2560
|
"signature": "(property) ids: ComponentIdList",
|
@@ -2507,7 +2563,7 @@
|
|
2507
2563
|
"__schema": "TypeRefSchema",
|
2508
2564
|
"location": {
|
2509
2565
|
"filePath": "export.main.runtime.ts",
|
2510
|
-
"line":
|
2566
|
+
"line": 255,
|
2511
2567
|
"character": 5
|
2512
2568
|
},
|
2513
2569
|
"name": "ComponentIdList",
|
@@ -2523,7 +2579,7 @@
|
|
2523
2579
|
"__schema": "VariableLikeSchema",
|
2524
2580
|
"location": {
|
2525
2581
|
"filePath": "export.main.runtime.ts",
|
2526
|
-
"line":
|
2582
|
+
"line": 256,
|
2527
2583
|
"character": 5
|
2528
2584
|
},
|
2529
2585
|
"signature": "(property) laneObject?: Lane | undefined",
|
@@ -2532,7 +2588,7 @@
|
|
2532
2588
|
"__schema": "TypeRefSchema",
|
2533
2589
|
"location": {
|
2534
2590
|
"filePath": "export.main.runtime.ts",
|
2535
|
-
"line":
|
2591
|
+
"line": 256,
|
2536
2592
|
"character": 18
|
2537
2593
|
},
|
2538
2594
|
"name": "Lane"
|
@@ -2543,7 +2599,7 @@
|
|
2543
2599
|
"__schema": "VariableLikeSchema",
|
2544
2600
|
"location": {
|
2545
2601
|
"filePath": "export.main.runtime.ts",
|
2546
|
-
"line":
|
2602
|
+
"line": 257,
|
2547
2603
|
"character": 5
|
2548
2604
|
},
|
2549
2605
|
"signature": "(property) allVersions?: boolean | undefined",
|
@@ -2552,7 +2608,7 @@
|
|
2552
2608
|
"__schema": "KeywordTypeSchema",
|
2553
2609
|
"location": {
|
2554
2610
|
"filePath": "export.main.runtime.ts",
|
2555
|
-
"line":
|
2611
|
+
"line": 257,
|
2556
2612
|
"character": 19
|
2557
2613
|
},
|
2558
2614
|
"name": "boolean"
|
@@ -2563,7 +2619,7 @@
|
|
2563
2619
|
"__schema": "VariableLikeSchema",
|
2564
2620
|
"location": {
|
2565
2621
|
"filePath": "export.main.runtime.ts",
|
2566
|
-
"line":
|
2622
|
+
"line": 258,
|
2567
2623
|
"character": 5
|
2568
2624
|
},
|
2569
2625
|
"signature": "(property) originDirectly?: boolean | undefined",
|
@@ -2572,7 +2628,7 @@
|
|
2572
2628
|
"__schema": "KeywordTypeSchema",
|
2573
2629
|
"location": {
|
2574
2630
|
"filePath": "export.main.runtime.ts",
|
2575
|
-
"line":
|
2631
|
+
"line": 258,
|
2576
2632
|
"character": 22
|
2577
2633
|
},
|
2578
2634
|
"name": "boolean"
|
@@ -2583,7 +2639,7 @@
|
|
2583
2639
|
"__schema": "VariableLikeSchema",
|
2584
2640
|
"location": {
|
2585
2641
|
"filePath": "export.main.runtime.ts",
|
2586
|
-
"line":
|
2642
|
+
"line": 259,
|
2587
2643
|
"character": 5
|
2588
2644
|
},
|
2589
2645
|
"signature": "(property) resumeExportId?: string | undefined",
|
@@ -2592,7 +2648,7 @@
|
|
2592
2648
|
"__schema": "TypeUnionSchema",
|
2593
2649
|
"location": {
|
2594
2650
|
"filePath": "export.main.runtime.ts",
|
2595
|
-
"line":
|
2651
|
+
"line": 259,
|
2596
2652
|
"character": 22
|
2597
2653
|
},
|
2598
2654
|
"types": [
|
@@ -2600,7 +2656,7 @@
|
|
2600
2656
|
"__schema": "KeywordTypeSchema",
|
2601
2657
|
"location": {
|
2602
2658
|
"filePath": "export.main.runtime.ts",
|
2603
|
-
"line":
|
2659
|
+
"line": 259,
|
2604
2660
|
"character": 22
|
2605
2661
|
},
|
2606
2662
|
"name": "string"
|
@@ -2609,7 +2665,7 @@
|
|
2609
2665
|
"__schema": "KeywordTypeSchema",
|
2610
2666
|
"location": {
|
2611
2667
|
"filePath": "export.main.runtime.ts",
|
2612
|
-
"line":
|
2668
|
+
"line": 259,
|
2613
2669
|
"character": 31
|
2614
2670
|
},
|
2615
2671
|
"name": "undefined"
|
@@ -2622,7 +2678,7 @@
|
|
2622
2678
|
"__schema": "VariableLikeSchema",
|
2623
2679
|
"location": {
|
2624
2680
|
"filePath": "export.main.runtime.ts",
|
2625
|
-
"line":
|
2681
|
+
"line": 260,
|
2626
2682
|
"character": 5
|
2627
2683
|
},
|
2628
2684
|
"signature": "(property) throwForMissingArtifacts?: boolean | undefined",
|
@@ -2631,7 +2687,7 @@
|
|
2631
2687
|
"__schema": "KeywordTypeSchema",
|
2632
2688
|
"location": {
|
2633
2689
|
"filePath": "export.main.runtime.ts",
|
2634
|
-
"line":
|
2690
|
+
"line": 260,
|
2635
2691
|
"character": 32
|
2636
2692
|
},
|
2637
2693
|
"name": "boolean"
|
@@ -2642,7 +2698,7 @@
|
|
2642
2698
|
"__schema": "VariableLikeSchema",
|
2643
2699
|
"location": {
|
2644
2700
|
"filePath": "export.main.runtime.ts",
|
2645
|
-
"line":
|
2701
|
+
"line": 261,
|
2646
2702
|
"character": 5
|
2647
2703
|
},
|
2648
2704
|
"signature": "(property) isOnMain?: boolean | undefined",
|
@@ -2651,7 +2707,7 @@
|
|
2651
2707
|
"__schema": "KeywordTypeSchema",
|
2652
2708
|
"location": {
|
2653
2709
|
"filePath": "export.main.runtime.ts",
|
2654
|
-
"line":
|
2710
|
+
"line": 261,
|
2655
2711
|
"character": 16
|
2656
2712
|
},
|
2657
2713
|
"name": "boolean"
|
@@ -2662,7 +2718,7 @@
|
|
2662
2718
|
"__schema": "VariableLikeSchema",
|
2663
2719
|
"location": {
|
2664
2720
|
"filePath": "export.main.runtime.ts",
|
2665
|
-
"line":
|
2721
|
+
"line": 262,
|
2666
2722
|
"character": 5
|
2667
2723
|
},
|
2668
2724
|
"signature": "(property) exportHeadsOnly?: boolean | undefined",
|
@@ -2671,7 +2727,7 @@
|
|
2671
2727
|
"__schema": "KeywordTypeSchema",
|
2672
2728
|
"location": {
|
2673
2729
|
"filePath": "export.main.runtime.ts",
|
2674
|
-
"line":
|
2730
|
+
"line": 262,
|
2675
2731
|
"character": 23
|
2676
2732
|
},
|
2677
2733
|
"name": "boolean"
|
@@ -2682,7 +2738,7 @@
|
|
2682
2738
|
"__schema": "VariableLikeSchema",
|
2683
2739
|
"location": {
|
2684
2740
|
"filePath": "export.main.runtime.ts",
|
2685
|
-
"line":
|
2741
|
+
"line": 263,
|
2686
2742
|
"character": 5
|
2687
2743
|
},
|
2688
2744
|
"signature": "(property) includeParents?: boolean | undefined",
|
@@ -2691,7 +2747,7 @@
|
|
2691
2747
|
"__schema": "KeywordTypeSchema",
|
2692
2748
|
"location": {
|
2693
2749
|
"filePath": "export.main.runtime.ts",
|
2694
|
-
"line":
|
2750
|
+
"line": 263,
|
2695
2751
|
"character": 22
|
2696
2752
|
},
|
2697
2753
|
"name": "boolean"
|
@@ -2702,7 +2758,7 @@
|
|
2702
2758
|
"__schema": "VariableLikeSchema",
|
2703
2759
|
"location": {
|
2704
2760
|
"filePath": "export.main.runtime.ts",
|
2705
|
-
"line":
|
2761
|
+
"line": 264,
|
2706
2762
|
"character": 5
|
2707
2763
|
},
|
2708
2764
|
"signature": "(property) filterOutExistingVersions?: boolean | undefined",
|
@@ -2711,7 +2767,7 @@
|
|
2711
2767
|
"__schema": "KeywordTypeSchema",
|
2712
2768
|
"location": {
|
2713
2769
|
"filePath": "export.main.runtime.ts",
|
2714
|
-
"line":
|
2770
|
+
"line": 264,
|
2715
2771
|
"character": 33
|
2716
2772
|
},
|
2717
2773
|
"name": "boolean"
|
@@ -2722,7 +2778,7 @@
|
|
2722
2778
|
"__schema": "VariableLikeSchema",
|
2723
2779
|
"location": {
|
2724
2780
|
"filePath": "export.main.runtime.ts",
|
2725
|
-
"line":
|
2781
|
+
"line": 265,
|
2726
2782
|
"character": 5
|
2727
2783
|
},
|
2728
2784
|
"signature": "(property) exportOrigin?: ExportOrigin | undefined",
|
@@ -2731,7 +2787,7 @@
|
|
2731
2787
|
"__schema": "TypeRefSchema",
|
2732
2788
|
"location": {
|
2733
2789
|
"filePath": "export.main.runtime.ts",
|
2734
|
-
"line":
|
2790
|
+
"line": 265,
|
2735
2791
|
"character": 20
|
2736
2792
|
},
|
2737
2793
|
"name": "ExportOrigin"
|
@@ -2746,7 +2802,7 @@
|
|
2746
2802
|
"__schema": "TypeRefSchema",
|
2747
2803
|
"location": {
|
2748
2804
|
"filePath": "export.main.runtime.ts",
|
2749
|
-
"line":
|
2805
|
+
"line": 266,
|
2750
2806
|
"character": 7
|
2751
2807
|
},
|
2752
2808
|
"name": "Promise",
|
@@ -2755,7 +2811,7 @@
|
|
2755
2811
|
"__schema": "TypeLiteralSchema",
|
2756
2812
|
"location": {
|
2757
2813
|
"filePath": "export.main.runtime.ts",
|
2758
|
-
"line":
|
2814
|
+
"line": 266,
|
2759
2815
|
"character": 15
|
2760
2816
|
},
|
2761
2817
|
"members": [
|
@@ -2763,7 +2819,7 @@
|
|
2763
2819
|
"__schema": "VariableLikeSchema",
|
2764
2820
|
"location": {
|
2765
2821
|
"filePath": "export.main.runtime.ts",
|
2766
|
-
"line":
|
2822
|
+
"line": 267,
|
2767
2823
|
"character": 5
|
2768
2824
|
},
|
2769
2825
|
"signature": "(property) exported: ComponentIdList",
|
@@ -2772,7 +2828,7 @@
|
|
2772
2828
|
"__schema": "TypeRefSchema",
|
2773
2829
|
"location": {
|
2774
2830
|
"filePath": "export.main.runtime.ts",
|
2775
|
-
"line":
|
2831
|
+
"line": 267,
|
2776
2832
|
"character": 5
|
2777
2833
|
},
|
2778
2834
|
"name": "ComponentIdList",
|
@@ -2788,7 +2844,7 @@
|
|
2788
2844
|
"__schema": "VariableLikeSchema",
|
2789
2845
|
"location": {
|
2790
2846
|
"filePath": "export.main.runtime.ts",
|
2791
|
-
"line":
|
2847
|
+
"line": 268,
|
2792
2848
|
"character": 5
|
2793
2849
|
},
|
2794
2850
|
"signature": "(property) updatedLocally: ComponentIdList",
|
@@ -2797,7 +2853,7 @@
|
|
2797
2853
|
"__schema": "TypeRefSchema",
|
2798
2854
|
"location": {
|
2799
2855
|
"filePath": "export.main.runtime.ts",
|
2800
|
-
"line":
|
2856
|
+
"line": 268,
|
2801
2857
|
"character": 5
|
2802
2858
|
},
|
2803
2859
|
"name": "ComponentIdList",
|
@@ -2813,7 +2869,7 @@
|
|
2813
2869
|
"__schema": "VariableLikeSchema",
|
2814
2870
|
"location": {
|
2815
2871
|
"filePath": "export.main.runtime.ts",
|
2816
|
-
"line":
|
2872
|
+
"line": 269,
|
2817
2873
|
"character": 5
|
2818
2874
|
},
|
2819
2875
|
"signature": "(property) newIdsOnRemote: ComponentID[]",
|
@@ -2822,14 +2878,14 @@
|
|
2822
2878
|
"__schema": "TypeArraySchema",
|
2823
2879
|
"location": {
|
2824
2880
|
"filePath": "export.main.runtime.ts",
|
2825
|
-
"line":
|
2881
|
+
"line": 269,
|
2826
2882
|
"character": 21
|
2827
2883
|
},
|
2828
2884
|
"type": {
|
2829
2885
|
"__schema": "TypeRefSchema",
|
2830
2886
|
"location": {
|
2831
2887
|
"filePath": "export.main.runtime.ts",
|
2832
|
-
"line":
|
2888
|
+
"line": 269,
|
2833
2889
|
"character": 21
|
2834
2890
|
},
|
2835
2891
|
"name": "ComponentID"
|
@@ -2841,7 +2897,7 @@
|
|
2841
2897
|
"__schema": "VariableLikeSchema",
|
2842
2898
|
"location": {
|
2843
2899
|
"filePath": "export.main.runtime.ts",
|
2844
|
-
"line":
|
2900
|
+
"line": 270,
|
2845
2901
|
"character": 5
|
2846
2902
|
},
|
2847
2903
|
"signature": "(property) rippleJobs: string[]",
|
@@ -2850,14 +2906,14 @@
|
|
2850
2906
|
"__schema": "TypeArraySchema",
|
2851
2907
|
"location": {
|
2852
2908
|
"filePath": "export.main.runtime.ts",
|
2853
|
-
"line":
|
2909
|
+
"line": 270,
|
2854
2910
|
"character": 17
|
2855
2911
|
},
|
2856
2912
|
"type": {
|
2857
2913
|
"__schema": "KeywordTypeSchema",
|
2858
2914
|
"location": {
|
2859
2915
|
"filePath": "export.main.runtime.ts",
|
2860
|
-
"line":
|
2916
|
+
"line": 270,
|
2861
2917
|
"character": 17
|
2862
2918
|
},
|
2863
2919
|
"name": "string"
|
@@ -2877,7 +2933,7 @@
|
|
2877
2933
|
"__schema": "FunctionLikeSchema",
|
2878
2934
|
"location": {
|
2879
2935
|
"filePath": "export.main.runtime.ts",
|
2880
|
-
"line":
|
2936
|
+
"line": 593,
|
2881
2937
|
"character": 3
|
2882
2938
|
},
|
2883
2939
|
"signature": "(method) ExportMain.pushToRemotesCarefully(manyObjectsPerRemote: ObjectsPerRemote[], resumeExportId?: string): Promise<void>",
|
@@ -2887,7 +2943,7 @@
|
|
2887
2943
|
"__schema": "ParameterSchema",
|
2888
2944
|
"location": {
|
2889
2945
|
"filePath": "export.main.runtime.ts",
|
2890
|
-
"line":
|
2946
|
+
"line": 593,
|
2891
2947
|
"character": 32
|
2892
2948
|
},
|
2893
2949
|
"name": "manyObjectsPerRemote",
|
@@ -2895,14 +2951,14 @@
|
|
2895
2951
|
"__schema": "TypeArraySchema",
|
2896
2952
|
"location": {
|
2897
2953
|
"filePath": "export.main.runtime.ts",
|
2898
|
-
"line":
|
2954
|
+
"line": 593,
|
2899
2955
|
"character": 54
|
2900
2956
|
},
|
2901
2957
|
"type": {
|
2902
2958
|
"__schema": "TypeRefSchema",
|
2903
2959
|
"location": {
|
2904
2960
|
"filePath": "export.main.runtime.ts",
|
2905
|
-
"line":
|
2961
|
+
"line": 593,
|
2906
2962
|
"character": 54
|
2907
2963
|
},
|
2908
2964
|
"name": "ObjectsPerRemote"
|
@@ -2915,7 +2971,7 @@
|
|
2915
2971
|
"__schema": "ParameterSchema",
|
2916
2972
|
"location": {
|
2917
2973
|
"filePath": "export.main.runtime.ts",
|
2918
|
-
"line":
|
2974
|
+
"line": 593,
|
2919
2975
|
"character": 74
|
2920
2976
|
},
|
2921
2977
|
"name": "resumeExportId",
|
@@ -2923,7 +2979,7 @@
|
|
2923
2979
|
"__schema": "KeywordTypeSchema",
|
2924
2980
|
"location": {
|
2925
2981
|
"filePath": "export.main.runtime.ts",
|
2926
|
-
"line":
|
2982
|
+
"line": 593,
|
2927
2983
|
"character": 91
|
2928
2984
|
},
|
2929
2985
|
"name": "string"
|
@@ -2936,7 +2992,7 @@
|
|
2936
2992
|
"__schema": "InferenceTypeSchema",
|
2937
2993
|
"location": {
|
2938
2994
|
"filePath": "export.main.runtime.ts",
|
2939
|
-
"line":
|
2995
|
+
"line": 593,
|
2940
2996
|
"character": 3
|
2941
2997
|
},
|
2942
2998
|
"type": "Promise<void>"
|
@@ -2949,7 +3005,7 @@
|
|
2949
3005
|
"__schema": "FunctionLikeSchema",
|
2950
3006
|
"location": {
|
2951
3007
|
"filePath": "export.main.runtime.ts",
|
2952
|
-
"line":
|
3008
|
+
"line": 631,
|
2953
3009
|
"character": 3
|
2954
3010
|
},
|
2955
3011
|
"signature": "(method) ExportMain.shouldPushToCentralHub(manyObjectsPerRemote: ObjectsPerRemote[], scopeRemotes: Remotes, originDirectly?: boolean): boolean",
|
@@ -2959,7 +3015,7 @@
|
|
2959
3015
|
"__schema": "ParameterSchema",
|
2960
3016
|
"location": {
|
2961
3017
|
"filePath": "export.main.runtime.ts",
|
2962
|
-
"line":
|
3018
|
+
"line": 632,
|
2963
3019
|
"character": 5
|
2964
3020
|
},
|
2965
3021
|
"name": "manyObjectsPerRemote",
|
@@ -2967,14 +3023,14 @@
|
|
2967
3023
|
"__schema": "TypeArraySchema",
|
2968
3024
|
"location": {
|
2969
3025
|
"filePath": "export.main.runtime.ts",
|
2970
|
-
"line":
|
3026
|
+
"line": 632,
|
2971
3027
|
"character": 27
|
2972
3028
|
},
|
2973
3029
|
"type": {
|
2974
3030
|
"__schema": "TypeRefSchema",
|
2975
3031
|
"location": {
|
2976
3032
|
"filePath": "export.main.runtime.ts",
|
2977
|
-
"line":
|
3033
|
+
"line": 632,
|
2978
3034
|
"character": 27
|
2979
3035
|
},
|
2980
3036
|
"name": "ObjectsPerRemote"
|
@@ -2987,7 +3043,7 @@
|
|
2987
3043
|
"__schema": "ParameterSchema",
|
2988
3044
|
"location": {
|
2989
3045
|
"filePath": "export.main.runtime.ts",
|
2990
|
-
"line":
|
3046
|
+
"line": 633,
|
2991
3047
|
"character": 5
|
2992
3048
|
},
|
2993
3049
|
"name": "scopeRemotes",
|
@@ -2995,7 +3051,7 @@
|
|
2995
3051
|
"__schema": "TypeRefSchema",
|
2996
3052
|
"location": {
|
2997
3053
|
"filePath": "export.main.runtime.ts",
|
2998
|
-
"line":
|
3054
|
+
"line": 633,
|
2999
3055
|
"character": 19
|
3000
3056
|
},
|
3001
3057
|
"name": "Remotes"
|
@@ -3007,7 +3063,7 @@
|
|
3007
3063
|
"__schema": "ParameterSchema",
|
3008
3064
|
"location": {
|
3009
3065
|
"filePath": "export.main.runtime.ts",
|
3010
|
-
"line":
|
3066
|
+
"line": 634,
|
3011
3067
|
"character": 5
|
3012
3068
|
},
|
3013
3069
|
"name": "originDirectly",
|
@@ -3015,7 +3071,7 @@
|
|
3015
3071
|
"__schema": "InferenceTypeSchema",
|
3016
3072
|
"location": {
|
3017
3073
|
"filePath": "export.main.runtime.ts",
|
3018
|
-
"line":
|
3074
|
+
"line": 634,
|
3019
3075
|
"character": 5
|
3020
3076
|
},
|
3021
3077
|
"type": "boolean"
|
@@ -3029,7 +3085,7 @@
|
|
3029
3085
|
"__schema": "KeywordTypeSchema",
|
3030
3086
|
"location": {
|
3031
3087
|
"filePath": "export.main.runtime.ts",
|
3032
|
-
"line":
|
3088
|
+
"line": 635,
|
3033
3089
|
"character": 6
|
3034
3090
|
},
|
3035
3091
|
"name": "boolean"
|
@@ -3040,7 +3096,7 @@
|
|
3040
3096
|
"__schema": "VariableLikeSchema",
|
3041
3097
|
"location": {
|
3042
3098
|
"filePath": "export.main.runtime.ts",
|
3043
|
-
"line":
|
3099
|
+
"line": 763,
|
3044
3100
|
"character": 3
|
3045
3101
|
},
|
3046
3102
|
"signature": "(property) ExportMain.runtime: RuntimeDefinition",
|
@@ -3049,7 +3105,7 @@
|
|
3049
3105
|
"__schema": "InferenceTypeSchema",
|
3050
3106
|
"location": {
|
3051
3107
|
"filePath": "export.main.runtime.ts",
|
3052
|
-
"line":
|
3108
|
+
"line": 763,
|
3053
3109
|
"character": 3
|
3054
3110
|
},
|
3055
3111
|
"type": "RuntimeDefinition"
|
@@ -3061,7 +3117,7 @@
|
|
3061
3117
|
"__schema": "VariableLikeSchema",
|
3062
3118
|
"location": {
|
3063
3119
|
"filePath": "export.main.runtime.ts",
|
3064
|
-
"line":
|
3120
|
+
"line": 764,
|
3065
3121
|
"character": 3
|
3066
3122
|
},
|
3067
3123
|
"signature": "(property) ExportMain.dependencies: Aspect[]",
|
@@ -3070,7 +3126,7 @@
|
|
3070
3126
|
"__schema": "InferenceTypeSchema",
|
3071
3127
|
"location": {
|
3072
3128
|
"filePath": "export.main.runtime.ts",
|
3073
|
-
"line":
|
3129
|
+
"line": 764,
|
3074
3130
|
"character": 3
|
3075
3131
|
},
|
3076
3132
|
"type": "Aspect[]"
|
@@ -3082,7 +3138,7 @@
|
|
3082
3138
|
"__schema": "FunctionLikeSchema",
|
3083
3139
|
"location": {
|
3084
3140
|
"filePath": "export.main.runtime.ts",
|
3085
|
-
"line":
|
3141
|
+
"line": 773,
|
3086
3142
|
"character": 3
|
3087
3143
|
},
|
3088
3144
|
"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>",
|
@@ -3092,7 +3148,7 @@
|
|
3092
3148
|
"__schema": "ParameterSchema",
|
3093
3149
|
"location": {
|
3094
3150
|
"filePath": "export.main.runtime.ts",
|
3095
|
-
"line":
|
3151
|
+
"line": 773,
|
3096
3152
|
"character": 25
|
3097
3153
|
},
|
3098
3154
|
"name": "[ cli, scope, workspace, remove, depResolver, loggerMain, eject ]",
|
@@ -3100,7 +3156,7 @@
|
|
3100
3156
|
"__schema": "TupleTypeSchema",
|
3101
3157
|
"location": {
|
3102
3158
|
"filePath": "export.main.runtime.ts",
|
3103
|
-
"line":
|
3159
|
+
"line": 773,
|
3104
3160
|
"character": 90
|
3105
3161
|
},
|
3106
3162
|
"elements": [
|
@@ -3108,7 +3164,7 @@
|
|
3108
3164
|
"__schema": "TypeRefSchema",
|
3109
3165
|
"location": {
|
3110
3166
|
"filePath": "export.main.runtime.ts",
|
3111
|
-
"line":
|
3167
|
+
"line": 774,
|
3112
3168
|
"character": 5
|
3113
3169
|
},
|
3114
3170
|
"name": "CLIMain"
|
@@ -3117,7 +3173,7 @@
|
|
3117
3173
|
"__schema": "TypeRefSchema",
|
3118
3174
|
"location": {
|
3119
3175
|
"filePath": "export.main.runtime.ts",
|
3120
|
-
"line":
|
3176
|
+
"line": 775,
|
3121
3177
|
"character": 5
|
3122
3178
|
},
|
3123
3179
|
"name": "ScopeMain"
|
@@ -3126,7 +3182,7 @@
|
|
3126
3182
|
"__schema": "TypeRefSchema",
|
3127
3183
|
"location": {
|
3128
3184
|
"filePath": "export.main.runtime.ts",
|
3129
|
-
"line":
|
3185
|
+
"line": 776,
|
3130
3186
|
"character": 5
|
3131
3187
|
},
|
3132
3188
|
"name": "Workspace"
|
@@ -3135,7 +3191,7 @@
|
|
3135
3191
|
"__schema": "TypeRefSchema",
|
3136
3192
|
"location": {
|
3137
3193
|
"filePath": "export.main.runtime.ts",
|
3138
|
-
"line":
|
3194
|
+
"line": 777,
|
3139
3195
|
"character": 5
|
3140
3196
|
},
|
3141
3197
|
"name": "RemoveMain"
|
@@ -3144,7 +3200,7 @@
|
|
3144
3200
|
"__schema": "TypeRefSchema",
|
3145
3201
|
"location": {
|
3146
3202
|
"filePath": "export.main.runtime.ts",
|
3147
|
-
"line":
|
3203
|
+
"line": 778,
|
3148
3204
|
"character": 5
|
3149
3205
|
},
|
3150
3206
|
"name": "DependencyResolverMain"
|
@@ -3153,7 +3209,7 @@
|
|
3153
3209
|
"__schema": "TypeRefSchema",
|
3154
3210
|
"location": {
|
3155
3211
|
"filePath": "export.main.runtime.ts",
|
3156
|
-
"line":
|
3212
|
+
"line": 779,
|
3157
3213
|
"character": 5
|
3158
3214
|
},
|
3159
3215
|
"name": "LoggerMain"
|
@@ -3162,7 +3218,7 @@
|
|
3162
3218
|
"__schema": "TypeRefSchema",
|
3163
3219
|
"location": {
|
3164
3220
|
"filePath": "export.main.runtime.ts",
|
3165
|
-
"line":
|
3221
|
+
"line": 780,
|
3166
3222
|
"character": 5
|
3167
3223
|
},
|
3168
3224
|
"name": "EjectMain"
|
@@ -3177,7 +3233,7 @@
|
|
3177
3233
|
"__schema": "InferenceTypeSchema",
|
3178
3234
|
"location": {
|
3179
3235
|
"filePath": "export.main.runtime.ts",
|
3180
|
-
"line":
|
3236
|
+
"line": 773,
|
3181
3237
|
"character": 3
|
3182
3238
|
},
|
3183
3239
|
"type": "Promise<ExportMain>"
|
@@ -3195,7 +3251,7 @@
|
|
3195
3251
|
"__schema": "FunctionLikeSchema",
|
3196
3252
|
"location": {
|
3197
3253
|
"filePath": "export.main.runtime.ts",
|
3198
|
-
"line":
|
3254
|
+
"line": 843,
|
3199
3255
|
"character": 1
|
3200
3256
|
},
|
3201
3257
|
"signature": "function isUserTryingToExportLanes(consumer: Consumer): boolean",
|
@@ -3205,7 +3261,7 @@
|
|
3205
3261
|
"__schema": "ParameterSchema",
|
3206
3262
|
"location": {
|
3207
3263
|
"filePath": "export.main.runtime.ts",
|
3208
|
-
"line":
|
3264
|
+
"line": 843,
|
3209
3265
|
"character": 43
|
3210
3266
|
},
|
3211
3267
|
"name": "consumer",
|
@@ -3213,7 +3269,7 @@
|
|
3213
3269
|
"__schema": "TypeRefSchema",
|
3214
3270
|
"location": {
|
3215
3271
|
"filePath": "export.main.runtime.ts",
|
3216
|
-
"line":
|
3272
|
+
"line": 843,
|
3217
3273
|
"character": 53
|
3218
3274
|
},
|
3219
3275
|
"name": "Consumer"
|
@@ -3226,7 +3282,7 @@
|
|
3226
3282
|
"__schema": "InferenceTypeSchema",
|
3227
3283
|
"location": {
|
3228
3284
|
"filePath": "export.main.runtime.ts",
|
3229
|
-
"line":
|
3285
|
+
"line": 843,
|
3230
3286
|
"character": 1
|
3231
3287
|
},
|
3232
3288
|
"type": "boolean"
|
@@ -3239,7 +3295,7 @@
|
|
3239
3295
|
"__schema": "UnImplementedSchema",
|
3240
3296
|
"location": {
|
3241
3297
|
"filePath": "export.main.runtime.ts",
|
3242
|
-
"line":
|
3298
|
+
"line": 847,
|
3243
3299
|
"character": 16
|
3244
3300
|
},
|
3245
3301
|
"name": "ExportMain",
|
@@ -3903,7 +3959,7 @@
|
|
3903
3959
|
"__schema": "UnImplementedSchema",
|
3904
3960
|
"location": {
|
3905
3961
|
"filePath": "export.main.runtime.ts",
|
3906
|
-
"line":
|
3962
|
+
"line": 789,
|
3907
3963
|
"character": 1
|
3908
3964
|
},
|
3909
3965
|
"name": "ExportAspect.addRuntime(ExportMain);",
|
@@ -3913,14 +3969,14 @@
|
|
3913
3969
|
"__schema": "FunctionLikeSchema",
|
3914
3970
|
"location": {
|
3915
3971
|
"filePath": "export.main.runtime.ts",
|
3916
|
-
"line":
|
3972
|
+
"line": 795,
|
3917
3973
|
"character": 1
|
3918
3974
|
},
|
3919
3975
|
"doc": {
|
3920
3976
|
"__schema": "DocSchema",
|
3921
3977
|
"location": {
|
3922
3978
|
"filePath": "export.main.runtime.ts",
|
3923
|
-
"line":
|
3979
|
+
"line": 791,
|
3924
3980
|
"character": 1
|
3925
3981
|
},
|
3926
3982
|
"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 */",
|
@@ -3934,7 +3990,7 @@
|
|
3934
3990
|
"__schema": "ParameterSchema",
|
3935
3991
|
"location": {
|
3936
3992
|
"filePath": "export.main.runtime.ts",
|
3937
|
-
"line":
|
3993
|
+
"line": 795,
|
3938
3994
|
"character": 29
|
3939
3995
|
},
|
3940
3996
|
"name": "bitMap",
|
@@ -3942,7 +3998,7 @@
|
|
3942
3998
|
"__schema": "TypeRefSchema",
|
3943
3999
|
"location": {
|
3944
4000
|
"filePath": "export.main.runtime.ts",
|
3945
|
-
"line":
|
4001
|
+
"line": 795,
|
3946
4002
|
"character": 37
|
3947
4003
|
},
|
3948
4004
|
"name": "BitMap"
|
@@ -3954,7 +4010,7 @@
|
|
3954
4010
|
"__schema": "ParameterSchema",
|
3955
4011
|
"location": {
|
3956
4012
|
"filePath": "export.main.runtime.ts",
|
3957
|
-
"line":
|
4013
|
+
"line": 795,
|
3958
4014
|
"character": 45
|
3959
4015
|
},
|
3960
4016
|
"name": "componentsIds",
|
@@ -3962,7 +4018,7 @@
|
|
3962
4018
|
"__schema": "TypeRefSchema",
|
3963
4019
|
"location": {
|
3964
4020
|
"filePath": "export.main.runtime.ts",
|
3965
|
-
"line":
|
4021
|
+
"line": 795,
|
3966
4022
|
"character": 60
|
3967
4023
|
},
|
3968
4024
|
"name": "ComponentIdList"
|
@@ -3975,14 +4031,14 @@
|
|
3975
4031
|
"__schema": "TypeArraySchema",
|
3976
4032
|
"location": {
|
3977
4033
|
"filePath": "export.main.runtime.ts",
|
3978
|
-
"line":
|
4034
|
+
"line": 795,
|
3979
4035
|
"character": 78
|
3980
4036
|
},
|
3981
4037
|
"type": {
|
3982
4038
|
"__schema": "TypeRefSchema",
|
3983
4039
|
"location": {
|
3984
4040
|
"filePath": "export.main.runtime.ts",
|
3985
|
-
"line":
|
4041
|
+
"line": 795,
|
3986
4042
|
"character": 78
|
3987
4043
|
},
|
3988
4044
|
"name": "ComponentID"
|
@@ -3994,7 +4050,7 @@
|
|
3994
4050
|
"__schema": "FunctionLikeSchema",
|
3995
4051
|
"location": {
|
3996
4052
|
"filePath": "export.main.runtime.ts",
|
3997
|
-
"line":
|
4053
|
+
"line": 804,
|
3998
4054
|
"character": 1
|
3999
4055
|
},
|
4000
4056
|
"signature": "function getParsedId(consumer: Consumer, id: string): Promise<ComponentID>",
|
@@ -4004,7 +4060,7 @@
|
|
4004
4060
|
"__schema": "ParameterSchema",
|
4005
4061
|
"location": {
|
4006
4062
|
"filePath": "export.main.runtime.ts",
|
4007
|
-
"line":
|
4063
|
+
"line": 804,
|
4008
4064
|
"character": 28
|
4009
4065
|
},
|
4010
4066
|
"name": "consumer",
|
@@ -4012,7 +4068,7 @@
|
|
4012
4068
|
"__schema": "TypeRefSchema",
|
4013
4069
|
"location": {
|
4014
4070
|
"filePath": "export.main.runtime.ts",
|
4015
|
-
"line":
|
4071
|
+
"line": 804,
|
4016
4072
|
"character": 38
|
4017
4073
|
},
|
4018
4074
|
"name": "Consumer"
|
@@ -4024,7 +4080,7 @@
|
|
4024
4080
|
"__schema": "ParameterSchema",
|
4025
4081
|
"location": {
|
4026
4082
|
"filePath": "export.main.runtime.ts",
|
4027
|
-
"line":
|
4083
|
+
"line": 804,
|
4028
4084
|
"character": 48
|
4029
4085
|
},
|
4030
4086
|
"name": "id",
|
@@ -4032,7 +4088,7 @@
|
|
4032
4088
|
"__schema": "KeywordTypeSchema",
|
4033
4089
|
"location": {
|
4034
4090
|
"filePath": "export.main.runtime.ts",
|
4035
|
-
"line":
|
4091
|
+
"line": 804,
|
4036
4092
|
"character": 52
|
4037
4093
|
},
|
4038
4094
|
"name": "string"
|
@@ -4045,7 +4101,7 @@
|
|
4045
4101
|
"__schema": "TypeRefSchema",
|
4046
4102
|
"location": {
|
4047
4103
|
"filePath": "export.main.runtime.ts",
|
4048
|
-
"line":
|
4104
|
+
"line": 804,
|
4049
4105
|
"character": 61
|
4050
4106
|
},
|
4051
4107
|
"name": "Promise",
|
@@ -4054,7 +4110,7 @@
|
|
4054
4110
|
"__schema": "TypeRefSchema",
|
4055
4111
|
"location": {
|
4056
4112
|
"filePath": "export.main.runtime.ts",
|
4057
|
-
"line":
|
4113
|
+
"line": 804,
|
4058
4114
|
"character": 69
|
4059
4115
|
},
|
4060
4116
|
"name": "ComponentID"
|
@@ -4069,7 +4125,7 @@
|
|
4069
4125
|
"__schema": "FunctionLikeSchema",
|
4070
4126
|
"location": {
|
4071
4127
|
"filePath": "export.main.runtime.ts",
|
4072
|
-
"line":
|
4128
|
+
"line": 814,
|
4073
4129
|
"character": 1
|
4074
4130
|
},
|
4075
4131
|
"signature": "function _throwForUnsnappedLaneReadme(lane: Lane): void",
|
@@ -4079,7 +4135,7 @@
|
|
4079
4135
|
"__schema": "ParameterSchema",
|
4080
4136
|
"location": {
|
4081
4137
|
"filePath": "export.main.runtime.ts",
|
4082
|
-
"line":
|
4138
|
+
"line": 814,
|
4083
4139
|
"character": 39
|
4084
4140
|
},
|
4085
4141
|
"name": "lane",
|
@@ -4087,7 +4143,7 @@
|
|
4087
4143
|
"__schema": "TypeRefSchema",
|
4088
4144
|
"location": {
|
4089
4145
|
"filePath": "export.main.runtime.ts",
|
4090
|
-
"line":
|
4146
|
+
"line": 814,
|
4091
4147
|
"character": 45
|
4092
4148
|
},
|
4093
4149
|
"name": "Lane"
|
@@ -4100,7 +4156,7 @@
|
|
4100
4156
|
"__schema": "TypeRefSchema",
|
4101
4157
|
"location": {
|
4102
4158
|
"filePath": "export.main.runtime.ts",
|
4103
|
-
"line":
|
4159
|
+
"line": 814,
|
4104
4160
|
"character": 1
|
4105
4161
|
},
|
4106
4162
|
"name": "_throwForUnsnappedLaneReadme",
|
@@ -4112,7 +4168,7 @@
|
|
4112
4168
|
"__schema": "FunctionLikeSchema",
|
4113
4169
|
"location": {
|
4114
4170
|
"filePath": "export.main.runtime.ts",
|
4115
|
-
"line":
|
4171
|
+
"line": 830,
|
4116
4172
|
"character": 1
|
4117
4173
|
},
|
4118
4174
|
"signature": "function updateLanesAfterExport(consumer: Consumer, lane: Lane): Promise<void>",
|
@@ -4122,7 +4178,7 @@
|
|
4122
4178
|
"__schema": "ParameterSchema",
|
4123
4179
|
"location": {
|
4124
4180
|
"filePath": "export.main.runtime.ts",
|
4125
|
-
"line":
|
4181
|
+
"line": 830,
|
4126
4182
|
"character": 39
|
4127
4183
|
},
|
4128
4184
|
"name": "consumer",
|
@@ -4130,7 +4186,7 @@
|
|
4130
4186
|
"__schema": "TypeRefSchema",
|
4131
4187
|
"location": {
|
4132
4188
|
"filePath": "export.main.runtime.ts",
|
4133
|
-
"line":
|
4189
|
+
"line": 830,
|
4134
4190
|
"character": 49
|
4135
4191
|
},
|
4136
4192
|
"name": "Consumer"
|
@@ -4142,7 +4198,7 @@
|
|
4142
4198
|
"__schema": "ParameterSchema",
|
4143
4199
|
"location": {
|
4144
4200
|
"filePath": "export.main.runtime.ts",
|
4145
|
-
"line":
|
4201
|
+
"line": 830,
|
4146
4202
|
"character": 59
|
4147
4203
|
},
|
4148
4204
|
"name": "lane",
|
@@ -4150,7 +4206,7 @@
|
|
4150
4206
|
"__schema": "TypeRefSchema",
|
4151
4207
|
"location": {
|
4152
4208
|
"filePath": "export.main.runtime.ts",
|
4153
|
-
"line":
|
4209
|
+
"line": 830,
|
4154
4210
|
"character": 65
|
4155
4211
|
},
|
4156
4212
|
"name": "Lane"
|
@@ -4163,7 +4219,7 @@
|
|
4163
4219
|
"__schema": "InferenceTypeSchema",
|
4164
4220
|
"location": {
|
4165
4221
|
"filePath": "export.main.runtime.ts",
|
4166
|
-
"line":
|
4222
|
+
"line": 830,
|
4167
4223
|
"character": 1
|
4168
4224
|
},
|
4169
4225
|
"type": "Promise<void>"
|
@@ -4215,7 +4271,7 @@
|
|
4215
4271
|
"componentId": {
|
4216
4272
|
"scope": "teambit.scope",
|
4217
4273
|
"name": "export",
|
4218
|
-
"version": "1.0.
|
4274
|
+
"version": "1.0.474"
|
4219
4275
|
},
|
4220
4276
|
"taggedModuleExports": []
|
4221
4277
|
}
|