@teambit/dependencies 1.0.176 → 1.0.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +4 -4
- package/artifacts/schema.json +454 -304
- package/dependencies-loader/auto-detect-deps.ts +37 -17
- package/dist/dependencies-cmd.d.ts +14 -0
- package/dist/dependencies-cmd.js +23 -1
- package/dist/dependencies-cmd.js.map +1 -1
- package/dist/dependencies-loader/auto-detect-deps.js +34 -9
- package/dist/dependencies-loader/auto-detect-deps.js.map +1 -1
- package/dist/dependencies.main.runtime.d.ts +1 -0
- package/dist/dependencies.main.runtime.js +14 -1
- package/dist/dependencies.main.runtime.js.map +1 -1
- package/package.json +9 -9
- /package/dist/{preview-1709090190973.js → preview-1709263126667.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"__schema": "ClassSchema",
|
|
18
18
|
"location": {
|
|
19
19
|
"filePath": "dependencies.main.runtime.ts",
|
|
20
|
-
"line":
|
|
20
|
+
"line": 59,
|
|
21
21
|
"character": 1
|
|
22
22
|
},
|
|
23
23
|
"signature": "class DependenciesMain",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"__schema": "ConstructorSchema",
|
|
28
28
|
"location": {
|
|
29
29
|
"filePath": "dependencies.main.runtime.ts",
|
|
30
|
-
"line":
|
|
30
|
+
"line": 60,
|
|
31
31
|
"character": 3
|
|
32
32
|
},
|
|
33
33
|
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain): DependenciesMain",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"__schema": "ParameterSchema",
|
|
38
38
|
"location": {
|
|
39
39
|
"filePath": "dependencies.main.runtime.ts",
|
|
40
|
-
"line":
|
|
40
|
+
"line": 61,
|
|
41
41
|
"character": 5
|
|
42
42
|
},
|
|
43
43
|
"name": "workspace",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"__schema": "TypeRefSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "dependencies.main.runtime.ts",
|
|
48
|
-
"line":
|
|
48
|
+
"line": 61,
|
|
49
49
|
"character": 24
|
|
50
50
|
},
|
|
51
51
|
"name": "Workspace"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"__schema": "ParameterSchema",
|
|
58
58
|
"location": {
|
|
59
59
|
"filePath": "dependencies.main.runtime.ts",
|
|
60
|
-
"line":
|
|
60
|
+
"line": 62,
|
|
61
61
|
"character": 5
|
|
62
62
|
},
|
|
63
63
|
"name": "scope",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"__schema": "TypeRefSchema",
|
|
66
66
|
"location": {
|
|
67
67
|
"filePath": "dependencies.main.runtime.ts",
|
|
68
|
-
"line":
|
|
68
|
+
"line": 62,
|
|
69
69
|
"character": 20
|
|
70
70
|
},
|
|
71
71
|
"name": "ScopeMain"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"__schema": "ParameterSchema",
|
|
78
78
|
"location": {
|
|
79
79
|
"filePath": "dependencies.main.runtime.ts",
|
|
80
|
-
"line":
|
|
80
|
+
"line": 63,
|
|
81
81
|
"character": 5
|
|
82
82
|
},
|
|
83
83
|
"name": "dependencyResolver",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"__schema": "TypeRefSchema",
|
|
86
86
|
"location": {
|
|
87
87
|
"filePath": "dependencies.main.runtime.ts",
|
|
88
|
-
"line":
|
|
88
|
+
"line": 63,
|
|
89
89
|
"character": 33
|
|
90
90
|
},
|
|
91
91
|
"name": "DependencyResolverMain"
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"__schema": "ParameterSchema",
|
|
98
98
|
"location": {
|
|
99
99
|
"filePath": "dependencies.main.runtime.ts",
|
|
100
|
-
"line":
|
|
100
|
+
"line": 64,
|
|
101
101
|
"character": 5
|
|
102
102
|
},
|
|
103
103
|
"name": "devFiles",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"__schema": "TypeRefSchema",
|
|
106
106
|
"location": {
|
|
107
107
|
"filePath": "dependencies.main.runtime.ts",
|
|
108
|
-
"line":
|
|
108
|
+
"line": 64,
|
|
109
109
|
"character": 23
|
|
110
110
|
},
|
|
111
111
|
"name": "DevFilesMain"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"__schema": "ParameterSchema",
|
|
118
118
|
"location": {
|
|
119
119
|
"filePath": "dependencies.main.runtime.ts",
|
|
120
|
-
"line":
|
|
120
|
+
"line": 65,
|
|
121
121
|
"character": 5
|
|
122
122
|
},
|
|
123
123
|
"name": "aspectLoader",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"__schema": "TypeRefSchema",
|
|
126
126
|
"location": {
|
|
127
127
|
"filePath": "dependencies.main.runtime.ts",
|
|
128
|
-
"line":
|
|
128
|
+
"line": 65,
|
|
129
129
|
"character": 27
|
|
130
130
|
},
|
|
131
131
|
"name": "AspectLoaderMain"
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"__schema": "ParameterSchema",
|
|
138
138
|
"location": {
|
|
139
139
|
"filePath": "dependencies.main.runtime.ts",
|
|
140
|
-
"line":
|
|
140
|
+
"line": 66,
|
|
141
141
|
"character": 5
|
|
142
142
|
},
|
|
143
143
|
"name": "graph",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"__schema": "TypeRefSchema",
|
|
146
146
|
"location": {
|
|
147
147
|
"filePath": "dependencies.main.runtime.ts",
|
|
148
|
-
"line":
|
|
148
|
+
"line": 66,
|
|
149
149
|
"character": 20
|
|
150
150
|
},
|
|
151
151
|
"name": "GraphMain"
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"__schema": "ThisTypeSchema",
|
|
159
159
|
"location": {
|
|
160
160
|
"filePath": "dependencies.main.runtime.ts",
|
|
161
|
-
"line":
|
|
161
|
+
"line": 59,
|
|
162
162
|
"character": 1
|
|
163
163
|
},
|
|
164
164
|
"name": "DependenciesMain"
|
|
@@ -169,7 +169,82 @@
|
|
|
169
169
|
"__schema": "FunctionLikeSchema",
|
|
170
170
|
"location": {
|
|
171
171
|
"filePath": "dependencies.main.runtime.ts",
|
|
172
|
-
"line":
|
|
172
|
+
"line": 69,
|
|
173
|
+
"character": 3
|
|
174
|
+
},
|
|
175
|
+
"signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
|
|
176
|
+
"name": "setPeer",
|
|
177
|
+
"params": [
|
|
178
|
+
{
|
|
179
|
+
"__schema": "ParameterSchema",
|
|
180
|
+
"location": {
|
|
181
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
182
|
+
"line": 69,
|
|
183
|
+
"character": 17
|
|
184
|
+
},
|
|
185
|
+
"name": "componentId",
|
|
186
|
+
"type": {
|
|
187
|
+
"__schema": "KeywordTypeSchema",
|
|
188
|
+
"location": {
|
|
189
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
190
|
+
"line": 69,
|
|
191
|
+
"character": 30
|
|
192
|
+
},
|
|
193
|
+
"name": "string"
|
|
194
|
+
},
|
|
195
|
+
"isOptional": false,
|
|
196
|
+
"isSpread": false
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"__schema": "ParameterSchema",
|
|
200
|
+
"location": {
|
|
201
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
202
|
+
"line": 69,
|
|
203
|
+
"character": 38
|
|
204
|
+
},
|
|
205
|
+
"name": "range",
|
|
206
|
+
"type": {
|
|
207
|
+
"__schema": "KeywordTypeSchema",
|
|
208
|
+
"location": {
|
|
209
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
210
|
+
"line": 69,
|
|
211
|
+
"character": 46
|
|
212
|
+
},
|
|
213
|
+
"name": "string"
|
|
214
|
+
},
|
|
215
|
+
"isOptional": true,
|
|
216
|
+
"isSpread": false
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"returnType": {
|
|
220
|
+
"__schema": "TypeRefSchema",
|
|
221
|
+
"location": {
|
|
222
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
223
|
+
"line": 69,
|
|
224
|
+
"character": 55
|
|
225
|
+
},
|
|
226
|
+
"name": "Promise",
|
|
227
|
+
"typeArgs": [
|
|
228
|
+
{
|
|
229
|
+
"__schema": "KeywordTypeSchema",
|
|
230
|
+
"location": {
|
|
231
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
232
|
+
"line": 69,
|
|
233
|
+
"character": 63
|
|
234
|
+
},
|
|
235
|
+
"name": "void"
|
|
236
|
+
}
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
"modifiers": [
|
|
240
|
+
"async"
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"__schema": "FunctionLikeSchema",
|
|
245
|
+
"location": {
|
|
246
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
247
|
+
"line": 80,
|
|
173
248
|
"character": 3
|
|
174
249
|
},
|
|
175
250
|
"signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
|
|
@@ -179,7 +254,7 @@
|
|
|
179
254
|
"__schema": "ParameterSchema",
|
|
180
255
|
"location": {
|
|
181
256
|
"filePath": "dependencies.main.runtime.ts",
|
|
182
|
-
"line":
|
|
257
|
+
"line": 81,
|
|
183
258
|
"character": 5
|
|
184
259
|
},
|
|
185
260
|
"name": "componentPattern",
|
|
@@ -187,7 +262,7 @@
|
|
|
187
262
|
"__schema": "KeywordTypeSchema",
|
|
188
263
|
"location": {
|
|
189
264
|
"filePath": "dependencies.main.runtime.ts",
|
|
190
|
-
"line":
|
|
265
|
+
"line": 81,
|
|
191
266
|
"character": 23
|
|
192
267
|
},
|
|
193
268
|
"name": "string"
|
|
@@ -199,7 +274,7 @@
|
|
|
199
274
|
"__schema": "ParameterSchema",
|
|
200
275
|
"location": {
|
|
201
276
|
"filePath": "dependencies.main.runtime.ts",
|
|
202
|
-
"line":
|
|
277
|
+
"line": 82,
|
|
203
278
|
"character": 5
|
|
204
279
|
},
|
|
205
280
|
"name": "packages",
|
|
@@ -207,14 +282,14 @@
|
|
|
207
282
|
"__schema": "TypeArraySchema",
|
|
208
283
|
"location": {
|
|
209
284
|
"filePath": "dependencies.main.runtime.ts",
|
|
210
|
-
"line":
|
|
285
|
+
"line": 82,
|
|
211
286
|
"character": 15
|
|
212
287
|
},
|
|
213
288
|
"type": {
|
|
214
289
|
"__schema": "KeywordTypeSchema",
|
|
215
290
|
"location": {
|
|
216
291
|
"filePath": "dependencies.main.runtime.ts",
|
|
217
|
-
"line":
|
|
292
|
+
"line": 82,
|
|
218
293
|
"character": 15
|
|
219
294
|
},
|
|
220
295
|
"name": "string"
|
|
@@ -227,7 +302,7 @@
|
|
|
227
302
|
"__schema": "ParameterSchema",
|
|
228
303
|
"location": {
|
|
229
304
|
"filePath": "dependencies.main.runtime.ts",
|
|
230
|
-
"line":
|
|
305
|
+
"line": 83,
|
|
231
306
|
"character": 5
|
|
232
307
|
},
|
|
233
308
|
"name": "options",
|
|
@@ -235,7 +310,7 @@
|
|
|
235
310
|
"__schema": "TypeRefSchema",
|
|
236
311
|
"location": {
|
|
237
312
|
"filePath": "dependencies.main.runtime.ts",
|
|
238
|
-
"line":
|
|
313
|
+
"line": 83,
|
|
239
314
|
"character": 14
|
|
240
315
|
},
|
|
241
316
|
"name": "SetDependenciesFlags"
|
|
@@ -249,7 +324,7 @@
|
|
|
249
324
|
"__schema": "TypeRefSchema",
|
|
250
325
|
"location": {
|
|
251
326
|
"filePath": "dependencies.main.runtime.ts",
|
|
252
|
-
"line":
|
|
327
|
+
"line": 84,
|
|
253
328
|
"character": 6
|
|
254
329
|
},
|
|
255
330
|
"name": "Promise",
|
|
@@ -258,7 +333,7 @@
|
|
|
258
333
|
"__schema": "TypeRefSchema",
|
|
259
334
|
"location": {
|
|
260
335
|
"filePath": "dependencies.main.runtime.ts",
|
|
261
|
-
"line":
|
|
336
|
+
"line": 84,
|
|
262
337
|
"character": 14
|
|
263
338
|
},
|
|
264
339
|
"name": "SetDependenciesResult"
|
|
@@ -273,7 +348,7 @@
|
|
|
273
348
|
"__schema": "FunctionLikeSchema",
|
|
274
349
|
"location": {
|
|
275
350
|
"filePath": "dependencies.main.runtime.ts",
|
|
276
|
-
"line":
|
|
351
|
+
"line": 124,
|
|
277
352
|
"character": 3
|
|
278
353
|
},
|
|
279
354
|
"signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
|
|
@@ -283,7 +358,7 @@
|
|
|
283
358
|
"__schema": "ParameterSchema",
|
|
284
359
|
"location": {
|
|
285
360
|
"filePath": "dependencies.main.runtime.ts",
|
|
286
|
-
"line":
|
|
361
|
+
"line": 125,
|
|
287
362
|
"character": 5
|
|
288
363
|
},
|
|
289
364
|
"name": "componentPattern",
|
|
@@ -291,7 +366,7 @@
|
|
|
291
366
|
"__schema": "KeywordTypeSchema",
|
|
292
367
|
"location": {
|
|
293
368
|
"filePath": "dependencies.main.runtime.ts",
|
|
294
|
-
"line":
|
|
369
|
+
"line": 125,
|
|
295
370
|
"character": 23
|
|
296
371
|
},
|
|
297
372
|
"name": "string"
|
|
@@ -303,7 +378,7 @@
|
|
|
303
378
|
"__schema": "ParameterSchema",
|
|
304
379
|
"location": {
|
|
305
380
|
"filePath": "dependencies.main.runtime.ts",
|
|
306
|
-
"line":
|
|
381
|
+
"line": 126,
|
|
307
382
|
"character": 5
|
|
308
383
|
},
|
|
309
384
|
"name": "packages",
|
|
@@ -311,14 +386,14 @@
|
|
|
311
386
|
"__schema": "TypeArraySchema",
|
|
312
387
|
"location": {
|
|
313
388
|
"filePath": "dependencies.main.runtime.ts",
|
|
314
|
-
"line":
|
|
389
|
+
"line": 126,
|
|
315
390
|
"character": 15
|
|
316
391
|
},
|
|
317
392
|
"type": {
|
|
318
393
|
"__schema": "KeywordTypeSchema",
|
|
319
394
|
"location": {
|
|
320
395
|
"filePath": "dependencies.main.runtime.ts",
|
|
321
|
-
"line":
|
|
396
|
+
"line": 126,
|
|
322
397
|
"character": 15
|
|
323
398
|
},
|
|
324
399
|
"name": "string"
|
|
@@ -331,7 +406,7 @@
|
|
|
331
406
|
"__schema": "ParameterSchema",
|
|
332
407
|
"location": {
|
|
333
408
|
"filePath": "dependencies.main.runtime.ts",
|
|
334
|
-
"line":
|
|
409
|
+
"line": 127,
|
|
335
410
|
"character": 5
|
|
336
411
|
},
|
|
337
412
|
"name": "options",
|
|
@@ -339,7 +414,7 @@
|
|
|
339
414
|
"__schema": "TypeRefSchema",
|
|
340
415
|
"location": {
|
|
341
416
|
"filePath": "dependencies.main.runtime.ts",
|
|
342
|
-
"line":
|
|
417
|
+
"line": 127,
|
|
343
418
|
"character": 14
|
|
344
419
|
},
|
|
345
420
|
"name": "RemoveDependenciesFlags"
|
|
@@ -352,7 +427,7 @@
|
|
|
352
427
|
"__schema": "ParameterSchema",
|
|
353
428
|
"location": {
|
|
354
429
|
"filePath": "dependencies.main.runtime.ts",
|
|
355
|
-
"line":
|
|
430
|
+
"line": 128,
|
|
356
431
|
"character": 5
|
|
357
432
|
},
|
|
358
433
|
"name": "removeOnlyIfExists",
|
|
@@ -360,7 +435,7 @@
|
|
|
360
435
|
"__schema": "InferenceTypeSchema",
|
|
361
436
|
"location": {
|
|
362
437
|
"filePath": "dependencies.main.runtime.ts",
|
|
363
|
-
"line":
|
|
438
|
+
"line": 128,
|
|
364
439
|
"character": 5
|
|
365
440
|
},
|
|
366
441
|
"type": "boolean"
|
|
@@ -374,7 +449,7 @@
|
|
|
374
449
|
"__schema": "TypeRefSchema",
|
|
375
450
|
"location": {
|
|
376
451
|
"filePath": "dependencies.main.runtime.ts",
|
|
377
|
-
"line":
|
|
452
|
+
"line": 129,
|
|
378
453
|
"character": 6
|
|
379
454
|
},
|
|
380
455
|
"name": "Promise",
|
|
@@ -383,14 +458,14 @@
|
|
|
383
458
|
"__schema": "TypeArraySchema",
|
|
384
459
|
"location": {
|
|
385
460
|
"filePath": "dependencies.main.runtime.ts",
|
|
386
|
-
"line":
|
|
461
|
+
"line": 129,
|
|
387
462
|
"character": 14
|
|
388
463
|
},
|
|
389
464
|
"type": {
|
|
390
465
|
"__schema": "TypeRefSchema",
|
|
391
466
|
"location": {
|
|
392
467
|
"filePath": "dependencies.main.runtime.ts",
|
|
393
|
-
"line":
|
|
468
|
+
"line": 129,
|
|
394
469
|
"character": 14
|
|
395
470
|
},
|
|
396
471
|
"name": "RemoveDependencyResult"
|
|
@@ -406,7 +481,7 @@
|
|
|
406
481
|
"__schema": "FunctionLikeSchema",
|
|
407
482
|
"location": {
|
|
408
483
|
"filePath": "dependencies.main.runtime.ts",
|
|
409
|
-
"line":
|
|
484
|
+
"line": 176,
|
|
410
485
|
"character": 3
|
|
411
486
|
},
|
|
412
487
|
"signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
|
|
@@ -416,7 +491,7 @@
|
|
|
416
491
|
"__schema": "ParameterSchema",
|
|
417
492
|
"location": {
|
|
418
493
|
"filePath": "dependencies.main.runtime.ts",
|
|
419
|
-
"line":
|
|
494
|
+
"line": 176,
|
|
420
495
|
"character": 15
|
|
421
496
|
},
|
|
422
497
|
"name": "componentPattern",
|
|
@@ -424,7 +499,7 @@
|
|
|
424
499
|
"__schema": "KeywordTypeSchema",
|
|
425
500
|
"location": {
|
|
426
501
|
"filePath": "dependencies.main.runtime.ts",
|
|
427
|
-
"line":
|
|
502
|
+
"line": 176,
|
|
428
503
|
"character": 33
|
|
429
504
|
},
|
|
430
505
|
"name": "string"
|
|
@@ -437,7 +512,7 @@
|
|
|
437
512
|
"__schema": "TypeRefSchema",
|
|
438
513
|
"location": {
|
|
439
514
|
"filePath": "dependencies.main.runtime.ts",
|
|
440
|
-
"line":
|
|
515
|
+
"line": 176,
|
|
441
516
|
"character": 42
|
|
442
517
|
},
|
|
443
518
|
"name": "Promise",
|
|
@@ -446,14 +521,14 @@
|
|
|
446
521
|
"__schema": "TypeArraySchema",
|
|
447
522
|
"location": {
|
|
448
523
|
"filePath": "dependencies.main.runtime.ts",
|
|
449
|
-
"line":
|
|
524
|
+
"line": 176,
|
|
450
525
|
"character": 50
|
|
451
526
|
},
|
|
452
527
|
"type": {
|
|
453
528
|
"__schema": "TypeRefSchema",
|
|
454
529
|
"location": {
|
|
455
530
|
"filePath": "dependencies.main.runtime.ts",
|
|
456
|
-
"line":
|
|
531
|
+
"line": 176,
|
|
457
532
|
"character": 50
|
|
458
533
|
},
|
|
459
534
|
"name": "ComponentID"
|
|
@@ -469,7 +544,7 @@
|
|
|
469
544
|
"__schema": "FunctionLikeSchema",
|
|
470
545
|
"location": {
|
|
471
546
|
"filePath": "dependencies.main.runtime.ts",
|
|
472
|
-
"line":
|
|
547
|
+
"line": 186,
|
|
473
548
|
"character": 3
|
|
474
549
|
},
|
|
475
550
|
"signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
|
|
@@ -479,7 +554,7 @@
|
|
|
479
554
|
"__schema": "ParameterSchema",
|
|
480
555
|
"location": {
|
|
481
556
|
"filePath": "dependencies.main.runtime.ts",
|
|
482
|
-
"line":
|
|
557
|
+
"line": 186,
|
|
483
558
|
"character": 15
|
|
484
559
|
},
|
|
485
560
|
"name": "componentPattern",
|
|
@@ -487,7 +562,7 @@
|
|
|
487
562
|
"__schema": "KeywordTypeSchema",
|
|
488
563
|
"location": {
|
|
489
564
|
"filePath": "dependencies.main.runtime.ts",
|
|
490
|
-
"line":
|
|
565
|
+
"line": 186,
|
|
491
566
|
"character": 33
|
|
492
567
|
},
|
|
493
568
|
"name": "string"
|
|
@@ -500,7 +575,7 @@
|
|
|
500
575
|
"__schema": "TypeRefSchema",
|
|
501
576
|
"location": {
|
|
502
577
|
"filePath": "dependencies.main.runtime.ts",
|
|
503
|
-
"line":
|
|
578
|
+
"line": 186,
|
|
504
579
|
"character": 42
|
|
505
580
|
},
|
|
506
581
|
"name": "Promise",
|
|
@@ -509,14 +584,14 @@
|
|
|
509
584
|
"__schema": "TypeArraySchema",
|
|
510
585
|
"location": {
|
|
511
586
|
"filePath": "dependencies.main.runtime.ts",
|
|
512
|
-
"line":
|
|
587
|
+
"line": 186,
|
|
513
588
|
"character": 50
|
|
514
589
|
},
|
|
515
590
|
"type": {
|
|
516
591
|
"__schema": "TypeRefSchema",
|
|
517
592
|
"location": {
|
|
518
593
|
"filePath": "dependencies.main.runtime.ts",
|
|
519
|
-
"line":
|
|
594
|
+
"line": 186,
|
|
520
595
|
"character": 50
|
|
521
596
|
},
|
|
522
597
|
"name": "ComponentID"
|
|
@@ -532,7 +607,7 @@
|
|
|
532
607
|
"__schema": "FunctionLikeSchema",
|
|
533
608
|
"location": {
|
|
534
609
|
"filePath": "dependencies.main.runtime.ts",
|
|
535
|
-
"line":
|
|
610
|
+
"line": 204,
|
|
536
611
|
"character": 3
|
|
537
612
|
},
|
|
538
613
|
"signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
|
|
@@ -542,7 +617,7 @@
|
|
|
542
617
|
"__schema": "ParameterSchema",
|
|
543
618
|
"location": {
|
|
544
619
|
"filePath": "dependencies.main.runtime.ts",
|
|
545
|
-
"line":
|
|
620
|
+
"line": 204,
|
|
546
621
|
"character": 25
|
|
547
622
|
},
|
|
548
623
|
"name": "id",
|
|
@@ -550,7 +625,7 @@
|
|
|
550
625
|
"__schema": "KeywordTypeSchema",
|
|
551
626
|
"location": {
|
|
552
627
|
"filePath": "dependencies.main.runtime.ts",
|
|
553
|
-
"line":
|
|
628
|
+
"line": 204,
|
|
554
629
|
"character": 29
|
|
555
630
|
},
|
|
556
631
|
"name": "string"
|
|
@@ -562,7 +637,7 @@
|
|
|
562
637
|
"__schema": "ParameterSchema",
|
|
563
638
|
"location": {
|
|
564
639
|
"filePath": "dependencies.main.runtime.ts",
|
|
565
|
-
"line":
|
|
640
|
+
"line": 204,
|
|
566
641
|
"character": 37
|
|
567
642
|
},
|
|
568
643
|
"name": "scope",
|
|
@@ -570,7 +645,7 @@
|
|
|
570
645
|
"__schema": "KeywordTypeSchema",
|
|
571
646
|
"location": {
|
|
572
647
|
"filePath": "dependencies.main.runtime.ts",
|
|
573
|
-
"line":
|
|
648
|
+
"line": 204,
|
|
574
649
|
"character": 45
|
|
575
650
|
},
|
|
576
651
|
"name": "boolean"
|
|
@@ -583,7 +658,7 @@
|
|
|
583
658
|
"__schema": "TypeRefSchema",
|
|
584
659
|
"location": {
|
|
585
660
|
"filePath": "dependencies.main.runtime.ts",
|
|
586
|
-
"line":
|
|
661
|
+
"line": 204,
|
|
587
662
|
"character": 55
|
|
588
663
|
},
|
|
589
664
|
"name": "Promise",
|
|
@@ -592,7 +667,7 @@
|
|
|
592
667
|
"__schema": "TypeRefSchema",
|
|
593
668
|
"location": {
|
|
594
669
|
"filePath": "dependencies.main.runtime.ts",
|
|
595
|
-
"line":
|
|
670
|
+
"line": 204,
|
|
596
671
|
"character": 63
|
|
597
672
|
},
|
|
598
673
|
"name": "DependenciesResults"
|
|
@@ -607,7 +682,7 @@
|
|
|
607
682
|
"__schema": "FunctionLikeSchema",
|
|
608
683
|
"location": {
|
|
609
684
|
"filePath": "dependencies.main.runtime.ts",
|
|
610
|
-
"line":
|
|
685
|
+
"line": 214,
|
|
611
686
|
"character": 3
|
|
612
687
|
},
|
|
613
688
|
"signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
|
|
@@ -617,7 +692,7 @@
|
|
|
617
692
|
"__schema": "ParameterSchema",
|
|
618
693
|
"location": {
|
|
619
694
|
"filePath": "dependencies.main.runtime.ts",
|
|
620
|
-
"line":
|
|
695
|
+
"line": 214,
|
|
621
696
|
"character": 26
|
|
622
697
|
},
|
|
623
698
|
"name": "component",
|
|
@@ -625,7 +700,7 @@
|
|
|
625
700
|
"__schema": "TypeRefSchema",
|
|
626
701
|
"location": {
|
|
627
702
|
"filePath": "dependencies.main.runtime.ts",
|
|
628
|
-
"line":
|
|
703
|
+
"line": 214,
|
|
629
704
|
"character": 37
|
|
630
705
|
},
|
|
631
706
|
"name": "ConsumerComponent"
|
|
@@ -637,7 +712,7 @@
|
|
|
637
712
|
"__schema": "ParameterSchema",
|
|
638
713
|
"location": {
|
|
639
714
|
"filePath": "dependencies.main.runtime.ts",
|
|
640
|
-
"line":
|
|
715
|
+
"line": 214,
|
|
641
716
|
"character": 56
|
|
642
717
|
},
|
|
643
718
|
"name": "opts",
|
|
@@ -645,7 +720,7 @@
|
|
|
645
720
|
"__schema": "TypeRefSchema",
|
|
646
721
|
"location": {
|
|
647
722
|
"filePath": "dependencies.main.runtime.ts",
|
|
648
|
-
"line":
|
|
723
|
+
"line": 214,
|
|
649
724
|
"character": 62
|
|
650
725
|
},
|
|
651
726
|
"name": "DependencyLoaderOpts"
|
|
@@ -658,7 +733,7 @@
|
|
|
658
733
|
"__schema": "InferenceTypeSchema",
|
|
659
734
|
"location": {
|
|
660
735
|
"filePath": "dependencies.main.runtime.ts",
|
|
661
|
-
"line":
|
|
736
|
+
"line": 214,
|
|
662
737
|
"character": 3
|
|
663
738
|
},
|
|
664
739
|
"type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
|
|
@@ -671,14 +746,14 @@
|
|
|
671
746
|
"__schema": "FunctionLikeSchema",
|
|
672
747
|
"location": {
|
|
673
748
|
"filePath": "dependencies.main.runtime.ts",
|
|
674
|
-
"line":
|
|
749
|
+
"line": 230,
|
|
675
750
|
"character": 3
|
|
676
751
|
},
|
|
677
752
|
"doc": {
|
|
678
753
|
"__schema": "DocSchema",
|
|
679
754
|
"location": {
|
|
680
755
|
"filePath": "dependencies.main.runtime.ts",
|
|
681
|
-
"line":
|
|
756
|
+
"line": 224,
|
|
682
757
|
"character": 3
|
|
683
758
|
},
|
|
684
759
|
"raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
|
|
@@ -691,7 +766,7 @@
|
|
|
691
766
|
"__schema": "ParameterSchema",
|
|
692
767
|
"location": {
|
|
693
768
|
"filePath": "dependencies.main.runtime.ts",
|
|
694
|
-
"line":
|
|
769
|
+
"line": 230,
|
|
695
770
|
"character": 35
|
|
696
771
|
},
|
|
697
772
|
"name": "component",
|
|
@@ -699,7 +774,7 @@
|
|
|
699
774
|
"__schema": "TypeRefSchema",
|
|
700
775
|
"location": {
|
|
701
776
|
"filePath": "dependencies.main.runtime.ts",
|
|
702
|
-
"line":
|
|
777
|
+
"line": 230,
|
|
703
778
|
"character": 46
|
|
704
779
|
},
|
|
705
780
|
"name": "ConsumerComponent"
|
|
@@ -711,7 +786,7 @@
|
|
|
711
786
|
"__schema": "ParameterSchema",
|
|
712
787
|
"location": {
|
|
713
788
|
"filePath": "dependencies.main.runtime.ts",
|
|
714
|
-
"line":
|
|
789
|
+
"line": 230,
|
|
715
790
|
"character": 65
|
|
716
791
|
},
|
|
717
792
|
"name": "dependenciesData",
|
|
@@ -719,7 +794,7 @@
|
|
|
719
794
|
"__schema": "TypeRefSchema",
|
|
720
795
|
"location": {
|
|
721
796
|
"filePath": "dependencies.main.runtime.ts",
|
|
722
|
-
"line":
|
|
797
|
+
"line": 230,
|
|
723
798
|
"character": 83
|
|
724
799
|
},
|
|
725
800
|
"name": "Partial",
|
|
@@ -728,7 +803,7 @@
|
|
|
728
803
|
"__schema": "TypeRefSchema",
|
|
729
804
|
"location": {
|
|
730
805
|
"filePath": "dependencies.main.runtime.ts",
|
|
731
|
-
"line":
|
|
806
|
+
"line": 230,
|
|
732
807
|
"character": 91
|
|
733
808
|
},
|
|
734
809
|
"name": "DependenciesData"
|
|
@@ -743,7 +818,7 @@
|
|
|
743
818
|
"__schema": "InferenceTypeSchema",
|
|
744
819
|
"location": {
|
|
745
820
|
"filePath": "dependencies.main.runtime.ts",
|
|
746
|
-
"line":
|
|
821
|
+
"line": 230,
|
|
747
822
|
"character": 3
|
|
748
823
|
},
|
|
749
824
|
"type": "Promise<void>"
|
|
@@ -756,7 +831,7 @@
|
|
|
756
831
|
"__schema": "FunctionLikeSchema",
|
|
757
832
|
"location": {
|
|
758
833
|
"filePath": "dependencies.main.runtime.ts",
|
|
759
|
-
"line":
|
|
834
|
+
"line": 240,
|
|
760
835
|
"character": 3
|
|
761
836
|
},
|
|
762
837
|
"signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
|
|
@@ -766,7 +841,7 @@
|
|
|
766
841
|
"__schema": "ParameterSchema",
|
|
767
842
|
"location": {
|
|
768
843
|
"filePath": "dependencies.main.runtime.ts",
|
|
769
|
-
"line":
|
|
844
|
+
"line": 240,
|
|
770
845
|
"character": 27
|
|
771
846
|
},
|
|
772
847
|
"name": "id",
|
|
@@ -774,7 +849,7 @@
|
|
|
774
849
|
"__schema": "KeywordTypeSchema",
|
|
775
850
|
"location": {
|
|
776
851
|
"filePath": "dependencies.main.runtime.ts",
|
|
777
|
-
"line":
|
|
852
|
+
"line": 240,
|
|
778
853
|
"character": 31
|
|
779
854
|
},
|
|
780
855
|
"name": "string"
|
|
@@ -787,7 +862,7 @@
|
|
|
787
862
|
"__schema": "TypeRefSchema",
|
|
788
863
|
"location": {
|
|
789
864
|
"filePath": "dependencies.main.runtime.ts",
|
|
790
|
-
"line":
|
|
865
|
+
"line": 240,
|
|
791
866
|
"character": 40
|
|
792
867
|
},
|
|
793
868
|
"name": "Promise",
|
|
@@ -796,7 +871,7 @@
|
|
|
796
871
|
"__schema": "TypeRefSchema",
|
|
797
872
|
"location": {
|
|
798
873
|
"filePath": "dependencies.main.runtime.ts",
|
|
799
|
-
"line":
|
|
874
|
+
"line": 240,
|
|
800
875
|
"character": 48
|
|
801
876
|
},
|
|
802
877
|
"name": "DependenciesResultsDebug"
|
|
@@ -811,14 +886,14 @@
|
|
|
811
886
|
"__schema": "FunctionLikeSchema",
|
|
812
887
|
"location": {
|
|
813
888
|
"filePath": "dependencies.main.runtime.ts",
|
|
814
|
-
"line":
|
|
889
|
+
"line": 272,
|
|
815
890
|
"character": 3
|
|
816
891
|
},
|
|
817
892
|
"doc": {
|
|
818
893
|
"__schema": "DocSchema",
|
|
819
894
|
"location": {
|
|
820
895
|
"filePath": "dependencies.main.runtime.ts",
|
|
821
|
-
"line":
|
|
896
|
+
"line": 268,
|
|
822
897
|
"character": 3
|
|
823
898
|
},
|
|
824
899
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
|
@@ -831,7 +906,7 @@
|
|
|
831
906
|
"__schema": "ParameterSchema",
|
|
832
907
|
"location": {
|
|
833
908
|
"filePath": "dependencies.main.runtime.ts",
|
|
834
|
-
"line":
|
|
909
|
+
"line": 272,
|
|
835
910
|
"character": 15
|
|
836
911
|
},
|
|
837
912
|
"name": "compName",
|
|
@@ -839,7 +914,7 @@
|
|
|
839
914
|
"__schema": "KeywordTypeSchema",
|
|
840
915
|
"location": {
|
|
841
916
|
"filePath": "dependencies.main.runtime.ts",
|
|
842
|
-
"line":
|
|
917
|
+
"line": 272,
|
|
843
918
|
"character": 25
|
|
844
919
|
},
|
|
845
920
|
"name": "string"
|
|
@@ -851,7 +926,7 @@
|
|
|
851
926
|
"__schema": "ParameterSchema",
|
|
852
927
|
"location": {
|
|
853
928
|
"filePath": "dependencies.main.runtime.ts",
|
|
854
|
-
"line":
|
|
929
|
+
"line": 272,
|
|
855
930
|
"character": 33
|
|
856
931
|
},
|
|
857
932
|
"name": "depName",
|
|
@@ -859,7 +934,7 @@
|
|
|
859
934
|
"__schema": "KeywordTypeSchema",
|
|
860
935
|
"location": {
|
|
861
936
|
"filePath": "dependencies.main.runtime.ts",
|
|
862
|
-
"line":
|
|
937
|
+
"line": 272,
|
|
863
938
|
"character": 42
|
|
864
939
|
},
|
|
865
940
|
"name": "string"
|
|
@@ -872,7 +947,7 @@
|
|
|
872
947
|
"__schema": "InferenceTypeSchema",
|
|
873
948
|
"location": {
|
|
874
949
|
"filePath": "dependencies.main.runtime.ts",
|
|
875
|
-
"line":
|
|
950
|
+
"line": 272,
|
|
876
951
|
"character": 3
|
|
877
952
|
},
|
|
878
953
|
"type": "Promise<BlameResult[]>"
|
|
@@ -885,7 +960,7 @@
|
|
|
885
960
|
"__schema": "FunctionLikeSchema",
|
|
886
961
|
"location": {
|
|
887
962
|
"filePath": "dependencies.main.runtime.ts",
|
|
888
|
-
"line":
|
|
963
|
+
"line": 305,
|
|
889
964
|
"character": 3
|
|
890
965
|
},
|
|
891
966
|
"signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
|
|
@@ -895,7 +970,7 @@
|
|
|
895
970
|
"__schema": "ParameterSchema",
|
|
896
971
|
"location": {
|
|
897
972
|
"filePath": "dependencies.main.runtime.ts",
|
|
898
|
-
"line":
|
|
973
|
+
"line": 305,
|
|
899
974
|
"character": 19
|
|
900
975
|
},
|
|
901
976
|
"name": "depName",
|
|
@@ -903,7 +978,7 @@
|
|
|
903
978
|
"__schema": "KeywordTypeSchema",
|
|
904
979
|
"location": {
|
|
905
980
|
"filePath": "dependencies.main.runtime.ts",
|
|
906
|
-
"line":
|
|
981
|
+
"line": 305,
|
|
907
982
|
"character": 28
|
|
908
983
|
},
|
|
909
984
|
"name": "string"
|
|
@@ -915,7 +990,7 @@
|
|
|
915
990
|
"__schema": "ParameterSchema",
|
|
916
991
|
"location": {
|
|
917
992
|
"filePath": "dependencies.main.runtime.ts",
|
|
918
|
-
"line":
|
|
993
|
+
"line": 305,
|
|
919
994
|
"character": 36
|
|
920
995
|
},
|
|
921
996
|
"name": "opts",
|
|
@@ -923,7 +998,7 @@
|
|
|
923
998
|
"__schema": "TypeLiteralSchema",
|
|
924
999
|
"location": {
|
|
925
1000
|
"filePath": "dependencies.main.runtime.ts",
|
|
926
|
-
"line":
|
|
1001
|
+
"line": 305,
|
|
927
1002
|
"character": 43
|
|
928
1003
|
},
|
|
929
1004
|
"members": [
|
|
@@ -931,7 +1006,7 @@
|
|
|
931
1006
|
"__schema": "VariableLikeSchema",
|
|
932
1007
|
"location": {
|
|
933
1008
|
"filePath": "dependencies.main.runtime.ts",
|
|
934
|
-
"line":
|
|
1009
|
+
"line": 305,
|
|
935
1010
|
"character": 45
|
|
936
1011
|
},
|
|
937
1012
|
"signature": "(property) depth?: number | undefined",
|
|
@@ -940,7 +1015,7 @@
|
|
|
940
1015
|
"__schema": "KeywordTypeSchema",
|
|
941
1016
|
"location": {
|
|
942
1017
|
"filePath": "dependencies.main.runtime.ts",
|
|
943
|
-
"line":
|
|
1018
|
+
"line": 305,
|
|
944
1019
|
"character": 53
|
|
945
1020
|
},
|
|
946
1021
|
"name": "number"
|
|
@@ -957,7 +1032,7 @@
|
|
|
957
1032
|
"__schema": "TypeRefSchema",
|
|
958
1033
|
"location": {
|
|
959
1034
|
"filePath": "dependencies.main.runtime.ts",
|
|
960
|
-
"line":
|
|
1035
|
+
"line": 305,
|
|
961
1036
|
"character": 64
|
|
962
1037
|
},
|
|
963
1038
|
"name": "Promise",
|
|
@@ -966,7 +1041,7 @@
|
|
|
966
1041
|
"__schema": "TypeUnionSchema",
|
|
967
1042
|
"location": {
|
|
968
1043
|
"filePath": "dependencies.main.runtime.ts",
|
|
969
|
-
"line":
|
|
1044
|
+
"line": 305,
|
|
970
1045
|
"character": 72
|
|
971
1046
|
},
|
|
972
1047
|
"types": [
|
|
@@ -974,7 +1049,7 @@
|
|
|
974
1049
|
"__schema": "KeywordTypeSchema",
|
|
975
1050
|
"location": {
|
|
976
1051
|
"filePath": "dependencies.main.runtime.ts",
|
|
977
|
-
"line":
|
|
1052
|
+
"line": 305,
|
|
978
1053
|
"character": 72
|
|
979
1054
|
},
|
|
980
1055
|
"name": "string"
|
|
@@ -983,7 +1058,7 @@
|
|
|
983
1058
|
"__schema": "KeywordTypeSchema",
|
|
984
1059
|
"location": {
|
|
985
1060
|
"filePath": "dependencies.main.runtime.ts",
|
|
986
|
-
"line":
|
|
1061
|
+
"line": 305,
|
|
987
1062
|
"character": 81
|
|
988
1063
|
},
|
|
989
1064
|
"name": "undefined"
|
|
@@ -1000,14 +1075,14 @@
|
|
|
1000
1075
|
"__schema": "FunctionLikeSchema",
|
|
1001
1076
|
"location": {
|
|
1002
1077
|
"filePath": "dependencies.main.runtime.ts",
|
|
1003
|
-
"line":
|
|
1078
|
+
"line": 319,
|
|
1004
1079
|
"character": 3
|
|
1005
1080
|
},
|
|
1006
1081
|
"doc": {
|
|
1007
1082
|
"__schema": "DocSchema",
|
|
1008
1083
|
"location": {
|
|
1009
1084
|
"filePath": "dependencies.main.runtime.ts",
|
|
1010
|
-
"line":
|
|
1085
|
+
"line": 315,
|
|
1011
1086
|
"character": 3
|
|
1012
1087
|
},
|
|
1013
1088
|
"raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
|
|
@@ -1016,7 +1091,7 @@
|
|
|
1016
1091
|
"__schema": "PropertyLikeTagSchema",
|
|
1017
1092
|
"location": {
|
|
1018
1093
|
"filePath": "dependencies.main.runtime.ts",
|
|
1019
|
-
"line":
|
|
1094
|
+
"line": 316,
|
|
1020
1095
|
"character": 6
|
|
1021
1096
|
},
|
|
1022
1097
|
"name": "depName",
|
|
@@ -1027,7 +1102,7 @@
|
|
|
1027
1102
|
"__schema": "ReturnTagSchema",
|
|
1028
1103
|
"location": {
|
|
1029
1104
|
"filePath": "dependencies.main.runtime.ts",
|
|
1030
|
-
"line":
|
|
1105
|
+
"line": 317,
|
|
1031
1106
|
"character": 6
|
|
1032
1107
|
},
|
|
1033
1108
|
"tagName": "return",
|
|
@@ -1042,7 +1117,7 @@
|
|
|
1042
1117
|
"__schema": "ParameterSchema",
|
|
1043
1118
|
"location": {
|
|
1044
1119
|
"filePath": "dependencies.main.runtime.ts",
|
|
1045
|
-
"line":
|
|
1120
|
+
"line": 319,
|
|
1046
1121
|
"character": 15
|
|
1047
1122
|
},
|
|
1048
1123
|
"name": "depName",
|
|
@@ -1050,7 +1125,7 @@
|
|
|
1050
1125
|
"__schema": "KeywordTypeSchema",
|
|
1051
1126
|
"location": {
|
|
1052
1127
|
"filePath": "dependencies.main.runtime.ts",
|
|
1053
|
-
"line":
|
|
1128
|
+
"line": 319,
|
|
1054
1129
|
"character": 24
|
|
1055
1130
|
},
|
|
1056
1131
|
"name": "string"
|
|
@@ -1063,7 +1138,7 @@
|
|
|
1063
1138
|
"__schema": "TypeRefSchema",
|
|
1064
1139
|
"location": {
|
|
1065
1140
|
"filePath": "dependencies.main.runtime.ts",
|
|
1066
|
-
"line":
|
|
1141
|
+
"line": 319,
|
|
1067
1142
|
"character": 33
|
|
1068
1143
|
},
|
|
1069
1144
|
"name": "Promise",
|
|
@@ -1072,7 +1147,7 @@
|
|
|
1072
1147
|
"__schema": "TypeLiteralSchema",
|
|
1073
1148
|
"location": {
|
|
1074
1149
|
"filePath": "dependencies.main.runtime.ts",
|
|
1075
|
-
"line":
|
|
1150
|
+
"line": 319,
|
|
1076
1151
|
"character": 41
|
|
1077
1152
|
},
|
|
1078
1153
|
"members": [
|
|
@@ -1080,14 +1155,14 @@
|
|
|
1080
1155
|
"__schema": "IndexSignatureSchema",
|
|
1081
1156
|
"location": {
|
|
1082
1157
|
"filePath": "dependencies.main.runtime.ts",
|
|
1083
|
-
"line":
|
|
1158
|
+
"line": 319,
|
|
1084
1159
|
"character": 43
|
|
1085
1160
|
},
|
|
1086
1161
|
"keyType": {
|
|
1087
1162
|
"__schema": "ParameterSchema",
|
|
1088
1163
|
"location": {
|
|
1089
1164
|
"filePath": "dependencies.main.runtime.ts",
|
|
1090
|
-
"line":
|
|
1165
|
+
"line": 319,
|
|
1091
1166
|
"character": 44
|
|
1092
1167
|
},
|
|
1093
1168
|
"name": "compIdStr",
|
|
@@ -1095,7 +1170,7 @@
|
|
|
1095
1170
|
"__schema": "KeywordTypeSchema",
|
|
1096
1171
|
"location": {
|
|
1097
1172
|
"filePath": "dependencies.main.runtime.ts",
|
|
1098
|
-
"line":
|
|
1173
|
+
"line": 319,
|
|
1099
1174
|
"character": 55
|
|
1100
1175
|
},
|
|
1101
1176
|
"name": "string"
|
|
@@ -1107,7 +1182,7 @@
|
|
|
1107
1182
|
"__schema": "KeywordTypeSchema",
|
|
1108
1183
|
"location": {
|
|
1109
1184
|
"filePath": "dependencies.main.runtime.ts",
|
|
1110
|
-
"line":
|
|
1185
|
+
"line": 319,
|
|
1111
1186
|
"character": 64
|
|
1112
1187
|
},
|
|
1113
1188
|
"name": "string"
|
|
@@ -1125,7 +1200,7 @@
|
|
|
1125
1200
|
"__schema": "VariableLikeSchema",
|
|
1126
1201
|
"location": {
|
|
1127
1202
|
"filePath": "dependencies.main.runtime.ts",
|
|
1128
|
-
"line":
|
|
1203
|
+
"line": 358,
|
|
1129
1204
|
"character": 3
|
|
1130
1205
|
},
|
|
1131
1206
|
"signature": "(property) DependenciesMain.slots: never[]",
|
|
@@ -1134,7 +1209,7 @@
|
|
|
1134
1209
|
"__schema": "InferenceTypeSchema",
|
|
1135
1210
|
"location": {
|
|
1136
1211
|
"filePath": "dependencies.main.runtime.ts",
|
|
1137
|
-
"line":
|
|
1212
|
+
"line": 358,
|
|
1138
1213
|
"character": 3
|
|
1139
1214
|
},
|
|
1140
1215
|
"type": "never[]"
|
|
@@ -1146,7 +1221,7 @@
|
|
|
1146
1221
|
"__schema": "VariableLikeSchema",
|
|
1147
1222
|
"location": {
|
|
1148
1223
|
"filePath": "dependencies.main.runtime.ts",
|
|
1149
|
-
"line":
|
|
1224
|
+
"line": 359,
|
|
1150
1225
|
"character": 3
|
|
1151
1226
|
},
|
|
1152
1227
|
"signature": "(property) DependenciesMain.dependencies: Aspect[]",
|
|
@@ -1155,7 +1230,7 @@
|
|
|
1155
1230
|
"__schema": "InferenceTypeSchema",
|
|
1156
1231
|
"location": {
|
|
1157
1232
|
"filePath": "dependencies.main.runtime.ts",
|
|
1158
|
-
"line":
|
|
1233
|
+
"line": 359,
|
|
1159
1234
|
"character": 3
|
|
1160
1235
|
},
|
|
1161
1236
|
"type": "Aspect[]"
|
|
@@ -1167,7 +1242,7 @@
|
|
|
1167
1242
|
"__schema": "VariableLikeSchema",
|
|
1168
1243
|
"location": {
|
|
1169
1244
|
"filePath": "dependencies.main.runtime.ts",
|
|
1170
|
-
"line":
|
|
1245
|
+
"line": 369,
|
|
1171
1246
|
"character": 3
|
|
1172
1247
|
},
|
|
1173
1248
|
"signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
|
|
@@ -1176,7 +1251,7 @@
|
|
|
1176
1251
|
"__schema": "InferenceTypeSchema",
|
|
1177
1252
|
"location": {
|
|
1178
1253
|
"filePath": "dependencies.main.runtime.ts",
|
|
1179
|
-
"line":
|
|
1254
|
+
"line": 369,
|
|
1180
1255
|
"character": 3
|
|
1181
1256
|
},
|
|
1182
1257
|
"type": "RuntimeDefinition"
|
|
@@ -1188,7 +1263,7 @@
|
|
|
1188
1263
|
"__schema": "FunctionLikeSchema",
|
|
1189
1264
|
"location": {
|
|
1190
1265
|
"filePath": "dependencies.main.runtime.ts",
|
|
1191
|
-
"line":
|
|
1266
|
+
"line": 371,
|
|
1192
1267
|
"character": 3
|
|
1193
1268
|
},
|
|
1194
1269
|
"signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain\n]): Promise<DependenciesMain>",
|
|
@@ -1198,7 +1273,7 @@
|
|
|
1198
1273
|
"__schema": "ParameterSchema",
|
|
1199
1274
|
"location": {
|
|
1200
1275
|
"filePath": "dependencies.main.runtime.ts",
|
|
1201
|
-
"line":
|
|
1276
|
+
"line": 371,
|
|
1202
1277
|
"character": 25
|
|
1203
1278
|
},
|
|
1204
1279
|
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph ]",
|
|
@@ -1206,7 +1281,7 @@
|
|
|
1206
1281
|
"__schema": "TupleTypeSchema",
|
|
1207
1282
|
"location": {
|
|
1208
1283
|
"filePath": "dependencies.main.runtime.ts",
|
|
1209
|
-
"line":
|
|
1284
|
+
"line": 371,
|
|
1210
1285
|
"character": 95
|
|
1211
1286
|
},
|
|
1212
1287
|
"elements": [
|
|
@@ -1214,7 +1289,7 @@
|
|
|
1214
1289
|
"__schema": "TypeRefSchema",
|
|
1215
1290
|
"location": {
|
|
1216
1291
|
"filePath": "dependencies.main.runtime.ts",
|
|
1217
|
-
"line":
|
|
1292
|
+
"line": 372,
|
|
1218
1293
|
"character": 5
|
|
1219
1294
|
},
|
|
1220
1295
|
"name": "CLIMain"
|
|
@@ -1223,7 +1298,7 @@
|
|
|
1223
1298
|
"__schema": "TypeRefSchema",
|
|
1224
1299
|
"location": {
|
|
1225
1300
|
"filePath": "dependencies.main.runtime.ts",
|
|
1226
|
-
"line":
|
|
1301
|
+
"line": 373,
|
|
1227
1302
|
"character": 5
|
|
1228
1303
|
},
|
|
1229
1304
|
"name": "Workspace"
|
|
@@ -1232,7 +1307,7 @@
|
|
|
1232
1307
|
"__schema": "TypeRefSchema",
|
|
1233
1308
|
"location": {
|
|
1234
1309
|
"filePath": "dependencies.main.runtime.ts",
|
|
1235
|
-
"line":
|
|
1310
|
+
"line": 374,
|
|
1236
1311
|
"character": 5
|
|
1237
1312
|
},
|
|
1238
1313
|
"name": "DependencyResolverMain"
|
|
@@ -1241,7 +1316,7 @@
|
|
|
1241
1316
|
"__schema": "TypeRefSchema",
|
|
1242
1317
|
"location": {
|
|
1243
1318
|
"filePath": "dependencies.main.runtime.ts",
|
|
1244
|
-
"line":
|
|
1319
|
+
"line": 375,
|
|
1245
1320
|
"character": 5
|
|
1246
1321
|
},
|
|
1247
1322
|
"name": "DevFilesMain"
|
|
@@ -1250,7 +1325,7 @@
|
|
|
1250
1325
|
"__schema": "TypeRefSchema",
|
|
1251
1326
|
"location": {
|
|
1252
1327
|
"filePath": "dependencies.main.runtime.ts",
|
|
1253
|
-
"line":
|
|
1328
|
+
"line": 376,
|
|
1254
1329
|
"character": 5
|
|
1255
1330
|
},
|
|
1256
1331
|
"name": "AspectLoaderMain"
|
|
@@ -1259,7 +1334,7 @@
|
|
|
1259
1334
|
"__schema": "TypeRefSchema",
|
|
1260
1335
|
"location": {
|
|
1261
1336
|
"filePath": "dependencies.main.runtime.ts",
|
|
1262
|
-
"line":
|
|
1337
|
+
"line": 377,
|
|
1263
1338
|
"character": 5
|
|
1264
1339
|
},
|
|
1265
1340
|
"name": "ScopeMain"
|
|
@@ -1268,7 +1343,7 @@
|
|
|
1268
1343
|
"__schema": "TypeRefSchema",
|
|
1269
1344
|
"location": {
|
|
1270
1345
|
"filePath": "dependencies.main.runtime.ts",
|
|
1271
|
-
"line":
|
|
1346
|
+
"line": 378,
|
|
1272
1347
|
"character": 5
|
|
1273
1348
|
},
|
|
1274
1349
|
"name": "GraphMain"
|
|
@@ -1283,7 +1358,7 @@
|
|
|
1283
1358
|
"__schema": "InferenceTypeSchema",
|
|
1284
1359
|
"location": {
|
|
1285
1360
|
"filePath": "dependencies.main.runtime.ts",
|
|
1286
|
-
"line":
|
|
1361
|
+
"line": 371,
|
|
1287
1362
|
"character": 3
|
|
1288
1363
|
},
|
|
1289
1364
|
"type": "Promise<DependenciesMain>"
|
|
@@ -1349,7 +1424,7 @@
|
|
|
1349
1424
|
"__schema": "TypeSchema",
|
|
1350
1425
|
"location": {
|
|
1351
1426
|
"filePath": "dependencies.main.runtime.ts",
|
|
1352
|
-
"line":
|
|
1427
|
+
"line": 40,
|
|
1353
1428
|
"character": 1
|
|
1354
1429
|
},
|
|
1355
1430
|
"signature": "type RemoveDependencyResult = {\n id: ComponentID;\n removedPackages: string[];\n}",
|
|
@@ -1358,7 +1433,7 @@
|
|
|
1358
1433
|
"__schema": "TypeLiteralSchema",
|
|
1359
1434
|
"location": {
|
|
1360
1435
|
"filePath": "dependencies.main.runtime.ts",
|
|
1361
|
-
"line":
|
|
1436
|
+
"line": 40,
|
|
1362
1437
|
"character": 38
|
|
1363
1438
|
},
|
|
1364
1439
|
"members": [
|
|
@@ -1366,7 +1441,7 @@
|
|
|
1366
1441
|
"__schema": "VariableLikeSchema",
|
|
1367
1442
|
"location": {
|
|
1368
1443
|
"filePath": "dependencies.main.runtime.ts",
|
|
1369
|
-
"line":
|
|
1444
|
+
"line": 40,
|
|
1370
1445
|
"character": 40
|
|
1371
1446
|
},
|
|
1372
1447
|
"signature": "(property) id: ComponentID",
|
|
@@ -1375,7 +1450,7 @@
|
|
|
1375
1450
|
"__schema": "TypeRefSchema",
|
|
1376
1451
|
"location": {
|
|
1377
1452
|
"filePath": "dependencies.main.runtime.ts",
|
|
1378
|
-
"line":
|
|
1453
|
+
"line": 40,
|
|
1379
1454
|
"character": 40
|
|
1380
1455
|
},
|
|
1381
1456
|
"name": "ComponentID",
|
|
@@ -1391,7 +1466,7 @@
|
|
|
1391
1466
|
"__schema": "VariableLikeSchema",
|
|
1392
1467
|
"location": {
|
|
1393
1468
|
"filePath": "dependencies.main.runtime.ts",
|
|
1394
|
-
"line":
|
|
1469
|
+
"line": 40,
|
|
1395
1470
|
"character": 57
|
|
1396
1471
|
},
|
|
1397
1472
|
"signature": "(property) removedPackages: string[]",
|
|
@@ -1400,14 +1475,14 @@
|
|
|
1400
1475
|
"__schema": "TypeArraySchema",
|
|
1401
1476
|
"location": {
|
|
1402
1477
|
"filePath": "dependencies.main.runtime.ts",
|
|
1403
|
-
"line":
|
|
1478
|
+
"line": 40,
|
|
1404
1479
|
"character": 74
|
|
1405
1480
|
},
|
|
1406
1481
|
"type": {
|
|
1407
1482
|
"__schema": "KeywordTypeSchema",
|
|
1408
1483
|
"location": {
|
|
1409
1484
|
"filePath": "dependencies.main.runtime.ts",
|
|
1410
|
-
"line":
|
|
1485
|
+
"line": 40,
|
|
1411
1486
|
"character": 74
|
|
1412
1487
|
},
|
|
1413
1488
|
"name": "string"
|
|
@@ -1422,7 +1497,7 @@
|
|
|
1422
1497
|
"__schema": "TypeSchema",
|
|
1423
1498
|
"location": {
|
|
1424
1499
|
"filePath": "dependencies.main.runtime.ts",
|
|
1425
|
-
"line":
|
|
1500
|
+
"line": 41,
|
|
1426
1501
|
"character": 1
|
|
1427
1502
|
},
|
|
1428
1503
|
"signature": "type SetDependenciesResult = {\n changedComps: string[];\n addedPackages: Record<string, string>;\n}",
|
|
@@ -1431,7 +1506,7 @@
|
|
|
1431
1506
|
"__schema": "TypeLiteralSchema",
|
|
1432
1507
|
"location": {
|
|
1433
1508
|
"filePath": "dependencies.main.runtime.ts",
|
|
1434
|
-
"line":
|
|
1509
|
+
"line": 41,
|
|
1435
1510
|
"character": 37
|
|
1436
1511
|
},
|
|
1437
1512
|
"members": [
|
|
@@ -1439,7 +1514,7 @@
|
|
|
1439
1514
|
"__schema": "VariableLikeSchema",
|
|
1440
1515
|
"location": {
|
|
1441
1516
|
"filePath": "dependencies.main.runtime.ts",
|
|
1442
|
-
"line":
|
|
1517
|
+
"line": 41,
|
|
1443
1518
|
"character": 39
|
|
1444
1519
|
},
|
|
1445
1520
|
"signature": "(property) changedComps: string[]",
|
|
@@ -1448,14 +1523,14 @@
|
|
|
1448
1523
|
"__schema": "TypeArraySchema",
|
|
1449
1524
|
"location": {
|
|
1450
1525
|
"filePath": "dependencies.main.runtime.ts",
|
|
1451
|
-
"line":
|
|
1526
|
+
"line": 41,
|
|
1452
1527
|
"character": 53
|
|
1453
1528
|
},
|
|
1454
1529
|
"type": {
|
|
1455
1530
|
"__schema": "KeywordTypeSchema",
|
|
1456
1531
|
"location": {
|
|
1457
1532
|
"filePath": "dependencies.main.runtime.ts",
|
|
1458
|
-
"line":
|
|
1533
|
+
"line": 41,
|
|
1459
1534
|
"character": 53
|
|
1460
1535
|
},
|
|
1461
1536
|
"name": "string"
|
|
@@ -1467,7 +1542,7 @@
|
|
|
1467
1542
|
"__schema": "VariableLikeSchema",
|
|
1468
1543
|
"location": {
|
|
1469
1544
|
"filePath": "dependencies.main.runtime.ts",
|
|
1470
|
-
"line":
|
|
1545
|
+
"line": 41,
|
|
1471
1546
|
"character": 63
|
|
1472
1547
|
},
|
|
1473
1548
|
"signature": "(property) addedPackages: Record<string, string>",
|
|
@@ -1476,7 +1551,7 @@
|
|
|
1476
1551
|
"__schema": "TypeRefSchema",
|
|
1477
1552
|
"location": {
|
|
1478
1553
|
"filePath": "dependencies.main.runtime.ts",
|
|
1479
|
-
"line":
|
|
1554
|
+
"line": 41,
|
|
1480
1555
|
"character": 78
|
|
1481
1556
|
},
|
|
1482
1557
|
"name": "Record",
|
|
@@ -1485,7 +1560,7 @@
|
|
|
1485
1560
|
"__schema": "KeywordTypeSchema",
|
|
1486
1561
|
"location": {
|
|
1487
1562
|
"filePath": "dependencies.main.runtime.ts",
|
|
1488
|
-
"line":
|
|
1563
|
+
"line": 41,
|
|
1489
1564
|
"character": 85
|
|
1490
1565
|
},
|
|
1491
1566
|
"name": "string"
|
|
@@ -1494,7 +1569,7 @@
|
|
|
1494
1569
|
"__schema": "KeywordTypeSchema",
|
|
1495
1570
|
"location": {
|
|
1496
1571
|
"filePath": "dependencies.main.runtime.ts",
|
|
1497
|
-
"line":
|
|
1572
|
+
"line": 41,
|
|
1498
1573
|
"character": 93
|
|
1499
1574
|
},
|
|
1500
1575
|
"name": "string"
|
|
@@ -1510,7 +1585,7 @@
|
|
|
1510
1585
|
"__schema": "TypeSchema",
|
|
1511
1586
|
"location": {
|
|
1512
1587
|
"filePath": "dependencies.main.runtime.ts",
|
|
1513
|
-
"line":
|
|
1588
|
+
"line": 42,
|
|
1514
1589
|
"character": 1
|
|
1515
1590
|
},
|
|
1516
1591
|
"signature": "type DependenciesResultsDebug = DebugDependencies & OverridesDependenciesData & {\n coreAspects: string[];\n sources: {\n id: string;\n source: string;\n }[];\n}",
|
|
@@ -1519,7 +1594,7 @@
|
|
|
1519
1594
|
"__schema": "TypeIntersectionSchema",
|
|
1520
1595
|
"location": {
|
|
1521
1596
|
"filePath": "dependencies.main.runtime.ts",
|
|
1522
|
-
"line":
|
|
1597
|
+
"line": 42,
|
|
1523
1598
|
"character": 40
|
|
1524
1599
|
},
|
|
1525
1600
|
"types": [
|
|
@@ -1527,7 +1602,7 @@
|
|
|
1527
1602
|
"__schema": "TypeRefSchema",
|
|
1528
1603
|
"location": {
|
|
1529
1604
|
"filePath": "dependencies.main.runtime.ts",
|
|
1530
|
-
"line":
|
|
1605
|
+
"line": 42,
|
|
1531
1606
|
"character": 40
|
|
1532
1607
|
},
|
|
1533
1608
|
"name": "DebugDependencies"
|
|
@@ -1536,7 +1611,7 @@
|
|
|
1536
1611
|
"__schema": "TypeRefSchema",
|
|
1537
1612
|
"location": {
|
|
1538
1613
|
"filePath": "dependencies.main.runtime.ts",
|
|
1539
|
-
"line":
|
|
1614
|
+
"line": 43,
|
|
1540
1615
|
"character": 3
|
|
1541
1616
|
},
|
|
1542
1617
|
"name": "OverridesDependenciesData"
|
|
@@ -1545,7 +1620,7 @@
|
|
|
1545
1620
|
"__schema": "TypeLiteralSchema",
|
|
1546
1621
|
"location": {
|
|
1547
1622
|
"filePath": "dependencies.main.runtime.ts",
|
|
1548
|
-
"line":
|
|
1623
|
+
"line": 43,
|
|
1549
1624
|
"character": 31
|
|
1550
1625
|
},
|
|
1551
1626
|
"members": [
|
|
@@ -1553,7 +1628,7 @@
|
|
|
1553
1628
|
"__schema": "VariableLikeSchema",
|
|
1554
1629
|
"location": {
|
|
1555
1630
|
"filePath": "dependencies.main.runtime.ts",
|
|
1556
|
-
"line":
|
|
1631
|
+
"line": 43,
|
|
1557
1632
|
"character": 33
|
|
1558
1633
|
},
|
|
1559
1634
|
"signature": "(property) coreAspects: string[]",
|
|
@@ -1562,14 +1637,14 @@
|
|
|
1562
1637
|
"__schema": "TypeArraySchema",
|
|
1563
1638
|
"location": {
|
|
1564
1639
|
"filePath": "dependencies.main.runtime.ts",
|
|
1565
|
-
"line":
|
|
1640
|
+
"line": 43,
|
|
1566
1641
|
"character": 46
|
|
1567
1642
|
},
|
|
1568
1643
|
"type": {
|
|
1569
1644
|
"__schema": "KeywordTypeSchema",
|
|
1570
1645
|
"location": {
|
|
1571
1646
|
"filePath": "dependencies.main.runtime.ts",
|
|
1572
|
-
"line":
|
|
1647
|
+
"line": 43,
|
|
1573
1648
|
"character": 46
|
|
1574
1649
|
},
|
|
1575
1650
|
"name": "string"
|
|
@@ -1581,7 +1656,7 @@
|
|
|
1581
1656
|
"__schema": "VariableLikeSchema",
|
|
1582
1657
|
"location": {
|
|
1583
1658
|
"filePath": "dependencies.main.runtime.ts",
|
|
1584
|
-
"line":
|
|
1659
|
+
"line": 43,
|
|
1585
1660
|
"character": 56
|
|
1586
1661
|
},
|
|
1587
1662
|
"signature": "(property) sources: {\n id: string;\n source: string;\n}[]",
|
|
@@ -1590,14 +1665,14 @@
|
|
|
1590
1665
|
"__schema": "TypeArraySchema",
|
|
1591
1666
|
"location": {
|
|
1592
1667
|
"filePath": "dependencies.main.runtime.ts",
|
|
1593
|
-
"line":
|
|
1668
|
+
"line": 43,
|
|
1594
1669
|
"character": 65
|
|
1595
1670
|
},
|
|
1596
1671
|
"type": {
|
|
1597
1672
|
"__schema": "TypeLiteralSchema",
|
|
1598
1673
|
"location": {
|
|
1599
1674
|
"filePath": "dependencies.main.runtime.ts",
|
|
1600
|
-
"line":
|
|
1675
|
+
"line": 43,
|
|
1601
1676
|
"character": 65
|
|
1602
1677
|
},
|
|
1603
1678
|
"members": [
|
|
@@ -1605,7 +1680,7 @@
|
|
|
1605
1680
|
"__schema": "VariableLikeSchema",
|
|
1606
1681
|
"location": {
|
|
1607
1682
|
"filePath": "dependencies.main.runtime.ts",
|
|
1608
|
-
"line":
|
|
1683
|
+
"line": 43,
|
|
1609
1684
|
"character": 67
|
|
1610
1685
|
},
|
|
1611
1686
|
"signature": "(property) id: string",
|
|
@@ -1614,7 +1689,7 @@
|
|
|
1614
1689
|
"__schema": "KeywordTypeSchema",
|
|
1615
1690
|
"location": {
|
|
1616
1691
|
"filePath": "dependencies.main.runtime.ts",
|
|
1617
|
-
"line":
|
|
1692
|
+
"line": 43,
|
|
1618
1693
|
"character": 71
|
|
1619
1694
|
},
|
|
1620
1695
|
"name": "string"
|
|
@@ -1625,7 +1700,7 @@
|
|
|
1625
1700
|
"__schema": "VariableLikeSchema",
|
|
1626
1701
|
"location": {
|
|
1627
1702
|
"filePath": "dependencies.main.runtime.ts",
|
|
1628
|
-
"line":
|
|
1703
|
+
"line": 43,
|
|
1629
1704
|
"character": 79
|
|
1630
1705
|
},
|
|
1631
1706
|
"signature": "(property) source: string",
|
|
@@ -1634,7 +1709,7 @@
|
|
|
1634
1709
|
"__schema": "KeywordTypeSchema",
|
|
1635
1710
|
"location": {
|
|
1636
1711
|
"filePath": "dependencies.main.runtime.ts",
|
|
1637
|
-
"line":
|
|
1712
|
+
"line": 43,
|
|
1638
1713
|
"character": 87
|
|
1639
1714
|
},
|
|
1640
1715
|
"name": "string"
|
|
@@ -1655,7 +1730,7 @@
|
|
|
1655
1730
|
"__schema": "TypeSchema",
|
|
1656
1731
|
"location": {
|
|
1657
1732
|
"filePath": "dependencies.main.runtime.ts",
|
|
1658
|
-
"line":
|
|
1733
|
+
"line": 45,
|
|
1659
1734
|
"character": 1
|
|
1660
1735
|
},
|
|
1661
1736
|
"signature": "type DependenciesResults = {\n graph: ComponentIdGraph;\n id: ComponentID;\n}",
|
|
@@ -1664,7 +1739,7 @@
|
|
|
1664
1739
|
"__schema": "TypeLiteralSchema",
|
|
1665
1740
|
"location": {
|
|
1666
1741
|
"filePath": "dependencies.main.runtime.ts",
|
|
1667
|
-
"line":
|
|
1742
|
+
"line": 45,
|
|
1668
1743
|
"character": 35
|
|
1669
1744
|
},
|
|
1670
1745
|
"members": [
|
|
@@ -1672,7 +1747,7 @@
|
|
|
1672
1747
|
"__schema": "VariableLikeSchema",
|
|
1673
1748
|
"location": {
|
|
1674
1749
|
"filePath": "dependencies.main.runtime.ts",
|
|
1675
|
-
"line":
|
|
1750
|
+
"line": 46,
|
|
1676
1751
|
"character": 3
|
|
1677
1752
|
},
|
|
1678
1753
|
"signature": "(property) graph: ComponentIdGraph",
|
|
@@ -1681,7 +1756,7 @@
|
|
|
1681
1756
|
"__schema": "TypeRefSchema",
|
|
1682
1757
|
"location": {
|
|
1683
1758
|
"filePath": "dependencies.main.runtime.ts",
|
|
1684
|
-
"line":
|
|
1759
|
+
"line": 46,
|
|
1685
1760
|
"character": 3
|
|
1686
1761
|
},
|
|
1687
1762
|
"name": "ComponentIdGraph",
|
|
@@ -1696,7 +1771,7 @@
|
|
|
1696
1771
|
"__schema": "VariableLikeSchema",
|
|
1697
1772
|
"location": {
|
|
1698
1773
|
"filePath": "dependencies.main.runtime.ts",
|
|
1699
|
-
"line":
|
|
1774
|
+
"line": 47,
|
|
1700
1775
|
"character": 3
|
|
1701
1776
|
},
|
|
1702
1777
|
"signature": "(property) id: ComponentID",
|
|
@@ -1705,7 +1780,7 @@
|
|
|
1705
1780
|
"__schema": "TypeRefSchema",
|
|
1706
1781
|
"location": {
|
|
1707
1782
|
"filePath": "dependencies.main.runtime.ts",
|
|
1708
|
-
"line":
|
|
1783
|
+
"line": 47,
|
|
1709
1784
|
"character": 3
|
|
1710
1785
|
},
|
|
1711
1786
|
"name": "ComponentID",
|
|
@@ -1724,7 +1799,7 @@
|
|
|
1724
1799
|
"__schema": "TypeSchema",
|
|
1725
1800
|
"location": {
|
|
1726
1801
|
"filePath": "dependencies.main.runtime.ts",
|
|
1727
|
-
"line":
|
|
1802
|
+
"line": 50,
|
|
1728
1803
|
"character": 1
|
|
1729
1804
|
},
|
|
1730
1805
|
"signature": "type BlameResult = {\n snap: string;\n tag?: string | undefined;\n author: string;\n date: string;\n message: string;\n version: string;\n}",
|
|
@@ -1733,7 +1808,7 @@
|
|
|
1733
1808
|
"__schema": "TypeLiteralSchema",
|
|
1734
1809
|
"location": {
|
|
1735
1810
|
"filePath": "dependencies.main.runtime.ts",
|
|
1736
|
-
"line":
|
|
1811
|
+
"line": 50,
|
|
1737
1812
|
"character": 27
|
|
1738
1813
|
},
|
|
1739
1814
|
"members": [
|
|
@@ -1741,7 +1816,7 @@
|
|
|
1741
1816
|
"__schema": "VariableLikeSchema",
|
|
1742
1817
|
"location": {
|
|
1743
1818
|
"filePath": "dependencies.main.runtime.ts",
|
|
1744
|
-
"line":
|
|
1819
|
+
"line": 51,
|
|
1745
1820
|
"character": 3
|
|
1746
1821
|
},
|
|
1747
1822
|
"signature": "(property) snap: string",
|
|
@@ -1750,7 +1825,7 @@
|
|
|
1750
1825
|
"__schema": "KeywordTypeSchema",
|
|
1751
1826
|
"location": {
|
|
1752
1827
|
"filePath": "dependencies.main.runtime.ts",
|
|
1753
|
-
"line":
|
|
1828
|
+
"line": 51,
|
|
1754
1829
|
"character": 9
|
|
1755
1830
|
},
|
|
1756
1831
|
"name": "string"
|
|
@@ -1761,7 +1836,7 @@
|
|
|
1761
1836
|
"__schema": "VariableLikeSchema",
|
|
1762
1837
|
"location": {
|
|
1763
1838
|
"filePath": "dependencies.main.runtime.ts",
|
|
1764
|
-
"line":
|
|
1839
|
+
"line": 52,
|
|
1765
1840
|
"character": 3
|
|
1766
1841
|
},
|
|
1767
1842
|
"signature": "(property) tag?: string | undefined",
|
|
@@ -1770,7 +1845,7 @@
|
|
|
1770
1845
|
"__schema": "KeywordTypeSchema",
|
|
1771
1846
|
"location": {
|
|
1772
1847
|
"filePath": "dependencies.main.runtime.ts",
|
|
1773
|
-
"line":
|
|
1848
|
+
"line": 52,
|
|
1774
1849
|
"character": 9
|
|
1775
1850
|
},
|
|
1776
1851
|
"name": "string"
|
|
@@ -1781,7 +1856,7 @@
|
|
|
1781
1856
|
"__schema": "VariableLikeSchema",
|
|
1782
1857
|
"location": {
|
|
1783
1858
|
"filePath": "dependencies.main.runtime.ts",
|
|
1784
|
-
"line":
|
|
1859
|
+
"line": 53,
|
|
1785
1860
|
"character": 3
|
|
1786
1861
|
},
|
|
1787
1862
|
"signature": "(property) author: string",
|
|
@@ -1790,7 +1865,7 @@
|
|
|
1790
1865
|
"__schema": "KeywordTypeSchema",
|
|
1791
1866
|
"location": {
|
|
1792
1867
|
"filePath": "dependencies.main.runtime.ts",
|
|
1793
|
-
"line":
|
|
1868
|
+
"line": 53,
|
|
1794
1869
|
"character": 11
|
|
1795
1870
|
},
|
|
1796
1871
|
"name": "string"
|
|
@@ -1801,7 +1876,7 @@
|
|
|
1801
1876
|
"__schema": "VariableLikeSchema",
|
|
1802
1877
|
"location": {
|
|
1803
1878
|
"filePath": "dependencies.main.runtime.ts",
|
|
1804
|
-
"line":
|
|
1879
|
+
"line": 54,
|
|
1805
1880
|
"character": 3
|
|
1806
1881
|
},
|
|
1807
1882
|
"signature": "(property) date: string",
|
|
@@ -1810,7 +1885,7 @@
|
|
|
1810
1885
|
"__schema": "KeywordTypeSchema",
|
|
1811
1886
|
"location": {
|
|
1812
1887
|
"filePath": "dependencies.main.runtime.ts",
|
|
1813
|
-
"line":
|
|
1888
|
+
"line": 54,
|
|
1814
1889
|
"character": 9
|
|
1815
1890
|
},
|
|
1816
1891
|
"name": "string"
|
|
@@ -1821,7 +1896,7 @@
|
|
|
1821
1896
|
"__schema": "VariableLikeSchema",
|
|
1822
1897
|
"location": {
|
|
1823
1898
|
"filePath": "dependencies.main.runtime.ts",
|
|
1824
|
-
"line":
|
|
1899
|
+
"line": 55,
|
|
1825
1900
|
"character": 3
|
|
1826
1901
|
},
|
|
1827
1902
|
"signature": "(property) message: string",
|
|
@@ -1830,7 +1905,7 @@
|
|
|
1830
1905
|
"__schema": "KeywordTypeSchema",
|
|
1831
1906
|
"location": {
|
|
1832
1907
|
"filePath": "dependencies.main.runtime.ts",
|
|
1833
|
-
"line":
|
|
1908
|
+
"line": 55,
|
|
1834
1909
|
"character": 12
|
|
1835
1910
|
},
|
|
1836
1911
|
"name": "string"
|
|
@@ -1841,7 +1916,7 @@
|
|
|
1841
1916
|
"__schema": "VariableLikeSchema",
|
|
1842
1917
|
"location": {
|
|
1843
1918
|
"filePath": "dependencies.main.runtime.ts",
|
|
1844
|
-
"line":
|
|
1919
|
+
"line": 56,
|
|
1845
1920
|
"character": 3
|
|
1846
1921
|
},
|
|
1847
1922
|
"signature": "(property) version: string",
|
|
@@ -1850,7 +1925,7 @@
|
|
|
1850
1925
|
"__schema": "KeywordTypeSchema",
|
|
1851
1926
|
"location": {
|
|
1852
1927
|
"filePath": "dependencies.main.runtime.ts",
|
|
1853
|
-
"line":
|
|
1928
|
+
"line": 56,
|
|
1854
1929
|
"character": 12
|
|
1855
1930
|
},
|
|
1856
1931
|
"name": "string"
|
|
@@ -1864,7 +1939,7 @@
|
|
|
1864
1939
|
"__schema": "ClassSchema",
|
|
1865
1940
|
"location": {
|
|
1866
1941
|
"filePath": "dependencies.main.runtime.ts",
|
|
1867
|
-
"line":
|
|
1942
|
+
"line": 59,
|
|
1868
1943
|
"character": 1
|
|
1869
1944
|
},
|
|
1870
1945
|
"signature": "class DependenciesMain",
|
|
@@ -1874,7 +1949,7 @@
|
|
|
1874
1949
|
"__schema": "ConstructorSchema",
|
|
1875
1950
|
"location": {
|
|
1876
1951
|
"filePath": "dependencies.main.runtime.ts",
|
|
1877
|
-
"line":
|
|
1952
|
+
"line": 60,
|
|
1878
1953
|
"character": 3
|
|
1879
1954
|
},
|
|
1880
1955
|
"signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain): DependenciesMain",
|
|
@@ -1884,7 +1959,7 @@
|
|
|
1884
1959
|
"__schema": "ParameterSchema",
|
|
1885
1960
|
"location": {
|
|
1886
1961
|
"filePath": "dependencies.main.runtime.ts",
|
|
1887
|
-
"line":
|
|
1962
|
+
"line": 61,
|
|
1888
1963
|
"character": 5
|
|
1889
1964
|
},
|
|
1890
1965
|
"name": "workspace",
|
|
@@ -1892,7 +1967,7 @@
|
|
|
1892
1967
|
"__schema": "TypeRefSchema",
|
|
1893
1968
|
"location": {
|
|
1894
1969
|
"filePath": "dependencies.main.runtime.ts",
|
|
1895
|
-
"line":
|
|
1970
|
+
"line": 61,
|
|
1896
1971
|
"character": 24
|
|
1897
1972
|
},
|
|
1898
1973
|
"name": "Workspace"
|
|
@@ -1904,7 +1979,7 @@
|
|
|
1904
1979
|
"__schema": "ParameterSchema",
|
|
1905
1980
|
"location": {
|
|
1906
1981
|
"filePath": "dependencies.main.runtime.ts",
|
|
1907
|
-
"line":
|
|
1982
|
+
"line": 62,
|
|
1908
1983
|
"character": 5
|
|
1909
1984
|
},
|
|
1910
1985
|
"name": "scope",
|
|
@@ -1912,7 +1987,7 @@
|
|
|
1912
1987
|
"__schema": "TypeRefSchema",
|
|
1913
1988
|
"location": {
|
|
1914
1989
|
"filePath": "dependencies.main.runtime.ts",
|
|
1915
|
-
"line":
|
|
1990
|
+
"line": 62,
|
|
1916
1991
|
"character": 20
|
|
1917
1992
|
},
|
|
1918
1993
|
"name": "ScopeMain"
|
|
@@ -1924,7 +1999,7 @@
|
|
|
1924
1999
|
"__schema": "ParameterSchema",
|
|
1925
2000
|
"location": {
|
|
1926
2001
|
"filePath": "dependencies.main.runtime.ts",
|
|
1927
|
-
"line":
|
|
2002
|
+
"line": 63,
|
|
1928
2003
|
"character": 5
|
|
1929
2004
|
},
|
|
1930
2005
|
"name": "dependencyResolver",
|
|
@@ -1932,7 +2007,7 @@
|
|
|
1932
2007
|
"__schema": "TypeRefSchema",
|
|
1933
2008
|
"location": {
|
|
1934
2009
|
"filePath": "dependencies.main.runtime.ts",
|
|
1935
|
-
"line":
|
|
2010
|
+
"line": 63,
|
|
1936
2011
|
"character": 33
|
|
1937
2012
|
},
|
|
1938
2013
|
"name": "DependencyResolverMain"
|
|
@@ -1944,7 +2019,7 @@
|
|
|
1944
2019
|
"__schema": "ParameterSchema",
|
|
1945
2020
|
"location": {
|
|
1946
2021
|
"filePath": "dependencies.main.runtime.ts",
|
|
1947
|
-
"line":
|
|
2022
|
+
"line": 64,
|
|
1948
2023
|
"character": 5
|
|
1949
2024
|
},
|
|
1950
2025
|
"name": "devFiles",
|
|
@@ -1952,7 +2027,7 @@
|
|
|
1952
2027
|
"__schema": "TypeRefSchema",
|
|
1953
2028
|
"location": {
|
|
1954
2029
|
"filePath": "dependencies.main.runtime.ts",
|
|
1955
|
-
"line":
|
|
2030
|
+
"line": 64,
|
|
1956
2031
|
"character": 23
|
|
1957
2032
|
},
|
|
1958
2033
|
"name": "DevFilesMain"
|
|
@@ -1964,7 +2039,7 @@
|
|
|
1964
2039
|
"__schema": "ParameterSchema",
|
|
1965
2040
|
"location": {
|
|
1966
2041
|
"filePath": "dependencies.main.runtime.ts",
|
|
1967
|
-
"line":
|
|
2042
|
+
"line": 65,
|
|
1968
2043
|
"character": 5
|
|
1969
2044
|
},
|
|
1970
2045
|
"name": "aspectLoader",
|
|
@@ -1972,7 +2047,7 @@
|
|
|
1972
2047
|
"__schema": "TypeRefSchema",
|
|
1973
2048
|
"location": {
|
|
1974
2049
|
"filePath": "dependencies.main.runtime.ts",
|
|
1975
|
-
"line":
|
|
2050
|
+
"line": 65,
|
|
1976
2051
|
"character": 27
|
|
1977
2052
|
},
|
|
1978
2053
|
"name": "AspectLoaderMain"
|
|
@@ -1984,7 +2059,7 @@
|
|
|
1984
2059
|
"__schema": "ParameterSchema",
|
|
1985
2060
|
"location": {
|
|
1986
2061
|
"filePath": "dependencies.main.runtime.ts",
|
|
1987
|
-
"line":
|
|
2062
|
+
"line": 66,
|
|
1988
2063
|
"character": 5
|
|
1989
2064
|
},
|
|
1990
2065
|
"name": "graph",
|
|
@@ -1992,7 +2067,7 @@
|
|
|
1992
2067
|
"__schema": "TypeRefSchema",
|
|
1993
2068
|
"location": {
|
|
1994
2069
|
"filePath": "dependencies.main.runtime.ts",
|
|
1995
|
-
"line":
|
|
2070
|
+
"line": 66,
|
|
1996
2071
|
"character": 20
|
|
1997
2072
|
},
|
|
1998
2073
|
"name": "GraphMain"
|
|
@@ -2005,7 +2080,7 @@
|
|
|
2005
2080
|
"__schema": "ThisTypeSchema",
|
|
2006
2081
|
"location": {
|
|
2007
2082
|
"filePath": "dependencies.main.runtime.ts",
|
|
2008
|
-
"line":
|
|
2083
|
+
"line": 59,
|
|
2009
2084
|
"character": 1
|
|
2010
2085
|
},
|
|
2011
2086
|
"name": "DependenciesMain"
|
|
@@ -2016,7 +2091,82 @@
|
|
|
2016
2091
|
"__schema": "FunctionLikeSchema",
|
|
2017
2092
|
"location": {
|
|
2018
2093
|
"filePath": "dependencies.main.runtime.ts",
|
|
2019
|
-
"line":
|
|
2094
|
+
"line": 69,
|
|
2095
|
+
"character": 3
|
|
2096
|
+
},
|
|
2097
|
+
"signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
|
|
2098
|
+
"name": "setPeer",
|
|
2099
|
+
"params": [
|
|
2100
|
+
{
|
|
2101
|
+
"__schema": "ParameterSchema",
|
|
2102
|
+
"location": {
|
|
2103
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2104
|
+
"line": 69,
|
|
2105
|
+
"character": 17
|
|
2106
|
+
},
|
|
2107
|
+
"name": "componentId",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"__schema": "KeywordTypeSchema",
|
|
2110
|
+
"location": {
|
|
2111
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2112
|
+
"line": 69,
|
|
2113
|
+
"character": 30
|
|
2114
|
+
},
|
|
2115
|
+
"name": "string"
|
|
2116
|
+
},
|
|
2117
|
+
"isOptional": false,
|
|
2118
|
+
"isSpread": false
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"__schema": "ParameterSchema",
|
|
2122
|
+
"location": {
|
|
2123
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2124
|
+
"line": 69,
|
|
2125
|
+
"character": 38
|
|
2126
|
+
},
|
|
2127
|
+
"name": "range",
|
|
2128
|
+
"type": {
|
|
2129
|
+
"__schema": "KeywordTypeSchema",
|
|
2130
|
+
"location": {
|
|
2131
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2132
|
+
"line": 69,
|
|
2133
|
+
"character": 46
|
|
2134
|
+
},
|
|
2135
|
+
"name": "string"
|
|
2136
|
+
},
|
|
2137
|
+
"isOptional": true,
|
|
2138
|
+
"isSpread": false
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"returnType": {
|
|
2142
|
+
"__schema": "TypeRefSchema",
|
|
2143
|
+
"location": {
|
|
2144
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2145
|
+
"line": 69,
|
|
2146
|
+
"character": 55
|
|
2147
|
+
},
|
|
2148
|
+
"name": "Promise",
|
|
2149
|
+
"typeArgs": [
|
|
2150
|
+
{
|
|
2151
|
+
"__schema": "KeywordTypeSchema",
|
|
2152
|
+
"location": {
|
|
2153
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2154
|
+
"line": 69,
|
|
2155
|
+
"character": 63
|
|
2156
|
+
},
|
|
2157
|
+
"name": "void"
|
|
2158
|
+
}
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2161
|
+
"modifiers": [
|
|
2162
|
+
"async"
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"__schema": "FunctionLikeSchema",
|
|
2167
|
+
"location": {
|
|
2168
|
+
"filePath": "dependencies.main.runtime.ts",
|
|
2169
|
+
"line": 80,
|
|
2020
2170
|
"character": 3
|
|
2021
2171
|
},
|
|
2022
2172
|
"signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
|
|
@@ -2026,7 +2176,7 @@
|
|
|
2026
2176
|
"__schema": "ParameterSchema",
|
|
2027
2177
|
"location": {
|
|
2028
2178
|
"filePath": "dependencies.main.runtime.ts",
|
|
2029
|
-
"line":
|
|
2179
|
+
"line": 81,
|
|
2030
2180
|
"character": 5
|
|
2031
2181
|
},
|
|
2032
2182
|
"name": "componentPattern",
|
|
@@ -2034,7 +2184,7 @@
|
|
|
2034
2184
|
"__schema": "KeywordTypeSchema",
|
|
2035
2185
|
"location": {
|
|
2036
2186
|
"filePath": "dependencies.main.runtime.ts",
|
|
2037
|
-
"line":
|
|
2187
|
+
"line": 81,
|
|
2038
2188
|
"character": 23
|
|
2039
2189
|
},
|
|
2040
2190
|
"name": "string"
|
|
@@ -2046,7 +2196,7 @@
|
|
|
2046
2196
|
"__schema": "ParameterSchema",
|
|
2047
2197
|
"location": {
|
|
2048
2198
|
"filePath": "dependencies.main.runtime.ts",
|
|
2049
|
-
"line":
|
|
2199
|
+
"line": 82,
|
|
2050
2200
|
"character": 5
|
|
2051
2201
|
},
|
|
2052
2202
|
"name": "packages",
|
|
@@ -2054,14 +2204,14 @@
|
|
|
2054
2204
|
"__schema": "TypeArraySchema",
|
|
2055
2205
|
"location": {
|
|
2056
2206
|
"filePath": "dependencies.main.runtime.ts",
|
|
2057
|
-
"line":
|
|
2207
|
+
"line": 82,
|
|
2058
2208
|
"character": 15
|
|
2059
2209
|
},
|
|
2060
2210
|
"type": {
|
|
2061
2211
|
"__schema": "KeywordTypeSchema",
|
|
2062
2212
|
"location": {
|
|
2063
2213
|
"filePath": "dependencies.main.runtime.ts",
|
|
2064
|
-
"line":
|
|
2214
|
+
"line": 82,
|
|
2065
2215
|
"character": 15
|
|
2066
2216
|
},
|
|
2067
2217
|
"name": "string"
|
|
@@ -2074,7 +2224,7 @@
|
|
|
2074
2224
|
"__schema": "ParameterSchema",
|
|
2075
2225
|
"location": {
|
|
2076
2226
|
"filePath": "dependencies.main.runtime.ts",
|
|
2077
|
-
"line":
|
|
2227
|
+
"line": 83,
|
|
2078
2228
|
"character": 5
|
|
2079
2229
|
},
|
|
2080
2230
|
"name": "options",
|
|
@@ -2082,7 +2232,7 @@
|
|
|
2082
2232
|
"__schema": "TypeRefSchema",
|
|
2083
2233
|
"location": {
|
|
2084
2234
|
"filePath": "dependencies.main.runtime.ts",
|
|
2085
|
-
"line":
|
|
2235
|
+
"line": 83,
|
|
2086
2236
|
"character": 14
|
|
2087
2237
|
},
|
|
2088
2238
|
"name": "SetDependenciesFlags"
|
|
@@ -2096,7 +2246,7 @@
|
|
|
2096
2246
|
"__schema": "TypeRefSchema",
|
|
2097
2247
|
"location": {
|
|
2098
2248
|
"filePath": "dependencies.main.runtime.ts",
|
|
2099
|
-
"line":
|
|
2249
|
+
"line": 84,
|
|
2100
2250
|
"character": 6
|
|
2101
2251
|
},
|
|
2102
2252
|
"name": "Promise",
|
|
@@ -2105,7 +2255,7 @@
|
|
|
2105
2255
|
"__schema": "TypeRefSchema",
|
|
2106
2256
|
"location": {
|
|
2107
2257
|
"filePath": "dependencies.main.runtime.ts",
|
|
2108
|
-
"line":
|
|
2258
|
+
"line": 84,
|
|
2109
2259
|
"character": 14
|
|
2110
2260
|
},
|
|
2111
2261
|
"name": "SetDependenciesResult"
|
|
@@ -2120,7 +2270,7 @@
|
|
|
2120
2270
|
"__schema": "FunctionLikeSchema",
|
|
2121
2271
|
"location": {
|
|
2122
2272
|
"filePath": "dependencies.main.runtime.ts",
|
|
2123
|
-
"line":
|
|
2273
|
+
"line": 124,
|
|
2124
2274
|
"character": 3
|
|
2125
2275
|
},
|
|
2126
2276
|
"signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
|
|
@@ -2130,7 +2280,7 @@
|
|
|
2130
2280
|
"__schema": "ParameterSchema",
|
|
2131
2281
|
"location": {
|
|
2132
2282
|
"filePath": "dependencies.main.runtime.ts",
|
|
2133
|
-
"line":
|
|
2283
|
+
"line": 125,
|
|
2134
2284
|
"character": 5
|
|
2135
2285
|
},
|
|
2136
2286
|
"name": "componentPattern",
|
|
@@ -2138,7 +2288,7 @@
|
|
|
2138
2288
|
"__schema": "KeywordTypeSchema",
|
|
2139
2289
|
"location": {
|
|
2140
2290
|
"filePath": "dependencies.main.runtime.ts",
|
|
2141
|
-
"line":
|
|
2291
|
+
"line": 125,
|
|
2142
2292
|
"character": 23
|
|
2143
2293
|
},
|
|
2144
2294
|
"name": "string"
|
|
@@ -2150,7 +2300,7 @@
|
|
|
2150
2300
|
"__schema": "ParameterSchema",
|
|
2151
2301
|
"location": {
|
|
2152
2302
|
"filePath": "dependencies.main.runtime.ts",
|
|
2153
|
-
"line":
|
|
2303
|
+
"line": 126,
|
|
2154
2304
|
"character": 5
|
|
2155
2305
|
},
|
|
2156
2306
|
"name": "packages",
|
|
@@ -2158,14 +2308,14 @@
|
|
|
2158
2308
|
"__schema": "TypeArraySchema",
|
|
2159
2309
|
"location": {
|
|
2160
2310
|
"filePath": "dependencies.main.runtime.ts",
|
|
2161
|
-
"line":
|
|
2311
|
+
"line": 126,
|
|
2162
2312
|
"character": 15
|
|
2163
2313
|
},
|
|
2164
2314
|
"type": {
|
|
2165
2315
|
"__schema": "KeywordTypeSchema",
|
|
2166
2316
|
"location": {
|
|
2167
2317
|
"filePath": "dependencies.main.runtime.ts",
|
|
2168
|
-
"line":
|
|
2318
|
+
"line": 126,
|
|
2169
2319
|
"character": 15
|
|
2170
2320
|
},
|
|
2171
2321
|
"name": "string"
|
|
@@ -2178,7 +2328,7 @@
|
|
|
2178
2328
|
"__schema": "ParameterSchema",
|
|
2179
2329
|
"location": {
|
|
2180
2330
|
"filePath": "dependencies.main.runtime.ts",
|
|
2181
|
-
"line":
|
|
2331
|
+
"line": 127,
|
|
2182
2332
|
"character": 5
|
|
2183
2333
|
},
|
|
2184
2334
|
"name": "options",
|
|
@@ -2186,7 +2336,7 @@
|
|
|
2186
2336
|
"__schema": "TypeRefSchema",
|
|
2187
2337
|
"location": {
|
|
2188
2338
|
"filePath": "dependencies.main.runtime.ts",
|
|
2189
|
-
"line":
|
|
2339
|
+
"line": 127,
|
|
2190
2340
|
"character": 14
|
|
2191
2341
|
},
|
|
2192
2342
|
"name": "RemoveDependenciesFlags"
|
|
@@ -2199,7 +2349,7 @@
|
|
|
2199
2349
|
"__schema": "ParameterSchema",
|
|
2200
2350
|
"location": {
|
|
2201
2351
|
"filePath": "dependencies.main.runtime.ts",
|
|
2202
|
-
"line":
|
|
2352
|
+
"line": 128,
|
|
2203
2353
|
"character": 5
|
|
2204
2354
|
},
|
|
2205
2355
|
"name": "removeOnlyIfExists",
|
|
@@ -2207,7 +2357,7 @@
|
|
|
2207
2357
|
"__schema": "InferenceTypeSchema",
|
|
2208
2358
|
"location": {
|
|
2209
2359
|
"filePath": "dependencies.main.runtime.ts",
|
|
2210
|
-
"line":
|
|
2360
|
+
"line": 128,
|
|
2211
2361
|
"character": 5
|
|
2212
2362
|
},
|
|
2213
2363
|
"type": "boolean"
|
|
@@ -2221,7 +2371,7 @@
|
|
|
2221
2371
|
"__schema": "TypeRefSchema",
|
|
2222
2372
|
"location": {
|
|
2223
2373
|
"filePath": "dependencies.main.runtime.ts",
|
|
2224
|
-
"line":
|
|
2374
|
+
"line": 129,
|
|
2225
2375
|
"character": 6
|
|
2226
2376
|
},
|
|
2227
2377
|
"name": "Promise",
|
|
@@ -2230,14 +2380,14 @@
|
|
|
2230
2380
|
"__schema": "TypeArraySchema",
|
|
2231
2381
|
"location": {
|
|
2232
2382
|
"filePath": "dependencies.main.runtime.ts",
|
|
2233
|
-
"line":
|
|
2383
|
+
"line": 129,
|
|
2234
2384
|
"character": 14
|
|
2235
2385
|
},
|
|
2236
2386
|
"type": {
|
|
2237
2387
|
"__schema": "TypeRefSchema",
|
|
2238
2388
|
"location": {
|
|
2239
2389
|
"filePath": "dependencies.main.runtime.ts",
|
|
2240
|
-
"line":
|
|
2390
|
+
"line": 129,
|
|
2241
2391
|
"character": 14
|
|
2242
2392
|
},
|
|
2243
2393
|
"name": "RemoveDependencyResult"
|
|
@@ -2253,7 +2403,7 @@
|
|
|
2253
2403
|
"__schema": "FunctionLikeSchema",
|
|
2254
2404
|
"location": {
|
|
2255
2405
|
"filePath": "dependencies.main.runtime.ts",
|
|
2256
|
-
"line":
|
|
2406
|
+
"line": 176,
|
|
2257
2407
|
"character": 3
|
|
2258
2408
|
},
|
|
2259
2409
|
"signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
|
|
@@ -2263,7 +2413,7 @@
|
|
|
2263
2413
|
"__schema": "ParameterSchema",
|
|
2264
2414
|
"location": {
|
|
2265
2415
|
"filePath": "dependencies.main.runtime.ts",
|
|
2266
|
-
"line":
|
|
2416
|
+
"line": 176,
|
|
2267
2417
|
"character": 15
|
|
2268
2418
|
},
|
|
2269
2419
|
"name": "componentPattern",
|
|
@@ -2271,7 +2421,7 @@
|
|
|
2271
2421
|
"__schema": "KeywordTypeSchema",
|
|
2272
2422
|
"location": {
|
|
2273
2423
|
"filePath": "dependencies.main.runtime.ts",
|
|
2274
|
-
"line":
|
|
2424
|
+
"line": 176,
|
|
2275
2425
|
"character": 33
|
|
2276
2426
|
},
|
|
2277
2427
|
"name": "string"
|
|
@@ -2284,7 +2434,7 @@
|
|
|
2284
2434
|
"__schema": "TypeRefSchema",
|
|
2285
2435
|
"location": {
|
|
2286
2436
|
"filePath": "dependencies.main.runtime.ts",
|
|
2287
|
-
"line":
|
|
2437
|
+
"line": 176,
|
|
2288
2438
|
"character": 42
|
|
2289
2439
|
},
|
|
2290
2440
|
"name": "Promise",
|
|
@@ -2293,14 +2443,14 @@
|
|
|
2293
2443
|
"__schema": "TypeArraySchema",
|
|
2294
2444
|
"location": {
|
|
2295
2445
|
"filePath": "dependencies.main.runtime.ts",
|
|
2296
|
-
"line":
|
|
2446
|
+
"line": 176,
|
|
2297
2447
|
"character": 50
|
|
2298
2448
|
},
|
|
2299
2449
|
"type": {
|
|
2300
2450
|
"__schema": "TypeRefSchema",
|
|
2301
2451
|
"location": {
|
|
2302
2452
|
"filePath": "dependencies.main.runtime.ts",
|
|
2303
|
-
"line":
|
|
2453
|
+
"line": 176,
|
|
2304
2454
|
"character": 50
|
|
2305
2455
|
},
|
|
2306
2456
|
"name": "ComponentID"
|
|
@@ -2316,7 +2466,7 @@
|
|
|
2316
2466
|
"__schema": "FunctionLikeSchema",
|
|
2317
2467
|
"location": {
|
|
2318
2468
|
"filePath": "dependencies.main.runtime.ts",
|
|
2319
|
-
"line":
|
|
2469
|
+
"line": 186,
|
|
2320
2470
|
"character": 3
|
|
2321
2471
|
},
|
|
2322
2472
|
"signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
|
|
@@ -2326,7 +2476,7 @@
|
|
|
2326
2476
|
"__schema": "ParameterSchema",
|
|
2327
2477
|
"location": {
|
|
2328
2478
|
"filePath": "dependencies.main.runtime.ts",
|
|
2329
|
-
"line":
|
|
2479
|
+
"line": 186,
|
|
2330
2480
|
"character": 15
|
|
2331
2481
|
},
|
|
2332
2482
|
"name": "componentPattern",
|
|
@@ -2334,7 +2484,7 @@
|
|
|
2334
2484
|
"__schema": "KeywordTypeSchema",
|
|
2335
2485
|
"location": {
|
|
2336
2486
|
"filePath": "dependencies.main.runtime.ts",
|
|
2337
|
-
"line":
|
|
2487
|
+
"line": 186,
|
|
2338
2488
|
"character": 33
|
|
2339
2489
|
},
|
|
2340
2490
|
"name": "string"
|
|
@@ -2347,7 +2497,7 @@
|
|
|
2347
2497
|
"__schema": "TypeRefSchema",
|
|
2348
2498
|
"location": {
|
|
2349
2499
|
"filePath": "dependencies.main.runtime.ts",
|
|
2350
|
-
"line":
|
|
2500
|
+
"line": 186,
|
|
2351
2501
|
"character": 42
|
|
2352
2502
|
},
|
|
2353
2503
|
"name": "Promise",
|
|
@@ -2356,14 +2506,14 @@
|
|
|
2356
2506
|
"__schema": "TypeArraySchema",
|
|
2357
2507
|
"location": {
|
|
2358
2508
|
"filePath": "dependencies.main.runtime.ts",
|
|
2359
|
-
"line":
|
|
2509
|
+
"line": 186,
|
|
2360
2510
|
"character": 50
|
|
2361
2511
|
},
|
|
2362
2512
|
"type": {
|
|
2363
2513
|
"__schema": "TypeRefSchema",
|
|
2364
2514
|
"location": {
|
|
2365
2515
|
"filePath": "dependencies.main.runtime.ts",
|
|
2366
|
-
"line":
|
|
2516
|
+
"line": 186,
|
|
2367
2517
|
"character": 50
|
|
2368
2518
|
},
|
|
2369
2519
|
"name": "ComponentID"
|
|
@@ -2379,7 +2529,7 @@
|
|
|
2379
2529
|
"__schema": "FunctionLikeSchema",
|
|
2380
2530
|
"location": {
|
|
2381
2531
|
"filePath": "dependencies.main.runtime.ts",
|
|
2382
|
-
"line":
|
|
2532
|
+
"line": 204,
|
|
2383
2533
|
"character": 3
|
|
2384
2534
|
},
|
|
2385
2535
|
"signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
|
|
@@ -2389,7 +2539,7 @@
|
|
|
2389
2539
|
"__schema": "ParameterSchema",
|
|
2390
2540
|
"location": {
|
|
2391
2541
|
"filePath": "dependencies.main.runtime.ts",
|
|
2392
|
-
"line":
|
|
2542
|
+
"line": 204,
|
|
2393
2543
|
"character": 25
|
|
2394
2544
|
},
|
|
2395
2545
|
"name": "id",
|
|
@@ -2397,7 +2547,7 @@
|
|
|
2397
2547
|
"__schema": "KeywordTypeSchema",
|
|
2398
2548
|
"location": {
|
|
2399
2549
|
"filePath": "dependencies.main.runtime.ts",
|
|
2400
|
-
"line":
|
|
2550
|
+
"line": 204,
|
|
2401
2551
|
"character": 29
|
|
2402
2552
|
},
|
|
2403
2553
|
"name": "string"
|
|
@@ -2409,7 +2559,7 @@
|
|
|
2409
2559
|
"__schema": "ParameterSchema",
|
|
2410
2560
|
"location": {
|
|
2411
2561
|
"filePath": "dependencies.main.runtime.ts",
|
|
2412
|
-
"line":
|
|
2562
|
+
"line": 204,
|
|
2413
2563
|
"character": 37
|
|
2414
2564
|
},
|
|
2415
2565
|
"name": "scope",
|
|
@@ -2417,7 +2567,7 @@
|
|
|
2417
2567
|
"__schema": "KeywordTypeSchema",
|
|
2418
2568
|
"location": {
|
|
2419
2569
|
"filePath": "dependencies.main.runtime.ts",
|
|
2420
|
-
"line":
|
|
2570
|
+
"line": 204,
|
|
2421
2571
|
"character": 45
|
|
2422
2572
|
},
|
|
2423
2573
|
"name": "boolean"
|
|
@@ -2430,7 +2580,7 @@
|
|
|
2430
2580
|
"__schema": "TypeRefSchema",
|
|
2431
2581
|
"location": {
|
|
2432
2582
|
"filePath": "dependencies.main.runtime.ts",
|
|
2433
|
-
"line":
|
|
2583
|
+
"line": 204,
|
|
2434
2584
|
"character": 55
|
|
2435
2585
|
},
|
|
2436
2586
|
"name": "Promise",
|
|
@@ -2439,7 +2589,7 @@
|
|
|
2439
2589
|
"__schema": "TypeRefSchema",
|
|
2440
2590
|
"location": {
|
|
2441
2591
|
"filePath": "dependencies.main.runtime.ts",
|
|
2442
|
-
"line":
|
|
2592
|
+
"line": 204,
|
|
2443
2593
|
"character": 63
|
|
2444
2594
|
},
|
|
2445
2595
|
"name": "DependenciesResults"
|
|
@@ -2454,7 +2604,7 @@
|
|
|
2454
2604
|
"__schema": "FunctionLikeSchema",
|
|
2455
2605
|
"location": {
|
|
2456
2606
|
"filePath": "dependencies.main.runtime.ts",
|
|
2457
|
-
"line":
|
|
2607
|
+
"line": 214,
|
|
2458
2608
|
"character": 3
|
|
2459
2609
|
},
|
|
2460
2610
|
"signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
|
|
@@ -2464,7 +2614,7 @@
|
|
|
2464
2614
|
"__schema": "ParameterSchema",
|
|
2465
2615
|
"location": {
|
|
2466
2616
|
"filePath": "dependencies.main.runtime.ts",
|
|
2467
|
-
"line":
|
|
2617
|
+
"line": 214,
|
|
2468
2618
|
"character": 26
|
|
2469
2619
|
},
|
|
2470
2620
|
"name": "component",
|
|
@@ -2472,7 +2622,7 @@
|
|
|
2472
2622
|
"__schema": "TypeRefSchema",
|
|
2473
2623
|
"location": {
|
|
2474
2624
|
"filePath": "dependencies.main.runtime.ts",
|
|
2475
|
-
"line":
|
|
2625
|
+
"line": 214,
|
|
2476
2626
|
"character": 37
|
|
2477
2627
|
},
|
|
2478
2628
|
"name": "ConsumerComponent"
|
|
@@ -2484,7 +2634,7 @@
|
|
|
2484
2634
|
"__schema": "ParameterSchema",
|
|
2485
2635
|
"location": {
|
|
2486
2636
|
"filePath": "dependencies.main.runtime.ts",
|
|
2487
|
-
"line":
|
|
2637
|
+
"line": 214,
|
|
2488
2638
|
"character": 56
|
|
2489
2639
|
},
|
|
2490
2640
|
"name": "opts",
|
|
@@ -2492,7 +2642,7 @@
|
|
|
2492
2642
|
"__schema": "TypeRefSchema",
|
|
2493
2643
|
"location": {
|
|
2494
2644
|
"filePath": "dependencies.main.runtime.ts",
|
|
2495
|
-
"line":
|
|
2645
|
+
"line": 214,
|
|
2496
2646
|
"character": 62
|
|
2497
2647
|
},
|
|
2498
2648
|
"name": "DependencyLoaderOpts"
|
|
@@ -2505,7 +2655,7 @@
|
|
|
2505
2655
|
"__schema": "InferenceTypeSchema",
|
|
2506
2656
|
"location": {
|
|
2507
2657
|
"filePath": "dependencies.main.runtime.ts",
|
|
2508
|
-
"line":
|
|
2658
|
+
"line": 214,
|
|
2509
2659
|
"character": 3
|
|
2510
2660
|
},
|
|
2511
2661
|
"type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
|
|
@@ -2518,14 +2668,14 @@
|
|
|
2518
2668
|
"__schema": "FunctionLikeSchema",
|
|
2519
2669
|
"location": {
|
|
2520
2670
|
"filePath": "dependencies.main.runtime.ts",
|
|
2521
|
-
"line":
|
|
2671
|
+
"line": 230,
|
|
2522
2672
|
"character": 3
|
|
2523
2673
|
},
|
|
2524
2674
|
"doc": {
|
|
2525
2675
|
"__schema": "DocSchema",
|
|
2526
2676
|
"location": {
|
|
2527
2677
|
"filePath": "dependencies.main.runtime.ts",
|
|
2528
|
-
"line":
|
|
2678
|
+
"line": 224,
|
|
2529
2679
|
"character": 3
|
|
2530
2680
|
},
|
|
2531
2681
|
"raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
|
|
@@ -2538,7 +2688,7 @@
|
|
|
2538
2688
|
"__schema": "ParameterSchema",
|
|
2539
2689
|
"location": {
|
|
2540
2690
|
"filePath": "dependencies.main.runtime.ts",
|
|
2541
|
-
"line":
|
|
2691
|
+
"line": 230,
|
|
2542
2692
|
"character": 35
|
|
2543
2693
|
},
|
|
2544
2694
|
"name": "component",
|
|
@@ -2546,7 +2696,7 @@
|
|
|
2546
2696
|
"__schema": "TypeRefSchema",
|
|
2547
2697
|
"location": {
|
|
2548
2698
|
"filePath": "dependencies.main.runtime.ts",
|
|
2549
|
-
"line":
|
|
2699
|
+
"line": 230,
|
|
2550
2700
|
"character": 46
|
|
2551
2701
|
},
|
|
2552
2702
|
"name": "ConsumerComponent"
|
|
@@ -2558,7 +2708,7 @@
|
|
|
2558
2708
|
"__schema": "ParameterSchema",
|
|
2559
2709
|
"location": {
|
|
2560
2710
|
"filePath": "dependencies.main.runtime.ts",
|
|
2561
|
-
"line":
|
|
2711
|
+
"line": 230,
|
|
2562
2712
|
"character": 65
|
|
2563
2713
|
},
|
|
2564
2714
|
"name": "dependenciesData",
|
|
@@ -2566,7 +2716,7 @@
|
|
|
2566
2716
|
"__schema": "TypeRefSchema",
|
|
2567
2717
|
"location": {
|
|
2568
2718
|
"filePath": "dependencies.main.runtime.ts",
|
|
2569
|
-
"line":
|
|
2719
|
+
"line": 230,
|
|
2570
2720
|
"character": 83
|
|
2571
2721
|
},
|
|
2572
2722
|
"name": "Partial",
|
|
@@ -2575,7 +2725,7 @@
|
|
|
2575
2725
|
"__schema": "TypeRefSchema",
|
|
2576
2726
|
"location": {
|
|
2577
2727
|
"filePath": "dependencies.main.runtime.ts",
|
|
2578
|
-
"line":
|
|
2728
|
+
"line": 230,
|
|
2579
2729
|
"character": 91
|
|
2580
2730
|
},
|
|
2581
2731
|
"name": "DependenciesData"
|
|
@@ -2590,7 +2740,7 @@
|
|
|
2590
2740
|
"__schema": "InferenceTypeSchema",
|
|
2591
2741
|
"location": {
|
|
2592
2742
|
"filePath": "dependencies.main.runtime.ts",
|
|
2593
|
-
"line":
|
|
2743
|
+
"line": 230,
|
|
2594
2744
|
"character": 3
|
|
2595
2745
|
},
|
|
2596
2746
|
"type": "Promise<void>"
|
|
@@ -2603,7 +2753,7 @@
|
|
|
2603
2753
|
"__schema": "FunctionLikeSchema",
|
|
2604
2754
|
"location": {
|
|
2605
2755
|
"filePath": "dependencies.main.runtime.ts",
|
|
2606
|
-
"line":
|
|
2756
|
+
"line": 240,
|
|
2607
2757
|
"character": 3
|
|
2608
2758
|
},
|
|
2609
2759
|
"signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
|
|
@@ -2613,7 +2763,7 @@
|
|
|
2613
2763
|
"__schema": "ParameterSchema",
|
|
2614
2764
|
"location": {
|
|
2615
2765
|
"filePath": "dependencies.main.runtime.ts",
|
|
2616
|
-
"line":
|
|
2766
|
+
"line": 240,
|
|
2617
2767
|
"character": 27
|
|
2618
2768
|
},
|
|
2619
2769
|
"name": "id",
|
|
@@ -2621,7 +2771,7 @@
|
|
|
2621
2771
|
"__schema": "KeywordTypeSchema",
|
|
2622
2772
|
"location": {
|
|
2623
2773
|
"filePath": "dependencies.main.runtime.ts",
|
|
2624
|
-
"line":
|
|
2774
|
+
"line": 240,
|
|
2625
2775
|
"character": 31
|
|
2626
2776
|
},
|
|
2627
2777
|
"name": "string"
|
|
@@ -2634,7 +2784,7 @@
|
|
|
2634
2784
|
"__schema": "TypeRefSchema",
|
|
2635
2785
|
"location": {
|
|
2636
2786
|
"filePath": "dependencies.main.runtime.ts",
|
|
2637
|
-
"line":
|
|
2787
|
+
"line": 240,
|
|
2638
2788
|
"character": 40
|
|
2639
2789
|
},
|
|
2640
2790
|
"name": "Promise",
|
|
@@ -2643,7 +2793,7 @@
|
|
|
2643
2793
|
"__schema": "TypeRefSchema",
|
|
2644
2794
|
"location": {
|
|
2645
2795
|
"filePath": "dependencies.main.runtime.ts",
|
|
2646
|
-
"line":
|
|
2796
|
+
"line": 240,
|
|
2647
2797
|
"character": 48
|
|
2648
2798
|
},
|
|
2649
2799
|
"name": "DependenciesResultsDebug"
|
|
@@ -2658,14 +2808,14 @@
|
|
|
2658
2808
|
"__schema": "FunctionLikeSchema",
|
|
2659
2809
|
"location": {
|
|
2660
2810
|
"filePath": "dependencies.main.runtime.ts",
|
|
2661
|
-
"line":
|
|
2811
|
+
"line": 272,
|
|
2662
2812
|
"character": 3
|
|
2663
2813
|
},
|
|
2664
2814
|
"doc": {
|
|
2665
2815
|
"__schema": "DocSchema",
|
|
2666
2816
|
"location": {
|
|
2667
2817
|
"filePath": "dependencies.main.runtime.ts",
|
|
2668
|
-
"line":
|
|
2818
|
+
"line": 268,
|
|
2669
2819
|
"character": 3
|
|
2670
2820
|
},
|
|
2671
2821
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
|
@@ -2678,7 +2828,7 @@
|
|
|
2678
2828
|
"__schema": "ParameterSchema",
|
|
2679
2829
|
"location": {
|
|
2680
2830
|
"filePath": "dependencies.main.runtime.ts",
|
|
2681
|
-
"line":
|
|
2831
|
+
"line": 272,
|
|
2682
2832
|
"character": 15
|
|
2683
2833
|
},
|
|
2684
2834
|
"name": "compName",
|
|
@@ -2686,7 +2836,7 @@
|
|
|
2686
2836
|
"__schema": "KeywordTypeSchema",
|
|
2687
2837
|
"location": {
|
|
2688
2838
|
"filePath": "dependencies.main.runtime.ts",
|
|
2689
|
-
"line":
|
|
2839
|
+
"line": 272,
|
|
2690
2840
|
"character": 25
|
|
2691
2841
|
},
|
|
2692
2842
|
"name": "string"
|
|
@@ -2698,7 +2848,7 @@
|
|
|
2698
2848
|
"__schema": "ParameterSchema",
|
|
2699
2849
|
"location": {
|
|
2700
2850
|
"filePath": "dependencies.main.runtime.ts",
|
|
2701
|
-
"line":
|
|
2851
|
+
"line": 272,
|
|
2702
2852
|
"character": 33
|
|
2703
2853
|
},
|
|
2704
2854
|
"name": "depName",
|
|
@@ -2706,7 +2856,7 @@
|
|
|
2706
2856
|
"__schema": "KeywordTypeSchema",
|
|
2707
2857
|
"location": {
|
|
2708
2858
|
"filePath": "dependencies.main.runtime.ts",
|
|
2709
|
-
"line":
|
|
2859
|
+
"line": 272,
|
|
2710
2860
|
"character": 42
|
|
2711
2861
|
},
|
|
2712
2862
|
"name": "string"
|
|
@@ -2719,7 +2869,7 @@
|
|
|
2719
2869
|
"__schema": "InferenceTypeSchema",
|
|
2720
2870
|
"location": {
|
|
2721
2871
|
"filePath": "dependencies.main.runtime.ts",
|
|
2722
|
-
"line":
|
|
2872
|
+
"line": 272,
|
|
2723
2873
|
"character": 3
|
|
2724
2874
|
},
|
|
2725
2875
|
"type": "Promise<BlameResult[]>"
|
|
@@ -2732,7 +2882,7 @@
|
|
|
2732
2882
|
"__schema": "FunctionLikeSchema",
|
|
2733
2883
|
"location": {
|
|
2734
2884
|
"filePath": "dependencies.main.runtime.ts",
|
|
2735
|
-
"line":
|
|
2885
|
+
"line": 305,
|
|
2736
2886
|
"character": 3
|
|
2737
2887
|
},
|
|
2738
2888
|
"signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
|
|
@@ -2742,7 +2892,7 @@
|
|
|
2742
2892
|
"__schema": "ParameterSchema",
|
|
2743
2893
|
"location": {
|
|
2744
2894
|
"filePath": "dependencies.main.runtime.ts",
|
|
2745
|
-
"line":
|
|
2895
|
+
"line": 305,
|
|
2746
2896
|
"character": 19
|
|
2747
2897
|
},
|
|
2748
2898
|
"name": "depName",
|
|
@@ -2750,7 +2900,7 @@
|
|
|
2750
2900
|
"__schema": "KeywordTypeSchema",
|
|
2751
2901
|
"location": {
|
|
2752
2902
|
"filePath": "dependencies.main.runtime.ts",
|
|
2753
|
-
"line":
|
|
2903
|
+
"line": 305,
|
|
2754
2904
|
"character": 28
|
|
2755
2905
|
},
|
|
2756
2906
|
"name": "string"
|
|
@@ -2762,7 +2912,7 @@
|
|
|
2762
2912
|
"__schema": "ParameterSchema",
|
|
2763
2913
|
"location": {
|
|
2764
2914
|
"filePath": "dependencies.main.runtime.ts",
|
|
2765
|
-
"line":
|
|
2915
|
+
"line": 305,
|
|
2766
2916
|
"character": 36
|
|
2767
2917
|
},
|
|
2768
2918
|
"name": "opts",
|
|
@@ -2770,7 +2920,7 @@
|
|
|
2770
2920
|
"__schema": "TypeLiteralSchema",
|
|
2771
2921
|
"location": {
|
|
2772
2922
|
"filePath": "dependencies.main.runtime.ts",
|
|
2773
|
-
"line":
|
|
2923
|
+
"line": 305,
|
|
2774
2924
|
"character": 43
|
|
2775
2925
|
},
|
|
2776
2926
|
"members": [
|
|
@@ -2778,7 +2928,7 @@
|
|
|
2778
2928
|
"__schema": "VariableLikeSchema",
|
|
2779
2929
|
"location": {
|
|
2780
2930
|
"filePath": "dependencies.main.runtime.ts",
|
|
2781
|
-
"line":
|
|
2931
|
+
"line": 305,
|
|
2782
2932
|
"character": 45
|
|
2783
2933
|
},
|
|
2784
2934
|
"signature": "(property) depth?: number | undefined",
|
|
@@ -2787,7 +2937,7 @@
|
|
|
2787
2937
|
"__schema": "KeywordTypeSchema",
|
|
2788
2938
|
"location": {
|
|
2789
2939
|
"filePath": "dependencies.main.runtime.ts",
|
|
2790
|
-
"line":
|
|
2940
|
+
"line": 305,
|
|
2791
2941
|
"character": 53
|
|
2792
2942
|
},
|
|
2793
2943
|
"name": "number"
|
|
@@ -2804,7 +2954,7 @@
|
|
|
2804
2954
|
"__schema": "TypeRefSchema",
|
|
2805
2955
|
"location": {
|
|
2806
2956
|
"filePath": "dependencies.main.runtime.ts",
|
|
2807
|
-
"line":
|
|
2957
|
+
"line": 305,
|
|
2808
2958
|
"character": 64
|
|
2809
2959
|
},
|
|
2810
2960
|
"name": "Promise",
|
|
@@ -2813,7 +2963,7 @@
|
|
|
2813
2963
|
"__schema": "TypeUnionSchema",
|
|
2814
2964
|
"location": {
|
|
2815
2965
|
"filePath": "dependencies.main.runtime.ts",
|
|
2816
|
-
"line":
|
|
2966
|
+
"line": 305,
|
|
2817
2967
|
"character": 72
|
|
2818
2968
|
},
|
|
2819
2969
|
"types": [
|
|
@@ -2821,7 +2971,7 @@
|
|
|
2821
2971
|
"__schema": "KeywordTypeSchema",
|
|
2822
2972
|
"location": {
|
|
2823
2973
|
"filePath": "dependencies.main.runtime.ts",
|
|
2824
|
-
"line":
|
|
2974
|
+
"line": 305,
|
|
2825
2975
|
"character": 72
|
|
2826
2976
|
},
|
|
2827
2977
|
"name": "string"
|
|
@@ -2830,7 +2980,7 @@
|
|
|
2830
2980
|
"__schema": "KeywordTypeSchema",
|
|
2831
2981
|
"location": {
|
|
2832
2982
|
"filePath": "dependencies.main.runtime.ts",
|
|
2833
|
-
"line":
|
|
2983
|
+
"line": 305,
|
|
2834
2984
|
"character": 81
|
|
2835
2985
|
},
|
|
2836
2986
|
"name": "undefined"
|
|
@@ -2847,14 +2997,14 @@
|
|
|
2847
2997
|
"__schema": "FunctionLikeSchema",
|
|
2848
2998
|
"location": {
|
|
2849
2999
|
"filePath": "dependencies.main.runtime.ts",
|
|
2850
|
-
"line":
|
|
3000
|
+
"line": 319,
|
|
2851
3001
|
"character": 3
|
|
2852
3002
|
},
|
|
2853
3003
|
"doc": {
|
|
2854
3004
|
"__schema": "DocSchema",
|
|
2855
3005
|
"location": {
|
|
2856
3006
|
"filePath": "dependencies.main.runtime.ts",
|
|
2857
|
-
"line":
|
|
3007
|
+
"line": 315,
|
|
2858
3008
|
"character": 3
|
|
2859
3009
|
},
|
|
2860
3010
|
"raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
|
|
@@ -2863,7 +3013,7 @@
|
|
|
2863
3013
|
"__schema": "PropertyLikeTagSchema",
|
|
2864
3014
|
"location": {
|
|
2865
3015
|
"filePath": "dependencies.main.runtime.ts",
|
|
2866
|
-
"line":
|
|
3016
|
+
"line": 316,
|
|
2867
3017
|
"character": 6
|
|
2868
3018
|
},
|
|
2869
3019
|
"name": "depName",
|
|
@@ -2874,7 +3024,7 @@
|
|
|
2874
3024
|
"__schema": "ReturnTagSchema",
|
|
2875
3025
|
"location": {
|
|
2876
3026
|
"filePath": "dependencies.main.runtime.ts",
|
|
2877
|
-
"line":
|
|
3027
|
+
"line": 317,
|
|
2878
3028
|
"character": 6
|
|
2879
3029
|
},
|
|
2880
3030
|
"tagName": "return",
|
|
@@ -2889,7 +3039,7 @@
|
|
|
2889
3039
|
"__schema": "ParameterSchema",
|
|
2890
3040
|
"location": {
|
|
2891
3041
|
"filePath": "dependencies.main.runtime.ts",
|
|
2892
|
-
"line":
|
|
3042
|
+
"line": 319,
|
|
2893
3043
|
"character": 15
|
|
2894
3044
|
},
|
|
2895
3045
|
"name": "depName",
|
|
@@ -2897,7 +3047,7 @@
|
|
|
2897
3047
|
"__schema": "KeywordTypeSchema",
|
|
2898
3048
|
"location": {
|
|
2899
3049
|
"filePath": "dependencies.main.runtime.ts",
|
|
2900
|
-
"line":
|
|
3050
|
+
"line": 319,
|
|
2901
3051
|
"character": 24
|
|
2902
3052
|
},
|
|
2903
3053
|
"name": "string"
|
|
@@ -2910,7 +3060,7 @@
|
|
|
2910
3060
|
"__schema": "TypeRefSchema",
|
|
2911
3061
|
"location": {
|
|
2912
3062
|
"filePath": "dependencies.main.runtime.ts",
|
|
2913
|
-
"line":
|
|
3063
|
+
"line": 319,
|
|
2914
3064
|
"character": 33
|
|
2915
3065
|
},
|
|
2916
3066
|
"name": "Promise",
|
|
@@ -2919,7 +3069,7 @@
|
|
|
2919
3069
|
"__schema": "TypeLiteralSchema",
|
|
2920
3070
|
"location": {
|
|
2921
3071
|
"filePath": "dependencies.main.runtime.ts",
|
|
2922
|
-
"line":
|
|
3072
|
+
"line": 319,
|
|
2923
3073
|
"character": 41
|
|
2924
3074
|
},
|
|
2925
3075
|
"members": [
|
|
@@ -2927,14 +3077,14 @@
|
|
|
2927
3077
|
"__schema": "IndexSignatureSchema",
|
|
2928
3078
|
"location": {
|
|
2929
3079
|
"filePath": "dependencies.main.runtime.ts",
|
|
2930
|
-
"line":
|
|
3080
|
+
"line": 319,
|
|
2931
3081
|
"character": 43
|
|
2932
3082
|
},
|
|
2933
3083
|
"keyType": {
|
|
2934
3084
|
"__schema": "ParameterSchema",
|
|
2935
3085
|
"location": {
|
|
2936
3086
|
"filePath": "dependencies.main.runtime.ts",
|
|
2937
|
-
"line":
|
|
3087
|
+
"line": 319,
|
|
2938
3088
|
"character": 44
|
|
2939
3089
|
},
|
|
2940
3090
|
"name": "compIdStr",
|
|
@@ -2942,7 +3092,7 @@
|
|
|
2942
3092
|
"__schema": "KeywordTypeSchema",
|
|
2943
3093
|
"location": {
|
|
2944
3094
|
"filePath": "dependencies.main.runtime.ts",
|
|
2945
|
-
"line":
|
|
3095
|
+
"line": 319,
|
|
2946
3096
|
"character": 55
|
|
2947
3097
|
},
|
|
2948
3098
|
"name": "string"
|
|
@@ -2954,7 +3104,7 @@
|
|
|
2954
3104
|
"__schema": "KeywordTypeSchema",
|
|
2955
3105
|
"location": {
|
|
2956
3106
|
"filePath": "dependencies.main.runtime.ts",
|
|
2957
|
-
"line":
|
|
3107
|
+
"line": 319,
|
|
2958
3108
|
"character": 64
|
|
2959
3109
|
},
|
|
2960
3110
|
"name": "string"
|
|
@@ -2972,7 +3122,7 @@
|
|
|
2972
3122
|
"__schema": "VariableLikeSchema",
|
|
2973
3123
|
"location": {
|
|
2974
3124
|
"filePath": "dependencies.main.runtime.ts",
|
|
2975
|
-
"line":
|
|
3125
|
+
"line": 358,
|
|
2976
3126
|
"character": 3
|
|
2977
3127
|
},
|
|
2978
3128
|
"signature": "(property) DependenciesMain.slots: never[]",
|
|
@@ -2981,7 +3131,7 @@
|
|
|
2981
3131
|
"__schema": "InferenceTypeSchema",
|
|
2982
3132
|
"location": {
|
|
2983
3133
|
"filePath": "dependencies.main.runtime.ts",
|
|
2984
|
-
"line":
|
|
3134
|
+
"line": 358,
|
|
2985
3135
|
"character": 3
|
|
2986
3136
|
},
|
|
2987
3137
|
"type": "never[]"
|
|
@@ -2993,7 +3143,7 @@
|
|
|
2993
3143
|
"__schema": "VariableLikeSchema",
|
|
2994
3144
|
"location": {
|
|
2995
3145
|
"filePath": "dependencies.main.runtime.ts",
|
|
2996
|
-
"line":
|
|
3146
|
+
"line": 359,
|
|
2997
3147
|
"character": 3
|
|
2998
3148
|
},
|
|
2999
3149
|
"signature": "(property) DependenciesMain.dependencies: Aspect[]",
|
|
@@ -3002,7 +3152,7 @@
|
|
|
3002
3152
|
"__schema": "InferenceTypeSchema",
|
|
3003
3153
|
"location": {
|
|
3004
3154
|
"filePath": "dependencies.main.runtime.ts",
|
|
3005
|
-
"line":
|
|
3155
|
+
"line": 359,
|
|
3006
3156
|
"character": 3
|
|
3007
3157
|
},
|
|
3008
3158
|
"type": "Aspect[]"
|
|
@@ -3014,7 +3164,7 @@
|
|
|
3014
3164
|
"__schema": "VariableLikeSchema",
|
|
3015
3165
|
"location": {
|
|
3016
3166
|
"filePath": "dependencies.main.runtime.ts",
|
|
3017
|
-
"line":
|
|
3167
|
+
"line": 369,
|
|
3018
3168
|
"character": 3
|
|
3019
3169
|
},
|
|
3020
3170
|
"signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
|
|
@@ -3023,7 +3173,7 @@
|
|
|
3023
3173
|
"__schema": "InferenceTypeSchema",
|
|
3024
3174
|
"location": {
|
|
3025
3175
|
"filePath": "dependencies.main.runtime.ts",
|
|
3026
|
-
"line":
|
|
3176
|
+
"line": 369,
|
|
3027
3177
|
"character": 3
|
|
3028
3178
|
},
|
|
3029
3179
|
"type": "RuntimeDefinition"
|
|
@@ -3035,7 +3185,7 @@
|
|
|
3035
3185
|
"__schema": "FunctionLikeSchema",
|
|
3036
3186
|
"location": {
|
|
3037
3187
|
"filePath": "dependencies.main.runtime.ts",
|
|
3038
|
-
"line":
|
|
3188
|
+
"line": 371,
|
|
3039
3189
|
"character": 3
|
|
3040
3190
|
},
|
|
3041
3191
|
"signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain\n]): Promise<DependenciesMain>",
|
|
@@ -3045,7 +3195,7 @@
|
|
|
3045
3195
|
"__schema": "ParameterSchema",
|
|
3046
3196
|
"location": {
|
|
3047
3197
|
"filePath": "dependencies.main.runtime.ts",
|
|
3048
|
-
"line":
|
|
3198
|
+
"line": 371,
|
|
3049
3199
|
"character": 25
|
|
3050
3200
|
},
|
|
3051
3201
|
"name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph ]",
|
|
@@ -3053,7 +3203,7 @@
|
|
|
3053
3203
|
"__schema": "TupleTypeSchema",
|
|
3054
3204
|
"location": {
|
|
3055
3205
|
"filePath": "dependencies.main.runtime.ts",
|
|
3056
|
-
"line":
|
|
3206
|
+
"line": 371,
|
|
3057
3207
|
"character": 95
|
|
3058
3208
|
},
|
|
3059
3209
|
"elements": [
|
|
@@ -3061,7 +3211,7 @@
|
|
|
3061
3211
|
"__schema": "TypeRefSchema",
|
|
3062
3212
|
"location": {
|
|
3063
3213
|
"filePath": "dependencies.main.runtime.ts",
|
|
3064
|
-
"line":
|
|
3214
|
+
"line": 372,
|
|
3065
3215
|
"character": 5
|
|
3066
3216
|
},
|
|
3067
3217
|
"name": "CLIMain"
|
|
@@ -3070,7 +3220,7 @@
|
|
|
3070
3220
|
"__schema": "TypeRefSchema",
|
|
3071
3221
|
"location": {
|
|
3072
3222
|
"filePath": "dependencies.main.runtime.ts",
|
|
3073
|
-
"line":
|
|
3223
|
+
"line": 373,
|
|
3074
3224
|
"character": 5
|
|
3075
3225
|
},
|
|
3076
3226
|
"name": "Workspace"
|
|
@@ -3079,7 +3229,7 @@
|
|
|
3079
3229
|
"__schema": "TypeRefSchema",
|
|
3080
3230
|
"location": {
|
|
3081
3231
|
"filePath": "dependencies.main.runtime.ts",
|
|
3082
|
-
"line":
|
|
3232
|
+
"line": 374,
|
|
3083
3233
|
"character": 5
|
|
3084
3234
|
},
|
|
3085
3235
|
"name": "DependencyResolverMain"
|
|
@@ -3088,7 +3238,7 @@
|
|
|
3088
3238
|
"__schema": "TypeRefSchema",
|
|
3089
3239
|
"location": {
|
|
3090
3240
|
"filePath": "dependencies.main.runtime.ts",
|
|
3091
|
-
"line":
|
|
3241
|
+
"line": 375,
|
|
3092
3242
|
"character": 5
|
|
3093
3243
|
},
|
|
3094
3244
|
"name": "DevFilesMain"
|
|
@@ -3097,7 +3247,7 @@
|
|
|
3097
3247
|
"__schema": "TypeRefSchema",
|
|
3098
3248
|
"location": {
|
|
3099
3249
|
"filePath": "dependencies.main.runtime.ts",
|
|
3100
|
-
"line":
|
|
3250
|
+
"line": 376,
|
|
3101
3251
|
"character": 5
|
|
3102
3252
|
},
|
|
3103
3253
|
"name": "AspectLoaderMain"
|
|
@@ -3106,7 +3256,7 @@
|
|
|
3106
3256
|
"__schema": "TypeRefSchema",
|
|
3107
3257
|
"location": {
|
|
3108
3258
|
"filePath": "dependencies.main.runtime.ts",
|
|
3109
|
-
"line":
|
|
3259
|
+
"line": 377,
|
|
3110
3260
|
"character": 5
|
|
3111
3261
|
},
|
|
3112
3262
|
"name": "ScopeMain"
|
|
@@ -3115,7 +3265,7 @@
|
|
|
3115
3265
|
"__schema": "TypeRefSchema",
|
|
3116
3266
|
"location": {
|
|
3117
3267
|
"filePath": "dependencies.main.runtime.ts",
|
|
3118
|
-
"line":
|
|
3268
|
+
"line": 378,
|
|
3119
3269
|
"character": 5
|
|
3120
3270
|
},
|
|
3121
3271
|
"name": "GraphMain"
|
|
@@ -3130,7 +3280,7 @@
|
|
|
3130
3280
|
"__schema": "InferenceTypeSchema",
|
|
3131
3281
|
"location": {
|
|
3132
3282
|
"filePath": "dependencies.main.runtime.ts",
|
|
3133
|
-
"line":
|
|
3283
|
+
"line": 371,
|
|
3134
3284
|
"character": 3
|
|
3135
3285
|
},
|
|
3136
3286
|
"type": "Promise<DependenciesMain>"
|
|
@@ -3148,7 +3298,7 @@
|
|
|
3148
3298
|
"__schema": "UnImplementedSchema",
|
|
3149
3299
|
"location": {
|
|
3150
3300
|
"filePath": "dependencies.main.runtime.ts",
|
|
3151
|
-
"line":
|
|
3301
|
+
"line": 409,
|
|
3152
3302
|
"character": 16
|
|
3153
3303
|
},
|
|
3154
3304
|
"name": "DependenciesMain",
|
|
@@ -3160,7 +3310,7 @@
|
|
|
3160
3310
|
"__schema": "FunctionLikeSchema",
|
|
3161
3311
|
"location": {
|
|
3162
3312
|
"filePath": "dependencies.main.runtime.ts",
|
|
3163
|
-
"line":
|
|
3313
|
+
"line": 403,
|
|
3164
3314
|
"character": 1
|
|
3165
3315
|
},
|
|
3166
3316
|
"signature": "function isComponentId(depName: string): boolean",
|
|
@@ -3170,7 +3320,7 @@
|
|
|
3170
3320
|
"__schema": "ParameterSchema",
|
|
3171
3321
|
"location": {
|
|
3172
3322
|
"filePath": "dependencies.main.runtime.ts",
|
|
3173
|
-
"line":
|
|
3323
|
+
"line": 403,
|
|
3174
3324
|
"character": 24
|
|
3175
3325
|
},
|
|
3176
3326
|
"name": "depName",
|
|
@@ -3178,7 +3328,7 @@
|
|
|
3178
3328
|
"__schema": "KeywordTypeSchema",
|
|
3179
3329
|
"location": {
|
|
3180
3330
|
"filePath": "dependencies.main.runtime.ts",
|
|
3181
|
-
"line":
|
|
3331
|
+
"line": 403,
|
|
3182
3332
|
"character": 33
|
|
3183
3333
|
},
|
|
3184
3334
|
"name": "string"
|
|
@@ -3191,7 +3341,7 @@
|
|
|
3191
3341
|
"__schema": "TypeRefSchema",
|
|
3192
3342
|
"location": {
|
|
3193
3343
|
"filePath": "dependencies.main.runtime.ts",
|
|
3194
|
-
"line":
|
|
3344
|
+
"line": 403,
|
|
3195
3345
|
"character": 1
|
|
3196
3346
|
},
|
|
3197
3347
|
"name": "isComponentId",
|
|
@@ -3203,7 +3353,7 @@
|
|
|
3203
3353
|
"__schema": "UnImplementedSchema",
|
|
3204
3354
|
"location": {
|
|
3205
3355
|
"filePath": "dependencies.main.runtime.ts",
|
|
3206
|
-
"line":
|
|
3356
|
+
"line": 407,
|
|
3207
3357
|
"character": 1
|
|
3208
3358
|
},
|
|
3209
3359
|
"name": "DependenciesAspect.addRuntime(DependenciesMain);",
|
|
@@ -3252,7 +3402,7 @@
|
|
|
3252
3402
|
"componentId": {
|
|
3253
3403
|
"scope": "teambit.dependencies",
|
|
3254
3404
|
"name": "dependencies",
|
|
3255
|
-
"version": "1.0.
|
|
3405
|
+
"version": "1.0.178"
|
|
3256
3406
|
},
|
|
3257
3407
|
"taggedModuleExports": []
|
|
3258
3408
|
}
|