@teambit/install 1.0.257 → 1.0.259

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