@teambit/install 1.0.158 → 1.0.159

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.
@@ -0,0 +1,4562 @@
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": "FunctionLikeSchema",
18
+ "location": {
19
+ "filePath": "install.cmd.tsx",
20
+ "line": 139,
21
+ "character": 1
22
+ },
23
+ "signature": "function getAnotherInstallRequiredOutput(recurringInstall?: boolean, oldNonLoadedEnvs?: string[]): string",
24
+ "name": "getAnotherInstallRequiredOutput",
25
+ "params": [
26
+ {
27
+ "__schema": "ParameterSchema",
28
+ "location": {
29
+ "filePath": "install.cmd.tsx",
30
+ "line": 139,
31
+ "character": 49
32
+ },
33
+ "name": "recurringInstall",
34
+ "type": {
35
+ "__schema": "InferenceTypeSchema",
36
+ "location": {
37
+ "filePath": "install.cmd.tsx",
38
+ "line": 139,
39
+ "character": 49
40
+ },
41
+ "type": "boolean"
42
+ },
43
+ "isOptional": true,
44
+ "defaultValue": "false",
45
+ "isSpread": false
46
+ },
47
+ {
48
+ "__schema": "ParameterSchema",
49
+ "location": {
50
+ "filePath": "install.cmd.tsx",
51
+ "line": 139,
52
+ "character": 75
53
+ },
54
+ "name": "oldNonLoadedEnvs",
55
+ "type": {
56
+ "__schema": "TypeArraySchema",
57
+ "location": {
58
+ "filePath": "install.cmd.tsx",
59
+ "line": 139,
60
+ "character": 93
61
+ },
62
+ "type": {
63
+ "__schema": "KeywordTypeSchema",
64
+ "location": {
65
+ "filePath": "install.cmd.tsx",
66
+ "line": 139,
67
+ "character": 93
68
+ },
69
+ "name": "string"
70
+ }
71
+ },
72
+ "isOptional": true,
73
+ "defaultValue": "[]",
74
+ "isSpread": false
75
+ }
76
+ ],
77
+ "returnType": {
78
+ "__schema": "KeywordTypeSchema",
79
+ "location": {
80
+ "filePath": "install.cmd.tsx",
81
+ "line": 139,
82
+ "character": 109
83
+ },
84
+ "name": "string"
85
+ },
86
+ "modifiers": [
87
+ "export"
88
+ ]
89
+ },
90
+ {
91
+ "__schema": "ClassSchema",
92
+ "location": {
93
+ "filePath": "install.main.runtime.ts",
94
+ "line": 103,
95
+ "character": 1
96
+ },
97
+ "signature": "class InstallMain",
98
+ "name": "InstallMain",
99
+ "members": [
100
+ {
101
+ "__schema": "ConstructorSchema",
102
+ "location": {
103
+ "filePath": "install.main.runtime.ts",
104
+ "line": 106,
105
+ "character": 3
106
+ },
107
+ "signature": "constructor InstallMain(dependencyResolver: DependencyResolverMain, logger: Logger, workspace: Workspace, variants: VariantsMain, compiler: CompilerMain, envs: EnvsMain, wsConfigFiles: WorkspaceConfigFilesMain, app: ApplicationMain, generator: GeneratorMain, preLinkSlot: PreLinkSlot, preInstallSlot: PreInstallSlot, postInstallSlot: PostInstallSlot, ipcEvents: IpcEventsMain): InstallMain",
108
+ "name": "constructor",
109
+ "params": [
110
+ {
111
+ "__schema": "ParameterSchema",
112
+ "location": {
113
+ "filePath": "install.main.runtime.ts",
114
+ "line": 107,
115
+ "character": 5
116
+ },
117
+ "name": "dependencyResolver",
118
+ "type": {
119
+ "__schema": "TypeRefSchema",
120
+ "location": {
121
+ "filePath": "install.main.runtime.ts",
122
+ "line": 107,
123
+ "character": 33
124
+ },
125
+ "name": "DependencyResolverMain"
126
+ },
127
+ "isOptional": false,
128
+ "isSpread": false
129
+ },
130
+ {
131
+ "__schema": "ParameterSchema",
132
+ "location": {
133
+ "filePath": "install.main.runtime.ts",
134
+ "line": 109,
135
+ "character": 5
136
+ },
137
+ "name": "logger",
138
+ "type": {
139
+ "__schema": "TypeRefSchema",
140
+ "location": {
141
+ "filePath": "install.main.runtime.ts",
142
+ "line": 109,
143
+ "character": 21
144
+ },
145
+ "name": "Logger"
146
+ },
147
+ "isOptional": false,
148
+ "isSpread": false
149
+ },
150
+ {
151
+ "__schema": "ParameterSchema",
152
+ "location": {
153
+ "filePath": "install.main.runtime.ts",
154
+ "line": 111,
155
+ "character": 5
156
+ },
157
+ "name": "workspace",
158
+ "type": {
159
+ "__schema": "TypeRefSchema",
160
+ "location": {
161
+ "filePath": "install.main.runtime.ts",
162
+ "line": 111,
163
+ "character": 24
164
+ },
165
+ "name": "Workspace"
166
+ },
167
+ "isOptional": false,
168
+ "isSpread": false
169
+ },
170
+ {
171
+ "__schema": "ParameterSchema",
172
+ "location": {
173
+ "filePath": "install.main.runtime.ts",
174
+ "line": 113,
175
+ "character": 5
176
+ },
177
+ "name": "variants",
178
+ "type": {
179
+ "__schema": "TypeRefSchema",
180
+ "location": {
181
+ "filePath": "install.main.runtime.ts",
182
+ "line": 113,
183
+ "character": 23
184
+ },
185
+ "name": "VariantsMain"
186
+ },
187
+ "isOptional": false,
188
+ "isSpread": false
189
+ },
190
+ {
191
+ "__schema": "ParameterSchema",
192
+ "location": {
193
+ "filePath": "install.main.runtime.ts",
194
+ "line": 115,
195
+ "character": 5
196
+ },
197
+ "name": "compiler",
198
+ "type": {
199
+ "__schema": "TypeRefSchema",
200
+ "location": {
201
+ "filePath": "install.main.runtime.ts",
202
+ "line": 115,
203
+ "character": 23
204
+ },
205
+ "name": "CompilerMain"
206
+ },
207
+ "isOptional": false,
208
+ "isSpread": false
209
+ },
210
+ {
211
+ "__schema": "ParameterSchema",
212
+ "location": {
213
+ "filePath": "install.main.runtime.ts",
214
+ "line": 117,
215
+ "character": 5
216
+ },
217
+ "name": "envs",
218
+ "type": {
219
+ "__schema": "TypeRefSchema",
220
+ "location": {
221
+ "filePath": "install.main.runtime.ts",
222
+ "line": 117,
223
+ "character": 19
224
+ },
225
+ "name": "EnvsMain"
226
+ },
227
+ "isOptional": false,
228
+ "isSpread": false
229
+ },
230
+ {
231
+ "__schema": "ParameterSchema",
232
+ "location": {
233
+ "filePath": "install.main.runtime.ts",
234
+ "line": 119,
235
+ "character": 5
236
+ },
237
+ "name": "wsConfigFiles",
238
+ "type": {
239
+ "__schema": "TypeRefSchema",
240
+ "location": {
241
+ "filePath": "install.main.runtime.ts",
242
+ "line": 119,
243
+ "character": 28
244
+ },
245
+ "name": "WorkspaceConfigFilesMain"
246
+ },
247
+ "isOptional": false,
248
+ "isSpread": false
249
+ },
250
+ {
251
+ "__schema": "ParameterSchema",
252
+ "location": {
253
+ "filePath": "install.main.runtime.ts",
254
+ "line": 121,
255
+ "character": 5
256
+ },
257
+ "name": "app",
258
+ "type": {
259
+ "__schema": "TypeRefSchema",
260
+ "location": {
261
+ "filePath": "install.main.runtime.ts",
262
+ "line": 121,
263
+ "character": 18
264
+ },
265
+ "name": "ApplicationMain"
266
+ },
267
+ "isOptional": false,
268
+ "isSpread": false
269
+ },
270
+ {
271
+ "__schema": "ParameterSchema",
272
+ "location": {
273
+ "filePath": "install.main.runtime.ts",
274
+ "line": 123,
275
+ "character": 5
276
+ },
277
+ "name": "generator",
278
+ "type": {
279
+ "__schema": "TypeRefSchema",
280
+ "location": {
281
+ "filePath": "install.main.runtime.ts",
282
+ "line": 123,
283
+ "character": 24
284
+ },
285
+ "name": "GeneratorMain"
286
+ },
287
+ "isOptional": false,
288
+ "isSpread": false
289
+ },
290
+ {
291
+ "__schema": "ParameterSchema",
292
+ "location": {
293
+ "filePath": "install.main.runtime.ts",
294
+ "line": 125,
295
+ "character": 5
296
+ },
297
+ "name": "preLinkSlot",
298
+ "type": {
299
+ "__schema": "TypeRefSchema",
300
+ "location": {
301
+ "filePath": "install.main.runtime.ts",
302
+ "line": 125,
303
+ "character": 26
304
+ },
305
+ "name": "PreLinkSlot"
306
+ },
307
+ "isOptional": false,
308
+ "isSpread": false
309
+ },
310
+ {
311
+ "__schema": "ParameterSchema",
312
+ "location": {
313
+ "filePath": "install.main.runtime.ts",
314
+ "line": 127,
315
+ "character": 5
316
+ },
317
+ "name": "preInstallSlot",
318
+ "type": {
319
+ "__schema": "TypeRefSchema",
320
+ "location": {
321
+ "filePath": "install.main.runtime.ts",
322
+ "line": 127,
323
+ "character": 29
324
+ },
325
+ "name": "PreInstallSlot"
326
+ },
327
+ "isOptional": false,
328
+ "isSpread": false
329
+ },
330
+ {
331
+ "__schema": "ParameterSchema",
332
+ "location": {
333
+ "filePath": "install.main.runtime.ts",
334
+ "line": 129,
335
+ "character": 5
336
+ },
337
+ "name": "postInstallSlot",
338
+ "type": {
339
+ "__schema": "TypeRefSchema",
340
+ "location": {
341
+ "filePath": "install.main.runtime.ts",
342
+ "line": 129,
343
+ "character": 30
344
+ },
345
+ "name": "PostInstallSlot"
346
+ },
347
+ "isOptional": false,
348
+ "isSpread": false
349
+ },
350
+ {
351
+ "__schema": "ParameterSchema",
352
+ "location": {
353
+ "filePath": "install.main.runtime.ts",
354
+ "line": 131,
355
+ "character": 5
356
+ },
357
+ "name": "ipcEvents",
358
+ "type": {
359
+ "__schema": "TypeRefSchema",
360
+ "location": {
361
+ "filePath": "install.main.runtime.ts",
362
+ "line": 131,
363
+ "character": 24
364
+ },
365
+ "name": "IpcEventsMain"
366
+ },
367
+ "isOptional": false,
368
+ "isSpread": false
369
+ }
370
+ ],
371
+ "returnType": {
372
+ "__schema": "ThisTypeSchema",
373
+ "location": {
374
+ "filePath": "install.main.runtime.ts",
375
+ "line": 103,
376
+ "character": 1
377
+ },
378
+ "name": "InstallMain"
379
+ },
380
+ "modifiers": []
381
+ },
382
+ {
383
+ "__schema": "FunctionLikeSchema",
384
+ "location": {
385
+ "filePath": "install.main.runtime.ts",
386
+ "line": 139,
387
+ "character": 3
388
+ },
389
+ "doc": {
390
+ "__schema": "DocSchema",
391
+ "location": {
392
+ "filePath": "install.main.runtime.ts",
393
+ "line": 133,
394
+ "character": 3
395
+ },
396
+ "raw": "/**\n * Install dependencies for all components in the workspace\n *\n * @returns\n * @memberof Workspace\n */",
397
+ "comment": "Install dependencies for all components in the workspace",
398
+ "tags": [
399
+ {
400
+ "__schema": "ReturnTagSchema",
401
+ "location": {
402
+ "filePath": "install.main.runtime.ts",
403
+ "line": 136,
404
+ "character": 6
405
+ },
406
+ "tagName": "return"
407
+ },
408
+ {
409
+ "__schema": "TagSchema",
410
+ "location": {
411
+ "filePath": "install.main.runtime.ts",
412
+ "line": 137,
413
+ "character": 6
414
+ },
415
+ "tagName": "memberof",
416
+ "comment": "Workspace"
417
+ }
418
+ ]
419
+ },
420
+ "signature": "(method) InstallMain.install(packages?: string[], options?: WorkspaceInstallOptions): Promise<ComponentMap<string>>",
421
+ "name": "install",
422
+ "params": [
423
+ {
424
+ "__schema": "ParameterSchema",
425
+ "location": {
426
+ "filePath": "install.main.runtime.ts",
427
+ "line": 139,
428
+ "character": 17
429
+ },
430
+ "name": "packages",
431
+ "type": {
432
+ "__schema": "TypeArraySchema",
433
+ "location": {
434
+ "filePath": "install.main.runtime.ts",
435
+ "line": 139,
436
+ "character": 28
437
+ },
438
+ "type": {
439
+ "__schema": "KeywordTypeSchema",
440
+ "location": {
441
+ "filePath": "install.main.runtime.ts",
442
+ "line": 139,
443
+ "character": 28
444
+ },
445
+ "name": "string"
446
+ }
447
+ },
448
+ "isOptional": true,
449
+ "isSpread": false
450
+ },
451
+ {
452
+ "__schema": "ParameterSchema",
453
+ "location": {
454
+ "filePath": "install.main.runtime.ts",
455
+ "line": 139,
456
+ "character": 38
457
+ },
458
+ "name": "options",
459
+ "type": {
460
+ "__schema": "TypeRefSchema",
461
+ "location": {
462
+ "filePath": "install.main.runtime.ts",
463
+ "line": 139,
464
+ "character": 48
465
+ },
466
+ "name": "WorkspaceInstallOptions"
467
+ },
468
+ "isOptional": true,
469
+ "isSpread": false
470
+ }
471
+ ],
472
+ "returnType": {
473
+ "__schema": "TypeRefSchema",
474
+ "location": {
475
+ "filePath": "install.main.runtime.ts",
476
+ "line": 139,
477
+ "character": 74
478
+ },
479
+ "name": "Promise",
480
+ "typeArgs": [
481
+ {
482
+ "__schema": "TypeRefSchema",
483
+ "location": {
484
+ "filePath": "install.main.runtime.ts",
485
+ "line": 139,
486
+ "character": 82
487
+ },
488
+ "name": "ComponentMap",
489
+ "typeArgs": [
490
+ {
491
+ "__schema": "KeywordTypeSchema",
492
+ "location": {
493
+ "filePath": "install.main.runtime.ts",
494
+ "line": 139,
495
+ "character": 95
496
+ },
497
+ "name": "string"
498
+ }
499
+ ]
500
+ }
501
+ ]
502
+ },
503
+ "modifiers": [
504
+ "async"
505
+ ]
506
+ },
507
+ {
508
+ "__schema": "FunctionLikeSchema",
509
+ "location": {
510
+ "filePath": "install.main.runtime.ts",
511
+ "line": 180,
512
+ "character": 3
513
+ },
514
+ "signature": "(method) InstallMain.registerPreLink(fn: PreLink): void",
515
+ "name": "registerPreLink",
516
+ "params": [
517
+ {
518
+ "__schema": "ParameterSchema",
519
+ "location": {
520
+ "filePath": "install.main.runtime.ts",
521
+ "line": 180,
522
+ "character": 19
523
+ },
524
+ "name": "fn",
525
+ "type": {
526
+ "__schema": "TypeRefSchema",
527
+ "location": {
528
+ "filePath": "install.main.runtime.ts",
529
+ "line": 180,
530
+ "character": 23
531
+ },
532
+ "name": "PreLink"
533
+ },
534
+ "isOptional": false,
535
+ "isSpread": false
536
+ }
537
+ ],
538
+ "returnType": {
539
+ "__schema": "InferenceTypeSchema",
540
+ "location": {
541
+ "filePath": "install.main.runtime.ts",
542
+ "line": 180,
543
+ "character": 3
544
+ },
545
+ "type": "void"
546
+ },
547
+ "modifiers": []
548
+ },
549
+ {
550
+ "__schema": "FunctionLikeSchema",
551
+ "location": {
552
+ "filePath": "install.main.runtime.ts",
553
+ "line": 184,
554
+ "character": 3
555
+ },
556
+ "signature": "(method) InstallMain.registerPreInstall(fn: PreInstall): void",
557
+ "name": "registerPreInstall",
558
+ "params": [
559
+ {
560
+ "__schema": "ParameterSchema",
561
+ "location": {
562
+ "filePath": "install.main.runtime.ts",
563
+ "line": 184,
564
+ "character": 22
565
+ },
566
+ "name": "fn",
567
+ "type": {
568
+ "__schema": "TypeRefSchema",
569
+ "location": {
570
+ "filePath": "install.main.runtime.ts",
571
+ "line": 184,
572
+ "character": 26
573
+ },
574
+ "name": "PreInstall"
575
+ },
576
+ "isOptional": false,
577
+ "isSpread": false
578
+ }
579
+ ],
580
+ "returnType": {
581
+ "__schema": "InferenceTypeSchema",
582
+ "location": {
583
+ "filePath": "install.main.runtime.ts",
584
+ "line": 184,
585
+ "character": 3
586
+ },
587
+ "type": "void"
588
+ },
589
+ "modifiers": []
590
+ },
591
+ {
592
+ "__schema": "FunctionLikeSchema",
593
+ "location": {
594
+ "filePath": "install.main.runtime.ts",
595
+ "line": 188,
596
+ "character": 3
597
+ },
598
+ "signature": "(method) InstallMain.registerPostInstall(fn: PostInstall): void",
599
+ "name": "registerPostInstall",
600
+ "params": [
601
+ {
602
+ "__schema": "ParameterSchema",
603
+ "location": {
604
+ "filePath": "install.main.runtime.ts",
605
+ "line": 188,
606
+ "character": 23
607
+ },
608
+ "name": "fn",
609
+ "type": {
610
+ "__schema": "TypeRefSchema",
611
+ "location": {
612
+ "filePath": "install.main.runtime.ts",
613
+ "line": 188,
614
+ "character": 27
615
+ },
616
+ "name": "PostInstall"
617
+ },
618
+ "isOptional": false,
619
+ "isSpread": false
620
+ }
621
+ ],
622
+ "returnType": {
623
+ "__schema": "InferenceTypeSchema",
624
+ "location": {
625
+ "filePath": "install.main.runtime.ts",
626
+ "line": 188,
627
+ "character": 3
628
+ },
629
+ "type": "void"
630
+ },
631
+ "modifiers": []
632
+ },
633
+ {
634
+ "__schema": "FunctionLikeSchema",
635
+ "location": {
636
+ "filePath": "install.main.runtime.ts",
637
+ "line": 192,
638
+ "character": 3
639
+ },
640
+ "signature": "(method) InstallMain.onComponentCreate(generateResults: GenerateResult[]): Promise<void>",
641
+ "name": "onComponentCreate",
642
+ "params": [
643
+ {
644
+ "__schema": "ParameterSchema",
645
+ "location": {
646
+ "filePath": "install.main.runtime.ts",
647
+ "line": 192,
648
+ "character": 27
649
+ },
650
+ "name": "generateResults",
651
+ "type": {
652
+ "__schema": "TypeArraySchema",
653
+ "location": {
654
+ "filePath": "install.main.runtime.ts",
655
+ "line": 192,
656
+ "character": 44
657
+ },
658
+ "type": {
659
+ "__schema": "TypeRefSchema",
660
+ "location": {
661
+ "filePath": "install.main.runtime.ts",
662
+ "line": 192,
663
+ "character": 44
664
+ },
665
+ "name": "GenerateResult"
666
+ }
667
+ },
668
+ "isOptional": false,
669
+ "isSpread": false
670
+ }
671
+ ],
672
+ "returnType": {
673
+ "__schema": "InferenceTypeSchema",
674
+ "location": {
675
+ "filePath": "install.main.runtime.ts",
676
+ "line": 192,
677
+ "character": 3
678
+ },
679
+ "type": "Promise<void>"
680
+ },
681
+ "modifiers": [
682
+ "async"
683
+ ]
684
+ },
685
+ {
686
+ "__schema": "FunctionLikeSchema",
687
+ "location": {
688
+ "filePath": "install.main.runtime.ts",
689
+ "line": 583,
690
+ "character": 3
691
+ },
692
+ "doc": {
693
+ "__schema": "DocSchema",
694
+ "location": {
695
+ "filePath": "install.main.runtime.ts",
696
+ "line": 576,
697
+ "character": 3
698
+ },
699
+ "raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
700
+ "comment": "This function returns a list of old non-loaded environments names.",
701
+ "tags": [
702
+ {
703
+ "__schema": "ReturnTagSchema",
704
+ "location": {
705
+ "filePath": "install.main.runtime.ts",
706
+ "line": 578,
707
+ "character": 6
708
+ },
709
+ "tagName": "return",
710
+ "comment": "an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\nfailed to load as extensions and are also don't have an env.jsonc file.\nIf this list is not empty, then the user might need to run another install to make sure all dependencies resolved\ncorrectly"
711
+ }
712
+ ]
713
+ },
714
+ "signature": "(method) InstallMain.getOldNonLoadedEnvs(): string[]",
715
+ "name": "getOldNonLoadedEnvs",
716
+ "params": [],
717
+ "returnType": {
718
+ "__schema": "InferenceTypeSchema",
719
+ "location": {
720
+ "filePath": "install.main.runtime.ts",
721
+ "line": 583,
722
+ "character": 3
723
+ },
724
+ "type": "string[]"
725
+ },
726
+ "modifiers": [
727
+ "public"
728
+ ]
729
+ },
730
+ {
731
+ "__schema": "FunctionLikeSchema",
732
+ "location": {
733
+ "filePath": "install.main.runtime.ts",
734
+ "line": 734,
735
+ "character": 3
736
+ },
737
+ "doc": {
738
+ "__schema": "DocSchema",
739
+ "location": {
740
+ "filePath": "install.main.runtime.ts",
741
+ "line": 729,
742
+ "character": 3
743
+ },
744
+ "raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
745
+ "comment": "Updates out-of-date dependencies in the workspace.",
746
+ "tags": [
747
+ {
748
+ "__schema": "PropertyLikeTagSchema",
749
+ "location": {
750
+ "filePath": "install.main.runtime.ts",
751
+ "line": 732,
752
+ "character": 6
753
+ },
754
+ "name": "options.all",
755
+ "tagName": "parameter",
756
+ "comment": "updates all outdated dependencies without showing a prompt.",
757
+ "type": {
758
+ "__schema": "TypeRefSchema",
759
+ "location": {
760
+ "filePath": "install.main.runtime.ts",
761
+ "line": 732,
762
+ "character": 26
763
+ },
764
+ "name": "Boolean"
765
+ }
766
+ }
767
+ ]
768
+ },
769
+ "signature": "(method) InstallMain.updateDependencies(options: {\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n patterns?: string[];\n all: boolean;\n}): Promise<ComponentMap<string> | null>",
770
+ "name": "updateDependencies",
771
+ "params": [
772
+ {
773
+ "__schema": "ParameterSchema",
774
+ "location": {
775
+ "filePath": "install.main.runtime.ts",
776
+ "line": 734,
777
+ "character": 28
778
+ },
779
+ "name": "options",
780
+ "type": {
781
+ "__schema": "TypeLiteralSchema",
782
+ "location": {
783
+ "filePath": "install.main.runtime.ts",
784
+ "line": 734,
785
+ "character": 37
786
+ },
787
+ "members": [
788
+ {
789
+ "__schema": "VariableLikeSchema",
790
+ "location": {
791
+ "filePath": "install.main.runtime.ts",
792
+ "line": 735,
793
+ "character": 5
794
+ },
795
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
796
+ "name": "forceVersionBump",
797
+ "type": {
798
+ "__schema": "TypeUnionSchema",
799
+ "location": {
800
+ "filePath": "install.main.runtime.ts",
801
+ "line": 735,
802
+ "character": 24
803
+ },
804
+ "types": [
805
+ {
806
+ "__schema": "LiteralTypeSchema",
807
+ "location": {
808
+ "filePath": "install.main.runtime.ts",
809
+ "line": 735,
810
+ "character": 24
811
+ },
812
+ "name": "'major'"
813
+ },
814
+ {
815
+ "__schema": "LiteralTypeSchema",
816
+ "location": {
817
+ "filePath": "install.main.runtime.ts",
818
+ "line": 735,
819
+ "character": 34
820
+ },
821
+ "name": "'minor'"
822
+ },
823
+ {
824
+ "__schema": "LiteralTypeSchema",
825
+ "location": {
826
+ "filePath": "install.main.runtime.ts",
827
+ "line": 735,
828
+ "character": 44
829
+ },
830
+ "name": "'patch'"
831
+ },
832
+ {
833
+ "__schema": "LiteralTypeSchema",
834
+ "location": {
835
+ "filePath": "install.main.runtime.ts",
836
+ "line": 735,
837
+ "character": 54
838
+ },
839
+ "name": "'compatible'"
840
+ }
841
+ ]
842
+ },
843
+ "isOptional": true
844
+ },
845
+ {
846
+ "__schema": "VariableLikeSchema",
847
+ "location": {
848
+ "filePath": "install.main.runtime.ts",
849
+ "line": 736,
850
+ "character": 5
851
+ },
852
+ "signature": "(property) patterns?: string[] | undefined",
853
+ "name": "patterns",
854
+ "type": {
855
+ "__schema": "TypeArraySchema",
856
+ "location": {
857
+ "filePath": "install.main.runtime.ts",
858
+ "line": 736,
859
+ "character": 16
860
+ },
861
+ "type": {
862
+ "__schema": "KeywordTypeSchema",
863
+ "location": {
864
+ "filePath": "install.main.runtime.ts",
865
+ "line": 736,
866
+ "character": 16
867
+ },
868
+ "name": "string"
869
+ }
870
+ },
871
+ "isOptional": true
872
+ },
873
+ {
874
+ "__schema": "VariableLikeSchema",
875
+ "location": {
876
+ "filePath": "install.main.runtime.ts",
877
+ "line": 737,
878
+ "character": 5
879
+ },
880
+ "signature": "(property) all: boolean",
881
+ "name": "all",
882
+ "type": {
883
+ "__schema": "KeywordTypeSchema",
884
+ "location": {
885
+ "filePath": "install.main.runtime.ts",
886
+ "line": 737,
887
+ "character": 10
888
+ },
889
+ "name": "boolean"
890
+ },
891
+ "isOptional": false
892
+ }
893
+ ]
894
+ },
895
+ "isOptional": false,
896
+ "isSpread": false
897
+ }
898
+ ],
899
+ "returnType": {
900
+ "__schema": "TypeRefSchema",
901
+ "location": {
902
+ "filePath": "install.main.runtime.ts",
903
+ "line": 738,
904
+ "character": 7
905
+ },
906
+ "name": "Promise",
907
+ "typeArgs": [
908
+ {
909
+ "__schema": "TypeUnionSchema",
910
+ "location": {
911
+ "filePath": "install.main.runtime.ts",
912
+ "line": 738,
913
+ "character": 15
914
+ },
915
+ "types": [
916
+ {
917
+ "__schema": "TypeRefSchema",
918
+ "location": {
919
+ "filePath": "install.main.runtime.ts",
920
+ "line": 738,
921
+ "character": 15
922
+ },
923
+ "name": "ComponentMap",
924
+ "typeArgs": [
925
+ {
926
+ "__schema": "KeywordTypeSchema",
927
+ "location": {
928
+ "filePath": "install.main.runtime.ts",
929
+ "line": 738,
930
+ "character": 28
931
+ },
932
+ "name": "string"
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "__schema": "LiteralTypeSchema",
938
+ "location": {
939
+ "filePath": "install.main.runtime.ts",
940
+ "line": 738,
941
+ "character": 38
942
+ },
943
+ "name": "null"
944
+ }
945
+ ]
946
+ }
947
+ ]
948
+ },
949
+ "modifiers": [
950
+ "async"
951
+ ]
952
+ },
953
+ {
954
+ "__schema": "FunctionLikeSchema",
955
+ "location": {
956
+ "filePath": "install.main.runtime.ts",
957
+ "line": 781,
958
+ "character": 3
959
+ },
960
+ "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
961
+ "name": "addDuplicateComponentAndPackageIssue",
962
+ "params": [
963
+ {
964
+ "__schema": "ParameterSchema",
965
+ "location": {
966
+ "filePath": "install.main.runtime.ts",
967
+ "line": 781,
968
+ "character": 46
969
+ },
970
+ "name": "components",
971
+ "type": {
972
+ "__schema": "TypeArraySchema",
973
+ "location": {
974
+ "filePath": "install.main.runtime.ts",
975
+ "line": 781,
976
+ "character": 58
977
+ },
978
+ "type": {
979
+ "__schema": "TypeRefSchema",
980
+ "location": {
981
+ "filePath": "install.main.runtime.ts",
982
+ "line": 781,
983
+ "character": 58
984
+ },
985
+ "name": "Component"
986
+ }
987
+ },
988
+ "isOptional": false,
989
+ "isSpread": false
990
+ }
991
+ ],
992
+ "returnType": {
993
+ "__schema": "InferenceTypeSchema",
994
+ "location": {
995
+ "filePath": "install.main.runtime.ts",
996
+ "line": 781,
997
+ "character": 3
998
+ },
999
+ "type": "Promise<void>"
1000
+ },
1001
+ "modifiers": [
1002
+ "async"
1003
+ ]
1004
+ },
1005
+ {
1006
+ "__schema": "FunctionLikeSchema",
1007
+ "location": {
1008
+ "filePath": "install.main.runtime.ts",
1009
+ "line": 850,
1010
+ "character": 3
1011
+ },
1012
+ "doc": {
1013
+ "__schema": "DocSchema",
1014
+ "location": {
1015
+ "filePath": "install.main.runtime.ts",
1016
+ "line": 845,
1017
+ "character": 3
1018
+ },
1019
+ "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
1020
+ "comment": "Uninstall the specified packages from dependencies.",
1021
+ "tags": [
1022
+ {
1023
+ "__schema": "PropertyLikeTagSchema",
1024
+ "location": {
1025
+ "filePath": "install.main.runtime.ts",
1026
+ "line": 848,
1027
+ "character": 6
1028
+ },
1029
+ "name": "the",
1030
+ "tagName": "parameter",
1031
+ "comment": "list of packages that should be removed from dependencies.",
1032
+ "type": {
1033
+ "__schema": "TypeArraySchema",
1034
+ "location": {
1035
+ "filePath": "install.main.runtime.ts",
1036
+ "line": 848,
1037
+ "character": 14
1038
+ },
1039
+ "type": {
1040
+ "__schema": "KeywordTypeSchema",
1041
+ "location": {
1042
+ "filePath": "install.main.runtime.ts",
1043
+ "line": 848,
1044
+ "character": 14
1045
+ },
1046
+ "name": "string"
1047
+ }
1048
+ }
1049
+ }
1050
+ ]
1051
+ },
1052
+ "signature": "(method) InstallMain.uninstallDependencies(packages: string[]): Promise<ComponentMap<string>>",
1053
+ "name": "uninstallDependencies",
1054
+ "params": [
1055
+ {
1056
+ "__schema": "ParameterSchema",
1057
+ "location": {
1058
+ "filePath": "install.main.runtime.ts",
1059
+ "line": 850,
1060
+ "character": 31
1061
+ },
1062
+ "name": "packages",
1063
+ "type": {
1064
+ "__schema": "TypeArraySchema",
1065
+ "location": {
1066
+ "filePath": "install.main.runtime.ts",
1067
+ "line": 850,
1068
+ "character": 41
1069
+ },
1070
+ "type": {
1071
+ "__schema": "KeywordTypeSchema",
1072
+ "location": {
1073
+ "filePath": "install.main.runtime.ts",
1074
+ "line": 850,
1075
+ "character": 41
1076
+ },
1077
+ "name": "string"
1078
+ }
1079
+ },
1080
+ "isOptional": false,
1081
+ "isSpread": false
1082
+ }
1083
+ ],
1084
+ "returnType": {
1085
+ "__schema": "InferenceTypeSchema",
1086
+ "location": {
1087
+ "filePath": "install.main.runtime.ts",
1088
+ "line": 850,
1089
+ "character": 3
1090
+ },
1091
+ "type": "Promise<ComponentMap<string>>"
1092
+ },
1093
+ "modifiers": [
1094
+ "async"
1095
+ ]
1096
+ },
1097
+ {
1098
+ "__schema": "FunctionLikeSchema",
1099
+ "location": {
1100
+ "filePath": "install.main.runtime.ts",
1101
+ "line": 860,
1102
+ "character": 3
1103
+ },
1104
+ "doc": {
1105
+ "__schema": "DocSchema",
1106
+ "location": {
1107
+ "filePath": "install.main.runtime.ts",
1108
+ "line": 856,
1109
+ "character": 3
1110
+ },
1111
+ "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
1112
+ "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own."
1113
+ },
1114
+ "signature": "(method) InstallMain.calculateLinks(options?: WorkspaceLinkOptions): Promise<{\n linkResults: WorkspaceLinkResults;\n linkedRootDeps: Record<string, string>;\n}>",
1115
+ "name": "calculateLinks",
1116
+ "params": [
1117
+ {
1118
+ "__schema": "ParameterSchema",
1119
+ "location": {
1120
+ "filePath": "install.main.runtime.ts",
1121
+ "line": 861,
1122
+ "character": 5
1123
+ },
1124
+ "name": "options",
1125
+ "type": {
1126
+ "__schema": "TypeRefSchema",
1127
+ "location": {
1128
+ "filePath": "install.main.runtime.ts",
1129
+ "line": 861,
1130
+ "character": 14
1131
+ },
1132
+ "name": "WorkspaceLinkOptions"
1133
+ },
1134
+ "isOptional": true,
1135
+ "defaultValue": "{}",
1136
+ "isSpread": false
1137
+ }
1138
+ ],
1139
+ "returnType": {
1140
+ "__schema": "TypeRefSchema",
1141
+ "location": {
1142
+ "filePath": "install.main.runtime.ts",
1143
+ "line": 862,
1144
+ "character": 6
1145
+ },
1146
+ "name": "Promise",
1147
+ "typeArgs": [
1148
+ {
1149
+ "__schema": "TypeLiteralSchema",
1150
+ "location": {
1151
+ "filePath": "install.main.runtime.ts",
1152
+ "line": 862,
1153
+ "character": 14
1154
+ },
1155
+ "members": [
1156
+ {
1157
+ "__schema": "VariableLikeSchema",
1158
+ "location": {
1159
+ "filePath": "install.main.runtime.ts",
1160
+ "line": 862,
1161
+ "character": 16
1162
+ },
1163
+ "signature": "(property) linkResults: WorkspaceLinkResults",
1164
+ "name": "linkResults",
1165
+ "type": {
1166
+ "__schema": "TypeRefSchema",
1167
+ "location": {
1168
+ "filePath": "install.main.runtime.ts",
1169
+ "line": 862,
1170
+ "character": 16
1171
+ },
1172
+ "name": "WorkspaceLinkResults",
1173
+ "internalFilePath": "install.main.runtime.ts"
1174
+ },
1175
+ "isOptional": false
1176
+ },
1177
+ {
1178
+ "__schema": "VariableLikeSchema",
1179
+ "location": {
1180
+ "filePath": "install.main.runtime.ts",
1181
+ "line": 862,
1182
+ "character": 51
1183
+ },
1184
+ "signature": "(property) linkedRootDeps: Record<string, string>",
1185
+ "name": "linkedRootDeps",
1186
+ "type": {
1187
+ "__schema": "TypeRefSchema",
1188
+ "location": {
1189
+ "filePath": "install.main.runtime.ts",
1190
+ "line": 862,
1191
+ "character": 67
1192
+ },
1193
+ "name": "Record",
1194
+ "typeArgs": [
1195
+ {
1196
+ "__schema": "KeywordTypeSchema",
1197
+ "location": {
1198
+ "filePath": "install.main.runtime.ts",
1199
+ "line": 862,
1200
+ "character": 74
1201
+ },
1202
+ "name": "string"
1203
+ },
1204
+ {
1205
+ "__schema": "KeywordTypeSchema",
1206
+ "location": {
1207
+ "filePath": "install.main.runtime.ts",
1208
+ "line": 862,
1209
+ "character": 82
1210
+ },
1211
+ "name": "string"
1212
+ }
1213
+ ]
1214
+ },
1215
+ "isOptional": false
1216
+ }
1217
+ ]
1218
+ }
1219
+ ]
1220
+ },
1221
+ "modifiers": [
1222
+ "async"
1223
+ ]
1224
+ },
1225
+ {
1226
+ "__schema": "FunctionLikeSchema",
1227
+ "location": {
1228
+ "filePath": "install.main.runtime.ts",
1229
+ "line": 886,
1230
+ "character": 3
1231
+ },
1232
+ "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
1233
+ "name": "linkCodemods",
1234
+ "params": [
1235
+ {
1236
+ "__schema": "ParameterSchema",
1237
+ "location": {
1238
+ "filePath": "install.main.runtime.ts",
1239
+ "line": 886,
1240
+ "character": 22
1241
+ },
1242
+ "name": "compDirMap",
1243
+ "type": {
1244
+ "__schema": "TypeRefSchema",
1245
+ "location": {
1246
+ "filePath": "install.main.runtime.ts",
1247
+ "line": 886,
1248
+ "character": 34
1249
+ },
1250
+ "name": "ComponentMap",
1251
+ "typeArgs": [
1252
+ {
1253
+ "__schema": "KeywordTypeSchema",
1254
+ "location": {
1255
+ "filePath": "install.main.runtime.ts",
1256
+ "line": 886,
1257
+ "character": 47
1258
+ },
1259
+ "name": "string"
1260
+ }
1261
+ ]
1262
+ },
1263
+ "isOptional": false,
1264
+ "isSpread": false
1265
+ },
1266
+ {
1267
+ "__schema": "ParameterSchema",
1268
+ "location": {
1269
+ "filePath": "install.main.runtime.ts",
1270
+ "line": 886,
1271
+ "character": 56
1272
+ },
1273
+ "name": "options",
1274
+ "type": {
1275
+ "__schema": "TypeLiteralSchema",
1276
+ "location": {
1277
+ "filePath": "install.main.runtime.ts",
1278
+ "line": 886,
1279
+ "character": 66
1280
+ },
1281
+ "members": [
1282
+ {
1283
+ "__schema": "VariableLikeSchema",
1284
+ "location": {
1285
+ "filePath": "install.main.runtime.ts",
1286
+ "line": 886,
1287
+ "character": 68
1288
+ },
1289
+ "signature": "(property) rewire?: boolean | undefined",
1290
+ "name": "rewire",
1291
+ "type": {
1292
+ "__schema": "KeywordTypeSchema",
1293
+ "location": {
1294
+ "filePath": "install.main.runtime.ts",
1295
+ "line": 886,
1296
+ "character": 77
1297
+ },
1298
+ "name": "boolean"
1299
+ },
1300
+ "isOptional": true
1301
+ }
1302
+ ]
1303
+ },
1304
+ "isOptional": true,
1305
+ "isSpread": false
1306
+ }
1307
+ ],
1308
+ "returnType": {
1309
+ "__schema": "InferenceTypeSchema",
1310
+ "location": {
1311
+ "filePath": "install.main.runtime.ts",
1312
+ "line": 886,
1313
+ "character": 3
1314
+ },
1315
+ "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
1316
+ },
1317
+ "modifiers": [
1318
+ "async"
1319
+ ]
1320
+ },
1321
+ {
1322
+ "__schema": "FunctionLikeSchema",
1323
+ "location": {
1324
+ "filePath": "install.main.runtime.ts",
1325
+ "line": 891,
1326
+ "character": 3
1327
+ },
1328
+ "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
1329
+ "name": "link",
1330
+ "params": [
1331
+ {
1332
+ "__schema": "ParameterSchema",
1333
+ "location": {
1334
+ "filePath": "install.main.runtime.ts",
1335
+ "line": 891,
1336
+ "character": 14
1337
+ },
1338
+ "name": "options",
1339
+ "type": {
1340
+ "__schema": "TypeRefSchema",
1341
+ "location": {
1342
+ "filePath": "install.main.runtime.ts",
1343
+ "line": 891,
1344
+ "character": 23
1345
+ },
1346
+ "name": "WorkspaceLinkOptions"
1347
+ },
1348
+ "isOptional": true,
1349
+ "defaultValue": "{}",
1350
+ "isSpread": false
1351
+ }
1352
+ ],
1353
+ "returnType": {
1354
+ "__schema": "TypeRefSchema",
1355
+ "location": {
1356
+ "filePath": "install.main.runtime.ts",
1357
+ "line": 891,
1358
+ "character": 51
1359
+ },
1360
+ "name": "Promise",
1361
+ "typeArgs": [
1362
+ {
1363
+ "__schema": "TypeRefSchema",
1364
+ "location": {
1365
+ "filePath": "install.main.runtime.ts",
1366
+ "line": 891,
1367
+ "character": 59
1368
+ },
1369
+ "name": "WorkspaceLinkResults"
1370
+ }
1371
+ ]
1372
+ },
1373
+ "modifiers": [
1374
+ "async"
1375
+ ]
1376
+ },
1377
+ {
1378
+ "__schema": "VariableLikeSchema",
1379
+ "location": {
1380
+ "filePath": "install.main.runtime.ts",
1381
+ "line": 993,
1382
+ "character": 3
1383
+ },
1384
+ "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
1385
+ "name": "slots",
1386
+ "type": {
1387
+ "__schema": "InferenceTypeSchema",
1388
+ "location": {
1389
+ "filePath": "install.main.runtime.ts",
1390
+ "line": 993,
1391
+ "character": 3
1392
+ },
1393
+ "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
1394
+ },
1395
+ "isOptional": true,
1396
+ "defaultValue": "[Slot.withType<PreLinkSlot>(), Slot.withType<PreInstallSlot>(), Slot.withType<PostInstallSlot>()]"
1397
+ },
1398
+ {
1399
+ "__schema": "VariableLikeSchema",
1400
+ "location": {
1401
+ "filePath": "install.main.runtime.ts",
1402
+ "line": 994,
1403
+ "character": 3
1404
+ },
1405
+ "signature": "(property) InstallMain.dependencies: Aspect[]",
1406
+ "name": "dependencies",
1407
+ "type": {
1408
+ "__schema": "InferenceTypeSchema",
1409
+ "location": {
1410
+ "filePath": "install.main.runtime.ts",
1411
+ "line": 994,
1412
+ "character": 3
1413
+ },
1414
+ "type": "Aspect[]"
1415
+ },
1416
+ "isOptional": true,
1417
+ "defaultValue": "[\n DependencyResolverAspect,\n WorkspaceAspect,\n LoggerAspect,\n VariantsAspect,\n CLIAspect,\n CompilerAspect,\n IssuesAspect,\n EnvsAspect,\n ApplicationAspect,\n IpcEventsAspect,\n GeneratorAspect,\n WorkspaceConfigFilesAspect,\n ]"
1418
+ },
1419
+ {
1420
+ "__schema": "VariableLikeSchema",
1421
+ "location": {
1422
+ "filePath": "install.main.runtime.ts",
1423
+ "line": 1009,
1424
+ "character": 3
1425
+ },
1426
+ "signature": "(property) InstallMain.runtime: RuntimeDefinition",
1427
+ "name": "runtime",
1428
+ "type": {
1429
+ "__schema": "InferenceTypeSchema",
1430
+ "location": {
1431
+ "filePath": "install.main.runtime.ts",
1432
+ "line": 1009,
1433
+ "character": 3
1434
+ },
1435
+ "type": "RuntimeDefinition"
1436
+ },
1437
+ "isOptional": true,
1438
+ "defaultValue": "MainRuntime"
1439
+ },
1440
+ {
1441
+ "__schema": "FunctionLikeSchema",
1442
+ "location": {
1443
+ "filePath": "install.main.runtime.ts",
1444
+ "line": 1011,
1445
+ "character": 3
1446
+ },
1447
+ "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
1448
+ "name": "provider",
1449
+ "params": [
1450
+ {
1451
+ "__schema": "ParameterSchema",
1452
+ "location": {
1453
+ "filePath": "install.main.runtime.ts",
1454
+ "line": 1012,
1455
+ "character": 5
1456
+ },
1457
+ "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
1458
+ "type": {
1459
+ "__schema": "TupleTypeSchema",
1460
+ "location": {
1461
+ "filePath": "install.main.runtime.ts",
1462
+ "line": 1025,
1463
+ "character": 8
1464
+ },
1465
+ "elements": [
1466
+ {
1467
+ "__schema": "TypeRefSchema",
1468
+ "location": {
1469
+ "filePath": "install.main.runtime.ts",
1470
+ "line": 1026,
1471
+ "character": 7
1472
+ },
1473
+ "name": "DependencyResolverMain"
1474
+ },
1475
+ {
1476
+ "__schema": "TypeRefSchema",
1477
+ "location": {
1478
+ "filePath": "install.main.runtime.ts",
1479
+ "line": 1027,
1480
+ "character": 7
1481
+ },
1482
+ "name": "Workspace"
1483
+ },
1484
+ {
1485
+ "__schema": "TypeRefSchema",
1486
+ "location": {
1487
+ "filePath": "install.main.runtime.ts",
1488
+ "line": 1028,
1489
+ "character": 7
1490
+ },
1491
+ "name": "LoggerMain"
1492
+ },
1493
+ {
1494
+ "__schema": "TypeRefSchema",
1495
+ "location": {
1496
+ "filePath": "install.main.runtime.ts",
1497
+ "line": 1029,
1498
+ "character": 7
1499
+ },
1500
+ "name": "VariantsMain"
1501
+ },
1502
+ {
1503
+ "__schema": "TypeRefSchema",
1504
+ "location": {
1505
+ "filePath": "install.main.runtime.ts",
1506
+ "line": 1030,
1507
+ "character": 7
1508
+ },
1509
+ "name": "CLIMain"
1510
+ },
1511
+ {
1512
+ "__schema": "TypeRefSchema",
1513
+ "location": {
1514
+ "filePath": "install.main.runtime.ts",
1515
+ "line": 1031,
1516
+ "character": 7
1517
+ },
1518
+ "name": "CompilerMain"
1519
+ },
1520
+ {
1521
+ "__schema": "TypeRefSchema",
1522
+ "location": {
1523
+ "filePath": "install.main.runtime.ts",
1524
+ "line": 1032,
1525
+ "character": 7
1526
+ },
1527
+ "name": "IssuesMain"
1528
+ },
1529
+ {
1530
+ "__schema": "TypeRefSchema",
1531
+ "location": {
1532
+ "filePath": "install.main.runtime.ts",
1533
+ "line": 1033,
1534
+ "character": 7
1535
+ },
1536
+ "name": "EnvsMain"
1537
+ },
1538
+ {
1539
+ "__schema": "TypeRefSchema",
1540
+ "location": {
1541
+ "filePath": "install.main.runtime.ts",
1542
+ "line": 1034,
1543
+ "character": 7
1544
+ },
1545
+ "name": "ApplicationMain"
1546
+ },
1547
+ {
1548
+ "__schema": "TypeRefSchema",
1549
+ "location": {
1550
+ "filePath": "install.main.runtime.ts",
1551
+ "line": 1035,
1552
+ "character": 7
1553
+ },
1554
+ "name": "IpcEventsMain"
1555
+ },
1556
+ {
1557
+ "__schema": "TypeRefSchema",
1558
+ "location": {
1559
+ "filePath": "install.main.runtime.ts",
1560
+ "line": 1036,
1561
+ "character": 7
1562
+ },
1563
+ "name": "GeneratorMain"
1564
+ },
1565
+ {
1566
+ "__schema": "TypeRefSchema",
1567
+ "location": {
1568
+ "filePath": "install.main.runtime.ts",
1569
+ "line": 1037,
1570
+ "character": 7
1571
+ },
1572
+ "name": "WorkspaceConfigFilesMain"
1573
+ }
1574
+ ]
1575
+ },
1576
+ "isOptional": false,
1577
+ "isSpread": false
1578
+ },
1579
+ {
1580
+ "__schema": "ParameterSchema",
1581
+ "location": {
1582
+ "filePath": "install.main.runtime.ts",
1583
+ "line": 1039,
1584
+ "character": 5
1585
+ },
1586
+ "name": "_",
1587
+ "type": {
1588
+ "__schema": "InferenceTypeSchema",
1589
+ "location": {
1590
+ "filePath": "install.main.runtime.ts",
1591
+ "line": 1039,
1592
+ "character": 5
1593
+ },
1594
+ "type": "any"
1595
+ },
1596
+ "isOptional": false,
1597
+ "isSpread": false
1598
+ },
1599
+ {
1600
+ "__schema": "ParameterSchema",
1601
+ "location": {
1602
+ "filePath": "install.main.runtime.ts",
1603
+ "line": 1040,
1604
+ "character": 5
1605
+ },
1606
+ "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
1607
+ "type": {
1608
+ "__schema": "TupleTypeSchema",
1609
+ "location": {
1610
+ "filePath": "install.main.runtime.ts",
1611
+ "line": 1040,
1612
+ "character": 53
1613
+ },
1614
+ "elements": [
1615
+ {
1616
+ "__schema": "TypeRefSchema",
1617
+ "location": {
1618
+ "filePath": "install.main.runtime.ts",
1619
+ "line": 1040,
1620
+ "character": 54
1621
+ },
1622
+ "name": "PreLinkSlot"
1623
+ },
1624
+ {
1625
+ "__schema": "TypeRefSchema",
1626
+ "location": {
1627
+ "filePath": "install.main.runtime.ts",
1628
+ "line": 1040,
1629
+ "character": 67
1630
+ },
1631
+ "name": "PreInstallSlot"
1632
+ },
1633
+ {
1634
+ "__schema": "TypeRefSchema",
1635
+ "location": {
1636
+ "filePath": "install.main.runtime.ts",
1637
+ "line": 1040,
1638
+ "character": 83
1639
+ },
1640
+ "name": "PostInstallSlot"
1641
+ }
1642
+ ]
1643
+ },
1644
+ "isOptional": false,
1645
+ "isSpread": false
1646
+ }
1647
+ ],
1648
+ "returnType": {
1649
+ "__schema": "InferenceTypeSchema",
1650
+ "location": {
1651
+ "filePath": "install.main.runtime.ts",
1652
+ "line": 1011,
1653
+ "character": 3
1654
+ },
1655
+ "type": "Promise<InstallMain>"
1656
+ },
1657
+ "modifiers": [
1658
+ "static",
1659
+ "async"
1660
+ ]
1661
+ }
1662
+ ],
1663
+ "extendsNodes": [],
1664
+ "implementNodes": []
1665
+ },
1666
+ {
1667
+ "__schema": "UnImplementedSchema",
1668
+ "location": {
1669
+ "filePath": "index.ts",
1670
+ "line": 5,
1671
+ "character": 16
1672
+ },
1673
+ "name": "InstallAspect",
1674
+ "type": "Identifier"
1675
+ },
1676
+ {
1677
+ "__schema": "VariableLikeSchema",
1678
+ "location": {
1679
+ "filePath": "install.aspect.ts",
1680
+ "line": 3,
1681
+ "character": 14
1682
+ },
1683
+ "signature": "const InstallAspect: Aspect",
1684
+ "name": "InstallAspect",
1685
+ "type": {
1686
+ "__schema": "TypeRefSchema",
1687
+ "location": {
1688
+ "filePath": "install.aspect.ts",
1689
+ "line": 3,
1690
+ "character": 14
1691
+ },
1692
+ "name": "Aspect",
1693
+ "componentId": {
1694
+ "scope": "teambit.harmony",
1695
+ "name": "harmony",
1696
+ "version": "0.4.6"
1697
+ }
1698
+ },
1699
+ "isOptional": false,
1700
+ "defaultValue": "Aspect.create({\n id: 'teambit.workspace/install',\n})"
1701
+ }
1702
+ ],
1703
+ "internals": []
1704
+ },
1705
+ "internals": [
1706
+ {
1707
+ "__schema": "ModuleSchema",
1708
+ "location": {
1709
+ "filePath": "install.main.runtime.ts",
1710
+ "line": 1,
1711
+ "character": 1
1712
+ },
1713
+ "exports": [
1714
+ {
1715
+ "__schema": "TypeSchema",
1716
+ "location": {
1717
+ "filePath": "install.main.runtime.ts",
1718
+ "line": 56,
1719
+ "character": 1
1720
+ },
1721
+ "signature": "type WorkspaceLinkOptions = LinkingOptions & {\n rootPolicy?: WorkspacePolicy | undefined;\n linkToBitRoots?: boolean | undefined;\n includePeers?: boolean | undefined;\n}",
1722
+ "name": "WorkspaceLinkOptions",
1723
+ "type": {
1724
+ "__schema": "TypeIntersectionSchema",
1725
+ "location": {
1726
+ "filePath": "install.main.runtime.ts",
1727
+ "line": 56,
1728
+ "character": 36
1729
+ },
1730
+ "types": [
1731
+ {
1732
+ "__schema": "TypeRefSchema",
1733
+ "location": {
1734
+ "filePath": "install.main.runtime.ts",
1735
+ "line": 56,
1736
+ "character": 36
1737
+ },
1738
+ "name": "LinkingOptions"
1739
+ },
1740
+ {
1741
+ "__schema": "TypeLiteralSchema",
1742
+ "location": {
1743
+ "filePath": "install.main.runtime.ts",
1744
+ "line": 56,
1745
+ "character": 53
1746
+ },
1747
+ "members": [
1748
+ {
1749
+ "__schema": "VariableLikeSchema",
1750
+ "location": {
1751
+ "filePath": "install.main.runtime.ts",
1752
+ "line": 57,
1753
+ "character": 3
1754
+ },
1755
+ "signature": "(property) rootPolicy?: WorkspacePolicy | undefined",
1756
+ "name": "rootPolicy",
1757
+ "type": {
1758
+ "__schema": "TypeRefSchema",
1759
+ "location": {
1760
+ "filePath": "install.main.runtime.ts",
1761
+ "line": 57,
1762
+ "character": 16
1763
+ },
1764
+ "name": "WorkspacePolicy"
1765
+ },
1766
+ "isOptional": true
1767
+ },
1768
+ {
1769
+ "__schema": "VariableLikeSchema",
1770
+ "location": {
1771
+ "filePath": "install.main.runtime.ts",
1772
+ "line": 58,
1773
+ "character": 3
1774
+ },
1775
+ "signature": "(property) linkToBitRoots?: boolean | undefined",
1776
+ "name": "linkToBitRoots",
1777
+ "type": {
1778
+ "__schema": "KeywordTypeSchema",
1779
+ "location": {
1780
+ "filePath": "install.main.runtime.ts",
1781
+ "line": 58,
1782
+ "character": 20
1783
+ },
1784
+ "name": "boolean"
1785
+ },
1786
+ "isOptional": true
1787
+ },
1788
+ {
1789
+ "__schema": "VariableLikeSchema",
1790
+ "location": {
1791
+ "filePath": "install.main.runtime.ts",
1792
+ "line": 59,
1793
+ "character": 3
1794
+ },
1795
+ "signature": "(property) includePeers?: boolean | undefined",
1796
+ "name": "includePeers",
1797
+ "type": {
1798
+ "__schema": "KeywordTypeSchema",
1799
+ "location": {
1800
+ "filePath": "install.main.runtime.ts",
1801
+ "line": 59,
1802
+ "character": 18
1803
+ },
1804
+ "name": "boolean"
1805
+ },
1806
+ "isOptional": true
1807
+ }
1808
+ ]
1809
+ }
1810
+ ]
1811
+ }
1812
+ },
1813
+ {
1814
+ "__schema": "TypeSchema",
1815
+ "location": {
1816
+ "filePath": "install.main.runtime.ts",
1817
+ "line": 62,
1818
+ "character": 1
1819
+ },
1820
+ "signature": "type WorkspaceLinkResults = {\n legacyLinkResults?: NodeModulesLinksResult[] | undefined;\n legacyLinkCodemodResults?: CodemodResult[] | undefined;\n} & LinkResults",
1821
+ "name": "WorkspaceLinkResults",
1822
+ "type": {
1823
+ "__schema": "TypeIntersectionSchema",
1824
+ "location": {
1825
+ "filePath": "install.main.runtime.ts",
1826
+ "line": 62,
1827
+ "character": 36
1828
+ },
1829
+ "types": [
1830
+ {
1831
+ "__schema": "TypeLiteralSchema",
1832
+ "location": {
1833
+ "filePath": "install.main.runtime.ts",
1834
+ "line": 62,
1835
+ "character": 36
1836
+ },
1837
+ "members": [
1838
+ {
1839
+ "__schema": "VariableLikeSchema",
1840
+ "location": {
1841
+ "filePath": "install.main.runtime.ts",
1842
+ "line": 63,
1843
+ "character": 3
1844
+ },
1845
+ "signature": "(property) legacyLinkResults?: NodeModulesLinksResult[] | undefined",
1846
+ "name": "legacyLinkResults",
1847
+ "type": {
1848
+ "__schema": "TypeArraySchema",
1849
+ "location": {
1850
+ "filePath": "install.main.runtime.ts",
1851
+ "line": 63,
1852
+ "character": 23
1853
+ },
1854
+ "type": {
1855
+ "__schema": "TypeRefSchema",
1856
+ "location": {
1857
+ "filePath": "install.main.runtime.ts",
1858
+ "line": 63,
1859
+ "character": 23
1860
+ },
1861
+ "name": "NodeModulesLinksResult"
1862
+ }
1863
+ },
1864
+ "isOptional": true
1865
+ },
1866
+ {
1867
+ "__schema": "VariableLikeSchema",
1868
+ "location": {
1869
+ "filePath": "install.main.runtime.ts",
1870
+ "line": 64,
1871
+ "character": 3
1872
+ },
1873
+ "signature": "(property) legacyLinkCodemodResults?: CodemodResult[] | undefined",
1874
+ "name": "legacyLinkCodemodResults",
1875
+ "type": {
1876
+ "__schema": "TypeArraySchema",
1877
+ "location": {
1878
+ "filePath": "install.main.runtime.ts",
1879
+ "line": 64,
1880
+ "character": 30
1881
+ },
1882
+ "type": {
1883
+ "__schema": "TypeRefSchema",
1884
+ "location": {
1885
+ "filePath": "install.main.runtime.ts",
1886
+ "line": 64,
1887
+ "character": 30
1888
+ },
1889
+ "name": "CodemodResult"
1890
+ }
1891
+ },
1892
+ "isOptional": true
1893
+ }
1894
+ ]
1895
+ },
1896
+ {
1897
+ "__schema": "TypeRefSchema",
1898
+ "location": {
1899
+ "filePath": "install.main.runtime.ts",
1900
+ "line": 65,
1901
+ "character": 5
1902
+ },
1903
+ "name": "LinkResults"
1904
+ }
1905
+ ]
1906
+ }
1907
+ },
1908
+ {
1909
+ "__schema": "TypeSchema",
1910
+ "location": {
1911
+ "filePath": "install.main.runtime.ts",
1912
+ "line": 67,
1913
+ "character": 1
1914
+ },
1915
+ "signature": "type WorkspaceInstallOptions = {\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n lifecycleType?: WorkspaceDependencyLifecycleType | undefined;\n ... 13 more ...;\n writeConfigFiles?: boolean | undefined;\n}",
1916
+ "name": "WorkspaceInstallOptions",
1917
+ "type": {
1918
+ "__schema": "TypeLiteralSchema",
1919
+ "location": {
1920
+ "filePath": "install.main.runtime.ts",
1921
+ "line": 67,
1922
+ "character": 39
1923
+ },
1924
+ "members": [
1925
+ {
1926
+ "__schema": "VariableLikeSchema",
1927
+ "location": {
1928
+ "filePath": "install.main.runtime.ts",
1929
+ "line": 68,
1930
+ "character": 3
1931
+ },
1932
+ "signature": "(property) addMissingDeps?: boolean | undefined",
1933
+ "name": "addMissingDeps",
1934
+ "type": {
1935
+ "__schema": "KeywordTypeSchema",
1936
+ "location": {
1937
+ "filePath": "install.main.runtime.ts",
1938
+ "line": 68,
1939
+ "character": 20
1940
+ },
1941
+ "name": "boolean"
1942
+ },
1943
+ "isOptional": true
1944
+ },
1945
+ {
1946
+ "__schema": "VariableLikeSchema",
1947
+ "location": {
1948
+ "filePath": "install.main.runtime.ts",
1949
+ "line": 69,
1950
+ "character": 3
1951
+ },
1952
+ "signature": "(property) addMissingPeers?: boolean | undefined",
1953
+ "name": "addMissingPeers",
1954
+ "type": {
1955
+ "__schema": "KeywordTypeSchema",
1956
+ "location": {
1957
+ "filePath": "install.main.runtime.ts",
1958
+ "line": 69,
1959
+ "character": 21
1960
+ },
1961
+ "name": "boolean"
1962
+ },
1963
+ "isOptional": true
1964
+ },
1965
+ {
1966
+ "__schema": "VariableLikeSchema",
1967
+ "location": {
1968
+ "filePath": "install.main.runtime.ts",
1969
+ "line": 70,
1970
+ "character": 3
1971
+ },
1972
+ "signature": "(property) lifecycleType?: WorkspaceDependencyLifecycleType | undefined",
1973
+ "name": "lifecycleType",
1974
+ "type": {
1975
+ "__schema": "TypeRefSchema",
1976
+ "location": {
1977
+ "filePath": "install.main.runtime.ts",
1978
+ "line": 70,
1979
+ "character": 19
1980
+ },
1981
+ "name": "WorkspaceDependencyLifecycleType"
1982
+ },
1983
+ "isOptional": true
1984
+ },
1985
+ {
1986
+ "__schema": "VariableLikeSchema",
1987
+ "location": {
1988
+ "filePath": "install.main.runtime.ts",
1989
+ "line": 71,
1990
+ "character": 3
1991
+ },
1992
+ "signature": "(property) dedupe?: boolean | undefined",
1993
+ "name": "dedupe",
1994
+ "type": {
1995
+ "__schema": "KeywordTypeSchema",
1996
+ "location": {
1997
+ "filePath": "install.main.runtime.ts",
1998
+ "line": 71,
1999
+ "character": 12
2000
+ },
2001
+ "name": "boolean"
2002
+ },
2003
+ "isOptional": true
2004
+ },
2005
+ {
2006
+ "__schema": "VariableLikeSchema",
2007
+ "location": {
2008
+ "filePath": "install.main.runtime.ts",
2009
+ "line": 72,
2010
+ "character": 3
2011
+ },
2012
+ "signature": "(property) import?: boolean | undefined",
2013
+ "name": "import",
2014
+ "type": {
2015
+ "__schema": "KeywordTypeSchema",
2016
+ "location": {
2017
+ "filePath": "install.main.runtime.ts",
2018
+ "line": 72,
2019
+ "character": 12
2020
+ },
2021
+ "name": "boolean"
2022
+ },
2023
+ "isOptional": true
2024
+ },
2025
+ {
2026
+ "__schema": "VariableLikeSchema",
2027
+ "location": {
2028
+ "filePath": "install.main.runtime.ts",
2029
+ "line": 73,
2030
+ "character": 3
2031
+ },
2032
+ "signature": "(property) copyPeerToRuntimeOnRoot?: boolean | undefined",
2033
+ "name": "copyPeerToRuntimeOnRoot",
2034
+ "type": {
2035
+ "__schema": "KeywordTypeSchema",
2036
+ "location": {
2037
+ "filePath": "install.main.runtime.ts",
2038
+ "line": 73,
2039
+ "character": 29
2040
+ },
2041
+ "name": "boolean"
2042
+ },
2043
+ "isOptional": true
2044
+ },
2045
+ {
2046
+ "__schema": "VariableLikeSchema",
2047
+ "location": {
2048
+ "filePath": "install.main.runtime.ts",
2049
+ "line": 74,
2050
+ "character": 3
2051
+ },
2052
+ "signature": "(property) copyPeerToRuntimeOnComponents?: boolean | undefined",
2053
+ "name": "copyPeerToRuntimeOnComponents",
2054
+ "type": {
2055
+ "__schema": "KeywordTypeSchema",
2056
+ "location": {
2057
+ "filePath": "install.main.runtime.ts",
2058
+ "line": 74,
2059
+ "character": 35
2060
+ },
2061
+ "name": "boolean"
2062
+ },
2063
+ "isOptional": true
2064
+ },
2065
+ {
2066
+ "__schema": "VariableLikeSchema",
2067
+ "location": {
2068
+ "filePath": "install.main.runtime.ts",
2069
+ "line": 75,
2070
+ "character": 3
2071
+ },
2072
+ "signature": "(property) updateExisting?: boolean | undefined",
2073
+ "name": "updateExisting",
2074
+ "type": {
2075
+ "__schema": "KeywordTypeSchema",
2076
+ "location": {
2077
+ "filePath": "install.main.runtime.ts",
2078
+ "line": 75,
2079
+ "character": 20
2080
+ },
2081
+ "name": "boolean"
2082
+ },
2083
+ "isOptional": true
2084
+ },
2085
+ {
2086
+ "__schema": "VariableLikeSchema",
2087
+ "location": {
2088
+ "filePath": "install.main.runtime.ts",
2089
+ "line": 76,
2090
+ "character": 3
2091
+ },
2092
+ "signature": "(property) skipIfExisting?: boolean | undefined",
2093
+ "name": "skipIfExisting",
2094
+ "type": {
2095
+ "__schema": "KeywordTypeSchema",
2096
+ "location": {
2097
+ "filePath": "install.main.runtime.ts",
2098
+ "line": 76,
2099
+ "character": 20
2100
+ },
2101
+ "name": "boolean"
2102
+ },
2103
+ "isOptional": true
2104
+ },
2105
+ {
2106
+ "__schema": "VariableLikeSchema",
2107
+ "location": {
2108
+ "filePath": "install.main.runtime.ts",
2109
+ "line": 77,
2110
+ "character": 3
2111
+ },
2112
+ "signature": "(property) savePrefix?: string | undefined",
2113
+ "name": "savePrefix",
2114
+ "type": {
2115
+ "__schema": "KeywordTypeSchema",
2116
+ "location": {
2117
+ "filePath": "install.main.runtime.ts",
2118
+ "line": 77,
2119
+ "character": 16
2120
+ },
2121
+ "name": "string"
2122
+ },
2123
+ "isOptional": true
2124
+ },
2125
+ {
2126
+ "__schema": "VariableLikeSchema",
2127
+ "location": {
2128
+ "filePath": "install.main.runtime.ts",
2129
+ "line": 78,
2130
+ "character": 3
2131
+ },
2132
+ "signature": "(property) compile?: boolean | undefined",
2133
+ "name": "compile",
2134
+ "type": {
2135
+ "__schema": "KeywordTypeSchema",
2136
+ "location": {
2137
+ "filePath": "install.main.runtime.ts",
2138
+ "line": 78,
2139
+ "character": 13
2140
+ },
2141
+ "name": "boolean"
2142
+ },
2143
+ "isOptional": true
2144
+ },
2145
+ {
2146
+ "__schema": "VariableLikeSchema",
2147
+ "location": {
2148
+ "filePath": "install.main.runtime.ts",
2149
+ "line": 79,
2150
+ "character": 3
2151
+ },
2152
+ "signature": "(property) includeOptionalDeps?: boolean | undefined",
2153
+ "name": "includeOptionalDeps",
2154
+ "type": {
2155
+ "__schema": "KeywordTypeSchema",
2156
+ "location": {
2157
+ "filePath": "install.main.runtime.ts",
2158
+ "line": 79,
2159
+ "character": 25
2160
+ },
2161
+ "name": "boolean"
2162
+ },
2163
+ "isOptional": true
2164
+ },
2165
+ {
2166
+ "__schema": "VariableLikeSchema",
2167
+ "location": {
2168
+ "filePath": "install.main.runtime.ts",
2169
+ "line": 80,
2170
+ "character": 3
2171
+ },
2172
+ "signature": "(property) updateAll?: boolean | undefined",
2173
+ "name": "updateAll",
2174
+ "type": {
2175
+ "__schema": "KeywordTypeSchema",
2176
+ "location": {
2177
+ "filePath": "install.main.runtime.ts",
2178
+ "line": 80,
2179
+ "character": 15
2180
+ },
2181
+ "name": "boolean"
2182
+ },
2183
+ "isOptional": true
2184
+ },
2185
+ {
2186
+ "__schema": "VariableLikeSchema",
2187
+ "location": {
2188
+ "filePath": "install.main.runtime.ts",
2189
+ "line": 81,
2190
+ "character": 3
2191
+ },
2192
+ "signature": "(property) recurringInstall?: boolean | undefined",
2193
+ "name": "recurringInstall",
2194
+ "type": {
2195
+ "__schema": "KeywordTypeSchema",
2196
+ "location": {
2197
+ "filePath": "install.main.runtime.ts",
2198
+ "line": 81,
2199
+ "character": 22
2200
+ },
2201
+ "name": "boolean"
2202
+ },
2203
+ "isOptional": true
2204
+ },
2205
+ {
2206
+ "__schema": "VariableLikeSchema",
2207
+ "location": {
2208
+ "filePath": "install.main.runtime.ts",
2209
+ "line": 82,
2210
+ "character": 3
2211
+ },
2212
+ "signature": "(property) optimizeReportForNonTerminal?: boolean | undefined",
2213
+ "name": "optimizeReportForNonTerminal",
2214
+ "type": {
2215
+ "__schema": "KeywordTypeSchema",
2216
+ "location": {
2217
+ "filePath": "install.main.runtime.ts",
2218
+ "line": 82,
2219
+ "character": 34
2220
+ },
2221
+ "name": "boolean"
2222
+ },
2223
+ "isOptional": true
2224
+ },
2225
+ {
2226
+ "__schema": "VariableLikeSchema",
2227
+ "location": {
2228
+ "filePath": "install.main.runtime.ts",
2229
+ "line": 83,
2230
+ "character": 3
2231
+ },
2232
+ "signature": "(property) lockfileOnly?: boolean | undefined",
2233
+ "name": "lockfileOnly",
2234
+ "type": {
2235
+ "__schema": "KeywordTypeSchema",
2236
+ "location": {
2237
+ "filePath": "install.main.runtime.ts",
2238
+ "line": 83,
2239
+ "character": 18
2240
+ },
2241
+ "name": "boolean"
2242
+ },
2243
+ "isOptional": true
2244
+ },
2245
+ {
2246
+ "__schema": "VariableLikeSchema",
2247
+ "location": {
2248
+ "filePath": "install.main.runtime.ts",
2249
+ "line": 84,
2250
+ "character": 3
2251
+ },
2252
+ "signature": "(property) writeConfigFiles?: boolean | undefined",
2253
+ "name": "writeConfigFiles",
2254
+ "type": {
2255
+ "__schema": "KeywordTypeSchema",
2256
+ "location": {
2257
+ "filePath": "install.main.runtime.ts",
2258
+ "line": 84,
2259
+ "character": 22
2260
+ },
2261
+ "name": "boolean"
2262
+ },
2263
+ "isOptional": true
2264
+ }
2265
+ ]
2266
+ }
2267
+ },
2268
+ {
2269
+ "__schema": "TypeSchema",
2270
+ "location": {
2271
+ "filePath": "install.main.runtime.ts",
2272
+ "line": 87,
2273
+ "character": 1
2274
+ },
2275
+ "signature": "type ModulesInstallOptions = {\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n copyPeerToRuntimeOnComponents?: boolean | undefined;\n ... 8 more ...;\n writeConfigFiles?: boolean | undefined;\n}",
2276
+ "name": "ModulesInstallOptions",
2277
+ "type": {
2278
+ "__schema": "TypeRefSchema",
2279
+ "location": {
2280
+ "filePath": "install.main.runtime.ts",
2281
+ "line": 87,
2282
+ "character": 37
2283
+ },
2284
+ "name": "Omit",
2285
+ "typeArgs": [
2286
+ {
2287
+ "__schema": "TypeRefSchema",
2288
+ "location": {
2289
+ "filePath": "install.main.runtime.ts",
2290
+ "line": 87,
2291
+ "character": 42
2292
+ },
2293
+ "name": "WorkspaceInstallOptions"
2294
+ },
2295
+ {
2296
+ "__schema": "TypeUnionSchema",
2297
+ "location": {
2298
+ "filePath": "install.main.runtime.ts",
2299
+ "line": 87,
2300
+ "character": 67
2301
+ },
2302
+ "types": [
2303
+ {
2304
+ "__schema": "LiteralTypeSchema",
2305
+ "location": {
2306
+ "filePath": "install.main.runtime.ts",
2307
+ "line": 87,
2308
+ "character": 67
2309
+ },
2310
+ "name": "'updateExisting'"
2311
+ },
2312
+ {
2313
+ "__schema": "LiteralTypeSchema",
2314
+ "location": {
2315
+ "filePath": "install.main.runtime.ts",
2316
+ "line": 87,
2317
+ "character": 86
2318
+ },
2319
+ "name": "'lifecycleType'"
2320
+ },
2321
+ {
2322
+ "__schema": "LiteralTypeSchema",
2323
+ "location": {
2324
+ "filePath": "install.main.runtime.ts",
2325
+ "line": 87,
2326
+ "character": 104
2327
+ },
2328
+ "name": "'import'"
2329
+ }
2330
+ ]
2331
+ }
2332
+ ]
2333
+ }
2334
+ },
2335
+ {
2336
+ "__schema": "ClassSchema",
2337
+ "location": {
2338
+ "filePath": "install.main.runtime.ts",
2339
+ "line": 103,
2340
+ "character": 1
2341
+ },
2342
+ "signature": "class InstallMain",
2343
+ "name": "InstallMain",
2344
+ "members": [
2345
+ {
2346
+ "__schema": "ConstructorSchema",
2347
+ "location": {
2348
+ "filePath": "install.main.runtime.ts",
2349
+ "line": 106,
2350
+ "character": 3
2351
+ },
2352
+ "signature": "constructor InstallMain(dependencyResolver: DependencyResolverMain, logger: Logger, workspace: Workspace, variants: VariantsMain, compiler: CompilerMain, envs: EnvsMain, wsConfigFiles: WorkspaceConfigFilesMain, app: ApplicationMain, generator: GeneratorMain, preLinkSlot: PreLinkSlot, preInstallSlot: PreInstallSlot, postInstallSlot: PostInstallSlot, ipcEvents: IpcEventsMain): InstallMain",
2353
+ "name": "constructor",
2354
+ "params": [
2355
+ {
2356
+ "__schema": "ParameterSchema",
2357
+ "location": {
2358
+ "filePath": "install.main.runtime.ts",
2359
+ "line": 107,
2360
+ "character": 5
2361
+ },
2362
+ "name": "dependencyResolver",
2363
+ "type": {
2364
+ "__schema": "TypeRefSchema",
2365
+ "location": {
2366
+ "filePath": "install.main.runtime.ts",
2367
+ "line": 107,
2368
+ "character": 33
2369
+ },
2370
+ "name": "DependencyResolverMain"
2371
+ },
2372
+ "isOptional": false,
2373
+ "isSpread": false
2374
+ },
2375
+ {
2376
+ "__schema": "ParameterSchema",
2377
+ "location": {
2378
+ "filePath": "install.main.runtime.ts",
2379
+ "line": 109,
2380
+ "character": 5
2381
+ },
2382
+ "name": "logger",
2383
+ "type": {
2384
+ "__schema": "TypeRefSchema",
2385
+ "location": {
2386
+ "filePath": "install.main.runtime.ts",
2387
+ "line": 109,
2388
+ "character": 21
2389
+ },
2390
+ "name": "Logger"
2391
+ },
2392
+ "isOptional": false,
2393
+ "isSpread": false
2394
+ },
2395
+ {
2396
+ "__schema": "ParameterSchema",
2397
+ "location": {
2398
+ "filePath": "install.main.runtime.ts",
2399
+ "line": 111,
2400
+ "character": 5
2401
+ },
2402
+ "name": "workspace",
2403
+ "type": {
2404
+ "__schema": "TypeRefSchema",
2405
+ "location": {
2406
+ "filePath": "install.main.runtime.ts",
2407
+ "line": 111,
2408
+ "character": 24
2409
+ },
2410
+ "name": "Workspace"
2411
+ },
2412
+ "isOptional": false,
2413
+ "isSpread": false
2414
+ },
2415
+ {
2416
+ "__schema": "ParameterSchema",
2417
+ "location": {
2418
+ "filePath": "install.main.runtime.ts",
2419
+ "line": 113,
2420
+ "character": 5
2421
+ },
2422
+ "name": "variants",
2423
+ "type": {
2424
+ "__schema": "TypeRefSchema",
2425
+ "location": {
2426
+ "filePath": "install.main.runtime.ts",
2427
+ "line": 113,
2428
+ "character": 23
2429
+ },
2430
+ "name": "VariantsMain"
2431
+ },
2432
+ "isOptional": false,
2433
+ "isSpread": false
2434
+ },
2435
+ {
2436
+ "__schema": "ParameterSchema",
2437
+ "location": {
2438
+ "filePath": "install.main.runtime.ts",
2439
+ "line": 115,
2440
+ "character": 5
2441
+ },
2442
+ "name": "compiler",
2443
+ "type": {
2444
+ "__schema": "TypeRefSchema",
2445
+ "location": {
2446
+ "filePath": "install.main.runtime.ts",
2447
+ "line": 115,
2448
+ "character": 23
2449
+ },
2450
+ "name": "CompilerMain"
2451
+ },
2452
+ "isOptional": false,
2453
+ "isSpread": false
2454
+ },
2455
+ {
2456
+ "__schema": "ParameterSchema",
2457
+ "location": {
2458
+ "filePath": "install.main.runtime.ts",
2459
+ "line": 117,
2460
+ "character": 5
2461
+ },
2462
+ "name": "envs",
2463
+ "type": {
2464
+ "__schema": "TypeRefSchema",
2465
+ "location": {
2466
+ "filePath": "install.main.runtime.ts",
2467
+ "line": 117,
2468
+ "character": 19
2469
+ },
2470
+ "name": "EnvsMain"
2471
+ },
2472
+ "isOptional": false,
2473
+ "isSpread": false
2474
+ },
2475
+ {
2476
+ "__schema": "ParameterSchema",
2477
+ "location": {
2478
+ "filePath": "install.main.runtime.ts",
2479
+ "line": 119,
2480
+ "character": 5
2481
+ },
2482
+ "name": "wsConfigFiles",
2483
+ "type": {
2484
+ "__schema": "TypeRefSchema",
2485
+ "location": {
2486
+ "filePath": "install.main.runtime.ts",
2487
+ "line": 119,
2488
+ "character": 28
2489
+ },
2490
+ "name": "WorkspaceConfigFilesMain"
2491
+ },
2492
+ "isOptional": false,
2493
+ "isSpread": false
2494
+ },
2495
+ {
2496
+ "__schema": "ParameterSchema",
2497
+ "location": {
2498
+ "filePath": "install.main.runtime.ts",
2499
+ "line": 121,
2500
+ "character": 5
2501
+ },
2502
+ "name": "app",
2503
+ "type": {
2504
+ "__schema": "TypeRefSchema",
2505
+ "location": {
2506
+ "filePath": "install.main.runtime.ts",
2507
+ "line": 121,
2508
+ "character": 18
2509
+ },
2510
+ "name": "ApplicationMain"
2511
+ },
2512
+ "isOptional": false,
2513
+ "isSpread": false
2514
+ },
2515
+ {
2516
+ "__schema": "ParameterSchema",
2517
+ "location": {
2518
+ "filePath": "install.main.runtime.ts",
2519
+ "line": 123,
2520
+ "character": 5
2521
+ },
2522
+ "name": "generator",
2523
+ "type": {
2524
+ "__schema": "TypeRefSchema",
2525
+ "location": {
2526
+ "filePath": "install.main.runtime.ts",
2527
+ "line": 123,
2528
+ "character": 24
2529
+ },
2530
+ "name": "GeneratorMain"
2531
+ },
2532
+ "isOptional": false,
2533
+ "isSpread": false
2534
+ },
2535
+ {
2536
+ "__schema": "ParameterSchema",
2537
+ "location": {
2538
+ "filePath": "install.main.runtime.ts",
2539
+ "line": 125,
2540
+ "character": 5
2541
+ },
2542
+ "name": "preLinkSlot",
2543
+ "type": {
2544
+ "__schema": "TypeRefSchema",
2545
+ "location": {
2546
+ "filePath": "install.main.runtime.ts",
2547
+ "line": 125,
2548
+ "character": 26
2549
+ },
2550
+ "name": "PreLinkSlot"
2551
+ },
2552
+ "isOptional": false,
2553
+ "isSpread": false
2554
+ },
2555
+ {
2556
+ "__schema": "ParameterSchema",
2557
+ "location": {
2558
+ "filePath": "install.main.runtime.ts",
2559
+ "line": 127,
2560
+ "character": 5
2561
+ },
2562
+ "name": "preInstallSlot",
2563
+ "type": {
2564
+ "__schema": "TypeRefSchema",
2565
+ "location": {
2566
+ "filePath": "install.main.runtime.ts",
2567
+ "line": 127,
2568
+ "character": 29
2569
+ },
2570
+ "name": "PreInstallSlot"
2571
+ },
2572
+ "isOptional": false,
2573
+ "isSpread": false
2574
+ },
2575
+ {
2576
+ "__schema": "ParameterSchema",
2577
+ "location": {
2578
+ "filePath": "install.main.runtime.ts",
2579
+ "line": 129,
2580
+ "character": 5
2581
+ },
2582
+ "name": "postInstallSlot",
2583
+ "type": {
2584
+ "__schema": "TypeRefSchema",
2585
+ "location": {
2586
+ "filePath": "install.main.runtime.ts",
2587
+ "line": 129,
2588
+ "character": 30
2589
+ },
2590
+ "name": "PostInstallSlot"
2591
+ },
2592
+ "isOptional": false,
2593
+ "isSpread": false
2594
+ },
2595
+ {
2596
+ "__schema": "ParameterSchema",
2597
+ "location": {
2598
+ "filePath": "install.main.runtime.ts",
2599
+ "line": 131,
2600
+ "character": 5
2601
+ },
2602
+ "name": "ipcEvents",
2603
+ "type": {
2604
+ "__schema": "TypeRefSchema",
2605
+ "location": {
2606
+ "filePath": "install.main.runtime.ts",
2607
+ "line": 131,
2608
+ "character": 24
2609
+ },
2610
+ "name": "IpcEventsMain"
2611
+ },
2612
+ "isOptional": false,
2613
+ "isSpread": false
2614
+ }
2615
+ ],
2616
+ "returnType": {
2617
+ "__schema": "ThisTypeSchema",
2618
+ "location": {
2619
+ "filePath": "install.main.runtime.ts",
2620
+ "line": 103,
2621
+ "character": 1
2622
+ },
2623
+ "name": "InstallMain"
2624
+ },
2625
+ "modifiers": []
2626
+ },
2627
+ {
2628
+ "__schema": "FunctionLikeSchema",
2629
+ "location": {
2630
+ "filePath": "install.main.runtime.ts",
2631
+ "line": 139,
2632
+ "character": 3
2633
+ },
2634
+ "doc": {
2635
+ "__schema": "DocSchema",
2636
+ "location": {
2637
+ "filePath": "install.main.runtime.ts",
2638
+ "line": 133,
2639
+ "character": 3
2640
+ },
2641
+ "raw": "/**\n * Install dependencies for all components in the workspace\n *\n * @returns\n * @memberof Workspace\n */",
2642
+ "comment": "Install dependencies for all components in the workspace",
2643
+ "tags": [
2644
+ {
2645
+ "__schema": "ReturnTagSchema",
2646
+ "location": {
2647
+ "filePath": "install.main.runtime.ts",
2648
+ "line": 136,
2649
+ "character": 6
2650
+ },
2651
+ "tagName": "return"
2652
+ },
2653
+ {
2654
+ "__schema": "TagSchema",
2655
+ "location": {
2656
+ "filePath": "install.main.runtime.ts",
2657
+ "line": 137,
2658
+ "character": 6
2659
+ },
2660
+ "tagName": "memberof",
2661
+ "comment": "Workspace"
2662
+ }
2663
+ ]
2664
+ },
2665
+ "signature": "(method) InstallMain.install(packages?: string[], options?: WorkspaceInstallOptions): Promise<ComponentMap<string>>",
2666
+ "name": "install",
2667
+ "params": [
2668
+ {
2669
+ "__schema": "ParameterSchema",
2670
+ "location": {
2671
+ "filePath": "install.main.runtime.ts",
2672
+ "line": 139,
2673
+ "character": 17
2674
+ },
2675
+ "name": "packages",
2676
+ "type": {
2677
+ "__schema": "TypeArraySchema",
2678
+ "location": {
2679
+ "filePath": "install.main.runtime.ts",
2680
+ "line": 139,
2681
+ "character": 28
2682
+ },
2683
+ "type": {
2684
+ "__schema": "KeywordTypeSchema",
2685
+ "location": {
2686
+ "filePath": "install.main.runtime.ts",
2687
+ "line": 139,
2688
+ "character": 28
2689
+ },
2690
+ "name": "string"
2691
+ }
2692
+ },
2693
+ "isOptional": true,
2694
+ "isSpread": false
2695
+ },
2696
+ {
2697
+ "__schema": "ParameterSchema",
2698
+ "location": {
2699
+ "filePath": "install.main.runtime.ts",
2700
+ "line": 139,
2701
+ "character": 38
2702
+ },
2703
+ "name": "options",
2704
+ "type": {
2705
+ "__schema": "TypeRefSchema",
2706
+ "location": {
2707
+ "filePath": "install.main.runtime.ts",
2708
+ "line": 139,
2709
+ "character": 48
2710
+ },
2711
+ "name": "WorkspaceInstallOptions"
2712
+ },
2713
+ "isOptional": true,
2714
+ "isSpread": false
2715
+ }
2716
+ ],
2717
+ "returnType": {
2718
+ "__schema": "TypeRefSchema",
2719
+ "location": {
2720
+ "filePath": "install.main.runtime.ts",
2721
+ "line": 139,
2722
+ "character": 74
2723
+ },
2724
+ "name": "Promise",
2725
+ "typeArgs": [
2726
+ {
2727
+ "__schema": "TypeRefSchema",
2728
+ "location": {
2729
+ "filePath": "install.main.runtime.ts",
2730
+ "line": 139,
2731
+ "character": 82
2732
+ },
2733
+ "name": "ComponentMap",
2734
+ "typeArgs": [
2735
+ {
2736
+ "__schema": "KeywordTypeSchema",
2737
+ "location": {
2738
+ "filePath": "install.main.runtime.ts",
2739
+ "line": 139,
2740
+ "character": 95
2741
+ },
2742
+ "name": "string"
2743
+ }
2744
+ ]
2745
+ }
2746
+ ]
2747
+ },
2748
+ "modifiers": [
2749
+ "async"
2750
+ ]
2751
+ },
2752
+ {
2753
+ "__schema": "FunctionLikeSchema",
2754
+ "location": {
2755
+ "filePath": "install.main.runtime.ts",
2756
+ "line": 180,
2757
+ "character": 3
2758
+ },
2759
+ "signature": "(method) InstallMain.registerPreLink(fn: PreLink): void",
2760
+ "name": "registerPreLink",
2761
+ "params": [
2762
+ {
2763
+ "__schema": "ParameterSchema",
2764
+ "location": {
2765
+ "filePath": "install.main.runtime.ts",
2766
+ "line": 180,
2767
+ "character": 19
2768
+ },
2769
+ "name": "fn",
2770
+ "type": {
2771
+ "__schema": "TypeRefSchema",
2772
+ "location": {
2773
+ "filePath": "install.main.runtime.ts",
2774
+ "line": 180,
2775
+ "character": 23
2776
+ },
2777
+ "name": "PreLink"
2778
+ },
2779
+ "isOptional": false,
2780
+ "isSpread": false
2781
+ }
2782
+ ],
2783
+ "returnType": {
2784
+ "__schema": "InferenceTypeSchema",
2785
+ "location": {
2786
+ "filePath": "install.main.runtime.ts",
2787
+ "line": 180,
2788
+ "character": 3
2789
+ },
2790
+ "type": "void"
2791
+ },
2792
+ "modifiers": []
2793
+ },
2794
+ {
2795
+ "__schema": "FunctionLikeSchema",
2796
+ "location": {
2797
+ "filePath": "install.main.runtime.ts",
2798
+ "line": 184,
2799
+ "character": 3
2800
+ },
2801
+ "signature": "(method) InstallMain.registerPreInstall(fn: PreInstall): void",
2802
+ "name": "registerPreInstall",
2803
+ "params": [
2804
+ {
2805
+ "__schema": "ParameterSchema",
2806
+ "location": {
2807
+ "filePath": "install.main.runtime.ts",
2808
+ "line": 184,
2809
+ "character": 22
2810
+ },
2811
+ "name": "fn",
2812
+ "type": {
2813
+ "__schema": "TypeRefSchema",
2814
+ "location": {
2815
+ "filePath": "install.main.runtime.ts",
2816
+ "line": 184,
2817
+ "character": 26
2818
+ },
2819
+ "name": "PreInstall"
2820
+ },
2821
+ "isOptional": false,
2822
+ "isSpread": false
2823
+ }
2824
+ ],
2825
+ "returnType": {
2826
+ "__schema": "InferenceTypeSchema",
2827
+ "location": {
2828
+ "filePath": "install.main.runtime.ts",
2829
+ "line": 184,
2830
+ "character": 3
2831
+ },
2832
+ "type": "void"
2833
+ },
2834
+ "modifiers": []
2835
+ },
2836
+ {
2837
+ "__schema": "FunctionLikeSchema",
2838
+ "location": {
2839
+ "filePath": "install.main.runtime.ts",
2840
+ "line": 188,
2841
+ "character": 3
2842
+ },
2843
+ "signature": "(method) InstallMain.registerPostInstall(fn: PostInstall): void",
2844
+ "name": "registerPostInstall",
2845
+ "params": [
2846
+ {
2847
+ "__schema": "ParameterSchema",
2848
+ "location": {
2849
+ "filePath": "install.main.runtime.ts",
2850
+ "line": 188,
2851
+ "character": 23
2852
+ },
2853
+ "name": "fn",
2854
+ "type": {
2855
+ "__schema": "TypeRefSchema",
2856
+ "location": {
2857
+ "filePath": "install.main.runtime.ts",
2858
+ "line": 188,
2859
+ "character": 27
2860
+ },
2861
+ "name": "PostInstall"
2862
+ },
2863
+ "isOptional": false,
2864
+ "isSpread": false
2865
+ }
2866
+ ],
2867
+ "returnType": {
2868
+ "__schema": "InferenceTypeSchema",
2869
+ "location": {
2870
+ "filePath": "install.main.runtime.ts",
2871
+ "line": 188,
2872
+ "character": 3
2873
+ },
2874
+ "type": "void"
2875
+ },
2876
+ "modifiers": []
2877
+ },
2878
+ {
2879
+ "__schema": "FunctionLikeSchema",
2880
+ "location": {
2881
+ "filePath": "install.main.runtime.ts",
2882
+ "line": 192,
2883
+ "character": 3
2884
+ },
2885
+ "signature": "(method) InstallMain.onComponentCreate(generateResults: GenerateResult[]): Promise<void>",
2886
+ "name": "onComponentCreate",
2887
+ "params": [
2888
+ {
2889
+ "__schema": "ParameterSchema",
2890
+ "location": {
2891
+ "filePath": "install.main.runtime.ts",
2892
+ "line": 192,
2893
+ "character": 27
2894
+ },
2895
+ "name": "generateResults",
2896
+ "type": {
2897
+ "__schema": "TypeArraySchema",
2898
+ "location": {
2899
+ "filePath": "install.main.runtime.ts",
2900
+ "line": 192,
2901
+ "character": 44
2902
+ },
2903
+ "type": {
2904
+ "__schema": "TypeRefSchema",
2905
+ "location": {
2906
+ "filePath": "install.main.runtime.ts",
2907
+ "line": 192,
2908
+ "character": 44
2909
+ },
2910
+ "name": "GenerateResult"
2911
+ }
2912
+ },
2913
+ "isOptional": false,
2914
+ "isSpread": false
2915
+ }
2916
+ ],
2917
+ "returnType": {
2918
+ "__schema": "InferenceTypeSchema",
2919
+ "location": {
2920
+ "filePath": "install.main.runtime.ts",
2921
+ "line": 192,
2922
+ "character": 3
2923
+ },
2924
+ "type": "Promise<void>"
2925
+ },
2926
+ "modifiers": [
2927
+ "async"
2928
+ ]
2929
+ },
2930
+ {
2931
+ "__schema": "FunctionLikeSchema",
2932
+ "location": {
2933
+ "filePath": "install.main.runtime.ts",
2934
+ "line": 583,
2935
+ "character": 3
2936
+ },
2937
+ "doc": {
2938
+ "__schema": "DocSchema",
2939
+ "location": {
2940
+ "filePath": "install.main.runtime.ts",
2941
+ "line": 576,
2942
+ "character": 3
2943
+ },
2944
+ "raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
2945
+ "comment": "This function returns a list of old non-loaded environments names.",
2946
+ "tags": [
2947
+ {
2948
+ "__schema": "ReturnTagSchema",
2949
+ "location": {
2950
+ "filePath": "install.main.runtime.ts",
2951
+ "line": 578,
2952
+ "character": 6
2953
+ },
2954
+ "tagName": "return",
2955
+ "comment": "an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\nfailed to load as extensions and are also don't have an env.jsonc file.\nIf this list is not empty, then the user might need to run another install to make sure all dependencies resolved\ncorrectly"
2956
+ }
2957
+ ]
2958
+ },
2959
+ "signature": "(method) InstallMain.getOldNonLoadedEnvs(): string[]",
2960
+ "name": "getOldNonLoadedEnvs",
2961
+ "params": [],
2962
+ "returnType": {
2963
+ "__schema": "InferenceTypeSchema",
2964
+ "location": {
2965
+ "filePath": "install.main.runtime.ts",
2966
+ "line": 583,
2967
+ "character": 3
2968
+ },
2969
+ "type": "string[]"
2970
+ },
2971
+ "modifiers": [
2972
+ "public"
2973
+ ]
2974
+ },
2975
+ {
2976
+ "__schema": "FunctionLikeSchema",
2977
+ "location": {
2978
+ "filePath": "install.main.runtime.ts",
2979
+ "line": 734,
2980
+ "character": 3
2981
+ },
2982
+ "doc": {
2983
+ "__schema": "DocSchema",
2984
+ "location": {
2985
+ "filePath": "install.main.runtime.ts",
2986
+ "line": 729,
2987
+ "character": 3
2988
+ },
2989
+ "raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
2990
+ "comment": "Updates out-of-date dependencies in the workspace.",
2991
+ "tags": [
2992
+ {
2993
+ "__schema": "PropertyLikeTagSchema",
2994
+ "location": {
2995
+ "filePath": "install.main.runtime.ts",
2996
+ "line": 732,
2997
+ "character": 6
2998
+ },
2999
+ "name": "options.all",
3000
+ "tagName": "parameter",
3001
+ "comment": "updates all outdated dependencies without showing a prompt.",
3002
+ "type": {
3003
+ "__schema": "TypeRefSchema",
3004
+ "location": {
3005
+ "filePath": "install.main.runtime.ts",
3006
+ "line": 732,
3007
+ "character": 26
3008
+ },
3009
+ "name": "Boolean"
3010
+ }
3011
+ }
3012
+ ]
3013
+ },
3014
+ "signature": "(method) InstallMain.updateDependencies(options: {\n forceVersionBump?: 'major' | 'minor' | 'patch' | 'compatible';\n patterns?: string[];\n all: boolean;\n}): Promise<ComponentMap<string> | null>",
3015
+ "name": "updateDependencies",
3016
+ "params": [
3017
+ {
3018
+ "__schema": "ParameterSchema",
3019
+ "location": {
3020
+ "filePath": "install.main.runtime.ts",
3021
+ "line": 734,
3022
+ "character": 28
3023
+ },
3024
+ "name": "options",
3025
+ "type": {
3026
+ "__schema": "TypeLiteralSchema",
3027
+ "location": {
3028
+ "filePath": "install.main.runtime.ts",
3029
+ "line": 734,
3030
+ "character": 37
3031
+ },
3032
+ "members": [
3033
+ {
3034
+ "__schema": "VariableLikeSchema",
3035
+ "location": {
3036
+ "filePath": "install.main.runtime.ts",
3037
+ "line": 735,
3038
+ "character": 5
3039
+ },
3040
+ "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
3041
+ "name": "forceVersionBump",
3042
+ "type": {
3043
+ "__schema": "TypeUnionSchema",
3044
+ "location": {
3045
+ "filePath": "install.main.runtime.ts",
3046
+ "line": 735,
3047
+ "character": 24
3048
+ },
3049
+ "types": [
3050
+ {
3051
+ "__schema": "LiteralTypeSchema",
3052
+ "location": {
3053
+ "filePath": "install.main.runtime.ts",
3054
+ "line": 735,
3055
+ "character": 24
3056
+ },
3057
+ "name": "'major'"
3058
+ },
3059
+ {
3060
+ "__schema": "LiteralTypeSchema",
3061
+ "location": {
3062
+ "filePath": "install.main.runtime.ts",
3063
+ "line": 735,
3064
+ "character": 34
3065
+ },
3066
+ "name": "'minor'"
3067
+ },
3068
+ {
3069
+ "__schema": "LiteralTypeSchema",
3070
+ "location": {
3071
+ "filePath": "install.main.runtime.ts",
3072
+ "line": 735,
3073
+ "character": 44
3074
+ },
3075
+ "name": "'patch'"
3076
+ },
3077
+ {
3078
+ "__schema": "LiteralTypeSchema",
3079
+ "location": {
3080
+ "filePath": "install.main.runtime.ts",
3081
+ "line": 735,
3082
+ "character": 54
3083
+ },
3084
+ "name": "'compatible'"
3085
+ }
3086
+ ]
3087
+ },
3088
+ "isOptional": true
3089
+ },
3090
+ {
3091
+ "__schema": "VariableLikeSchema",
3092
+ "location": {
3093
+ "filePath": "install.main.runtime.ts",
3094
+ "line": 736,
3095
+ "character": 5
3096
+ },
3097
+ "signature": "(property) patterns?: string[] | undefined",
3098
+ "name": "patterns",
3099
+ "type": {
3100
+ "__schema": "TypeArraySchema",
3101
+ "location": {
3102
+ "filePath": "install.main.runtime.ts",
3103
+ "line": 736,
3104
+ "character": 16
3105
+ },
3106
+ "type": {
3107
+ "__schema": "KeywordTypeSchema",
3108
+ "location": {
3109
+ "filePath": "install.main.runtime.ts",
3110
+ "line": 736,
3111
+ "character": 16
3112
+ },
3113
+ "name": "string"
3114
+ }
3115
+ },
3116
+ "isOptional": true
3117
+ },
3118
+ {
3119
+ "__schema": "VariableLikeSchema",
3120
+ "location": {
3121
+ "filePath": "install.main.runtime.ts",
3122
+ "line": 737,
3123
+ "character": 5
3124
+ },
3125
+ "signature": "(property) all: boolean",
3126
+ "name": "all",
3127
+ "type": {
3128
+ "__schema": "KeywordTypeSchema",
3129
+ "location": {
3130
+ "filePath": "install.main.runtime.ts",
3131
+ "line": 737,
3132
+ "character": 10
3133
+ },
3134
+ "name": "boolean"
3135
+ },
3136
+ "isOptional": false
3137
+ }
3138
+ ]
3139
+ },
3140
+ "isOptional": false,
3141
+ "isSpread": false
3142
+ }
3143
+ ],
3144
+ "returnType": {
3145
+ "__schema": "TypeRefSchema",
3146
+ "location": {
3147
+ "filePath": "install.main.runtime.ts",
3148
+ "line": 738,
3149
+ "character": 7
3150
+ },
3151
+ "name": "Promise",
3152
+ "typeArgs": [
3153
+ {
3154
+ "__schema": "TypeUnionSchema",
3155
+ "location": {
3156
+ "filePath": "install.main.runtime.ts",
3157
+ "line": 738,
3158
+ "character": 15
3159
+ },
3160
+ "types": [
3161
+ {
3162
+ "__schema": "TypeRefSchema",
3163
+ "location": {
3164
+ "filePath": "install.main.runtime.ts",
3165
+ "line": 738,
3166
+ "character": 15
3167
+ },
3168
+ "name": "ComponentMap",
3169
+ "typeArgs": [
3170
+ {
3171
+ "__schema": "KeywordTypeSchema",
3172
+ "location": {
3173
+ "filePath": "install.main.runtime.ts",
3174
+ "line": 738,
3175
+ "character": 28
3176
+ },
3177
+ "name": "string"
3178
+ }
3179
+ ]
3180
+ },
3181
+ {
3182
+ "__schema": "LiteralTypeSchema",
3183
+ "location": {
3184
+ "filePath": "install.main.runtime.ts",
3185
+ "line": 738,
3186
+ "character": 38
3187
+ },
3188
+ "name": "null"
3189
+ }
3190
+ ]
3191
+ }
3192
+ ]
3193
+ },
3194
+ "modifiers": [
3195
+ "async"
3196
+ ]
3197
+ },
3198
+ {
3199
+ "__schema": "FunctionLikeSchema",
3200
+ "location": {
3201
+ "filePath": "install.main.runtime.ts",
3202
+ "line": 781,
3203
+ "character": 3
3204
+ },
3205
+ "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
3206
+ "name": "addDuplicateComponentAndPackageIssue",
3207
+ "params": [
3208
+ {
3209
+ "__schema": "ParameterSchema",
3210
+ "location": {
3211
+ "filePath": "install.main.runtime.ts",
3212
+ "line": 781,
3213
+ "character": 46
3214
+ },
3215
+ "name": "components",
3216
+ "type": {
3217
+ "__schema": "TypeArraySchema",
3218
+ "location": {
3219
+ "filePath": "install.main.runtime.ts",
3220
+ "line": 781,
3221
+ "character": 58
3222
+ },
3223
+ "type": {
3224
+ "__schema": "TypeRefSchema",
3225
+ "location": {
3226
+ "filePath": "install.main.runtime.ts",
3227
+ "line": 781,
3228
+ "character": 58
3229
+ },
3230
+ "name": "Component"
3231
+ }
3232
+ },
3233
+ "isOptional": false,
3234
+ "isSpread": false
3235
+ }
3236
+ ],
3237
+ "returnType": {
3238
+ "__schema": "InferenceTypeSchema",
3239
+ "location": {
3240
+ "filePath": "install.main.runtime.ts",
3241
+ "line": 781,
3242
+ "character": 3
3243
+ },
3244
+ "type": "Promise<void>"
3245
+ },
3246
+ "modifiers": [
3247
+ "async"
3248
+ ]
3249
+ },
3250
+ {
3251
+ "__schema": "FunctionLikeSchema",
3252
+ "location": {
3253
+ "filePath": "install.main.runtime.ts",
3254
+ "line": 850,
3255
+ "character": 3
3256
+ },
3257
+ "doc": {
3258
+ "__schema": "DocSchema",
3259
+ "location": {
3260
+ "filePath": "install.main.runtime.ts",
3261
+ "line": 845,
3262
+ "character": 3
3263
+ },
3264
+ "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
3265
+ "comment": "Uninstall the specified packages from dependencies.",
3266
+ "tags": [
3267
+ {
3268
+ "__schema": "PropertyLikeTagSchema",
3269
+ "location": {
3270
+ "filePath": "install.main.runtime.ts",
3271
+ "line": 848,
3272
+ "character": 6
3273
+ },
3274
+ "name": "the",
3275
+ "tagName": "parameter",
3276
+ "comment": "list of packages that should be removed from dependencies.",
3277
+ "type": {
3278
+ "__schema": "TypeArraySchema",
3279
+ "location": {
3280
+ "filePath": "install.main.runtime.ts",
3281
+ "line": 848,
3282
+ "character": 14
3283
+ },
3284
+ "type": {
3285
+ "__schema": "KeywordTypeSchema",
3286
+ "location": {
3287
+ "filePath": "install.main.runtime.ts",
3288
+ "line": 848,
3289
+ "character": 14
3290
+ },
3291
+ "name": "string"
3292
+ }
3293
+ }
3294
+ }
3295
+ ]
3296
+ },
3297
+ "signature": "(method) InstallMain.uninstallDependencies(packages: string[]): Promise<ComponentMap<string>>",
3298
+ "name": "uninstallDependencies",
3299
+ "params": [
3300
+ {
3301
+ "__schema": "ParameterSchema",
3302
+ "location": {
3303
+ "filePath": "install.main.runtime.ts",
3304
+ "line": 850,
3305
+ "character": 31
3306
+ },
3307
+ "name": "packages",
3308
+ "type": {
3309
+ "__schema": "TypeArraySchema",
3310
+ "location": {
3311
+ "filePath": "install.main.runtime.ts",
3312
+ "line": 850,
3313
+ "character": 41
3314
+ },
3315
+ "type": {
3316
+ "__schema": "KeywordTypeSchema",
3317
+ "location": {
3318
+ "filePath": "install.main.runtime.ts",
3319
+ "line": 850,
3320
+ "character": 41
3321
+ },
3322
+ "name": "string"
3323
+ }
3324
+ },
3325
+ "isOptional": false,
3326
+ "isSpread": false
3327
+ }
3328
+ ],
3329
+ "returnType": {
3330
+ "__schema": "InferenceTypeSchema",
3331
+ "location": {
3332
+ "filePath": "install.main.runtime.ts",
3333
+ "line": 850,
3334
+ "character": 3
3335
+ },
3336
+ "type": "Promise<ComponentMap<string>>"
3337
+ },
3338
+ "modifiers": [
3339
+ "async"
3340
+ ]
3341
+ },
3342
+ {
3343
+ "__schema": "FunctionLikeSchema",
3344
+ "location": {
3345
+ "filePath": "install.main.runtime.ts",
3346
+ "line": 860,
3347
+ "character": 3
3348
+ },
3349
+ "doc": {
3350
+ "__schema": "DocSchema",
3351
+ "location": {
3352
+ "filePath": "install.main.runtime.ts",
3353
+ "line": 856,
3354
+ "character": 3
3355
+ },
3356
+ "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
3357
+ "comment": "This function returns all the locations of the external links that should be created inside node_modules.\nThis information may then be passed to the package manager, which will create the links on its own."
3358
+ },
3359
+ "signature": "(method) InstallMain.calculateLinks(options?: WorkspaceLinkOptions): Promise<{\n linkResults: WorkspaceLinkResults;\n linkedRootDeps: Record<string, string>;\n}>",
3360
+ "name": "calculateLinks",
3361
+ "params": [
3362
+ {
3363
+ "__schema": "ParameterSchema",
3364
+ "location": {
3365
+ "filePath": "install.main.runtime.ts",
3366
+ "line": 861,
3367
+ "character": 5
3368
+ },
3369
+ "name": "options",
3370
+ "type": {
3371
+ "__schema": "TypeRefSchema",
3372
+ "location": {
3373
+ "filePath": "install.main.runtime.ts",
3374
+ "line": 861,
3375
+ "character": 14
3376
+ },
3377
+ "name": "WorkspaceLinkOptions"
3378
+ },
3379
+ "isOptional": true,
3380
+ "defaultValue": "{}",
3381
+ "isSpread": false
3382
+ }
3383
+ ],
3384
+ "returnType": {
3385
+ "__schema": "TypeRefSchema",
3386
+ "location": {
3387
+ "filePath": "install.main.runtime.ts",
3388
+ "line": 862,
3389
+ "character": 6
3390
+ },
3391
+ "name": "Promise",
3392
+ "typeArgs": [
3393
+ {
3394
+ "__schema": "TypeLiteralSchema",
3395
+ "location": {
3396
+ "filePath": "install.main.runtime.ts",
3397
+ "line": 862,
3398
+ "character": 14
3399
+ },
3400
+ "members": [
3401
+ {
3402
+ "__schema": "VariableLikeSchema",
3403
+ "location": {
3404
+ "filePath": "install.main.runtime.ts",
3405
+ "line": 862,
3406
+ "character": 16
3407
+ },
3408
+ "signature": "(property) linkResults: WorkspaceLinkResults",
3409
+ "name": "linkResults",
3410
+ "type": {
3411
+ "__schema": "TypeRefSchema",
3412
+ "location": {
3413
+ "filePath": "install.main.runtime.ts",
3414
+ "line": 862,
3415
+ "character": 16
3416
+ },
3417
+ "name": "WorkspaceLinkResults",
3418
+ "internalFilePath": "install.main.runtime.ts"
3419
+ },
3420
+ "isOptional": false
3421
+ },
3422
+ {
3423
+ "__schema": "VariableLikeSchema",
3424
+ "location": {
3425
+ "filePath": "install.main.runtime.ts",
3426
+ "line": 862,
3427
+ "character": 51
3428
+ },
3429
+ "signature": "(property) linkedRootDeps: Record<string, string>",
3430
+ "name": "linkedRootDeps",
3431
+ "type": {
3432
+ "__schema": "TypeRefSchema",
3433
+ "location": {
3434
+ "filePath": "install.main.runtime.ts",
3435
+ "line": 862,
3436
+ "character": 67
3437
+ },
3438
+ "name": "Record",
3439
+ "typeArgs": [
3440
+ {
3441
+ "__schema": "KeywordTypeSchema",
3442
+ "location": {
3443
+ "filePath": "install.main.runtime.ts",
3444
+ "line": 862,
3445
+ "character": 74
3446
+ },
3447
+ "name": "string"
3448
+ },
3449
+ {
3450
+ "__schema": "KeywordTypeSchema",
3451
+ "location": {
3452
+ "filePath": "install.main.runtime.ts",
3453
+ "line": 862,
3454
+ "character": 82
3455
+ },
3456
+ "name": "string"
3457
+ }
3458
+ ]
3459
+ },
3460
+ "isOptional": false
3461
+ }
3462
+ ]
3463
+ }
3464
+ ]
3465
+ },
3466
+ "modifiers": [
3467
+ "async"
3468
+ ]
3469
+ },
3470
+ {
3471
+ "__schema": "FunctionLikeSchema",
3472
+ "location": {
3473
+ "filePath": "install.main.runtime.ts",
3474
+ "line": 886,
3475
+ "character": 3
3476
+ },
3477
+ "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
3478
+ "name": "linkCodemods",
3479
+ "params": [
3480
+ {
3481
+ "__schema": "ParameterSchema",
3482
+ "location": {
3483
+ "filePath": "install.main.runtime.ts",
3484
+ "line": 886,
3485
+ "character": 22
3486
+ },
3487
+ "name": "compDirMap",
3488
+ "type": {
3489
+ "__schema": "TypeRefSchema",
3490
+ "location": {
3491
+ "filePath": "install.main.runtime.ts",
3492
+ "line": 886,
3493
+ "character": 34
3494
+ },
3495
+ "name": "ComponentMap",
3496
+ "typeArgs": [
3497
+ {
3498
+ "__schema": "KeywordTypeSchema",
3499
+ "location": {
3500
+ "filePath": "install.main.runtime.ts",
3501
+ "line": 886,
3502
+ "character": 47
3503
+ },
3504
+ "name": "string"
3505
+ }
3506
+ ]
3507
+ },
3508
+ "isOptional": false,
3509
+ "isSpread": false
3510
+ },
3511
+ {
3512
+ "__schema": "ParameterSchema",
3513
+ "location": {
3514
+ "filePath": "install.main.runtime.ts",
3515
+ "line": 886,
3516
+ "character": 56
3517
+ },
3518
+ "name": "options",
3519
+ "type": {
3520
+ "__schema": "TypeLiteralSchema",
3521
+ "location": {
3522
+ "filePath": "install.main.runtime.ts",
3523
+ "line": 886,
3524
+ "character": 66
3525
+ },
3526
+ "members": [
3527
+ {
3528
+ "__schema": "VariableLikeSchema",
3529
+ "location": {
3530
+ "filePath": "install.main.runtime.ts",
3531
+ "line": 886,
3532
+ "character": 68
3533
+ },
3534
+ "signature": "(property) rewire?: boolean | undefined",
3535
+ "name": "rewire",
3536
+ "type": {
3537
+ "__schema": "KeywordTypeSchema",
3538
+ "location": {
3539
+ "filePath": "install.main.runtime.ts",
3540
+ "line": 886,
3541
+ "character": 77
3542
+ },
3543
+ "name": "boolean"
3544
+ },
3545
+ "isOptional": true
3546
+ }
3547
+ ]
3548
+ },
3549
+ "isOptional": true,
3550
+ "isSpread": false
3551
+ }
3552
+ ],
3553
+ "returnType": {
3554
+ "__schema": "InferenceTypeSchema",
3555
+ "location": {
3556
+ "filePath": "install.main.runtime.ts",
3557
+ "line": 886,
3558
+ "character": 3
3559
+ },
3560
+ "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
3561
+ },
3562
+ "modifiers": [
3563
+ "async"
3564
+ ]
3565
+ },
3566
+ {
3567
+ "__schema": "FunctionLikeSchema",
3568
+ "location": {
3569
+ "filePath": "install.main.runtime.ts",
3570
+ "line": 891,
3571
+ "character": 3
3572
+ },
3573
+ "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
3574
+ "name": "link",
3575
+ "params": [
3576
+ {
3577
+ "__schema": "ParameterSchema",
3578
+ "location": {
3579
+ "filePath": "install.main.runtime.ts",
3580
+ "line": 891,
3581
+ "character": 14
3582
+ },
3583
+ "name": "options",
3584
+ "type": {
3585
+ "__schema": "TypeRefSchema",
3586
+ "location": {
3587
+ "filePath": "install.main.runtime.ts",
3588
+ "line": 891,
3589
+ "character": 23
3590
+ },
3591
+ "name": "WorkspaceLinkOptions"
3592
+ },
3593
+ "isOptional": true,
3594
+ "defaultValue": "{}",
3595
+ "isSpread": false
3596
+ }
3597
+ ],
3598
+ "returnType": {
3599
+ "__schema": "TypeRefSchema",
3600
+ "location": {
3601
+ "filePath": "install.main.runtime.ts",
3602
+ "line": 891,
3603
+ "character": 51
3604
+ },
3605
+ "name": "Promise",
3606
+ "typeArgs": [
3607
+ {
3608
+ "__schema": "TypeRefSchema",
3609
+ "location": {
3610
+ "filePath": "install.main.runtime.ts",
3611
+ "line": 891,
3612
+ "character": 59
3613
+ },
3614
+ "name": "WorkspaceLinkResults"
3615
+ }
3616
+ ]
3617
+ },
3618
+ "modifiers": [
3619
+ "async"
3620
+ ]
3621
+ },
3622
+ {
3623
+ "__schema": "VariableLikeSchema",
3624
+ "location": {
3625
+ "filePath": "install.main.runtime.ts",
3626
+ "line": 993,
3627
+ "character": 3
3628
+ },
3629
+ "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
3630
+ "name": "slots",
3631
+ "type": {
3632
+ "__schema": "InferenceTypeSchema",
3633
+ "location": {
3634
+ "filePath": "install.main.runtime.ts",
3635
+ "line": 993,
3636
+ "character": 3
3637
+ },
3638
+ "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
3639
+ },
3640
+ "isOptional": true,
3641
+ "defaultValue": "[Slot.withType<PreLinkSlot>(), Slot.withType<PreInstallSlot>(), Slot.withType<PostInstallSlot>()]"
3642
+ },
3643
+ {
3644
+ "__schema": "VariableLikeSchema",
3645
+ "location": {
3646
+ "filePath": "install.main.runtime.ts",
3647
+ "line": 994,
3648
+ "character": 3
3649
+ },
3650
+ "signature": "(property) InstallMain.dependencies: Aspect[]",
3651
+ "name": "dependencies",
3652
+ "type": {
3653
+ "__schema": "InferenceTypeSchema",
3654
+ "location": {
3655
+ "filePath": "install.main.runtime.ts",
3656
+ "line": 994,
3657
+ "character": 3
3658
+ },
3659
+ "type": "Aspect[]"
3660
+ },
3661
+ "isOptional": true,
3662
+ "defaultValue": "[\n DependencyResolverAspect,\n WorkspaceAspect,\n LoggerAspect,\n VariantsAspect,\n CLIAspect,\n CompilerAspect,\n IssuesAspect,\n EnvsAspect,\n ApplicationAspect,\n IpcEventsAspect,\n GeneratorAspect,\n WorkspaceConfigFilesAspect,\n ]"
3663
+ },
3664
+ {
3665
+ "__schema": "VariableLikeSchema",
3666
+ "location": {
3667
+ "filePath": "install.main.runtime.ts",
3668
+ "line": 1009,
3669
+ "character": 3
3670
+ },
3671
+ "signature": "(property) InstallMain.runtime: RuntimeDefinition",
3672
+ "name": "runtime",
3673
+ "type": {
3674
+ "__schema": "InferenceTypeSchema",
3675
+ "location": {
3676
+ "filePath": "install.main.runtime.ts",
3677
+ "line": 1009,
3678
+ "character": 3
3679
+ },
3680
+ "type": "RuntimeDefinition"
3681
+ },
3682
+ "isOptional": true,
3683
+ "defaultValue": "MainRuntime"
3684
+ },
3685
+ {
3686
+ "__schema": "FunctionLikeSchema",
3687
+ "location": {
3688
+ "filePath": "install.main.runtime.ts",
3689
+ "line": 1011,
3690
+ "character": 3
3691
+ },
3692
+ "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
3693
+ "name": "provider",
3694
+ "params": [
3695
+ {
3696
+ "__schema": "ParameterSchema",
3697
+ "location": {
3698
+ "filePath": "install.main.runtime.ts",
3699
+ "line": 1012,
3700
+ "character": 5
3701
+ },
3702
+ "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
3703
+ "type": {
3704
+ "__schema": "TupleTypeSchema",
3705
+ "location": {
3706
+ "filePath": "install.main.runtime.ts",
3707
+ "line": 1025,
3708
+ "character": 8
3709
+ },
3710
+ "elements": [
3711
+ {
3712
+ "__schema": "TypeRefSchema",
3713
+ "location": {
3714
+ "filePath": "install.main.runtime.ts",
3715
+ "line": 1026,
3716
+ "character": 7
3717
+ },
3718
+ "name": "DependencyResolverMain"
3719
+ },
3720
+ {
3721
+ "__schema": "TypeRefSchema",
3722
+ "location": {
3723
+ "filePath": "install.main.runtime.ts",
3724
+ "line": 1027,
3725
+ "character": 7
3726
+ },
3727
+ "name": "Workspace"
3728
+ },
3729
+ {
3730
+ "__schema": "TypeRefSchema",
3731
+ "location": {
3732
+ "filePath": "install.main.runtime.ts",
3733
+ "line": 1028,
3734
+ "character": 7
3735
+ },
3736
+ "name": "LoggerMain"
3737
+ },
3738
+ {
3739
+ "__schema": "TypeRefSchema",
3740
+ "location": {
3741
+ "filePath": "install.main.runtime.ts",
3742
+ "line": 1029,
3743
+ "character": 7
3744
+ },
3745
+ "name": "VariantsMain"
3746
+ },
3747
+ {
3748
+ "__schema": "TypeRefSchema",
3749
+ "location": {
3750
+ "filePath": "install.main.runtime.ts",
3751
+ "line": 1030,
3752
+ "character": 7
3753
+ },
3754
+ "name": "CLIMain"
3755
+ },
3756
+ {
3757
+ "__schema": "TypeRefSchema",
3758
+ "location": {
3759
+ "filePath": "install.main.runtime.ts",
3760
+ "line": 1031,
3761
+ "character": 7
3762
+ },
3763
+ "name": "CompilerMain"
3764
+ },
3765
+ {
3766
+ "__schema": "TypeRefSchema",
3767
+ "location": {
3768
+ "filePath": "install.main.runtime.ts",
3769
+ "line": 1032,
3770
+ "character": 7
3771
+ },
3772
+ "name": "IssuesMain"
3773
+ },
3774
+ {
3775
+ "__schema": "TypeRefSchema",
3776
+ "location": {
3777
+ "filePath": "install.main.runtime.ts",
3778
+ "line": 1033,
3779
+ "character": 7
3780
+ },
3781
+ "name": "EnvsMain"
3782
+ },
3783
+ {
3784
+ "__schema": "TypeRefSchema",
3785
+ "location": {
3786
+ "filePath": "install.main.runtime.ts",
3787
+ "line": 1034,
3788
+ "character": 7
3789
+ },
3790
+ "name": "ApplicationMain"
3791
+ },
3792
+ {
3793
+ "__schema": "TypeRefSchema",
3794
+ "location": {
3795
+ "filePath": "install.main.runtime.ts",
3796
+ "line": 1035,
3797
+ "character": 7
3798
+ },
3799
+ "name": "IpcEventsMain"
3800
+ },
3801
+ {
3802
+ "__schema": "TypeRefSchema",
3803
+ "location": {
3804
+ "filePath": "install.main.runtime.ts",
3805
+ "line": 1036,
3806
+ "character": 7
3807
+ },
3808
+ "name": "GeneratorMain"
3809
+ },
3810
+ {
3811
+ "__schema": "TypeRefSchema",
3812
+ "location": {
3813
+ "filePath": "install.main.runtime.ts",
3814
+ "line": 1037,
3815
+ "character": 7
3816
+ },
3817
+ "name": "WorkspaceConfigFilesMain"
3818
+ }
3819
+ ]
3820
+ },
3821
+ "isOptional": false,
3822
+ "isSpread": false
3823
+ },
3824
+ {
3825
+ "__schema": "ParameterSchema",
3826
+ "location": {
3827
+ "filePath": "install.main.runtime.ts",
3828
+ "line": 1039,
3829
+ "character": 5
3830
+ },
3831
+ "name": "_",
3832
+ "type": {
3833
+ "__schema": "InferenceTypeSchema",
3834
+ "location": {
3835
+ "filePath": "install.main.runtime.ts",
3836
+ "line": 1039,
3837
+ "character": 5
3838
+ },
3839
+ "type": "any"
3840
+ },
3841
+ "isOptional": false,
3842
+ "isSpread": false
3843
+ },
3844
+ {
3845
+ "__schema": "ParameterSchema",
3846
+ "location": {
3847
+ "filePath": "install.main.runtime.ts",
3848
+ "line": 1040,
3849
+ "character": 5
3850
+ },
3851
+ "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
3852
+ "type": {
3853
+ "__schema": "TupleTypeSchema",
3854
+ "location": {
3855
+ "filePath": "install.main.runtime.ts",
3856
+ "line": 1040,
3857
+ "character": 53
3858
+ },
3859
+ "elements": [
3860
+ {
3861
+ "__schema": "TypeRefSchema",
3862
+ "location": {
3863
+ "filePath": "install.main.runtime.ts",
3864
+ "line": 1040,
3865
+ "character": 54
3866
+ },
3867
+ "name": "PreLinkSlot"
3868
+ },
3869
+ {
3870
+ "__schema": "TypeRefSchema",
3871
+ "location": {
3872
+ "filePath": "install.main.runtime.ts",
3873
+ "line": 1040,
3874
+ "character": 67
3875
+ },
3876
+ "name": "PreInstallSlot"
3877
+ },
3878
+ {
3879
+ "__schema": "TypeRefSchema",
3880
+ "location": {
3881
+ "filePath": "install.main.runtime.ts",
3882
+ "line": 1040,
3883
+ "character": 83
3884
+ },
3885
+ "name": "PostInstallSlot"
3886
+ }
3887
+ ]
3888
+ },
3889
+ "isOptional": false,
3890
+ "isSpread": false
3891
+ }
3892
+ ],
3893
+ "returnType": {
3894
+ "__schema": "InferenceTypeSchema",
3895
+ "location": {
3896
+ "filePath": "install.main.runtime.ts",
3897
+ "line": 1011,
3898
+ "character": 3
3899
+ },
3900
+ "type": "Promise<InstallMain>"
3901
+ },
3902
+ "modifiers": [
3903
+ "static",
3904
+ "async"
3905
+ ]
3906
+ }
3907
+ ],
3908
+ "extendsNodes": [],
3909
+ "implementNodes": []
3910
+ },
3911
+ {
3912
+ "__schema": "UnImplementedSchema",
3913
+ "location": {
3914
+ "filePath": "install.main.runtime.ts",
3915
+ "line": 1109,
3916
+ "character": 16
3917
+ },
3918
+ "name": "InstallMain",
3919
+ "type": "Identifier"
3920
+ }
3921
+ ],
3922
+ "internals": [
3923
+ {
3924
+ "__schema": "TypeSchema",
3925
+ "location": {
3926
+ "filePath": "install.main.runtime.ts",
3927
+ "line": 89,
3928
+ "character": 1
3929
+ },
3930
+ "signature": "type PreLink = (linkOpts?: WorkspaceLinkOptions) => Promise<void>",
3931
+ "name": "PreLink",
3932
+ "type": {
3933
+ "__schema": "FunctionLikeSchema",
3934
+ "location": {
3935
+ "filePath": "install.main.runtime.ts",
3936
+ "line": 89,
3937
+ "character": 16
3938
+ },
3939
+ "signature": "(linkOpts?: WorkspaceLinkOptions): Promise<void>",
3940
+ "name": "",
3941
+ "params": [
3942
+ {
3943
+ "__schema": "ParameterSchema",
3944
+ "location": {
3945
+ "filePath": "install.main.runtime.ts",
3946
+ "line": 89,
3947
+ "character": 17
3948
+ },
3949
+ "name": "linkOpts",
3950
+ "type": {
3951
+ "__schema": "TypeRefSchema",
3952
+ "location": {
3953
+ "filePath": "install.main.runtime.ts",
3954
+ "line": 89,
3955
+ "character": 28
3956
+ },
3957
+ "name": "WorkspaceLinkOptions"
3958
+ },
3959
+ "isOptional": true,
3960
+ "isSpread": false
3961
+ }
3962
+ ],
3963
+ "returnType": {
3964
+ "__schema": "TypeRefSchema",
3965
+ "location": {
3966
+ "filePath": "install.main.runtime.ts",
3967
+ "line": 89,
3968
+ "character": 53
3969
+ },
3970
+ "name": "Promise",
3971
+ "typeArgs": [
3972
+ {
3973
+ "__schema": "KeywordTypeSchema",
3974
+ "location": {
3975
+ "filePath": "install.main.runtime.ts",
3976
+ "line": 89,
3977
+ "character": 61
3978
+ },
3979
+ "name": "void"
3980
+ }
3981
+ ]
3982
+ },
3983
+ "modifiers": []
3984
+ }
3985
+ },
3986
+ {
3987
+ "__schema": "TypeSchema",
3988
+ "location": {
3989
+ "filePath": "install.main.runtime.ts",
3990
+ "line": 90,
3991
+ "character": 1
3992
+ },
3993
+ "signature": "type PreInstall = (installOpts?: WorkspaceInstallOptions) => Promise<void>",
3994
+ "name": "PreInstall",
3995
+ "type": {
3996
+ "__schema": "FunctionLikeSchema",
3997
+ "location": {
3998
+ "filePath": "install.main.runtime.ts",
3999
+ "line": 90,
4000
+ "character": 19
4001
+ },
4002
+ "signature": "(installOpts?: WorkspaceInstallOptions): Promise<void>",
4003
+ "name": "",
4004
+ "params": [
4005
+ {
4006
+ "__schema": "ParameterSchema",
4007
+ "location": {
4008
+ "filePath": "install.main.runtime.ts",
4009
+ "line": 90,
4010
+ "character": 20
4011
+ },
4012
+ "name": "installOpts",
4013
+ "type": {
4014
+ "__schema": "TypeRefSchema",
4015
+ "location": {
4016
+ "filePath": "install.main.runtime.ts",
4017
+ "line": 90,
4018
+ "character": 34
4019
+ },
4020
+ "name": "WorkspaceInstallOptions"
4021
+ },
4022
+ "isOptional": true,
4023
+ "isSpread": false
4024
+ }
4025
+ ],
4026
+ "returnType": {
4027
+ "__schema": "TypeRefSchema",
4028
+ "location": {
4029
+ "filePath": "install.main.runtime.ts",
4030
+ "line": 90,
4031
+ "character": 62
4032
+ },
4033
+ "name": "Promise",
4034
+ "typeArgs": [
4035
+ {
4036
+ "__schema": "KeywordTypeSchema",
4037
+ "location": {
4038
+ "filePath": "install.main.runtime.ts",
4039
+ "line": 90,
4040
+ "character": 70
4041
+ },
4042
+ "name": "void"
4043
+ }
4044
+ ]
4045
+ },
4046
+ "modifiers": []
4047
+ }
4048
+ },
4049
+ {
4050
+ "__schema": "TypeSchema",
4051
+ "location": {
4052
+ "filePath": "install.main.runtime.ts",
4053
+ "line": 91,
4054
+ "character": 1
4055
+ },
4056
+ "signature": "type PostInstall = () => Promise<void>",
4057
+ "name": "PostInstall",
4058
+ "type": {
4059
+ "__schema": "FunctionLikeSchema",
4060
+ "location": {
4061
+ "filePath": "install.main.runtime.ts",
4062
+ "line": 91,
4063
+ "character": 20
4064
+ },
4065
+ "signature": "(): Promise<void>",
4066
+ "name": "",
4067
+ "params": [],
4068
+ "returnType": {
4069
+ "__schema": "TypeRefSchema",
4070
+ "location": {
4071
+ "filePath": "install.main.runtime.ts",
4072
+ "line": 91,
4073
+ "character": 26
4074
+ },
4075
+ "name": "Promise",
4076
+ "typeArgs": [
4077
+ {
4078
+ "__schema": "KeywordTypeSchema",
4079
+ "location": {
4080
+ "filePath": "install.main.runtime.ts",
4081
+ "line": 91,
4082
+ "character": 34
4083
+ },
4084
+ "name": "void"
4085
+ }
4086
+ ]
4087
+ },
4088
+ "modifiers": []
4089
+ }
4090
+ },
4091
+ {
4092
+ "__schema": "TypeSchema",
4093
+ "location": {
4094
+ "filePath": "install.main.runtime.ts",
4095
+ "line": 93,
4096
+ "character": 1
4097
+ },
4098
+ "signature": "type PreLinkSlot = SlotRegistry<PreLink>",
4099
+ "name": "PreLinkSlot",
4100
+ "type": {
4101
+ "__schema": "TypeRefSchema",
4102
+ "location": {
4103
+ "filePath": "install.main.runtime.ts",
4104
+ "line": 93,
4105
+ "character": 20
4106
+ },
4107
+ "name": "SlotRegistry",
4108
+ "typeArgs": [
4109
+ {
4110
+ "__schema": "TypeRefSchema",
4111
+ "location": {
4112
+ "filePath": "install.main.runtime.ts",
4113
+ "line": 93,
4114
+ "character": 33
4115
+ },
4116
+ "name": "PreLink"
4117
+ }
4118
+ ]
4119
+ }
4120
+ },
4121
+ {
4122
+ "__schema": "TypeSchema",
4123
+ "location": {
4124
+ "filePath": "install.main.runtime.ts",
4125
+ "line": 94,
4126
+ "character": 1
4127
+ },
4128
+ "signature": "type PreInstallSlot = SlotRegistry<PreInstall>",
4129
+ "name": "PreInstallSlot",
4130
+ "type": {
4131
+ "__schema": "TypeRefSchema",
4132
+ "location": {
4133
+ "filePath": "install.main.runtime.ts",
4134
+ "line": 94,
4135
+ "character": 23
4136
+ },
4137
+ "name": "SlotRegistry",
4138
+ "typeArgs": [
4139
+ {
4140
+ "__schema": "TypeRefSchema",
4141
+ "location": {
4142
+ "filePath": "install.main.runtime.ts",
4143
+ "line": 94,
4144
+ "character": 36
4145
+ },
4146
+ "name": "PreInstall"
4147
+ }
4148
+ ]
4149
+ }
4150
+ },
4151
+ {
4152
+ "__schema": "TypeSchema",
4153
+ "location": {
4154
+ "filePath": "install.main.runtime.ts",
4155
+ "line": 95,
4156
+ "character": 1
4157
+ },
4158
+ "signature": "type PostInstallSlot = SlotRegistry<PostInstall>",
4159
+ "name": "PostInstallSlot",
4160
+ "type": {
4161
+ "__schema": "TypeRefSchema",
4162
+ "location": {
4163
+ "filePath": "install.main.runtime.ts",
4164
+ "line": 95,
4165
+ "character": 24
4166
+ },
4167
+ "name": "SlotRegistry",
4168
+ "typeArgs": [
4169
+ {
4170
+ "__schema": "TypeRefSchema",
4171
+ "location": {
4172
+ "filePath": "install.main.runtime.ts",
4173
+ "line": 95,
4174
+ "character": 37
4175
+ },
4176
+ "name": "PostInstall"
4177
+ }
4178
+ ]
4179
+ }
4180
+ },
4181
+ {
4182
+ "__schema": "TypeSchema",
4183
+ "location": {
4184
+ "filePath": "install.main.runtime.ts",
4185
+ "line": 97,
4186
+ "character": 1
4187
+ },
4188
+ "signature": "type GetComponentsAndManifestsOptions = Omit<GetComponentManifestsOptions, \"rootDir\" | \"rootPolicy\" | \"componentDirectoryMap\"> & Pick<PackageManagerInstallOptions, \"nodeLinker\">",
4189
+ "name": "GetComponentsAndManifestsOptions",
4190
+ "type": {
4191
+ "__schema": "TypeIntersectionSchema",
4192
+ "location": {
4193
+ "filePath": "install.main.runtime.ts",
4194
+ "line": 97,
4195
+ "character": 41
4196
+ },
4197
+ "types": [
4198
+ {
4199
+ "__schema": "TypeRefSchema",
4200
+ "location": {
4201
+ "filePath": "install.main.runtime.ts",
4202
+ "line": 97,
4203
+ "character": 41
4204
+ },
4205
+ "name": "Omit",
4206
+ "typeArgs": [
4207
+ {
4208
+ "__schema": "TypeRefSchema",
4209
+ "location": {
4210
+ "filePath": "install.main.runtime.ts",
4211
+ "line": 98,
4212
+ "character": 3
4213
+ },
4214
+ "name": "GetComponentManifestsOptions"
4215
+ },
4216
+ {
4217
+ "__schema": "TypeUnionSchema",
4218
+ "location": {
4219
+ "filePath": "install.main.runtime.ts",
4220
+ "line": 99,
4221
+ "character": 3
4222
+ },
4223
+ "types": [
4224
+ {
4225
+ "__schema": "LiteralTypeSchema",
4226
+ "location": {
4227
+ "filePath": "install.main.runtime.ts",
4228
+ "line": 99,
4229
+ "character": 3
4230
+ },
4231
+ "name": "'componentDirectoryMap'"
4232
+ },
4233
+ {
4234
+ "__schema": "LiteralTypeSchema",
4235
+ "location": {
4236
+ "filePath": "install.main.runtime.ts",
4237
+ "line": 99,
4238
+ "character": 29
4239
+ },
4240
+ "name": "'rootPolicy'"
4241
+ },
4242
+ {
4243
+ "__schema": "LiteralTypeSchema",
4244
+ "location": {
4245
+ "filePath": "install.main.runtime.ts",
4246
+ "line": 99,
4247
+ "character": 44
4248
+ },
4249
+ "name": "'rootDir'"
4250
+ }
4251
+ ]
4252
+ }
4253
+ ]
4254
+ },
4255
+ {
4256
+ "__schema": "TypeRefSchema",
4257
+ "location": {
4258
+ "filePath": "install.main.runtime.ts",
4259
+ "line": 101,
4260
+ "character": 3
4261
+ },
4262
+ "name": "Pick",
4263
+ "typeArgs": [
4264
+ {
4265
+ "__schema": "TypeRefSchema",
4266
+ "location": {
4267
+ "filePath": "install.main.runtime.ts",
4268
+ "line": 101,
4269
+ "character": 8
4270
+ },
4271
+ "name": "PackageManagerInstallOptions"
4272
+ },
4273
+ {
4274
+ "__schema": "LiteralTypeSchema",
4275
+ "location": {
4276
+ "filePath": "install.main.runtime.ts",
4277
+ "line": 101,
4278
+ "character": 38
4279
+ },
4280
+ "name": "'nodeLinker'"
4281
+ }
4282
+ ]
4283
+ }
4284
+ ]
4285
+ }
4286
+ },
4287
+ {
4288
+ "__schema": "TypeSchema",
4289
+ "location": {
4290
+ "filePath": "install.main.runtime.ts",
4291
+ "line": 1085,
4292
+ "character": 1
4293
+ },
4294
+ "signature": "type ComponentsAndManifests = {\n componentDirectoryMap: ComponentMap<string>;\n manifests: Record<string, ProjectManifest>;\n}",
4295
+ "name": "ComponentsAndManifests",
4296
+ "type": {
4297
+ "__schema": "TypeLiteralSchema",
4298
+ "location": {
4299
+ "filePath": "install.main.runtime.ts",
4300
+ "line": 1085,
4301
+ "character": 31
4302
+ },
4303
+ "members": [
4304
+ {
4305
+ "__schema": "VariableLikeSchema",
4306
+ "location": {
4307
+ "filePath": "install.main.runtime.ts",
4308
+ "line": 1086,
4309
+ "character": 3
4310
+ },
4311
+ "signature": "(property) componentDirectoryMap: ComponentMap<string>",
4312
+ "name": "componentDirectoryMap",
4313
+ "type": {
4314
+ "__schema": "TypeRefSchema",
4315
+ "location": {
4316
+ "filePath": "install.main.runtime.ts",
4317
+ "line": 1086,
4318
+ "character": 26
4319
+ },
4320
+ "name": "ComponentMap",
4321
+ "typeArgs": [
4322
+ {
4323
+ "__schema": "KeywordTypeSchema",
4324
+ "location": {
4325
+ "filePath": "install.main.runtime.ts",
4326
+ "line": 1086,
4327
+ "character": 39
4328
+ },
4329
+ "name": "string"
4330
+ }
4331
+ ]
4332
+ },
4333
+ "isOptional": false
4334
+ },
4335
+ {
4336
+ "__schema": "VariableLikeSchema",
4337
+ "location": {
4338
+ "filePath": "install.main.runtime.ts",
4339
+ "line": 1087,
4340
+ "character": 3
4341
+ },
4342
+ "signature": "(property) manifests: Record<string, ProjectManifest>",
4343
+ "name": "manifests",
4344
+ "type": {
4345
+ "__schema": "TypeRefSchema",
4346
+ "location": {
4347
+ "filePath": "install.main.runtime.ts",
4348
+ "line": 1087,
4349
+ "character": 14
4350
+ },
4351
+ "name": "Record",
4352
+ "typeArgs": [
4353
+ {
4354
+ "__schema": "KeywordTypeSchema",
4355
+ "location": {
4356
+ "filePath": "install.main.runtime.ts",
4357
+ "line": 1087,
4358
+ "character": 21
4359
+ },
4360
+ "name": "string"
4361
+ },
4362
+ {
4363
+ "__schema": "TypeRefSchema",
4364
+ "location": {
4365
+ "filePath": "install.main.runtime.ts",
4366
+ "line": 1087,
4367
+ "character": 29
4368
+ },
4369
+ "name": "ProjectManifest"
4370
+ }
4371
+ ]
4372
+ },
4373
+ "isOptional": false
4374
+ }
4375
+ ]
4376
+ }
4377
+ },
4378
+ {
4379
+ "__schema": "FunctionLikeSchema",
4380
+ "location": {
4381
+ "filePath": "install.main.runtime.ts",
4382
+ "line": 1090,
4383
+ "character": 1
4384
+ },
4385
+ "signature": "function hasComponentsFromWorkspaceInMissingDeps({ componentDirectoryMap, manifests, }: ComponentsAndManifests): boolean",
4386
+ "name": "hasComponentsFromWorkspaceInMissingDeps",
4387
+ "params": [
4388
+ {
4389
+ "__schema": "ParameterSchema",
4390
+ "location": {
4391
+ "filePath": "install.main.runtime.ts",
4392
+ "line": 1090,
4393
+ "character": 50
4394
+ },
4395
+ "name": "{ componentDirectoryMap, manifests }",
4396
+ "type": {
4397
+ "__schema": "TypeRefSchema",
4398
+ "location": {
4399
+ "filePath": "install.main.runtime.ts",
4400
+ "line": 1093,
4401
+ "character": 4
4402
+ },
4403
+ "name": "ComponentsAndManifests"
4404
+ },
4405
+ "isOptional": false,
4406
+ "objectBindingNodes": [
4407
+ {
4408
+ "__schema": "InferenceTypeSchema",
4409
+ "location": {
4410
+ "filePath": "install.main.runtime.ts",
4411
+ "line": 1091,
4412
+ "character": 3
4413
+ },
4414
+ "name": "componentDirectoryMap",
4415
+ "type": "ComponentMap<string>",
4416
+ "isSpread": false
4417
+ },
4418
+ {
4419
+ "__schema": "InferenceTypeSchema",
4420
+ "location": {
4421
+ "filePath": "install.main.runtime.ts",
4422
+ "line": 1092,
4423
+ "character": 3
4424
+ },
4425
+ "name": "manifests",
4426
+ "type": "Record<string, ProjectManifest>",
4427
+ "isSpread": false
4428
+ }
4429
+ ],
4430
+ "isSpread": false
4431
+ }
4432
+ ],
4433
+ "returnType": {
4434
+ "__schema": "KeywordTypeSchema",
4435
+ "location": {
4436
+ "filePath": "install.main.runtime.ts",
4437
+ "line": 1093,
4438
+ "character": 29
4439
+ },
4440
+ "name": "boolean"
4441
+ },
4442
+ "modifiers": []
4443
+ },
4444
+ {
4445
+ "__schema": "UnImplementedSchema",
4446
+ "location": {
4447
+ "filePath": "install.main.runtime.ts",
4448
+ "line": 1107,
4449
+ "character": 1
4450
+ },
4451
+ "name": "InstallAspect.addRuntime(InstallMain);",
4452
+ "type": "ExpressionStatement"
4453
+ },
4454
+ {
4455
+ "__schema": "FunctionLikeSchema",
4456
+ "location": {
4457
+ "filePath": "install.main.runtime.ts",
4458
+ "line": 1111,
4459
+ "character": 1
4460
+ },
4461
+ "signature": "function manifestsHash(manifests: Record<string, ProjectManifest>): string",
4462
+ "name": "manifestsHash",
4463
+ "params": [
4464
+ {
4465
+ "__schema": "ParameterSchema",
4466
+ "location": {
4467
+ "filePath": "install.main.runtime.ts",
4468
+ "line": 1111,
4469
+ "character": 24
4470
+ },
4471
+ "name": "manifests",
4472
+ "type": {
4473
+ "__schema": "TypeRefSchema",
4474
+ "location": {
4475
+ "filePath": "install.main.runtime.ts",
4476
+ "line": 1111,
4477
+ "character": 35
4478
+ },
4479
+ "name": "Record",
4480
+ "typeArgs": [
4481
+ {
4482
+ "__schema": "KeywordTypeSchema",
4483
+ "location": {
4484
+ "filePath": "install.main.runtime.ts",
4485
+ "line": 1111,
4486
+ "character": 42
4487
+ },
4488
+ "name": "string"
4489
+ },
4490
+ {
4491
+ "__schema": "TypeRefSchema",
4492
+ "location": {
4493
+ "filePath": "install.main.runtime.ts",
4494
+ "line": 1111,
4495
+ "character": 50
4496
+ },
4497
+ "name": "ProjectManifest"
4498
+ }
4499
+ ]
4500
+ },
4501
+ "isOptional": false,
4502
+ "isSpread": false
4503
+ }
4504
+ ],
4505
+ "returnType": {
4506
+ "__schema": "KeywordTypeSchema",
4507
+ "location": {
4508
+ "filePath": "install.main.runtime.ts",
4509
+ "line": 1111,
4510
+ "character": 69
4511
+ },
4512
+ "name": "string"
4513
+ },
4514
+ "modifiers": []
4515
+ }
4516
+ ]
4517
+ },
4518
+ {
4519
+ "__schema": "ModuleSchema",
4520
+ "location": {
4521
+ "filePath": "install.aspect.ts",
4522
+ "line": 1,
4523
+ "character": 1
4524
+ },
4525
+ "exports": [
4526
+ {
4527
+ "__schema": "VariableLikeSchema",
4528
+ "location": {
4529
+ "filePath": "install.aspect.ts",
4530
+ "line": 3,
4531
+ "character": 14
4532
+ },
4533
+ "signature": "const InstallAspect: Aspect",
4534
+ "name": "InstallAspect",
4535
+ "type": {
4536
+ "__schema": "TypeRefSchema",
4537
+ "location": {
4538
+ "filePath": "install.aspect.ts",
4539
+ "line": 3,
4540
+ "character": 14
4541
+ },
4542
+ "name": "Aspect",
4543
+ "componentId": {
4544
+ "scope": "teambit.harmony",
4545
+ "name": "harmony",
4546
+ "version": "0.4.6"
4547
+ }
4548
+ },
4549
+ "isOptional": false,
4550
+ "defaultValue": "Aspect.create({\n id: 'teambit.workspace/install',\n})"
4551
+ }
4552
+ ],
4553
+ "internals": []
4554
+ }
4555
+ ],
4556
+ "componentId": {
4557
+ "scope": "teambit.workspace",
4558
+ "name": "install",
4559
+ "version": "1.0.159"
4560
+ },
4561
+ "taggedModuleExports": []
4562
+ }