@teambit/workspace 1.0.506 → 1.0.508
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 +1 -1
- package/artifacts/preview/teambit_workspace_workspace-preview.js +1 -1
- package/artifacts/schema.json +507 -550
- package/dist/{preview-1736306355320.js → preview-1736535915537.js} +2 -2
- package/dist/workspace.d.ts +4 -12
- package/dist/workspace.js +16 -13
- package/dist/workspace.js.map +1 -1
- package/dist/workspace.main.runtime.d.ts +1 -3
- package/dist/workspace.main.runtime.js +3 -10
- package/dist/workspace.main.runtime.js.map +1 -1
- package/package.json +43 -43
package/artifacts/schema.json
CHANGED
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"__schema": "ClassSchema",
|
|
27
27
|
"location": {
|
|
28
28
|
"filePath": "workspace.ts",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 161,
|
|
30
30
|
"character": 1
|
|
31
31
|
},
|
|
32
32
|
"doc": {
|
|
33
33
|
"__schema": "DocSchema",
|
|
34
34
|
"location": {
|
|
35
35
|
"filePath": "workspace.ts",
|
|
36
|
-
"line":
|
|
36
|
+
"line": 158,
|
|
37
37
|
"character": 1
|
|
38
38
|
},
|
|
39
39
|
"raw": "/**\n * API of the Bit Workspace\n */",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"__schema": "VariableLikeSchema",
|
|
48
48
|
"location": {
|
|
49
49
|
"filePath": "workspace.ts",
|
|
50
|
-
"line":
|
|
50
|
+
"line": 163,
|
|
51
51
|
"character": 3
|
|
52
52
|
},
|
|
53
53
|
"signature": "(property) Workspace.priority: boolean",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"__schema": "InferenceTypeSchema",
|
|
57
57
|
"location": {
|
|
58
58
|
"filePath": "workspace.ts",
|
|
59
|
-
"line":
|
|
59
|
+
"line": 163,
|
|
60
60
|
"character": 3
|
|
61
61
|
},
|
|
62
62
|
"type": "boolean"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"__schema": "VariableLikeSchema",
|
|
69
69
|
"location": {
|
|
70
70
|
"filePath": "workspace.ts",
|
|
71
|
-
"line":
|
|
71
|
+
"line": 164,
|
|
72
72
|
"character": 3
|
|
73
73
|
},
|
|
74
74
|
"signature": "(property) Workspace.owner?: string | undefined",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"__schema": "KeywordTypeSchema",
|
|
78
78
|
"location": {
|
|
79
79
|
"filePath": "workspace.ts",
|
|
80
|
-
"line":
|
|
80
|
+
"line": 164,
|
|
81
81
|
"character": 11
|
|
82
82
|
},
|
|
83
83
|
"name": "string"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"__schema": "VariableLikeSchema",
|
|
89
89
|
"location": {
|
|
90
90
|
"filePath": "workspace.ts",
|
|
91
|
-
"line":
|
|
91
|
+
"line": 165,
|
|
92
92
|
"character": 3
|
|
93
93
|
},
|
|
94
94
|
"signature": "(property) Workspace.componentsScopeDirsMap: ComponentScopeDirMap",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"__schema": "TypeRefSchema",
|
|
98
98
|
"location": {
|
|
99
99
|
"filePath": "workspace.ts",
|
|
100
|
-
"line":
|
|
100
|
+
"line": 165,
|
|
101
101
|
"character": 3
|
|
102
102
|
},
|
|
103
103
|
"name": "ComponentScopeDirMap",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"__schema": "VariableLikeSchema",
|
|
113
113
|
"location": {
|
|
114
114
|
"filePath": "workspace.ts",
|
|
115
|
-
"line":
|
|
115
|
+
"line": 166,
|
|
116
116
|
"character": 3
|
|
117
117
|
},
|
|
118
118
|
"signature": "(property) Workspace.componentLoader: WorkspaceComponentLoader",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"__schema": "TypeRefSchema",
|
|
122
122
|
"location": {
|
|
123
123
|
"filePath": "workspace.ts",
|
|
124
|
-
"line":
|
|
124
|
+
"line": 166,
|
|
125
125
|
"character": 3
|
|
126
126
|
},
|
|
127
127
|
"name": "WorkspaceComponentLoader",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"__schema": "VariableLikeSchema",
|
|
134
134
|
"location": {
|
|
135
135
|
"filePath": "workspace.ts",
|
|
136
|
-
"line":
|
|
136
|
+
"line": 168,
|
|
137
137
|
"character": 3
|
|
138
138
|
},
|
|
139
139
|
"signature": "(property) Workspace.bitMap: BitMap",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"__schema": "TypeRefSchema",
|
|
143
143
|
"location": {
|
|
144
144
|
"filePath": "workspace.ts",
|
|
145
|
-
"line":
|
|
145
|
+
"line": 168,
|
|
146
146
|
"character": 3
|
|
147
147
|
},
|
|
148
148
|
"name": "BitMap",
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
"__schema": "VariableLikeSchema",
|
|
155
155
|
"location": {
|
|
156
156
|
"filePath": "workspace.ts",
|
|
157
|
-
"line":
|
|
157
|
+
"line": 173,
|
|
158
158
|
"character": 3
|
|
159
159
|
},
|
|
160
160
|
"doc": {
|
|
161
161
|
"__schema": "DocSchema",
|
|
162
162
|
"location": {
|
|
163
163
|
"filePath": "workspace.ts",
|
|
164
|
-
"line":
|
|
164
|
+
"line": 169,
|
|
165
165
|
"character": 3
|
|
166
166
|
},
|
|
167
167
|
"raw": "/**\n * Indicate that we are now running installation process\n * This is important to know to ignore missing modules across different places\n */",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"__schema": "InferenceTypeSchema",
|
|
175
175
|
"location": {
|
|
176
176
|
"filePath": "workspace.ts",
|
|
177
|
-
"line":
|
|
177
|
+
"line": 173,
|
|
178
178
|
"character": 3
|
|
179
179
|
},
|
|
180
180
|
"type": "boolean"
|
|
@@ -186,14 +186,14 @@
|
|
|
186
186
|
"__schema": "VariableLikeSchema",
|
|
187
187
|
"location": {
|
|
188
188
|
"filePath": "workspace.ts",
|
|
189
|
-
"line":
|
|
189
|
+
"line": 178,
|
|
190
190
|
"character": 3
|
|
191
191
|
},
|
|
192
192
|
"doc": {
|
|
193
193
|
"__schema": "DocSchema",
|
|
194
194
|
"location": {
|
|
195
195
|
"filePath": "workspace.ts",
|
|
196
|
-
"line":
|
|
196
|
+
"line": 174,
|
|
197
197
|
"character": 3
|
|
198
198
|
},
|
|
199
199
|
"raw": "/**\n * Indicate that we done with the package manager installation process\n * This is important to skip stuff when package manager install is not done yet\n */",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"__schema": "InferenceTypeSchema",
|
|
207
207
|
"location": {
|
|
208
208
|
"filePath": "workspace.ts",
|
|
209
|
-
"line":
|
|
209
|
+
"line": 178,
|
|
210
210
|
"character": 3
|
|
211
211
|
},
|
|
212
212
|
"type": "boolean"
|
|
@@ -283,34 +283,14 @@
|
|
|
283
283
|
"line": 190,
|
|
284
284
|
"character": 3
|
|
285
285
|
},
|
|
286
|
-
"signature": "constructor Workspace(
|
|
286
|
+
"signature": "constructor Workspace(config: WorkspaceExtConfig, consumer: Consumer, scope: ScopeMain, componentAspect: ComponentMain, dependencyResolver: DependencyResolverMain, variants: VariantsMain, aspectLoader: AspectLoaderMain, logger: Logger, harmony: Harmony, onComponentLoadSlot: OnComponentLoadSlot, onComponentChangeSlot: OnComponentChangeSlot, envs: EnvsMain, globalConfig: GlobalConfigMain, onComponentAddSlot: OnComponentAddSlot, onComponentRemoveSlot: OnComponentRemoveSlot, onAspectsResolveSlot: OnAspectsResolveSlot, onRootAspectAddedSlot: OnRootAspectAddedSlot, graphql: GraphqlMain, onBitmapChangeSlot: OnBitmapChangeSlot, onWorkspaceConfigChangeSlot: OnWorkspaceConfigChangeSlot): Workspace",
|
|
287
287
|
"name": "constructor",
|
|
288
288
|
"params": [
|
|
289
289
|
{
|
|
290
290
|
"__schema": "ParameterSchema",
|
|
291
291
|
"location": {
|
|
292
292
|
"filePath": "workspace.ts",
|
|
293
|
-
"line":
|
|
294
|
-
"character": 5
|
|
295
|
-
},
|
|
296
|
-
"name": "pubsub",
|
|
297
|
-
"type": {
|
|
298
|
-
"__schema": "TypeRefSchema",
|
|
299
|
-
"location": {
|
|
300
|
-
"filePath": "workspace.ts",
|
|
301
|
-
"line": 194,
|
|
302
|
-
"character": 21
|
|
303
|
-
},
|
|
304
|
-
"name": "PubsubMain"
|
|
305
|
-
},
|
|
306
|
-
"isOptional": false,
|
|
307
|
-
"isSpread": false
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"__schema": "ParameterSchema",
|
|
311
|
-
"location": {
|
|
312
|
-
"filePath": "workspace.ts",
|
|
313
|
-
"line": 196,
|
|
293
|
+
"line": 191,
|
|
314
294
|
"character": 5
|
|
315
295
|
},
|
|
316
296
|
"name": "config",
|
|
@@ -318,7 +298,7 @@
|
|
|
318
298
|
"__schema": "TypeRefSchema",
|
|
319
299
|
"location": {
|
|
320
300
|
"filePath": "workspace.ts",
|
|
321
|
-
"line":
|
|
301
|
+
"line": 191,
|
|
322
302
|
"character": 21
|
|
323
303
|
},
|
|
324
304
|
"name": "WorkspaceExtConfig"
|
|
@@ -330,7 +310,7 @@
|
|
|
330
310
|
"__schema": "ParameterSchema",
|
|
331
311
|
"location": {
|
|
332
312
|
"filePath": "workspace.ts",
|
|
333
|
-
"line":
|
|
313
|
+
"line": 195,
|
|
334
314
|
"character": 5
|
|
335
315
|
},
|
|
336
316
|
"name": "consumer",
|
|
@@ -338,7 +318,7 @@
|
|
|
338
318
|
"__schema": "TypeRefSchema",
|
|
339
319
|
"location": {
|
|
340
320
|
"filePath": "workspace.ts",
|
|
341
|
-
"line":
|
|
321
|
+
"line": 195,
|
|
342
322
|
"character": 22
|
|
343
323
|
},
|
|
344
324
|
"name": "Consumer"
|
|
@@ -350,7 +330,7 @@
|
|
|
350
330
|
"__schema": "ParameterSchema",
|
|
351
331
|
"location": {
|
|
352
332
|
"filePath": "workspace.ts",
|
|
353
|
-
"line":
|
|
333
|
+
"line": 200,
|
|
354
334
|
"character": 5
|
|
355
335
|
},
|
|
356
336
|
"name": "scope",
|
|
@@ -358,7 +338,7 @@
|
|
|
358
338
|
"__schema": "TypeRefSchema",
|
|
359
339
|
"location": {
|
|
360
340
|
"filePath": "workspace.ts",
|
|
361
|
-
"line":
|
|
341
|
+
"line": 200,
|
|
362
342
|
"character": 21
|
|
363
343
|
},
|
|
364
344
|
"name": "ScopeMain"
|
|
@@ -370,7 +350,7 @@
|
|
|
370
350
|
"__schema": "ParameterSchema",
|
|
371
351
|
"location": {
|
|
372
352
|
"filePath": "workspace.ts",
|
|
373
|
-
"line":
|
|
353
|
+
"line": 205,
|
|
374
354
|
"character": 5
|
|
375
355
|
},
|
|
376
356
|
"name": "componentAspect",
|
|
@@ -378,7 +358,7 @@
|
|
|
378
358
|
"__schema": "TypeRefSchema",
|
|
379
359
|
"location": {
|
|
380
360
|
"filePath": "workspace.ts",
|
|
381
|
-
"line":
|
|
361
|
+
"line": 205,
|
|
382
362
|
"character": 30
|
|
383
363
|
},
|
|
384
364
|
"name": "ComponentMain"
|
|
@@ -390,7 +370,7 @@
|
|
|
390
370
|
"__schema": "ParameterSchema",
|
|
391
371
|
"location": {
|
|
392
372
|
"filePath": "workspace.ts",
|
|
393
|
-
"line":
|
|
373
|
+
"line": 207,
|
|
394
374
|
"character": 5
|
|
395
375
|
},
|
|
396
376
|
"name": "dependencyResolver",
|
|
@@ -398,7 +378,7 @@
|
|
|
398
378
|
"__schema": "TypeRefSchema",
|
|
399
379
|
"location": {
|
|
400
380
|
"filePath": "workspace.ts",
|
|
401
|
-
"line":
|
|
381
|
+
"line": 207,
|
|
402
382
|
"character": 33
|
|
403
383
|
},
|
|
404
384
|
"name": "DependencyResolverMain"
|
|
@@ -410,7 +390,7 @@
|
|
|
410
390
|
"__schema": "ParameterSchema",
|
|
411
391
|
"location": {
|
|
412
392
|
"filePath": "workspace.ts",
|
|
413
|
-
"line":
|
|
393
|
+
"line": 209,
|
|
414
394
|
"character": 5
|
|
415
395
|
},
|
|
416
396
|
"name": "variants",
|
|
@@ -418,7 +398,7 @@
|
|
|
418
398
|
"__schema": "TypeRefSchema",
|
|
419
399
|
"location": {
|
|
420
400
|
"filePath": "workspace.ts",
|
|
421
|
-
"line":
|
|
401
|
+
"line": 209,
|
|
422
402
|
"character": 24
|
|
423
403
|
},
|
|
424
404
|
"name": "VariantsMain"
|
|
@@ -430,7 +410,7 @@
|
|
|
430
410
|
"__schema": "ParameterSchema",
|
|
431
411
|
"location": {
|
|
432
412
|
"filePath": "workspace.ts",
|
|
433
|
-
"line":
|
|
413
|
+
"line": 211,
|
|
434
414
|
"character": 5
|
|
435
415
|
},
|
|
436
416
|
"name": "aspectLoader",
|
|
@@ -438,7 +418,7 @@
|
|
|
438
418
|
"__schema": "TypeRefSchema",
|
|
439
419
|
"location": {
|
|
440
420
|
"filePath": "workspace.ts",
|
|
441
|
-
"line":
|
|
421
|
+
"line": 211,
|
|
442
422
|
"character": 27
|
|
443
423
|
},
|
|
444
424
|
"name": "AspectLoaderMain"
|
|
@@ -450,7 +430,7 @@
|
|
|
450
430
|
"__schema": "ParameterSchema",
|
|
451
431
|
"location": {
|
|
452
432
|
"filePath": "workspace.ts",
|
|
453
|
-
"line":
|
|
433
|
+
"line": 213,
|
|
454
434
|
"character": 5
|
|
455
435
|
},
|
|
456
436
|
"name": "logger",
|
|
@@ -458,7 +438,7 @@
|
|
|
458
438
|
"__schema": "TypeRefSchema",
|
|
459
439
|
"location": {
|
|
460
440
|
"filePath": "workspace.ts",
|
|
461
|
-
"line":
|
|
441
|
+
"line": 213,
|
|
462
442
|
"character": 22
|
|
463
443
|
},
|
|
464
444
|
"name": "Logger"
|
|
@@ -470,28 +450,7 @@
|
|
|
470
450
|
"__schema": "ParameterSchema",
|
|
471
451
|
"location": {
|
|
472
452
|
"filePath": "workspace.ts",
|
|
473
|
-
"line":
|
|
474
|
-
"character": 5
|
|
475
|
-
},
|
|
476
|
-
"name": "componentList",
|
|
477
|
-
"type": {
|
|
478
|
-
"__schema": "TypeRefSchema",
|
|
479
|
-
"location": {
|
|
480
|
-
"filePath": "workspace.ts",
|
|
481
|
-
"line": 220,
|
|
482
|
-
"character": 28
|
|
483
|
-
},
|
|
484
|
-
"name": "ComponentsList"
|
|
485
|
-
},
|
|
486
|
-
"isOptional": true,
|
|
487
|
-
"defaultValue": "new ComponentsList(consumer)",
|
|
488
|
-
"isSpread": false
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"__schema": "ParameterSchema",
|
|
492
|
-
"location": {
|
|
493
|
-
"filePath": "workspace.ts",
|
|
494
|
-
"line": 225,
|
|
453
|
+
"line": 218,
|
|
495
454
|
"character": 5
|
|
496
455
|
},
|
|
497
456
|
"name": "harmony",
|
|
@@ -499,7 +458,7 @@
|
|
|
499
458
|
"__schema": "TypeRefSchema",
|
|
500
459
|
"location": {
|
|
501
460
|
"filePath": "workspace.ts",
|
|
502
|
-
"line":
|
|
461
|
+
"line": 218,
|
|
503
462
|
"character": 22
|
|
504
463
|
},
|
|
505
464
|
"name": "Harmony"
|
|
@@ -511,7 +470,7 @@
|
|
|
511
470
|
"__schema": "ParameterSchema",
|
|
512
471
|
"location": {
|
|
513
472
|
"filePath": "workspace.ts",
|
|
514
|
-
"line":
|
|
473
|
+
"line": 223,
|
|
515
474
|
"character": 5
|
|
516
475
|
},
|
|
517
476
|
"name": "onComponentLoadSlot",
|
|
@@ -519,7 +478,7 @@
|
|
|
519
478
|
"__schema": "TypeRefSchema",
|
|
520
479
|
"location": {
|
|
521
480
|
"filePath": "workspace.ts",
|
|
522
|
-
"line":
|
|
481
|
+
"line": 223,
|
|
523
482
|
"character": 33
|
|
524
483
|
},
|
|
525
484
|
"name": "OnComponentLoadSlot"
|
|
@@ -531,7 +490,7 @@
|
|
|
531
490
|
"__schema": "ParameterSchema",
|
|
532
491
|
"location": {
|
|
533
492
|
"filePath": "workspace.ts",
|
|
534
|
-
"line":
|
|
493
|
+
"line": 228,
|
|
535
494
|
"character": 5
|
|
536
495
|
},
|
|
537
496
|
"name": "onComponentChangeSlot",
|
|
@@ -539,7 +498,7 @@
|
|
|
539
498
|
"__schema": "TypeRefSchema",
|
|
540
499
|
"location": {
|
|
541
500
|
"filePath": "workspace.ts",
|
|
542
|
-
"line":
|
|
501
|
+
"line": 228,
|
|
543
502
|
"character": 36
|
|
544
503
|
},
|
|
545
504
|
"name": "OnComponentChangeSlot"
|
|
@@ -551,7 +510,7 @@
|
|
|
551
510
|
"__schema": "ParameterSchema",
|
|
552
511
|
"location": {
|
|
553
512
|
"filePath": "workspace.ts",
|
|
554
|
-
"line":
|
|
513
|
+
"line": 230,
|
|
555
514
|
"character": 5
|
|
556
515
|
},
|
|
557
516
|
"name": "envs",
|
|
@@ -559,7 +518,7 @@
|
|
|
559
518
|
"__schema": "TypeRefSchema",
|
|
560
519
|
"location": {
|
|
561
520
|
"filePath": "workspace.ts",
|
|
562
|
-
"line":
|
|
521
|
+
"line": 230,
|
|
563
522
|
"character": 20
|
|
564
523
|
},
|
|
565
524
|
"name": "EnvsMain"
|
|
@@ -571,7 +530,7 @@
|
|
|
571
530
|
"__schema": "ParameterSchema",
|
|
572
531
|
"location": {
|
|
573
532
|
"filePath": "workspace.ts",
|
|
574
|
-
"line":
|
|
533
|
+
"line": 232,
|
|
575
534
|
"character": 5
|
|
576
535
|
},
|
|
577
536
|
"name": "globalConfig",
|
|
@@ -579,7 +538,7 @@
|
|
|
579
538
|
"__schema": "TypeRefSchema",
|
|
580
539
|
"location": {
|
|
581
540
|
"filePath": "workspace.ts",
|
|
582
|
-
"line":
|
|
541
|
+
"line": 232,
|
|
583
542
|
"character": 28
|
|
584
543
|
},
|
|
585
544
|
"name": "GlobalConfigMain"
|
|
@@ -591,7 +550,7 @@
|
|
|
591
550
|
"__schema": "ParameterSchema",
|
|
592
551
|
"location": {
|
|
593
552
|
"filePath": "workspace.ts",
|
|
594
|
-
"line":
|
|
553
|
+
"line": 237,
|
|
595
554
|
"character": 5
|
|
596
555
|
},
|
|
597
556
|
"name": "onComponentAddSlot",
|
|
@@ -599,7 +558,7 @@
|
|
|
599
558
|
"__schema": "TypeRefSchema",
|
|
600
559
|
"location": {
|
|
601
560
|
"filePath": "workspace.ts",
|
|
602
|
-
"line":
|
|
561
|
+
"line": 237,
|
|
603
562
|
"character": 33
|
|
604
563
|
},
|
|
605
564
|
"name": "OnComponentAddSlot"
|
|
@@ -611,7 +570,7 @@
|
|
|
611
570
|
"__schema": "ParameterSchema",
|
|
612
571
|
"location": {
|
|
613
572
|
"filePath": "workspace.ts",
|
|
614
|
-
"line":
|
|
573
|
+
"line": 239,
|
|
615
574
|
"character": 5
|
|
616
575
|
},
|
|
617
576
|
"name": "onComponentRemoveSlot",
|
|
@@ -619,7 +578,7 @@
|
|
|
619
578
|
"__schema": "TypeRefSchema",
|
|
620
579
|
"location": {
|
|
621
580
|
"filePath": "workspace.ts",
|
|
622
|
-
"line":
|
|
581
|
+
"line": 239,
|
|
623
582
|
"character": 36
|
|
624
583
|
},
|
|
625
584
|
"name": "OnComponentRemoveSlot"
|
|
@@ -631,7 +590,7 @@
|
|
|
631
590
|
"__schema": "ParameterSchema",
|
|
632
591
|
"location": {
|
|
633
592
|
"filePath": "workspace.ts",
|
|
634
|
-
"line":
|
|
593
|
+
"line": 241,
|
|
635
594
|
"character": 5
|
|
636
595
|
},
|
|
637
596
|
"name": "onAspectsResolveSlot",
|
|
@@ -639,7 +598,7 @@
|
|
|
639
598
|
"__schema": "TypeRefSchema",
|
|
640
599
|
"location": {
|
|
641
600
|
"filePath": "workspace.ts",
|
|
642
|
-
"line":
|
|
601
|
+
"line": 241,
|
|
643
602
|
"character": 35
|
|
644
603
|
},
|
|
645
604
|
"name": "OnAspectsResolveSlot"
|
|
@@ -651,7 +610,7 @@
|
|
|
651
610
|
"__schema": "ParameterSchema",
|
|
652
611
|
"location": {
|
|
653
612
|
"filePath": "workspace.ts",
|
|
654
|
-
"line":
|
|
613
|
+
"line": 243,
|
|
655
614
|
"character": 5
|
|
656
615
|
},
|
|
657
616
|
"name": "onRootAspectAddedSlot",
|
|
@@ -659,7 +618,7 @@
|
|
|
659
618
|
"__schema": "TypeRefSchema",
|
|
660
619
|
"location": {
|
|
661
620
|
"filePath": "workspace.ts",
|
|
662
|
-
"line":
|
|
621
|
+
"line": 243,
|
|
663
622
|
"character": 36
|
|
664
623
|
},
|
|
665
624
|
"name": "OnRootAspectAddedSlot"
|
|
@@ -671,7 +630,7 @@
|
|
|
671
630
|
"__schema": "ParameterSchema",
|
|
672
631
|
"location": {
|
|
673
632
|
"filePath": "workspace.ts",
|
|
674
|
-
"line":
|
|
633
|
+
"line": 245,
|
|
675
634
|
"character": 5
|
|
676
635
|
},
|
|
677
636
|
"name": "graphql",
|
|
@@ -679,7 +638,7 @@
|
|
|
679
638
|
"__schema": "TypeRefSchema",
|
|
680
639
|
"location": {
|
|
681
640
|
"filePath": "workspace.ts",
|
|
682
|
-
"line":
|
|
641
|
+
"line": 245,
|
|
683
642
|
"character": 22
|
|
684
643
|
},
|
|
685
644
|
"name": "GraphqlMain"
|
|
@@ -691,7 +650,7 @@
|
|
|
691
650
|
"__schema": "ParameterSchema",
|
|
692
651
|
"location": {
|
|
693
652
|
"filePath": "workspace.ts",
|
|
694
|
-
"line":
|
|
653
|
+
"line": 247,
|
|
695
654
|
"character": 5
|
|
696
655
|
},
|
|
697
656
|
"name": "onBitmapChangeSlot",
|
|
@@ -699,7 +658,7 @@
|
|
|
699
658
|
"__schema": "TypeRefSchema",
|
|
700
659
|
"location": {
|
|
701
660
|
"filePath": "workspace.ts",
|
|
702
|
-
"line":
|
|
661
|
+
"line": 247,
|
|
703
662
|
"character": 33
|
|
704
663
|
},
|
|
705
664
|
"name": "OnBitmapChangeSlot"
|
|
@@ -711,7 +670,7 @@
|
|
|
711
670
|
"__schema": "ParameterSchema",
|
|
712
671
|
"location": {
|
|
713
672
|
"filePath": "workspace.ts",
|
|
714
|
-
"line":
|
|
673
|
+
"line": 249,
|
|
715
674
|
"character": 5
|
|
716
675
|
},
|
|
717
676
|
"name": "onWorkspaceConfigChangeSlot",
|
|
@@ -719,7 +678,7 @@
|
|
|
719
678
|
"__schema": "TypeRefSchema",
|
|
720
679
|
"location": {
|
|
721
680
|
"filePath": "workspace.ts",
|
|
722
|
-
"line":
|
|
681
|
+
"line": 249,
|
|
723
682
|
"character": 42
|
|
724
683
|
},
|
|
725
684
|
"name": "OnWorkspaceConfigChangeSlot"
|
|
@@ -732,13 +691,37 @@
|
|
|
732
691
|
"__schema": "ThisTypeSchema",
|
|
733
692
|
"location": {
|
|
734
693
|
"filePath": "workspace.ts",
|
|
735
|
-
"line":
|
|
694
|
+
"line": 161,
|
|
736
695
|
"character": 1
|
|
737
696
|
},
|
|
738
697
|
"name": "Workspace"
|
|
739
698
|
},
|
|
740
699
|
"modifiers": []
|
|
741
700
|
},
|
|
701
|
+
{
|
|
702
|
+
"__schema": "GetAccessorSchema",
|
|
703
|
+
"location": {
|
|
704
|
+
"filePath": "workspace.ts",
|
|
705
|
+
"line": 280,
|
|
706
|
+
"character": 3
|
|
707
|
+
},
|
|
708
|
+
"signature": "(getter) Workspace.componentList: ComponentsList",
|
|
709
|
+
"name": "componentList",
|
|
710
|
+
"type": {
|
|
711
|
+
"__schema": "TypeRefSchema",
|
|
712
|
+
"location": {
|
|
713
|
+
"filePath": "workspace.ts",
|
|
714
|
+
"line": 280,
|
|
715
|
+
"character": 3
|
|
716
|
+
},
|
|
717
|
+
"name": "ComponentsList",
|
|
718
|
+
"componentId": {
|
|
719
|
+
"scope": "teambit.legacy",
|
|
720
|
+
"name": "component-list",
|
|
721
|
+
"version": "0.0.69"
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
742
725
|
{
|
|
743
726
|
"__schema": "GetAccessorSchema",
|
|
744
727
|
"location": {
|
|
@@ -4436,7 +4419,7 @@
|
|
|
4436
4419
|
"componentId": {
|
|
4437
4420
|
"scope": "teambit.legacy",
|
|
4438
4421
|
"name": "extension-data",
|
|
4439
|
-
"version": "0.0.
|
|
4422
|
+
"version": "0.0.17"
|
|
4440
4423
|
}
|
|
4441
4424
|
},
|
|
4442
4425
|
"modifiers": []
|
|
@@ -10182,7 +10165,7 @@
|
|
|
10182
10165
|
"__schema": "FunctionLikeSchema",
|
|
10183
10166
|
"location": {
|
|
10184
10167
|
"filePath": "workspace.ts",
|
|
10185
|
-
"line":
|
|
10168
|
+
"line": 2209,
|
|
10186
10169
|
"character": 3
|
|
10187
10170
|
},
|
|
10188
10171
|
"signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
|
|
@@ -10192,7 +10175,7 @@
|
|
|
10192
10175
|
"__schema": "InferenceTypeSchema",
|
|
10193
10176
|
"location": {
|
|
10194
10177
|
"filePath": "workspace.ts",
|
|
10195
|
-
"line":
|
|
10178
|
+
"line": 2209,
|
|
10196
10179
|
"character": 3
|
|
10197
10180
|
},
|
|
10198
10181
|
"type": "RegExp[]"
|
|
@@ -10203,7 +10186,7 @@
|
|
|
10203
10186
|
"__schema": "FunctionLikeSchema",
|
|
10204
10187
|
"location": {
|
|
10205
10188
|
"filePath": "workspace.ts",
|
|
10206
|
-
"line":
|
|
10189
|
+
"line": 2213,
|
|
10207
10190
|
"character": 3
|
|
10208
10191
|
},
|
|
10209
10192
|
"signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
|
|
@@ -10213,7 +10196,7 @@
|
|
|
10213
10196
|
"__schema": "InferenceTypeSchema",
|
|
10214
10197
|
"location": {
|
|
10215
10198
|
"filePath": "workspace.ts",
|
|
10216
|
-
"line":
|
|
10199
|
+
"line": 2213,
|
|
10217
10200
|
"character": 3
|
|
10218
10201
|
},
|
|
10219
10202
|
"type": "Promise<void>"
|
|
@@ -10226,7 +10209,7 @@
|
|
|
10226
10209
|
"__schema": "FunctionLikeSchema",
|
|
10227
10210
|
"location": {
|
|
10228
10211
|
"filePath": "workspace.ts",
|
|
10229
|
-
"line":
|
|
10212
|
+
"line": 2228,
|
|
10230
10213
|
"character": 3
|
|
10231
10214
|
},
|
|
10232
10215
|
"signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
|
|
@@ -10236,7 +10219,7 @@
|
|
|
10236
10219
|
"__schema": "ParameterSchema",
|
|
10237
10220
|
"location": {
|
|
10238
10221
|
"filePath": "workspace.ts",
|
|
10239
|
-
"line":
|
|
10222
|
+
"line": 2228,
|
|
10240
10223
|
"character": 19
|
|
10241
10224
|
},
|
|
10242
10225
|
"name": "component",
|
|
@@ -10244,7 +10227,7 @@
|
|
|
10244
10227
|
"__schema": "TypeRefSchema",
|
|
10245
10228
|
"location": {
|
|
10246
10229
|
"filePath": "workspace.ts",
|
|
10247
|
-
"line":
|
|
10230
|
+
"line": 2228,
|
|
10248
10231
|
"character": 30
|
|
10249
10232
|
},
|
|
10250
10233
|
"name": "Component"
|
|
@@ -10257,7 +10240,7 @@
|
|
|
10257
10240
|
"__schema": "TypeRefSchema",
|
|
10258
10241
|
"location": {
|
|
10259
10242
|
"filePath": "workspace.ts",
|
|
10260
|
-
"line":
|
|
10243
|
+
"line": 2228,
|
|
10261
10244
|
"character": 42
|
|
10262
10245
|
},
|
|
10263
10246
|
"name": "Promise",
|
|
@@ -10266,14 +10249,14 @@
|
|
|
10266
10249
|
"__schema": "TypeArraySchema",
|
|
10267
10250
|
"location": {
|
|
10268
10251
|
"filePath": "workspace.ts",
|
|
10269
|
-
"line":
|
|
10252
|
+
"line": 2228,
|
|
10270
10253
|
"character": 50
|
|
10271
10254
|
},
|
|
10272
10255
|
"type": {
|
|
10273
10256
|
"__schema": "KeywordTypeSchema",
|
|
10274
10257
|
"location": {
|
|
10275
10258
|
"filePath": "workspace.ts",
|
|
10276
|
-
"line":
|
|
10259
|
+
"line": 2228,
|
|
10277
10260
|
"character": 50
|
|
10278
10261
|
},
|
|
10279
10262
|
"name": "string"
|
|
@@ -10287,7 +10270,7 @@
|
|
|
10287
10270
|
"__schema": "FunctionLikeSchema",
|
|
10288
10271
|
"location": {
|
|
10289
10272
|
"filePath": "workspace.ts",
|
|
10290
|
-
"line":
|
|
10273
|
+
"line": 2239,
|
|
10291
10274
|
"character": 3
|
|
10292
10275
|
},
|
|
10293
10276
|
"signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[], envExtendedDeps?: LegacyDependency[]): Promise<DependenciesOverridesData>",
|
|
@@ -10297,7 +10280,7 @@
|
|
|
10297
10280
|
"__schema": "ParameterSchema",
|
|
10298
10281
|
"location": {
|
|
10299
10282
|
"filePath": "workspace.ts",
|
|
10300
|
-
"line":
|
|
10283
|
+
"line": 2240,
|
|
10301
10284
|
"character": 5
|
|
10302
10285
|
},
|
|
10303
10286
|
"name": "configuredExtensions",
|
|
@@ -10305,7 +10288,7 @@
|
|
|
10305
10288
|
"__schema": "TypeRefSchema",
|
|
10306
10289
|
"location": {
|
|
10307
10290
|
"filePath": "workspace.ts",
|
|
10308
|
-
"line":
|
|
10291
|
+
"line": 2240,
|
|
10309
10292
|
"character": 27
|
|
10310
10293
|
},
|
|
10311
10294
|
"name": "ExtensionDataList"
|
|
@@ -10317,7 +10300,7 @@
|
|
|
10317
10300
|
"__schema": "ParameterSchema",
|
|
10318
10301
|
"location": {
|
|
10319
10302
|
"filePath": "workspace.ts",
|
|
10320
|
-
"line":
|
|
10303
|
+
"line": 2241,
|
|
10321
10304
|
"character": 5
|
|
10322
10305
|
},
|
|
10323
10306
|
"name": "id",
|
|
@@ -10325,7 +10308,7 @@
|
|
|
10325
10308
|
"__schema": "TypeRefSchema",
|
|
10326
10309
|
"location": {
|
|
10327
10310
|
"filePath": "workspace.ts",
|
|
10328
|
-
"line":
|
|
10311
|
+
"line": 2241,
|
|
10329
10312
|
"character": 9
|
|
10330
10313
|
},
|
|
10331
10314
|
"name": "ComponentID"
|
|
@@ -10337,7 +10320,7 @@
|
|
|
10337
10320
|
"__schema": "ParameterSchema",
|
|
10338
10321
|
"location": {
|
|
10339
10322
|
"filePath": "workspace.ts",
|
|
10340
|
-
"line":
|
|
10323
|
+
"line": 2242,
|
|
10341
10324
|
"character": 5
|
|
10342
10325
|
},
|
|
10343
10326
|
"name": "legacyFiles",
|
|
@@ -10345,14 +10328,14 @@
|
|
|
10345
10328
|
"__schema": "TypeArraySchema",
|
|
10346
10329
|
"location": {
|
|
10347
10330
|
"filePath": "workspace.ts",
|
|
10348
|
-
"line":
|
|
10331
|
+
"line": 2242,
|
|
10349
10332
|
"character": 18
|
|
10350
10333
|
},
|
|
10351
10334
|
"type": {
|
|
10352
10335
|
"__schema": "TypeRefSchema",
|
|
10353
10336
|
"location": {
|
|
10354
10337
|
"filePath": "workspace.ts",
|
|
10355
|
-
"line":
|
|
10338
|
+
"line": 2242,
|
|
10356
10339
|
"character": 18
|
|
10357
10340
|
},
|
|
10358
10341
|
"name": "SourceFile"
|
|
@@ -10365,7 +10348,7 @@
|
|
|
10365
10348
|
"__schema": "ParameterSchema",
|
|
10366
10349
|
"location": {
|
|
10367
10350
|
"filePath": "workspace.ts",
|
|
10368
|
-
"line":
|
|
10351
|
+
"line": 2243,
|
|
10369
10352
|
"character": 5
|
|
10370
10353
|
},
|
|
10371
10354
|
"name": "envExtendedDeps",
|
|
@@ -10373,14 +10356,14 @@
|
|
|
10373
10356
|
"__schema": "TypeArraySchema",
|
|
10374
10357
|
"location": {
|
|
10375
10358
|
"filePath": "workspace.ts",
|
|
10376
|
-
"line":
|
|
10359
|
+
"line": 2243,
|
|
10377
10360
|
"character": 23
|
|
10378
10361
|
},
|
|
10379
10362
|
"type": {
|
|
10380
10363
|
"__schema": "TypeRefSchema",
|
|
10381
10364
|
"location": {
|
|
10382
10365
|
"filePath": "workspace.ts",
|
|
10383
|
-
"line":
|
|
10366
|
+
"line": 2243,
|
|
10384
10367
|
"character": 23
|
|
10385
10368
|
},
|
|
10386
10369
|
"name": "LegacyDependency"
|
|
@@ -10394,7 +10377,7 @@
|
|
|
10394
10377
|
"__schema": "InferenceTypeSchema",
|
|
10395
10378
|
"location": {
|
|
10396
10379
|
"filePath": "workspace.ts",
|
|
10397
|
-
"line":
|
|
10380
|
+
"line": 2239,
|
|
10398
10381
|
"character": 3
|
|
10399
10382
|
},
|
|
10400
10383
|
"type": "Promise<DependenciesOverridesData>"
|
|
@@ -10407,7 +10390,7 @@
|
|
|
10407
10390
|
"__schema": "FunctionLikeSchema",
|
|
10408
10391
|
"location": {
|
|
10409
10392
|
"filePath": "workspace.ts",
|
|
10410
|
-
"line":
|
|
10393
|
+
"line": 2260,
|
|
10411
10394
|
"character": 3
|
|
10412
10395
|
},
|
|
10413
10396
|
"signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
|
|
@@ -10417,7 +10400,7 @@
|
|
|
10417
10400
|
"__schema": "ParameterSchema",
|
|
10418
10401
|
"location": {
|
|
10419
10402
|
"filePath": "workspace.ts",
|
|
10420
|
-
"line":
|
|
10403
|
+
"line": 2260,
|
|
10421
10404
|
"character": 28
|
|
10422
10405
|
},
|
|
10423
10406
|
"name": "id",
|
|
@@ -10425,7 +10408,7 @@
|
|
|
10425
10408
|
"__schema": "TypeRefSchema",
|
|
10426
10409
|
"location": {
|
|
10427
10410
|
"filePath": "workspace.ts",
|
|
10428
|
-
"line":
|
|
10411
|
+
"line": 2260,
|
|
10429
10412
|
"character": 32
|
|
10430
10413
|
},
|
|
10431
10414
|
"name": "ComponentID"
|
|
@@ -10438,7 +10421,7 @@
|
|
|
10438
10421
|
"__schema": "InferenceTypeSchema",
|
|
10439
10422
|
"location": {
|
|
10440
10423
|
"filePath": "workspace.ts",
|
|
10441
|
-
"line":
|
|
10424
|
+
"line": 2260,
|
|
10442
10425
|
"character": 3
|
|
10443
10426
|
},
|
|
10444
10427
|
"type": "DependenciesOverridesData | undefined"
|
|
@@ -10449,7 +10432,7 @@
|
|
|
10449
10432
|
"__schema": "FunctionLikeSchema",
|
|
10450
10433
|
"location": {
|
|
10451
10434
|
"filePath": "workspace.ts",
|
|
10452
|
-
"line":
|
|
10435
|
+
"line": 2269,
|
|
10453
10436
|
"character": 3
|
|
10454
10437
|
},
|
|
10455
10438
|
"signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
|
|
@@ -10459,7 +10442,7 @@
|
|
|
10459
10442
|
"__schema": "ParameterSchema",
|
|
10460
10443
|
"location": {
|
|
10461
10444
|
"filePath": "workspace.ts",
|
|
10462
|
-
"line":
|
|
10445
|
+
"line": 2269,
|
|
10463
10446
|
"character": 35
|
|
10464
10447
|
},
|
|
10465
10448
|
"name": "ids",
|
|
@@ -10467,14 +10450,14 @@
|
|
|
10467
10450
|
"__schema": "TypeArraySchema",
|
|
10468
10451
|
"location": {
|
|
10469
10452
|
"filePath": "workspace.ts",
|
|
10470
|
-
"line":
|
|
10453
|
+
"line": 2269,
|
|
10471
10454
|
"character": 40
|
|
10472
10455
|
},
|
|
10473
10456
|
"type": {
|
|
10474
10457
|
"__schema": "TypeRefSchema",
|
|
10475
10458
|
"location": {
|
|
10476
10459
|
"filePath": "workspace.ts",
|
|
10477
|
-
"line":
|
|
10460
|
+
"line": 2269,
|
|
10478
10461
|
"character": 40
|
|
10479
10462
|
},
|
|
10480
10463
|
"name": "ComponentID"
|
|
@@ -10488,7 +10471,7 @@
|
|
|
10488
10471
|
"__schema": "TypeRefSchema",
|
|
10489
10472
|
"location": {
|
|
10490
10473
|
"filePath": "workspace.ts",
|
|
10491
|
-
"line":
|
|
10474
|
+
"line": 2269,
|
|
10492
10475
|
"character": 56
|
|
10493
10476
|
},
|
|
10494
10477
|
"name": "Promise",
|
|
@@ -10497,14 +10480,14 @@
|
|
|
10497
10480
|
"__schema": "TypeArraySchema",
|
|
10498
10481
|
"location": {
|
|
10499
10482
|
"filePath": "workspace.ts",
|
|
10500
|
-
"line":
|
|
10483
|
+
"line": 2269,
|
|
10501
10484
|
"character": 64
|
|
10502
10485
|
},
|
|
10503
10486
|
"type": {
|
|
10504
10487
|
"__schema": "TypeRefSchema",
|
|
10505
10488
|
"location": {
|
|
10506
10489
|
"filePath": "workspace.ts",
|
|
10507
|
-
"line":
|
|
10490
|
+
"line": 2269,
|
|
10508
10491
|
"character": 64
|
|
10509
10492
|
},
|
|
10510
10493
|
"name": "ComponentStatusResult"
|
|
@@ -10520,7 +10503,7 @@
|
|
|
10520
10503
|
"__schema": "FunctionLikeSchema",
|
|
10521
10504
|
"location": {
|
|
10522
10505
|
"filePath": "workspace.ts",
|
|
10523
|
-
"line":
|
|
10506
|
+
"line": 2273,
|
|
10524
10507
|
"character": 3
|
|
10525
10508
|
},
|
|
10526
10509
|
"signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
|
|
@@ -10530,7 +10513,7 @@
|
|
|
10530
10513
|
"__schema": "ParameterSchema",
|
|
10531
10514
|
"location": {
|
|
10532
10515
|
"filePath": "workspace.ts",
|
|
10533
|
-
"line":
|
|
10516
|
+
"line": 2273,
|
|
10534
10517
|
"character": 32
|
|
10535
10518
|
},
|
|
10536
10519
|
"name": "id",
|
|
@@ -10538,7 +10521,7 @@
|
|
|
10538
10521
|
"__schema": "TypeRefSchema",
|
|
10539
10522
|
"location": {
|
|
10540
10523
|
"filePath": "workspace.ts",
|
|
10541
|
-
"line":
|
|
10524
|
+
"line": 2273,
|
|
10542
10525
|
"character": 36
|
|
10543
10526
|
},
|
|
10544
10527
|
"name": "ComponentID"
|
|
@@ -10551,7 +10534,7 @@
|
|
|
10551
10534
|
"__schema": "TypeRefSchema",
|
|
10552
10535
|
"location": {
|
|
10553
10536
|
"filePath": "workspace.ts",
|
|
10554
|
-
"line":
|
|
10537
|
+
"line": 2273,
|
|
10555
10538
|
"character": 50
|
|
10556
10539
|
},
|
|
10557
10540
|
"name": "Promise",
|
|
@@ -10560,7 +10543,7 @@
|
|
|
10560
10543
|
"__schema": "TypeRefSchema",
|
|
10561
10544
|
"location": {
|
|
10562
10545
|
"filePath": "workspace.ts",
|
|
10563
|
-
"line":
|
|
10546
|
+
"line": 2273,
|
|
10564
10547
|
"character": 58
|
|
10565
10548
|
},
|
|
10566
10549
|
"name": "ComponentStatusLegacy"
|
|
@@ -10575,7 +10558,7 @@
|
|
|
10575
10558
|
"__schema": "FunctionLikeSchema",
|
|
10576
10559
|
"location": {
|
|
10577
10560
|
"filePath": "workspace.ts",
|
|
10578
|
-
"line":
|
|
10561
|
+
"line": 2277,
|
|
10579
10562
|
"character": 3
|
|
10580
10563
|
},
|
|
10581
10564
|
"signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
|
|
@@ -10585,7 +10568,7 @@
|
|
|
10585
10568
|
"__schema": "ParameterSchema",
|
|
10586
10569
|
"location": {
|
|
10587
10570
|
"filePath": "workspace.ts",
|
|
10588
|
-
"line":
|
|
10571
|
+
"line": 2277,
|
|
10589
10572
|
"character": 22
|
|
10590
10573
|
},
|
|
10591
10574
|
"name": "ids",
|
|
@@ -10593,14 +10576,14 @@
|
|
|
10593
10576
|
"__schema": "TypeArraySchema",
|
|
10594
10577
|
"location": {
|
|
10595
10578
|
"filePath": "workspace.ts",
|
|
10596
|
-
"line":
|
|
10579
|
+
"line": 2277,
|
|
10597
10580
|
"character": 27
|
|
10598
10581
|
},
|
|
10599
10582
|
"type": {
|
|
10600
10583
|
"__schema": "TypeRefSchema",
|
|
10601
10584
|
"location": {
|
|
10602
10585
|
"filePath": "workspace.ts",
|
|
10603
|
-
"line":
|
|
10586
|
+
"line": 2277,
|
|
10604
10587
|
"character": 27
|
|
10605
10588
|
},
|
|
10606
10589
|
"name": "ComponentID"
|
|
@@ -10614,7 +10597,7 @@
|
|
|
10614
10597
|
"__schema": "InferenceTypeSchema",
|
|
10615
10598
|
"location": {
|
|
10616
10599
|
"filePath": "workspace.ts",
|
|
10617
|
-
"line":
|
|
10600
|
+
"line": 2277,
|
|
10618
10601
|
"character": 3
|
|
10619
10602
|
},
|
|
10620
10603
|
"type": "Promise<void>"
|
|
@@ -10627,7 +10610,7 @@
|
|
|
10627
10610
|
"__schema": "FunctionLikeSchema",
|
|
10628
10611
|
"location": {
|
|
10629
10612
|
"filePath": "workspace.ts",
|
|
10630
|
-
"line":
|
|
10613
|
+
"line": 2294,
|
|
10631
10614
|
"character": 3
|
|
10632
10615
|
},
|
|
10633
10616
|
"signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
|
|
@@ -10637,7 +10620,7 @@
|
|
|
10637
10620
|
"__schema": "ParameterSchema",
|
|
10638
10621
|
"location": {
|
|
10639
10622
|
"filePath": "workspace.ts",
|
|
10640
|
-
"line":
|
|
10623
|
+
"line": 2294,
|
|
10641
10624
|
"character": 24
|
|
10642
10625
|
},
|
|
10643
10626
|
"name": "ids",
|
|
@@ -10645,14 +10628,14 @@
|
|
|
10645
10628
|
"__schema": "TypeArraySchema",
|
|
10646
10629
|
"location": {
|
|
10647
10630
|
"filePath": "workspace.ts",
|
|
10648
|
-
"line":
|
|
10631
|
+
"line": 2294,
|
|
10649
10632
|
"character": 29
|
|
10650
10633
|
},
|
|
10651
10634
|
"type": {
|
|
10652
10635
|
"__schema": "TypeRefSchema",
|
|
10653
10636
|
"location": {
|
|
10654
10637
|
"filePath": "workspace.ts",
|
|
10655
|
-
"line":
|
|
10638
|
+
"line": 2294,
|
|
10656
10639
|
"character": 29
|
|
10657
10640
|
},
|
|
10658
10641
|
"name": "ComponentID"
|
|
@@ -10666,7 +10649,7 @@
|
|
|
10666
10649
|
"__schema": "TypeRefSchema",
|
|
10667
10650
|
"location": {
|
|
10668
10651
|
"filePath": "workspace.ts",
|
|
10669
|
-
"line":
|
|
10652
|
+
"line": 2294,
|
|
10670
10653
|
"character": 45
|
|
10671
10654
|
},
|
|
10672
10655
|
"name": "Promise",
|
|
@@ -10675,14 +10658,14 @@
|
|
|
10675
10658
|
"__schema": "TypeArraySchema",
|
|
10676
10659
|
"location": {
|
|
10677
10660
|
"filePath": "workspace.ts",
|
|
10678
|
-
"line":
|
|
10661
|
+
"line": 2294,
|
|
10679
10662
|
"character": 53
|
|
10680
10663
|
},
|
|
10681
10664
|
"type": {
|
|
10682
10665
|
"__schema": "TypeRefSchema",
|
|
10683
10666
|
"location": {
|
|
10684
10667
|
"filePath": "workspace.ts",
|
|
10685
|
-
"line":
|
|
10668
|
+
"line": 2294,
|
|
10686
10669
|
"character": 53
|
|
10687
10670
|
},
|
|
10688
10671
|
"name": "ComponentID"
|
|
@@ -10698,7 +10681,7 @@
|
|
|
10698
10681
|
"__schema": "FunctionLikeSchema",
|
|
10699
10682
|
"location": {
|
|
10700
10683
|
"filePath": "workspace.ts",
|
|
10701
|
-
"line":
|
|
10684
|
+
"line": 2299,
|
|
10702
10685
|
"character": 3
|
|
10703
10686
|
},
|
|
10704
10687
|
"signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
|
|
@@ -10708,7 +10691,7 @@
|
|
|
10708
10691
|
"__schema": "TypeRefSchema",
|
|
10709
10692
|
"location": {
|
|
10710
10693
|
"filePath": "workspace.ts",
|
|
10711
|
-
"line":
|
|
10694
|
+
"line": 2299,
|
|
10712
10695
|
"character": 3
|
|
10713
10696
|
},
|
|
10714
10697
|
"name": "ComponentIdList",
|
|
@@ -10727,7 +10710,7 @@
|
|
|
10727
10710
|
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
10728
10711
|
"location": {
|
|
10729
10712
|
"filePath": "workspace.ts",
|
|
10730
|
-
"line":
|
|
10713
|
+
"line": 161,
|
|
10731
10714
|
"character": 35
|
|
10732
10715
|
},
|
|
10733
10716
|
"name": "implements ComponentFactory",
|
|
@@ -10736,7 +10719,7 @@
|
|
|
10736
10719
|
"__schema": "TypeRefSchema",
|
|
10737
10720
|
"location": {
|
|
10738
10721
|
"filePath": "workspace.ts",
|
|
10739
|
-
"line":
|
|
10722
|
+
"line": 161,
|
|
10740
10723
|
"character": 35
|
|
10741
10724
|
},
|
|
10742
10725
|
"name": "ComponentFactory",
|
|
@@ -10744,7 +10727,7 @@
|
|
|
10744
10727
|
"_legacy": {
|
|
10745
10728
|
"scope": "teambit.workspace",
|
|
10746
10729
|
"name": "workspace",
|
|
10747
|
-
"version": "1.0.
|
|
10730
|
+
"version": "1.0.508"
|
|
10748
10731
|
},
|
|
10749
10732
|
"_scope": "teambit.workspace"
|
|
10750
10733
|
}
|
|
@@ -10767,7 +10750,7 @@
|
|
|
10767
10750
|
"__schema": "TypeSchema",
|
|
10768
10751
|
"location": {
|
|
10769
10752
|
"filePath": "workspace.ts",
|
|
10770
|
-
"line":
|
|
10753
|
+
"line": 147,
|
|
10771
10754
|
"character": 1
|
|
10772
10755
|
},
|
|
10773
10756
|
"signature": "type ExtensionsOrigin = \"BitmapFile\" | \"ModelSpecific\" | \"ModelNonSpecific\" | \"ConfigMerge\" | \"WorkspaceVariants\" | \"ComponentJsonFile\" | \"FinalAfterMerge\"",
|
|
@@ -10776,7 +10759,7 @@
|
|
|
10776
10759
|
"__schema": "TypeUnionSchema",
|
|
10777
10760
|
"location": {
|
|
10778
10761
|
"filePath": "workspace.ts",
|
|
10779
|
-
"line":
|
|
10762
|
+
"line": 148,
|
|
10780
10763
|
"character": 3
|
|
10781
10764
|
},
|
|
10782
10765
|
"types": [
|
|
@@ -10784,7 +10767,7 @@
|
|
|
10784
10767
|
"__schema": "LiteralTypeSchema",
|
|
10785
10768
|
"location": {
|
|
10786
10769
|
"filePath": "workspace.ts",
|
|
10787
|
-
"line":
|
|
10770
|
+
"line": 148,
|
|
10788
10771
|
"character": 5
|
|
10789
10772
|
},
|
|
10790
10773
|
"name": "'BitmapFile'"
|
|
@@ -10793,7 +10776,7 @@
|
|
|
10793
10776
|
"__schema": "LiteralTypeSchema",
|
|
10794
10777
|
"location": {
|
|
10795
10778
|
"filePath": "workspace.ts",
|
|
10796
|
-
"line":
|
|
10779
|
+
"line": 149,
|
|
10797
10780
|
"character": 5
|
|
10798
10781
|
},
|
|
10799
10782
|
"name": "'ModelSpecific'"
|
|
@@ -10802,7 +10785,7 @@
|
|
|
10802
10785
|
"__schema": "LiteralTypeSchema",
|
|
10803
10786
|
"location": {
|
|
10804
10787
|
"filePath": "workspace.ts",
|
|
10805
|
-
"line":
|
|
10788
|
+
"line": 150,
|
|
10806
10789
|
"character": 5
|
|
10807
10790
|
},
|
|
10808
10791
|
"name": "'ModelNonSpecific'"
|
|
@@ -10811,7 +10794,7 @@
|
|
|
10811
10794
|
"__schema": "LiteralTypeSchema",
|
|
10812
10795
|
"location": {
|
|
10813
10796
|
"filePath": "workspace.ts",
|
|
10814
|
-
"line":
|
|
10797
|
+
"line": 151,
|
|
10815
10798
|
"character": 5
|
|
10816
10799
|
},
|
|
10817
10800
|
"name": "'ConfigMerge'"
|
|
@@ -10820,7 +10803,7 @@
|
|
|
10820
10803
|
"__schema": "LiteralTypeSchema",
|
|
10821
10804
|
"location": {
|
|
10822
10805
|
"filePath": "workspace.ts",
|
|
10823
|
-
"line":
|
|
10806
|
+
"line": 152,
|
|
10824
10807
|
"character": 5
|
|
10825
10808
|
},
|
|
10826
10809
|
"name": "'WorkspaceVariants'"
|
|
@@ -10829,7 +10812,7 @@
|
|
|
10829
10812
|
"__schema": "LiteralTypeSchema",
|
|
10830
10813
|
"location": {
|
|
10831
10814
|
"filePath": "workspace.ts",
|
|
10832
|
-
"line":
|
|
10815
|
+
"line": 153,
|
|
10833
10816
|
"character": 5
|
|
10834
10817
|
},
|
|
10835
10818
|
"name": "'ComponentJsonFile'"
|
|
@@ -10838,7 +10821,7 @@
|
|
|
10838
10821
|
"__schema": "LiteralTypeSchema",
|
|
10839
10822
|
"location": {
|
|
10840
10823
|
"filePath": "workspace.ts",
|
|
10841
|
-
"line":
|
|
10824
|
+
"line": 154,
|
|
10842
10825
|
"character": 5
|
|
10843
10826
|
},
|
|
10844
10827
|
"name": "'FinalAfterMerge'"
|
|
@@ -10955,7 +10938,7 @@
|
|
|
10955
10938
|
"_legacy": {
|
|
10956
10939
|
"scope": "teambit.workspace",
|
|
10957
10940
|
"name": "workspace",
|
|
10958
|
-
"version": "1.0.
|
|
10941
|
+
"version": "1.0.508"
|
|
10959
10942
|
},
|
|
10960
10943
|
"_scope": "teambit.workspace"
|
|
10961
10944
|
}
|
|
@@ -10979,7 +10962,7 @@
|
|
|
10979
10962
|
"__schema": "ClassSchema",
|
|
10980
10963
|
"location": {
|
|
10981
10964
|
"filePath": "workspace.main.runtime.ts",
|
|
10982
|
-
"line":
|
|
10965
|
+
"line": 82,
|
|
10983
10966
|
"character": 1
|
|
10984
10967
|
},
|
|
10985
10968
|
"signature": "class WorkspaceMain",
|
|
@@ -10989,7 +10972,7 @@
|
|
|
10989
10972
|
"__schema": "VariableLikeSchema",
|
|
10990
10973
|
"location": {
|
|
10991
10974
|
"filePath": "workspace.main.runtime.ts",
|
|
10992
|
-
"line":
|
|
10975
|
+
"line": 83,
|
|
10993
10976
|
"character": 3
|
|
10994
10977
|
},
|
|
10995
10978
|
"signature": "(property) WorkspaceMain.runtime: RuntimeDefinition",
|
|
@@ -10998,7 +10981,7 @@
|
|
|
10998
10981
|
"__schema": "InferenceTypeSchema",
|
|
10999
10982
|
"location": {
|
|
11000
10983
|
"filePath": "workspace.main.runtime.ts",
|
|
11001
|
-
"line":
|
|
10984
|
+
"line": 83,
|
|
11002
10985
|
"character": 3
|
|
11003
10986
|
},
|
|
11004
10987
|
"type": "RuntimeDefinition"
|
|
@@ -11010,7 +10993,7 @@
|
|
|
11010
10993
|
"__schema": "VariableLikeSchema",
|
|
11011
10994
|
"location": {
|
|
11012
10995
|
"filePath": "workspace.main.runtime.ts",
|
|
11013
|
-
"line":
|
|
10996
|
+
"line": 84,
|
|
11014
10997
|
"character": 3
|
|
11015
10998
|
},
|
|
11016
10999
|
"signature": "(property) WorkspaceMain.dependencies: Aspect[]",
|
|
@@ -11019,19 +11002,19 @@
|
|
|
11019
11002
|
"__schema": "InferenceTypeSchema",
|
|
11020
11003
|
"location": {
|
|
11021
11004
|
"filePath": "workspace.main.runtime.ts",
|
|
11022
|
-
"line":
|
|
11005
|
+
"line": 84,
|
|
11023
11006
|
"character": 3
|
|
11024
11007
|
},
|
|
11025
11008
|
"type": "Aspect[]"
|
|
11026
11009
|
},
|
|
11027
11010
|
"isOptional": true,
|
|
11028
|
-
"defaultValue": "[\n
|
|
11011
|
+
"defaultValue": "[\n CLIAspect,\n ScopeAspect,\n ComponentAspect,\n IsolatorAspect,\n DependencyResolverAspect,\n VariantsAspect,\n LoggerAspect,\n GraphqlAspect,\n UIAspect,\n BundlerAspect,\n AspectLoaderAspect,\n EnvsAspect,\n GlobalConfigAspect,\n ]"
|
|
11029
11012
|
},
|
|
11030
11013
|
{
|
|
11031
11014
|
"__schema": "VariableLikeSchema",
|
|
11032
11015
|
"location": {
|
|
11033
11016
|
"filePath": "workspace.main.runtime.ts",
|
|
11034
|
-
"line":
|
|
11017
|
+
"line": 99,
|
|
11035
11018
|
"character": 3
|
|
11036
11019
|
},
|
|
11037
11020
|
"signature": "(property) WorkspaceMain.slots: (((registerFn: () => string) => SlotRegistry<OnComponentLoad>) | ((registerFn: () => string) => SlotRegistry<OnComponentChange>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -11040,7 +11023,7 @@
|
|
|
11040
11023
|
"__schema": "InferenceTypeSchema",
|
|
11041
11024
|
"location": {
|
|
11042
11025
|
"filePath": "workspace.main.runtime.ts",
|
|
11043
|
-
"line":
|
|
11026
|
+
"line": 99,
|
|
11044
11027
|
"character": 3
|
|
11045
11028
|
},
|
|
11046
11029
|
"type": "(((registerFn: () => string) => SlotRegistry<OnComponentLoad>) | ((registerFn: () => string) => SlotRegistry<OnComponentChange>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -11052,25 +11035,25 @@
|
|
|
11052
11035
|
"__schema": "FunctionLikeSchema",
|
|
11053
11036
|
"location": {
|
|
11054
11037
|
"filePath": "workspace.main.runtime.ts",
|
|
11055
|
-
"line":
|
|
11038
|
+
"line": 109,
|
|
11056
11039
|
"character": 3
|
|
11057
11040
|
},
|
|
11058
|
-
"signature": "(method) WorkspaceMain.provider([
|
|
11041
|
+
"signature": "(method) WorkspaceMain.provider([cli, scope, component, isolator, dependencyResolver, variants, loggerExt, graphql, ui, bundler, aspectLoader, envs, globalConfig,]: WorkspaceDeps, config: WorkspaceExtConfig, [onComponentLoadSlot, onComponentChangeSlot, onComponentAddSlot, onComponentRemoveSlot, onAspectsResolveSlot, onRootAspectAddedSlot, onBitmapChangeSlot, onWorkspaceConfigChangeSlot,]: [\n OnComponentLoadSlot,\n OnComponentChangeSlot,\n OnComponentAddSlot,\n OnComponentRemoveSlot,\n OnAspectsResolveSlot,\n OnRootAspectAddedSlot,\n OnBitmapChangeSlot,\n OnWorkspaceConfigChangeSlot\n], harmony: Harmony): Promise<Workspace | undefined>",
|
|
11059
11042
|
"name": "provider",
|
|
11060
11043
|
"params": [
|
|
11061
11044
|
{
|
|
11062
11045
|
"__schema": "ParameterSchema",
|
|
11063
11046
|
"location": {
|
|
11064
11047
|
"filePath": "workspace.main.runtime.ts",
|
|
11065
|
-
"line":
|
|
11048
|
+
"line": 110,
|
|
11066
11049
|
"character": 5
|
|
11067
11050
|
},
|
|
11068
|
-
"name": "[
|
|
11051
|
+
"name": "[ cli, scope, component, isolator, dependencyResolver, variants, loggerExt, graphql, ui, bundler, aspectLoader, envs, globalConfig ]",
|
|
11069
11052
|
"type": {
|
|
11070
11053
|
"__schema": "TypeRefSchema",
|
|
11071
11054
|
"location": {
|
|
11072
11055
|
"filePath": "workspace.main.runtime.ts",
|
|
11073
|
-
"line":
|
|
11056
|
+
"line": 124,
|
|
11074
11057
|
"character": 8
|
|
11075
11058
|
},
|
|
11076
11059
|
"name": "WorkspaceDeps"
|
|
@@ -11082,7 +11065,7 @@
|
|
|
11082
11065
|
"__schema": "ParameterSchema",
|
|
11083
11066
|
"location": {
|
|
11084
11067
|
"filePath": "workspace.main.runtime.ts",
|
|
11085
|
-
"line":
|
|
11068
|
+
"line": 125,
|
|
11086
11069
|
"character": 5
|
|
11087
11070
|
},
|
|
11088
11071
|
"name": "config",
|
|
@@ -11090,7 +11073,7 @@
|
|
|
11090
11073
|
"__schema": "TypeRefSchema",
|
|
11091
11074
|
"location": {
|
|
11092
11075
|
"filePath": "workspace.main.runtime.ts",
|
|
11093
|
-
"line":
|
|
11076
|
+
"line": 125,
|
|
11094
11077
|
"character": 13
|
|
11095
11078
|
},
|
|
11096
11079
|
"name": "WorkspaceExtConfig"
|
|
@@ -11102,7 +11085,7 @@
|
|
|
11102
11085
|
"__schema": "ParameterSchema",
|
|
11103
11086
|
"location": {
|
|
11104
11087
|
"filePath": "workspace.main.runtime.ts",
|
|
11105
|
-
"line":
|
|
11088
|
+
"line": 126,
|
|
11106
11089
|
"character": 5
|
|
11107
11090
|
},
|
|
11108
11091
|
"name": "[ onComponentLoadSlot, onComponentChangeSlot, onComponentAddSlot, onComponentRemoveSlot, onAspectsResolveSlot, onRootAspectAddedSlot, onBitmapChangeSlot, onWorkspaceConfigChangeSlot ]",
|
|
@@ -11110,7 +11093,7 @@
|
|
|
11110
11093
|
"__schema": "TupleTypeSchema",
|
|
11111
11094
|
"location": {
|
|
11112
11095
|
"filePath": "workspace.main.runtime.ts",
|
|
11113
|
-
"line":
|
|
11096
|
+
"line": 135,
|
|
11114
11097
|
"character": 8
|
|
11115
11098
|
},
|
|
11116
11099
|
"elements": [
|
|
@@ -11118,7 +11101,7 @@
|
|
|
11118
11101
|
"__schema": "TypeRefSchema",
|
|
11119
11102
|
"location": {
|
|
11120
11103
|
"filePath": "workspace.main.runtime.ts",
|
|
11121
|
-
"line":
|
|
11104
|
+
"line": 136,
|
|
11122
11105
|
"character": 7
|
|
11123
11106
|
},
|
|
11124
11107
|
"name": "OnComponentLoadSlot"
|
|
@@ -11127,7 +11110,7 @@
|
|
|
11127
11110
|
"__schema": "TypeRefSchema",
|
|
11128
11111
|
"location": {
|
|
11129
11112
|
"filePath": "workspace.main.runtime.ts",
|
|
11130
|
-
"line":
|
|
11113
|
+
"line": 137,
|
|
11131
11114
|
"character": 7
|
|
11132
11115
|
},
|
|
11133
11116
|
"name": "OnComponentChangeSlot"
|
|
@@ -11136,7 +11119,7 @@
|
|
|
11136
11119
|
"__schema": "TypeRefSchema",
|
|
11137
11120
|
"location": {
|
|
11138
11121
|
"filePath": "workspace.main.runtime.ts",
|
|
11139
|
-
"line":
|
|
11122
|
+
"line": 138,
|
|
11140
11123
|
"character": 7
|
|
11141
11124
|
},
|
|
11142
11125
|
"name": "OnComponentAddSlot"
|
|
@@ -11145,7 +11128,7 @@
|
|
|
11145
11128
|
"__schema": "TypeRefSchema",
|
|
11146
11129
|
"location": {
|
|
11147
11130
|
"filePath": "workspace.main.runtime.ts",
|
|
11148
|
-
"line":
|
|
11131
|
+
"line": 139,
|
|
11149
11132
|
"character": 7
|
|
11150
11133
|
},
|
|
11151
11134
|
"name": "OnComponentRemoveSlot"
|
|
@@ -11154,7 +11137,7 @@
|
|
|
11154
11137
|
"__schema": "TypeRefSchema",
|
|
11155
11138
|
"location": {
|
|
11156
11139
|
"filePath": "workspace.main.runtime.ts",
|
|
11157
|
-
"line":
|
|
11140
|
+
"line": 140,
|
|
11158
11141
|
"character": 7
|
|
11159
11142
|
},
|
|
11160
11143
|
"name": "OnAspectsResolveSlot"
|
|
@@ -11163,7 +11146,7 @@
|
|
|
11163
11146
|
"__schema": "TypeRefSchema",
|
|
11164
11147
|
"location": {
|
|
11165
11148
|
"filePath": "workspace.main.runtime.ts",
|
|
11166
|
-
"line":
|
|
11149
|
+
"line": 141,
|
|
11167
11150
|
"character": 7
|
|
11168
11151
|
},
|
|
11169
11152
|
"name": "OnRootAspectAddedSlot"
|
|
@@ -11172,7 +11155,7 @@
|
|
|
11172
11155
|
"__schema": "TypeRefSchema",
|
|
11173
11156
|
"location": {
|
|
11174
11157
|
"filePath": "workspace.main.runtime.ts",
|
|
11175
|
-
"line":
|
|
11158
|
+
"line": 142,
|
|
11176
11159
|
"character": 7
|
|
11177
11160
|
},
|
|
11178
11161
|
"name": "OnBitmapChangeSlot"
|
|
@@ -11181,7 +11164,7 @@
|
|
|
11181
11164
|
"__schema": "TypeRefSchema",
|
|
11182
11165
|
"location": {
|
|
11183
11166
|
"filePath": "workspace.main.runtime.ts",
|
|
11184
|
-
"line":
|
|
11167
|
+
"line": 143,
|
|
11185
11168
|
"character": 7
|
|
11186
11169
|
},
|
|
11187
11170
|
"name": "OnWorkspaceConfigChangeSlot"
|
|
@@ -11195,7 +11178,7 @@
|
|
|
11195
11178
|
"__schema": "ParameterSchema",
|
|
11196
11179
|
"location": {
|
|
11197
11180
|
"filePath": "workspace.main.runtime.ts",
|
|
11198
|
-
"line":
|
|
11181
|
+
"line": 145,
|
|
11199
11182
|
"character": 5
|
|
11200
11183
|
},
|
|
11201
11184
|
"name": "harmony",
|
|
@@ -11203,7 +11186,7 @@
|
|
|
11203
11186
|
"__schema": "TypeRefSchema",
|
|
11204
11187
|
"location": {
|
|
11205
11188
|
"filePath": "workspace.main.runtime.ts",
|
|
11206
|
-
"line":
|
|
11189
|
+
"line": 145,
|
|
11207
11190
|
"character": 14
|
|
11208
11191
|
},
|
|
11209
11192
|
"name": "Harmony"
|
|
@@ -11216,7 +11199,7 @@
|
|
|
11216
11199
|
"__schema": "InferenceTypeSchema",
|
|
11217
11200
|
"location": {
|
|
11218
11201
|
"filePath": "workspace.main.runtime.ts",
|
|
11219
|
-
"line":
|
|
11202
|
+
"line": 109,
|
|
11220
11203
|
"character": 3
|
|
11221
11204
|
},
|
|
11222
11205
|
"type": "Promise<Workspace | undefined>"
|
|
@@ -11230,7 +11213,7 @@
|
|
|
11230
11213
|
"__schema": "VariableLikeSchema",
|
|
11231
11214
|
"location": {
|
|
11232
11215
|
"filePath": "workspace.main.runtime.ts",
|
|
11233
|
-
"line":
|
|
11216
|
+
"line": 323,
|
|
11234
11217
|
"character": 3
|
|
11235
11218
|
},
|
|
11236
11219
|
"signature": "(property) WorkspaceMain.defineRuntime: string",
|
|
@@ -11239,7 +11222,7 @@
|
|
|
11239
11222
|
"__schema": "InferenceTypeSchema",
|
|
11240
11223
|
"location": {
|
|
11241
11224
|
"filePath": "workspace.main.runtime.ts",
|
|
11242
|
-
"line":
|
|
11225
|
+
"line": 323,
|
|
11243
11226
|
"character": 3
|
|
11244
11227
|
},
|
|
11245
11228
|
"type": "string"
|
|
@@ -11398,7 +11381,7 @@
|
|
|
11398
11381
|
"_legacy": {
|
|
11399
11382
|
"scope": "teambit.workspace",
|
|
11400
11383
|
"name": "workspace",
|
|
11401
|
-
"version": "1.0.
|
|
11384
|
+
"version": "1.0.508"
|
|
11402
11385
|
},
|
|
11403
11386
|
"_scope": "teambit.workspace"
|
|
11404
11387
|
}
|
|
@@ -11553,7 +11536,7 @@
|
|
|
11553
11536
|
"_legacy": {
|
|
11554
11537
|
"scope": "teambit.workspace",
|
|
11555
11538
|
"name": "workspace",
|
|
11556
|
-
"version": "1.0.
|
|
11539
|
+
"version": "1.0.508"
|
|
11557
11540
|
},
|
|
11558
11541
|
"_scope": "teambit.workspace"
|
|
11559
11542
|
}
|
|
@@ -11688,7 +11671,7 @@
|
|
|
11688
11671
|
"_legacy": {
|
|
11689
11672
|
"scope": "teambit.workspace",
|
|
11690
11673
|
"name": "workspace",
|
|
11691
|
-
"version": "1.0.
|
|
11674
|
+
"version": "1.0.508"
|
|
11692
11675
|
},
|
|
11693
11676
|
"_scope": "teambit.workspace"
|
|
11694
11677
|
}
|
|
@@ -13702,7 +13685,7 @@
|
|
|
13702
13685
|
"_legacy": {
|
|
13703
13686
|
"scope": "teambit.workspace",
|
|
13704
13687
|
"name": "workspace",
|
|
13705
|
-
"version": "1.0.
|
|
13688
|
+
"version": "1.0.508"
|
|
13706
13689
|
},
|
|
13707
13690
|
"_scope": "teambit.workspace"
|
|
13708
13691
|
}
|
|
@@ -14046,7 +14029,7 @@
|
|
|
14046
14029
|
"_legacy": {
|
|
14047
14030
|
"scope": "teambit.workspace",
|
|
14048
14031
|
"name": "workspace",
|
|
14049
|
-
"version": "1.0.
|
|
14032
|
+
"version": "1.0.508"
|
|
14050
14033
|
},
|
|
14051
14034
|
"_scope": "teambit.workspace"
|
|
14052
14035
|
}
|
|
@@ -15258,7 +15241,7 @@
|
|
|
15258
15241
|
"line": 19,
|
|
15259
15242
|
"character": 31
|
|
15260
15243
|
},
|
|
15261
|
-
"signature": "type MergeOptions = {\n mergeStrategy?: \"
|
|
15244
|
+
"signature": "type MergeOptions = {\n mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined;\n}",
|
|
15262
15245
|
"name": "MergeOptions",
|
|
15263
15246
|
"exportNode": {
|
|
15264
15247
|
"__schema": "TypeSchema",
|
|
@@ -15267,7 +15250,7 @@
|
|
|
15267
15250
|
"line": 12,
|
|
15268
15251
|
"character": 1
|
|
15269
15252
|
},
|
|
15270
|
-
"signature": "type MergeOptions = {\n mergeStrategy?: \"
|
|
15253
|
+
"signature": "type MergeOptions = {\n mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined;\n}",
|
|
15271
15254
|
"name": "MergeOptions",
|
|
15272
15255
|
"type": {
|
|
15273
15256
|
"__schema": "TypeLiteralSchema",
|
|
@@ -15284,7 +15267,7 @@
|
|
|
15284
15267
|
"line": 13,
|
|
15285
15268
|
"character": 3
|
|
15286
15269
|
},
|
|
15287
|
-
"signature": "(property) mergeStrategy?: \"
|
|
15270
|
+
"signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
15288
15271
|
"name": "mergeStrategy",
|
|
15289
15272
|
"type": {
|
|
15290
15273
|
"__schema": "TypeUnionSchema",
|
|
@@ -15839,7 +15822,7 @@
|
|
|
15839
15822
|
"__schema": "TypeSchema",
|
|
15840
15823
|
"location": {
|
|
15841
15824
|
"filePath": "workspace.ts",
|
|
15842
|
-
"line":
|
|
15825
|
+
"line": 118,
|
|
15843
15826
|
"character": 1
|
|
15844
15827
|
},
|
|
15845
15828
|
"signature": "type EjectConfResult = {\n configPath: string;\n}",
|
|
@@ -15848,7 +15831,7 @@
|
|
|
15848
15831
|
"__schema": "TypeLiteralSchema",
|
|
15849
15832
|
"location": {
|
|
15850
15833
|
"filePath": "workspace.ts",
|
|
15851
|
-
"line":
|
|
15834
|
+
"line": 118,
|
|
15852
15835
|
"character": 31
|
|
15853
15836
|
},
|
|
15854
15837
|
"members": [
|
|
@@ -15856,7 +15839,7 @@
|
|
|
15856
15839
|
"__schema": "VariableLikeSchema",
|
|
15857
15840
|
"location": {
|
|
15858
15841
|
"filePath": "workspace.ts",
|
|
15859
|
-
"line":
|
|
15842
|
+
"line": 119,
|
|
15860
15843
|
"character": 3
|
|
15861
15844
|
},
|
|
15862
15845
|
"signature": "(property) configPath: string",
|
|
@@ -15865,7 +15848,7 @@
|
|
|
15865
15848
|
"__schema": "KeywordTypeSchema",
|
|
15866
15849
|
"location": {
|
|
15867
15850
|
"filePath": "workspace.ts",
|
|
15868
|
-
"line":
|
|
15851
|
+
"line": 119,
|
|
15869
15852
|
"character": 15
|
|
15870
15853
|
},
|
|
15871
15854
|
"name": "string"
|
|
@@ -15879,7 +15862,7 @@
|
|
|
15879
15862
|
"__schema": "TypeSchema",
|
|
15880
15863
|
"location": {
|
|
15881
15864
|
"filePath": "workspace.ts",
|
|
15882
|
-
"line":
|
|
15865
|
+
"line": 122,
|
|
15883
15866
|
"character": 1
|
|
15884
15867
|
},
|
|
15885
15868
|
"signature": "type ClearCacheOptions = {\n skipClearFailedToLoadEnvs?: boolean | undefined;\n}",
|
|
@@ -15888,7 +15871,7 @@
|
|
|
15888
15871
|
"__schema": "TypeLiteralSchema",
|
|
15889
15872
|
"location": {
|
|
15890
15873
|
"filePath": "workspace.ts",
|
|
15891
|
-
"line":
|
|
15874
|
+
"line": 122,
|
|
15892
15875
|
"character": 33
|
|
15893
15876
|
},
|
|
15894
15877
|
"members": [
|
|
@@ -15896,7 +15879,7 @@
|
|
|
15896
15879
|
"__schema": "VariableLikeSchema",
|
|
15897
15880
|
"location": {
|
|
15898
15881
|
"filePath": "workspace.ts",
|
|
15899
|
-
"line":
|
|
15882
|
+
"line": 123,
|
|
15900
15883
|
"character": 3
|
|
15901
15884
|
},
|
|
15902
15885
|
"signature": "(property) skipClearFailedToLoadEnvs?: boolean | undefined",
|
|
@@ -15905,7 +15888,7 @@
|
|
|
15905
15888
|
"__schema": "KeywordTypeSchema",
|
|
15906
15889
|
"location": {
|
|
15907
15890
|
"filePath": "workspace.ts",
|
|
15908
|
-
"line":
|
|
15891
|
+
"line": 123,
|
|
15909
15892
|
"character": 31
|
|
15910
15893
|
},
|
|
15911
15894
|
"name": "boolean"
|
|
@@ -15919,7 +15902,7 @@
|
|
|
15919
15902
|
"__schema": "VariableLikeSchema",
|
|
15920
15903
|
"location": {
|
|
15921
15904
|
"filePath": "workspace.ts",
|
|
15922
|
-
"line":
|
|
15905
|
+
"line": 126,
|
|
15923
15906
|
"character": 14
|
|
15924
15907
|
},
|
|
15925
15908
|
"signature": "const AspectSpecificField: \"__specific\"",
|
|
@@ -15928,7 +15911,7 @@
|
|
|
15928
15911
|
"__schema": "InferenceTypeSchema",
|
|
15929
15912
|
"location": {
|
|
15930
15913
|
"filePath": "workspace.ts",
|
|
15931
|
-
"line":
|
|
15914
|
+
"line": 126,
|
|
15932
15915
|
"character": 14
|
|
15933
15916
|
},
|
|
15934
15917
|
"type": "\"__specific\""
|
|
@@ -15940,7 +15923,7 @@
|
|
|
15940
15923
|
"__schema": "VariableLikeSchema",
|
|
15941
15924
|
"location": {
|
|
15942
15925
|
"filePath": "workspace.ts",
|
|
15943
|
-
"line":
|
|
15926
|
+
"line": 127,
|
|
15944
15927
|
"character": 14
|
|
15945
15928
|
},
|
|
15946
15929
|
"signature": "const ComponentAdded: \"componentAdded\"",
|
|
@@ -15949,7 +15932,7 @@
|
|
|
15949
15932
|
"__schema": "InferenceTypeSchema",
|
|
15950
15933
|
"location": {
|
|
15951
15934
|
"filePath": "workspace.ts",
|
|
15952
|
-
"line":
|
|
15935
|
+
"line": 127,
|
|
15953
15936
|
"character": 14
|
|
15954
15937
|
},
|
|
15955
15938
|
"type": "\"componentAdded\""
|
|
@@ -15961,7 +15944,7 @@
|
|
|
15961
15944
|
"__schema": "VariableLikeSchema",
|
|
15962
15945
|
"location": {
|
|
15963
15946
|
"filePath": "workspace.ts",
|
|
15964
|
-
"line":
|
|
15947
|
+
"line": 128,
|
|
15965
15948
|
"character": 14
|
|
15966
15949
|
},
|
|
15967
15950
|
"signature": "const ComponentChanged: \"componentChanged\"",
|
|
@@ -15970,7 +15953,7 @@
|
|
|
15970
15953
|
"__schema": "InferenceTypeSchema",
|
|
15971
15954
|
"location": {
|
|
15972
15955
|
"filePath": "workspace.ts",
|
|
15973
|
-
"line":
|
|
15956
|
+
"line": 128,
|
|
15974
15957
|
"character": 14
|
|
15975
15958
|
},
|
|
15976
15959
|
"type": "\"componentChanged\""
|
|
@@ -15982,7 +15965,7 @@
|
|
|
15982
15965
|
"__schema": "VariableLikeSchema",
|
|
15983
15966
|
"location": {
|
|
15984
15967
|
"filePath": "workspace.ts",
|
|
15985
|
-
"line":
|
|
15968
|
+
"line": 129,
|
|
15986
15969
|
"character": 14
|
|
15987
15970
|
},
|
|
15988
15971
|
"signature": "const ComponentRemoved: \"componentRemoved\"",
|
|
@@ -15991,7 +15974,7 @@
|
|
|
15991
15974
|
"__schema": "InferenceTypeSchema",
|
|
15992
15975
|
"location": {
|
|
15993
15976
|
"filePath": "workspace.ts",
|
|
15994
|
-
"line":
|
|
15977
|
+
"line": 129,
|
|
15995
15978
|
"character": 14
|
|
15996
15979
|
},
|
|
15997
15980
|
"type": "\"componentRemoved\""
|
|
@@ -16003,7 +15986,7 @@
|
|
|
16003
15986
|
"__schema": "InterfaceSchema",
|
|
16004
15987
|
"location": {
|
|
16005
15988
|
"filePath": "workspace.ts",
|
|
16006
|
-
"line":
|
|
15989
|
+
"line": 131,
|
|
16007
15990
|
"character": 1
|
|
16008
15991
|
},
|
|
16009
15992
|
"signature": "interface EjectConfOptions",
|
|
@@ -16013,7 +15996,7 @@
|
|
|
16013
15996
|
"__schema": "VariableLikeSchema",
|
|
16014
15997
|
"location": {
|
|
16015
15998
|
"filePath": "workspace.ts",
|
|
16016
|
-
"line":
|
|
15999
|
+
"line": 132,
|
|
16017
16000
|
"character": 3
|
|
16018
16001
|
},
|
|
16019
16002
|
"signature": "(property) EjectConfOptions.propagate?: boolean | undefined",
|
|
@@ -16022,7 +16005,7 @@
|
|
|
16022
16005
|
"__schema": "KeywordTypeSchema",
|
|
16023
16006
|
"location": {
|
|
16024
16007
|
"filePath": "workspace.ts",
|
|
16025
|
-
"line":
|
|
16008
|
+
"line": 132,
|
|
16026
16009
|
"character": 15
|
|
16027
16010
|
},
|
|
16028
16011
|
"name": "boolean"
|
|
@@ -16033,7 +16016,7 @@
|
|
|
16033
16016
|
"__schema": "VariableLikeSchema",
|
|
16034
16017
|
"location": {
|
|
16035
16018
|
"filePath": "workspace.ts",
|
|
16036
|
-
"line":
|
|
16019
|
+
"line": 133,
|
|
16037
16020
|
"character": 3
|
|
16038
16021
|
},
|
|
16039
16022
|
"signature": "(property) EjectConfOptions.override?: boolean | undefined",
|
|
@@ -16042,7 +16025,7 @@
|
|
|
16042
16025
|
"__schema": "KeywordTypeSchema",
|
|
16043
16026
|
"location": {
|
|
16044
16027
|
"filePath": "workspace.ts",
|
|
16045
|
-
"line":
|
|
16028
|
+
"line": 133,
|
|
16046
16029
|
"character": 14
|
|
16047
16030
|
},
|
|
16048
16031
|
"name": "boolean"
|
|
@@ -16056,7 +16039,7 @@
|
|
|
16056
16039
|
"__schema": "TypeSchema",
|
|
16057
16040
|
"location": {
|
|
16058
16041
|
"filePath": "workspace.ts",
|
|
16059
|
-
"line":
|
|
16042
|
+
"line": 136,
|
|
16060
16043
|
"character": 1
|
|
16061
16044
|
},
|
|
16062
16045
|
"signature": "type ComponentExtensionsOpts = {\n loadExtensions?: boolean | undefined;\n}",
|
|
@@ -16065,7 +16048,7 @@
|
|
|
16065
16048
|
"__schema": "TypeLiteralSchema",
|
|
16066
16049
|
"location": {
|
|
16067
16050
|
"filePath": "workspace.ts",
|
|
16068
|
-
"line":
|
|
16051
|
+
"line": 136,
|
|
16069
16052
|
"character": 39
|
|
16070
16053
|
},
|
|
16071
16054
|
"members": [
|
|
@@ -16073,7 +16056,7 @@
|
|
|
16073
16056
|
"__schema": "VariableLikeSchema",
|
|
16074
16057
|
"location": {
|
|
16075
16058
|
"filePath": "workspace.ts",
|
|
16076
|
-
"line":
|
|
16059
|
+
"line": 137,
|
|
16077
16060
|
"character": 3
|
|
16078
16061
|
},
|
|
16079
16062
|
"signature": "(property) loadExtensions?: boolean | undefined",
|
|
@@ -16082,7 +16065,7 @@
|
|
|
16082
16065
|
"__schema": "KeywordTypeSchema",
|
|
16083
16066
|
"location": {
|
|
16084
16067
|
"filePath": "workspace.ts",
|
|
16085
|
-
"line":
|
|
16068
|
+
"line": 137,
|
|
16086
16069
|
"character": 20
|
|
16087
16070
|
},
|
|
16088
16071
|
"name": "boolean"
|
|
@@ -16096,7 +16079,7 @@
|
|
|
16096
16079
|
"__schema": "TypeSchema",
|
|
16097
16080
|
"location": {
|
|
16098
16081
|
"filePath": "workspace.ts",
|
|
16099
|
-
"line":
|
|
16082
|
+
"line": 147,
|
|
16100
16083
|
"character": 1
|
|
16101
16084
|
},
|
|
16102
16085
|
"signature": "type ExtensionsOrigin = \"BitmapFile\" | \"ModelSpecific\" | \"ModelNonSpecific\" | \"ConfigMerge\" | \"WorkspaceVariants\" | \"ComponentJsonFile\" | \"FinalAfterMerge\"",
|
|
@@ -16105,7 +16088,7 @@
|
|
|
16105
16088
|
"__schema": "TypeUnionSchema",
|
|
16106
16089
|
"location": {
|
|
16107
16090
|
"filePath": "workspace.ts",
|
|
16108
|
-
"line":
|
|
16091
|
+
"line": 148,
|
|
16109
16092
|
"character": 3
|
|
16110
16093
|
},
|
|
16111
16094
|
"types": [
|
|
@@ -16113,7 +16096,7 @@
|
|
|
16113
16096
|
"__schema": "LiteralTypeSchema",
|
|
16114
16097
|
"location": {
|
|
16115
16098
|
"filePath": "workspace.ts",
|
|
16116
|
-
"line":
|
|
16099
|
+
"line": 148,
|
|
16117
16100
|
"character": 5
|
|
16118
16101
|
},
|
|
16119
16102
|
"name": "'BitmapFile'"
|
|
@@ -16122,7 +16105,7 @@
|
|
|
16122
16105
|
"__schema": "LiteralTypeSchema",
|
|
16123
16106
|
"location": {
|
|
16124
16107
|
"filePath": "workspace.ts",
|
|
16125
|
-
"line":
|
|
16108
|
+
"line": 149,
|
|
16126
16109
|
"character": 5
|
|
16127
16110
|
},
|
|
16128
16111
|
"name": "'ModelSpecific'"
|
|
@@ -16131,7 +16114,7 @@
|
|
|
16131
16114
|
"__schema": "LiteralTypeSchema",
|
|
16132
16115
|
"location": {
|
|
16133
16116
|
"filePath": "workspace.ts",
|
|
16134
|
-
"line":
|
|
16117
|
+
"line": 150,
|
|
16135
16118
|
"character": 5
|
|
16136
16119
|
},
|
|
16137
16120
|
"name": "'ModelNonSpecific'"
|
|
@@ -16140,7 +16123,7 @@
|
|
|
16140
16123
|
"__schema": "LiteralTypeSchema",
|
|
16141
16124
|
"location": {
|
|
16142
16125
|
"filePath": "workspace.ts",
|
|
16143
|
-
"line":
|
|
16126
|
+
"line": 151,
|
|
16144
16127
|
"character": 5
|
|
16145
16128
|
},
|
|
16146
16129
|
"name": "'ConfigMerge'"
|
|
@@ -16149,7 +16132,7 @@
|
|
|
16149
16132
|
"__schema": "LiteralTypeSchema",
|
|
16150
16133
|
"location": {
|
|
16151
16134
|
"filePath": "workspace.ts",
|
|
16152
|
-
"line":
|
|
16135
|
+
"line": 152,
|
|
16153
16136
|
"character": 5
|
|
16154
16137
|
},
|
|
16155
16138
|
"name": "'WorkspaceVariants'"
|
|
@@ -16158,7 +16141,7 @@
|
|
|
16158
16141
|
"__schema": "LiteralTypeSchema",
|
|
16159
16142
|
"location": {
|
|
16160
16143
|
"filePath": "workspace.ts",
|
|
16161
|
-
"line":
|
|
16144
|
+
"line": 153,
|
|
16162
16145
|
"character": 5
|
|
16163
16146
|
},
|
|
16164
16147
|
"name": "'ComponentJsonFile'"
|
|
@@ -16167,7 +16150,7 @@
|
|
|
16167
16150
|
"__schema": "LiteralTypeSchema",
|
|
16168
16151
|
"location": {
|
|
16169
16152
|
"filePath": "workspace.ts",
|
|
16170
|
-
"line":
|
|
16153
|
+
"line": 154,
|
|
16171
16154
|
"character": 5
|
|
16172
16155
|
},
|
|
16173
16156
|
"name": "'FinalAfterMerge'"
|
|
@@ -16179,14 +16162,14 @@
|
|
|
16179
16162
|
"__schema": "ClassSchema",
|
|
16180
16163
|
"location": {
|
|
16181
16164
|
"filePath": "workspace.ts",
|
|
16182
|
-
"line":
|
|
16165
|
+
"line": 161,
|
|
16183
16166
|
"character": 1
|
|
16184
16167
|
},
|
|
16185
16168
|
"doc": {
|
|
16186
16169
|
"__schema": "DocSchema",
|
|
16187
16170
|
"location": {
|
|
16188
16171
|
"filePath": "workspace.ts",
|
|
16189
|
-
"line":
|
|
16172
|
+
"line": 158,
|
|
16190
16173
|
"character": 1
|
|
16191
16174
|
},
|
|
16192
16175
|
"raw": "/**\n * API of the Bit Workspace\n */",
|
|
@@ -16200,7 +16183,7 @@
|
|
|
16200
16183
|
"__schema": "VariableLikeSchema",
|
|
16201
16184
|
"location": {
|
|
16202
16185
|
"filePath": "workspace.ts",
|
|
16203
|
-
"line":
|
|
16186
|
+
"line": 163,
|
|
16204
16187
|
"character": 3
|
|
16205
16188
|
},
|
|
16206
16189
|
"signature": "(property) Workspace.priority: boolean",
|
|
@@ -16209,7 +16192,7 @@
|
|
|
16209
16192
|
"__schema": "InferenceTypeSchema",
|
|
16210
16193
|
"location": {
|
|
16211
16194
|
"filePath": "workspace.ts",
|
|
16212
|
-
"line":
|
|
16195
|
+
"line": 163,
|
|
16213
16196
|
"character": 3
|
|
16214
16197
|
},
|
|
16215
16198
|
"type": "boolean"
|
|
@@ -16221,7 +16204,7 @@
|
|
|
16221
16204
|
"__schema": "VariableLikeSchema",
|
|
16222
16205
|
"location": {
|
|
16223
16206
|
"filePath": "workspace.ts",
|
|
16224
|
-
"line":
|
|
16207
|
+
"line": 164,
|
|
16225
16208
|
"character": 3
|
|
16226
16209
|
},
|
|
16227
16210
|
"signature": "(property) Workspace.owner?: string | undefined",
|
|
@@ -16230,7 +16213,7 @@
|
|
|
16230
16213
|
"__schema": "KeywordTypeSchema",
|
|
16231
16214
|
"location": {
|
|
16232
16215
|
"filePath": "workspace.ts",
|
|
16233
|
-
"line":
|
|
16216
|
+
"line": 164,
|
|
16234
16217
|
"character": 11
|
|
16235
16218
|
},
|
|
16236
16219
|
"name": "string"
|
|
@@ -16241,7 +16224,7 @@
|
|
|
16241
16224
|
"__schema": "VariableLikeSchema",
|
|
16242
16225
|
"location": {
|
|
16243
16226
|
"filePath": "workspace.ts",
|
|
16244
|
-
"line":
|
|
16227
|
+
"line": 165,
|
|
16245
16228
|
"character": 3
|
|
16246
16229
|
},
|
|
16247
16230
|
"signature": "(property) Workspace.componentsScopeDirsMap: ComponentScopeDirMap",
|
|
@@ -16250,7 +16233,7 @@
|
|
|
16250
16233
|
"__schema": "TypeRefSchema",
|
|
16251
16234
|
"location": {
|
|
16252
16235
|
"filePath": "workspace.ts",
|
|
16253
|
-
"line":
|
|
16236
|
+
"line": 165,
|
|
16254
16237
|
"character": 3
|
|
16255
16238
|
},
|
|
16256
16239
|
"name": "ComponentScopeDirMap",
|
|
@@ -16265,7 +16248,7 @@
|
|
|
16265
16248
|
"__schema": "VariableLikeSchema",
|
|
16266
16249
|
"location": {
|
|
16267
16250
|
"filePath": "workspace.ts",
|
|
16268
|
-
"line":
|
|
16251
|
+
"line": 166,
|
|
16269
16252
|
"character": 3
|
|
16270
16253
|
},
|
|
16271
16254
|
"signature": "(property) Workspace.componentLoader: WorkspaceComponentLoader",
|
|
@@ -16274,7 +16257,7 @@
|
|
|
16274
16257
|
"__schema": "TypeRefSchema",
|
|
16275
16258
|
"location": {
|
|
16276
16259
|
"filePath": "workspace.ts",
|
|
16277
|
-
"line":
|
|
16260
|
+
"line": 166,
|
|
16278
16261
|
"character": 3
|
|
16279
16262
|
},
|
|
16280
16263
|
"name": "WorkspaceComponentLoader",
|
|
@@ -16286,7 +16269,7 @@
|
|
|
16286
16269
|
"__schema": "VariableLikeSchema",
|
|
16287
16270
|
"location": {
|
|
16288
16271
|
"filePath": "workspace.ts",
|
|
16289
|
-
"line":
|
|
16272
|
+
"line": 168,
|
|
16290
16273
|
"character": 3
|
|
16291
16274
|
},
|
|
16292
16275
|
"signature": "(property) Workspace.bitMap: BitMap",
|
|
@@ -16295,7 +16278,7 @@
|
|
|
16295
16278
|
"__schema": "TypeRefSchema",
|
|
16296
16279
|
"location": {
|
|
16297
16280
|
"filePath": "workspace.ts",
|
|
16298
|
-
"line":
|
|
16281
|
+
"line": 168,
|
|
16299
16282
|
"character": 3
|
|
16300
16283
|
},
|
|
16301
16284
|
"name": "BitMap",
|
|
@@ -16307,14 +16290,14 @@
|
|
|
16307
16290
|
"__schema": "VariableLikeSchema",
|
|
16308
16291
|
"location": {
|
|
16309
16292
|
"filePath": "workspace.ts",
|
|
16310
|
-
"line":
|
|
16293
|
+
"line": 173,
|
|
16311
16294
|
"character": 3
|
|
16312
16295
|
},
|
|
16313
16296
|
"doc": {
|
|
16314
16297
|
"__schema": "DocSchema",
|
|
16315
16298
|
"location": {
|
|
16316
16299
|
"filePath": "workspace.ts",
|
|
16317
|
-
"line":
|
|
16300
|
+
"line": 169,
|
|
16318
16301
|
"character": 3
|
|
16319
16302
|
},
|
|
16320
16303
|
"raw": "/**\n * Indicate that we are now running installation process\n * This is important to know to ignore missing modules across different places\n */",
|
|
@@ -16327,7 +16310,7 @@
|
|
|
16327
16310
|
"__schema": "InferenceTypeSchema",
|
|
16328
16311
|
"location": {
|
|
16329
16312
|
"filePath": "workspace.ts",
|
|
16330
|
-
"line":
|
|
16313
|
+
"line": 173,
|
|
16331
16314
|
"character": 3
|
|
16332
16315
|
},
|
|
16333
16316
|
"type": "boolean"
|
|
@@ -16339,14 +16322,14 @@
|
|
|
16339
16322
|
"__schema": "VariableLikeSchema",
|
|
16340
16323
|
"location": {
|
|
16341
16324
|
"filePath": "workspace.ts",
|
|
16342
|
-
"line":
|
|
16325
|
+
"line": 178,
|
|
16343
16326
|
"character": 3
|
|
16344
16327
|
},
|
|
16345
16328
|
"doc": {
|
|
16346
16329
|
"__schema": "DocSchema",
|
|
16347
16330
|
"location": {
|
|
16348
16331
|
"filePath": "workspace.ts",
|
|
16349
|
-
"line":
|
|
16332
|
+
"line": 174,
|
|
16350
16333
|
"character": 3
|
|
16351
16334
|
},
|
|
16352
16335
|
"raw": "/**\n * Indicate that we done with the package manager installation process\n * This is important to skip stuff when package manager install is not done yet\n */",
|
|
@@ -16359,7 +16342,7 @@
|
|
|
16359
16342
|
"__schema": "InferenceTypeSchema",
|
|
16360
16343
|
"location": {
|
|
16361
16344
|
"filePath": "workspace.ts",
|
|
16362
|
-
"line":
|
|
16345
|
+
"line": 178,
|
|
16363
16346
|
"character": 3
|
|
16364
16347
|
},
|
|
16365
16348
|
"type": "boolean"
|
|
@@ -16436,34 +16419,14 @@
|
|
|
16436
16419
|
"line": 190,
|
|
16437
16420
|
"character": 3
|
|
16438
16421
|
},
|
|
16439
|
-
"signature": "constructor Workspace(
|
|
16422
|
+
"signature": "constructor Workspace(config: WorkspaceExtConfig, consumer: Consumer, scope: ScopeMain, componentAspect: ComponentMain, dependencyResolver: DependencyResolverMain, variants: VariantsMain, aspectLoader: AspectLoaderMain, logger: Logger, harmony: Harmony, onComponentLoadSlot: OnComponentLoadSlot, onComponentChangeSlot: OnComponentChangeSlot, envs: EnvsMain, globalConfig: GlobalConfigMain, onComponentAddSlot: OnComponentAddSlot, onComponentRemoveSlot: OnComponentRemoveSlot, onAspectsResolveSlot: OnAspectsResolveSlot, onRootAspectAddedSlot: OnRootAspectAddedSlot, graphql: GraphqlMain, onBitmapChangeSlot: OnBitmapChangeSlot, onWorkspaceConfigChangeSlot: OnWorkspaceConfigChangeSlot): Workspace",
|
|
16440
16423
|
"name": "constructor",
|
|
16441
16424
|
"params": [
|
|
16442
16425
|
{
|
|
16443
16426
|
"__schema": "ParameterSchema",
|
|
16444
16427
|
"location": {
|
|
16445
16428
|
"filePath": "workspace.ts",
|
|
16446
|
-
"line":
|
|
16447
|
-
"character": 5
|
|
16448
|
-
},
|
|
16449
|
-
"name": "pubsub",
|
|
16450
|
-
"type": {
|
|
16451
|
-
"__schema": "TypeRefSchema",
|
|
16452
|
-
"location": {
|
|
16453
|
-
"filePath": "workspace.ts",
|
|
16454
|
-
"line": 194,
|
|
16455
|
-
"character": 21
|
|
16456
|
-
},
|
|
16457
|
-
"name": "PubsubMain"
|
|
16458
|
-
},
|
|
16459
|
-
"isOptional": false,
|
|
16460
|
-
"isSpread": false
|
|
16461
|
-
},
|
|
16462
|
-
{
|
|
16463
|
-
"__schema": "ParameterSchema",
|
|
16464
|
-
"location": {
|
|
16465
|
-
"filePath": "workspace.ts",
|
|
16466
|
-
"line": 196,
|
|
16429
|
+
"line": 191,
|
|
16467
16430
|
"character": 5
|
|
16468
16431
|
},
|
|
16469
16432
|
"name": "config",
|
|
@@ -16471,7 +16434,7 @@
|
|
|
16471
16434
|
"__schema": "TypeRefSchema",
|
|
16472
16435
|
"location": {
|
|
16473
16436
|
"filePath": "workspace.ts",
|
|
16474
|
-
"line":
|
|
16437
|
+
"line": 191,
|
|
16475
16438
|
"character": 21
|
|
16476
16439
|
},
|
|
16477
16440
|
"name": "WorkspaceExtConfig"
|
|
@@ -16483,7 +16446,7 @@
|
|
|
16483
16446
|
"__schema": "ParameterSchema",
|
|
16484
16447
|
"location": {
|
|
16485
16448
|
"filePath": "workspace.ts",
|
|
16486
|
-
"line":
|
|
16449
|
+
"line": 195,
|
|
16487
16450
|
"character": 5
|
|
16488
16451
|
},
|
|
16489
16452
|
"name": "consumer",
|
|
@@ -16491,7 +16454,7 @@
|
|
|
16491
16454
|
"__schema": "TypeRefSchema",
|
|
16492
16455
|
"location": {
|
|
16493
16456
|
"filePath": "workspace.ts",
|
|
16494
|
-
"line":
|
|
16457
|
+
"line": 195,
|
|
16495
16458
|
"character": 22
|
|
16496
16459
|
},
|
|
16497
16460
|
"name": "Consumer"
|
|
@@ -16503,7 +16466,7 @@
|
|
|
16503
16466
|
"__schema": "ParameterSchema",
|
|
16504
16467
|
"location": {
|
|
16505
16468
|
"filePath": "workspace.ts",
|
|
16506
|
-
"line":
|
|
16469
|
+
"line": 200,
|
|
16507
16470
|
"character": 5
|
|
16508
16471
|
},
|
|
16509
16472
|
"name": "scope",
|
|
@@ -16511,7 +16474,7 @@
|
|
|
16511
16474
|
"__schema": "TypeRefSchema",
|
|
16512
16475
|
"location": {
|
|
16513
16476
|
"filePath": "workspace.ts",
|
|
16514
|
-
"line":
|
|
16477
|
+
"line": 200,
|
|
16515
16478
|
"character": 21
|
|
16516
16479
|
},
|
|
16517
16480
|
"name": "ScopeMain"
|
|
@@ -16523,7 +16486,7 @@
|
|
|
16523
16486
|
"__schema": "ParameterSchema",
|
|
16524
16487
|
"location": {
|
|
16525
16488
|
"filePath": "workspace.ts",
|
|
16526
|
-
"line":
|
|
16489
|
+
"line": 205,
|
|
16527
16490
|
"character": 5
|
|
16528
16491
|
},
|
|
16529
16492
|
"name": "componentAspect",
|
|
@@ -16531,7 +16494,7 @@
|
|
|
16531
16494
|
"__schema": "TypeRefSchema",
|
|
16532
16495
|
"location": {
|
|
16533
16496
|
"filePath": "workspace.ts",
|
|
16534
|
-
"line":
|
|
16497
|
+
"line": 205,
|
|
16535
16498
|
"character": 30
|
|
16536
16499
|
},
|
|
16537
16500
|
"name": "ComponentMain"
|
|
@@ -16543,7 +16506,7 @@
|
|
|
16543
16506
|
"__schema": "ParameterSchema",
|
|
16544
16507
|
"location": {
|
|
16545
16508
|
"filePath": "workspace.ts",
|
|
16546
|
-
"line":
|
|
16509
|
+
"line": 207,
|
|
16547
16510
|
"character": 5
|
|
16548
16511
|
},
|
|
16549
16512
|
"name": "dependencyResolver",
|
|
@@ -16551,7 +16514,7 @@
|
|
|
16551
16514
|
"__schema": "TypeRefSchema",
|
|
16552
16515
|
"location": {
|
|
16553
16516
|
"filePath": "workspace.ts",
|
|
16554
|
-
"line":
|
|
16517
|
+
"line": 207,
|
|
16555
16518
|
"character": 33
|
|
16556
16519
|
},
|
|
16557
16520
|
"name": "DependencyResolverMain"
|
|
@@ -16563,7 +16526,7 @@
|
|
|
16563
16526
|
"__schema": "ParameterSchema",
|
|
16564
16527
|
"location": {
|
|
16565
16528
|
"filePath": "workspace.ts",
|
|
16566
|
-
"line":
|
|
16529
|
+
"line": 209,
|
|
16567
16530
|
"character": 5
|
|
16568
16531
|
},
|
|
16569
16532
|
"name": "variants",
|
|
@@ -16571,7 +16534,7 @@
|
|
|
16571
16534
|
"__schema": "TypeRefSchema",
|
|
16572
16535
|
"location": {
|
|
16573
16536
|
"filePath": "workspace.ts",
|
|
16574
|
-
"line":
|
|
16537
|
+
"line": 209,
|
|
16575
16538
|
"character": 24
|
|
16576
16539
|
},
|
|
16577
16540
|
"name": "VariantsMain"
|
|
@@ -16583,7 +16546,7 @@
|
|
|
16583
16546
|
"__schema": "ParameterSchema",
|
|
16584
16547
|
"location": {
|
|
16585
16548
|
"filePath": "workspace.ts",
|
|
16586
|
-
"line":
|
|
16549
|
+
"line": 211,
|
|
16587
16550
|
"character": 5
|
|
16588
16551
|
},
|
|
16589
16552
|
"name": "aspectLoader",
|
|
@@ -16591,7 +16554,7 @@
|
|
|
16591
16554
|
"__schema": "TypeRefSchema",
|
|
16592
16555
|
"location": {
|
|
16593
16556
|
"filePath": "workspace.ts",
|
|
16594
|
-
"line":
|
|
16557
|
+
"line": 211,
|
|
16595
16558
|
"character": 27
|
|
16596
16559
|
},
|
|
16597
16560
|
"name": "AspectLoaderMain"
|
|
@@ -16603,7 +16566,7 @@
|
|
|
16603
16566
|
"__schema": "ParameterSchema",
|
|
16604
16567
|
"location": {
|
|
16605
16568
|
"filePath": "workspace.ts",
|
|
16606
|
-
"line":
|
|
16569
|
+
"line": 213,
|
|
16607
16570
|
"character": 5
|
|
16608
16571
|
},
|
|
16609
16572
|
"name": "logger",
|
|
@@ -16611,7 +16574,7 @@
|
|
|
16611
16574
|
"__schema": "TypeRefSchema",
|
|
16612
16575
|
"location": {
|
|
16613
16576
|
"filePath": "workspace.ts",
|
|
16614
|
-
"line":
|
|
16577
|
+
"line": 213,
|
|
16615
16578
|
"character": 22
|
|
16616
16579
|
},
|
|
16617
16580
|
"name": "Logger"
|
|
@@ -16623,28 +16586,7 @@
|
|
|
16623
16586
|
"__schema": "ParameterSchema",
|
|
16624
16587
|
"location": {
|
|
16625
16588
|
"filePath": "workspace.ts",
|
|
16626
|
-
"line":
|
|
16627
|
-
"character": 5
|
|
16628
|
-
},
|
|
16629
|
-
"name": "componentList",
|
|
16630
|
-
"type": {
|
|
16631
|
-
"__schema": "TypeRefSchema",
|
|
16632
|
-
"location": {
|
|
16633
|
-
"filePath": "workspace.ts",
|
|
16634
|
-
"line": 220,
|
|
16635
|
-
"character": 28
|
|
16636
|
-
},
|
|
16637
|
-
"name": "ComponentsList"
|
|
16638
|
-
},
|
|
16639
|
-
"isOptional": true,
|
|
16640
|
-
"defaultValue": "new ComponentsList(consumer)",
|
|
16641
|
-
"isSpread": false
|
|
16642
|
-
},
|
|
16643
|
-
{
|
|
16644
|
-
"__schema": "ParameterSchema",
|
|
16645
|
-
"location": {
|
|
16646
|
-
"filePath": "workspace.ts",
|
|
16647
|
-
"line": 225,
|
|
16589
|
+
"line": 218,
|
|
16648
16590
|
"character": 5
|
|
16649
16591
|
},
|
|
16650
16592
|
"name": "harmony",
|
|
@@ -16652,7 +16594,7 @@
|
|
|
16652
16594
|
"__schema": "TypeRefSchema",
|
|
16653
16595
|
"location": {
|
|
16654
16596
|
"filePath": "workspace.ts",
|
|
16655
|
-
"line":
|
|
16597
|
+
"line": 218,
|
|
16656
16598
|
"character": 22
|
|
16657
16599
|
},
|
|
16658
16600
|
"name": "Harmony"
|
|
@@ -16664,7 +16606,7 @@
|
|
|
16664
16606
|
"__schema": "ParameterSchema",
|
|
16665
16607
|
"location": {
|
|
16666
16608
|
"filePath": "workspace.ts",
|
|
16667
|
-
"line":
|
|
16609
|
+
"line": 223,
|
|
16668
16610
|
"character": 5
|
|
16669
16611
|
},
|
|
16670
16612
|
"name": "onComponentLoadSlot",
|
|
@@ -16672,7 +16614,7 @@
|
|
|
16672
16614
|
"__schema": "TypeRefSchema",
|
|
16673
16615
|
"location": {
|
|
16674
16616
|
"filePath": "workspace.ts",
|
|
16675
|
-
"line":
|
|
16617
|
+
"line": 223,
|
|
16676
16618
|
"character": 33
|
|
16677
16619
|
},
|
|
16678
16620
|
"name": "OnComponentLoadSlot"
|
|
@@ -16684,7 +16626,7 @@
|
|
|
16684
16626
|
"__schema": "ParameterSchema",
|
|
16685
16627
|
"location": {
|
|
16686
16628
|
"filePath": "workspace.ts",
|
|
16687
|
-
"line":
|
|
16629
|
+
"line": 228,
|
|
16688
16630
|
"character": 5
|
|
16689
16631
|
},
|
|
16690
16632
|
"name": "onComponentChangeSlot",
|
|
@@ -16692,7 +16634,7 @@
|
|
|
16692
16634
|
"__schema": "TypeRefSchema",
|
|
16693
16635
|
"location": {
|
|
16694
16636
|
"filePath": "workspace.ts",
|
|
16695
|
-
"line":
|
|
16637
|
+
"line": 228,
|
|
16696
16638
|
"character": 36
|
|
16697
16639
|
},
|
|
16698
16640
|
"name": "OnComponentChangeSlot"
|
|
@@ -16704,7 +16646,7 @@
|
|
|
16704
16646
|
"__schema": "ParameterSchema",
|
|
16705
16647
|
"location": {
|
|
16706
16648
|
"filePath": "workspace.ts",
|
|
16707
|
-
"line":
|
|
16649
|
+
"line": 230,
|
|
16708
16650
|
"character": 5
|
|
16709
16651
|
},
|
|
16710
16652
|
"name": "envs",
|
|
@@ -16712,7 +16654,7 @@
|
|
|
16712
16654
|
"__schema": "TypeRefSchema",
|
|
16713
16655
|
"location": {
|
|
16714
16656
|
"filePath": "workspace.ts",
|
|
16715
|
-
"line":
|
|
16657
|
+
"line": 230,
|
|
16716
16658
|
"character": 20
|
|
16717
16659
|
},
|
|
16718
16660
|
"name": "EnvsMain"
|
|
@@ -16724,7 +16666,7 @@
|
|
|
16724
16666
|
"__schema": "ParameterSchema",
|
|
16725
16667
|
"location": {
|
|
16726
16668
|
"filePath": "workspace.ts",
|
|
16727
|
-
"line":
|
|
16669
|
+
"line": 232,
|
|
16728
16670
|
"character": 5
|
|
16729
16671
|
},
|
|
16730
16672
|
"name": "globalConfig",
|
|
@@ -16732,7 +16674,7 @@
|
|
|
16732
16674
|
"__schema": "TypeRefSchema",
|
|
16733
16675
|
"location": {
|
|
16734
16676
|
"filePath": "workspace.ts",
|
|
16735
|
-
"line":
|
|
16677
|
+
"line": 232,
|
|
16736
16678
|
"character": 28
|
|
16737
16679
|
},
|
|
16738
16680
|
"name": "GlobalConfigMain"
|
|
@@ -16744,7 +16686,7 @@
|
|
|
16744
16686
|
"__schema": "ParameterSchema",
|
|
16745
16687
|
"location": {
|
|
16746
16688
|
"filePath": "workspace.ts",
|
|
16747
|
-
"line":
|
|
16689
|
+
"line": 237,
|
|
16748
16690
|
"character": 5
|
|
16749
16691
|
},
|
|
16750
16692
|
"name": "onComponentAddSlot",
|
|
@@ -16752,7 +16694,7 @@
|
|
|
16752
16694
|
"__schema": "TypeRefSchema",
|
|
16753
16695
|
"location": {
|
|
16754
16696
|
"filePath": "workspace.ts",
|
|
16755
|
-
"line":
|
|
16697
|
+
"line": 237,
|
|
16756
16698
|
"character": 33
|
|
16757
16699
|
},
|
|
16758
16700
|
"name": "OnComponentAddSlot"
|
|
@@ -16764,7 +16706,7 @@
|
|
|
16764
16706
|
"__schema": "ParameterSchema",
|
|
16765
16707
|
"location": {
|
|
16766
16708
|
"filePath": "workspace.ts",
|
|
16767
|
-
"line":
|
|
16709
|
+
"line": 239,
|
|
16768
16710
|
"character": 5
|
|
16769
16711
|
},
|
|
16770
16712
|
"name": "onComponentRemoveSlot",
|
|
@@ -16772,7 +16714,7 @@
|
|
|
16772
16714
|
"__schema": "TypeRefSchema",
|
|
16773
16715
|
"location": {
|
|
16774
16716
|
"filePath": "workspace.ts",
|
|
16775
|
-
"line":
|
|
16717
|
+
"line": 239,
|
|
16776
16718
|
"character": 36
|
|
16777
16719
|
},
|
|
16778
16720
|
"name": "OnComponentRemoveSlot"
|
|
@@ -16784,7 +16726,7 @@
|
|
|
16784
16726
|
"__schema": "ParameterSchema",
|
|
16785
16727
|
"location": {
|
|
16786
16728
|
"filePath": "workspace.ts",
|
|
16787
|
-
"line":
|
|
16729
|
+
"line": 241,
|
|
16788
16730
|
"character": 5
|
|
16789
16731
|
},
|
|
16790
16732
|
"name": "onAspectsResolveSlot",
|
|
@@ -16792,7 +16734,7 @@
|
|
|
16792
16734
|
"__schema": "TypeRefSchema",
|
|
16793
16735
|
"location": {
|
|
16794
16736
|
"filePath": "workspace.ts",
|
|
16795
|
-
"line":
|
|
16737
|
+
"line": 241,
|
|
16796
16738
|
"character": 35
|
|
16797
16739
|
},
|
|
16798
16740
|
"name": "OnAspectsResolveSlot"
|
|
@@ -16804,7 +16746,7 @@
|
|
|
16804
16746
|
"__schema": "ParameterSchema",
|
|
16805
16747
|
"location": {
|
|
16806
16748
|
"filePath": "workspace.ts",
|
|
16807
|
-
"line":
|
|
16749
|
+
"line": 243,
|
|
16808
16750
|
"character": 5
|
|
16809
16751
|
},
|
|
16810
16752
|
"name": "onRootAspectAddedSlot",
|
|
@@ -16812,7 +16754,7 @@
|
|
|
16812
16754
|
"__schema": "TypeRefSchema",
|
|
16813
16755
|
"location": {
|
|
16814
16756
|
"filePath": "workspace.ts",
|
|
16815
|
-
"line":
|
|
16757
|
+
"line": 243,
|
|
16816
16758
|
"character": 36
|
|
16817
16759
|
},
|
|
16818
16760
|
"name": "OnRootAspectAddedSlot"
|
|
@@ -16824,7 +16766,7 @@
|
|
|
16824
16766
|
"__schema": "ParameterSchema",
|
|
16825
16767
|
"location": {
|
|
16826
16768
|
"filePath": "workspace.ts",
|
|
16827
|
-
"line":
|
|
16769
|
+
"line": 245,
|
|
16828
16770
|
"character": 5
|
|
16829
16771
|
},
|
|
16830
16772
|
"name": "graphql",
|
|
@@ -16832,7 +16774,7 @@
|
|
|
16832
16774
|
"__schema": "TypeRefSchema",
|
|
16833
16775
|
"location": {
|
|
16834
16776
|
"filePath": "workspace.ts",
|
|
16835
|
-
"line":
|
|
16777
|
+
"line": 245,
|
|
16836
16778
|
"character": 22
|
|
16837
16779
|
},
|
|
16838
16780
|
"name": "GraphqlMain"
|
|
@@ -16844,7 +16786,7 @@
|
|
|
16844
16786
|
"__schema": "ParameterSchema",
|
|
16845
16787
|
"location": {
|
|
16846
16788
|
"filePath": "workspace.ts",
|
|
16847
|
-
"line":
|
|
16789
|
+
"line": 247,
|
|
16848
16790
|
"character": 5
|
|
16849
16791
|
},
|
|
16850
16792
|
"name": "onBitmapChangeSlot",
|
|
@@ -16852,7 +16794,7 @@
|
|
|
16852
16794
|
"__schema": "TypeRefSchema",
|
|
16853
16795
|
"location": {
|
|
16854
16796
|
"filePath": "workspace.ts",
|
|
16855
|
-
"line":
|
|
16797
|
+
"line": 247,
|
|
16856
16798
|
"character": 33
|
|
16857
16799
|
},
|
|
16858
16800
|
"name": "OnBitmapChangeSlot"
|
|
@@ -16864,7 +16806,7 @@
|
|
|
16864
16806
|
"__schema": "ParameterSchema",
|
|
16865
16807
|
"location": {
|
|
16866
16808
|
"filePath": "workspace.ts",
|
|
16867
|
-
"line":
|
|
16809
|
+
"line": 249,
|
|
16868
16810
|
"character": 5
|
|
16869
16811
|
},
|
|
16870
16812
|
"name": "onWorkspaceConfigChangeSlot",
|
|
@@ -16872,7 +16814,7 @@
|
|
|
16872
16814
|
"__schema": "TypeRefSchema",
|
|
16873
16815
|
"location": {
|
|
16874
16816
|
"filePath": "workspace.ts",
|
|
16875
|
-
"line":
|
|
16817
|
+
"line": 249,
|
|
16876
16818
|
"character": 42
|
|
16877
16819
|
},
|
|
16878
16820
|
"name": "OnWorkspaceConfigChangeSlot"
|
|
@@ -16885,13 +16827,37 @@
|
|
|
16885
16827
|
"__schema": "ThisTypeSchema",
|
|
16886
16828
|
"location": {
|
|
16887
16829
|
"filePath": "workspace.ts",
|
|
16888
|
-
"line":
|
|
16830
|
+
"line": 161,
|
|
16889
16831
|
"character": 1
|
|
16890
16832
|
},
|
|
16891
16833
|
"name": "Workspace"
|
|
16892
16834
|
},
|
|
16893
16835
|
"modifiers": []
|
|
16894
16836
|
},
|
|
16837
|
+
{
|
|
16838
|
+
"__schema": "GetAccessorSchema",
|
|
16839
|
+
"location": {
|
|
16840
|
+
"filePath": "workspace.ts",
|
|
16841
|
+
"line": 280,
|
|
16842
|
+
"character": 3
|
|
16843
|
+
},
|
|
16844
|
+
"signature": "(getter) Workspace.componentList: ComponentsList",
|
|
16845
|
+
"name": "componentList",
|
|
16846
|
+
"type": {
|
|
16847
|
+
"__schema": "TypeRefSchema",
|
|
16848
|
+
"location": {
|
|
16849
|
+
"filePath": "workspace.ts",
|
|
16850
|
+
"line": 280,
|
|
16851
|
+
"character": 3
|
|
16852
|
+
},
|
|
16853
|
+
"name": "ComponentsList",
|
|
16854
|
+
"componentId": {
|
|
16855
|
+
"scope": "teambit.legacy",
|
|
16856
|
+
"name": "component-list",
|
|
16857
|
+
"version": "0.0.69"
|
|
16858
|
+
}
|
|
16859
|
+
}
|
|
16860
|
+
},
|
|
16895
16861
|
{
|
|
16896
16862
|
"__schema": "GetAccessorSchema",
|
|
16897
16863
|
"location": {
|
|
@@ -20589,7 +20555,7 @@
|
|
|
20589
20555
|
"componentId": {
|
|
20590
20556
|
"scope": "teambit.legacy",
|
|
20591
20557
|
"name": "extension-data",
|
|
20592
|
-
"version": "0.0.
|
|
20558
|
+
"version": "0.0.17"
|
|
20593
20559
|
}
|
|
20594
20560
|
},
|
|
20595
20561
|
"modifiers": []
|
|
@@ -26335,7 +26301,7 @@
|
|
|
26335
26301
|
"__schema": "FunctionLikeSchema",
|
|
26336
26302
|
"location": {
|
|
26337
26303
|
"filePath": "workspace.ts",
|
|
26338
|
-
"line":
|
|
26304
|
+
"line": 2209,
|
|
26339
26305
|
"character": 3
|
|
26340
26306
|
},
|
|
26341
26307
|
"signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
|
|
@@ -26345,7 +26311,7 @@
|
|
|
26345
26311
|
"__schema": "InferenceTypeSchema",
|
|
26346
26312
|
"location": {
|
|
26347
26313
|
"filePath": "workspace.ts",
|
|
26348
|
-
"line":
|
|
26314
|
+
"line": 2209,
|
|
26349
26315
|
"character": 3
|
|
26350
26316
|
},
|
|
26351
26317
|
"type": "RegExp[]"
|
|
@@ -26356,7 +26322,7 @@
|
|
|
26356
26322
|
"__schema": "FunctionLikeSchema",
|
|
26357
26323
|
"location": {
|
|
26358
26324
|
"filePath": "workspace.ts",
|
|
26359
|
-
"line":
|
|
26325
|
+
"line": 2213,
|
|
26360
26326
|
"character": 3
|
|
26361
26327
|
},
|
|
26362
26328
|
"signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
|
|
@@ -26366,7 +26332,7 @@
|
|
|
26366
26332
|
"__schema": "InferenceTypeSchema",
|
|
26367
26333
|
"location": {
|
|
26368
26334
|
"filePath": "workspace.ts",
|
|
26369
|
-
"line":
|
|
26335
|
+
"line": 2213,
|
|
26370
26336
|
"character": 3
|
|
26371
26337
|
},
|
|
26372
26338
|
"type": "Promise<void>"
|
|
@@ -26379,7 +26345,7 @@
|
|
|
26379
26345
|
"__schema": "FunctionLikeSchema",
|
|
26380
26346
|
"location": {
|
|
26381
26347
|
"filePath": "workspace.ts",
|
|
26382
|
-
"line":
|
|
26348
|
+
"line": 2228,
|
|
26383
26349
|
"character": 3
|
|
26384
26350
|
},
|
|
26385
26351
|
"signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
|
|
@@ -26389,7 +26355,7 @@
|
|
|
26389
26355
|
"__schema": "ParameterSchema",
|
|
26390
26356
|
"location": {
|
|
26391
26357
|
"filePath": "workspace.ts",
|
|
26392
|
-
"line":
|
|
26358
|
+
"line": 2228,
|
|
26393
26359
|
"character": 19
|
|
26394
26360
|
},
|
|
26395
26361
|
"name": "component",
|
|
@@ -26397,7 +26363,7 @@
|
|
|
26397
26363
|
"__schema": "TypeRefSchema",
|
|
26398
26364
|
"location": {
|
|
26399
26365
|
"filePath": "workspace.ts",
|
|
26400
|
-
"line":
|
|
26366
|
+
"line": 2228,
|
|
26401
26367
|
"character": 30
|
|
26402
26368
|
},
|
|
26403
26369
|
"name": "Component"
|
|
@@ -26410,7 +26376,7 @@
|
|
|
26410
26376
|
"__schema": "TypeRefSchema",
|
|
26411
26377
|
"location": {
|
|
26412
26378
|
"filePath": "workspace.ts",
|
|
26413
|
-
"line":
|
|
26379
|
+
"line": 2228,
|
|
26414
26380
|
"character": 42
|
|
26415
26381
|
},
|
|
26416
26382
|
"name": "Promise",
|
|
@@ -26419,14 +26385,14 @@
|
|
|
26419
26385
|
"__schema": "TypeArraySchema",
|
|
26420
26386
|
"location": {
|
|
26421
26387
|
"filePath": "workspace.ts",
|
|
26422
|
-
"line":
|
|
26388
|
+
"line": 2228,
|
|
26423
26389
|
"character": 50
|
|
26424
26390
|
},
|
|
26425
26391
|
"type": {
|
|
26426
26392
|
"__schema": "KeywordTypeSchema",
|
|
26427
26393
|
"location": {
|
|
26428
26394
|
"filePath": "workspace.ts",
|
|
26429
|
-
"line":
|
|
26395
|
+
"line": 2228,
|
|
26430
26396
|
"character": 50
|
|
26431
26397
|
},
|
|
26432
26398
|
"name": "string"
|
|
@@ -26440,7 +26406,7 @@
|
|
|
26440
26406
|
"__schema": "FunctionLikeSchema",
|
|
26441
26407
|
"location": {
|
|
26442
26408
|
"filePath": "workspace.ts",
|
|
26443
|
-
"line":
|
|
26409
|
+
"line": 2239,
|
|
26444
26410
|
"character": 3
|
|
26445
26411
|
},
|
|
26446
26412
|
"signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[], envExtendedDeps?: LegacyDependency[]): Promise<DependenciesOverridesData>",
|
|
@@ -26450,7 +26416,7 @@
|
|
|
26450
26416
|
"__schema": "ParameterSchema",
|
|
26451
26417
|
"location": {
|
|
26452
26418
|
"filePath": "workspace.ts",
|
|
26453
|
-
"line":
|
|
26419
|
+
"line": 2240,
|
|
26454
26420
|
"character": 5
|
|
26455
26421
|
},
|
|
26456
26422
|
"name": "configuredExtensions",
|
|
@@ -26458,7 +26424,7 @@
|
|
|
26458
26424
|
"__schema": "TypeRefSchema",
|
|
26459
26425
|
"location": {
|
|
26460
26426
|
"filePath": "workspace.ts",
|
|
26461
|
-
"line":
|
|
26427
|
+
"line": 2240,
|
|
26462
26428
|
"character": 27
|
|
26463
26429
|
},
|
|
26464
26430
|
"name": "ExtensionDataList"
|
|
@@ -26470,7 +26436,7 @@
|
|
|
26470
26436
|
"__schema": "ParameterSchema",
|
|
26471
26437
|
"location": {
|
|
26472
26438
|
"filePath": "workspace.ts",
|
|
26473
|
-
"line":
|
|
26439
|
+
"line": 2241,
|
|
26474
26440
|
"character": 5
|
|
26475
26441
|
},
|
|
26476
26442
|
"name": "id",
|
|
@@ -26478,7 +26444,7 @@
|
|
|
26478
26444
|
"__schema": "TypeRefSchema",
|
|
26479
26445
|
"location": {
|
|
26480
26446
|
"filePath": "workspace.ts",
|
|
26481
|
-
"line":
|
|
26447
|
+
"line": 2241,
|
|
26482
26448
|
"character": 9
|
|
26483
26449
|
},
|
|
26484
26450
|
"name": "ComponentID"
|
|
@@ -26490,7 +26456,7 @@
|
|
|
26490
26456
|
"__schema": "ParameterSchema",
|
|
26491
26457
|
"location": {
|
|
26492
26458
|
"filePath": "workspace.ts",
|
|
26493
|
-
"line":
|
|
26459
|
+
"line": 2242,
|
|
26494
26460
|
"character": 5
|
|
26495
26461
|
},
|
|
26496
26462
|
"name": "legacyFiles",
|
|
@@ -26498,14 +26464,14 @@
|
|
|
26498
26464
|
"__schema": "TypeArraySchema",
|
|
26499
26465
|
"location": {
|
|
26500
26466
|
"filePath": "workspace.ts",
|
|
26501
|
-
"line":
|
|
26467
|
+
"line": 2242,
|
|
26502
26468
|
"character": 18
|
|
26503
26469
|
},
|
|
26504
26470
|
"type": {
|
|
26505
26471
|
"__schema": "TypeRefSchema",
|
|
26506
26472
|
"location": {
|
|
26507
26473
|
"filePath": "workspace.ts",
|
|
26508
|
-
"line":
|
|
26474
|
+
"line": 2242,
|
|
26509
26475
|
"character": 18
|
|
26510
26476
|
},
|
|
26511
26477
|
"name": "SourceFile"
|
|
@@ -26518,7 +26484,7 @@
|
|
|
26518
26484
|
"__schema": "ParameterSchema",
|
|
26519
26485
|
"location": {
|
|
26520
26486
|
"filePath": "workspace.ts",
|
|
26521
|
-
"line":
|
|
26487
|
+
"line": 2243,
|
|
26522
26488
|
"character": 5
|
|
26523
26489
|
},
|
|
26524
26490
|
"name": "envExtendedDeps",
|
|
@@ -26526,14 +26492,14 @@
|
|
|
26526
26492
|
"__schema": "TypeArraySchema",
|
|
26527
26493
|
"location": {
|
|
26528
26494
|
"filePath": "workspace.ts",
|
|
26529
|
-
"line":
|
|
26495
|
+
"line": 2243,
|
|
26530
26496
|
"character": 23
|
|
26531
26497
|
},
|
|
26532
26498
|
"type": {
|
|
26533
26499
|
"__schema": "TypeRefSchema",
|
|
26534
26500
|
"location": {
|
|
26535
26501
|
"filePath": "workspace.ts",
|
|
26536
|
-
"line":
|
|
26502
|
+
"line": 2243,
|
|
26537
26503
|
"character": 23
|
|
26538
26504
|
},
|
|
26539
26505
|
"name": "LegacyDependency"
|
|
@@ -26547,7 +26513,7 @@
|
|
|
26547
26513
|
"__schema": "InferenceTypeSchema",
|
|
26548
26514
|
"location": {
|
|
26549
26515
|
"filePath": "workspace.ts",
|
|
26550
|
-
"line":
|
|
26516
|
+
"line": 2239,
|
|
26551
26517
|
"character": 3
|
|
26552
26518
|
},
|
|
26553
26519
|
"type": "Promise<DependenciesOverridesData>"
|
|
@@ -26560,7 +26526,7 @@
|
|
|
26560
26526
|
"__schema": "FunctionLikeSchema",
|
|
26561
26527
|
"location": {
|
|
26562
26528
|
"filePath": "workspace.ts",
|
|
26563
|
-
"line":
|
|
26529
|
+
"line": 2260,
|
|
26564
26530
|
"character": 3
|
|
26565
26531
|
},
|
|
26566
26532
|
"signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
|
|
@@ -26570,7 +26536,7 @@
|
|
|
26570
26536
|
"__schema": "ParameterSchema",
|
|
26571
26537
|
"location": {
|
|
26572
26538
|
"filePath": "workspace.ts",
|
|
26573
|
-
"line":
|
|
26539
|
+
"line": 2260,
|
|
26574
26540
|
"character": 28
|
|
26575
26541
|
},
|
|
26576
26542
|
"name": "id",
|
|
@@ -26578,7 +26544,7 @@
|
|
|
26578
26544
|
"__schema": "TypeRefSchema",
|
|
26579
26545
|
"location": {
|
|
26580
26546
|
"filePath": "workspace.ts",
|
|
26581
|
-
"line":
|
|
26547
|
+
"line": 2260,
|
|
26582
26548
|
"character": 32
|
|
26583
26549
|
},
|
|
26584
26550
|
"name": "ComponentID"
|
|
@@ -26591,7 +26557,7 @@
|
|
|
26591
26557
|
"__schema": "InferenceTypeSchema",
|
|
26592
26558
|
"location": {
|
|
26593
26559
|
"filePath": "workspace.ts",
|
|
26594
|
-
"line":
|
|
26560
|
+
"line": 2260,
|
|
26595
26561
|
"character": 3
|
|
26596
26562
|
},
|
|
26597
26563
|
"type": "DependenciesOverridesData | undefined"
|
|
@@ -26602,7 +26568,7 @@
|
|
|
26602
26568
|
"__schema": "FunctionLikeSchema",
|
|
26603
26569
|
"location": {
|
|
26604
26570
|
"filePath": "workspace.ts",
|
|
26605
|
-
"line":
|
|
26571
|
+
"line": 2269,
|
|
26606
26572
|
"character": 3
|
|
26607
26573
|
},
|
|
26608
26574
|
"signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
|
|
@@ -26612,7 +26578,7 @@
|
|
|
26612
26578
|
"__schema": "ParameterSchema",
|
|
26613
26579
|
"location": {
|
|
26614
26580
|
"filePath": "workspace.ts",
|
|
26615
|
-
"line":
|
|
26581
|
+
"line": 2269,
|
|
26616
26582
|
"character": 35
|
|
26617
26583
|
},
|
|
26618
26584
|
"name": "ids",
|
|
@@ -26620,14 +26586,14 @@
|
|
|
26620
26586
|
"__schema": "TypeArraySchema",
|
|
26621
26587
|
"location": {
|
|
26622
26588
|
"filePath": "workspace.ts",
|
|
26623
|
-
"line":
|
|
26589
|
+
"line": 2269,
|
|
26624
26590
|
"character": 40
|
|
26625
26591
|
},
|
|
26626
26592
|
"type": {
|
|
26627
26593
|
"__schema": "TypeRefSchema",
|
|
26628
26594
|
"location": {
|
|
26629
26595
|
"filePath": "workspace.ts",
|
|
26630
|
-
"line":
|
|
26596
|
+
"line": 2269,
|
|
26631
26597
|
"character": 40
|
|
26632
26598
|
},
|
|
26633
26599
|
"name": "ComponentID"
|
|
@@ -26641,7 +26607,7 @@
|
|
|
26641
26607
|
"__schema": "TypeRefSchema",
|
|
26642
26608
|
"location": {
|
|
26643
26609
|
"filePath": "workspace.ts",
|
|
26644
|
-
"line":
|
|
26610
|
+
"line": 2269,
|
|
26645
26611
|
"character": 56
|
|
26646
26612
|
},
|
|
26647
26613
|
"name": "Promise",
|
|
@@ -26650,14 +26616,14 @@
|
|
|
26650
26616
|
"__schema": "TypeArraySchema",
|
|
26651
26617
|
"location": {
|
|
26652
26618
|
"filePath": "workspace.ts",
|
|
26653
|
-
"line":
|
|
26619
|
+
"line": 2269,
|
|
26654
26620
|
"character": 64
|
|
26655
26621
|
},
|
|
26656
26622
|
"type": {
|
|
26657
26623
|
"__schema": "TypeRefSchema",
|
|
26658
26624
|
"location": {
|
|
26659
26625
|
"filePath": "workspace.ts",
|
|
26660
|
-
"line":
|
|
26626
|
+
"line": 2269,
|
|
26661
26627
|
"character": 64
|
|
26662
26628
|
},
|
|
26663
26629
|
"name": "ComponentStatusResult"
|
|
@@ -26673,7 +26639,7 @@
|
|
|
26673
26639
|
"__schema": "FunctionLikeSchema",
|
|
26674
26640
|
"location": {
|
|
26675
26641
|
"filePath": "workspace.ts",
|
|
26676
|
-
"line":
|
|
26642
|
+
"line": 2273,
|
|
26677
26643
|
"character": 3
|
|
26678
26644
|
},
|
|
26679
26645
|
"signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
|
|
@@ -26683,7 +26649,7 @@
|
|
|
26683
26649
|
"__schema": "ParameterSchema",
|
|
26684
26650
|
"location": {
|
|
26685
26651
|
"filePath": "workspace.ts",
|
|
26686
|
-
"line":
|
|
26652
|
+
"line": 2273,
|
|
26687
26653
|
"character": 32
|
|
26688
26654
|
},
|
|
26689
26655
|
"name": "id",
|
|
@@ -26691,7 +26657,7 @@
|
|
|
26691
26657
|
"__schema": "TypeRefSchema",
|
|
26692
26658
|
"location": {
|
|
26693
26659
|
"filePath": "workspace.ts",
|
|
26694
|
-
"line":
|
|
26660
|
+
"line": 2273,
|
|
26695
26661
|
"character": 36
|
|
26696
26662
|
},
|
|
26697
26663
|
"name": "ComponentID"
|
|
@@ -26704,7 +26670,7 @@
|
|
|
26704
26670
|
"__schema": "TypeRefSchema",
|
|
26705
26671
|
"location": {
|
|
26706
26672
|
"filePath": "workspace.ts",
|
|
26707
|
-
"line":
|
|
26673
|
+
"line": 2273,
|
|
26708
26674
|
"character": 50
|
|
26709
26675
|
},
|
|
26710
26676
|
"name": "Promise",
|
|
@@ -26713,7 +26679,7 @@
|
|
|
26713
26679
|
"__schema": "TypeRefSchema",
|
|
26714
26680
|
"location": {
|
|
26715
26681
|
"filePath": "workspace.ts",
|
|
26716
|
-
"line":
|
|
26682
|
+
"line": 2273,
|
|
26717
26683
|
"character": 58
|
|
26718
26684
|
},
|
|
26719
26685
|
"name": "ComponentStatusLegacy"
|
|
@@ -26728,7 +26694,7 @@
|
|
|
26728
26694
|
"__schema": "FunctionLikeSchema",
|
|
26729
26695
|
"location": {
|
|
26730
26696
|
"filePath": "workspace.ts",
|
|
26731
|
-
"line":
|
|
26697
|
+
"line": 2277,
|
|
26732
26698
|
"character": 3
|
|
26733
26699
|
},
|
|
26734
26700
|
"signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
|
|
@@ -26738,7 +26704,7 @@
|
|
|
26738
26704
|
"__schema": "ParameterSchema",
|
|
26739
26705
|
"location": {
|
|
26740
26706
|
"filePath": "workspace.ts",
|
|
26741
|
-
"line":
|
|
26707
|
+
"line": 2277,
|
|
26742
26708
|
"character": 22
|
|
26743
26709
|
},
|
|
26744
26710
|
"name": "ids",
|
|
@@ -26746,14 +26712,14 @@
|
|
|
26746
26712
|
"__schema": "TypeArraySchema",
|
|
26747
26713
|
"location": {
|
|
26748
26714
|
"filePath": "workspace.ts",
|
|
26749
|
-
"line":
|
|
26715
|
+
"line": 2277,
|
|
26750
26716
|
"character": 27
|
|
26751
26717
|
},
|
|
26752
26718
|
"type": {
|
|
26753
26719
|
"__schema": "TypeRefSchema",
|
|
26754
26720
|
"location": {
|
|
26755
26721
|
"filePath": "workspace.ts",
|
|
26756
|
-
"line":
|
|
26722
|
+
"line": 2277,
|
|
26757
26723
|
"character": 27
|
|
26758
26724
|
},
|
|
26759
26725
|
"name": "ComponentID"
|
|
@@ -26767,7 +26733,7 @@
|
|
|
26767
26733
|
"__schema": "InferenceTypeSchema",
|
|
26768
26734
|
"location": {
|
|
26769
26735
|
"filePath": "workspace.ts",
|
|
26770
|
-
"line":
|
|
26736
|
+
"line": 2277,
|
|
26771
26737
|
"character": 3
|
|
26772
26738
|
},
|
|
26773
26739
|
"type": "Promise<void>"
|
|
@@ -26780,7 +26746,7 @@
|
|
|
26780
26746
|
"__schema": "FunctionLikeSchema",
|
|
26781
26747
|
"location": {
|
|
26782
26748
|
"filePath": "workspace.ts",
|
|
26783
|
-
"line":
|
|
26749
|
+
"line": 2294,
|
|
26784
26750
|
"character": 3
|
|
26785
26751
|
},
|
|
26786
26752
|
"signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
|
|
@@ -26790,7 +26756,7 @@
|
|
|
26790
26756
|
"__schema": "ParameterSchema",
|
|
26791
26757
|
"location": {
|
|
26792
26758
|
"filePath": "workspace.ts",
|
|
26793
|
-
"line":
|
|
26759
|
+
"line": 2294,
|
|
26794
26760
|
"character": 24
|
|
26795
26761
|
},
|
|
26796
26762
|
"name": "ids",
|
|
@@ -26798,14 +26764,14 @@
|
|
|
26798
26764
|
"__schema": "TypeArraySchema",
|
|
26799
26765
|
"location": {
|
|
26800
26766
|
"filePath": "workspace.ts",
|
|
26801
|
-
"line":
|
|
26767
|
+
"line": 2294,
|
|
26802
26768
|
"character": 29
|
|
26803
26769
|
},
|
|
26804
26770
|
"type": {
|
|
26805
26771
|
"__schema": "TypeRefSchema",
|
|
26806
26772
|
"location": {
|
|
26807
26773
|
"filePath": "workspace.ts",
|
|
26808
|
-
"line":
|
|
26774
|
+
"line": 2294,
|
|
26809
26775
|
"character": 29
|
|
26810
26776
|
},
|
|
26811
26777
|
"name": "ComponentID"
|
|
@@ -26819,7 +26785,7 @@
|
|
|
26819
26785
|
"__schema": "TypeRefSchema",
|
|
26820
26786
|
"location": {
|
|
26821
26787
|
"filePath": "workspace.ts",
|
|
26822
|
-
"line":
|
|
26788
|
+
"line": 2294,
|
|
26823
26789
|
"character": 45
|
|
26824
26790
|
},
|
|
26825
26791
|
"name": "Promise",
|
|
@@ -26828,14 +26794,14 @@
|
|
|
26828
26794
|
"__schema": "TypeArraySchema",
|
|
26829
26795
|
"location": {
|
|
26830
26796
|
"filePath": "workspace.ts",
|
|
26831
|
-
"line":
|
|
26797
|
+
"line": 2294,
|
|
26832
26798
|
"character": 53
|
|
26833
26799
|
},
|
|
26834
26800
|
"type": {
|
|
26835
26801
|
"__schema": "TypeRefSchema",
|
|
26836
26802
|
"location": {
|
|
26837
26803
|
"filePath": "workspace.ts",
|
|
26838
|
-
"line":
|
|
26804
|
+
"line": 2294,
|
|
26839
26805
|
"character": 53
|
|
26840
26806
|
},
|
|
26841
26807
|
"name": "ComponentID"
|
|
@@ -26851,7 +26817,7 @@
|
|
|
26851
26817
|
"__schema": "FunctionLikeSchema",
|
|
26852
26818
|
"location": {
|
|
26853
26819
|
"filePath": "workspace.ts",
|
|
26854
|
-
"line":
|
|
26820
|
+
"line": 2299,
|
|
26855
26821
|
"character": 3
|
|
26856
26822
|
},
|
|
26857
26823
|
"signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
|
|
@@ -26861,7 +26827,7 @@
|
|
|
26861
26827
|
"__schema": "TypeRefSchema",
|
|
26862
26828
|
"location": {
|
|
26863
26829
|
"filePath": "workspace.ts",
|
|
26864
|
-
"line":
|
|
26830
|
+
"line": 2299,
|
|
26865
26831
|
"character": 3
|
|
26866
26832
|
},
|
|
26867
26833
|
"name": "ComponentIdList",
|
|
@@ -26880,7 +26846,7 @@
|
|
|
26880
26846
|
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
26881
26847
|
"location": {
|
|
26882
26848
|
"filePath": "workspace.ts",
|
|
26883
|
-
"line":
|
|
26849
|
+
"line": 161,
|
|
26884
26850
|
"character": 35
|
|
26885
26851
|
},
|
|
26886
26852
|
"name": "implements ComponentFactory",
|
|
@@ -26889,7 +26855,7 @@
|
|
|
26889
26855
|
"__schema": "TypeRefSchema",
|
|
26890
26856
|
"location": {
|
|
26891
26857
|
"filePath": "workspace.ts",
|
|
26892
|
-
"line":
|
|
26858
|
+
"line": 161,
|
|
26893
26859
|
"character": 35
|
|
26894
26860
|
},
|
|
26895
26861
|
"name": "ComponentFactory",
|
|
@@ -26897,7 +26863,7 @@
|
|
|
26897
26863
|
"_legacy": {
|
|
26898
26864
|
"scope": "teambit.workspace",
|
|
26899
26865
|
"name": "workspace",
|
|
26900
|
-
"version": "1.0.
|
|
26866
|
+
"version": "1.0.508"
|
|
26901
26867
|
},
|
|
26902
26868
|
"_scope": "teambit.workspace"
|
|
26903
26869
|
}
|
|
@@ -26909,7 +26875,7 @@
|
|
|
26909
26875
|
"__schema": "UnImplementedSchema",
|
|
26910
26876
|
"location": {
|
|
26911
26877
|
"filePath": "workspace.ts",
|
|
26912
|
-
"line":
|
|
26878
|
+
"line": 2317,
|
|
26913
26879
|
"character": 16
|
|
26914
26880
|
},
|
|
26915
26881
|
"name": "Workspace",
|
|
@@ -26921,7 +26887,7 @@
|
|
|
26921
26887
|
"__schema": "TypeSchema",
|
|
26922
26888
|
"location": {
|
|
26923
26889
|
"filePath": "workspace.ts",
|
|
26924
|
-
"line":
|
|
26890
|
+
"line": 140,
|
|
26925
26891
|
"character": 1
|
|
26926
26892
|
},
|
|
26927
26893
|
"signature": "type ComponentExtensionsResponse = {\n extensions: ExtensionDataList;\n beforeMerge: Array<{\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }>;\n errors?: Error[] | undefined;\n envId?: string | undefined;\n}",
|
|
@@ -26930,7 +26896,7 @@
|
|
|
26930
26896
|
"__schema": "TypeLiteralSchema",
|
|
26931
26897
|
"location": {
|
|
26932
26898
|
"filePath": "workspace.ts",
|
|
26933
|
-
"line":
|
|
26899
|
+
"line": 140,
|
|
26934
26900
|
"character": 36
|
|
26935
26901
|
},
|
|
26936
26902
|
"members": [
|
|
@@ -26938,7 +26904,7 @@
|
|
|
26938
26904
|
"__schema": "VariableLikeSchema",
|
|
26939
26905
|
"location": {
|
|
26940
26906
|
"filePath": "workspace.ts",
|
|
26941
|
-
"line":
|
|
26907
|
+
"line": 141,
|
|
26942
26908
|
"character": 3
|
|
26943
26909
|
},
|
|
26944
26910
|
"signature": "(property) extensions: ExtensionDataList",
|
|
@@ -26947,14 +26913,14 @@
|
|
|
26947
26913
|
"__schema": "TypeRefSchema",
|
|
26948
26914
|
"location": {
|
|
26949
26915
|
"filePath": "workspace.ts",
|
|
26950
|
-
"line":
|
|
26916
|
+
"line": 141,
|
|
26951
26917
|
"character": 3
|
|
26952
26918
|
},
|
|
26953
26919
|
"name": "ExtensionDataList",
|
|
26954
26920
|
"componentId": {
|
|
26955
26921
|
"scope": "teambit.legacy",
|
|
26956
26922
|
"name": "extension-data",
|
|
26957
|
-
"version": "0.0.
|
|
26923
|
+
"version": "0.0.17"
|
|
26958
26924
|
}
|
|
26959
26925
|
},
|
|
26960
26926
|
"isOptional": false
|
|
@@ -26963,7 +26929,7 @@
|
|
|
26963
26929
|
"__schema": "VariableLikeSchema",
|
|
26964
26930
|
"location": {
|
|
26965
26931
|
"filePath": "workspace.ts",
|
|
26966
|
-
"line":
|
|
26932
|
+
"line": 142,
|
|
26967
26933
|
"character": 3
|
|
26968
26934
|
},
|
|
26969
26935
|
"signature": "(property) beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n}[]",
|
|
@@ -26972,7 +26938,7 @@
|
|
|
26972
26938
|
"__schema": "TypeRefSchema",
|
|
26973
26939
|
"location": {
|
|
26974
26940
|
"filePath": "workspace.ts",
|
|
26975
|
-
"line":
|
|
26941
|
+
"line": 142,
|
|
26976
26942
|
"character": 16
|
|
26977
26943
|
},
|
|
26978
26944
|
"name": "Array",
|
|
@@ -26981,7 +26947,7 @@
|
|
|
26981
26947
|
"__schema": "TypeLiteralSchema",
|
|
26982
26948
|
"location": {
|
|
26983
26949
|
"filePath": "workspace.ts",
|
|
26984
|
-
"line":
|
|
26950
|
+
"line": 142,
|
|
26985
26951
|
"character": 22
|
|
26986
26952
|
},
|
|
26987
26953
|
"members": [
|
|
@@ -26989,7 +26955,7 @@
|
|
|
26989
26955
|
"__schema": "VariableLikeSchema",
|
|
26990
26956
|
"location": {
|
|
26991
26957
|
"filePath": "workspace.ts",
|
|
26992
|
-
"line":
|
|
26958
|
+
"line": 142,
|
|
26993
26959
|
"character": 24
|
|
26994
26960
|
},
|
|
26995
26961
|
"signature": "(property) extensions: ExtensionDataList",
|
|
@@ -26998,14 +26964,14 @@
|
|
|
26998
26964
|
"__schema": "TypeRefSchema",
|
|
26999
26965
|
"location": {
|
|
27000
26966
|
"filePath": "workspace.ts",
|
|
27001
|
-
"line":
|
|
26967
|
+
"line": 142,
|
|
27002
26968
|
"character": 24
|
|
27003
26969
|
},
|
|
27004
26970
|
"name": "ExtensionDataList",
|
|
27005
26971
|
"componentId": {
|
|
27006
26972
|
"scope": "teambit.legacy",
|
|
27007
26973
|
"name": "extension-data",
|
|
27008
|
-
"version": "0.0.
|
|
26974
|
+
"version": "0.0.17"
|
|
27009
26975
|
}
|
|
27010
26976
|
},
|
|
27011
26977
|
"isOptional": false
|
|
@@ -27014,7 +26980,7 @@
|
|
|
27014
26980
|
"__schema": "VariableLikeSchema",
|
|
27015
26981
|
"location": {
|
|
27016
26982
|
"filePath": "workspace.ts",
|
|
27017
|
-
"line":
|
|
26983
|
+
"line": 142,
|
|
27018
26984
|
"character": 55
|
|
27019
26985
|
},
|
|
27020
26986
|
"signature": "(property) origin: ExtensionsOrigin",
|
|
@@ -27023,7 +26989,7 @@
|
|
|
27023
26989
|
"__schema": "TypeRefSchema",
|
|
27024
26990
|
"location": {
|
|
27025
26991
|
"filePath": "workspace.ts",
|
|
27026
|
-
"line":
|
|
26992
|
+
"line": 142,
|
|
27027
26993
|
"character": 55
|
|
27028
26994
|
},
|
|
27029
26995
|
"name": "ExtensionsOrigin"
|
|
@@ -27034,7 +27000,7 @@
|
|
|
27034
27000
|
"__schema": "VariableLikeSchema",
|
|
27035
27001
|
"location": {
|
|
27036
27002
|
"filePath": "workspace.ts",
|
|
27037
|
-
"line":
|
|
27003
|
+
"line": 142,
|
|
27038
27004
|
"character": 81
|
|
27039
27005
|
},
|
|
27040
27006
|
"signature": "(property) extraData: any",
|
|
@@ -27043,7 +27009,7 @@
|
|
|
27043
27009
|
"__schema": "KeywordTypeSchema",
|
|
27044
27010
|
"location": {
|
|
27045
27011
|
"filePath": "workspace.ts",
|
|
27046
|
-
"line":
|
|
27012
|
+
"line": 142,
|
|
27047
27013
|
"character": 92
|
|
27048
27014
|
},
|
|
27049
27015
|
"name": "any"
|
|
@@ -27060,7 +27026,7 @@
|
|
|
27060
27026
|
"__schema": "VariableLikeSchema",
|
|
27061
27027
|
"location": {
|
|
27062
27028
|
"filePath": "workspace.ts",
|
|
27063
|
-
"line":
|
|
27029
|
+
"line": 143,
|
|
27064
27030
|
"character": 3
|
|
27065
27031
|
},
|
|
27066
27032
|
"signature": "(property) errors?: Error[] | undefined",
|
|
@@ -27069,14 +27035,14 @@
|
|
|
27069
27035
|
"__schema": "TypeArraySchema",
|
|
27070
27036
|
"location": {
|
|
27071
27037
|
"filePath": "workspace.ts",
|
|
27072
|
-
"line":
|
|
27038
|
+
"line": 143,
|
|
27073
27039
|
"character": 12
|
|
27074
27040
|
},
|
|
27075
27041
|
"type": {
|
|
27076
27042
|
"__schema": "TypeRefSchema",
|
|
27077
27043
|
"location": {
|
|
27078
27044
|
"filePath": "workspace.ts",
|
|
27079
|
-
"line":
|
|
27045
|
+
"line": 143,
|
|
27080
27046
|
"character": 12
|
|
27081
27047
|
},
|
|
27082
27048
|
"name": "Error"
|
|
@@ -27088,7 +27054,7 @@
|
|
|
27088
27054
|
"__schema": "VariableLikeSchema",
|
|
27089
27055
|
"location": {
|
|
27090
27056
|
"filePath": "workspace.ts",
|
|
27091
|
-
"line":
|
|
27057
|
+
"line": 144,
|
|
27092
27058
|
"character": 3
|
|
27093
27059
|
},
|
|
27094
27060
|
"signature": "(property) envId?: string | undefined",
|
|
@@ -27097,7 +27063,7 @@
|
|
|
27097
27063
|
"__schema": "KeywordTypeSchema",
|
|
27098
27064
|
"location": {
|
|
27099
27065
|
"filePath": "workspace.ts",
|
|
27100
|
-
"line":
|
|
27066
|
+
"line": 144,
|
|
27101
27067
|
"character": 11
|
|
27102
27068
|
},
|
|
27103
27069
|
"name": "string"
|
|
@@ -27111,7 +27077,7 @@
|
|
|
27111
27077
|
"__schema": "ModuleSchema",
|
|
27112
27078
|
"location": {
|
|
27113
27079
|
"filePath": "workspace.ts",
|
|
27114
|
-
"line":
|
|
27080
|
+
"line": 156,
|
|
27115
27081
|
"character": 1
|
|
27116
27082
|
},
|
|
27117
27083
|
"exports": [
|
|
@@ -27119,7 +27085,7 @@
|
|
|
27119
27085
|
"__schema": "VariableLikeSchema",
|
|
27120
27086
|
"location": {
|
|
27121
27087
|
"filePath": "workspace.ts",
|
|
27122
|
-
"line":
|
|
27088
|
+
"line": 156,
|
|
27123
27089
|
"character": 7
|
|
27124
27090
|
},
|
|
27125
27091
|
"signature": "const DEFAULT_VENDOR_DIR: \"vendor\"",
|
|
@@ -27128,7 +27094,7 @@
|
|
|
27128
27094
|
"__schema": "InferenceTypeSchema",
|
|
27129
27095
|
"location": {
|
|
27130
27096
|
"filePath": "workspace.ts",
|
|
27131
|
-
"line":
|
|
27097
|
+
"line": 156,
|
|
27132
27098
|
"character": 7
|
|
27133
27099
|
},
|
|
27134
27100
|
"type": "\"vendor\""
|
|
@@ -27143,14 +27109,14 @@
|
|
|
27143
27109
|
"__schema": "FunctionLikeSchema",
|
|
27144
27110
|
"location": {
|
|
27145
27111
|
"filePath": "workspace.ts",
|
|
27146
|
-
"line":
|
|
27112
|
+
"line": 2312,
|
|
27147
27113
|
"character": 1
|
|
27148
27114
|
},
|
|
27149
27115
|
"doc": {
|
|
27150
27116
|
"__schema": "DocSchema",
|
|
27151
27117
|
"location": {
|
|
27152
27118
|
"filePath": "workspace.ts",
|
|
27153
|
-
"line":
|
|
27119
|
+
"line": 2304,
|
|
27154
27120
|
"character": 1
|
|
27155
27121
|
},
|
|
27156
27122
|
"raw": "/**\n * this is a super hacky way to do it. problem is that loadAspect is running as onStart hook, where we don't\n * have the CLI fully loaded yet, so we can't get the command from the CLI aspect, we have to retrieve it from\n * process.argv.\n * in general, we don't want every command to try again and again fetching un-built versions. otherwise, every time\n * Bit loads (even bit --help), it'll fetch them and slow down everything.\n * instead, long-running commands and those that need the artifacts from the Version objects, should try to re-fetch.\n */",
|
|
@@ -27164,7 +27130,7 @@
|
|
|
27164
27130
|
"__schema": "TypeRefSchema",
|
|
27165
27131
|
"location": {
|
|
27166
27132
|
"filePath": "workspace.ts",
|
|
27167
|
-
"line":
|
|
27133
|
+
"line": 2312,
|
|
27168
27134
|
"character": 1
|
|
27169
27135
|
},
|
|
27170
27136
|
"name": "shouldReFetchUnBuiltVersion",
|
|
@@ -27186,16 +27152,16 @@
|
|
|
27186
27152
|
"__schema": "TypeSchema",
|
|
27187
27153
|
"location": {
|
|
27188
27154
|
"filePath": "workspace.main.runtime.ts",
|
|
27189
|
-
"line":
|
|
27155
|
+
"line": 46,
|
|
27190
27156
|
"character": 1
|
|
27191
27157
|
},
|
|
27192
|
-
"signature": "type WorkspaceDeps = [
|
|
27158
|
+
"signature": "type WorkspaceDeps = [CLIMain, ScopeMain, ComponentMain, IsolatorMain, DependencyResolverMain, VariantsMain, ... 6 more ..., GlobalConfigMain]",
|
|
27193
27159
|
"name": "WorkspaceDeps",
|
|
27194
27160
|
"type": {
|
|
27195
27161
|
"__schema": "TupleTypeSchema",
|
|
27196
27162
|
"location": {
|
|
27197
27163
|
"filePath": "workspace.main.runtime.ts",
|
|
27198
|
-
"line":
|
|
27164
|
+
"line": 46,
|
|
27199
27165
|
"character": 29
|
|
27200
27166
|
},
|
|
27201
27167
|
"elements": [
|
|
@@ -27203,16 +27169,7 @@
|
|
|
27203
27169
|
"__schema": "TypeRefSchema",
|
|
27204
27170
|
"location": {
|
|
27205
27171
|
"filePath": "workspace.main.runtime.ts",
|
|
27206
|
-
"line":
|
|
27207
|
-
"character": 3
|
|
27208
|
-
},
|
|
27209
|
-
"name": "PubsubMain"
|
|
27210
|
-
},
|
|
27211
|
-
{
|
|
27212
|
-
"__schema": "TypeRefSchema",
|
|
27213
|
-
"location": {
|
|
27214
|
-
"filePath": "workspace.main.runtime.ts",
|
|
27215
|
-
"line": 49,
|
|
27172
|
+
"line": 47,
|
|
27216
27173
|
"character": 3
|
|
27217
27174
|
},
|
|
27218
27175
|
"name": "CLIMain"
|
|
@@ -27221,7 +27178,7 @@
|
|
|
27221
27178
|
"__schema": "TypeRefSchema",
|
|
27222
27179
|
"location": {
|
|
27223
27180
|
"filePath": "workspace.main.runtime.ts",
|
|
27224
|
-
"line":
|
|
27181
|
+
"line": 48,
|
|
27225
27182
|
"character": 3
|
|
27226
27183
|
},
|
|
27227
27184
|
"name": "ScopeMain"
|
|
@@ -27230,7 +27187,7 @@
|
|
|
27230
27187
|
"__schema": "TypeRefSchema",
|
|
27231
27188
|
"location": {
|
|
27232
27189
|
"filePath": "workspace.main.runtime.ts",
|
|
27233
|
-
"line":
|
|
27190
|
+
"line": 49,
|
|
27234
27191
|
"character": 3
|
|
27235
27192
|
},
|
|
27236
27193
|
"name": "ComponentMain"
|
|
@@ -27239,7 +27196,7 @@
|
|
|
27239
27196
|
"__schema": "TypeRefSchema",
|
|
27240
27197
|
"location": {
|
|
27241
27198
|
"filePath": "workspace.main.runtime.ts",
|
|
27242
|
-
"line":
|
|
27199
|
+
"line": 50,
|
|
27243
27200
|
"character": 3
|
|
27244
27201
|
},
|
|
27245
27202
|
"name": "IsolatorMain"
|
|
@@ -27248,7 +27205,7 @@
|
|
|
27248
27205
|
"__schema": "TypeRefSchema",
|
|
27249
27206
|
"location": {
|
|
27250
27207
|
"filePath": "workspace.main.runtime.ts",
|
|
27251
|
-
"line":
|
|
27208
|
+
"line": 51,
|
|
27252
27209
|
"character": 3
|
|
27253
27210
|
},
|
|
27254
27211
|
"name": "DependencyResolverMain"
|
|
@@ -27257,7 +27214,7 @@
|
|
|
27257
27214
|
"__schema": "TypeRefSchema",
|
|
27258
27215
|
"location": {
|
|
27259
27216
|
"filePath": "workspace.main.runtime.ts",
|
|
27260
|
-
"line":
|
|
27217
|
+
"line": 52,
|
|
27261
27218
|
"character": 3
|
|
27262
27219
|
},
|
|
27263
27220
|
"name": "VariantsMain"
|
|
@@ -27266,7 +27223,7 @@
|
|
|
27266
27223
|
"__schema": "TypeRefSchema",
|
|
27267
27224
|
"location": {
|
|
27268
27225
|
"filePath": "workspace.main.runtime.ts",
|
|
27269
|
-
"line":
|
|
27226
|
+
"line": 53,
|
|
27270
27227
|
"character": 3
|
|
27271
27228
|
},
|
|
27272
27229
|
"name": "LoggerMain"
|
|
@@ -27275,7 +27232,7 @@
|
|
|
27275
27232
|
"__schema": "TypeRefSchema",
|
|
27276
27233
|
"location": {
|
|
27277
27234
|
"filePath": "workspace.main.runtime.ts",
|
|
27278
|
-
"line":
|
|
27235
|
+
"line": 54,
|
|
27279
27236
|
"character": 3
|
|
27280
27237
|
},
|
|
27281
27238
|
"name": "GraphqlMain"
|
|
@@ -27284,7 +27241,7 @@
|
|
|
27284
27241
|
"__schema": "TypeRefSchema",
|
|
27285
27242
|
"location": {
|
|
27286
27243
|
"filePath": "workspace.main.runtime.ts",
|
|
27287
|
-
"line":
|
|
27244
|
+
"line": 55,
|
|
27288
27245
|
"character": 3
|
|
27289
27246
|
},
|
|
27290
27247
|
"name": "UiMain"
|
|
@@ -27293,7 +27250,7 @@
|
|
|
27293
27250
|
"__schema": "TypeRefSchema",
|
|
27294
27251
|
"location": {
|
|
27295
27252
|
"filePath": "workspace.main.runtime.ts",
|
|
27296
|
-
"line":
|
|
27253
|
+
"line": 56,
|
|
27297
27254
|
"character": 3
|
|
27298
27255
|
},
|
|
27299
27256
|
"name": "BundlerMain"
|
|
@@ -27302,7 +27259,7 @@
|
|
|
27302
27259
|
"__schema": "TypeRefSchema",
|
|
27303
27260
|
"location": {
|
|
27304
27261
|
"filePath": "workspace.main.runtime.ts",
|
|
27305
|
-
"line":
|
|
27262
|
+
"line": 57,
|
|
27306
27263
|
"character": 3
|
|
27307
27264
|
},
|
|
27308
27265
|
"name": "AspectLoaderMain"
|
|
@@ -27311,7 +27268,7 @@
|
|
|
27311
27268
|
"__schema": "TypeRefSchema",
|
|
27312
27269
|
"location": {
|
|
27313
27270
|
"filePath": "workspace.main.runtime.ts",
|
|
27314
|
-
"line":
|
|
27271
|
+
"line": 58,
|
|
27315
27272
|
"character": 3
|
|
27316
27273
|
},
|
|
27317
27274
|
"name": "EnvsMain"
|
|
@@ -27320,7 +27277,7 @@
|
|
|
27320
27277
|
"__schema": "TypeRefSchema",
|
|
27321
27278
|
"location": {
|
|
27322
27279
|
"filePath": "workspace.main.runtime.ts",
|
|
27323
|
-
"line":
|
|
27280
|
+
"line": 59,
|
|
27324
27281
|
"character": 3
|
|
27325
27282
|
},
|
|
27326
27283
|
"name": "GlobalConfigMain"
|
|
@@ -27332,7 +27289,7 @@
|
|
|
27332
27289
|
"__schema": "TypeSchema",
|
|
27333
27290
|
"location": {
|
|
27334
27291
|
"filePath": "workspace.main.runtime.ts",
|
|
27335
|
-
"line":
|
|
27292
|
+
"line": 62,
|
|
27336
27293
|
"character": 1
|
|
27337
27294
|
},
|
|
27338
27295
|
"signature": "type OnComponentLoadSlot = SlotRegistry<OnComponentLoad>",
|
|
@@ -27341,7 +27298,7 @@
|
|
|
27341
27298
|
"__schema": "TypeRefSchema",
|
|
27342
27299
|
"location": {
|
|
27343
27300
|
"filePath": "workspace.main.runtime.ts",
|
|
27344
|
-
"line":
|
|
27301
|
+
"line": 62,
|
|
27345
27302
|
"character": 35
|
|
27346
27303
|
},
|
|
27347
27304
|
"name": "SlotRegistry",
|
|
@@ -27350,7 +27307,7 @@
|
|
|
27350
27307
|
"__schema": "TypeRefSchema",
|
|
27351
27308
|
"location": {
|
|
27352
27309
|
"filePath": "workspace.main.runtime.ts",
|
|
27353
|
-
"line":
|
|
27310
|
+
"line": 62,
|
|
27354
27311
|
"character": 48
|
|
27355
27312
|
},
|
|
27356
27313
|
"name": "OnComponentLoad"
|
|
@@ -27362,7 +27319,7 @@
|
|
|
27362
27319
|
"__schema": "TypeSchema",
|
|
27363
27320
|
"location": {
|
|
27364
27321
|
"filePath": "workspace.main.runtime.ts",
|
|
27365
|
-
"line":
|
|
27322
|
+
"line": 64,
|
|
27366
27323
|
"character": 1
|
|
27367
27324
|
},
|
|
27368
27325
|
"signature": "type OnComponentChangeSlot = SlotRegistry<OnComponentChange>",
|
|
@@ -27371,7 +27328,7 @@
|
|
|
27371
27328
|
"__schema": "TypeRefSchema",
|
|
27372
27329
|
"location": {
|
|
27373
27330
|
"filePath": "workspace.main.runtime.ts",
|
|
27374
|
-
"line":
|
|
27331
|
+
"line": 64,
|
|
27375
27332
|
"character": 37
|
|
27376
27333
|
},
|
|
27377
27334
|
"name": "SlotRegistry",
|
|
@@ -27380,7 +27337,7 @@
|
|
|
27380
27337
|
"__schema": "TypeRefSchema",
|
|
27381
27338
|
"location": {
|
|
27382
27339
|
"filePath": "workspace.main.runtime.ts",
|
|
27383
|
-
"line":
|
|
27340
|
+
"line": 64,
|
|
27384
27341
|
"character": 50
|
|
27385
27342
|
},
|
|
27386
27343
|
"name": "OnComponentChange"
|
|
@@ -27392,7 +27349,7 @@
|
|
|
27392
27349
|
"__schema": "TypeSchema",
|
|
27393
27350
|
"location": {
|
|
27394
27351
|
"filePath": "workspace.main.runtime.ts",
|
|
27395
|
-
"line":
|
|
27352
|
+
"line": 66,
|
|
27396
27353
|
"character": 1
|
|
27397
27354
|
},
|
|
27398
27355
|
"signature": "type OnComponentAddSlot = SlotRegistry<OnComponentAdd>",
|
|
@@ -27401,7 +27358,7 @@
|
|
|
27401
27358
|
"__schema": "TypeRefSchema",
|
|
27402
27359
|
"location": {
|
|
27403
27360
|
"filePath": "workspace.main.runtime.ts",
|
|
27404
|
-
"line":
|
|
27361
|
+
"line": 66,
|
|
27405
27362
|
"character": 34
|
|
27406
27363
|
},
|
|
27407
27364
|
"name": "SlotRegistry",
|
|
@@ -27410,7 +27367,7 @@
|
|
|
27410
27367
|
"__schema": "TypeRefSchema",
|
|
27411
27368
|
"location": {
|
|
27412
27369
|
"filePath": "workspace.main.runtime.ts",
|
|
27413
|
-
"line":
|
|
27370
|
+
"line": 66,
|
|
27414
27371
|
"character": 47
|
|
27415
27372
|
},
|
|
27416
27373
|
"name": "OnComponentAdd"
|
|
@@ -27422,7 +27379,7 @@
|
|
|
27422
27379
|
"__schema": "TypeSchema",
|
|
27423
27380
|
"location": {
|
|
27424
27381
|
"filePath": "workspace.main.runtime.ts",
|
|
27425
|
-
"line":
|
|
27382
|
+
"line": 68,
|
|
27426
27383
|
"character": 1
|
|
27427
27384
|
},
|
|
27428
27385
|
"signature": "type OnComponentRemoveSlot = SlotRegistry<OnComponentRemove>",
|
|
@@ -27431,7 +27388,7 @@
|
|
|
27431
27388
|
"__schema": "TypeRefSchema",
|
|
27432
27389
|
"location": {
|
|
27433
27390
|
"filePath": "workspace.main.runtime.ts",
|
|
27434
|
-
"line":
|
|
27391
|
+
"line": 68,
|
|
27435
27392
|
"character": 37
|
|
27436
27393
|
},
|
|
27437
27394
|
"name": "SlotRegistry",
|
|
@@ -27440,7 +27397,7 @@
|
|
|
27440
27397
|
"__schema": "TypeRefSchema",
|
|
27441
27398
|
"location": {
|
|
27442
27399
|
"filePath": "workspace.main.runtime.ts",
|
|
27443
|
-
"line":
|
|
27400
|
+
"line": 68,
|
|
27444
27401
|
"character": 50
|
|
27445
27402
|
},
|
|
27446
27403
|
"name": "OnComponentRemove"
|
|
@@ -27452,7 +27409,7 @@
|
|
|
27452
27409
|
"__schema": "TypeSchema",
|
|
27453
27410
|
"location": {
|
|
27454
27411
|
"filePath": "workspace.main.runtime.ts",
|
|
27455
|
-
"line":
|
|
27412
|
+
"line": 70,
|
|
27456
27413
|
"character": 1
|
|
27457
27414
|
},
|
|
27458
27415
|
"signature": "type OnBitmapChange = () => Promise<void>",
|
|
@@ -27461,7 +27418,7 @@
|
|
|
27461
27418
|
"__schema": "FunctionLikeSchema",
|
|
27462
27419
|
"location": {
|
|
27463
27420
|
"filePath": "workspace.main.runtime.ts",
|
|
27464
|
-
"line":
|
|
27421
|
+
"line": 70,
|
|
27465
27422
|
"character": 30
|
|
27466
27423
|
},
|
|
27467
27424
|
"signature": "(): Promise<void>",
|
|
@@ -27471,7 +27428,7 @@
|
|
|
27471
27428
|
"__schema": "TypeRefSchema",
|
|
27472
27429
|
"location": {
|
|
27473
27430
|
"filePath": "workspace.main.runtime.ts",
|
|
27474
|
-
"line":
|
|
27431
|
+
"line": 70,
|
|
27475
27432
|
"character": 36
|
|
27476
27433
|
},
|
|
27477
27434
|
"name": "Promise",
|
|
@@ -27480,7 +27437,7 @@
|
|
|
27480
27437
|
"__schema": "KeywordTypeSchema",
|
|
27481
27438
|
"location": {
|
|
27482
27439
|
"filePath": "workspace.main.runtime.ts",
|
|
27483
|
-
"line":
|
|
27440
|
+
"line": 70,
|
|
27484
27441
|
"character": 44
|
|
27485
27442
|
},
|
|
27486
27443
|
"name": "void"
|
|
@@ -27494,7 +27451,7 @@
|
|
|
27494
27451
|
"__schema": "TypeSchema",
|
|
27495
27452
|
"location": {
|
|
27496
27453
|
"filePath": "workspace.main.runtime.ts",
|
|
27497
|
-
"line":
|
|
27454
|
+
"line": 71,
|
|
27498
27455
|
"character": 1
|
|
27499
27456
|
},
|
|
27500
27457
|
"signature": "type OnBitmapChangeSlot = SlotRegistry<OnBitmapChange>",
|
|
@@ -27503,7 +27460,7 @@
|
|
|
27503
27460
|
"__schema": "TypeRefSchema",
|
|
27504
27461
|
"location": {
|
|
27505
27462
|
"filePath": "workspace.main.runtime.ts",
|
|
27506
|
-
"line":
|
|
27463
|
+
"line": 71,
|
|
27507
27464
|
"character": 34
|
|
27508
27465
|
},
|
|
27509
27466
|
"name": "SlotRegistry",
|
|
@@ -27512,7 +27469,7 @@
|
|
|
27512
27469
|
"__schema": "TypeRefSchema",
|
|
27513
27470
|
"location": {
|
|
27514
27471
|
"filePath": "workspace.main.runtime.ts",
|
|
27515
|
-
"line":
|
|
27472
|
+
"line": 71,
|
|
27516
27473
|
"character": 47
|
|
27517
27474
|
},
|
|
27518
27475
|
"name": "OnBitmapChange"
|
|
@@ -27524,7 +27481,7 @@
|
|
|
27524
27481
|
"__schema": "TypeSchema",
|
|
27525
27482
|
"location": {
|
|
27526
27483
|
"filePath": "workspace.main.runtime.ts",
|
|
27527
|
-
"line":
|
|
27484
|
+
"line": 73,
|
|
27528
27485
|
"character": 1
|
|
27529
27486
|
},
|
|
27530
27487
|
"signature": "type OnWorkspaceConfigChange = () => Promise<void>",
|
|
@@ -27533,7 +27490,7 @@
|
|
|
27533
27490
|
"__schema": "FunctionLikeSchema",
|
|
27534
27491
|
"location": {
|
|
27535
27492
|
"filePath": "workspace.main.runtime.ts",
|
|
27536
|
-
"line":
|
|
27493
|
+
"line": 73,
|
|
27537
27494
|
"character": 39
|
|
27538
27495
|
},
|
|
27539
27496
|
"signature": "(): Promise<void>",
|
|
@@ -27543,7 +27500,7 @@
|
|
|
27543
27500
|
"__schema": "TypeRefSchema",
|
|
27544
27501
|
"location": {
|
|
27545
27502
|
"filePath": "workspace.main.runtime.ts",
|
|
27546
|
-
"line":
|
|
27503
|
+
"line": 73,
|
|
27547
27504
|
"character": 45
|
|
27548
27505
|
},
|
|
27549
27506
|
"name": "Promise",
|
|
@@ -27552,7 +27509,7 @@
|
|
|
27552
27509
|
"__schema": "KeywordTypeSchema",
|
|
27553
27510
|
"location": {
|
|
27554
27511
|
"filePath": "workspace.main.runtime.ts",
|
|
27555
|
-
"line":
|
|
27512
|
+
"line": 73,
|
|
27556
27513
|
"character": 53
|
|
27557
27514
|
},
|
|
27558
27515
|
"name": "void"
|
|
@@ -27566,7 +27523,7 @@
|
|
|
27566
27523
|
"__schema": "TypeSchema",
|
|
27567
27524
|
"location": {
|
|
27568
27525
|
"filePath": "workspace.main.runtime.ts",
|
|
27569
|
-
"line":
|
|
27526
|
+
"line": 74,
|
|
27570
27527
|
"character": 1
|
|
27571
27528
|
},
|
|
27572
27529
|
"signature": "type OnWorkspaceConfigChangeSlot = SlotRegistry<OnWorkspaceConfigChange>",
|
|
@@ -27575,7 +27532,7 @@
|
|
|
27575
27532
|
"__schema": "TypeRefSchema",
|
|
27576
27533
|
"location": {
|
|
27577
27534
|
"filePath": "workspace.main.runtime.ts",
|
|
27578
|
-
"line":
|
|
27535
|
+
"line": 74,
|
|
27579
27536
|
"character": 43
|
|
27580
27537
|
},
|
|
27581
27538
|
"name": "SlotRegistry",
|
|
@@ -27584,7 +27541,7 @@
|
|
|
27584
27541
|
"__schema": "TypeRefSchema",
|
|
27585
27542
|
"location": {
|
|
27586
27543
|
"filePath": "workspace.main.runtime.ts",
|
|
27587
|
-
"line":
|
|
27544
|
+
"line": 74,
|
|
27588
27545
|
"character": 56
|
|
27589
27546
|
},
|
|
27590
27547
|
"name": "OnWorkspaceConfigChange"
|
|
@@ -27596,7 +27553,7 @@
|
|
|
27596
27553
|
"__schema": "TypeSchema",
|
|
27597
27554
|
"location": {
|
|
27598
27555
|
"filePath": "workspace.main.runtime.ts",
|
|
27599
|
-
"line":
|
|
27556
|
+
"line": 76,
|
|
27600
27557
|
"character": 1
|
|
27601
27558
|
},
|
|
27602
27559
|
"signature": "type OnAspectsResolve = (aspectsComponents: Component[]) => Promise<void>",
|
|
@@ -27605,7 +27562,7 @@
|
|
|
27605
27562
|
"__schema": "FunctionLikeSchema",
|
|
27606
27563
|
"location": {
|
|
27607
27564
|
"filePath": "workspace.main.runtime.ts",
|
|
27608
|
-
"line":
|
|
27565
|
+
"line": 76,
|
|
27609
27566
|
"character": 32
|
|
27610
27567
|
},
|
|
27611
27568
|
"signature": "(aspectsComponents: Component[]): Promise<void>",
|
|
@@ -27615,7 +27572,7 @@
|
|
|
27615
27572
|
"__schema": "ParameterSchema",
|
|
27616
27573
|
"location": {
|
|
27617
27574
|
"filePath": "workspace.main.runtime.ts",
|
|
27618
|
-
"line":
|
|
27575
|
+
"line": 76,
|
|
27619
27576
|
"character": 33
|
|
27620
27577
|
},
|
|
27621
27578
|
"name": "aspectsComponents",
|
|
@@ -27623,14 +27580,14 @@
|
|
|
27623
27580
|
"__schema": "TypeArraySchema",
|
|
27624
27581
|
"location": {
|
|
27625
27582
|
"filePath": "workspace.main.runtime.ts",
|
|
27626
|
-
"line":
|
|
27583
|
+
"line": 76,
|
|
27627
27584
|
"character": 52
|
|
27628
27585
|
},
|
|
27629
27586
|
"type": {
|
|
27630
27587
|
"__schema": "TypeRefSchema",
|
|
27631
27588
|
"location": {
|
|
27632
27589
|
"filePath": "workspace.main.runtime.ts",
|
|
27633
|
-
"line":
|
|
27590
|
+
"line": 76,
|
|
27634
27591
|
"character": 52
|
|
27635
27592
|
},
|
|
27636
27593
|
"name": "Component"
|
|
@@ -27644,7 +27601,7 @@
|
|
|
27644
27601
|
"__schema": "TypeRefSchema",
|
|
27645
27602
|
"location": {
|
|
27646
27603
|
"filePath": "workspace.main.runtime.ts",
|
|
27647
|
-
"line":
|
|
27604
|
+
"line": 76,
|
|
27648
27605
|
"character": 68
|
|
27649
27606
|
},
|
|
27650
27607
|
"name": "Promise",
|
|
@@ -27653,7 +27610,7 @@
|
|
|
27653
27610
|
"__schema": "KeywordTypeSchema",
|
|
27654
27611
|
"location": {
|
|
27655
27612
|
"filePath": "workspace.main.runtime.ts",
|
|
27656
|
-
"line":
|
|
27613
|
+
"line": 76,
|
|
27657
27614
|
"character": 76
|
|
27658
27615
|
},
|
|
27659
27616
|
"name": "void"
|
|
@@ -27667,7 +27624,7 @@
|
|
|
27667
27624
|
"__schema": "TypeSchema",
|
|
27668
27625
|
"location": {
|
|
27669
27626
|
"filePath": "workspace.main.runtime.ts",
|
|
27670
|
-
"line":
|
|
27627
|
+
"line": 77,
|
|
27671
27628
|
"character": 1
|
|
27672
27629
|
},
|
|
27673
27630
|
"signature": "type OnAspectsResolveSlot = SlotRegistry<OnAspectsResolve>",
|
|
@@ -27676,7 +27633,7 @@
|
|
|
27676
27633
|
"__schema": "TypeRefSchema",
|
|
27677
27634
|
"location": {
|
|
27678
27635
|
"filePath": "workspace.main.runtime.ts",
|
|
27679
|
-
"line":
|
|
27636
|
+
"line": 77,
|
|
27680
27637
|
"character": 36
|
|
27681
27638
|
},
|
|
27682
27639
|
"name": "SlotRegistry",
|
|
@@ -27685,7 +27642,7 @@
|
|
|
27685
27642
|
"__schema": "TypeRefSchema",
|
|
27686
27643
|
"location": {
|
|
27687
27644
|
"filePath": "workspace.main.runtime.ts",
|
|
27688
|
-
"line":
|
|
27645
|
+
"line": 77,
|
|
27689
27646
|
"character": 49
|
|
27690
27647
|
},
|
|
27691
27648
|
"name": "OnAspectsResolve"
|
|
@@ -27697,7 +27654,7 @@
|
|
|
27697
27654
|
"__schema": "TypeSchema",
|
|
27698
27655
|
"location": {
|
|
27699
27656
|
"filePath": "workspace.main.runtime.ts",
|
|
27700
|
-
"line":
|
|
27657
|
+
"line": 79,
|
|
27701
27658
|
"character": 1
|
|
27702
27659
|
},
|
|
27703
27660
|
"signature": "type OnRootAspectAdded = (aspectsId: ComponentID, inWs: boolean) => Promise<void>",
|
|
@@ -27706,7 +27663,7 @@
|
|
|
27706
27663
|
"__schema": "FunctionLikeSchema",
|
|
27707
27664
|
"location": {
|
|
27708
27665
|
"filePath": "workspace.main.runtime.ts",
|
|
27709
|
-
"line":
|
|
27666
|
+
"line": 79,
|
|
27710
27667
|
"character": 33
|
|
27711
27668
|
},
|
|
27712
27669
|
"signature": "(aspectsId: ComponentID, inWs: boolean): Promise<void>",
|
|
@@ -27716,7 +27673,7 @@
|
|
|
27716
27673
|
"__schema": "ParameterSchema",
|
|
27717
27674
|
"location": {
|
|
27718
27675
|
"filePath": "workspace.main.runtime.ts",
|
|
27719
|
-
"line":
|
|
27676
|
+
"line": 79,
|
|
27720
27677
|
"character": 34
|
|
27721
27678
|
},
|
|
27722
27679
|
"name": "aspectsId",
|
|
@@ -27724,7 +27681,7 @@
|
|
|
27724
27681
|
"__schema": "TypeRefSchema",
|
|
27725
27682
|
"location": {
|
|
27726
27683
|
"filePath": "workspace.main.runtime.ts",
|
|
27727
|
-
"line":
|
|
27684
|
+
"line": 79,
|
|
27728
27685
|
"character": 45
|
|
27729
27686
|
},
|
|
27730
27687
|
"name": "ComponentID"
|
|
@@ -27736,7 +27693,7 @@
|
|
|
27736
27693
|
"__schema": "ParameterSchema",
|
|
27737
27694
|
"location": {
|
|
27738
27695
|
"filePath": "workspace.main.runtime.ts",
|
|
27739
|
-
"line":
|
|
27696
|
+
"line": 79,
|
|
27740
27697
|
"character": 58
|
|
27741
27698
|
},
|
|
27742
27699
|
"name": "inWs",
|
|
@@ -27744,7 +27701,7 @@
|
|
|
27744
27701
|
"__schema": "KeywordTypeSchema",
|
|
27745
27702
|
"location": {
|
|
27746
27703
|
"filePath": "workspace.main.runtime.ts",
|
|
27747
|
-
"line":
|
|
27704
|
+
"line": 79,
|
|
27748
27705
|
"character": 64
|
|
27749
27706
|
},
|
|
27750
27707
|
"name": "boolean"
|
|
@@ -27757,7 +27714,7 @@
|
|
|
27757
27714
|
"__schema": "TypeRefSchema",
|
|
27758
27715
|
"location": {
|
|
27759
27716
|
"filePath": "workspace.main.runtime.ts",
|
|
27760
|
-
"line":
|
|
27717
|
+
"line": 79,
|
|
27761
27718
|
"character": 76
|
|
27762
27719
|
},
|
|
27763
27720
|
"name": "Promise",
|
|
@@ -27766,7 +27723,7 @@
|
|
|
27766
27723
|
"__schema": "KeywordTypeSchema",
|
|
27767
27724
|
"location": {
|
|
27768
27725
|
"filePath": "workspace.main.runtime.ts",
|
|
27769
|
-
"line":
|
|
27726
|
+
"line": 79,
|
|
27770
27727
|
"character": 84
|
|
27771
27728
|
},
|
|
27772
27729
|
"name": "void"
|
|
@@ -27780,7 +27737,7 @@
|
|
|
27780
27737
|
"__schema": "TypeSchema",
|
|
27781
27738
|
"location": {
|
|
27782
27739
|
"filePath": "workspace.main.runtime.ts",
|
|
27783
|
-
"line":
|
|
27740
|
+
"line": 80,
|
|
27784
27741
|
"character": 1
|
|
27785
27742
|
},
|
|
27786
27743
|
"signature": "type OnRootAspectAddedSlot = SlotRegistry<OnRootAspectAdded>",
|
|
@@ -27789,7 +27746,7 @@
|
|
|
27789
27746
|
"__schema": "TypeRefSchema",
|
|
27790
27747
|
"location": {
|
|
27791
27748
|
"filePath": "workspace.main.runtime.ts",
|
|
27792
|
-
"line":
|
|
27749
|
+
"line": 80,
|
|
27793
27750
|
"character": 37
|
|
27794
27751
|
},
|
|
27795
27752
|
"name": "SlotRegistry",
|
|
@@ -27798,7 +27755,7 @@
|
|
|
27798
27755
|
"__schema": "TypeRefSchema",
|
|
27799
27756
|
"location": {
|
|
27800
27757
|
"filePath": "workspace.main.runtime.ts",
|
|
27801
|
-
"line":
|
|
27758
|
+
"line": 80,
|
|
27802
27759
|
"character": 50
|
|
27803
27760
|
},
|
|
27804
27761
|
"name": "OnRootAspectAdded"
|
|
@@ -27810,7 +27767,7 @@
|
|
|
27810
27767
|
"__schema": "ClassSchema",
|
|
27811
27768
|
"location": {
|
|
27812
27769
|
"filePath": "workspace.main.runtime.ts",
|
|
27813
|
-
"line":
|
|
27770
|
+
"line": 82,
|
|
27814
27771
|
"character": 1
|
|
27815
27772
|
},
|
|
27816
27773
|
"signature": "class WorkspaceMain",
|
|
@@ -27820,7 +27777,7 @@
|
|
|
27820
27777
|
"__schema": "VariableLikeSchema",
|
|
27821
27778
|
"location": {
|
|
27822
27779
|
"filePath": "workspace.main.runtime.ts",
|
|
27823
|
-
"line":
|
|
27780
|
+
"line": 83,
|
|
27824
27781
|
"character": 3
|
|
27825
27782
|
},
|
|
27826
27783
|
"signature": "(property) WorkspaceMain.runtime: RuntimeDefinition",
|
|
@@ -27829,7 +27786,7 @@
|
|
|
27829
27786
|
"__schema": "InferenceTypeSchema",
|
|
27830
27787
|
"location": {
|
|
27831
27788
|
"filePath": "workspace.main.runtime.ts",
|
|
27832
|
-
"line":
|
|
27789
|
+
"line": 83,
|
|
27833
27790
|
"character": 3
|
|
27834
27791
|
},
|
|
27835
27792
|
"type": "RuntimeDefinition"
|
|
@@ -27841,7 +27798,7 @@
|
|
|
27841
27798
|
"__schema": "VariableLikeSchema",
|
|
27842
27799
|
"location": {
|
|
27843
27800
|
"filePath": "workspace.main.runtime.ts",
|
|
27844
|
-
"line":
|
|
27801
|
+
"line": 84,
|
|
27845
27802
|
"character": 3
|
|
27846
27803
|
},
|
|
27847
27804
|
"signature": "(property) WorkspaceMain.dependencies: Aspect[]",
|
|
@@ -27850,19 +27807,19 @@
|
|
|
27850
27807
|
"__schema": "InferenceTypeSchema",
|
|
27851
27808
|
"location": {
|
|
27852
27809
|
"filePath": "workspace.main.runtime.ts",
|
|
27853
|
-
"line":
|
|
27810
|
+
"line": 84,
|
|
27854
27811
|
"character": 3
|
|
27855
27812
|
},
|
|
27856
27813
|
"type": "Aspect[]"
|
|
27857
27814
|
},
|
|
27858
27815
|
"isOptional": true,
|
|
27859
|
-
"defaultValue": "[\n
|
|
27816
|
+
"defaultValue": "[\n CLIAspect,\n ScopeAspect,\n ComponentAspect,\n IsolatorAspect,\n DependencyResolverAspect,\n VariantsAspect,\n LoggerAspect,\n GraphqlAspect,\n UIAspect,\n BundlerAspect,\n AspectLoaderAspect,\n EnvsAspect,\n GlobalConfigAspect,\n ]"
|
|
27860
27817
|
},
|
|
27861
27818
|
{
|
|
27862
27819
|
"__schema": "VariableLikeSchema",
|
|
27863
27820
|
"location": {
|
|
27864
27821
|
"filePath": "workspace.main.runtime.ts",
|
|
27865
|
-
"line":
|
|
27822
|
+
"line": 99,
|
|
27866
27823
|
"character": 3
|
|
27867
27824
|
},
|
|
27868
27825
|
"signature": "(property) WorkspaceMain.slots: (((registerFn: () => string) => SlotRegistry<OnComponentLoad>) | ((registerFn: () => string) => SlotRegistry<OnComponentChange>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
|
@@ -27871,7 +27828,7 @@
|
|
|
27871
27828
|
"__schema": "InferenceTypeSchema",
|
|
27872
27829
|
"location": {
|
|
27873
27830
|
"filePath": "workspace.main.runtime.ts",
|
|
27874
|
-
"line":
|
|
27831
|
+
"line": 99,
|
|
27875
27832
|
"character": 3
|
|
27876
27833
|
},
|
|
27877
27834
|
"type": "(((registerFn: () => string) => SlotRegistry<OnComponentLoad>) | ((registerFn: () => string) => SlotRegistry<OnComponentChange>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -27883,25 +27840,25 @@
|
|
|
27883
27840
|
"__schema": "FunctionLikeSchema",
|
|
27884
27841
|
"location": {
|
|
27885
27842
|
"filePath": "workspace.main.runtime.ts",
|
|
27886
|
-
"line":
|
|
27843
|
+
"line": 109,
|
|
27887
27844
|
"character": 3
|
|
27888
27845
|
},
|
|
27889
|
-
"signature": "(method) WorkspaceMain.provider([
|
|
27846
|
+
"signature": "(method) WorkspaceMain.provider([cli, scope, component, isolator, dependencyResolver, variants, loggerExt, graphql, ui, bundler, aspectLoader, envs, globalConfig,]: WorkspaceDeps, config: WorkspaceExtConfig, [onComponentLoadSlot, onComponentChangeSlot, onComponentAddSlot, onComponentRemoveSlot, onAspectsResolveSlot, onRootAspectAddedSlot, onBitmapChangeSlot, onWorkspaceConfigChangeSlot,]: [\n OnComponentLoadSlot,\n OnComponentChangeSlot,\n OnComponentAddSlot,\n OnComponentRemoveSlot,\n OnAspectsResolveSlot,\n OnRootAspectAddedSlot,\n OnBitmapChangeSlot,\n OnWorkspaceConfigChangeSlot\n], harmony: Harmony): Promise<Workspace | undefined>",
|
|
27890
27847
|
"name": "provider",
|
|
27891
27848
|
"params": [
|
|
27892
27849
|
{
|
|
27893
27850
|
"__schema": "ParameterSchema",
|
|
27894
27851
|
"location": {
|
|
27895
27852
|
"filePath": "workspace.main.runtime.ts",
|
|
27896
|
-
"line":
|
|
27853
|
+
"line": 110,
|
|
27897
27854
|
"character": 5
|
|
27898
27855
|
},
|
|
27899
|
-
"name": "[
|
|
27856
|
+
"name": "[ cli, scope, component, isolator, dependencyResolver, variants, loggerExt, graphql, ui, bundler, aspectLoader, envs, globalConfig ]",
|
|
27900
27857
|
"type": {
|
|
27901
27858
|
"__schema": "TypeRefSchema",
|
|
27902
27859
|
"location": {
|
|
27903
27860
|
"filePath": "workspace.main.runtime.ts",
|
|
27904
|
-
"line":
|
|
27861
|
+
"line": 124,
|
|
27905
27862
|
"character": 8
|
|
27906
27863
|
},
|
|
27907
27864
|
"name": "WorkspaceDeps"
|
|
@@ -27913,7 +27870,7 @@
|
|
|
27913
27870
|
"__schema": "ParameterSchema",
|
|
27914
27871
|
"location": {
|
|
27915
27872
|
"filePath": "workspace.main.runtime.ts",
|
|
27916
|
-
"line":
|
|
27873
|
+
"line": 125,
|
|
27917
27874
|
"character": 5
|
|
27918
27875
|
},
|
|
27919
27876
|
"name": "config",
|
|
@@ -27921,7 +27878,7 @@
|
|
|
27921
27878
|
"__schema": "TypeRefSchema",
|
|
27922
27879
|
"location": {
|
|
27923
27880
|
"filePath": "workspace.main.runtime.ts",
|
|
27924
|
-
"line":
|
|
27881
|
+
"line": 125,
|
|
27925
27882
|
"character": 13
|
|
27926
27883
|
},
|
|
27927
27884
|
"name": "WorkspaceExtConfig"
|
|
@@ -27933,7 +27890,7 @@
|
|
|
27933
27890
|
"__schema": "ParameterSchema",
|
|
27934
27891
|
"location": {
|
|
27935
27892
|
"filePath": "workspace.main.runtime.ts",
|
|
27936
|
-
"line":
|
|
27893
|
+
"line": 126,
|
|
27937
27894
|
"character": 5
|
|
27938
27895
|
},
|
|
27939
27896
|
"name": "[ onComponentLoadSlot, onComponentChangeSlot, onComponentAddSlot, onComponentRemoveSlot, onAspectsResolveSlot, onRootAspectAddedSlot, onBitmapChangeSlot, onWorkspaceConfigChangeSlot ]",
|
|
@@ -27941,7 +27898,7 @@
|
|
|
27941
27898
|
"__schema": "TupleTypeSchema",
|
|
27942
27899
|
"location": {
|
|
27943
27900
|
"filePath": "workspace.main.runtime.ts",
|
|
27944
|
-
"line":
|
|
27901
|
+
"line": 135,
|
|
27945
27902
|
"character": 8
|
|
27946
27903
|
},
|
|
27947
27904
|
"elements": [
|
|
@@ -27949,7 +27906,7 @@
|
|
|
27949
27906
|
"__schema": "TypeRefSchema",
|
|
27950
27907
|
"location": {
|
|
27951
27908
|
"filePath": "workspace.main.runtime.ts",
|
|
27952
|
-
"line":
|
|
27909
|
+
"line": 136,
|
|
27953
27910
|
"character": 7
|
|
27954
27911
|
},
|
|
27955
27912
|
"name": "OnComponentLoadSlot"
|
|
@@ -27958,7 +27915,7 @@
|
|
|
27958
27915
|
"__schema": "TypeRefSchema",
|
|
27959
27916
|
"location": {
|
|
27960
27917
|
"filePath": "workspace.main.runtime.ts",
|
|
27961
|
-
"line":
|
|
27918
|
+
"line": 137,
|
|
27962
27919
|
"character": 7
|
|
27963
27920
|
},
|
|
27964
27921
|
"name": "OnComponentChangeSlot"
|
|
@@ -27967,7 +27924,7 @@
|
|
|
27967
27924
|
"__schema": "TypeRefSchema",
|
|
27968
27925
|
"location": {
|
|
27969
27926
|
"filePath": "workspace.main.runtime.ts",
|
|
27970
|
-
"line":
|
|
27927
|
+
"line": 138,
|
|
27971
27928
|
"character": 7
|
|
27972
27929
|
},
|
|
27973
27930
|
"name": "OnComponentAddSlot"
|
|
@@ -27976,7 +27933,7 @@
|
|
|
27976
27933
|
"__schema": "TypeRefSchema",
|
|
27977
27934
|
"location": {
|
|
27978
27935
|
"filePath": "workspace.main.runtime.ts",
|
|
27979
|
-
"line":
|
|
27936
|
+
"line": 139,
|
|
27980
27937
|
"character": 7
|
|
27981
27938
|
},
|
|
27982
27939
|
"name": "OnComponentRemoveSlot"
|
|
@@ -27985,7 +27942,7 @@
|
|
|
27985
27942
|
"__schema": "TypeRefSchema",
|
|
27986
27943
|
"location": {
|
|
27987
27944
|
"filePath": "workspace.main.runtime.ts",
|
|
27988
|
-
"line":
|
|
27945
|
+
"line": 140,
|
|
27989
27946
|
"character": 7
|
|
27990
27947
|
},
|
|
27991
27948
|
"name": "OnAspectsResolveSlot"
|
|
@@ -27994,7 +27951,7 @@
|
|
|
27994
27951
|
"__schema": "TypeRefSchema",
|
|
27995
27952
|
"location": {
|
|
27996
27953
|
"filePath": "workspace.main.runtime.ts",
|
|
27997
|
-
"line":
|
|
27954
|
+
"line": 141,
|
|
27998
27955
|
"character": 7
|
|
27999
27956
|
},
|
|
28000
27957
|
"name": "OnRootAspectAddedSlot"
|
|
@@ -28003,7 +27960,7 @@
|
|
|
28003
27960
|
"__schema": "TypeRefSchema",
|
|
28004
27961
|
"location": {
|
|
28005
27962
|
"filePath": "workspace.main.runtime.ts",
|
|
28006
|
-
"line":
|
|
27963
|
+
"line": 142,
|
|
28007
27964
|
"character": 7
|
|
28008
27965
|
},
|
|
28009
27966
|
"name": "OnBitmapChangeSlot"
|
|
@@ -28012,7 +27969,7 @@
|
|
|
28012
27969
|
"__schema": "TypeRefSchema",
|
|
28013
27970
|
"location": {
|
|
28014
27971
|
"filePath": "workspace.main.runtime.ts",
|
|
28015
|
-
"line":
|
|
27972
|
+
"line": 143,
|
|
28016
27973
|
"character": 7
|
|
28017
27974
|
},
|
|
28018
27975
|
"name": "OnWorkspaceConfigChangeSlot"
|
|
@@ -28026,7 +27983,7 @@
|
|
|
28026
27983
|
"__schema": "ParameterSchema",
|
|
28027
27984
|
"location": {
|
|
28028
27985
|
"filePath": "workspace.main.runtime.ts",
|
|
28029
|
-
"line":
|
|
27986
|
+
"line": 145,
|
|
28030
27987
|
"character": 5
|
|
28031
27988
|
},
|
|
28032
27989
|
"name": "harmony",
|
|
@@ -28034,7 +27991,7 @@
|
|
|
28034
27991
|
"__schema": "TypeRefSchema",
|
|
28035
27992
|
"location": {
|
|
28036
27993
|
"filePath": "workspace.main.runtime.ts",
|
|
28037
|
-
"line":
|
|
27994
|
+
"line": 145,
|
|
28038
27995
|
"character": 14
|
|
28039
27996
|
},
|
|
28040
27997
|
"name": "Harmony"
|
|
@@ -28047,7 +28004,7 @@
|
|
|
28047
28004
|
"__schema": "InferenceTypeSchema",
|
|
28048
28005
|
"location": {
|
|
28049
28006
|
"filePath": "workspace.main.runtime.ts",
|
|
28050
|
-
"line":
|
|
28007
|
+
"line": 109,
|
|
28051
28008
|
"character": 3
|
|
28052
28009
|
},
|
|
28053
28010
|
"type": "Promise<Workspace | undefined>"
|
|
@@ -28061,7 +28018,7 @@
|
|
|
28061
28018
|
"__schema": "VariableLikeSchema",
|
|
28062
28019
|
"location": {
|
|
28063
28020
|
"filePath": "workspace.main.runtime.ts",
|
|
28064
|
-
"line":
|
|
28021
|
+
"line": 323,
|
|
28065
28022
|
"character": 3
|
|
28066
28023
|
},
|
|
28067
28024
|
"signature": "(property) WorkspaceMain.defineRuntime: string",
|
|
@@ -28070,7 +28027,7 @@
|
|
|
28070
28027
|
"__schema": "InferenceTypeSchema",
|
|
28071
28028
|
"location": {
|
|
28072
28029
|
"filePath": "workspace.main.runtime.ts",
|
|
28073
|
-
"line":
|
|
28030
|
+
"line": 323,
|
|
28074
28031
|
"character": 3
|
|
28075
28032
|
},
|
|
28076
28033
|
"type": "string"
|
|
@@ -28086,7 +28043,7 @@
|
|
|
28086
28043
|
"__schema": "UnImplementedSchema",
|
|
28087
28044
|
"location": {
|
|
28088
28045
|
"filePath": "workspace.main.runtime.ts",
|
|
28089
|
-
"line":
|
|
28046
|
+
"line": 351,
|
|
28090
28047
|
"character": 16
|
|
28091
28048
|
},
|
|
28092
28049
|
"name": "WorkspaceMain",
|
|
@@ -28098,7 +28055,7 @@
|
|
|
28098
28055
|
"__schema": "FunctionLikeSchema",
|
|
28099
28056
|
"location": {
|
|
28100
28057
|
"filePath": "workspace.main.runtime.ts",
|
|
28101
|
-
"line":
|
|
28058
|
+
"line": 326,
|
|
28102
28059
|
"character": 1
|
|
28103
28060
|
},
|
|
28104
28061
|
"signature": "function getCapsulesCommands(isolator: IsolatorMain, scope: ScopeMain, workspace?: Workspace): CapsuleCmd",
|
|
@@ -28108,7 +28065,7 @@
|
|
|
28108
28065
|
"__schema": "ParameterSchema",
|
|
28109
28066
|
"location": {
|
|
28110
28067
|
"filePath": "workspace.main.runtime.ts",
|
|
28111
|
-
"line":
|
|
28068
|
+
"line": 326,
|
|
28112
28069
|
"character": 30
|
|
28113
28070
|
},
|
|
28114
28071
|
"name": "isolator",
|
|
@@ -28116,7 +28073,7 @@
|
|
|
28116
28073
|
"__schema": "TypeRefSchema",
|
|
28117
28074
|
"location": {
|
|
28118
28075
|
"filePath": "workspace.main.runtime.ts",
|
|
28119
|
-
"line":
|
|
28076
|
+
"line": 326,
|
|
28120
28077
|
"character": 40
|
|
28121
28078
|
},
|
|
28122
28079
|
"name": "IsolatorMain"
|
|
@@ -28128,7 +28085,7 @@
|
|
|
28128
28085
|
"__schema": "ParameterSchema",
|
|
28129
28086
|
"location": {
|
|
28130
28087
|
"filePath": "workspace.main.runtime.ts",
|
|
28131
|
-
"line":
|
|
28088
|
+
"line": 326,
|
|
28132
28089
|
"character": 54
|
|
28133
28090
|
},
|
|
28134
28091
|
"name": "scope",
|
|
@@ -28136,7 +28093,7 @@
|
|
|
28136
28093
|
"__schema": "TypeRefSchema",
|
|
28137
28094
|
"location": {
|
|
28138
28095
|
"filePath": "workspace.main.runtime.ts",
|
|
28139
|
-
"line":
|
|
28096
|
+
"line": 326,
|
|
28140
28097
|
"character": 61
|
|
28141
28098
|
},
|
|
28142
28099
|
"name": "ScopeMain"
|
|
@@ -28148,7 +28105,7 @@
|
|
|
28148
28105
|
"__schema": "ParameterSchema",
|
|
28149
28106
|
"location": {
|
|
28150
28107
|
"filePath": "workspace.main.runtime.ts",
|
|
28151
|
-
"line":
|
|
28108
|
+
"line": 326,
|
|
28152
28109
|
"character": 72
|
|
28153
28110
|
},
|
|
28154
28111
|
"name": "workspace",
|
|
@@ -28156,7 +28113,7 @@
|
|
|
28156
28113
|
"__schema": "TypeRefSchema",
|
|
28157
28114
|
"location": {
|
|
28158
28115
|
"filePath": "workspace.main.runtime.ts",
|
|
28159
|
-
"line":
|
|
28116
|
+
"line": 326,
|
|
28160
28117
|
"character": 84
|
|
28161
28118
|
},
|
|
28162
28119
|
"name": "Workspace"
|
|
@@ -28169,7 +28126,7 @@
|
|
|
28169
28126
|
"__schema": "TypeRefSchema",
|
|
28170
28127
|
"location": {
|
|
28171
28128
|
"filePath": "workspace.main.runtime.ts",
|
|
28172
|
-
"line":
|
|
28129
|
+
"line": 326,
|
|
28173
28130
|
"character": 1
|
|
28174
28131
|
},
|
|
28175
28132
|
"name": "CapsuleCmd",
|
|
@@ -28181,14 +28138,14 @@
|
|
|
28181
28138
|
"__schema": "FunctionLikeSchema",
|
|
28182
28139
|
"location": {
|
|
28183
28140
|
"filePath": "workspace.main.runtime.ts",
|
|
28184
|
-
"line":
|
|
28141
|
+
"line": 345,
|
|
28185
28142
|
"character": 1
|
|
28186
28143
|
},
|
|
28187
28144
|
"doc": {
|
|
28188
28145
|
"__schema": "DocSchema",
|
|
28189
28146
|
"location": {
|
|
28190
28147
|
"filePath": "workspace.main.runtime.ts",
|
|
28191
|
-
"line":
|
|
28148
|
+
"line": 336,
|
|
28192
28149
|
"character": 1
|
|
28193
28150
|
},
|
|
28194
28151
|
"raw": "/**\n * don't use loadConsumer() here, which throws ConsumerNotFound because some commands don't require\n * the consumer to be available. such as, `bit init` or `bit list --remote`.\n * most of the commands do need the consumer. the legacy commands that need the consumer throw an\n * error when is missing. in the new/Harmony commands, such as `bis compile`, the workspace object\n * is passed to the provider, so before using it, make sure it exists.\n * keep in mind that you can't verify it in the provider itself, because the provider is running\n * always for all commands before anything else is happening.\n */",
|
|
@@ -28202,7 +28159,7 @@
|
|
|
28202
28159
|
"__schema": "ParameterSchema",
|
|
28203
28160
|
"location": {
|
|
28204
28161
|
"filePath": "workspace.main.runtime.ts",
|
|
28205
|
-
"line":
|
|
28162
|
+
"line": 345,
|
|
28206
28163
|
"character": 28
|
|
28207
28164
|
},
|
|
28208
28165
|
"name": "path",
|
|
@@ -28210,7 +28167,7 @@
|
|
|
28210
28167
|
"__schema": "KeywordTypeSchema",
|
|
28211
28168
|
"location": {
|
|
28212
28169
|
"filePath": "workspace.main.runtime.ts",
|
|
28213
|
-
"line":
|
|
28170
|
+
"line": 345,
|
|
28214
28171
|
"character": 35
|
|
28215
28172
|
},
|
|
28216
28173
|
"name": "string"
|
|
@@ -28223,7 +28180,7 @@
|
|
|
28223
28180
|
"__schema": "TypeRefSchema",
|
|
28224
28181
|
"location": {
|
|
28225
28182
|
"filePath": "workspace.main.runtime.ts",
|
|
28226
|
-
"line":
|
|
28183
|
+
"line": 345,
|
|
28227
28184
|
"character": 44
|
|
28228
28185
|
},
|
|
28229
28186
|
"name": "Promise",
|
|
@@ -28232,7 +28189,7 @@
|
|
|
28232
28189
|
"__schema": "TypeUnionSchema",
|
|
28233
28190
|
"location": {
|
|
28234
28191
|
"filePath": "workspace.main.runtime.ts",
|
|
28235
|
-
"line":
|
|
28192
|
+
"line": 345,
|
|
28236
28193
|
"character": 52
|
|
28237
28194
|
},
|
|
28238
28195
|
"types": [
|
|
@@ -28240,7 +28197,7 @@
|
|
|
28240
28197
|
"__schema": "TypeRefSchema",
|
|
28241
28198
|
"location": {
|
|
28242
28199
|
"filePath": "workspace.main.runtime.ts",
|
|
28243
|
-
"line":
|
|
28200
|
+
"line": 345,
|
|
28244
28201
|
"character": 52
|
|
28245
28202
|
},
|
|
28246
28203
|
"name": "Consumer"
|
|
@@ -28249,7 +28206,7 @@
|
|
|
28249
28206
|
"__schema": "KeywordTypeSchema",
|
|
28250
28207
|
"location": {
|
|
28251
28208
|
"filePath": "workspace.main.runtime.ts",
|
|
28252
|
-
"line":
|
|
28209
|
+
"line": 345,
|
|
28253
28210
|
"character": 63
|
|
28254
28211
|
},
|
|
28255
28212
|
"name": "undefined"
|
|
@@ -28266,7 +28223,7 @@
|
|
|
28266
28223
|
"__schema": "UnImplementedSchema",
|
|
28267
28224
|
"location": {
|
|
28268
28225
|
"filePath": "workspace.main.runtime.ts",
|
|
28269
|
-
"line":
|
|
28226
|
+
"line": 349,
|
|
28270
28227
|
"character": 1
|
|
28271
28228
|
},
|
|
28272
28229
|
"name": "WorkspaceAspect.addRuntime(WorkspaceMain);",
|
|
@@ -28428,7 +28385,7 @@
|
|
|
28428
28385
|
"_legacy": {
|
|
28429
28386
|
"scope": "teambit.workspace",
|
|
28430
28387
|
"name": "workspace",
|
|
28431
|
-
"version": "1.0.
|
|
28388
|
+
"version": "1.0.508"
|
|
28432
28389
|
},
|
|
28433
28390
|
"_scope": "teambit.workspace"
|
|
28434
28391
|
}
|
|
@@ -28671,7 +28628,7 @@
|
|
|
28671
28628
|
"_legacy": {
|
|
28672
28629
|
"scope": "teambit.workspace",
|
|
28673
28630
|
"name": "workspace",
|
|
28674
|
-
"version": "1.0.
|
|
28631
|
+
"version": "1.0.508"
|
|
28675
28632
|
},
|
|
28676
28633
|
"_scope": "teambit.workspace"
|
|
28677
28634
|
}
|
|
@@ -28894,7 +28851,7 @@
|
|
|
28894
28851
|
"_legacy": {
|
|
28895
28852
|
"scope": "teambit.workspace",
|
|
28896
28853
|
"name": "workspace",
|
|
28897
|
-
"version": "1.0.
|
|
28854
|
+
"version": "1.0.508"
|
|
28898
28855
|
},
|
|
28899
28856
|
"_scope": "teambit.workspace"
|
|
28900
28857
|
}
|
|
@@ -31807,7 +31764,7 @@
|
|
|
31807
31764
|
"_legacy": {
|
|
31808
31765
|
"scope": "teambit.workspace",
|
|
31809
31766
|
"name": "workspace",
|
|
31810
|
-
"version": "1.0.
|
|
31767
|
+
"version": "1.0.508"
|
|
31811
31768
|
},
|
|
31812
31769
|
"_scope": "teambit.workspace"
|
|
31813
31770
|
}
|
|
@@ -32550,7 +32507,7 @@
|
|
|
32550
32507
|
"line": 19,
|
|
32551
32508
|
"character": 3
|
|
32552
32509
|
},
|
|
32553
|
-
"signature": "(property) ComponentConfigFileOptions.newLine: \"\\n\" | \"\\
|
|
32510
|
+
"signature": "(property) ComponentConfigFileOptions.newLine: \"\\r\\n\" | \"\\n\" | undefined",
|
|
32554
32511
|
"name": "newLine",
|
|
32555
32512
|
"type": {
|
|
32556
32513
|
"__schema": "TypeUnionSchema",
|
|
@@ -33189,7 +33146,7 @@
|
|
|
33189
33146
|
"line": 5,
|
|
33190
33147
|
"character": 1
|
|
33191
33148
|
},
|
|
33192
|
-
"signature": "type FILE_STATUS = \"new\" | \"
|
|
33149
|
+
"signature": "type FILE_STATUS = \"new\" | \"modified\" | \"deleted\" | \"unchanged\"",
|
|
33193
33150
|
"name": "FILE_STATUS",
|
|
33194
33151
|
"type": {
|
|
33195
33152
|
"__schema": "TypeUnionSchema",
|
|
@@ -34080,7 +34037,7 @@
|
|
|
34080
34037
|
"componentId": {
|
|
34081
34038
|
"scope": "teambit.workspace",
|
|
34082
34039
|
"name": "workspace",
|
|
34083
|
-
"version": "1.0.
|
|
34040
|
+
"version": "1.0.508"
|
|
34084
34041
|
},
|
|
34085
34042
|
"taggedModuleExports": []
|
|
34086
34043
|
}
|