@teambit/eject 1.0.187 → 1.0.188

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1769 +0,0 @@
1
- {
2
- "__schema": "APISchema",
3
- "location": {
4
- "filePath": "index.ts",
5
- "line": 1,
6
- "character": 1
7
- },
8
- "module": {
9
- "__schema": "ModuleSchema",
10
- "location": {
11
- "filePath": "index.ts",
12
- "line": 1,
13
- "character": 1
14
- },
15
- "exports": [
16
- {
17
- "__schema": "ClassSchema",
18
- "location": {
19
- "filePath": "eject.main.runtime.ts",
20
- "line": 10,
21
- "character": 1
22
- },
23
- "signature": "class EjectMain",
24
- "name": "EjectMain",
25
- "members": [
26
- {
27
- "__schema": "ConstructorSchema",
28
- "location": {
29
- "filePath": "eject.main.runtime.ts",
30
- "line": 11,
31
- "character": 3
32
- },
33
- "signature": "constructor EjectMain(workspace: Workspace, install: InstallMain, logger: Logger): EjectMain",
34
- "name": "constructor",
35
- "params": [
36
- {
37
- "__schema": "ParameterSchema",
38
- "location": {
39
- "filePath": "eject.main.runtime.ts",
40
- "line": 11,
41
- "character": 15
42
- },
43
- "name": "workspace",
44
- "type": {
45
- "__schema": "TypeRefSchema",
46
- "location": {
47
- "filePath": "eject.main.runtime.ts",
48
- "line": 11,
49
- "character": 34
50
- },
51
- "name": "Workspace"
52
- },
53
- "isOptional": false,
54
- "isSpread": false
55
- },
56
- {
57
- "__schema": "ParameterSchema",
58
- "location": {
59
- "filePath": "eject.main.runtime.ts",
60
- "line": 11,
61
- "character": 45
62
- },
63
- "name": "install",
64
- "type": {
65
- "__schema": "TypeRefSchema",
66
- "location": {
67
- "filePath": "eject.main.runtime.ts",
68
- "line": 11,
69
- "character": 62
70
- },
71
- "name": "InstallMain"
72
- },
73
- "isOptional": false,
74
- "isSpread": false
75
- },
76
- {
77
- "__schema": "ParameterSchema",
78
- "location": {
79
- "filePath": "eject.main.runtime.ts",
80
- "line": 11,
81
- "character": 75
82
- },
83
- "name": "logger",
84
- "type": {
85
- "__schema": "TypeRefSchema",
86
- "location": {
87
- "filePath": "eject.main.runtime.ts",
88
- "line": 11,
89
- "character": 91
90
- },
91
- "name": "Logger"
92
- },
93
- "isOptional": false,
94
- "isSpread": false
95
- }
96
- ],
97
- "returnType": {
98
- "__schema": "ThisTypeSchema",
99
- "location": {
100
- "filePath": "eject.main.runtime.ts",
101
- "line": 10,
102
- "character": 1
103
- },
104
- "name": "EjectMain"
105
- },
106
- "modifiers": []
107
- },
108
- {
109
- "__schema": "FunctionLikeSchema",
110
- "location": {
111
- "filePath": "eject.main.runtime.ts",
112
- "line": 12,
113
- "character": 3
114
- },
115
- "signature": "(method) EjectMain.eject(componentIds: ComponentID[], ejectOptions?: EjectOptions): Promise<EjectResults>",
116
- "name": "eject",
117
- "params": [
118
- {
119
- "__schema": "ParameterSchema",
120
- "location": {
121
- "filePath": "eject.main.runtime.ts",
122
- "line": 12,
123
- "character": 15
124
- },
125
- "name": "componentIds",
126
- "type": {
127
- "__schema": "TypeArraySchema",
128
- "location": {
129
- "filePath": "eject.main.runtime.ts",
130
- "line": 12,
131
- "character": 29
132
- },
133
- "type": {
134
- "__schema": "TypeRefSchema",
135
- "location": {
136
- "filePath": "eject.main.runtime.ts",
137
- "line": 12,
138
- "character": 29
139
- },
140
- "name": "ComponentID"
141
- }
142
- },
143
- "isOptional": false,
144
- "isSpread": false
145
- },
146
- {
147
- "__schema": "ParameterSchema",
148
- "location": {
149
- "filePath": "eject.main.runtime.ts",
150
- "line": 12,
151
- "character": 44
152
- },
153
- "name": "ejectOptions",
154
- "type": {
155
- "__schema": "TypeRefSchema",
156
- "location": {
157
- "filePath": "eject.main.runtime.ts",
158
- "line": 12,
159
- "character": 58
160
- },
161
- "name": "EjectOptions"
162
- },
163
- "isOptional": true,
164
- "defaultValue": "{}",
165
- "isSpread": false
166
- }
167
- ],
168
- "returnType": {
169
- "__schema": "TypeRefSchema",
170
- "location": {
171
- "filePath": "eject.main.runtime.ts",
172
- "line": 12,
173
- "character": 78
174
- },
175
- "name": "Promise",
176
- "typeArgs": [
177
- {
178
- "__schema": "TypeRefSchema",
179
- "location": {
180
- "filePath": "eject.main.runtime.ts",
181
- "line": 12,
182
- "character": 86
183
- },
184
- "name": "EjectResults"
185
- }
186
- ]
187
- },
188
- "modifiers": [
189
- "async"
190
- ]
191
- },
192
- {
193
- "__schema": "VariableLikeSchema",
194
- "location": {
195
- "filePath": "eject.main.runtime.ts",
196
- "line": 24,
197
- "character": 3
198
- },
199
- "signature": "(property) EjectMain.runtime: RuntimeDefinition",
200
- "name": "runtime",
201
- "type": {
202
- "__schema": "InferenceTypeSchema",
203
- "location": {
204
- "filePath": "eject.main.runtime.ts",
205
- "line": 24,
206
- "character": 3
207
- },
208
- "type": "RuntimeDefinition"
209
- },
210
- "isOptional": true,
211
- "defaultValue": "MainRuntime"
212
- },
213
- {
214
- "__schema": "VariableLikeSchema",
215
- "location": {
216
- "filePath": "eject.main.runtime.ts",
217
- "line": 26,
218
- "character": 3
219
- },
220
- "signature": "(property) EjectMain.dependencies: Aspect[]",
221
- "name": "dependencies",
222
- "type": {
223
- "__schema": "InferenceTypeSchema",
224
- "location": {
225
- "filePath": "eject.main.runtime.ts",
226
- "line": 26,
227
- "character": 3
228
- },
229
- "type": "Aspect[]"
230
- },
231
- "isOptional": true,
232
- "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect, InstallAspect]"
233
- },
234
- {
235
- "__schema": "FunctionLikeSchema",
236
- "location": {
237
- "filePath": "eject.main.runtime.ts",
238
- "line": 28,
239
- "character": 3
240
- },
241
- "signature": "(method) EjectMain.provider([cli, workspace, loggerMain, install]: [CLIMain, Workspace, LoggerMain, InstallMain]): Promise<EjectMain>",
242
- "name": "provider",
243
- "params": [
244
- {
245
- "__schema": "ParameterSchema",
246
- "location": {
247
- "filePath": "eject.main.runtime.ts",
248
- "line": 28,
249
- "character": 25
250
- },
251
- "name": "[ cli, workspace, loggerMain, install ]",
252
- "type": {
253
- "__schema": "TupleTypeSchema",
254
- "location": {
255
- "filePath": "eject.main.runtime.ts",
256
- "line": 28,
257
- "character": 64
258
- },
259
- "elements": [
260
- {
261
- "__schema": "TypeRefSchema",
262
- "location": {
263
- "filePath": "eject.main.runtime.ts",
264
- "line": 28,
265
- "character": 65
266
- },
267
- "name": "CLIMain"
268
- },
269
- {
270
- "__schema": "TypeRefSchema",
271
- "location": {
272
- "filePath": "eject.main.runtime.ts",
273
- "line": 28,
274
- "character": 74
275
- },
276
- "name": "Workspace"
277
- },
278
- {
279
- "__schema": "TypeRefSchema",
280
- "location": {
281
- "filePath": "eject.main.runtime.ts",
282
- "line": 28,
283
- "character": 85
284
- },
285
- "name": "LoggerMain"
286
- },
287
- {
288
- "__schema": "TypeRefSchema",
289
- "location": {
290
- "filePath": "eject.main.runtime.ts",
291
- "line": 28,
292
- "character": 97
293
- },
294
- "name": "InstallMain"
295
- }
296
- ]
297
- },
298
- "isOptional": false,
299
- "isSpread": false
300
- }
301
- ],
302
- "returnType": {
303
- "__schema": "InferenceTypeSchema",
304
- "location": {
305
- "filePath": "eject.main.runtime.ts",
306
- "line": 28,
307
- "character": 3
308
- },
309
- "type": "Promise<EjectMain>"
310
- },
311
- "modifiers": [
312
- "static",
313
- "async"
314
- ]
315
- }
316
- ],
317
- "extendsNodes": [],
318
- "implementNodes": []
319
- },
320
- {
321
- "__schema": "TypeSchema",
322
- "location": {
323
- "filePath": "components-ejector.ts",
324
- "line": 24,
325
- "character": 1
326
- },
327
- "signature": "type EjectResults = {\n ejectedComponents: ComponentIdList;\n failedComponents: FailedComponents;\n}",
328
- "name": "EjectResults",
329
- "type": {
330
- "__schema": "TypeLiteralSchema",
331
- "location": {
332
- "filePath": "components-ejector.ts",
333
- "line": 24,
334
- "character": 28
335
- },
336
- "members": [
337
- {
338
- "__schema": "VariableLikeSchema",
339
- "location": {
340
- "filePath": "components-ejector.ts",
341
- "line": 25,
342
- "character": 3
343
- },
344
- "signature": "(property) ejectedComponents: ComponentIdList",
345
- "name": "ejectedComponents",
346
- "type": {
347
- "__schema": "TypeRefSchema",
348
- "location": {
349
- "filePath": "components-ejector.ts",
350
- "line": 25,
351
- "character": 3
352
- },
353
- "name": "ComponentIdList",
354
- "componentId": {
355
- "scope": "teambit.component",
356
- "name": "component-id",
357
- "version": "1.2.0"
358
- }
359
- },
360
- "isOptional": false
361
- },
362
- {
363
- "__schema": "VariableLikeSchema",
364
- "location": {
365
- "filePath": "components-ejector.ts",
366
- "line": 26,
367
- "character": 3
368
- },
369
- "signature": "(property) failedComponents: FailedComponents",
370
- "name": "failedComponents",
371
- "type": {
372
- "__schema": "TypeRefSchema",
373
- "location": {
374
- "filePath": "components-ejector.ts",
375
- "line": 26,
376
- "character": 3
377
- },
378
- "name": "FailedComponents",
379
- "internalFilePath": "components-ejector.ts"
380
- },
381
- "isOptional": false
382
- }
383
- ]
384
- }
385
- },
386
- {
387
- "__schema": "VariableLikeSchema",
388
- "location": {
389
- "filePath": "eject-template.ts",
390
- "line": 6,
391
- "character": 14
392
- },
393
- "signature": "const successEjectMessage: \"successfully ejected the following components\"",
394
- "name": "successEjectMessage",
395
- "type": {
396
- "__schema": "InferenceTypeSchema",
397
- "location": {
398
- "filePath": "eject-template.ts",
399
- "line": 6,
400
- "character": 14
401
- },
402
- "type": "\"successfully ejected the following components\""
403
- },
404
- "isOptional": false,
405
- "defaultValue": "'successfully ejected the following components'"
406
- },
407
- {
408
- "__schema": "FunctionLikeSchema",
409
- "location": {
410
- "filePath": "eject-template.ts",
411
- "line": 9,
412
- "character": 1
413
- },
414
- "signature": "function ejectTemplate(ejectResults: EjectResults): string",
415
- "name": "ejectTemplate",
416
- "params": [
417
- {
418
- "__schema": "ParameterSchema",
419
- "location": {
420
- "filePath": "eject-template.ts",
421
- "line": 9,
422
- "character": 31
423
- },
424
- "name": "ejectResults",
425
- "type": {
426
- "__schema": "TypeRefSchema",
427
- "location": {
428
- "filePath": "eject-template.ts",
429
- "line": 9,
430
- "character": 45
431
- },
432
- "name": "EjectResults"
433
- },
434
- "isOptional": false,
435
- "isSpread": false
436
- }
437
- ],
438
- "returnType": {
439
- "__schema": "KeywordTypeSchema",
440
- "location": {
441
- "filePath": "eject-template.ts",
442
- "line": 9,
443
- "character": 60
444
- },
445
- "name": "string"
446
- },
447
- "modifiers": [
448
- "export"
449
- ]
450
- },
451
- {
452
- "__schema": "VariableLikeSchema",
453
- "location": {
454
- "filePath": "eject.aspect.ts",
455
- "line": 3,
456
- "character": 14
457
- },
458
- "signature": "const EjectAspect: Aspect",
459
- "name": "EjectAspect",
460
- "type": {
461
- "__schema": "TypeRefSchema",
462
- "location": {
463
- "filePath": "eject.aspect.ts",
464
- "line": 3,
465
- "character": 14
466
- },
467
- "name": "Aspect",
468
- "componentId": {
469
- "scope": "teambit.harmony",
470
- "name": "harmony",
471
- "version": "0.4.6"
472
- }
473
- },
474
- "isOptional": false,
475
- "defaultValue": "Aspect.create({\n id: 'teambit.workspace/eject',\n})"
476
- }
477
- ],
478
- "internals": []
479
- },
480
- "internals": [
481
- {
482
- "__schema": "ModuleSchema",
483
- "location": {
484
- "filePath": "eject.main.runtime.ts",
485
- "line": 1,
486
- "character": 1
487
- },
488
- "exports": [
489
- {
490
- "__schema": "ClassSchema",
491
- "location": {
492
- "filePath": "eject.main.runtime.ts",
493
- "line": 10,
494
- "character": 1
495
- },
496
- "signature": "class EjectMain",
497
- "name": "EjectMain",
498
- "members": [
499
- {
500
- "__schema": "ConstructorSchema",
501
- "location": {
502
- "filePath": "eject.main.runtime.ts",
503
- "line": 11,
504
- "character": 3
505
- },
506
- "signature": "constructor EjectMain(workspace: Workspace, install: InstallMain, logger: Logger): EjectMain",
507
- "name": "constructor",
508
- "params": [
509
- {
510
- "__schema": "ParameterSchema",
511
- "location": {
512
- "filePath": "eject.main.runtime.ts",
513
- "line": 11,
514
- "character": 15
515
- },
516
- "name": "workspace",
517
- "type": {
518
- "__schema": "TypeRefSchema",
519
- "location": {
520
- "filePath": "eject.main.runtime.ts",
521
- "line": 11,
522
- "character": 34
523
- },
524
- "name": "Workspace"
525
- },
526
- "isOptional": false,
527
- "isSpread": false
528
- },
529
- {
530
- "__schema": "ParameterSchema",
531
- "location": {
532
- "filePath": "eject.main.runtime.ts",
533
- "line": 11,
534
- "character": 45
535
- },
536
- "name": "install",
537
- "type": {
538
- "__schema": "TypeRefSchema",
539
- "location": {
540
- "filePath": "eject.main.runtime.ts",
541
- "line": 11,
542
- "character": 62
543
- },
544
- "name": "InstallMain"
545
- },
546
- "isOptional": false,
547
- "isSpread": false
548
- },
549
- {
550
- "__schema": "ParameterSchema",
551
- "location": {
552
- "filePath": "eject.main.runtime.ts",
553
- "line": 11,
554
- "character": 75
555
- },
556
- "name": "logger",
557
- "type": {
558
- "__schema": "TypeRefSchema",
559
- "location": {
560
- "filePath": "eject.main.runtime.ts",
561
- "line": 11,
562
- "character": 91
563
- },
564
- "name": "Logger"
565
- },
566
- "isOptional": false,
567
- "isSpread": false
568
- }
569
- ],
570
- "returnType": {
571
- "__schema": "ThisTypeSchema",
572
- "location": {
573
- "filePath": "eject.main.runtime.ts",
574
- "line": 10,
575
- "character": 1
576
- },
577
- "name": "EjectMain"
578
- },
579
- "modifiers": []
580
- },
581
- {
582
- "__schema": "FunctionLikeSchema",
583
- "location": {
584
- "filePath": "eject.main.runtime.ts",
585
- "line": 12,
586
- "character": 3
587
- },
588
- "signature": "(method) EjectMain.eject(componentIds: ComponentID[], ejectOptions?: EjectOptions): Promise<EjectResults>",
589
- "name": "eject",
590
- "params": [
591
- {
592
- "__schema": "ParameterSchema",
593
- "location": {
594
- "filePath": "eject.main.runtime.ts",
595
- "line": 12,
596
- "character": 15
597
- },
598
- "name": "componentIds",
599
- "type": {
600
- "__schema": "TypeArraySchema",
601
- "location": {
602
- "filePath": "eject.main.runtime.ts",
603
- "line": 12,
604
- "character": 29
605
- },
606
- "type": {
607
- "__schema": "TypeRefSchema",
608
- "location": {
609
- "filePath": "eject.main.runtime.ts",
610
- "line": 12,
611
- "character": 29
612
- },
613
- "name": "ComponentID"
614
- }
615
- },
616
- "isOptional": false,
617
- "isSpread": false
618
- },
619
- {
620
- "__schema": "ParameterSchema",
621
- "location": {
622
- "filePath": "eject.main.runtime.ts",
623
- "line": 12,
624
- "character": 44
625
- },
626
- "name": "ejectOptions",
627
- "type": {
628
- "__schema": "TypeRefSchema",
629
- "location": {
630
- "filePath": "eject.main.runtime.ts",
631
- "line": 12,
632
- "character": 58
633
- },
634
- "name": "EjectOptions"
635
- },
636
- "isOptional": true,
637
- "defaultValue": "{}",
638
- "isSpread": false
639
- }
640
- ],
641
- "returnType": {
642
- "__schema": "TypeRefSchema",
643
- "location": {
644
- "filePath": "eject.main.runtime.ts",
645
- "line": 12,
646
- "character": 78
647
- },
648
- "name": "Promise",
649
- "typeArgs": [
650
- {
651
- "__schema": "TypeRefSchema",
652
- "location": {
653
- "filePath": "eject.main.runtime.ts",
654
- "line": 12,
655
- "character": 86
656
- },
657
- "name": "EjectResults"
658
- }
659
- ]
660
- },
661
- "modifiers": [
662
- "async"
663
- ]
664
- },
665
- {
666
- "__schema": "VariableLikeSchema",
667
- "location": {
668
- "filePath": "eject.main.runtime.ts",
669
- "line": 24,
670
- "character": 3
671
- },
672
- "signature": "(property) EjectMain.runtime: RuntimeDefinition",
673
- "name": "runtime",
674
- "type": {
675
- "__schema": "InferenceTypeSchema",
676
- "location": {
677
- "filePath": "eject.main.runtime.ts",
678
- "line": 24,
679
- "character": 3
680
- },
681
- "type": "RuntimeDefinition"
682
- },
683
- "isOptional": true,
684
- "defaultValue": "MainRuntime"
685
- },
686
- {
687
- "__schema": "VariableLikeSchema",
688
- "location": {
689
- "filePath": "eject.main.runtime.ts",
690
- "line": 26,
691
- "character": 3
692
- },
693
- "signature": "(property) EjectMain.dependencies: Aspect[]",
694
- "name": "dependencies",
695
- "type": {
696
- "__schema": "InferenceTypeSchema",
697
- "location": {
698
- "filePath": "eject.main.runtime.ts",
699
- "line": 26,
700
- "character": 3
701
- },
702
- "type": "Aspect[]"
703
- },
704
- "isOptional": true,
705
- "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect, InstallAspect]"
706
- },
707
- {
708
- "__schema": "FunctionLikeSchema",
709
- "location": {
710
- "filePath": "eject.main.runtime.ts",
711
- "line": 28,
712
- "character": 3
713
- },
714
- "signature": "(method) EjectMain.provider([cli, workspace, loggerMain, install]: [CLIMain, Workspace, LoggerMain, InstallMain]): Promise<EjectMain>",
715
- "name": "provider",
716
- "params": [
717
- {
718
- "__schema": "ParameterSchema",
719
- "location": {
720
- "filePath": "eject.main.runtime.ts",
721
- "line": 28,
722
- "character": 25
723
- },
724
- "name": "[ cli, workspace, loggerMain, install ]",
725
- "type": {
726
- "__schema": "TupleTypeSchema",
727
- "location": {
728
- "filePath": "eject.main.runtime.ts",
729
- "line": 28,
730
- "character": 64
731
- },
732
- "elements": [
733
- {
734
- "__schema": "TypeRefSchema",
735
- "location": {
736
- "filePath": "eject.main.runtime.ts",
737
- "line": 28,
738
- "character": 65
739
- },
740
- "name": "CLIMain"
741
- },
742
- {
743
- "__schema": "TypeRefSchema",
744
- "location": {
745
- "filePath": "eject.main.runtime.ts",
746
- "line": 28,
747
- "character": 74
748
- },
749
- "name": "Workspace"
750
- },
751
- {
752
- "__schema": "TypeRefSchema",
753
- "location": {
754
- "filePath": "eject.main.runtime.ts",
755
- "line": 28,
756
- "character": 85
757
- },
758
- "name": "LoggerMain"
759
- },
760
- {
761
- "__schema": "TypeRefSchema",
762
- "location": {
763
- "filePath": "eject.main.runtime.ts",
764
- "line": 28,
765
- "character": 97
766
- },
767
- "name": "InstallMain"
768
- }
769
- ]
770
- },
771
- "isOptional": false,
772
- "isSpread": false
773
- }
774
- ],
775
- "returnType": {
776
- "__schema": "InferenceTypeSchema",
777
- "location": {
778
- "filePath": "eject.main.runtime.ts",
779
- "line": 28,
780
- "character": 3
781
- },
782
- "type": "Promise<EjectMain>"
783
- },
784
- "modifiers": [
785
- "static",
786
- "async"
787
- ]
788
- }
789
- ],
790
- "extendsNodes": [],
791
- "implementNodes": []
792
- }
793
- ],
794
- "internals": [
795
- {
796
- "__schema": "UnImplementedSchema",
797
- "location": {
798
- "filePath": "eject.main.runtime.ts",
799
- "line": 37,
800
- "character": 1
801
- },
802
- "name": "EjectAspect.addRuntime(EjectMain);",
803
- "type": "ExpressionStatement"
804
- }
805
- ]
806
- },
807
- {
808
- "__schema": "ModuleSchema",
809
- "location": {
810
- "filePath": "components-ejector.ts",
811
- "line": 10,
812
- "character": 1
813
- },
814
- "exports": [
815
- {
816
- "__schema": "TypeSchema",
817
- "location": {
818
- "filePath": "components-ejector.ts",
819
- "line": 24,
820
- "character": 1
821
- },
822
- "signature": "type EjectResults = {\n ejectedComponents: ComponentIdList;\n failedComponents: FailedComponents;\n}",
823
- "name": "EjectResults",
824
- "type": {
825
- "__schema": "TypeLiteralSchema",
826
- "location": {
827
- "filePath": "components-ejector.ts",
828
- "line": 24,
829
- "character": 28
830
- },
831
- "members": [
832
- {
833
- "__schema": "VariableLikeSchema",
834
- "location": {
835
- "filePath": "components-ejector.ts",
836
- "line": 25,
837
- "character": 3
838
- },
839
- "signature": "(property) ejectedComponents: ComponentIdList",
840
- "name": "ejectedComponents",
841
- "type": {
842
- "__schema": "TypeRefSchema",
843
- "location": {
844
- "filePath": "components-ejector.ts",
845
- "line": 25,
846
- "character": 3
847
- },
848
- "name": "ComponentIdList",
849
- "componentId": {
850
- "scope": "teambit.component",
851
- "name": "component-id",
852
- "version": "1.2.0"
853
- }
854
- },
855
- "isOptional": false
856
- },
857
- {
858
- "__schema": "VariableLikeSchema",
859
- "location": {
860
- "filePath": "components-ejector.ts",
861
- "line": 26,
862
- "character": 3
863
- },
864
- "signature": "(property) failedComponents: FailedComponents",
865
- "name": "failedComponents",
866
- "type": {
867
- "__schema": "TypeRefSchema",
868
- "location": {
869
- "filePath": "components-ejector.ts",
870
- "line": 26,
871
- "character": 3
872
- },
873
- "name": "FailedComponents",
874
- "internalFilePath": "components-ejector.ts"
875
- },
876
- "isOptional": false
877
- }
878
- ]
879
- }
880
- },
881
- {
882
- "__schema": "TypeSchema",
883
- "location": {
884
- "filePath": "components-ejector.ts",
885
- "line": 29,
886
- "character": 1
887
- },
888
- "signature": "type EjectOptions = {\n force?: boolean | undefined;\n keepFiles?: boolean | undefined;\n skipDependencyInstallation?: boolean | undefined;\n}",
889
- "name": "EjectOptions",
890
- "type": {
891
- "__schema": "TypeLiteralSchema",
892
- "location": {
893
- "filePath": "components-ejector.ts",
894
- "line": 29,
895
- "character": 28
896
- },
897
- "members": [
898
- {
899
- "__schema": "VariableLikeSchema",
900
- "location": {
901
- "filePath": "components-ejector.ts",
902
- "line": 30,
903
- "character": 3
904
- },
905
- "signature": "(property) force?: boolean | undefined",
906
- "name": "force",
907
- "type": {
908
- "__schema": "KeywordTypeSchema",
909
- "location": {
910
- "filePath": "components-ejector.ts",
911
- "line": 30,
912
- "character": 11
913
- },
914
- "name": "boolean"
915
- },
916
- "isOptional": true
917
- },
918
- {
919
- "__schema": "VariableLikeSchema",
920
- "location": {
921
- "filePath": "components-ejector.ts",
922
- "line": 31,
923
- "character": 3
924
- },
925
- "signature": "(property) keepFiles?: boolean | undefined",
926
- "name": "keepFiles",
927
- "type": {
928
- "__schema": "KeywordTypeSchema",
929
- "location": {
930
- "filePath": "components-ejector.ts",
931
- "line": 31,
932
- "character": 15
933
- },
934
- "name": "boolean"
935
- },
936
- "isOptional": true
937
- },
938
- {
939
- "__schema": "VariableLikeSchema",
940
- "location": {
941
- "filePath": "components-ejector.ts",
942
- "line": 32,
943
- "character": 3
944
- },
945
- "signature": "(property) skipDependencyInstallation?: boolean | undefined",
946
- "name": "skipDependencyInstallation",
947
- "type": {
948
- "__schema": "KeywordTypeSchema",
949
- "location": {
950
- "filePath": "components-ejector.ts",
951
- "line": 32,
952
- "character": 32
953
- },
954
- "name": "boolean"
955
- },
956
- "isOptional": true
957
- }
958
- ]
959
- }
960
- },
961
- {
962
- "__schema": "ClassSchema",
963
- "location": {
964
- "filePath": "components-ejector.ts",
965
- "line": 42,
966
- "character": 1
967
- },
968
- "signature": "class ComponentsEjector",
969
- "name": "ComponentsEjector",
970
- "members": [
971
- {
972
- "__schema": "VariableLikeSchema",
973
- "location": {
974
- "filePath": "components-ejector.ts",
975
- "line": 43,
976
- "character": 3
977
- },
978
- "signature": "(property) ComponentsEjector.consumer: Consumer",
979
- "name": "consumer",
980
- "type": {
981
- "__schema": "TypeRefSchema",
982
- "location": {
983
- "filePath": "components-ejector.ts",
984
- "line": 43,
985
- "character": 3
986
- },
987
- "name": "Consumer",
988
- "packageName": "@teambit/legacy/dist/consumer"
989
- },
990
- "isOptional": false
991
- },
992
- {
993
- "__schema": "VariableLikeSchema",
994
- "location": {
995
- "filePath": "components-ejector.ts",
996
- "line": 44,
997
- "character": 3
998
- },
999
- "signature": "(property) ComponentsEjector.idsToEject: ComponentIdList",
1000
- "name": "idsToEject",
1001
- "type": {
1002
- "__schema": "TypeRefSchema",
1003
- "location": {
1004
- "filePath": "components-ejector.ts",
1005
- "line": 44,
1006
- "character": 3
1007
- },
1008
- "name": "ComponentIdList",
1009
- "componentId": {
1010
- "scope": "teambit.component",
1011
- "name": "component-id",
1012
- "version": "1.2.0"
1013
- }
1014
- },
1015
- "isOptional": false
1016
- },
1017
- {
1018
- "__schema": "VariableLikeSchema",
1019
- "location": {
1020
- "filePath": "components-ejector.ts",
1021
- "line": 45,
1022
- "character": 3
1023
- },
1024
- "signature": "(property) ComponentsEjector.componentsToEject: Component[]",
1025
- "name": "componentsToEject",
1026
- "type": {
1027
- "__schema": "TypeArraySchema",
1028
- "location": {
1029
- "filePath": "components-ejector.ts",
1030
- "line": 45,
1031
- "character": 22
1032
- },
1033
- "type": {
1034
- "__schema": "TypeRefSchema",
1035
- "location": {
1036
- "filePath": "components-ejector.ts",
1037
- "line": 45,
1038
- "character": 22
1039
- },
1040
- "name": "Component"
1041
- }
1042
- },
1043
- "isOptional": true,
1044
- "defaultValue": "[]"
1045
- },
1046
- {
1047
- "__schema": "VariableLikeSchema",
1048
- "location": {
1049
- "filePath": "components-ejector.ts",
1050
- "line": 47,
1051
- "character": 3
1052
- },
1053
- "signature": "(property) ComponentsEjector.notEjectedDependents: {\n dependent: Component;\n ejectedDependencies: Component[];\n}[]",
1054
- "name": "notEjectedDependents",
1055
- "type": {
1056
- "__schema": "TypeRefSchema",
1057
- "location": {
1058
- "filePath": "components-ejector.ts",
1059
- "line": 47,
1060
- "character": 25
1061
- },
1062
- "name": "Array",
1063
- "typeArgs": [
1064
- {
1065
- "__schema": "TypeLiteralSchema",
1066
- "location": {
1067
- "filePath": "components-ejector.ts",
1068
- "line": 47,
1069
- "character": 31
1070
- },
1071
- "members": [
1072
- {
1073
- "__schema": "VariableLikeSchema",
1074
- "location": {
1075
- "filePath": "components-ejector.ts",
1076
- "line": 47,
1077
- "character": 33
1078
- },
1079
- "signature": "(property) dependent: Component",
1080
- "name": "dependent",
1081
- "type": {
1082
- "__schema": "TypeRefSchema",
1083
- "location": {
1084
- "filePath": "components-ejector.ts",
1085
- "line": 47,
1086
- "character": 33
1087
- },
1088
- "name": "Component",
1089
- "packageName": "@teambit/legacy/dist/consumer/component/consumer-component"
1090
- },
1091
- "isOptional": false
1092
- },
1093
- {
1094
- "__schema": "VariableLikeSchema",
1095
- "location": {
1096
- "filePath": "components-ejector.ts",
1097
- "line": 47,
1098
- "character": 55
1099
- },
1100
- "signature": "(property) ejectedDependencies: Component[]",
1101
- "name": "ejectedDependencies",
1102
- "type": {
1103
- "__schema": "TypeArraySchema",
1104
- "location": {
1105
- "filePath": "components-ejector.ts",
1106
- "line": 47,
1107
- "character": 76
1108
- },
1109
- "type": {
1110
- "__schema": "TypeRefSchema",
1111
- "location": {
1112
- "filePath": "components-ejector.ts",
1113
- "line": 47,
1114
- "character": 76
1115
- },
1116
- "name": "Component"
1117
- }
1118
- },
1119
- "isOptional": false
1120
- }
1121
- ]
1122
- }
1123
- ]
1124
- },
1125
- "isOptional": false
1126
- },
1127
- {
1128
- "__schema": "VariableLikeSchema",
1129
- "location": {
1130
- "filePath": "components-ejector.ts",
1131
- "line": 48,
1132
- "character": 3
1133
- },
1134
- "signature": "(property) ComponentsEjector.failedComponents: FailedComponents",
1135
- "name": "failedComponents",
1136
- "type": {
1137
- "__schema": "TypeRefSchema",
1138
- "location": {
1139
- "filePath": "components-ejector.ts",
1140
- "line": 48,
1141
- "character": 3
1142
- },
1143
- "name": "FailedComponents",
1144
- "internalFilePath": "components-ejector.ts"
1145
- },
1146
- "isOptional": false
1147
- },
1148
- {
1149
- "__schema": "VariableLikeSchema",
1150
- "location": {
1151
- "filePath": "components-ejector.ts",
1152
- "line": 50,
1153
- "character": 3
1154
- },
1155
- "signature": "(property) ComponentsEjector.packageJsonFilesBeforeChanges: PackageJsonFile[]",
1156
- "name": "packageJsonFilesBeforeChanges",
1157
- "type": {
1158
- "__schema": "TypeArraySchema",
1159
- "location": {
1160
- "filePath": "components-ejector.ts",
1161
- "line": 50,
1162
- "character": 34
1163
- },
1164
- "type": {
1165
- "__schema": "TypeRefSchema",
1166
- "location": {
1167
- "filePath": "components-ejector.ts",
1168
- "line": 50,
1169
- "character": 34
1170
- },
1171
- "name": "PackageJsonFile"
1172
- }
1173
- },
1174
- "isOptional": false
1175
- },
1176
- {
1177
- "__schema": "ConstructorSchema",
1178
- "location": {
1179
- "filePath": "components-ejector.ts",
1180
- "line": 51,
1181
- "character": 3
1182
- },
1183
- "signature": "constructor ComponentsEjector(workspace: Workspace, install: InstallMain, logger: Logger, componentsIds: ComponentID[], ejectOptions: EjectOptions): ComponentsEjector",
1184
- "name": "constructor",
1185
- "params": [
1186
- {
1187
- "__schema": "ParameterSchema",
1188
- "location": {
1189
- "filePath": "components-ejector.ts",
1190
- "line": 52,
1191
- "character": 5
1192
- },
1193
- "name": "workspace",
1194
- "type": {
1195
- "__schema": "TypeRefSchema",
1196
- "location": {
1197
- "filePath": "components-ejector.ts",
1198
- "line": 52,
1199
- "character": 24
1200
- },
1201
- "name": "Workspace"
1202
- },
1203
- "isOptional": false,
1204
- "isSpread": false
1205
- },
1206
- {
1207
- "__schema": "ParameterSchema",
1208
- "location": {
1209
- "filePath": "components-ejector.ts",
1210
- "line": 53,
1211
- "character": 5
1212
- },
1213
- "name": "install",
1214
- "type": {
1215
- "__schema": "TypeRefSchema",
1216
- "location": {
1217
- "filePath": "components-ejector.ts",
1218
- "line": 53,
1219
- "character": 22
1220
- },
1221
- "name": "InstallMain"
1222
- },
1223
- "isOptional": false,
1224
- "isSpread": false
1225
- },
1226
- {
1227
- "__schema": "ParameterSchema",
1228
- "location": {
1229
- "filePath": "components-ejector.ts",
1230
- "line": 54,
1231
- "character": 5
1232
- },
1233
- "name": "logger",
1234
- "type": {
1235
- "__schema": "TypeRefSchema",
1236
- "location": {
1237
- "filePath": "components-ejector.ts",
1238
- "line": 54,
1239
- "character": 21
1240
- },
1241
- "name": "Logger"
1242
- },
1243
- "isOptional": false,
1244
- "isSpread": false
1245
- },
1246
- {
1247
- "__schema": "ParameterSchema",
1248
- "location": {
1249
- "filePath": "components-ejector.ts",
1250
- "line": 55,
1251
- "character": 5
1252
- },
1253
- "name": "componentsIds",
1254
- "type": {
1255
- "__schema": "TypeArraySchema",
1256
- "location": {
1257
- "filePath": "components-ejector.ts",
1258
- "line": 55,
1259
- "character": 28
1260
- },
1261
- "type": {
1262
- "__schema": "TypeRefSchema",
1263
- "location": {
1264
- "filePath": "components-ejector.ts",
1265
- "line": 55,
1266
- "character": 28
1267
- },
1268
- "name": "ComponentID"
1269
- }
1270
- },
1271
- "isOptional": false,
1272
- "isSpread": false
1273
- },
1274
- {
1275
- "__schema": "ParameterSchema",
1276
- "location": {
1277
- "filePath": "components-ejector.ts",
1278
- "line": 56,
1279
- "character": 5
1280
- },
1281
- "name": "ejectOptions",
1282
- "type": {
1283
- "__schema": "TypeRefSchema",
1284
- "location": {
1285
- "filePath": "components-ejector.ts",
1286
- "line": 56,
1287
- "character": 27
1288
- },
1289
- "name": "EjectOptions"
1290
- },
1291
- "isOptional": false,
1292
- "isSpread": false
1293
- }
1294
- ],
1295
- "returnType": {
1296
- "__schema": "ThisTypeSchema",
1297
- "location": {
1298
- "filePath": "components-ejector.ts",
1299
- "line": 42,
1300
- "character": 1
1301
- },
1302
- "name": "ComponentsEjector"
1303
- },
1304
- "modifiers": []
1305
- },
1306
- {
1307
- "__schema": "FunctionLikeSchema",
1308
- "location": {
1309
- "filePath": "components-ejector.ts",
1310
- "line": 68,
1311
- "character": 3
1312
- },
1313
- "signature": "(method) ComponentsEjector.eject(): Promise<EjectResults>",
1314
- "name": "eject",
1315
- "params": [],
1316
- "returnType": {
1317
- "__schema": "TypeRefSchema",
1318
- "location": {
1319
- "filePath": "components-ejector.ts",
1320
- "line": 68,
1321
- "character": 18
1322
- },
1323
- "name": "Promise",
1324
- "typeArgs": [
1325
- {
1326
- "__schema": "TypeRefSchema",
1327
- "location": {
1328
- "filePath": "components-ejector.ts",
1329
- "line": 68,
1330
- "character": 26
1331
- },
1332
- "name": "EjectResults"
1333
- }
1334
- ]
1335
- },
1336
- "modifiers": [
1337
- "async"
1338
- ]
1339
- },
1340
- {
1341
- "__schema": "FunctionLikeSchema",
1342
- "location": {
1343
- "filePath": "components-ejector.ts",
1344
- "line": 87,
1345
- "character": 3
1346
- },
1347
- "signature": "(method) ComponentsEjector.decideWhichComponentsToEject(): Promise<void>",
1348
- "name": "decideWhichComponentsToEject",
1349
- "params": [],
1350
- "returnType": {
1351
- "__schema": "TypeRefSchema",
1352
- "location": {
1353
- "filePath": "components-ejector.ts",
1354
- "line": 87,
1355
- "character": 41
1356
- },
1357
- "name": "Promise",
1358
- "typeArgs": [
1359
- {
1360
- "__schema": "KeywordTypeSchema",
1361
- "location": {
1362
- "filePath": "components-ejector.ts",
1363
- "line": 87,
1364
- "character": 49
1365
- },
1366
- "name": "void"
1367
- }
1368
- ]
1369
- },
1370
- "modifiers": [
1371
- "async"
1372
- ]
1373
- },
1374
- {
1375
- "__schema": "FunctionLikeSchema",
1376
- "location": {
1377
- "filePath": "components-ejector.ts",
1378
- "line": 121,
1379
- "character": 3
1380
- },
1381
- "signature": "(method) ComponentsEjector.loadComponentsToEject(): Promise<void>",
1382
- "name": "loadComponentsToEject",
1383
- "params": [],
1384
- "returnType": {
1385
- "__schema": "InferenceTypeSchema",
1386
- "location": {
1387
- "filePath": "components-ejector.ts",
1388
- "line": 121,
1389
- "character": 3
1390
- },
1391
- "type": "Promise<void>"
1392
- },
1393
- "modifiers": [
1394
- "async"
1395
- ]
1396
- },
1397
- {
1398
- "__schema": "FunctionLikeSchema",
1399
- "location": {
1400
- "filePath": "components-ejector.ts",
1401
- "line": 126,
1402
- "character": 3
1403
- },
1404
- "signature": "(method) ComponentsEjector.removeComponentsFromNodeModules(): Promise<void>",
1405
- "name": "removeComponentsFromNodeModules",
1406
- "params": [],
1407
- "returnType": {
1408
- "__schema": "InferenceTypeSchema",
1409
- "location": {
1410
- "filePath": "components-ejector.ts",
1411
- "line": 126,
1412
- "character": 3
1413
- },
1414
- "type": "Promise<void>"
1415
- },
1416
- "modifiers": [
1417
- "async"
1418
- ]
1419
- },
1420
- {
1421
- "__schema": "FunctionLikeSchema",
1422
- "location": {
1423
- "filePath": "components-ejector.ts",
1424
- "line": 134,
1425
- "character": 3
1426
- },
1427
- "signature": "(method) ComponentsEjector.installPackages(): Promise<void>",
1428
- "name": "installPackages",
1429
- "params": [],
1430
- "returnType": {
1431
- "__schema": "InferenceTypeSchema",
1432
- "location": {
1433
- "filePath": "components-ejector.ts",
1434
- "line": 134,
1435
- "character": 3
1436
- },
1437
- "type": "Promise<void>"
1438
- },
1439
- "modifiers": [
1440
- "async"
1441
- ]
1442
- },
1443
- {
1444
- "__schema": "FunctionLikeSchema",
1445
- "location": {
1446
- "filePath": "components-ejector.ts",
1447
- "line": 141,
1448
- "character": 3
1449
- },
1450
- "signature": "(method) ComponentsEjector.getPackagesToInstall(): string[]",
1451
- "name": "getPackagesToInstall",
1452
- "params": [],
1453
- "returnType": {
1454
- "__schema": "TypeArraySchema",
1455
- "location": {
1456
- "filePath": "components-ejector.ts",
1457
- "line": 141,
1458
- "character": 27
1459
- },
1460
- "type": {
1461
- "__schema": "KeywordTypeSchema",
1462
- "location": {
1463
- "filePath": "components-ejector.ts",
1464
- "line": 141,
1465
- "character": 27
1466
- },
1467
- "name": "string"
1468
- }
1469
- },
1470
- "modifiers": []
1471
- },
1472
- {
1473
- "__schema": "FunctionLikeSchema",
1474
- "location": {
1475
- "filePath": "components-ejector.ts",
1476
- "line": 145,
1477
- "character": 3
1478
- },
1479
- "signature": "(method) ComponentsEjector._buildExceptionMessageWithRollbackData(action: string): string",
1480
- "name": "_buildExceptionMessageWithRollbackData",
1481
- "params": [
1482
- {
1483
- "__schema": "ParameterSchema",
1484
- "location": {
1485
- "filePath": "components-ejector.ts",
1486
- "line": 145,
1487
- "character": 42
1488
- },
1489
- "name": "action",
1490
- "type": {
1491
- "__schema": "KeywordTypeSchema",
1492
- "location": {
1493
- "filePath": "components-ejector.ts",
1494
- "line": 145,
1495
- "character": 50
1496
- },
1497
- "name": "string"
1498
- },
1499
- "isOptional": false,
1500
- "isSpread": false
1501
- }
1502
- ],
1503
- "returnType": {
1504
- "__schema": "KeywordTypeSchema",
1505
- "location": {
1506
- "filePath": "components-ejector.ts",
1507
- "line": 145,
1508
- "character": 59
1509
- },
1510
- "name": "string"
1511
- },
1512
- "modifiers": []
1513
- },
1514
- {
1515
- "__schema": "FunctionLikeSchema",
1516
- "location": {
1517
- "filePath": "components-ejector.ts",
1518
- "line": 183,
1519
- "character": 3
1520
- },
1521
- "signature": "(method) ComponentsEjector.throwEjectError(message: string, originalError: Error): void",
1522
- "name": "throwEjectError",
1523
- "params": [
1524
- {
1525
- "__schema": "ParameterSchema",
1526
- "location": {
1527
- "filePath": "components-ejector.ts",
1528
- "line": 183,
1529
- "character": 19
1530
- },
1531
- "name": "message",
1532
- "type": {
1533
- "__schema": "KeywordTypeSchema",
1534
- "location": {
1535
- "filePath": "components-ejector.ts",
1536
- "line": 183,
1537
- "character": 28
1538
- },
1539
- "name": "string"
1540
- },
1541
- "isOptional": false,
1542
- "isSpread": false
1543
- },
1544
- {
1545
- "__schema": "ParameterSchema",
1546
- "location": {
1547
- "filePath": "components-ejector.ts",
1548
- "line": 183,
1549
- "character": 36
1550
- },
1551
- "name": "originalError",
1552
- "type": {
1553
- "__schema": "TypeRefSchema",
1554
- "location": {
1555
- "filePath": "components-ejector.ts",
1556
- "line": 183,
1557
- "character": 51
1558
- },
1559
- "name": "Error"
1560
- },
1561
- "isOptional": false,
1562
- "isSpread": false
1563
- }
1564
- ],
1565
- "returnType": {
1566
- "__schema": "InferenceTypeSchema",
1567
- "location": {
1568
- "filePath": "components-ejector.ts",
1569
- "line": 183,
1570
- "character": 3
1571
- },
1572
- "type": "void"
1573
- },
1574
- "modifiers": []
1575
- },
1576
- {
1577
- "__schema": "FunctionLikeSchema",
1578
- "location": {
1579
- "filePath": "components-ejector.ts",
1580
- "line": 191,
1581
- "character": 3
1582
- },
1583
- "signature": "(method) ComponentsEjector._validateIdsHaveScopesAndVersions(): void",
1584
- "name": "_validateIdsHaveScopesAndVersions",
1585
- "params": [],
1586
- "returnType": {
1587
- "__schema": "InferenceTypeSchema",
1588
- "location": {
1589
- "filePath": "components-ejector.ts",
1590
- "line": 191,
1591
- "character": 3
1592
- },
1593
- "type": "void"
1594
- },
1595
- "modifiers": []
1596
- }
1597
- ],
1598
- "extendsNodes": [],
1599
- "implementNodes": []
1600
- }
1601
- ],
1602
- "internals": [
1603
- {
1604
- "__schema": "TypeSchema",
1605
- "location": {
1606
- "filePath": "components-ejector.ts",
1607
- "line": 35,
1608
- "character": 1
1609
- },
1610
- "signature": "type FailedComponents = {\n modifiedComponents: ComponentIdList;\n stagedComponents: ComponentIdList;\n notExportedComponents: ComponentIdList;\n selfHostedExportedComponents: ComponentIdList;\n}",
1611
- "name": "FailedComponents",
1612
- "type": {
1613
- "__schema": "TypeLiteralSchema",
1614
- "location": {
1615
- "filePath": "components-ejector.ts",
1616
- "line": 35,
1617
- "character": 25
1618
- },
1619
- "members": [
1620
- {
1621
- "__schema": "VariableLikeSchema",
1622
- "location": {
1623
- "filePath": "components-ejector.ts",
1624
- "line": 36,
1625
- "character": 3
1626
- },
1627
- "signature": "(property) modifiedComponents: ComponentIdList",
1628
- "name": "modifiedComponents",
1629
- "type": {
1630
- "__schema": "TypeRefSchema",
1631
- "location": {
1632
- "filePath": "components-ejector.ts",
1633
- "line": 36,
1634
- "character": 3
1635
- },
1636
- "name": "ComponentIdList",
1637
- "componentId": {
1638
- "scope": "teambit.component",
1639
- "name": "component-id",
1640
- "version": "1.2.0"
1641
- }
1642
- },
1643
- "isOptional": false
1644
- },
1645
- {
1646
- "__schema": "VariableLikeSchema",
1647
- "location": {
1648
- "filePath": "components-ejector.ts",
1649
- "line": 37,
1650
- "character": 3
1651
- },
1652
- "signature": "(property) stagedComponents: ComponentIdList",
1653
- "name": "stagedComponents",
1654
- "type": {
1655
- "__schema": "TypeRefSchema",
1656
- "location": {
1657
- "filePath": "components-ejector.ts",
1658
- "line": 37,
1659
- "character": 3
1660
- },
1661
- "name": "ComponentIdList",
1662
- "componentId": {
1663
- "scope": "teambit.component",
1664
- "name": "component-id",
1665
- "version": "1.2.0"
1666
- }
1667
- },
1668
- "isOptional": false
1669
- },
1670
- {
1671
- "__schema": "VariableLikeSchema",
1672
- "location": {
1673
- "filePath": "components-ejector.ts",
1674
- "line": 38,
1675
- "character": 3
1676
- },
1677
- "signature": "(property) notExportedComponents: ComponentIdList",
1678
- "name": "notExportedComponents",
1679
- "type": {
1680
- "__schema": "TypeRefSchema",
1681
- "location": {
1682
- "filePath": "components-ejector.ts",
1683
- "line": 38,
1684
- "character": 3
1685
- },
1686
- "name": "ComponentIdList",
1687
- "componentId": {
1688
- "scope": "teambit.component",
1689
- "name": "component-id",
1690
- "version": "1.2.0"
1691
- }
1692
- },
1693
- "isOptional": false
1694
- },
1695
- {
1696
- "__schema": "VariableLikeSchema",
1697
- "location": {
1698
- "filePath": "components-ejector.ts",
1699
- "line": 39,
1700
- "character": 3
1701
- },
1702
- "signature": "(property) selfHostedExportedComponents: ComponentIdList",
1703
- "name": "selfHostedExportedComponents",
1704
- "type": {
1705
- "__schema": "TypeRefSchema",
1706
- "location": {
1707
- "filePath": "components-ejector.ts",
1708
- "line": 39,
1709
- "character": 3
1710
- },
1711
- "name": "ComponentIdList",
1712
- "componentId": {
1713
- "scope": "teambit.component",
1714
- "name": "component-id",
1715
- "version": "1.2.0"
1716
- }
1717
- },
1718
- "isOptional": false
1719
- }
1720
- ]
1721
- }
1722
- }
1723
- ]
1724
- },
1725
- {
1726
- "__schema": "ModuleSchema",
1727
- "location": {
1728
- "filePath": "eject.aspect.ts",
1729
- "line": 1,
1730
- "character": 1
1731
- },
1732
- "exports": [
1733
- {
1734
- "__schema": "VariableLikeSchema",
1735
- "location": {
1736
- "filePath": "eject.aspect.ts",
1737
- "line": 3,
1738
- "character": 14
1739
- },
1740
- "signature": "const EjectAspect: Aspect",
1741
- "name": "EjectAspect",
1742
- "type": {
1743
- "__schema": "TypeRefSchema",
1744
- "location": {
1745
- "filePath": "eject.aspect.ts",
1746
- "line": 3,
1747
- "character": 14
1748
- },
1749
- "name": "Aspect",
1750
- "componentId": {
1751
- "scope": "teambit.harmony",
1752
- "name": "harmony",
1753
- "version": "0.4.6"
1754
- }
1755
- },
1756
- "isOptional": false,
1757
- "defaultValue": "Aspect.create({\n id: 'teambit.workspace/eject',\n})"
1758
- }
1759
- ],
1760
- "internals": []
1761
- }
1762
- ],
1763
- "componentId": {
1764
- "scope": "teambit.workspace",
1765
- "name": "eject",
1766
- "version": "1.0.187"
1767
- },
1768
- "taggedModuleExports": []
1769
- }