@teambit/install 1.0.173 → 1.0.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +3 -3
- package/artifacts/schema.json +395 -375
- package/dist/install.main.runtime.d.ts +1 -0
- package/dist/install.main.runtime.js +4 -2
- package/dist/install.main.runtime.js.map +1 -1
- package/package.json +14 -14
- /package/dist/{preview-1708466611462.js → preview-1709003857850.js} +0 -0
package/artifacts/schema.json
CHANGED
@@ -91,7 +91,7 @@
|
|
91
91
|
"__schema": "ClassSchema",
|
92
92
|
"location": {
|
93
93
|
"filePath": "install.main.runtime.ts",
|
94
|
-
"line":
|
94
|
+
"line": 104,
|
95
95
|
"character": 1
|
96
96
|
},
|
97
97
|
"signature": "class InstallMain",
|
@@ -101,7 +101,7 @@
|
|
101
101
|
"__schema": "ConstructorSchema",
|
102
102
|
"location": {
|
103
103
|
"filePath": "install.main.runtime.ts",
|
104
|
-
"line":
|
104
|
+
"line": 107,
|
105
105
|
"character": 3
|
106
106
|
},
|
107
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",
|
@@ -111,7 +111,7 @@
|
|
111
111
|
"__schema": "ParameterSchema",
|
112
112
|
"location": {
|
113
113
|
"filePath": "install.main.runtime.ts",
|
114
|
-
"line":
|
114
|
+
"line": 108,
|
115
115
|
"character": 5
|
116
116
|
},
|
117
117
|
"name": "dependencyResolver",
|
@@ -119,7 +119,7 @@
|
|
119
119
|
"__schema": "TypeRefSchema",
|
120
120
|
"location": {
|
121
121
|
"filePath": "install.main.runtime.ts",
|
122
|
-
"line":
|
122
|
+
"line": 108,
|
123
123
|
"character": 33
|
124
124
|
},
|
125
125
|
"name": "DependencyResolverMain"
|
@@ -131,7 +131,7 @@
|
|
131
131
|
"__schema": "ParameterSchema",
|
132
132
|
"location": {
|
133
133
|
"filePath": "install.main.runtime.ts",
|
134
|
-
"line":
|
134
|
+
"line": 110,
|
135
135
|
"character": 5
|
136
136
|
},
|
137
137
|
"name": "logger",
|
@@ -139,7 +139,7 @@
|
|
139
139
|
"__schema": "TypeRefSchema",
|
140
140
|
"location": {
|
141
141
|
"filePath": "install.main.runtime.ts",
|
142
|
-
"line":
|
142
|
+
"line": 110,
|
143
143
|
"character": 21
|
144
144
|
},
|
145
145
|
"name": "Logger"
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"__schema": "ParameterSchema",
|
152
152
|
"location": {
|
153
153
|
"filePath": "install.main.runtime.ts",
|
154
|
-
"line":
|
154
|
+
"line": 112,
|
155
155
|
"character": 5
|
156
156
|
},
|
157
157
|
"name": "workspace",
|
@@ -159,7 +159,7 @@
|
|
159
159
|
"__schema": "TypeRefSchema",
|
160
160
|
"location": {
|
161
161
|
"filePath": "install.main.runtime.ts",
|
162
|
-
"line":
|
162
|
+
"line": 112,
|
163
163
|
"character": 24
|
164
164
|
},
|
165
165
|
"name": "Workspace"
|
@@ -171,7 +171,7 @@
|
|
171
171
|
"__schema": "ParameterSchema",
|
172
172
|
"location": {
|
173
173
|
"filePath": "install.main.runtime.ts",
|
174
|
-
"line":
|
174
|
+
"line": 114,
|
175
175
|
"character": 5
|
176
176
|
},
|
177
177
|
"name": "variants",
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"__schema": "TypeRefSchema",
|
180
180
|
"location": {
|
181
181
|
"filePath": "install.main.runtime.ts",
|
182
|
-
"line":
|
182
|
+
"line": 114,
|
183
183
|
"character": 23
|
184
184
|
},
|
185
185
|
"name": "VariantsMain"
|
@@ -191,7 +191,7 @@
|
|
191
191
|
"__schema": "ParameterSchema",
|
192
192
|
"location": {
|
193
193
|
"filePath": "install.main.runtime.ts",
|
194
|
-
"line":
|
194
|
+
"line": 116,
|
195
195
|
"character": 5
|
196
196
|
},
|
197
197
|
"name": "compiler",
|
@@ -199,7 +199,7 @@
|
|
199
199
|
"__schema": "TypeRefSchema",
|
200
200
|
"location": {
|
201
201
|
"filePath": "install.main.runtime.ts",
|
202
|
-
"line":
|
202
|
+
"line": 116,
|
203
203
|
"character": 23
|
204
204
|
},
|
205
205
|
"name": "CompilerMain"
|
@@ -211,7 +211,7 @@
|
|
211
211
|
"__schema": "ParameterSchema",
|
212
212
|
"location": {
|
213
213
|
"filePath": "install.main.runtime.ts",
|
214
|
-
"line":
|
214
|
+
"line": 118,
|
215
215
|
"character": 5
|
216
216
|
},
|
217
217
|
"name": "envs",
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"__schema": "TypeRefSchema",
|
220
220
|
"location": {
|
221
221
|
"filePath": "install.main.runtime.ts",
|
222
|
-
"line":
|
222
|
+
"line": 118,
|
223
223
|
"character": 19
|
224
224
|
},
|
225
225
|
"name": "EnvsMain"
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"__schema": "ParameterSchema",
|
232
232
|
"location": {
|
233
233
|
"filePath": "install.main.runtime.ts",
|
234
|
-
"line":
|
234
|
+
"line": 120,
|
235
235
|
"character": 5
|
236
236
|
},
|
237
237
|
"name": "wsConfigFiles",
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"__schema": "TypeRefSchema",
|
240
240
|
"location": {
|
241
241
|
"filePath": "install.main.runtime.ts",
|
242
|
-
"line":
|
242
|
+
"line": 120,
|
243
243
|
"character": 28
|
244
244
|
},
|
245
245
|
"name": "WorkspaceConfigFilesMain"
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"__schema": "ParameterSchema",
|
252
252
|
"location": {
|
253
253
|
"filePath": "install.main.runtime.ts",
|
254
|
-
"line":
|
254
|
+
"line": 122,
|
255
255
|
"character": 5
|
256
256
|
},
|
257
257
|
"name": "app",
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"__schema": "TypeRefSchema",
|
260
260
|
"location": {
|
261
261
|
"filePath": "install.main.runtime.ts",
|
262
|
-
"line":
|
262
|
+
"line": 122,
|
263
263
|
"character": 18
|
264
264
|
},
|
265
265
|
"name": "ApplicationMain"
|
@@ -271,7 +271,7 @@
|
|
271
271
|
"__schema": "ParameterSchema",
|
272
272
|
"location": {
|
273
273
|
"filePath": "install.main.runtime.ts",
|
274
|
-
"line":
|
274
|
+
"line": 124,
|
275
275
|
"character": 5
|
276
276
|
},
|
277
277
|
"name": "generator",
|
@@ -279,7 +279,7 @@
|
|
279
279
|
"__schema": "TypeRefSchema",
|
280
280
|
"location": {
|
281
281
|
"filePath": "install.main.runtime.ts",
|
282
|
-
"line":
|
282
|
+
"line": 124,
|
283
283
|
"character": 24
|
284
284
|
},
|
285
285
|
"name": "GeneratorMain"
|
@@ -291,7 +291,7 @@
|
|
291
291
|
"__schema": "ParameterSchema",
|
292
292
|
"location": {
|
293
293
|
"filePath": "install.main.runtime.ts",
|
294
|
-
"line":
|
294
|
+
"line": 126,
|
295
295
|
"character": 5
|
296
296
|
},
|
297
297
|
"name": "preLinkSlot",
|
@@ -299,7 +299,7 @@
|
|
299
299
|
"__schema": "TypeRefSchema",
|
300
300
|
"location": {
|
301
301
|
"filePath": "install.main.runtime.ts",
|
302
|
-
"line":
|
302
|
+
"line": 126,
|
303
303
|
"character": 26
|
304
304
|
},
|
305
305
|
"name": "PreLinkSlot"
|
@@ -311,7 +311,7 @@
|
|
311
311
|
"__schema": "ParameterSchema",
|
312
312
|
"location": {
|
313
313
|
"filePath": "install.main.runtime.ts",
|
314
|
-
"line":
|
314
|
+
"line": 128,
|
315
315
|
"character": 5
|
316
316
|
},
|
317
317
|
"name": "preInstallSlot",
|
@@ -319,7 +319,7 @@
|
|
319
319
|
"__schema": "TypeRefSchema",
|
320
320
|
"location": {
|
321
321
|
"filePath": "install.main.runtime.ts",
|
322
|
-
"line":
|
322
|
+
"line": 128,
|
323
323
|
"character": 29
|
324
324
|
},
|
325
325
|
"name": "PreInstallSlot"
|
@@ -331,7 +331,7 @@
|
|
331
331
|
"__schema": "ParameterSchema",
|
332
332
|
"location": {
|
333
333
|
"filePath": "install.main.runtime.ts",
|
334
|
-
"line":
|
334
|
+
"line": 130,
|
335
335
|
"character": 5
|
336
336
|
},
|
337
337
|
"name": "postInstallSlot",
|
@@ -339,7 +339,7 @@
|
|
339
339
|
"__schema": "TypeRefSchema",
|
340
340
|
"location": {
|
341
341
|
"filePath": "install.main.runtime.ts",
|
342
|
-
"line":
|
342
|
+
"line": 130,
|
343
343
|
"character": 30
|
344
344
|
},
|
345
345
|
"name": "PostInstallSlot"
|
@@ -351,7 +351,7 @@
|
|
351
351
|
"__schema": "ParameterSchema",
|
352
352
|
"location": {
|
353
353
|
"filePath": "install.main.runtime.ts",
|
354
|
-
"line":
|
354
|
+
"line": 132,
|
355
355
|
"character": 5
|
356
356
|
},
|
357
357
|
"name": "ipcEvents",
|
@@ -359,7 +359,7 @@
|
|
359
359
|
"__schema": "TypeRefSchema",
|
360
360
|
"location": {
|
361
361
|
"filePath": "install.main.runtime.ts",
|
362
|
-
"line":
|
362
|
+
"line": 132,
|
363
363
|
"character": 24
|
364
364
|
},
|
365
365
|
"name": "IpcEventsMain"
|
@@ -372,7 +372,7 @@
|
|
372
372
|
"__schema": "ThisTypeSchema",
|
373
373
|
"location": {
|
374
374
|
"filePath": "install.main.runtime.ts",
|
375
|
-
"line":
|
375
|
+
"line": 104,
|
376
376
|
"character": 1
|
377
377
|
},
|
378
378
|
"name": "InstallMain"
|
@@ -383,14 +383,14 @@
|
|
383
383
|
"__schema": "FunctionLikeSchema",
|
384
384
|
"location": {
|
385
385
|
"filePath": "install.main.runtime.ts",
|
386
|
-
"line":
|
386
|
+
"line": 140,
|
387
387
|
"character": 3
|
388
388
|
},
|
389
389
|
"doc": {
|
390
390
|
"__schema": "DocSchema",
|
391
391
|
"location": {
|
392
392
|
"filePath": "install.main.runtime.ts",
|
393
|
-
"line":
|
393
|
+
"line": 134,
|
394
394
|
"character": 3
|
395
395
|
},
|
396
396
|
"raw": "/**\n * Install dependencies for all components in the workspace\n *\n * @returns\n * @memberof Workspace\n */",
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"__schema": "ReturnTagSchema",
|
401
401
|
"location": {
|
402
402
|
"filePath": "install.main.runtime.ts",
|
403
|
-
"line":
|
403
|
+
"line": 137,
|
404
404
|
"character": 6
|
405
405
|
},
|
406
406
|
"tagName": "return"
|
@@ -409,7 +409,7 @@
|
|
409
409
|
"__schema": "TagSchema",
|
410
410
|
"location": {
|
411
411
|
"filePath": "install.main.runtime.ts",
|
412
|
-
"line":
|
412
|
+
"line": 138,
|
413
413
|
"character": 6
|
414
414
|
},
|
415
415
|
"tagName": "memberof",
|
@@ -424,7 +424,7 @@
|
|
424
424
|
"__schema": "ParameterSchema",
|
425
425
|
"location": {
|
426
426
|
"filePath": "install.main.runtime.ts",
|
427
|
-
"line":
|
427
|
+
"line": 140,
|
428
428
|
"character": 17
|
429
429
|
},
|
430
430
|
"name": "packages",
|
@@ -432,14 +432,14 @@
|
|
432
432
|
"__schema": "TypeArraySchema",
|
433
433
|
"location": {
|
434
434
|
"filePath": "install.main.runtime.ts",
|
435
|
-
"line":
|
435
|
+
"line": 140,
|
436
436
|
"character": 28
|
437
437
|
},
|
438
438
|
"type": {
|
439
439
|
"__schema": "KeywordTypeSchema",
|
440
440
|
"location": {
|
441
441
|
"filePath": "install.main.runtime.ts",
|
442
|
-
"line":
|
442
|
+
"line": 140,
|
443
443
|
"character": 28
|
444
444
|
},
|
445
445
|
"name": "string"
|
@@ -452,7 +452,7 @@
|
|
452
452
|
"__schema": "ParameterSchema",
|
453
453
|
"location": {
|
454
454
|
"filePath": "install.main.runtime.ts",
|
455
|
-
"line":
|
455
|
+
"line": 140,
|
456
456
|
"character": 38
|
457
457
|
},
|
458
458
|
"name": "options",
|
@@ -460,7 +460,7 @@
|
|
460
460
|
"__schema": "TypeRefSchema",
|
461
461
|
"location": {
|
462
462
|
"filePath": "install.main.runtime.ts",
|
463
|
-
"line":
|
463
|
+
"line": 140,
|
464
464
|
"character": 48
|
465
465
|
},
|
466
466
|
"name": "WorkspaceInstallOptions"
|
@@ -473,7 +473,7 @@
|
|
473
473
|
"__schema": "TypeRefSchema",
|
474
474
|
"location": {
|
475
475
|
"filePath": "install.main.runtime.ts",
|
476
|
-
"line":
|
476
|
+
"line": 140,
|
477
477
|
"character": 74
|
478
478
|
},
|
479
479
|
"name": "Promise",
|
@@ -482,7 +482,7 @@
|
|
482
482
|
"__schema": "TypeRefSchema",
|
483
483
|
"location": {
|
484
484
|
"filePath": "install.main.runtime.ts",
|
485
|
-
"line":
|
485
|
+
"line": 140,
|
486
486
|
"character": 82
|
487
487
|
},
|
488
488
|
"name": "ComponentMap",
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"__schema": "KeywordTypeSchema",
|
492
492
|
"location": {
|
493
493
|
"filePath": "install.main.runtime.ts",
|
494
|
-
"line":
|
494
|
+
"line": 140,
|
495
495
|
"character": 95
|
496
496
|
},
|
497
497
|
"name": "string"
|
@@ -508,7 +508,7 @@
|
|
508
508
|
"__schema": "FunctionLikeSchema",
|
509
509
|
"location": {
|
510
510
|
"filePath": "install.main.runtime.ts",
|
511
|
-
"line":
|
511
|
+
"line": 181,
|
512
512
|
"character": 3
|
513
513
|
},
|
514
514
|
"signature": "(method) InstallMain.registerPreLink(fn: PreLink): void",
|
@@ -518,7 +518,7 @@
|
|
518
518
|
"__schema": "ParameterSchema",
|
519
519
|
"location": {
|
520
520
|
"filePath": "install.main.runtime.ts",
|
521
|
-
"line":
|
521
|
+
"line": 181,
|
522
522
|
"character": 19
|
523
523
|
},
|
524
524
|
"name": "fn",
|
@@ -526,7 +526,7 @@
|
|
526
526
|
"__schema": "TypeRefSchema",
|
527
527
|
"location": {
|
528
528
|
"filePath": "install.main.runtime.ts",
|
529
|
-
"line":
|
529
|
+
"line": 181,
|
530
530
|
"character": 23
|
531
531
|
},
|
532
532
|
"name": "PreLink"
|
@@ -539,7 +539,7 @@
|
|
539
539
|
"__schema": "InferenceTypeSchema",
|
540
540
|
"location": {
|
541
541
|
"filePath": "install.main.runtime.ts",
|
542
|
-
"line":
|
542
|
+
"line": 181,
|
543
543
|
"character": 3
|
544
544
|
},
|
545
545
|
"type": "void"
|
@@ -550,7 +550,7 @@
|
|
550
550
|
"__schema": "FunctionLikeSchema",
|
551
551
|
"location": {
|
552
552
|
"filePath": "install.main.runtime.ts",
|
553
|
-
"line":
|
553
|
+
"line": 185,
|
554
554
|
"character": 3
|
555
555
|
},
|
556
556
|
"signature": "(method) InstallMain.registerPreInstall(fn: PreInstall): void",
|
@@ -560,7 +560,7 @@
|
|
560
560
|
"__schema": "ParameterSchema",
|
561
561
|
"location": {
|
562
562
|
"filePath": "install.main.runtime.ts",
|
563
|
-
"line":
|
563
|
+
"line": 185,
|
564
564
|
"character": 22
|
565
565
|
},
|
566
566
|
"name": "fn",
|
@@ -568,7 +568,7 @@
|
|
568
568
|
"__schema": "TypeRefSchema",
|
569
569
|
"location": {
|
570
570
|
"filePath": "install.main.runtime.ts",
|
571
|
-
"line":
|
571
|
+
"line": 185,
|
572
572
|
"character": 26
|
573
573
|
},
|
574
574
|
"name": "PreInstall"
|
@@ -581,7 +581,7 @@
|
|
581
581
|
"__schema": "InferenceTypeSchema",
|
582
582
|
"location": {
|
583
583
|
"filePath": "install.main.runtime.ts",
|
584
|
-
"line":
|
584
|
+
"line": 185,
|
585
585
|
"character": 3
|
586
586
|
},
|
587
587
|
"type": "void"
|
@@ -592,7 +592,7 @@
|
|
592
592
|
"__schema": "FunctionLikeSchema",
|
593
593
|
"location": {
|
594
594
|
"filePath": "install.main.runtime.ts",
|
595
|
-
"line":
|
595
|
+
"line": 189,
|
596
596
|
"character": 3
|
597
597
|
},
|
598
598
|
"signature": "(method) InstallMain.registerPostInstall(fn: PostInstall): void",
|
@@ -602,7 +602,7 @@
|
|
602
602
|
"__schema": "ParameterSchema",
|
603
603
|
"location": {
|
604
604
|
"filePath": "install.main.runtime.ts",
|
605
|
-
"line":
|
605
|
+
"line": 189,
|
606
606
|
"character": 23
|
607
607
|
},
|
608
608
|
"name": "fn",
|
@@ -610,7 +610,7 @@
|
|
610
610
|
"__schema": "TypeRefSchema",
|
611
611
|
"location": {
|
612
612
|
"filePath": "install.main.runtime.ts",
|
613
|
-
"line":
|
613
|
+
"line": 189,
|
614
614
|
"character": 27
|
615
615
|
},
|
616
616
|
"name": "PostInstall"
|
@@ -623,7 +623,7 @@
|
|
623
623
|
"__schema": "InferenceTypeSchema",
|
624
624
|
"location": {
|
625
625
|
"filePath": "install.main.runtime.ts",
|
626
|
-
"line":
|
626
|
+
"line": 189,
|
627
627
|
"character": 3
|
628
628
|
},
|
629
629
|
"type": "void"
|
@@ -634,7 +634,7 @@
|
|
634
634
|
"__schema": "FunctionLikeSchema",
|
635
635
|
"location": {
|
636
636
|
"filePath": "install.main.runtime.ts",
|
637
|
-
"line":
|
637
|
+
"line": 193,
|
638
638
|
"character": 3
|
639
639
|
},
|
640
640
|
"signature": "(method) InstallMain.onComponentCreate(generateResults: GenerateResult[]): Promise<void>",
|
@@ -644,7 +644,7 @@
|
|
644
644
|
"__schema": "ParameterSchema",
|
645
645
|
"location": {
|
646
646
|
"filePath": "install.main.runtime.ts",
|
647
|
-
"line":
|
647
|
+
"line": 193,
|
648
648
|
"character": 27
|
649
649
|
},
|
650
650
|
"name": "generateResults",
|
@@ -652,14 +652,14 @@
|
|
652
652
|
"__schema": "TypeArraySchema",
|
653
653
|
"location": {
|
654
654
|
"filePath": "install.main.runtime.ts",
|
655
|
-
"line":
|
655
|
+
"line": 193,
|
656
656
|
"character": 44
|
657
657
|
},
|
658
658
|
"type": {
|
659
659
|
"__schema": "TypeRefSchema",
|
660
660
|
"location": {
|
661
661
|
"filePath": "install.main.runtime.ts",
|
662
|
-
"line":
|
662
|
+
"line": 193,
|
663
663
|
"character": 44
|
664
664
|
},
|
665
665
|
"name": "GenerateResult"
|
@@ -673,7 +673,7 @@
|
|
673
673
|
"__schema": "InferenceTypeSchema",
|
674
674
|
"location": {
|
675
675
|
"filePath": "install.main.runtime.ts",
|
676
|
-
"line":
|
676
|
+
"line": 193,
|
677
677
|
"character": 3
|
678
678
|
},
|
679
679
|
"type": "Promise<void>"
|
@@ -686,14 +686,14 @@
|
|
686
686
|
"__schema": "FunctionLikeSchema",
|
687
687
|
"location": {
|
688
688
|
"filePath": "install.main.runtime.ts",
|
689
|
-
"line":
|
689
|
+
"line": 590,
|
690
690
|
"character": 3
|
691
691
|
},
|
692
692
|
"doc": {
|
693
693
|
"__schema": "DocSchema",
|
694
694
|
"location": {
|
695
695
|
"filePath": "install.main.runtime.ts",
|
696
|
-
"line":
|
696
|
+
"line": 583,
|
697
697
|
"character": 3
|
698
698
|
},
|
699
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 */",
|
@@ -703,7 +703,7 @@
|
|
703
703
|
"__schema": "ReturnTagSchema",
|
704
704
|
"location": {
|
705
705
|
"filePath": "install.main.runtime.ts",
|
706
|
-
"line":
|
706
|
+
"line": 585,
|
707
707
|
"character": 6
|
708
708
|
},
|
709
709
|
"tagName": "return",
|
@@ -718,7 +718,7 @@
|
|
718
718
|
"__schema": "InferenceTypeSchema",
|
719
719
|
"location": {
|
720
720
|
"filePath": "install.main.runtime.ts",
|
721
|
-
"line":
|
721
|
+
"line": 590,
|
722
722
|
"character": 3
|
723
723
|
},
|
724
724
|
"type": "string[]"
|
@@ -731,14 +731,14 @@
|
|
731
731
|
"__schema": "FunctionLikeSchema",
|
732
732
|
"location": {
|
733
733
|
"filePath": "install.main.runtime.ts",
|
734
|
-
"line":
|
734
|
+
"line": 741,
|
735
735
|
"character": 3
|
736
736
|
},
|
737
737
|
"doc": {
|
738
738
|
"__schema": "DocSchema",
|
739
739
|
"location": {
|
740
740
|
"filePath": "install.main.runtime.ts",
|
741
|
-
"line":
|
741
|
+
"line": 736,
|
742
742
|
"character": 3
|
743
743
|
},
|
744
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 */",
|
@@ -748,7 +748,7 @@
|
|
748
748
|
"__schema": "PropertyLikeTagSchema",
|
749
749
|
"location": {
|
750
750
|
"filePath": "install.main.runtime.ts",
|
751
|
-
"line":
|
751
|
+
"line": 739,
|
752
752
|
"character": 6
|
753
753
|
},
|
754
754
|
"name": "options.all",
|
@@ -758,7 +758,7 @@
|
|
758
758
|
"__schema": "TypeRefSchema",
|
759
759
|
"location": {
|
760
760
|
"filePath": "install.main.runtime.ts",
|
761
|
-
"line":
|
761
|
+
"line": 739,
|
762
762
|
"character": 26
|
763
763
|
},
|
764
764
|
"name": "Boolean"
|
@@ -773,7 +773,7 @@
|
|
773
773
|
"__schema": "ParameterSchema",
|
774
774
|
"location": {
|
775
775
|
"filePath": "install.main.runtime.ts",
|
776
|
-
"line":
|
776
|
+
"line": 741,
|
777
777
|
"character": 28
|
778
778
|
},
|
779
779
|
"name": "options",
|
@@ -781,7 +781,7 @@
|
|
781
781
|
"__schema": "TypeLiteralSchema",
|
782
782
|
"location": {
|
783
783
|
"filePath": "install.main.runtime.ts",
|
784
|
-
"line":
|
784
|
+
"line": 741,
|
785
785
|
"character": 37
|
786
786
|
},
|
787
787
|
"members": [
|
@@ -789,7 +789,7 @@
|
|
789
789
|
"__schema": "VariableLikeSchema",
|
790
790
|
"location": {
|
791
791
|
"filePath": "install.main.runtime.ts",
|
792
|
-
"line":
|
792
|
+
"line": 742,
|
793
793
|
"character": 5
|
794
794
|
},
|
795
795
|
"signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
|
@@ -798,7 +798,7 @@
|
|
798
798
|
"__schema": "TypeUnionSchema",
|
799
799
|
"location": {
|
800
800
|
"filePath": "install.main.runtime.ts",
|
801
|
-
"line":
|
801
|
+
"line": 742,
|
802
802
|
"character": 24
|
803
803
|
},
|
804
804
|
"types": [
|
@@ -806,7 +806,7 @@
|
|
806
806
|
"__schema": "LiteralTypeSchema",
|
807
807
|
"location": {
|
808
808
|
"filePath": "install.main.runtime.ts",
|
809
|
-
"line":
|
809
|
+
"line": 742,
|
810
810
|
"character": 24
|
811
811
|
},
|
812
812
|
"name": "'major'"
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"__schema": "LiteralTypeSchema",
|
816
816
|
"location": {
|
817
817
|
"filePath": "install.main.runtime.ts",
|
818
|
-
"line":
|
818
|
+
"line": 742,
|
819
819
|
"character": 34
|
820
820
|
},
|
821
821
|
"name": "'minor'"
|
@@ -824,7 +824,7 @@
|
|
824
824
|
"__schema": "LiteralTypeSchema",
|
825
825
|
"location": {
|
826
826
|
"filePath": "install.main.runtime.ts",
|
827
|
-
"line":
|
827
|
+
"line": 742,
|
828
828
|
"character": 44
|
829
829
|
},
|
830
830
|
"name": "'patch'"
|
@@ -833,7 +833,7 @@
|
|
833
833
|
"__schema": "LiteralTypeSchema",
|
834
834
|
"location": {
|
835
835
|
"filePath": "install.main.runtime.ts",
|
836
|
-
"line":
|
836
|
+
"line": 742,
|
837
837
|
"character": 54
|
838
838
|
},
|
839
839
|
"name": "'compatible'"
|
@@ -846,7 +846,7 @@
|
|
846
846
|
"__schema": "VariableLikeSchema",
|
847
847
|
"location": {
|
848
848
|
"filePath": "install.main.runtime.ts",
|
849
|
-
"line":
|
849
|
+
"line": 743,
|
850
850
|
"character": 5
|
851
851
|
},
|
852
852
|
"signature": "(property) patterns?: string[] | undefined",
|
@@ -855,14 +855,14 @@
|
|
855
855
|
"__schema": "TypeArraySchema",
|
856
856
|
"location": {
|
857
857
|
"filePath": "install.main.runtime.ts",
|
858
|
-
"line":
|
858
|
+
"line": 743,
|
859
859
|
"character": 16
|
860
860
|
},
|
861
861
|
"type": {
|
862
862
|
"__schema": "KeywordTypeSchema",
|
863
863
|
"location": {
|
864
864
|
"filePath": "install.main.runtime.ts",
|
865
|
-
"line":
|
865
|
+
"line": 743,
|
866
866
|
"character": 16
|
867
867
|
},
|
868
868
|
"name": "string"
|
@@ -874,7 +874,7 @@
|
|
874
874
|
"__schema": "VariableLikeSchema",
|
875
875
|
"location": {
|
876
876
|
"filePath": "install.main.runtime.ts",
|
877
|
-
"line":
|
877
|
+
"line": 744,
|
878
878
|
"character": 5
|
879
879
|
},
|
880
880
|
"signature": "(property) all: boolean",
|
@@ -883,7 +883,7 @@
|
|
883
883
|
"__schema": "KeywordTypeSchema",
|
884
884
|
"location": {
|
885
885
|
"filePath": "install.main.runtime.ts",
|
886
|
-
"line":
|
886
|
+
"line": 744,
|
887
887
|
"character": 10
|
888
888
|
},
|
889
889
|
"name": "boolean"
|
@@ -900,7 +900,7 @@
|
|
900
900
|
"__schema": "TypeRefSchema",
|
901
901
|
"location": {
|
902
902
|
"filePath": "install.main.runtime.ts",
|
903
|
-
"line":
|
903
|
+
"line": 745,
|
904
904
|
"character": 7
|
905
905
|
},
|
906
906
|
"name": "Promise",
|
@@ -909,7 +909,7 @@
|
|
909
909
|
"__schema": "TypeUnionSchema",
|
910
910
|
"location": {
|
911
911
|
"filePath": "install.main.runtime.ts",
|
912
|
-
"line":
|
912
|
+
"line": 745,
|
913
913
|
"character": 15
|
914
914
|
},
|
915
915
|
"types": [
|
@@ -917,7 +917,7 @@
|
|
917
917
|
"__schema": "TypeRefSchema",
|
918
918
|
"location": {
|
919
919
|
"filePath": "install.main.runtime.ts",
|
920
|
-
"line":
|
920
|
+
"line": 745,
|
921
921
|
"character": 15
|
922
922
|
},
|
923
923
|
"name": "ComponentMap",
|
@@ -926,7 +926,7 @@
|
|
926
926
|
"__schema": "KeywordTypeSchema",
|
927
927
|
"location": {
|
928
928
|
"filePath": "install.main.runtime.ts",
|
929
|
-
"line":
|
929
|
+
"line": 745,
|
930
930
|
"character": 28
|
931
931
|
},
|
932
932
|
"name": "string"
|
@@ -937,7 +937,7 @@
|
|
937
937
|
"__schema": "LiteralTypeSchema",
|
938
938
|
"location": {
|
939
939
|
"filePath": "install.main.runtime.ts",
|
940
|
-
"line":
|
940
|
+
"line": 745,
|
941
941
|
"character": 38
|
942
942
|
},
|
943
943
|
"name": "null"
|
@@ -954,7 +954,7 @@
|
|
954
954
|
"__schema": "FunctionLikeSchema",
|
955
955
|
"location": {
|
956
956
|
"filePath": "install.main.runtime.ts",
|
957
|
-
"line":
|
957
|
+
"line": 788,
|
958
958
|
"character": 3
|
959
959
|
},
|
960
960
|
"signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
|
@@ -964,7 +964,7 @@
|
|
964
964
|
"__schema": "ParameterSchema",
|
965
965
|
"location": {
|
966
966
|
"filePath": "install.main.runtime.ts",
|
967
|
-
"line":
|
967
|
+
"line": 788,
|
968
968
|
"character": 46
|
969
969
|
},
|
970
970
|
"name": "components",
|
@@ -972,14 +972,14 @@
|
|
972
972
|
"__schema": "TypeArraySchema",
|
973
973
|
"location": {
|
974
974
|
"filePath": "install.main.runtime.ts",
|
975
|
-
"line":
|
975
|
+
"line": 788,
|
976
976
|
"character": 58
|
977
977
|
},
|
978
978
|
"type": {
|
979
979
|
"__schema": "TypeRefSchema",
|
980
980
|
"location": {
|
981
981
|
"filePath": "install.main.runtime.ts",
|
982
|
-
"line":
|
982
|
+
"line": 788,
|
983
983
|
"character": 58
|
984
984
|
},
|
985
985
|
"name": "Component"
|
@@ -993,7 +993,7 @@
|
|
993
993
|
"__schema": "InferenceTypeSchema",
|
994
994
|
"location": {
|
995
995
|
"filePath": "install.main.runtime.ts",
|
996
|
-
"line":
|
996
|
+
"line": 788,
|
997
997
|
"character": 3
|
998
998
|
},
|
999
999
|
"type": "Promise<void>"
|
@@ -1006,14 +1006,14 @@
|
|
1006
1006
|
"__schema": "FunctionLikeSchema",
|
1007
1007
|
"location": {
|
1008
1008
|
"filePath": "install.main.runtime.ts",
|
1009
|
-
"line":
|
1009
|
+
"line": 857,
|
1010
1010
|
"character": 3
|
1011
1011
|
},
|
1012
1012
|
"doc": {
|
1013
1013
|
"__schema": "DocSchema",
|
1014
1014
|
"location": {
|
1015
1015
|
"filePath": "install.main.runtime.ts",
|
1016
|
-
"line":
|
1016
|
+
"line": 852,
|
1017
1017
|
"character": 3
|
1018
1018
|
},
|
1019
1019
|
"raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
"__schema": "PropertyLikeTagSchema",
|
1024
1024
|
"location": {
|
1025
1025
|
"filePath": "install.main.runtime.ts",
|
1026
|
-
"line":
|
1026
|
+
"line": 855,
|
1027
1027
|
"character": 6
|
1028
1028
|
},
|
1029
1029
|
"name": "the",
|
@@ -1033,14 +1033,14 @@
|
|
1033
1033
|
"__schema": "TypeArraySchema",
|
1034
1034
|
"location": {
|
1035
1035
|
"filePath": "install.main.runtime.ts",
|
1036
|
-
"line":
|
1036
|
+
"line": 855,
|
1037
1037
|
"character": 14
|
1038
1038
|
},
|
1039
1039
|
"type": {
|
1040
1040
|
"__schema": "KeywordTypeSchema",
|
1041
1041
|
"location": {
|
1042
1042
|
"filePath": "install.main.runtime.ts",
|
1043
|
-
"line":
|
1043
|
+
"line": 855,
|
1044
1044
|
"character": 14
|
1045
1045
|
},
|
1046
1046
|
"name": "string"
|
@@ -1056,7 +1056,7 @@
|
|
1056
1056
|
"__schema": "ParameterSchema",
|
1057
1057
|
"location": {
|
1058
1058
|
"filePath": "install.main.runtime.ts",
|
1059
|
-
"line":
|
1059
|
+
"line": 857,
|
1060
1060
|
"character": 31
|
1061
1061
|
},
|
1062
1062
|
"name": "packages",
|
@@ -1064,14 +1064,14 @@
|
|
1064
1064
|
"__schema": "TypeArraySchema",
|
1065
1065
|
"location": {
|
1066
1066
|
"filePath": "install.main.runtime.ts",
|
1067
|
-
"line":
|
1067
|
+
"line": 857,
|
1068
1068
|
"character": 41
|
1069
1069
|
},
|
1070
1070
|
"type": {
|
1071
1071
|
"__schema": "KeywordTypeSchema",
|
1072
1072
|
"location": {
|
1073
1073
|
"filePath": "install.main.runtime.ts",
|
1074
|
-
"line":
|
1074
|
+
"line": 857,
|
1075
1075
|
"character": 41
|
1076
1076
|
},
|
1077
1077
|
"name": "string"
|
@@ -1085,7 +1085,7 @@
|
|
1085
1085
|
"__schema": "InferenceTypeSchema",
|
1086
1086
|
"location": {
|
1087
1087
|
"filePath": "install.main.runtime.ts",
|
1088
|
-
"line":
|
1088
|
+
"line": 857,
|
1089
1089
|
"character": 3
|
1090
1090
|
},
|
1091
1091
|
"type": "Promise<ComponentMap<string>>"
|
@@ -1098,14 +1098,14 @@
|
|
1098
1098
|
"__schema": "FunctionLikeSchema",
|
1099
1099
|
"location": {
|
1100
1100
|
"filePath": "install.main.runtime.ts",
|
1101
|
-
"line":
|
1101
|
+
"line": 867,
|
1102
1102
|
"character": 3
|
1103
1103
|
},
|
1104
1104
|
"doc": {
|
1105
1105
|
"__schema": "DocSchema",
|
1106
1106
|
"location": {
|
1107
1107
|
"filePath": "install.main.runtime.ts",
|
1108
|
-
"line":
|
1108
|
+
"line": 863,
|
1109
1109
|
"character": 3
|
1110
1110
|
},
|
1111
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 */",
|
@@ -1118,7 +1118,7 @@
|
|
1118
1118
|
"__schema": "ParameterSchema",
|
1119
1119
|
"location": {
|
1120
1120
|
"filePath": "install.main.runtime.ts",
|
1121
|
-
"line":
|
1121
|
+
"line": 868,
|
1122
1122
|
"character": 5
|
1123
1123
|
},
|
1124
1124
|
"name": "options",
|
@@ -1126,7 +1126,7 @@
|
|
1126
1126
|
"__schema": "TypeRefSchema",
|
1127
1127
|
"location": {
|
1128
1128
|
"filePath": "install.main.runtime.ts",
|
1129
|
-
"line":
|
1129
|
+
"line": 868,
|
1130
1130
|
"character": 14
|
1131
1131
|
},
|
1132
1132
|
"name": "WorkspaceLinkOptions"
|
@@ -1140,7 +1140,7 @@
|
|
1140
1140
|
"__schema": "TypeRefSchema",
|
1141
1141
|
"location": {
|
1142
1142
|
"filePath": "install.main.runtime.ts",
|
1143
|
-
"line":
|
1143
|
+
"line": 869,
|
1144
1144
|
"character": 6
|
1145
1145
|
},
|
1146
1146
|
"name": "Promise",
|
@@ -1149,7 +1149,7 @@
|
|
1149
1149
|
"__schema": "TypeLiteralSchema",
|
1150
1150
|
"location": {
|
1151
1151
|
"filePath": "install.main.runtime.ts",
|
1152
|
-
"line":
|
1152
|
+
"line": 869,
|
1153
1153
|
"character": 14
|
1154
1154
|
},
|
1155
1155
|
"members": [
|
@@ -1157,7 +1157,7 @@
|
|
1157
1157
|
"__schema": "VariableLikeSchema",
|
1158
1158
|
"location": {
|
1159
1159
|
"filePath": "install.main.runtime.ts",
|
1160
|
-
"line":
|
1160
|
+
"line": 869,
|
1161
1161
|
"character": 16
|
1162
1162
|
},
|
1163
1163
|
"signature": "(property) linkResults: WorkspaceLinkResults",
|
@@ -1166,7 +1166,7 @@
|
|
1166
1166
|
"__schema": "TypeRefSchema",
|
1167
1167
|
"location": {
|
1168
1168
|
"filePath": "install.main.runtime.ts",
|
1169
|
-
"line":
|
1169
|
+
"line": 869,
|
1170
1170
|
"character": 16
|
1171
1171
|
},
|
1172
1172
|
"name": "WorkspaceLinkResults",
|
@@ -1178,7 +1178,7 @@
|
|
1178
1178
|
"__schema": "VariableLikeSchema",
|
1179
1179
|
"location": {
|
1180
1180
|
"filePath": "install.main.runtime.ts",
|
1181
|
-
"line":
|
1181
|
+
"line": 869,
|
1182
1182
|
"character": 51
|
1183
1183
|
},
|
1184
1184
|
"signature": "(property) linkedRootDeps: Record<string, string>",
|
@@ -1187,7 +1187,7 @@
|
|
1187
1187
|
"__schema": "TypeRefSchema",
|
1188
1188
|
"location": {
|
1189
1189
|
"filePath": "install.main.runtime.ts",
|
1190
|
-
"line":
|
1190
|
+
"line": 869,
|
1191
1191
|
"character": 67
|
1192
1192
|
},
|
1193
1193
|
"name": "Record",
|
@@ -1196,7 +1196,7 @@
|
|
1196
1196
|
"__schema": "KeywordTypeSchema",
|
1197
1197
|
"location": {
|
1198
1198
|
"filePath": "install.main.runtime.ts",
|
1199
|
-
"line":
|
1199
|
+
"line": 869,
|
1200
1200
|
"character": 74
|
1201
1201
|
},
|
1202
1202
|
"name": "string"
|
@@ -1205,7 +1205,7 @@
|
|
1205
1205
|
"__schema": "KeywordTypeSchema",
|
1206
1206
|
"location": {
|
1207
1207
|
"filePath": "install.main.runtime.ts",
|
1208
|
-
"line":
|
1208
|
+
"line": 869,
|
1209
1209
|
"character": 82
|
1210
1210
|
},
|
1211
1211
|
"name": "string"
|
@@ -1226,7 +1226,7 @@
|
|
1226
1226
|
"__schema": "FunctionLikeSchema",
|
1227
1227
|
"location": {
|
1228
1228
|
"filePath": "install.main.runtime.ts",
|
1229
|
-
"line":
|
1229
|
+
"line": 893,
|
1230
1230
|
"character": 3
|
1231
1231
|
},
|
1232
1232
|
"signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
|
@@ -1236,7 +1236,7 @@
|
|
1236
1236
|
"__schema": "ParameterSchema",
|
1237
1237
|
"location": {
|
1238
1238
|
"filePath": "install.main.runtime.ts",
|
1239
|
-
"line":
|
1239
|
+
"line": 893,
|
1240
1240
|
"character": 22
|
1241
1241
|
},
|
1242
1242
|
"name": "compDirMap",
|
@@ -1244,7 +1244,7 @@
|
|
1244
1244
|
"__schema": "TypeRefSchema",
|
1245
1245
|
"location": {
|
1246
1246
|
"filePath": "install.main.runtime.ts",
|
1247
|
-
"line":
|
1247
|
+
"line": 893,
|
1248
1248
|
"character": 34
|
1249
1249
|
},
|
1250
1250
|
"name": "ComponentMap",
|
@@ -1253,7 +1253,7 @@
|
|
1253
1253
|
"__schema": "KeywordTypeSchema",
|
1254
1254
|
"location": {
|
1255
1255
|
"filePath": "install.main.runtime.ts",
|
1256
|
-
"line":
|
1256
|
+
"line": 893,
|
1257
1257
|
"character": 47
|
1258
1258
|
},
|
1259
1259
|
"name": "string"
|
@@ -1267,7 +1267,7 @@
|
|
1267
1267
|
"__schema": "ParameterSchema",
|
1268
1268
|
"location": {
|
1269
1269
|
"filePath": "install.main.runtime.ts",
|
1270
|
-
"line":
|
1270
|
+
"line": 893,
|
1271
1271
|
"character": 56
|
1272
1272
|
},
|
1273
1273
|
"name": "options",
|
@@ -1275,7 +1275,7 @@
|
|
1275
1275
|
"__schema": "TypeLiteralSchema",
|
1276
1276
|
"location": {
|
1277
1277
|
"filePath": "install.main.runtime.ts",
|
1278
|
-
"line":
|
1278
|
+
"line": 893,
|
1279
1279
|
"character": 66
|
1280
1280
|
},
|
1281
1281
|
"members": [
|
@@ -1283,7 +1283,7 @@
|
|
1283
1283
|
"__schema": "VariableLikeSchema",
|
1284
1284
|
"location": {
|
1285
1285
|
"filePath": "install.main.runtime.ts",
|
1286
|
-
"line":
|
1286
|
+
"line": 893,
|
1287
1287
|
"character": 68
|
1288
1288
|
},
|
1289
1289
|
"signature": "(property) rewire?: boolean | undefined",
|
@@ -1292,7 +1292,7 @@
|
|
1292
1292
|
"__schema": "KeywordTypeSchema",
|
1293
1293
|
"location": {
|
1294
1294
|
"filePath": "install.main.runtime.ts",
|
1295
|
-
"line":
|
1295
|
+
"line": 893,
|
1296
1296
|
"character": 77
|
1297
1297
|
},
|
1298
1298
|
"name": "boolean"
|
@@ -1309,7 +1309,7 @@
|
|
1309
1309
|
"__schema": "InferenceTypeSchema",
|
1310
1310
|
"location": {
|
1311
1311
|
"filePath": "install.main.runtime.ts",
|
1312
|
-
"line":
|
1312
|
+
"line": 893,
|
1313
1313
|
"character": 3
|
1314
1314
|
},
|
1315
1315
|
"type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
|
@@ -1322,7 +1322,7 @@
|
|
1322
1322
|
"__schema": "FunctionLikeSchema",
|
1323
1323
|
"location": {
|
1324
1324
|
"filePath": "install.main.runtime.ts",
|
1325
|
-
"line":
|
1325
|
+
"line": 898,
|
1326
1326
|
"character": 3
|
1327
1327
|
},
|
1328
1328
|
"signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
|
@@ -1332,7 +1332,7 @@
|
|
1332
1332
|
"__schema": "ParameterSchema",
|
1333
1333
|
"location": {
|
1334
1334
|
"filePath": "install.main.runtime.ts",
|
1335
|
-
"line":
|
1335
|
+
"line": 898,
|
1336
1336
|
"character": 14
|
1337
1337
|
},
|
1338
1338
|
"name": "options",
|
@@ -1340,7 +1340,7 @@
|
|
1340
1340
|
"__schema": "TypeRefSchema",
|
1341
1341
|
"location": {
|
1342
1342
|
"filePath": "install.main.runtime.ts",
|
1343
|
-
"line":
|
1343
|
+
"line": 898,
|
1344
1344
|
"character": 23
|
1345
1345
|
},
|
1346
1346
|
"name": "WorkspaceLinkOptions"
|
@@ -1354,7 +1354,7 @@
|
|
1354
1354
|
"__schema": "TypeRefSchema",
|
1355
1355
|
"location": {
|
1356
1356
|
"filePath": "install.main.runtime.ts",
|
1357
|
-
"line":
|
1357
|
+
"line": 898,
|
1358
1358
|
"character": 51
|
1359
1359
|
},
|
1360
1360
|
"name": "Promise",
|
@@ -1363,7 +1363,7 @@
|
|
1363
1363
|
"__schema": "TypeRefSchema",
|
1364
1364
|
"location": {
|
1365
1365
|
"filePath": "install.main.runtime.ts",
|
1366
|
-
"line":
|
1366
|
+
"line": 898,
|
1367
1367
|
"character": 59
|
1368
1368
|
},
|
1369
1369
|
"name": "WorkspaceLinkResults"
|
@@ -1378,7 +1378,7 @@
|
|
1378
1378
|
"__schema": "VariableLikeSchema",
|
1379
1379
|
"location": {
|
1380
1380
|
"filePath": "install.main.runtime.ts",
|
1381
|
-
"line":
|
1381
|
+
"line": 1000,
|
1382
1382
|
"character": 3
|
1383
1383
|
},
|
1384
1384
|
"signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
|
@@ -1387,7 +1387,7 @@
|
|
1387
1387
|
"__schema": "InferenceTypeSchema",
|
1388
1388
|
"location": {
|
1389
1389
|
"filePath": "install.main.runtime.ts",
|
1390
|
-
"line":
|
1390
|
+
"line": 1000,
|
1391
1391
|
"character": 3
|
1392
1392
|
},
|
1393
1393
|
"type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
|
@@ -1399,7 +1399,7 @@
|
|
1399
1399
|
"__schema": "VariableLikeSchema",
|
1400
1400
|
"location": {
|
1401
1401
|
"filePath": "install.main.runtime.ts",
|
1402
|
-
"line":
|
1402
|
+
"line": 1001,
|
1403
1403
|
"character": 3
|
1404
1404
|
},
|
1405
1405
|
"signature": "(property) InstallMain.dependencies: Aspect[]",
|
@@ -1408,7 +1408,7 @@
|
|
1408
1408
|
"__schema": "InferenceTypeSchema",
|
1409
1409
|
"location": {
|
1410
1410
|
"filePath": "install.main.runtime.ts",
|
1411
|
-
"line":
|
1411
|
+
"line": 1001,
|
1412
1412
|
"character": 3
|
1413
1413
|
},
|
1414
1414
|
"type": "Aspect[]"
|
@@ -1420,7 +1420,7 @@
|
|
1420
1420
|
"__schema": "VariableLikeSchema",
|
1421
1421
|
"location": {
|
1422
1422
|
"filePath": "install.main.runtime.ts",
|
1423
|
-
"line":
|
1423
|
+
"line": 1016,
|
1424
1424
|
"character": 3
|
1425
1425
|
},
|
1426
1426
|
"signature": "(property) InstallMain.runtime: RuntimeDefinition",
|
@@ -1429,7 +1429,7 @@
|
|
1429
1429
|
"__schema": "InferenceTypeSchema",
|
1430
1430
|
"location": {
|
1431
1431
|
"filePath": "install.main.runtime.ts",
|
1432
|
-
"line":
|
1432
|
+
"line": 1016,
|
1433
1433
|
"character": 3
|
1434
1434
|
},
|
1435
1435
|
"type": "RuntimeDefinition"
|
@@ -1441,7 +1441,7 @@
|
|
1441
1441
|
"__schema": "FunctionLikeSchema",
|
1442
1442
|
"location": {
|
1443
1443
|
"filePath": "install.main.runtime.ts",
|
1444
|
-
"line":
|
1444
|
+
"line": 1018,
|
1445
1445
|
"character": 3
|
1446
1446
|
},
|
1447
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>",
|
@@ -1451,7 +1451,7 @@
|
|
1451
1451
|
"__schema": "ParameterSchema",
|
1452
1452
|
"location": {
|
1453
1453
|
"filePath": "install.main.runtime.ts",
|
1454
|
-
"line":
|
1454
|
+
"line": 1019,
|
1455
1455
|
"character": 5
|
1456
1456
|
},
|
1457
1457
|
"name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
|
@@ -1459,7 +1459,7 @@
|
|
1459
1459
|
"__schema": "TupleTypeSchema",
|
1460
1460
|
"location": {
|
1461
1461
|
"filePath": "install.main.runtime.ts",
|
1462
|
-
"line":
|
1462
|
+
"line": 1032,
|
1463
1463
|
"character": 8
|
1464
1464
|
},
|
1465
1465
|
"elements": [
|
@@ -1467,7 +1467,7 @@
|
|
1467
1467
|
"__schema": "TypeRefSchema",
|
1468
1468
|
"location": {
|
1469
1469
|
"filePath": "install.main.runtime.ts",
|
1470
|
-
"line":
|
1470
|
+
"line": 1033,
|
1471
1471
|
"character": 7
|
1472
1472
|
},
|
1473
1473
|
"name": "DependencyResolverMain"
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
"__schema": "TypeRefSchema",
|
1477
1477
|
"location": {
|
1478
1478
|
"filePath": "install.main.runtime.ts",
|
1479
|
-
"line":
|
1479
|
+
"line": 1034,
|
1480
1480
|
"character": 7
|
1481
1481
|
},
|
1482
1482
|
"name": "Workspace"
|
@@ -1485,7 +1485,7 @@
|
|
1485
1485
|
"__schema": "TypeRefSchema",
|
1486
1486
|
"location": {
|
1487
1487
|
"filePath": "install.main.runtime.ts",
|
1488
|
-
"line":
|
1488
|
+
"line": 1035,
|
1489
1489
|
"character": 7
|
1490
1490
|
},
|
1491
1491
|
"name": "LoggerMain"
|
@@ -1494,7 +1494,7 @@
|
|
1494
1494
|
"__schema": "TypeRefSchema",
|
1495
1495
|
"location": {
|
1496
1496
|
"filePath": "install.main.runtime.ts",
|
1497
|
-
"line":
|
1497
|
+
"line": 1036,
|
1498
1498
|
"character": 7
|
1499
1499
|
},
|
1500
1500
|
"name": "VariantsMain"
|
@@ -1503,7 +1503,7 @@
|
|
1503
1503
|
"__schema": "TypeRefSchema",
|
1504
1504
|
"location": {
|
1505
1505
|
"filePath": "install.main.runtime.ts",
|
1506
|
-
"line":
|
1506
|
+
"line": 1037,
|
1507
1507
|
"character": 7
|
1508
1508
|
},
|
1509
1509
|
"name": "CLIMain"
|
@@ -1512,7 +1512,7 @@
|
|
1512
1512
|
"__schema": "TypeRefSchema",
|
1513
1513
|
"location": {
|
1514
1514
|
"filePath": "install.main.runtime.ts",
|
1515
|
-
"line":
|
1515
|
+
"line": 1038,
|
1516
1516
|
"character": 7
|
1517
1517
|
},
|
1518
1518
|
"name": "CompilerMain"
|
@@ -1521,7 +1521,7 @@
|
|
1521
1521
|
"__schema": "TypeRefSchema",
|
1522
1522
|
"location": {
|
1523
1523
|
"filePath": "install.main.runtime.ts",
|
1524
|
-
"line":
|
1524
|
+
"line": 1039,
|
1525
1525
|
"character": 7
|
1526
1526
|
},
|
1527
1527
|
"name": "IssuesMain"
|
@@ -1530,7 +1530,7 @@
|
|
1530
1530
|
"__schema": "TypeRefSchema",
|
1531
1531
|
"location": {
|
1532
1532
|
"filePath": "install.main.runtime.ts",
|
1533
|
-
"line":
|
1533
|
+
"line": 1040,
|
1534
1534
|
"character": 7
|
1535
1535
|
},
|
1536
1536
|
"name": "EnvsMain"
|
@@ -1539,7 +1539,7 @@
|
|
1539
1539
|
"__schema": "TypeRefSchema",
|
1540
1540
|
"location": {
|
1541
1541
|
"filePath": "install.main.runtime.ts",
|
1542
|
-
"line":
|
1542
|
+
"line": 1041,
|
1543
1543
|
"character": 7
|
1544
1544
|
},
|
1545
1545
|
"name": "ApplicationMain"
|
@@ -1548,7 +1548,7 @@
|
|
1548
1548
|
"__schema": "TypeRefSchema",
|
1549
1549
|
"location": {
|
1550
1550
|
"filePath": "install.main.runtime.ts",
|
1551
|
-
"line":
|
1551
|
+
"line": 1042,
|
1552
1552
|
"character": 7
|
1553
1553
|
},
|
1554
1554
|
"name": "IpcEventsMain"
|
@@ -1557,7 +1557,7 @@
|
|
1557
1557
|
"__schema": "TypeRefSchema",
|
1558
1558
|
"location": {
|
1559
1559
|
"filePath": "install.main.runtime.ts",
|
1560
|
-
"line":
|
1560
|
+
"line": 1043,
|
1561
1561
|
"character": 7
|
1562
1562
|
},
|
1563
1563
|
"name": "GeneratorMain"
|
@@ -1566,7 +1566,7 @@
|
|
1566
1566
|
"__schema": "TypeRefSchema",
|
1567
1567
|
"location": {
|
1568
1568
|
"filePath": "install.main.runtime.ts",
|
1569
|
-
"line":
|
1569
|
+
"line": 1044,
|
1570
1570
|
"character": 7
|
1571
1571
|
},
|
1572
1572
|
"name": "WorkspaceConfigFilesMain"
|
@@ -1580,7 +1580,7 @@
|
|
1580
1580
|
"__schema": "ParameterSchema",
|
1581
1581
|
"location": {
|
1582
1582
|
"filePath": "install.main.runtime.ts",
|
1583
|
-
"line":
|
1583
|
+
"line": 1046,
|
1584
1584
|
"character": 5
|
1585
1585
|
},
|
1586
1586
|
"name": "_",
|
@@ -1588,7 +1588,7 @@
|
|
1588
1588
|
"__schema": "InferenceTypeSchema",
|
1589
1589
|
"location": {
|
1590
1590
|
"filePath": "install.main.runtime.ts",
|
1591
|
-
"line":
|
1591
|
+
"line": 1046,
|
1592
1592
|
"character": 5
|
1593
1593
|
},
|
1594
1594
|
"type": "any"
|
@@ -1600,7 +1600,7 @@
|
|
1600
1600
|
"__schema": "ParameterSchema",
|
1601
1601
|
"location": {
|
1602
1602
|
"filePath": "install.main.runtime.ts",
|
1603
|
-
"line":
|
1603
|
+
"line": 1047,
|
1604
1604
|
"character": 5
|
1605
1605
|
},
|
1606
1606
|
"name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
|
@@ -1608,7 +1608,7 @@
|
|
1608
1608
|
"__schema": "TupleTypeSchema",
|
1609
1609
|
"location": {
|
1610
1610
|
"filePath": "install.main.runtime.ts",
|
1611
|
-
"line":
|
1611
|
+
"line": 1047,
|
1612
1612
|
"character": 53
|
1613
1613
|
},
|
1614
1614
|
"elements": [
|
@@ -1616,7 +1616,7 @@
|
|
1616
1616
|
"__schema": "TypeRefSchema",
|
1617
1617
|
"location": {
|
1618
1618
|
"filePath": "install.main.runtime.ts",
|
1619
|
-
"line":
|
1619
|
+
"line": 1047,
|
1620
1620
|
"character": 54
|
1621
1621
|
},
|
1622
1622
|
"name": "PreLinkSlot"
|
@@ -1625,7 +1625,7 @@
|
|
1625
1625
|
"__schema": "TypeRefSchema",
|
1626
1626
|
"location": {
|
1627
1627
|
"filePath": "install.main.runtime.ts",
|
1628
|
-
"line":
|
1628
|
+
"line": 1047,
|
1629
1629
|
"character": 67
|
1630
1630
|
},
|
1631
1631
|
"name": "PreInstallSlot"
|
@@ -1634,7 +1634,7 @@
|
|
1634
1634
|
"__schema": "TypeRefSchema",
|
1635
1635
|
"location": {
|
1636
1636
|
"filePath": "install.main.runtime.ts",
|
1637
|
-
"line":
|
1637
|
+
"line": 1047,
|
1638
1638
|
"character": 83
|
1639
1639
|
},
|
1640
1640
|
"name": "PostInstallSlot"
|
@@ -1649,7 +1649,7 @@
|
|
1649
1649
|
"__schema": "InferenceTypeSchema",
|
1650
1650
|
"location": {
|
1651
1651
|
"filePath": "install.main.runtime.ts",
|
1652
|
-
"line":
|
1652
|
+
"line": 1018,
|
1653
1653
|
"character": 3
|
1654
1654
|
},
|
1655
1655
|
"type": "Promise<InstallMain>"
|
@@ -1912,7 +1912,7 @@
|
|
1912
1912
|
"line": 67,
|
1913
1913
|
"character": 1
|
1914
1914
|
},
|
1915
|
-
"signature": "type WorkspaceInstallOptions = {\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n lifecycleType?: WorkspaceDependencyLifecycleType | undefined;\n ...
|
1915
|
+
"signature": "type WorkspaceInstallOptions = {\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n lifecycleType?: WorkspaceDependencyLifecycleType | undefined;\n ... 14 more ...;\n skipPrune?: boolean | undefined;\n}",
|
1916
1916
|
"name": "WorkspaceInstallOptions",
|
1917
1917
|
"type": {
|
1918
1918
|
"__schema": "TypeLiteralSchema",
|
@@ -2261,6 +2261,26 @@
|
|
2261
2261
|
"name": "boolean"
|
2262
2262
|
},
|
2263
2263
|
"isOptional": true
|
2264
|
+
},
|
2265
|
+
{
|
2266
|
+
"__schema": "VariableLikeSchema",
|
2267
|
+
"location": {
|
2268
|
+
"filePath": "install.main.runtime.ts",
|
2269
|
+
"line": 85,
|
2270
|
+
"character": 3
|
2271
|
+
},
|
2272
|
+
"signature": "(property) skipPrune?: boolean | undefined",
|
2273
|
+
"name": "skipPrune",
|
2274
|
+
"type": {
|
2275
|
+
"__schema": "KeywordTypeSchema",
|
2276
|
+
"location": {
|
2277
|
+
"filePath": "install.main.runtime.ts",
|
2278
|
+
"line": 85,
|
2279
|
+
"character": 15
|
2280
|
+
},
|
2281
|
+
"name": "boolean"
|
2282
|
+
},
|
2283
|
+
"isOptional": true
|
2264
2284
|
}
|
2265
2285
|
]
|
2266
2286
|
}
|
@@ -2269,16 +2289,16 @@
|
|
2269
2289
|
"__schema": "TypeSchema",
|
2270
2290
|
"location": {
|
2271
2291
|
"filePath": "install.main.runtime.ts",
|
2272
|
-
"line":
|
2292
|
+
"line": 88,
|
2273
2293
|
"character": 1
|
2274
2294
|
},
|
2275
|
-
"signature": "type ModulesInstallOptions = {\n
|
2295
|
+
"signature": "type ModulesInstallOptions = {\n writeConfigFiles?: boolean | undefined;\n addMissingDeps?: boolean | undefined;\n addMissingPeers?: boolean | undefined;\n dedupe?: boolean | undefined;\n copyPeerToRuntimeOnRoot?: boolean | undefined;\n ... 9 more ...;\n skipPrune?: boolean | undefined;\n}",
|
2276
2296
|
"name": "ModulesInstallOptions",
|
2277
2297
|
"type": {
|
2278
2298
|
"__schema": "TypeRefSchema",
|
2279
2299
|
"location": {
|
2280
2300
|
"filePath": "install.main.runtime.ts",
|
2281
|
-
"line":
|
2301
|
+
"line": 88,
|
2282
2302
|
"character": 37
|
2283
2303
|
},
|
2284
2304
|
"name": "Omit",
|
@@ -2287,7 +2307,7 @@
|
|
2287
2307
|
"__schema": "TypeRefSchema",
|
2288
2308
|
"location": {
|
2289
2309
|
"filePath": "install.main.runtime.ts",
|
2290
|
-
"line":
|
2310
|
+
"line": 88,
|
2291
2311
|
"character": 42
|
2292
2312
|
},
|
2293
2313
|
"name": "WorkspaceInstallOptions"
|
@@ -2296,7 +2316,7 @@
|
|
2296
2316
|
"__schema": "TypeUnionSchema",
|
2297
2317
|
"location": {
|
2298
2318
|
"filePath": "install.main.runtime.ts",
|
2299
|
-
"line":
|
2319
|
+
"line": 88,
|
2300
2320
|
"character": 67
|
2301
2321
|
},
|
2302
2322
|
"types": [
|
@@ -2304,7 +2324,7 @@
|
|
2304
2324
|
"__schema": "LiteralTypeSchema",
|
2305
2325
|
"location": {
|
2306
2326
|
"filePath": "install.main.runtime.ts",
|
2307
|
-
"line":
|
2327
|
+
"line": 88,
|
2308
2328
|
"character": 67
|
2309
2329
|
},
|
2310
2330
|
"name": "'updateExisting'"
|
@@ -2313,7 +2333,7 @@
|
|
2313
2333
|
"__schema": "LiteralTypeSchema",
|
2314
2334
|
"location": {
|
2315
2335
|
"filePath": "install.main.runtime.ts",
|
2316
|
-
"line":
|
2336
|
+
"line": 88,
|
2317
2337
|
"character": 86
|
2318
2338
|
},
|
2319
2339
|
"name": "'lifecycleType'"
|
@@ -2322,7 +2342,7 @@
|
|
2322
2342
|
"__schema": "LiteralTypeSchema",
|
2323
2343
|
"location": {
|
2324
2344
|
"filePath": "install.main.runtime.ts",
|
2325
|
-
"line":
|
2345
|
+
"line": 88,
|
2326
2346
|
"character": 104
|
2327
2347
|
},
|
2328
2348
|
"name": "'import'"
|
@@ -2336,7 +2356,7 @@
|
|
2336
2356
|
"__schema": "ClassSchema",
|
2337
2357
|
"location": {
|
2338
2358
|
"filePath": "install.main.runtime.ts",
|
2339
|
-
"line":
|
2359
|
+
"line": 104,
|
2340
2360
|
"character": 1
|
2341
2361
|
},
|
2342
2362
|
"signature": "class InstallMain",
|
@@ -2346,7 +2366,7 @@
|
|
2346
2366
|
"__schema": "ConstructorSchema",
|
2347
2367
|
"location": {
|
2348
2368
|
"filePath": "install.main.runtime.ts",
|
2349
|
-
"line":
|
2369
|
+
"line": 107,
|
2350
2370
|
"character": 3
|
2351
2371
|
},
|
2352
2372
|
"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",
|
@@ -2356,7 +2376,7 @@
|
|
2356
2376
|
"__schema": "ParameterSchema",
|
2357
2377
|
"location": {
|
2358
2378
|
"filePath": "install.main.runtime.ts",
|
2359
|
-
"line":
|
2379
|
+
"line": 108,
|
2360
2380
|
"character": 5
|
2361
2381
|
},
|
2362
2382
|
"name": "dependencyResolver",
|
@@ -2364,7 +2384,7 @@
|
|
2364
2384
|
"__schema": "TypeRefSchema",
|
2365
2385
|
"location": {
|
2366
2386
|
"filePath": "install.main.runtime.ts",
|
2367
|
-
"line":
|
2387
|
+
"line": 108,
|
2368
2388
|
"character": 33
|
2369
2389
|
},
|
2370
2390
|
"name": "DependencyResolverMain"
|
@@ -2376,7 +2396,7 @@
|
|
2376
2396
|
"__schema": "ParameterSchema",
|
2377
2397
|
"location": {
|
2378
2398
|
"filePath": "install.main.runtime.ts",
|
2379
|
-
"line":
|
2399
|
+
"line": 110,
|
2380
2400
|
"character": 5
|
2381
2401
|
},
|
2382
2402
|
"name": "logger",
|
@@ -2384,7 +2404,7 @@
|
|
2384
2404
|
"__schema": "TypeRefSchema",
|
2385
2405
|
"location": {
|
2386
2406
|
"filePath": "install.main.runtime.ts",
|
2387
|
-
"line":
|
2407
|
+
"line": 110,
|
2388
2408
|
"character": 21
|
2389
2409
|
},
|
2390
2410
|
"name": "Logger"
|
@@ -2396,7 +2416,7 @@
|
|
2396
2416
|
"__schema": "ParameterSchema",
|
2397
2417
|
"location": {
|
2398
2418
|
"filePath": "install.main.runtime.ts",
|
2399
|
-
"line":
|
2419
|
+
"line": 112,
|
2400
2420
|
"character": 5
|
2401
2421
|
},
|
2402
2422
|
"name": "workspace",
|
@@ -2404,7 +2424,7 @@
|
|
2404
2424
|
"__schema": "TypeRefSchema",
|
2405
2425
|
"location": {
|
2406
2426
|
"filePath": "install.main.runtime.ts",
|
2407
|
-
"line":
|
2427
|
+
"line": 112,
|
2408
2428
|
"character": 24
|
2409
2429
|
},
|
2410
2430
|
"name": "Workspace"
|
@@ -2416,7 +2436,7 @@
|
|
2416
2436
|
"__schema": "ParameterSchema",
|
2417
2437
|
"location": {
|
2418
2438
|
"filePath": "install.main.runtime.ts",
|
2419
|
-
"line":
|
2439
|
+
"line": 114,
|
2420
2440
|
"character": 5
|
2421
2441
|
},
|
2422
2442
|
"name": "variants",
|
@@ -2424,7 +2444,7 @@
|
|
2424
2444
|
"__schema": "TypeRefSchema",
|
2425
2445
|
"location": {
|
2426
2446
|
"filePath": "install.main.runtime.ts",
|
2427
|
-
"line":
|
2447
|
+
"line": 114,
|
2428
2448
|
"character": 23
|
2429
2449
|
},
|
2430
2450
|
"name": "VariantsMain"
|
@@ -2436,7 +2456,7 @@
|
|
2436
2456
|
"__schema": "ParameterSchema",
|
2437
2457
|
"location": {
|
2438
2458
|
"filePath": "install.main.runtime.ts",
|
2439
|
-
"line":
|
2459
|
+
"line": 116,
|
2440
2460
|
"character": 5
|
2441
2461
|
},
|
2442
2462
|
"name": "compiler",
|
@@ -2444,7 +2464,7 @@
|
|
2444
2464
|
"__schema": "TypeRefSchema",
|
2445
2465
|
"location": {
|
2446
2466
|
"filePath": "install.main.runtime.ts",
|
2447
|
-
"line":
|
2467
|
+
"line": 116,
|
2448
2468
|
"character": 23
|
2449
2469
|
},
|
2450
2470
|
"name": "CompilerMain"
|
@@ -2456,7 +2476,7 @@
|
|
2456
2476
|
"__schema": "ParameterSchema",
|
2457
2477
|
"location": {
|
2458
2478
|
"filePath": "install.main.runtime.ts",
|
2459
|
-
"line":
|
2479
|
+
"line": 118,
|
2460
2480
|
"character": 5
|
2461
2481
|
},
|
2462
2482
|
"name": "envs",
|
@@ -2464,7 +2484,7 @@
|
|
2464
2484
|
"__schema": "TypeRefSchema",
|
2465
2485
|
"location": {
|
2466
2486
|
"filePath": "install.main.runtime.ts",
|
2467
|
-
"line":
|
2487
|
+
"line": 118,
|
2468
2488
|
"character": 19
|
2469
2489
|
},
|
2470
2490
|
"name": "EnvsMain"
|
@@ -2476,7 +2496,7 @@
|
|
2476
2496
|
"__schema": "ParameterSchema",
|
2477
2497
|
"location": {
|
2478
2498
|
"filePath": "install.main.runtime.ts",
|
2479
|
-
"line":
|
2499
|
+
"line": 120,
|
2480
2500
|
"character": 5
|
2481
2501
|
},
|
2482
2502
|
"name": "wsConfigFiles",
|
@@ -2484,7 +2504,7 @@
|
|
2484
2504
|
"__schema": "TypeRefSchema",
|
2485
2505
|
"location": {
|
2486
2506
|
"filePath": "install.main.runtime.ts",
|
2487
|
-
"line":
|
2507
|
+
"line": 120,
|
2488
2508
|
"character": 28
|
2489
2509
|
},
|
2490
2510
|
"name": "WorkspaceConfigFilesMain"
|
@@ -2496,7 +2516,7 @@
|
|
2496
2516
|
"__schema": "ParameterSchema",
|
2497
2517
|
"location": {
|
2498
2518
|
"filePath": "install.main.runtime.ts",
|
2499
|
-
"line":
|
2519
|
+
"line": 122,
|
2500
2520
|
"character": 5
|
2501
2521
|
},
|
2502
2522
|
"name": "app",
|
@@ -2504,7 +2524,7 @@
|
|
2504
2524
|
"__schema": "TypeRefSchema",
|
2505
2525
|
"location": {
|
2506
2526
|
"filePath": "install.main.runtime.ts",
|
2507
|
-
"line":
|
2527
|
+
"line": 122,
|
2508
2528
|
"character": 18
|
2509
2529
|
},
|
2510
2530
|
"name": "ApplicationMain"
|
@@ -2516,7 +2536,7 @@
|
|
2516
2536
|
"__schema": "ParameterSchema",
|
2517
2537
|
"location": {
|
2518
2538
|
"filePath": "install.main.runtime.ts",
|
2519
|
-
"line":
|
2539
|
+
"line": 124,
|
2520
2540
|
"character": 5
|
2521
2541
|
},
|
2522
2542
|
"name": "generator",
|
@@ -2524,7 +2544,7 @@
|
|
2524
2544
|
"__schema": "TypeRefSchema",
|
2525
2545
|
"location": {
|
2526
2546
|
"filePath": "install.main.runtime.ts",
|
2527
|
-
"line":
|
2547
|
+
"line": 124,
|
2528
2548
|
"character": 24
|
2529
2549
|
},
|
2530
2550
|
"name": "GeneratorMain"
|
@@ -2536,7 +2556,7 @@
|
|
2536
2556
|
"__schema": "ParameterSchema",
|
2537
2557
|
"location": {
|
2538
2558
|
"filePath": "install.main.runtime.ts",
|
2539
|
-
"line":
|
2559
|
+
"line": 126,
|
2540
2560
|
"character": 5
|
2541
2561
|
},
|
2542
2562
|
"name": "preLinkSlot",
|
@@ -2544,7 +2564,7 @@
|
|
2544
2564
|
"__schema": "TypeRefSchema",
|
2545
2565
|
"location": {
|
2546
2566
|
"filePath": "install.main.runtime.ts",
|
2547
|
-
"line":
|
2567
|
+
"line": 126,
|
2548
2568
|
"character": 26
|
2549
2569
|
},
|
2550
2570
|
"name": "PreLinkSlot"
|
@@ -2556,7 +2576,7 @@
|
|
2556
2576
|
"__schema": "ParameterSchema",
|
2557
2577
|
"location": {
|
2558
2578
|
"filePath": "install.main.runtime.ts",
|
2559
|
-
"line":
|
2579
|
+
"line": 128,
|
2560
2580
|
"character": 5
|
2561
2581
|
},
|
2562
2582
|
"name": "preInstallSlot",
|
@@ -2564,7 +2584,7 @@
|
|
2564
2584
|
"__schema": "TypeRefSchema",
|
2565
2585
|
"location": {
|
2566
2586
|
"filePath": "install.main.runtime.ts",
|
2567
|
-
"line":
|
2587
|
+
"line": 128,
|
2568
2588
|
"character": 29
|
2569
2589
|
},
|
2570
2590
|
"name": "PreInstallSlot"
|
@@ -2576,7 +2596,7 @@
|
|
2576
2596
|
"__schema": "ParameterSchema",
|
2577
2597
|
"location": {
|
2578
2598
|
"filePath": "install.main.runtime.ts",
|
2579
|
-
"line":
|
2599
|
+
"line": 130,
|
2580
2600
|
"character": 5
|
2581
2601
|
},
|
2582
2602
|
"name": "postInstallSlot",
|
@@ -2584,7 +2604,7 @@
|
|
2584
2604
|
"__schema": "TypeRefSchema",
|
2585
2605
|
"location": {
|
2586
2606
|
"filePath": "install.main.runtime.ts",
|
2587
|
-
"line":
|
2607
|
+
"line": 130,
|
2588
2608
|
"character": 30
|
2589
2609
|
},
|
2590
2610
|
"name": "PostInstallSlot"
|
@@ -2596,7 +2616,7 @@
|
|
2596
2616
|
"__schema": "ParameterSchema",
|
2597
2617
|
"location": {
|
2598
2618
|
"filePath": "install.main.runtime.ts",
|
2599
|
-
"line":
|
2619
|
+
"line": 132,
|
2600
2620
|
"character": 5
|
2601
2621
|
},
|
2602
2622
|
"name": "ipcEvents",
|
@@ -2604,7 +2624,7 @@
|
|
2604
2624
|
"__schema": "TypeRefSchema",
|
2605
2625
|
"location": {
|
2606
2626
|
"filePath": "install.main.runtime.ts",
|
2607
|
-
"line":
|
2627
|
+
"line": 132,
|
2608
2628
|
"character": 24
|
2609
2629
|
},
|
2610
2630
|
"name": "IpcEventsMain"
|
@@ -2617,7 +2637,7 @@
|
|
2617
2637
|
"__schema": "ThisTypeSchema",
|
2618
2638
|
"location": {
|
2619
2639
|
"filePath": "install.main.runtime.ts",
|
2620
|
-
"line":
|
2640
|
+
"line": 104,
|
2621
2641
|
"character": 1
|
2622
2642
|
},
|
2623
2643
|
"name": "InstallMain"
|
@@ -2628,14 +2648,14 @@
|
|
2628
2648
|
"__schema": "FunctionLikeSchema",
|
2629
2649
|
"location": {
|
2630
2650
|
"filePath": "install.main.runtime.ts",
|
2631
|
-
"line":
|
2651
|
+
"line": 140,
|
2632
2652
|
"character": 3
|
2633
2653
|
},
|
2634
2654
|
"doc": {
|
2635
2655
|
"__schema": "DocSchema",
|
2636
2656
|
"location": {
|
2637
2657
|
"filePath": "install.main.runtime.ts",
|
2638
|
-
"line":
|
2658
|
+
"line": 134,
|
2639
2659
|
"character": 3
|
2640
2660
|
},
|
2641
2661
|
"raw": "/**\n * Install dependencies for all components in the workspace\n *\n * @returns\n * @memberof Workspace\n */",
|
@@ -2645,7 +2665,7 @@
|
|
2645
2665
|
"__schema": "ReturnTagSchema",
|
2646
2666
|
"location": {
|
2647
2667
|
"filePath": "install.main.runtime.ts",
|
2648
|
-
"line":
|
2668
|
+
"line": 137,
|
2649
2669
|
"character": 6
|
2650
2670
|
},
|
2651
2671
|
"tagName": "return"
|
@@ -2654,7 +2674,7 @@
|
|
2654
2674
|
"__schema": "TagSchema",
|
2655
2675
|
"location": {
|
2656
2676
|
"filePath": "install.main.runtime.ts",
|
2657
|
-
"line":
|
2677
|
+
"line": 138,
|
2658
2678
|
"character": 6
|
2659
2679
|
},
|
2660
2680
|
"tagName": "memberof",
|
@@ -2669,7 +2689,7 @@
|
|
2669
2689
|
"__schema": "ParameterSchema",
|
2670
2690
|
"location": {
|
2671
2691
|
"filePath": "install.main.runtime.ts",
|
2672
|
-
"line":
|
2692
|
+
"line": 140,
|
2673
2693
|
"character": 17
|
2674
2694
|
},
|
2675
2695
|
"name": "packages",
|
@@ -2677,14 +2697,14 @@
|
|
2677
2697
|
"__schema": "TypeArraySchema",
|
2678
2698
|
"location": {
|
2679
2699
|
"filePath": "install.main.runtime.ts",
|
2680
|
-
"line":
|
2700
|
+
"line": 140,
|
2681
2701
|
"character": 28
|
2682
2702
|
},
|
2683
2703
|
"type": {
|
2684
2704
|
"__schema": "KeywordTypeSchema",
|
2685
2705
|
"location": {
|
2686
2706
|
"filePath": "install.main.runtime.ts",
|
2687
|
-
"line":
|
2707
|
+
"line": 140,
|
2688
2708
|
"character": 28
|
2689
2709
|
},
|
2690
2710
|
"name": "string"
|
@@ -2697,7 +2717,7 @@
|
|
2697
2717
|
"__schema": "ParameterSchema",
|
2698
2718
|
"location": {
|
2699
2719
|
"filePath": "install.main.runtime.ts",
|
2700
|
-
"line":
|
2720
|
+
"line": 140,
|
2701
2721
|
"character": 38
|
2702
2722
|
},
|
2703
2723
|
"name": "options",
|
@@ -2705,7 +2725,7 @@
|
|
2705
2725
|
"__schema": "TypeRefSchema",
|
2706
2726
|
"location": {
|
2707
2727
|
"filePath": "install.main.runtime.ts",
|
2708
|
-
"line":
|
2728
|
+
"line": 140,
|
2709
2729
|
"character": 48
|
2710
2730
|
},
|
2711
2731
|
"name": "WorkspaceInstallOptions"
|
@@ -2718,7 +2738,7 @@
|
|
2718
2738
|
"__schema": "TypeRefSchema",
|
2719
2739
|
"location": {
|
2720
2740
|
"filePath": "install.main.runtime.ts",
|
2721
|
-
"line":
|
2741
|
+
"line": 140,
|
2722
2742
|
"character": 74
|
2723
2743
|
},
|
2724
2744
|
"name": "Promise",
|
@@ -2727,7 +2747,7 @@
|
|
2727
2747
|
"__schema": "TypeRefSchema",
|
2728
2748
|
"location": {
|
2729
2749
|
"filePath": "install.main.runtime.ts",
|
2730
|
-
"line":
|
2750
|
+
"line": 140,
|
2731
2751
|
"character": 82
|
2732
2752
|
},
|
2733
2753
|
"name": "ComponentMap",
|
@@ -2736,7 +2756,7 @@
|
|
2736
2756
|
"__schema": "KeywordTypeSchema",
|
2737
2757
|
"location": {
|
2738
2758
|
"filePath": "install.main.runtime.ts",
|
2739
|
-
"line":
|
2759
|
+
"line": 140,
|
2740
2760
|
"character": 95
|
2741
2761
|
},
|
2742
2762
|
"name": "string"
|
@@ -2753,7 +2773,7 @@
|
|
2753
2773
|
"__schema": "FunctionLikeSchema",
|
2754
2774
|
"location": {
|
2755
2775
|
"filePath": "install.main.runtime.ts",
|
2756
|
-
"line":
|
2776
|
+
"line": 181,
|
2757
2777
|
"character": 3
|
2758
2778
|
},
|
2759
2779
|
"signature": "(method) InstallMain.registerPreLink(fn: PreLink): void",
|
@@ -2763,7 +2783,7 @@
|
|
2763
2783
|
"__schema": "ParameterSchema",
|
2764
2784
|
"location": {
|
2765
2785
|
"filePath": "install.main.runtime.ts",
|
2766
|
-
"line":
|
2786
|
+
"line": 181,
|
2767
2787
|
"character": 19
|
2768
2788
|
},
|
2769
2789
|
"name": "fn",
|
@@ -2771,7 +2791,7 @@
|
|
2771
2791
|
"__schema": "TypeRefSchema",
|
2772
2792
|
"location": {
|
2773
2793
|
"filePath": "install.main.runtime.ts",
|
2774
|
-
"line":
|
2794
|
+
"line": 181,
|
2775
2795
|
"character": 23
|
2776
2796
|
},
|
2777
2797
|
"name": "PreLink"
|
@@ -2784,7 +2804,7 @@
|
|
2784
2804
|
"__schema": "InferenceTypeSchema",
|
2785
2805
|
"location": {
|
2786
2806
|
"filePath": "install.main.runtime.ts",
|
2787
|
-
"line":
|
2807
|
+
"line": 181,
|
2788
2808
|
"character": 3
|
2789
2809
|
},
|
2790
2810
|
"type": "void"
|
@@ -2795,7 +2815,7 @@
|
|
2795
2815
|
"__schema": "FunctionLikeSchema",
|
2796
2816
|
"location": {
|
2797
2817
|
"filePath": "install.main.runtime.ts",
|
2798
|
-
"line":
|
2818
|
+
"line": 185,
|
2799
2819
|
"character": 3
|
2800
2820
|
},
|
2801
2821
|
"signature": "(method) InstallMain.registerPreInstall(fn: PreInstall): void",
|
@@ -2805,7 +2825,7 @@
|
|
2805
2825
|
"__schema": "ParameterSchema",
|
2806
2826
|
"location": {
|
2807
2827
|
"filePath": "install.main.runtime.ts",
|
2808
|
-
"line":
|
2828
|
+
"line": 185,
|
2809
2829
|
"character": 22
|
2810
2830
|
},
|
2811
2831
|
"name": "fn",
|
@@ -2813,7 +2833,7 @@
|
|
2813
2833
|
"__schema": "TypeRefSchema",
|
2814
2834
|
"location": {
|
2815
2835
|
"filePath": "install.main.runtime.ts",
|
2816
|
-
"line":
|
2836
|
+
"line": 185,
|
2817
2837
|
"character": 26
|
2818
2838
|
},
|
2819
2839
|
"name": "PreInstall"
|
@@ -2826,7 +2846,7 @@
|
|
2826
2846
|
"__schema": "InferenceTypeSchema",
|
2827
2847
|
"location": {
|
2828
2848
|
"filePath": "install.main.runtime.ts",
|
2829
|
-
"line":
|
2849
|
+
"line": 185,
|
2830
2850
|
"character": 3
|
2831
2851
|
},
|
2832
2852
|
"type": "void"
|
@@ -2837,7 +2857,7 @@
|
|
2837
2857
|
"__schema": "FunctionLikeSchema",
|
2838
2858
|
"location": {
|
2839
2859
|
"filePath": "install.main.runtime.ts",
|
2840
|
-
"line":
|
2860
|
+
"line": 189,
|
2841
2861
|
"character": 3
|
2842
2862
|
},
|
2843
2863
|
"signature": "(method) InstallMain.registerPostInstall(fn: PostInstall): void",
|
@@ -2847,7 +2867,7 @@
|
|
2847
2867
|
"__schema": "ParameterSchema",
|
2848
2868
|
"location": {
|
2849
2869
|
"filePath": "install.main.runtime.ts",
|
2850
|
-
"line":
|
2870
|
+
"line": 189,
|
2851
2871
|
"character": 23
|
2852
2872
|
},
|
2853
2873
|
"name": "fn",
|
@@ -2855,7 +2875,7 @@
|
|
2855
2875
|
"__schema": "TypeRefSchema",
|
2856
2876
|
"location": {
|
2857
2877
|
"filePath": "install.main.runtime.ts",
|
2858
|
-
"line":
|
2878
|
+
"line": 189,
|
2859
2879
|
"character": 27
|
2860
2880
|
},
|
2861
2881
|
"name": "PostInstall"
|
@@ -2868,7 +2888,7 @@
|
|
2868
2888
|
"__schema": "InferenceTypeSchema",
|
2869
2889
|
"location": {
|
2870
2890
|
"filePath": "install.main.runtime.ts",
|
2871
|
-
"line":
|
2891
|
+
"line": 189,
|
2872
2892
|
"character": 3
|
2873
2893
|
},
|
2874
2894
|
"type": "void"
|
@@ -2879,7 +2899,7 @@
|
|
2879
2899
|
"__schema": "FunctionLikeSchema",
|
2880
2900
|
"location": {
|
2881
2901
|
"filePath": "install.main.runtime.ts",
|
2882
|
-
"line":
|
2902
|
+
"line": 193,
|
2883
2903
|
"character": 3
|
2884
2904
|
},
|
2885
2905
|
"signature": "(method) InstallMain.onComponentCreate(generateResults: GenerateResult[]): Promise<void>",
|
@@ -2889,7 +2909,7 @@
|
|
2889
2909
|
"__schema": "ParameterSchema",
|
2890
2910
|
"location": {
|
2891
2911
|
"filePath": "install.main.runtime.ts",
|
2892
|
-
"line":
|
2912
|
+
"line": 193,
|
2893
2913
|
"character": 27
|
2894
2914
|
},
|
2895
2915
|
"name": "generateResults",
|
@@ -2897,14 +2917,14 @@
|
|
2897
2917
|
"__schema": "TypeArraySchema",
|
2898
2918
|
"location": {
|
2899
2919
|
"filePath": "install.main.runtime.ts",
|
2900
|
-
"line":
|
2920
|
+
"line": 193,
|
2901
2921
|
"character": 44
|
2902
2922
|
},
|
2903
2923
|
"type": {
|
2904
2924
|
"__schema": "TypeRefSchema",
|
2905
2925
|
"location": {
|
2906
2926
|
"filePath": "install.main.runtime.ts",
|
2907
|
-
"line":
|
2927
|
+
"line": 193,
|
2908
2928
|
"character": 44
|
2909
2929
|
},
|
2910
2930
|
"name": "GenerateResult"
|
@@ -2918,7 +2938,7 @@
|
|
2918
2938
|
"__schema": "InferenceTypeSchema",
|
2919
2939
|
"location": {
|
2920
2940
|
"filePath": "install.main.runtime.ts",
|
2921
|
-
"line":
|
2941
|
+
"line": 193,
|
2922
2942
|
"character": 3
|
2923
2943
|
},
|
2924
2944
|
"type": "Promise<void>"
|
@@ -2931,14 +2951,14 @@
|
|
2931
2951
|
"__schema": "FunctionLikeSchema",
|
2932
2952
|
"location": {
|
2933
2953
|
"filePath": "install.main.runtime.ts",
|
2934
|
-
"line":
|
2954
|
+
"line": 590,
|
2935
2955
|
"character": 3
|
2936
2956
|
},
|
2937
2957
|
"doc": {
|
2938
2958
|
"__schema": "DocSchema",
|
2939
2959
|
"location": {
|
2940
2960
|
"filePath": "install.main.runtime.ts",
|
2941
|
-
"line":
|
2961
|
+
"line": 583,
|
2942
2962
|
"character": 3
|
2943
2963
|
},
|
2944
2964
|
"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 */",
|
@@ -2948,7 +2968,7 @@
|
|
2948
2968
|
"__schema": "ReturnTagSchema",
|
2949
2969
|
"location": {
|
2950
2970
|
"filePath": "install.main.runtime.ts",
|
2951
|
-
"line":
|
2971
|
+
"line": 585,
|
2952
2972
|
"character": 6
|
2953
2973
|
},
|
2954
2974
|
"tagName": "return",
|
@@ -2963,7 +2983,7 @@
|
|
2963
2983
|
"__schema": "InferenceTypeSchema",
|
2964
2984
|
"location": {
|
2965
2985
|
"filePath": "install.main.runtime.ts",
|
2966
|
-
"line":
|
2986
|
+
"line": 590,
|
2967
2987
|
"character": 3
|
2968
2988
|
},
|
2969
2989
|
"type": "string[]"
|
@@ -2976,14 +2996,14 @@
|
|
2976
2996
|
"__schema": "FunctionLikeSchema",
|
2977
2997
|
"location": {
|
2978
2998
|
"filePath": "install.main.runtime.ts",
|
2979
|
-
"line":
|
2999
|
+
"line": 741,
|
2980
3000
|
"character": 3
|
2981
3001
|
},
|
2982
3002
|
"doc": {
|
2983
3003
|
"__schema": "DocSchema",
|
2984
3004
|
"location": {
|
2985
3005
|
"filePath": "install.main.runtime.ts",
|
2986
|
-
"line":
|
3006
|
+
"line": 736,
|
2987
3007
|
"character": 3
|
2988
3008
|
},
|
2989
3009
|
"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 */",
|
@@ -2993,7 +3013,7 @@
|
|
2993
3013
|
"__schema": "PropertyLikeTagSchema",
|
2994
3014
|
"location": {
|
2995
3015
|
"filePath": "install.main.runtime.ts",
|
2996
|
-
"line":
|
3016
|
+
"line": 739,
|
2997
3017
|
"character": 6
|
2998
3018
|
},
|
2999
3019
|
"name": "options.all",
|
@@ -3003,7 +3023,7 @@
|
|
3003
3023
|
"__schema": "TypeRefSchema",
|
3004
3024
|
"location": {
|
3005
3025
|
"filePath": "install.main.runtime.ts",
|
3006
|
-
"line":
|
3026
|
+
"line": 739,
|
3007
3027
|
"character": 26
|
3008
3028
|
},
|
3009
3029
|
"name": "Boolean"
|
@@ -3018,7 +3038,7 @@
|
|
3018
3038
|
"__schema": "ParameterSchema",
|
3019
3039
|
"location": {
|
3020
3040
|
"filePath": "install.main.runtime.ts",
|
3021
|
-
"line":
|
3041
|
+
"line": 741,
|
3022
3042
|
"character": 28
|
3023
3043
|
},
|
3024
3044
|
"name": "options",
|
@@ -3026,7 +3046,7 @@
|
|
3026
3046
|
"__schema": "TypeLiteralSchema",
|
3027
3047
|
"location": {
|
3028
3048
|
"filePath": "install.main.runtime.ts",
|
3029
|
-
"line":
|
3049
|
+
"line": 741,
|
3030
3050
|
"character": 37
|
3031
3051
|
},
|
3032
3052
|
"members": [
|
@@ -3034,7 +3054,7 @@
|
|
3034
3054
|
"__schema": "VariableLikeSchema",
|
3035
3055
|
"location": {
|
3036
3056
|
"filePath": "install.main.runtime.ts",
|
3037
|
-
"line":
|
3057
|
+
"line": 742,
|
3038
3058
|
"character": 5
|
3039
3059
|
},
|
3040
3060
|
"signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
|
@@ -3043,7 +3063,7 @@
|
|
3043
3063
|
"__schema": "TypeUnionSchema",
|
3044
3064
|
"location": {
|
3045
3065
|
"filePath": "install.main.runtime.ts",
|
3046
|
-
"line":
|
3066
|
+
"line": 742,
|
3047
3067
|
"character": 24
|
3048
3068
|
},
|
3049
3069
|
"types": [
|
@@ -3051,7 +3071,7 @@
|
|
3051
3071
|
"__schema": "LiteralTypeSchema",
|
3052
3072
|
"location": {
|
3053
3073
|
"filePath": "install.main.runtime.ts",
|
3054
|
-
"line":
|
3074
|
+
"line": 742,
|
3055
3075
|
"character": 24
|
3056
3076
|
},
|
3057
3077
|
"name": "'major'"
|
@@ -3060,7 +3080,7 @@
|
|
3060
3080
|
"__schema": "LiteralTypeSchema",
|
3061
3081
|
"location": {
|
3062
3082
|
"filePath": "install.main.runtime.ts",
|
3063
|
-
"line":
|
3083
|
+
"line": 742,
|
3064
3084
|
"character": 34
|
3065
3085
|
},
|
3066
3086
|
"name": "'minor'"
|
@@ -3069,7 +3089,7 @@
|
|
3069
3089
|
"__schema": "LiteralTypeSchema",
|
3070
3090
|
"location": {
|
3071
3091
|
"filePath": "install.main.runtime.ts",
|
3072
|
-
"line":
|
3092
|
+
"line": 742,
|
3073
3093
|
"character": 44
|
3074
3094
|
},
|
3075
3095
|
"name": "'patch'"
|
@@ -3078,7 +3098,7 @@
|
|
3078
3098
|
"__schema": "LiteralTypeSchema",
|
3079
3099
|
"location": {
|
3080
3100
|
"filePath": "install.main.runtime.ts",
|
3081
|
-
"line":
|
3101
|
+
"line": 742,
|
3082
3102
|
"character": 54
|
3083
3103
|
},
|
3084
3104
|
"name": "'compatible'"
|
@@ -3091,7 +3111,7 @@
|
|
3091
3111
|
"__schema": "VariableLikeSchema",
|
3092
3112
|
"location": {
|
3093
3113
|
"filePath": "install.main.runtime.ts",
|
3094
|
-
"line":
|
3114
|
+
"line": 743,
|
3095
3115
|
"character": 5
|
3096
3116
|
},
|
3097
3117
|
"signature": "(property) patterns?: string[] | undefined",
|
@@ -3100,14 +3120,14 @@
|
|
3100
3120
|
"__schema": "TypeArraySchema",
|
3101
3121
|
"location": {
|
3102
3122
|
"filePath": "install.main.runtime.ts",
|
3103
|
-
"line":
|
3123
|
+
"line": 743,
|
3104
3124
|
"character": 16
|
3105
3125
|
},
|
3106
3126
|
"type": {
|
3107
3127
|
"__schema": "KeywordTypeSchema",
|
3108
3128
|
"location": {
|
3109
3129
|
"filePath": "install.main.runtime.ts",
|
3110
|
-
"line":
|
3130
|
+
"line": 743,
|
3111
3131
|
"character": 16
|
3112
3132
|
},
|
3113
3133
|
"name": "string"
|
@@ -3119,7 +3139,7 @@
|
|
3119
3139
|
"__schema": "VariableLikeSchema",
|
3120
3140
|
"location": {
|
3121
3141
|
"filePath": "install.main.runtime.ts",
|
3122
|
-
"line":
|
3142
|
+
"line": 744,
|
3123
3143
|
"character": 5
|
3124
3144
|
},
|
3125
3145
|
"signature": "(property) all: boolean",
|
@@ -3128,7 +3148,7 @@
|
|
3128
3148
|
"__schema": "KeywordTypeSchema",
|
3129
3149
|
"location": {
|
3130
3150
|
"filePath": "install.main.runtime.ts",
|
3131
|
-
"line":
|
3151
|
+
"line": 744,
|
3132
3152
|
"character": 10
|
3133
3153
|
},
|
3134
3154
|
"name": "boolean"
|
@@ -3145,7 +3165,7 @@
|
|
3145
3165
|
"__schema": "TypeRefSchema",
|
3146
3166
|
"location": {
|
3147
3167
|
"filePath": "install.main.runtime.ts",
|
3148
|
-
"line":
|
3168
|
+
"line": 745,
|
3149
3169
|
"character": 7
|
3150
3170
|
},
|
3151
3171
|
"name": "Promise",
|
@@ -3154,7 +3174,7 @@
|
|
3154
3174
|
"__schema": "TypeUnionSchema",
|
3155
3175
|
"location": {
|
3156
3176
|
"filePath": "install.main.runtime.ts",
|
3157
|
-
"line":
|
3177
|
+
"line": 745,
|
3158
3178
|
"character": 15
|
3159
3179
|
},
|
3160
3180
|
"types": [
|
@@ -3162,7 +3182,7 @@
|
|
3162
3182
|
"__schema": "TypeRefSchema",
|
3163
3183
|
"location": {
|
3164
3184
|
"filePath": "install.main.runtime.ts",
|
3165
|
-
"line":
|
3185
|
+
"line": 745,
|
3166
3186
|
"character": 15
|
3167
3187
|
},
|
3168
3188
|
"name": "ComponentMap",
|
@@ -3171,7 +3191,7 @@
|
|
3171
3191
|
"__schema": "KeywordTypeSchema",
|
3172
3192
|
"location": {
|
3173
3193
|
"filePath": "install.main.runtime.ts",
|
3174
|
-
"line":
|
3194
|
+
"line": 745,
|
3175
3195
|
"character": 28
|
3176
3196
|
},
|
3177
3197
|
"name": "string"
|
@@ -3182,7 +3202,7 @@
|
|
3182
3202
|
"__schema": "LiteralTypeSchema",
|
3183
3203
|
"location": {
|
3184
3204
|
"filePath": "install.main.runtime.ts",
|
3185
|
-
"line":
|
3205
|
+
"line": 745,
|
3186
3206
|
"character": 38
|
3187
3207
|
},
|
3188
3208
|
"name": "null"
|
@@ -3199,7 +3219,7 @@
|
|
3199
3219
|
"__schema": "FunctionLikeSchema",
|
3200
3220
|
"location": {
|
3201
3221
|
"filePath": "install.main.runtime.ts",
|
3202
|
-
"line":
|
3222
|
+
"line": 788,
|
3203
3223
|
"character": 3
|
3204
3224
|
},
|
3205
3225
|
"signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
|
@@ -3209,7 +3229,7 @@
|
|
3209
3229
|
"__schema": "ParameterSchema",
|
3210
3230
|
"location": {
|
3211
3231
|
"filePath": "install.main.runtime.ts",
|
3212
|
-
"line":
|
3232
|
+
"line": 788,
|
3213
3233
|
"character": 46
|
3214
3234
|
},
|
3215
3235
|
"name": "components",
|
@@ -3217,14 +3237,14 @@
|
|
3217
3237
|
"__schema": "TypeArraySchema",
|
3218
3238
|
"location": {
|
3219
3239
|
"filePath": "install.main.runtime.ts",
|
3220
|
-
"line":
|
3240
|
+
"line": 788,
|
3221
3241
|
"character": 58
|
3222
3242
|
},
|
3223
3243
|
"type": {
|
3224
3244
|
"__schema": "TypeRefSchema",
|
3225
3245
|
"location": {
|
3226
3246
|
"filePath": "install.main.runtime.ts",
|
3227
|
-
"line":
|
3247
|
+
"line": 788,
|
3228
3248
|
"character": 58
|
3229
3249
|
},
|
3230
3250
|
"name": "Component"
|
@@ -3238,7 +3258,7 @@
|
|
3238
3258
|
"__schema": "InferenceTypeSchema",
|
3239
3259
|
"location": {
|
3240
3260
|
"filePath": "install.main.runtime.ts",
|
3241
|
-
"line":
|
3261
|
+
"line": 788,
|
3242
3262
|
"character": 3
|
3243
3263
|
},
|
3244
3264
|
"type": "Promise<void>"
|
@@ -3251,14 +3271,14 @@
|
|
3251
3271
|
"__schema": "FunctionLikeSchema",
|
3252
3272
|
"location": {
|
3253
3273
|
"filePath": "install.main.runtime.ts",
|
3254
|
-
"line":
|
3274
|
+
"line": 857,
|
3255
3275
|
"character": 3
|
3256
3276
|
},
|
3257
3277
|
"doc": {
|
3258
3278
|
"__schema": "DocSchema",
|
3259
3279
|
"location": {
|
3260
3280
|
"filePath": "install.main.runtime.ts",
|
3261
|
-
"line":
|
3281
|
+
"line": 852,
|
3262
3282
|
"character": 3
|
3263
3283
|
},
|
3264
3284
|
"raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
|
@@ -3268,7 +3288,7 @@
|
|
3268
3288
|
"__schema": "PropertyLikeTagSchema",
|
3269
3289
|
"location": {
|
3270
3290
|
"filePath": "install.main.runtime.ts",
|
3271
|
-
"line":
|
3291
|
+
"line": 855,
|
3272
3292
|
"character": 6
|
3273
3293
|
},
|
3274
3294
|
"name": "the",
|
@@ -3278,14 +3298,14 @@
|
|
3278
3298
|
"__schema": "TypeArraySchema",
|
3279
3299
|
"location": {
|
3280
3300
|
"filePath": "install.main.runtime.ts",
|
3281
|
-
"line":
|
3301
|
+
"line": 855,
|
3282
3302
|
"character": 14
|
3283
3303
|
},
|
3284
3304
|
"type": {
|
3285
3305
|
"__schema": "KeywordTypeSchema",
|
3286
3306
|
"location": {
|
3287
3307
|
"filePath": "install.main.runtime.ts",
|
3288
|
-
"line":
|
3308
|
+
"line": 855,
|
3289
3309
|
"character": 14
|
3290
3310
|
},
|
3291
3311
|
"name": "string"
|
@@ -3301,7 +3321,7 @@
|
|
3301
3321
|
"__schema": "ParameterSchema",
|
3302
3322
|
"location": {
|
3303
3323
|
"filePath": "install.main.runtime.ts",
|
3304
|
-
"line":
|
3324
|
+
"line": 857,
|
3305
3325
|
"character": 31
|
3306
3326
|
},
|
3307
3327
|
"name": "packages",
|
@@ -3309,14 +3329,14 @@
|
|
3309
3329
|
"__schema": "TypeArraySchema",
|
3310
3330
|
"location": {
|
3311
3331
|
"filePath": "install.main.runtime.ts",
|
3312
|
-
"line":
|
3332
|
+
"line": 857,
|
3313
3333
|
"character": 41
|
3314
3334
|
},
|
3315
3335
|
"type": {
|
3316
3336
|
"__schema": "KeywordTypeSchema",
|
3317
3337
|
"location": {
|
3318
3338
|
"filePath": "install.main.runtime.ts",
|
3319
|
-
"line":
|
3339
|
+
"line": 857,
|
3320
3340
|
"character": 41
|
3321
3341
|
},
|
3322
3342
|
"name": "string"
|
@@ -3330,7 +3350,7 @@
|
|
3330
3350
|
"__schema": "InferenceTypeSchema",
|
3331
3351
|
"location": {
|
3332
3352
|
"filePath": "install.main.runtime.ts",
|
3333
|
-
"line":
|
3353
|
+
"line": 857,
|
3334
3354
|
"character": 3
|
3335
3355
|
},
|
3336
3356
|
"type": "Promise<ComponentMap<string>>"
|
@@ -3343,14 +3363,14 @@
|
|
3343
3363
|
"__schema": "FunctionLikeSchema",
|
3344
3364
|
"location": {
|
3345
3365
|
"filePath": "install.main.runtime.ts",
|
3346
|
-
"line":
|
3366
|
+
"line": 867,
|
3347
3367
|
"character": 3
|
3348
3368
|
},
|
3349
3369
|
"doc": {
|
3350
3370
|
"__schema": "DocSchema",
|
3351
3371
|
"location": {
|
3352
3372
|
"filePath": "install.main.runtime.ts",
|
3353
|
-
"line":
|
3373
|
+
"line": 863,
|
3354
3374
|
"character": 3
|
3355
3375
|
},
|
3356
3376
|
"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 */",
|
@@ -3363,7 +3383,7 @@
|
|
3363
3383
|
"__schema": "ParameterSchema",
|
3364
3384
|
"location": {
|
3365
3385
|
"filePath": "install.main.runtime.ts",
|
3366
|
-
"line":
|
3386
|
+
"line": 868,
|
3367
3387
|
"character": 5
|
3368
3388
|
},
|
3369
3389
|
"name": "options",
|
@@ -3371,7 +3391,7 @@
|
|
3371
3391
|
"__schema": "TypeRefSchema",
|
3372
3392
|
"location": {
|
3373
3393
|
"filePath": "install.main.runtime.ts",
|
3374
|
-
"line":
|
3394
|
+
"line": 868,
|
3375
3395
|
"character": 14
|
3376
3396
|
},
|
3377
3397
|
"name": "WorkspaceLinkOptions"
|
@@ -3385,7 +3405,7 @@
|
|
3385
3405
|
"__schema": "TypeRefSchema",
|
3386
3406
|
"location": {
|
3387
3407
|
"filePath": "install.main.runtime.ts",
|
3388
|
-
"line":
|
3408
|
+
"line": 869,
|
3389
3409
|
"character": 6
|
3390
3410
|
},
|
3391
3411
|
"name": "Promise",
|
@@ -3394,7 +3414,7 @@
|
|
3394
3414
|
"__schema": "TypeLiteralSchema",
|
3395
3415
|
"location": {
|
3396
3416
|
"filePath": "install.main.runtime.ts",
|
3397
|
-
"line":
|
3417
|
+
"line": 869,
|
3398
3418
|
"character": 14
|
3399
3419
|
},
|
3400
3420
|
"members": [
|
@@ -3402,7 +3422,7 @@
|
|
3402
3422
|
"__schema": "VariableLikeSchema",
|
3403
3423
|
"location": {
|
3404
3424
|
"filePath": "install.main.runtime.ts",
|
3405
|
-
"line":
|
3425
|
+
"line": 869,
|
3406
3426
|
"character": 16
|
3407
3427
|
},
|
3408
3428
|
"signature": "(property) linkResults: WorkspaceLinkResults",
|
@@ -3411,7 +3431,7 @@
|
|
3411
3431
|
"__schema": "TypeRefSchema",
|
3412
3432
|
"location": {
|
3413
3433
|
"filePath": "install.main.runtime.ts",
|
3414
|
-
"line":
|
3434
|
+
"line": 869,
|
3415
3435
|
"character": 16
|
3416
3436
|
},
|
3417
3437
|
"name": "WorkspaceLinkResults",
|
@@ -3423,7 +3443,7 @@
|
|
3423
3443
|
"__schema": "VariableLikeSchema",
|
3424
3444
|
"location": {
|
3425
3445
|
"filePath": "install.main.runtime.ts",
|
3426
|
-
"line":
|
3446
|
+
"line": 869,
|
3427
3447
|
"character": 51
|
3428
3448
|
},
|
3429
3449
|
"signature": "(property) linkedRootDeps: Record<string, string>",
|
@@ -3432,7 +3452,7 @@
|
|
3432
3452
|
"__schema": "TypeRefSchema",
|
3433
3453
|
"location": {
|
3434
3454
|
"filePath": "install.main.runtime.ts",
|
3435
|
-
"line":
|
3455
|
+
"line": 869,
|
3436
3456
|
"character": 67
|
3437
3457
|
},
|
3438
3458
|
"name": "Record",
|
@@ -3441,7 +3461,7 @@
|
|
3441
3461
|
"__schema": "KeywordTypeSchema",
|
3442
3462
|
"location": {
|
3443
3463
|
"filePath": "install.main.runtime.ts",
|
3444
|
-
"line":
|
3464
|
+
"line": 869,
|
3445
3465
|
"character": 74
|
3446
3466
|
},
|
3447
3467
|
"name": "string"
|
@@ -3450,7 +3470,7 @@
|
|
3450
3470
|
"__schema": "KeywordTypeSchema",
|
3451
3471
|
"location": {
|
3452
3472
|
"filePath": "install.main.runtime.ts",
|
3453
|
-
"line":
|
3473
|
+
"line": 869,
|
3454
3474
|
"character": 82
|
3455
3475
|
},
|
3456
3476
|
"name": "string"
|
@@ -3471,7 +3491,7 @@
|
|
3471
3491
|
"__schema": "FunctionLikeSchema",
|
3472
3492
|
"location": {
|
3473
3493
|
"filePath": "install.main.runtime.ts",
|
3474
|
-
"line":
|
3494
|
+
"line": 893,
|
3475
3495
|
"character": 3
|
3476
3496
|
},
|
3477
3497
|
"signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
|
@@ -3481,7 +3501,7 @@
|
|
3481
3501
|
"__schema": "ParameterSchema",
|
3482
3502
|
"location": {
|
3483
3503
|
"filePath": "install.main.runtime.ts",
|
3484
|
-
"line":
|
3504
|
+
"line": 893,
|
3485
3505
|
"character": 22
|
3486
3506
|
},
|
3487
3507
|
"name": "compDirMap",
|
@@ -3489,7 +3509,7 @@
|
|
3489
3509
|
"__schema": "TypeRefSchema",
|
3490
3510
|
"location": {
|
3491
3511
|
"filePath": "install.main.runtime.ts",
|
3492
|
-
"line":
|
3512
|
+
"line": 893,
|
3493
3513
|
"character": 34
|
3494
3514
|
},
|
3495
3515
|
"name": "ComponentMap",
|
@@ -3498,7 +3518,7 @@
|
|
3498
3518
|
"__schema": "KeywordTypeSchema",
|
3499
3519
|
"location": {
|
3500
3520
|
"filePath": "install.main.runtime.ts",
|
3501
|
-
"line":
|
3521
|
+
"line": 893,
|
3502
3522
|
"character": 47
|
3503
3523
|
},
|
3504
3524
|
"name": "string"
|
@@ -3512,7 +3532,7 @@
|
|
3512
3532
|
"__schema": "ParameterSchema",
|
3513
3533
|
"location": {
|
3514
3534
|
"filePath": "install.main.runtime.ts",
|
3515
|
-
"line":
|
3535
|
+
"line": 893,
|
3516
3536
|
"character": 56
|
3517
3537
|
},
|
3518
3538
|
"name": "options",
|
@@ -3520,7 +3540,7 @@
|
|
3520
3540
|
"__schema": "TypeLiteralSchema",
|
3521
3541
|
"location": {
|
3522
3542
|
"filePath": "install.main.runtime.ts",
|
3523
|
-
"line":
|
3543
|
+
"line": 893,
|
3524
3544
|
"character": 66
|
3525
3545
|
},
|
3526
3546
|
"members": [
|
@@ -3528,7 +3548,7 @@
|
|
3528
3548
|
"__schema": "VariableLikeSchema",
|
3529
3549
|
"location": {
|
3530
3550
|
"filePath": "install.main.runtime.ts",
|
3531
|
-
"line":
|
3551
|
+
"line": 893,
|
3532
3552
|
"character": 68
|
3533
3553
|
},
|
3534
3554
|
"signature": "(property) rewire?: boolean | undefined",
|
@@ -3537,7 +3557,7 @@
|
|
3537
3557
|
"__schema": "KeywordTypeSchema",
|
3538
3558
|
"location": {
|
3539
3559
|
"filePath": "install.main.runtime.ts",
|
3540
|
-
"line":
|
3560
|
+
"line": 893,
|
3541
3561
|
"character": 77
|
3542
3562
|
},
|
3543
3563
|
"name": "boolean"
|
@@ -3554,7 +3574,7 @@
|
|
3554
3574
|
"__schema": "InferenceTypeSchema",
|
3555
3575
|
"location": {
|
3556
3576
|
"filePath": "install.main.runtime.ts",
|
3557
|
-
"line":
|
3577
|
+
"line": 893,
|
3558
3578
|
"character": 3
|
3559
3579
|
},
|
3560
3580
|
"type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
|
@@ -3567,7 +3587,7 @@
|
|
3567
3587
|
"__schema": "FunctionLikeSchema",
|
3568
3588
|
"location": {
|
3569
3589
|
"filePath": "install.main.runtime.ts",
|
3570
|
-
"line":
|
3590
|
+
"line": 898,
|
3571
3591
|
"character": 3
|
3572
3592
|
},
|
3573
3593
|
"signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
|
@@ -3577,7 +3597,7 @@
|
|
3577
3597
|
"__schema": "ParameterSchema",
|
3578
3598
|
"location": {
|
3579
3599
|
"filePath": "install.main.runtime.ts",
|
3580
|
-
"line":
|
3600
|
+
"line": 898,
|
3581
3601
|
"character": 14
|
3582
3602
|
},
|
3583
3603
|
"name": "options",
|
@@ -3585,7 +3605,7 @@
|
|
3585
3605
|
"__schema": "TypeRefSchema",
|
3586
3606
|
"location": {
|
3587
3607
|
"filePath": "install.main.runtime.ts",
|
3588
|
-
"line":
|
3608
|
+
"line": 898,
|
3589
3609
|
"character": 23
|
3590
3610
|
},
|
3591
3611
|
"name": "WorkspaceLinkOptions"
|
@@ -3599,7 +3619,7 @@
|
|
3599
3619
|
"__schema": "TypeRefSchema",
|
3600
3620
|
"location": {
|
3601
3621
|
"filePath": "install.main.runtime.ts",
|
3602
|
-
"line":
|
3622
|
+
"line": 898,
|
3603
3623
|
"character": 51
|
3604
3624
|
},
|
3605
3625
|
"name": "Promise",
|
@@ -3608,7 +3628,7 @@
|
|
3608
3628
|
"__schema": "TypeRefSchema",
|
3609
3629
|
"location": {
|
3610
3630
|
"filePath": "install.main.runtime.ts",
|
3611
|
-
"line":
|
3631
|
+
"line": 898,
|
3612
3632
|
"character": 59
|
3613
3633
|
},
|
3614
3634
|
"name": "WorkspaceLinkResults"
|
@@ -3623,7 +3643,7 @@
|
|
3623
3643
|
"__schema": "VariableLikeSchema",
|
3624
3644
|
"location": {
|
3625
3645
|
"filePath": "install.main.runtime.ts",
|
3626
|
-
"line":
|
3646
|
+
"line": 1000,
|
3627
3647
|
"character": 3
|
3628
3648
|
},
|
3629
3649
|
"signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
|
@@ -3632,7 +3652,7 @@
|
|
3632
3652
|
"__schema": "InferenceTypeSchema",
|
3633
3653
|
"location": {
|
3634
3654
|
"filePath": "install.main.runtime.ts",
|
3635
|
-
"line":
|
3655
|
+
"line": 1000,
|
3636
3656
|
"character": 3
|
3637
3657
|
},
|
3638
3658
|
"type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
|
@@ -3644,7 +3664,7 @@
|
|
3644
3664
|
"__schema": "VariableLikeSchema",
|
3645
3665
|
"location": {
|
3646
3666
|
"filePath": "install.main.runtime.ts",
|
3647
|
-
"line":
|
3667
|
+
"line": 1001,
|
3648
3668
|
"character": 3
|
3649
3669
|
},
|
3650
3670
|
"signature": "(property) InstallMain.dependencies: Aspect[]",
|
@@ -3653,7 +3673,7 @@
|
|
3653
3673
|
"__schema": "InferenceTypeSchema",
|
3654
3674
|
"location": {
|
3655
3675
|
"filePath": "install.main.runtime.ts",
|
3656
|
-
"line":
|
3676
|
+
"line": 1001,
|
3657
3677
|
"character": 3
|
3658
3678
|
},
|
3659
3679
|
"type": "Aspect[]"
|
@@ -3665,7 +3685,7 @@
|
|
3665
3685
|
"__schema": "VariableLikeSchema",
|
3666
3686
|
"location": {
|
3667
3687
|
"filePath": "install.main.runtime.ts",
|
3668
|
-
"line":
|
3688
|
+
"line": 1016,
|
3669
3689
|
"character": 3
|
3670
3690
|
},
|
3671
3691
|
"signature": "(property) InstallMain.runtime: RuntimeDefinition",
|
@@ -3674,7 +3694,7 @@
|
|
3674
3694
|
"__schema": "InferenceTypeSchema",
|
3675
3695
|
"location": {
|
3676
3696
|
"filePath": "install.main.runtime.ts",
|
3677
|
-
"line":
|
3697
|
+
"line": 1016,
|
3678
3698
|
"character": 3
|
3679
3699
|
},
|
3680
3700
|
"type": "RuntimeDefinition"
|
@@ -3686,7 +3706,7 @@
|
|
3686
3706
|
"__schema": "FunctionLikeSchema",
|
3687
3707
|
"location": {
|
3688
3708
|
"filePath": "install.main.runtime.ts",
|
3689
|
-
"line":
|
3709
|
+
"line": 1018,
|
3690
3710
|
"character": 3
|
3691
3711
|
},
|
3692
3712
|
"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>",
|
@@ -3696,7 +3716,7 @@
|
|
3696
3716
|
"__schema": "ParameterSchema",
|
3697
3717
|
"location": {
|
3698
3718
|
"filePath": "install.main.runtime.ts",
|
3699
|
-
"line":
|
3719
|
+
"line": 1019,
|
3700
3720
|
"character": 5
|
3701
3721
|
},
|
3702
3722
|
"name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
|
@@ -3704,7 +3724,7 @@
|
|
3704
3724
|
"__schema": "TupleTypeSchema",
|
3705
3725
|
"location": {
|
3706
3726
|
"filePath": "install.main.runtime.ts",
|
3707
|
-
"line":
|
3727
|
+
"line": 1032,
|
3708
3728
|
"character": 8
|
3709
3729
|
},
|
3710
3730
|
"elements": [
|
@@ -3712,7 +3732,7 @@
|
|
3712
3732
|
"__schema": "TypeRefSchema",
|
3713
3733
|
"location": {
|
3714
3734
|
"filePath": "install.main.runtime.ts",
|
3715
|
-
"line":
|
3735
|
+
"line": 1033,
|
3716
3736
|
"character": 7
|
3717
3737
|
},
|
3718
3738
|
"name": "DependencyResolverMain"
|
@@ -3721,7 +3741,7 @@
|
|
3721
3741
|
"__schema": "TypeRefSchema",
|
3722
3742
|
"location": {
|
3723
3743
|
"filePath": "install.main.runtime.ts",
|
3724
|
-
"line":
|
3744
|
+
"line": 1034,
|
3725
3745
|
"character": 7
|
3726
3746
|
},
|
3727
3747
|
"name": "Workspace"
|
@@ -3730,7 +3750,7 @@
|
|
3730
3750
|
"__schema": "TypeRefSchema",
|
3731
3751
|
"location": {
|
3732
3752
|
"filePath": "install.main.runtime.ts",
|
3733
|
-
"line":
|
3753
|
+
"line": 1035,
|
3734
3754
|
"character": 7
|
3735
3755
|
},
|
3736
3756
|
"name": "LoggerMain"
|
@@ -3739,7 +3759,7 @@
|
|
3739
3759
|
"__schema": "TypeRefSchema",
|
3740
3760
|
"location": {
|
3741
3761
|
"filePath": "install.main.runtime.ts",
|
3742
|
-
"line":
|
3762
|
+
"line": 1036,
|
3743
3763
|
"character": 7
|
3744
3764
|
},
|
3745
3765
|
"name": "VariantsMain"
|
@@ -3748,7 +3768,7 @@
|
|
3748
3768
|
"__schema": "TypeRefSchema",
|
3749
3769
|
"location": {
|
3750
3770
|
"filePath": "install.main.runtime.ts",
|
3751
|
-
"line":
|
3771
|
+
"line": 1037,
|
3752
3772
|
"character": 7
|
3753
3773
|
},
|
3754
3774
|
"name": "CLIMain"
|
@@ -3757,7 +3777,7 @@
|
|
3757
3777
|
"__schema": "TypeRefSchema",
|
3758
3778
|
"location": {
|
3759
3779
|
"filePath": "install.main.runtime.ts",
|
3760
|
-
"line":
|
3780
|
+
"line": 1038,
|
3761
3781
|
"character": 7
|
3762
3782
|
},
|
3763
3783
|
"name": "CompilerMain"
|
@@ -3766,7 +3786,7 @@
|
|
3766
3786
|
"__schema": "TypeRefSchema",
|
3767
3787
|
"location": {
|
3768
3788
|
"filePath": "install.main.runtime.ts",
|
3769
|
-
"line":
|
3789
|
+
"line": 1039,
|
3770
3790
|
"character": 7
|
3771
3791
|
},
|
3772
3792
|
"name": "IssuesMain"
|
@@ -3775,7 +3795,7 @@
|
|
3775
3795
|
"__schema": "TypeRefSchema",
|
3776
3796
|
"location": {
|
3777
3797
|
"filePath": "install.main.runtime.ts",
|
3778
|
-
"line":
|
3798
|
+
"line": 1040,
|
3779
3799
|
"character": 7
|
3780
3800
|
},
|
3781
3801
|
"name": "EnvsMain"
|
@@ -3784,7 +3804,7 @@
|
|
3784
3804
|
"__schema": "TypeRefSchema",
|
3785
3805
|
"location": {
|
3786
3806
|
"filePath": "install.main.runtime.ts",
|
3787
|
-
"line":
|
3807
|
+
"line": 1041,
|
3788
3808
|
"character": 7
|
3789
3809
|
},
|
3790
3810
|
"name": "ApplicationMain"
|
@@ -3793,7 +3813,7 @@
|
|
3793
3813
|
"__schema": "TypeRefSchema",
|
3794
3814
|
"location": {
|
3795
3815
|
"filePath": "install.main.runtime.ts",
|
3796
|
-
"line":
|
3816
|
+
"line": 1042,
|
3797
3817
|
"character": 7
|
3798
3818
|
},
|
3799
3819
|
"name": "IpcEventsMain"
|
@@ -3802,7 +3822,7 @@
|
|
3802
3822
|
"__schema": "TypeRefSchema",
|
3803
3823
|
"location": {
|
3804
3824
|
"filePath": "install.main.runtime.ts",
|
3805
|
-
"line":
|
3825
|
+
"line": 1043,
|
3806
3826
|
"character": 7
|
3807
3827
|
},
|
3808
3828
|
"name": "GeneratorMain"
|
@@ -3811,7 +3831,7 @@
|
|
3811
3831
|
"__schema": "TypeRefSchema",
|
3812
3832
|
"location": {
|
3813
3833
|
"filePath": "install.main.runtime.ts",
|
3814
|
-
"line":
|
3834
|
+
"line": 1044,
|
3815
3835
|
"character": 7
|
3816
3836
|
},
|
3817
3837
|
"name": "WorkspaceConfigFilesMain"
|
@@ -3825,7 +3845,7 @@
|
|
3825
3845
|
"__schema": "ParameterSchema",
|
3826
3846
|
"location": {
|
3827
3847
|
"filePath": "install.main.runtime.ts",
|
3828
|
-
"line":
|
3848
|
+
"line": 1046,
|
3829
3849
|
"character": 5
|
3830
3850
|
},
|
3831
3851
|
"name": "_",
|
@@ -3833,7 +3853,7 @@
|
|
3833
3853
|
"__schema": "InferenceTypeSchema",
|
3834
3854
|
"location": {
|
3835
3855
|
"filePath": "install.main.runtime.ts",
|
3836
|
-
"line":
|
3856
|
+
"line": 1046,
|
3837
3857
|
"character": 5
|
3838
3858
|
},
|
3839
3859
|
"type": "any"
|
@@ -3845,7 +3865,7 @@
|
|
3845
3865
|
"__schema": "ParameterSchema",
|
3846
3866
|
"location": {
|
3847
3867
|
"filePath": "install.main.runtime.ts",
|
3848
|
-
"line":
|
3868
|
+
"line": 1047,
|
3849
3869
|
"character": 5
|
3850
3870
|
},
|
3851
3871
|
"name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
|
@@ -3853,7 +3873,7 @@
|
|
3853
3873
|
"__schema": "TupleTypeSchema",
|
3854
3874
|
"location": {
|
3855
3875
|
"filePath": "install.main.runtime.ts",
|
3856
|
-
"line":
|
3876
|
+
"line": 1047,
|
3857
3877
|
"character": 53
|
3858
3878
|
},
|
3859
3879
|
"elements": [
|
@@ -3861,7 +3881,7 @@
|
|
3861
3881
|
"__schema": "TypeRefSchema",
|
3862
3882
|
"location": {
|
3863
3883
|
"filePath": "install.main.runtime.ts",
|
3864
|
-
"line":
|
3884
|
+
"line": 1047,
|
3865
3885
|
"character": 54
|
3866
3886
|
},
|
3867
3887
|
"name": "PreLinkSlot"
|
@@ -3870,7 +3890,7 @@
|
|
3870
3890
|
"__schema": "TypeRefSchema",
|
3871
3891
|
"location": {
|
3872
3892
|
"filePath": "install.main.runtime.ts",
|
3873
|
-
"line":
|
3893
|
+
"line": 1047,
|
3874
3894
|
"character": 67
|
3875
3895
|
},
|
3876
3896
|
"name": "PreInstallSlot"
|
@@ -3879,7 +3899,7 @@
|
|
3879
3899
|
"__schema": "TypeRefSchema",
|
3880
3900
|
"location": {
|
3881
3901
|
"filePath": "install.main.runtime.ts",
|
3882
|
-
"line":
|
3902
|
+
"line": 1047,
|
3883
3903
|
"character": 83
|
3884
3904
|
},
|
3885
3905
|
"name": "PostInstallSlot"
|
@@ -3894,7 +3914,7 @@
|
|
3894
3914
|
"__schema": "InferenceTypeSchema",
|
3895
3915
|
"location": {
|
3896
3916
|
"filePath": "install.main.runtime.ts",
|
3897
|
-
"line":
|
3917
|
+
"line": 1018,
|
3898
3918
|
"character": 3
|
3899
3919
|
},
|
3900
3920
|
"type": "Promise<InstallMain>"
|
@@ -3912,7 +3932,7 @@
|
|
3912
3932
|
"__schema": "UnImplementedSchema",
|
3913
3933
|
"location": {
|
3914
3934
|
"filePath": "install.main.runtime.ts",
|
3915
|
-
"line":
|
3935
|
+
"line": 1116,
|
3916
3936
|
"character": 16
|
3917
3937
|
},
|
3918
3938
|
"name": "InstallMain",
|
@@ -3924,7 +3944,7 @@
|
|
3924
3944
|
"__schema": "TypeSchema",
|
3925
3945
|
"location": {
|
3926
3946
|
"filePath": "install.main.runtime.ts",
|
3927
|
-
"line":
|
3947
|
+
"line": 90,
|
3928
3948
|
"character": 1
|
3929
3949
|
},
|
3930
3950
|
"signature": "type PreLink = (linkOpts?: WorkspaceLinkOptions) => Promise<void>",
|
@@ -3933,7 +3953,7 @@
|
|
3933
3953
|
"__schema": "FunctionLikeSchema",
|
3934
3954
|
"location": {
|
3935
3955
|
"filePath": "install.main.runtime.ts",
|
3936
|
-
"line":
|
3956
|
+
"line": 90,
|
3937
3957
|
"character": 16
|
3938
3958
|
},
|
3939
3959
|
"signature": "(linkOpts?: WorkspaceLinkOptions): Promise<void>",
|
@@ -3943,7 +3963,7 @@
|
|
3943
3963
|
"__schema": "ParameterSchema",
|
3944
3964
|
"location": {
|
3945
3965
|
"filePath": "install.main.runtime.ts",
|
3946
|
-
"line":
|
3966
|
+
"line": 90,
|
3947
3967
|
"character": 17
|
3948
3968
|
},
|
3949
3969
|
"name": "linkOpts",
|
@@ -3951,7 +3971,7 @@
|
|
3951
3971
|
"__schema": "TypeRefSchema",
|
3952
3972
|
"location": {
|
3953
3973
|
"filePath": "install.main.runtime.ts",
|
3954
|
-
"line":
|
3974
|
+
"line": 90,
|
3955
3975
|
"character": 28
|
3956
3976
|
},
|
3957
3977
|
"name": "WorkspaceLinkOptions"
|
@@ -3964,7 +3984,7 @@
|
|
3964
3984
|
"__schema": "TypeRefSchema",
|
3965
3985
|
"location": {
|
3966
3986
|
"filePath": "install.main.runtime.ts",
|
3967
|
-
"line":
|
3987
|
+
"line": 90,
|
3968
3988
|
"character": 53
|
3969
3989
|
},
|
3970
3990
|
"name": "Promise",
|
@@ -3973,7 +3993,7 @@
|
|
3973
3993
|
"__schema": "KeywordTypeSchema",
|
3974
3994
|
"location": {
|
3975
3995
|
"filePath": "install.main.runtime.ts",
|
3976
|
-
"line":
|
3996
|
+
"line": 90,
|
3977
3997
|
"character": 61
|
3978
3998
|
},
|
3979
3999
|
"name": "void"
|
@@ -3987,7 +4007,7 @@
|
|
3987
4007
|
"__schema": "TypeSchema",
|
3988
4008
|
"location": {
|
3989
4009
|
"filePath": "install.main.runtime.ts",
|
3990
|
-
"line":
|
4010
|
+
"line": 91,
|
3991
4011
|
"character": 1
|
3992
4012
|
},
|
3993
4013
|
"signature": "type PreInstall = (installOpts?: WorkspaceInstallOptions) => Promise<void>",
|
@@ -3996,7 +4016,7 @@
|
|
3996
4016
|
"__schema": "FunctionLikeSchema",
|
3997
4017
|
"location": {
|
3998
4018
|
"filePath": "install.main.runtime.ts",
|
3999
|
-
"line":
|
4019
|
+
"line": 91,
|
4000
4020
|
"character": 19
|
4001
4021
|
},
|
4002
4022
|
"signature": "(installOpts?: WorkspaceInstallOptions): Promise<void>",
|
@@ -4006,7 +4026,7 @@
|
|
4006
4026
|
"__schema": "ParameterSchema",
|
4007
4027
|
"location": {
|
4008
4028
|
"filePath": "install.main.runtime.ts",
|
4009
|
-
"line":
|
4029
|
+
"line": 91,
|
4010
4030
|
"character": 20
|
4011
4031
|
},
|
4012
4032
|
"name": "installOpts",
|
@@ -4014,7 +4034,7 @@
|
|
4014
4034
|
"__schema": "TypeRefSchema",
|
4015
4035
|
"location": {
|
4016
4036
|
"filePath": "install.main.runtime.ts",
|
4017
|
-
"line":
|
4037
|
+
"line": 91,
|
4018
4038
|
"character": 34
|
4019
4039
|
},
|
4020
4040
|
"name": "WorkspaceInstallOptions"
|
@@ -4027,7 +4047,7 @@
|
|
4027
4047
|
"__schema": "TypeRefSchema",
|
4028
4048
|
"location": {
|
4029
4049
|
"filePath": "install.main.runtime.ts",
|
4030
|
-
"line":
|
4050
|
+
"line": 91,
|
4031
4051
|
"character": 62
|
4032
4052
|
},
|
4033
4053
|
"name": "Promise",
|
@@ -4036,7 +4056,7 @@
|
|
4036
4056
|
"__schema": "KeywordTypeSchema",
|
4037
4057
|
"location": {
|
4038
4058
|
"filePath": "install.main.runtime.ts",
|
4039
|
-
"line":
|
4059
|
+
"line": 91,
|
4040
4060
|
"character": 70
|
4041
4061
|
},
|
4042
4062
|
"name": "void"
|
@@ -4050,7 +4070,7 @@
|
|
4050
4070
|
"__schema": "TypeSchema",
|
4051
4071
|
"location": {
|
4052
4072
|
"filePath": "install.main.runtime.ts",
|
4053
|
-
"line":
|
4073
|
+
"line": 92,
|
4054
4074
|
"character": 1
|
4055
4075
|
},
|
4056
4076
|
"signature": "type PostInstall = () => Promise<void>",
|
@@ -4059,7 +4079,7 @@
|
|
4059
4079
|
"__schema": "FunctionLikeSchema",
|
4060
4080
|
"location": {
|
4061
4081
|
"filePath": "install.main.runtime.ts",
|
4062
|
-
"line":
|
4082
|
+
"line": 92,
|
4063
4083
|
"character": 20
|
4064
4084
|
},
|
4065
4085
|
"signature": "(): Promise<void>",
|
@@ -4069,7 +4089,7 @@
|
|
4069
4089
|
"__schema": "TypeRefSchema",
|
4070
4090
|
"location": {
|
4071
4091
|
"filePath": "install.main.runtime.ts",
|
4072
|
-
"line":
|
4092
|
+
"line": 92,
|
4073
4093
|
"character": 26
|
4074
4094
|
},
|
4075
4095
|
"name": "Promise",
|
@@ -4078,7 +4098,7 @@
|
|
4078
4098
|
"__schema": "KeywordTypeSchema",
|
4079
4099
|
"location": {
|
4080
4100
|
"filePath": "install.main.runtime.ts",
|
4081
|
-
"line":
|
4101
|
+
"line": 92,
|
4082
4102
|
"character": 34
|
4083
4103
|
},
|
4084
4104
|
"name": "void"
|
@@ -4092,7 +4112,7 @@
|
|
4092
4112
|
"__schema": "TypeSchema",
|
4093
4113
|
"location": {
|
4094
4114
|
"filePath": "install.main.runtime.ts",
|
4095
|
-
"line":
|
4115
|
+
"line": 94,
|
4096
4116
|
"character": 1
|
4097
4117
|
},
|
4098
4118
|
"signature": "type PreLinkSlot = SlotRegistry<PreLink>",
|
@@ -4101,7 +4121,7 @@
|
|
4101
4121
|
"__schema": "TypeRefSchema",
|
4102
4122
|
"location": {
|
4103
4123
|
"filePath": "install.main.runtime.ts",
|
4104
|
-
"line":
|
4124
|
+
"line": 94,
|
4105
4125
|
"character": 20
|
4106
4126
|
},
|
4107
4127
|
"name": "SlotRegistry",
|
@@ -4110,7 +4130,7 @@
|
|
4110
4130
|
"__schema": "TypeRefSchema",
|
4111
4131
|
"location": {
|
4112
4132
|
"filePath": "install.main.runtime.ts",
|
4113
|
-
"line":
|
4133
|
+
"line": 94,
|
4114
4134
|
"character": 33
|
4115
4135
|
},
|
4116
4136
|
"name": "PreLink"
|
@@ -4122,7 +4142,7 @@
|
|
4122
4142
|
"__schema": "TypeSchema",
|
4123
4143
|
"location": {
|
4124
4144
|
"filePath": "install.main.runtime.ts",
|
4125
|
-
"line":
|
4145
|
+
"line": 95,
|
4126
4146
|
"character": 1
|
4127
4147
|
},
|
4128
4148
|
"signature": "type PreInstallSlot = SlotRegistry<PreInstall>",
|
@@ -4131,7 +4151,7 @@
|
|
4131
4151
|
"__schema": "TypeRefSchema",
|
4132
4152
|
"location": {
|
4133
4153
|
"filePath": "install.main.runtime.ts",
|
4134
|
-
"line":
|
4154
|
+
"line": 95,
|
4135
4155
|
"character": 23
|
4136
4156
|
},
|
4137
4157
|
"name": "SlotRegistry",
|
@@ -4140,7 +4160,7 @@
|
|
4140
4160
|
"__schema": "TypeRefSchema",
|
4141
4161
|
"location": {
|
4142
4162
|
"filePath": "install.main.runtime.ts",
|
4143
|
-
"line":
|
4163
|
+
"line": 95,
|
4144
4164
|
"character": 36
|
4145
4165
|
},
|
4146
4166
|
"name": "PreInstall"
|
@@ -4152,7 +4172,7 @@
|
|
4152
4172
|
"__schema": "TypeSchema",
|
4153
4173
|
"location": {
|
4154
4174
|
"filePath": "install.main.runtime.ts",
|
4155
|
-
"line":
|
4175
|
+
"line": 96,
|
4156
4176
|
"character": 1
|
4157
4177
|
},
|
4158
4178
|
"signature": "type PostInstallSlot = SlotRegistry<PostInstall>",
|
@@ -4161,7 +4181,7 @@
|
|
4161
4181
|
"__schema": "TypeRefSchema",
|
4162
4182
|
"location": {
|
4163
4183
|
"filePath": "install.main.runtime.ts",
|
4164
|
-
"line":
|
4184
|
+
"line": 96,
|
4165
4185
|
"character": 24
|
4166
4186
|
},
|
4167
4187
|
"name": "SlotRegistry",
|
@@ -4170,7 +4190,7 @@
|
|
4170
4190
|
"__schema": "TypeRefSchema",
|
4171
4191
|
"location": {
|
4172
4192
|
"filePath": "install.main.runtime.ts",
|
4173
|
-
"line":
|
4193
|
+
"line": 96,
|
4174
4194
|
"character": 37
|
4175
4195
|
},
|
4176
4196
|
"name": "PostInstall"
|
@@ -4182,7 +4202,7 @@
|
|
4182
4202
|
"__schema": "TypeSchema",
|
4183
4203
|
"location": {
|
4184
4204
|
"filePath": "install.main.runtime.ts",
|
4185
|
-
"line":
|
4205
|
+
"line": 98,
|
4186
4206
|
"character": 1
|
4187
4207
|
},
|
4188
4208
|
"signature": "type GetComponentsAndManifestsOptions = Omit<GetComponentManifestsOptions, \"rootDir\" | \"rootPolicy\" | \"componentDirectoryMap\"> & Pick<PackageManagerInstallOptions, \"nodeLinker\">",
|
@@ -4191,7 +4211,7 @@
|
|
4191
4211
|
"__schema": "TypeIntersectionSchema",
|
4192
4212
|
"location": {
|
4193
4213
|
"filePath": "install.main.runtime.ts",
|
4194
|
-
"line":
|
4214
|
+
"line": 98,
|
4195
4215
|
"character": 41
|
4196
4216
|
},
|
4197
4217
|
"types": [
|
@@ -4199,7 +4219,7 @@
|
|
4199
4219
|
"__schema": "TypeRefSchema",
|
4200
4220
|
"location": {
|
4201
4221
|
"filePath": "install.main.runtime.ts",
|
4202
|
-
"line":
|
4222
|
+
"line": 98,
|
4203
4223
|
"character": 41
|
4204
4224
|
},
|
4205
4225
|
"name": "Omit",
|
@@ -4208,7 +4228,7 @@
|
|
4208
4228
|
"__schema": "TypeRefSchema",
|
4209
4229
|
"location": {
|
4210
4230
|
"filePath": "install.main.runtime.ts",
|
4211
|
-
"line":
|
4231
|
+
"line": 99,
|
4212
4232
|
"character": 3
|
4213
4233
|
},
|
4214
4234
|
"name": "GetComponentManifestsOptions"
|
@@ -4217,7 +4237,7 @@
|
|
4217
4237
|
"__schema": "TypeUnionSchema",
|
4218
4238
|
"location": {
|
4219
4239
|
"filePath": "install.main.runtime.ts",
|
4220
|
-
"line":
|
4240
|
+
"line": 100,
|
4221
4241
|
"character": 3
|
4222
4242
|
},
|
4223
4243
|
"types": [
|
@@ -4225,7 +4245,7 @@
|
|
4225
4245
|
"__schema": "LiteralTypeSchema",
|
4226
4246
|
"location": {
|
4227
4247
|
"filePath": "install.main.runtime.ts",
|
4228
|
-
"line":
|
4248
|
+
"line": 100,
|
4229
4249
|
"character": 3
|
4230
4250
|
},
|
4231
4251
|
"name": "'componentDirectoryMap'"
|
@@ -4234,7 +4254,7 @@
|
|
4234
4254
|
"__schema": "LiteralTypeSchema",
|
4235
4255
|
"location": {
|
4236
4256
|
"filePath": "install.main.runtime.ts",
|
4237
|
-
"line":
|
4257
|
+
"line": 100,
|
4238
4258
|
"character": 29
|
4239
4259
|
},
|
4240
4260
|
"name": "'rootPolicy'"
|
@@ -4243,7 +4263,7 @@
|
|
4243
4263
|
"__schema": "LiteralTypeSchema",
|
4244
4264
|
"location": {
|
4245
4265
|
"filePath": "install.main.runtime.ts",
|
4246
|
-
"line":
|
4266
|
+
"line": 100,
|
4247
4267
|
"character": 44
|
4248
4268
|
},
|
4249
4269
|
"name": "'rootDir'"
|
@@ -4256,7 +4276,7 @@
|
|
4256
4276
|
"__schema": "TypeRefSchema",
|
4257
4277
|
"location": {
|
4258
4278
|
"filePath": "install.main.runtime.ts",
|
4259
|
-
"line":
|
4279
|
+
"line": 102,
|
4260
4280
|
"character": 3
|
4261
4281
|
},
|
4262
4282
|
"name": "Pick",
|
@@ -4265,7 +4285,7 @@
|
|
4265
4285
|
"__schema": "TypeRefSchema",
|
4266
4286
|
"location": {
|
4267
4287
|
"filePath": "install.main.runtime.ts",
|
4268
|
-
"line":
|
4288
|
+
"line": 102,
|
4269
4289
|
"character": 8
|
4270
4290
|
},
|
4271
4291
|
"name": "PackageManagerInstallOptions"
|
@@ -4274,7 +4294,7 @@
|
|
4274
4294
|
"__schema": "LiteralTypeSchema",
|
4275
4295
|
"location": {
|
4276
4296
|
"filePath": "install.main.runtime.ts",
|
4277
|
-
"line":
|
4297
|
+
"line": 102,
|
4278
4298
|
"character": 38
|
4279
4299
|
},
|
4280
4300
|
"name": "'nodeLinker'"
|
@@ -4288,7 +4308,7 @@
|
|
4288
4308
|
"__schema": "TypeSchema",
|
4289
4309
|
"location": {
|
4290
4310
|
"filePath": "install.main.runtime.ts",
|
4291
|
-
"line":
|
4311
|
+
"line": 1092,
|
4292
4312
|
"character": 1
|
4293
4313
|
},
|
4294
4314
|
"signature": "type ComponentsAndManifests = {\n componentDirectoryMap: ComponentMap<string>;\n manifests: Record<string, ProjectManifest>;\n}",
|
@@ -4297,7 +4317,7 @@
|
|
4297
4317
|
"__schema": "TypeLiteralSchema",
|
4298
4318
|
"location": {
|
4299
4319
|
"filePath": "install.main.runtime.ts",
|
4300
|
-
"line":
|
4320
|
+
"line": 1092,
|
4301
4321
|
"character": 31
|
4302
4322
|
},
|
4303
4323
|
"members": [
|
@@ -4305,7 +4325,7 @@
|
|
4305
4325
|
"__schema": "VariableLikeSchema",
|
4306
4326
|
"location": {
|
4307
4327
|
"filePath": "install.main.runtime.ts",
|
4308
|
-
"line":
|
4328
|
+
"line": 1093,
|
4309
4329
|
"character": 3
|
4310
4330
|
},
|
4311
4331
|
"signature": "(property) componentDirectoryMap: ComponentMap<string>",
|
@@ -4314,7 +4334,7 @@
|
|
4314
4334
|
"__schema": "TypeRefSchema",
|
4315
4335
|
"location": {
|
4316
4336
|
"filePath": "install.main.runtime.ts",
|
4317
|
-
"line":
|
4337
|
+
"line": 1093,
|
4318
4338
|
"character": 26
|
4319
4339
|
},
|
4320
4340
|
"name": "ComponentMap",
|
@@ -4323,7 +4343,7 @@
|
|
4323
4343
|
"__schema": "KeywordTypeSchema",
|
4324
4344
|
"location": {
|
4325
4345
|
"filePath": "install.main.runtime.ts",
|
4326
|
-
"line":
|
4346
|
+
"line": 1093,
|
4327
4347
|
"character": 39
|
4328
4348
|
},
|
4329
4349
|
"name": "string"
|
@@ -4336,7 +4356,7 @@
|
|
4336
4356
|
"__schema": "VariableLikeSchema",
|
4337
4357
|
"location": {
|
4338
4358
|
"filePath": "install.main.runtime.ts",
|
4339
|
-
"line":
|
4359
|
+
"line": 1094,
|
4340
4360
|
"character": 3
|
4341
4361
|
},
|
4342
4362
|
"signature": "(property) manifests: Record<string, ProjectManifest>",
|
@@ -4345,7 +4365,7 @@
|
|
4345
4365
|
"__schema": "TypeRefSchema",
|
4346
4366
|
"location": {
|
4347
4367
|
"filePath": "install.main.runtime.ts",
|
4348
|
-
"line":
|
4368
|
+
"line": 1094,
|
4349
4369
|
"character": 14
|
4350
4370
|
},
|
4351
4371
|
"name": "Record",
|
@@ -4354,7 +4374,7 @@
|
|
4354
4374
|
"__schema": "KeywordTypeSchema",
|
4355
4375
|
"location": {
|
4356
4376
|
"filePath": "install.main.runtime.ts",
|
4357
|
-
"line":
|
4377
|
+
"line": 1094,
|
4358
4378
|
"character": 21
|
4359
4379
|
},
|
4360
4380
|
"name": "string"
|
@@ -4363,7 +4383,7 @@
|
|
4363
4383
|
"__schema": "TypeRefSchema",
|
4364
4384
|
"location": {
|
4365
4385
|
"filePath": "install.main.runtime.ts",
|
4366
|
-
"line":
|
4386
|
+
"line": 1094,
|
4367
4387
|
"character": 29
|
4368
4388
|
},
|
4369
4389
|
"name": "ProjectManifest"
|
@@ -4379,7 +4399,7 @@
|
|
4379
4399
|
"__schema": "FunctionLikeSchema",
|
4380
4400
|
"location": {
|
4381
4401
|
"filePath": "install.main.runtime.ts",
|
4382
|
-
"line":
|
4402
|
+
"line": 1097,
|
4383
4403
|
"character": 1
|
4384
4404
|
},
|
4385
4405
|
"signature": "function hasComponentsFromWorkspaceInMissingDeps({ componentDirectoryMap, manifests, }: ComponentsAndManifests): boolean",
|
@@ -4389,7 +4409,7 @@
|
|
4389
4409
|
"__schema": "ParameterSchema",
|
4390
4410
|
"location": {
|
4391
4411
|
"filePath": "install.main.runtime.ts",
|
4392
|
-
"line":
|
4412
|
+
"line": 1097,
|
4393
4413
|
"character": 50
|
4394
4414
|
},
|
4395
4415
|
"name": "{ componentDirectoryMap, manifests }",
|
@@ -4397,7 +4417,7 @@
|
|
4397
4417
|
"__schema": "TypeRefSchema",
|
4398
4418
|
"location": {
|
4399
4419
|
"filePath": "install.main.runtime.ts",
|
4400
|
-
"line":
|
4420
|
+
"line": 1100,
|
4401
4421
|
"character": 4
|
4402
4422
|
},
|
4403
4423
|
"name": "ComponentsAndManifests"
|
@@ -4408,7 +4428,7 @@
|
|
4408
4428
|
"__schema": "InferenceTypeSchema",
|
4409
4429
|
"location": {
|
4410
4430
|
"filePath": "install.main.runtime.ts",
|
4411
|
-
"line":
|
4431
|
+
"line": 1098,
|
4412
4432
|
"character": 3
|
4413
4433
|
},
|
4414
4434
|
"name": "componentDirectoryMap",
|
@@ -4419,7 +4439,7 @@
|
|
4419
4439
|
"__schema": "InferenceTypeSchema",
|
4420
4440
|
"location": {
|
4421
4441
|
"filePath": "install.main.runtime.ts",
|
4422
|
-
"line":
|
4442
|
+
"line": 1099,
|
4423
4443
|
"character": 3
|
4424
4444
|
},
|
4425
4445
|
"name": "manifests",
|
@@ -4434,7 +4454,7 @@
|
|
4434
4454
|
"__schema": "KeywordTypeSchema",
|
4435
4455
|
"location": {
|
4436
4456
|
"filePath": "install.main.runtime.ts",
|
4437
|
-
"line":
|
4457
|
+
"line": 1100,
|
4438
4458
|
"character": 29
|
4439
4459
|
},
|
4440
4460
|
"name": "boolean"
|
@@ -4445,7 +4465,7 @@
|
|
4445
4465
|
"__schema": "UnImplementedSchema",
|
4446
4466
|
"location": {
|
4447
4467
|
"filePath": "install.main.runtime.ts",
|
4448
|
-
"line":
|
4468
|
+
"line": 1114,
|
4449
4469
|
"character": 1
|
4450
4470
|
},
|
4451
4471
|
"name": "InstallAspect.addRuntime(InstallMain);",
|
@@ -4455,7 +4475,7 @@
|
|
4455
4475
|
"__schema": "FunctionLikeSchema",
|
4456
4476
|
"location": {
|
4457
4477
|
"filePath": "install.main.runtime.ts",
|
4458
|
-
"line":
|
4478
|
+
"line": 1118,
|
4459
4479
|
"character": 1
|
4460
4480
|
},
|
4461
4481
|
"signature": "function manifestsHash(manifests: Record<string, ProjectManifest>): string",
|
@@ -4465,7 +4485,7 @@
|
|
4465
4485
|
"__schema": "ParameterSchema",
|
4466
4486
|
"location": {
|
4467
4487
|
"filePath": "install.main.runtime.ts",
|
4468
|
-
"line":
|
4488
|
+
"line": 1118,
|
4469
4489
|
"character": 24
|
4470
4490
|
},
|
4471
4491
|
"name": "manifests",
|
@@ -4473,7 +4493,7 @@
|
|
4473
4493
|
"__schema": "TypeRefSchema",
|
4474
4494
|
"location": {
|
4475
4495
|
"filePath": "install.main.runtime.ts",
|
4476
|
-
"line":
|
4496
|
+
"line": 1118,
|
4477
4497
|
"character": 35
|
4478
4498
|
},
|
4479
4499
|
"name": "Record",
|
@@ -4482,7 +4502,7 @@
|
|
4482
4502
|
"__schema": "KeywordTypeSchema",
|
4483
4503
|
"location": {
|
4484
4504
|
"filePath": "install.main.runtime.ts",
|
4485
|
-
"line":
|
4505
|
+
"line": 1118,
|
4486
4506
|
"character": 42
|
4487
4507
|
},
|
4488
4508
|
"name": "string"
|
@@ -4491,7 +4511,7 @@
|
|
4491
4511
|
"__schema": "TypeRefSchema",
|
4492
4512
|
"location": {
|
4493
4513
|
"filePath": "install.main.runtime.ts",
|
4494
|
-
"line":
|
4514
|
+
"line": 1118,
|
4495
4515
|
"character": 50
|
4496
4516
|
},
|
4497
4517
|
"name": "ProjectManifest"
|
@@ -4506,7 +4526,7 @@
|
|
4506
4526
|
"__schema": "KeywordTypeSchema",
|
4507
4527
|
"location": {
|
4508
4528
|
"filePath": "install.main.runtime.ts",
|
4509
|
-
"line":
|
4529
|
+
"line": 1118,
|
4510
4530
|
"character": 69
|
4511
4531
|
},
|
4512
4532
|
"name": "string"
|
@@ -4556,7 +4576,7 @@
|
|
4556
4576
|
"componentId": {
|
4557
4577
|
"scope": "teambit.workspace",
|
4558
4578
|
"name": "install",
|
4559
|
-
"version": "1.0.
|
4579
|
+
"version": "1.0.175"
|
4560
4580
|
},
|
4561
4581
|
"taggedModuleExports": []
|
4562
4582
|
}
|