@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.
package/artifacts/schema.json
CHANGED
@@ -14,1775 +14,1793 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
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
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
"
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
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
|
-
"
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
"
|
52
|
-
"
|
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
|
-
|
55
|
-
|
56
|
-
"__schema": "TypeArraySchema",
|
55
|
+
{
|
56
|
+
"__schema": "ParameterSchema",
|
57
57
|
"location": {
|
58
58
|
"filePath": "install.cmd.tsx",
|
59
59
|
"line": 139,
|
60
|
-
"character":
|
60
|
+
"character": 75
|
61
61
|
},
|
62
|
+
"name": "oldNonLoadedEnvs",
|
62
63
|
"type": {
|
63
|
-
"__schema": "
|
64
|
+
"__schema": "TypeArraySchema",
|
64
65
|
"location": {
|
65
66
|
"filePath": "install.cmd.tsx",
|
66
67
|
"line": 139,
|
67
68
|
"character": 93
|
68
69
|
},
|
69
|
-
"
|
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
|
-
"
|
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
|
-
"
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
]
|
94
|
+
"modifiers": [
|
95
|
+
"export"
|
96
|
+
]
|
97
|
+
}
|
89
98
|
},
|
90
99
|
{
|
91
|
-
"__schema": "
|
100
|
+
"__schema": "ExportSchema",
|
92
101
|
"location": {
|
93
|
-
"filePath": "
|
94
|
-
"line":
|
95
|
-
"character":
|
102
|
+
"filePath": "index.ts",
|
103
|
+
"line": 4,
|
104
|
+
"character": 15
|
96
105
|
},
|
97
|
-
"signature": "class InstallMain",
|
98
106
|
"name": "InstallMain",
|
99
|
-
"
|
100
|
-
|
101
|
-
|
102
|
-
"
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
"
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
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":
|
132
|
+
"character": 5
|
124
133
|
},
|
125
|
-
"name": "
|
126
|
-
"
|
127
|
-
"
|
128
|
-
"
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
"
|
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
|
-
|
142
|
-
|
143
|
-
"__schema": "TypeRefSchema",
|
151
|
+
{
|
152
|
+
"__schema": "ParameterSchema",
|
144
153
|
"location": {
|
145
154
|
"filePath": "install.main.runtime.ts",
|
146
155
|
"line": 110,
|
147
|
-
"character":
|
156
|
+
"character": 5
|
148
157
|
},
|
149
|
-
"name": "
|
150
|
-
"
|
151
|
-
"
|
152
|
-
"
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
"
|
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
|
-
|
166
|
-
|
167
|
-
"__schema": "TypeRefSchema",
|
175
|
+
{
|
176
|
+
"__schema": "ParameterSchema",
|
168
177
|
"location": {
|
169
178
|
"filePath": "install.main.runtime.ts",
|
170
179
|
"line": 112,
|
171
|
-
"character":
|
180
|
+
"character": 5
|
172
181
|
},
|
173
|
-
"name": "
|
174
|
-
"
|
175
|
-
"
|
176
|
-
"
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
"
|
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
|
-
|
190
|
-
|
191
|
-
"__schema": "TypeRefSchema",
|
199
|
+
{
|
200
|
+
"__schema": "ParameterSchema",
|
192
201
|
"location": {
|
193
202
|
"filePath": "install.main.runtime.ts",
|
194
203
|
"line": 114,
|
195
|
-
"character":
|
204
|
+
"character": 5
|
196
205
|
},
|
197
|
-
"name": "
|
198
|
-
"
|
199
|
-
"
|
200
|
-
"
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
"
|
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
|
-
|
214
|
-
|
215
|
-
"__schema": "TypeRefSchema",
|
223
|
+
{
|
224
|
+
"__schema": "ParameterSchema",
|
216
225
|
"location": {
|
217
226
|
"filePath": "install.main.runtime.ts",
|
218
227
|
"line": 116,
|
219
|
-
"character":
|
228
|
+
"character": 5
|
220
229
|
},
|
221
|
-
"name": "
|
222
|
-
"
|
223
|
-
"
|
224
|
-
"
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
"
|
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
|
-
|
238
|
-
|
239
|
-
"__schema": "TypeRefSchema",
|
247
|
+
{
|
248
|
+
"__schema": "ParameterSchema",
|
240
249
|
"location": {
|
241
250
|
"filePath": "install.main.runtime.ts",
|
242
251
|
"line": 118,
|
243
|
-
"character":
|
252
|
+
"character": 5
|
244
253
|
},
|
245
|
-
"name": "
|
246
|
-
"
|
247
|
-
"
|
248
|
-
"
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
"
|
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
|
-
|
262
|
-
|
263
|
-
"__schema": "TypeRefSchema",
|
271
|
+
{
|
272
|
+
"__schema": "ParameterSchema",
|
264
273
|
"location": {
|
265
274
|
"filePath": "install.main.runtime.ts",
|
266
275
|
"line": 120,
|
267
|
-
"character":
|
276
|
+
"character": 5
|
268
277
|
},
|
269
|
-
"name": "
|
270
|
-
"
|
271
|
-
"
|
272
|
-
"
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
"
|
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
|
-
|
286
|
-
|
287
|
-
"__schema": "TypeRefSchema",
|
295
|
+
{
|
296
|
+
"__schema": "ParameterSchema",
|
288
297
|
"location": {
|
289
298
|
"filePath": "install.main.runtime.ts",
|
290
299
|
"line": 122,
|
291
|
-
"character":
|
300
|
+
"character": 5
|
292
301
|
},
|
293
|
-
"name": "
|
294
|
-
"
|
295
|
-
"
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
"
|
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
|
-
|
310
|
-
|
311
|
-
"__schema": "TypeRefSchema",
|
319
|
+
{
|
320
|
+
"__schema": "ParameterSchema",
|
312
321
|
"location": {
|
313
322
|
"filePath": "install.main.runtime.ts",
|
314
323
|
"line": 124,
|
315
|
-
"character":
|
324
|
+
"character": 5
|
316
325
|
},
|
317
|
-
"name": "
|
318
|
-
"
|
319
|
-
"
|
320
|
-
"
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
"
|
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
|
-
|
334
|
-
|
335
|
-
"__schema": "TypeRefSchema",
|
343
|
+
{
|
344
|
+
"__schema": "ParameterSchema",
|
336
345
|
"location": {
|
337
346
|
"filePath": "install.main.runtime.ts",
|
338
347
|
"line": 126,
|
339
|
-
"character":
|
348
|
+
"character": 5
|
340
349
|
},
|
341
|
-
"name": "
|
342
|
-
"
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
"
|
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
|
-
|
355
|
-
|
356
|
-
"__schema": "TypeRefSchema",
|
364
|
+
{
|
365
|
+
"__schema": "ParameterSchema",
|
357
366
|
"location": {
|
358
367
|
"filePath": "install.main.runtime.ts",
|
359
368
|
"line": 128,
|
360
|
-
"character":
|
369
|
+
"character": 5
|
361
370
|
},
|
362
|
-
"name": "
|
363
|
-
"
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
"
|
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
|
-
|
376
|
-
|
377
|
-
"__schema": "TypeRefSchema",
|
385
|
+
{
|
386
|
+
"__schema": "ParameterSchema",
|
378
387
|
"location": {
|
379
388
|
"filePath": "install.main.runtime.ts",
|
380
389
|
"line": 130,
|
381
|
-
"character":
|
390
|
+
"character": 5
|
382
391
|
},
|
383
|
-
"name": "
|
384
|
-
"
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
"
|
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
|
-
|
397
|
-
|
398
|
-
"__schema": "TypeRefSchema",
|
406
|
+
{
|
407
|
+
"__schema": "ParameterSchema",
|
399
408
|
"location": {
|
400
409
|
"filePath": "install.main.runtime.ts",
|
401
410
|
"line": 132,
|
402
|
-
"character":
|
411
|
+
"character": 5
|
403
412
|
},
|
404
|
-
"name": "
|
405
|
-
"
|
406
|
-
"
|
407
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
|
433
|
-
"__schema": "
|
442
|
+
{
|
443
|
+
"__schema": "FunctionLikeSchema",
|
434
444
|
"location": {
|
435
445
|
"filePath": "install.main.runtime.ts",
|
436
|
-
"line":
|
446
|
+
"line": 140,
|
437
447
|
"character": 3
|
438
448
|
},
|
439
|
-
"
|
440
|
-
|
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":
|
471
|
-
"character":
|
453
|
+
"line": 134,
|
454
|
+
"character": 3
|
472
455
|
},
|
473
|
-
"
|
474
|
-
"
|
475
|
-
|
476
|
-
|
477
|
-
"
|
478
|
-
"
|
479
|
-
|
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
|
-
|
482
|
-
"__schema": "
|
468
|
+
{
|
469
|
+
"__schema": "TagSchema",
|
483
470
|
"location": {
|
484
471
|
"filePath": "install.main.runtime.ts",
|
485
|
-
"line":
|
486
|
-
"character":
|
472
|
+
"line": 138,
|
473
|
+
"character": 6
|
487
474
|
},
|
488
|
-
"
|
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
|
-
"
|
524
|
-
"
|
480
|
+
"signature": "(method) InstallMain.install(packages?: string[], options?: WorkspaceInstallOptions): Promise<ComponentMap<string>>",
|
481
|
+
"name": "install",
|
482
|
+
"params": [
|
525
483
|
{
|
526
|
-
"__schema": "
|
484
|
+
"__schema": "ParameterSchema",
|
527
485
|
"location": {
|
528
486
|
"filePath": "install.main.runtime.ts",
|
529
487
|
"line": 140,
|
530
|
-
"character":
|
531
|
-
},
|
532
|
-
"name": "ComponentMap",
|
533
|
-
"componentId": {
|
534
|
-
"scope": "teambit.component",
|
535
|
-
"name": "component"
|
488
|
+
"character": 17
|
536
489
|
},
|
537
|
-
"
|
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":
|
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
|
-
|
573
|
-
|
574
|
-
"__schema": "TypeRefSchema",
|
511
|
+
{
|
512
|
+
"__schema": "ParameterSchema",
|
575
513
|
"location": {
|
576
514
|
"filePath": "install.main.runtime.ts",
|
577
|
-
"line":
|
578
|
-
"character":
|
515
|
+
"line": 140,
|
516
|
+
"character": 38
|
579
517
|
},
|
580
|
-
"name": "
|
581
|
-
"
|
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
|
-
"
|
584
|
-
"
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
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
|
-
"
|
595
|
-
|
596
|
-
|
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":
|
621
|
-
"character":
|
586
|
+
"line": 181,
|
587
|
+
"character": 19
|
622
588
|
},
|
623
|
-
"name": "
|
624
|
-
"
|
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
|
-
"
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
"__schema": "
|
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
|
-
"
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
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": "
|
667
|
-
"
|
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
|
-
"
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
"__schema": "
|
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
|
-
"
|
681
|
-
|
682
|
-
|
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":
|
707
|
-
"character":
|
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":
|
714
|
-
"character":
|
680
|
+
"line": 189,
|
681
|
+
"character": 27
|
715
682
|
},
|
716
|
-
"name": "
|
717
|
-
"
|
718
|
-
|
719
|
-
|
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
|
-
"
|
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
|
-
"
|
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
|
-
|
748
|
-
"__schema": "
|
701
|
+
{
|
702
|
+
"__schema": "FunctionLikeSchema",
|
749
703
|
"location": {
|
750
704
|
"filePath": "install.main.runtime.ts",
|
751
|
-
"line":
|
705
|
+
"line": 193,
|
752
706
|
"character": 3
|
753
707
|
},
|
754
|
-
"
|
755
|
-
"
|
756
|
-
"
|
708
|
+
"signature": "(method) InstallMain.onComponentCreate(generateResults: GenerateResult[]): Promise<void>",
|
709
|
+
"name": "onComponentCreate",
|
710
|
+
"params": [
|
757
711
|
{
|
758
|
-
"__schema": "
|
712
|
+
"__schema": "ParameterSchema",
|
759
713
|
"location": {
|
760
714
|
"filePath": "install.main.runtime.ts",
|
761
|
-
"line":
|
762
|
-
"character":
|
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
|
-
"
|
765
|
-
"
|
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
|
-
|
770
|
-
|
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
|
-
"
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
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
|
-
|
793
|
-
"__schema": "
|
802
|
+
{
|
803
|
+
"__schema": "FunctionLikeSchema",
|
794
804
|
"location": {
|
795
805
|
"filePath": "install.main.runtime.ts",
|
796
|
-
"line":
|
806
|
+
"line": 742,
|
797
807
|
"character": 3
|
798
808
|
},
|
799
|
-
"
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
"
|
804
|
-
"
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
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":
|
824
|
+
"character": 6
|
818
825
|
},
|
819
|
-
"name": "
|
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
|
-
|
825
|
-
|
826
|
-
|
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":
|
849
|
+
"character": 28
|
841
850
|
},
|
842
|
-
"
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
"
|
854
|
-
|
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":
|
865
|
+
"character": 5
|
858
866
|
},
|
859
|
-
"
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
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
|
-
|
871
|
-
|
872
|
-
"
|
873
|
-
|
874
|
-
|
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
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
"
|
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
|
-
|
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": "
|
933
|
+
"type": {
|
934
|
+
"__schema": "KeywordTypeSchema",
|
889
935
|
"location": {
|
890
936
|
"filePath": "install.main.runtime.ts",
|
891
|
-
"line":
|
892
|
-
"character":
|
937
|
+
"line": 744,
|
938
|
+
"character": 16
|
893
939
|
},
|
894
|
-
"name": "
|
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
|
-
|
908
|
-
|
909
|
-
"type": {
|
910
|
-
"__schema": "TypeArraySchema",
|
945
|
+
{
|
946
|
+
"__schema": "VariableLikeSchema",
|
911
947
|
"location": {
|
912
948
|
"filePath": "install.main.runtime.ts",
|
913
|
-
"line":
|
914
|
-
"character":
|
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":
|
921
|
-
"character":
|
958
|
+
"line": 745,
|
959
|
+
"character": 10
|
922
960
|
},
|
923
|
-
"name": "
|
924
|
-
}
|
925
|
-
|
926
|
-
|
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
|
-
|
930
|
-
|
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":
|
942
|
-
"character":
|
992
|
+
"line": 746,
|
993
|
+
"character": 15
|
994
|
+
},
|
995
|
+
"name": "ComponentMap",
|
996
|
+
"componentId": {
|
997
|
+
"scope": "teambit.component",
|
998
|
+
"name": "component"
|
943
999
|
},
|
944
|
-
"
|
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
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
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":
|
959
|
-
"character":
|
1033
|
+
"line": 789,
|
1034
|
+
"character": 3
|
960
1035
|
},
|
961
|
-
"
|
962
|
-
"
|
1036
|
+
"signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
|
1037
|
+
"name": "addDuplicateComponentAndPackageIssue",
|
1038
|
+
"params": [
|
963
1039
|
{
|
964
|
-
"__schema": "
|
1040
|
+
"__schema": "ParameterSchema",
|
965
1041
|
"location": {
|
966
1042
|
"filePath": "install.main.runtime.ts",
|
967
|
-
"line":
|
968
|
-
"character":
|
1043
|
+
"line": 789,
|
1044
|
+
"character": 46
|
969
1045
|
},
|
970
|
-
"
|
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":
|
976
|
-
"character":
|
1058
|
+
"line": 789,
|
1059
|
+
"character": 58
|
977
1060
|
},
|
978
|
-
"name": "
|
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
|
-
|
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":
|
1077
|
+
"character": 3
|
1028
1078
|
},
|
1029
|
-
"
|
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
|
-
"
|
1063
|
-
|
1064
|
-
|
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
|
-
|
1076
|
-
"__schema": "
|
1085
|
+
{
|
1086
|
+
"__schema": "FunctionLikeSchema",
|
1077
1087
|
"location": {
|
1078
1088
|
"filePath": "install.main.runtime.ts",
|
1079
|
-
"line":
|
1089
|
+
"line": 858,
|
1080
1090
|
"character": 3
|
1081
1091
|
},
|
1082
|
-
"
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
"
|
1087
|
-
"
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
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":
|
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": "
|
1113
|
+
"__schema": "TypeArraySchema",
|
1104
1114
|
"location": {
|
1105
1115
|
"filePath": "install.main.runtime.ts",
|
1106
1116
|
"line": 856,
|
1107
1117
|
"character": 14
|
1108
1118
|
},
|
1109
|
-
"
|
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
|
-
|
1116
|
-
|
1117
|
-
|
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":
|
1140
|
+
"character": 31
|
1132
1141
|
},
|
1142
|
+
"name": "packages",
|
1133
1143
|
"type": {
|
1134
|
-
"__schema": "
|
1144
|
+
"__schema": "TypeArraySchema",
|
1135
1145
|
"location": {
|
1136
1146
|
"filePath": "install.main.runtime.ts",
|
1137
1147
|
"line": 858,
|
1138
1148
|
"character": 41
|
1139
1149
|
},
|
1140
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1155
|
-
|
1156
|
-
|
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
|
-
|
1168
|
-
"__schema": "
|
1177
|
+
{
|
1178
|
+
"__schema": "FunctionLikeSchema",
|
1169
1179
|
"location": {
|
1170
1180
|
"filePath": "install.main.runtime.ts",
|
1171
|
-
"line":
|
1181
|
+
"line": 868,
|
1172
1182
|
"character": 3
|
1173
1183
|
},
|
1174
|
-
"
|
1175
|
-
|
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":
|
1185
|
-
"character":
|
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
|
-
"
|
1199
|
-
"
|
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
|
-
"
|
1211
|
-
"
|
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": "
|
1198
|
+
"__schema": "ParameterSchema",
|
1214
1199
|
"location": {
|
1215
1200
|
"filePath": "install.main.runtime.ts",
|
1216
|
-
"line":
|
1217
|
-
"character":
|
1201
|
+
"line": 869,
|
1202
|
+
"character": 5
|
1218
1203
|
},
|
1219
|
-
"
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
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
|
-
"
|
1237
|
-
"
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
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
|
-
|
1249
|
-
|
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":
|
1263
|
+
"character": 51
|
1256
1264
|
},
|
1257
|
-
"
|
1258
|
-
"
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
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
|
-
|
1270
|
-
|
1271
|
-
"
|
1272
|
-
"
|
1273
|
-
|
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
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
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
|
-
|
1286
|
-
"
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
"
|
1293
|
-
"
|
1294
|
-
"
|
1295
|
-
|
1296
|
-
|
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":
|
1321
|
+
"character": 22
|
1313
1322
|
},
|
1314
|
-
"name": "
|
1315
|
-
"
|
1316
|
-
"
|
1317
|
-
"
|
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
|
-
"
|
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
|
-
|
1342
|
-
|
1343
|
-
"__schema": "TypeLiteralSchema",
|
1351
|
+
{
|
1352
|
+
"__schema": "ParameterSchema",
|
1344
1353
|
"location": {
|
1345
1354
|
"filePath": "install.main.runtime.ts",
|
1346
1355
|
"line": 894,
|
1347
|
-
"character":
|
1356
|
+
"character": 56
|
1348
1357
|
},
|
1349
|
-
"
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
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":
|
1372
|
+
"character": 68
|
1365
1373
|
},
|
1366
|
-
"
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
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":
|
1404
|
-
"character":
|
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
|
-
"
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
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":
|
1411
|
+
"character": 3
|
1428
1412
|
},
|
1429
|
-
"
|
1430
|
-
"
|
1413
|
+
"signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
|
1414
|
+
"name": "link",
|
1415
|
+
"params": [
|
1431
1416
|
{
|
1432
|
-
"__schema": "
|
1417
|
+
"__schema": "ParameterSchema",
|
1433
1418
|
"location": {
|
1434
1419
|
"filePath": "install.main.runtime.ts",
|
1435
1420
|
"line": 899,
|
1436
|
-
"character":
|
1421
|
+
"character": 14
|
1437
1422
|
},
|
1438
|
-
"name": "
|
1439
|
-
"
|
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
|
-
|
1444
|
-
"
|
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
|
-
"
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
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
|
-
|
1476
|
-
|
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
|
-
"
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
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
|
-
|
1497
|
-
|
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
|
-
"
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
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":
|
1525
|
-
"character":
|
1519
|
+
"line": 1017,
|
1520
|
+
"character": 3
|
1526
1521
|
},
|
1527
|
-
"
|
1528
|
-
|
1529
|
-
|
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":
|
1533
|
-
"character":
|
1541
|
+
"line": 1020,
|
1542
|
+
"character": 5
|
1534
1543
|
},
|
1535
|
-
"
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
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
|
-
|
1564
|
-
|
1565
|
-
"
|
1566
|
-
|
1567
|
-
|
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
|
-
|
1570
|
-
|
1571
|
-
"
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
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
|
-
|
1583
|
-
|
1584
|
-
"
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
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
|
-
|
1596
|
-
|
1597
|
-
"
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
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
|
-
|
1609
|
-
|
1610
|
-
"
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
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
|
-
|
1622
|
-
|
1623
|
-
"
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
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
|
-
|
1635
|
-
|
1636
|
-
"
|
1637
|
-
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
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
|
-
|
1648
|
-
|
1649
|
-
"
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
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
|
-
|
1661
|
-
|
1662
|
-
"
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
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
|
-
|
1674
|
-
|
1675
|
-
"
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1684
|
-
|
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
|
-
|
1687
|
-
|
1688
|
-
"
|
1689
|
-
|
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
|
-
|
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
|
-
|
1705
|
-
|
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
|
-
"
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
"
|
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
|
-
|
1725
|
-
|
1726
|
-
"__schema": "TupleTypeSchema",
|
1734
|
+
{
|
1735
|
+
"__schema": "ParameterSchema",
|
1727
1736
|
"location": {
|
1728
1737
|
"filePath": "install.main.runtime.ts",
|
1729
1738
|
"line": 1048,
|
1730
|
-
"character":
|
1739
|
+
"character": 5
|
1731
1740
|
},
|
1732
|
-
"
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
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
|
-
|
1745
|
-
|
1746
|
-
"
|
1747
|
-
|
1748
|
-
|
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
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
"
|
1758
|
-
"
|
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
|
-
|
1761
|
-
|
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
|
-
"
|
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
|
-
"
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
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": "
|
1816
|
+
"__schema": "ExportSchema",
|
1799
1817
|
"location": {
|
1800
|
-
"filePath": "
|
1801
|
-
"line":
|
1802
|
-
"character":
|
1818
|
+
"filePath": "index.ts",
|
1819
|
+
"line": 6,
|
1820
|
+
"character": 10
|
1803
1821
|
},
|
1804
|
-
"signature": "const InstallAspect: Aspect",
|
1805
1822
|
"name": "InstallAspect",
|
1806
|
-
"
|
1807
|
-
"__schema": "
|
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
|
-
"
|
1814
|
-
"
|
1815
|
-
|
1816
|
-
"
|
1817
|
-
"
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
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.
|
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.
|
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.
|
4910
|
+
"version": "1.0.259"
|
4884
4911
|
},
|
4885
4912
|
"taggedModuleExports": []
|
4886
4913
|
}
|