@teambit/scope 1.0.241 → 1.0.242
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_scope_scope-preview.js +1 -1
- package/artifacts/schema.json +615 -475
- package/dist/{preview-1713323989441.js → preview-1713377416855.js} +2 -2
- package/dist/scope.main.runtime.d.ts +5 -1
- package/dist/scope.main.runtime.js +8 -1
- package/dist/scope.main.runtime.js.map +1 -1
- package/package.json +15 -15
package/artifacts/schema.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"_legacy": {
|
|
93
93
|
"scope": "teambit.scope",
|
|
94
94
|
"name": "scope",
|
|
95
|
-
"version": "1.0.
|
|
95
|
+
"version": "1.0.242"
|
|
96
96
|
},
|
|
97
97
|
"_scope": "teambit.scope"
|
|
98
98
|
}
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"_legacy": {
|
|
177
177
|
"scope": "teambit.scope",
|
|
178
178
|
"name": "scope",
|
|
179
|
-
"version": "1.0.
|
|
179
|
+
"version": "1.0.242"
|
|
180
180
|
},
|
|
181
181
|
"_scope": "teambit.scope"
|
|
182
182
|
}
|
|
@@ -5330,8 +5330,8 @@
|
|
|
5330
5330
|
"line": 848,
|
|
5331
5331
|
"character": 3
|
|
5332
5332
|
},
|
|
5333
|
-
"raw": "/**\n *
|
|
5334
|
-
"comment": "
|
|
5333
|
+
"raw": "/**\n * whether a component is soft-removed.\n * the version is required as it can be removed on a lane. in which case, the version is the head in the lane.\n */",
|
|
5334
|
+
"comment": "whether a component is soft-removed.\nthe version is required as it can be removed on a lane. in which case, the version is the head in the lane."
|
|
5335
5335
|
},
|
|
5336
5336
|
"signature": "(method) ScopeMain.isComponentRemoved(id: ComponentID): Promise<Boolean>",
|
|
5337
5337
|
"name": "isComponentRemoved",
|
|
@@ -5390,7 +5390,7 @@
|
|
|
5390
5390
|
"__schema": "FunctionLikeSchema",
|
|
5391
5391
|
"location": {
|
|
5392
5392
|
"filePath": "scope.main.runtime.ts",
|
|
5393
|
-
"line":
|
|
5393
|
+
"line": 863,
|
|
5394
5394
|
"character": 3
|
|
5395
5395
|
},
|
|
5396
5396
|
"doc": {
|
|
@@ -5400,6 +5400,76 @@
|
|
|
5400
5400
|
"line": 860,
|
|
5401
5401
|
"character": 3
|
|
5402
5402
|
},
|
|
5403
|
+
"raw": "/**\n * whether the id with the specified version exits in the local scope.\n */",
|
|
5404
|
+
"comment": "whether the id with the specified version exits in the local scope."
|
|
5405
|
+
},
|
|
5406
|
+
"signature": "(method) ScopeMain.isComponentInScope(id: ComponentID): Promise<boolean>",
|
|
5407
|
+
"name": "isComponentInScope",
|
|
5408
|
+
"params": [
|
|
5409
|
+
{
|
|
5410
|
+
"__schema": "ParameterSchema",
|
|
5411
|
+
"location": {
|
|
5412
|
+
"filePath": "scope.main.runtime.ts",
|
|
5413
|
+
"line": 863,
|
|
5414
|
+
"character": 28
|
|
5415
|
+
},
|
|
5416
|
+
"name": "id",
|
|
5417
|
+
"type": {
|
|
5418
|
+
"__schema": "TypeRefSchema",
|
|
5419
|
+
"location": {
|
|
5420
|
+
"filePath": "scope.main.runtime.ts",
|
|
5421
|
+
"line": 863,
|
|
5422
|
+
"character": 32
|
|
5423
|
+
},
|
|
5424
|
+
"name": "ComponentID",
|
|
5425
|
+
"componentId": {
|
|
5426
|
+
"scope": "teambit.component",
|
|
5427
|
+
"name": "component-id",
|
|
5428
|
+
"version": "1.2.0"
|
|
5429
|
+
}
|
|
5430
|
+
},
|
|
5431
|
+
"isOptional": false,
|
|
5432
|
+
"isSpread": false
|
|
5433
|
+
}
|
|
5434
|
+
],
|
|
5435
|
+
"returnType": {
|
|
5436
|
+
"__schema": "TypeRefSchema",
|
|
5437
|
+
"location": {
|
|
5438
|
+
"filePath": "scope.main.runtime.ts",
|
|
5439
|
+
"line": 863,
|
|
5440
|
+
"character": 46
|
|
5441
|
+
},
|
|
5442
|
+
"name": "Promise",
|
|
5443
|
+
"typeArgs": [
|
|
5444
|
+
{
|
|
5445
|
+
"__schema": "KeywordTypeSchema",
|
|
5446
|
+
"location": {
|
|
5447
|
+
"filePath": "scope.main.runtime.ts",
|
|
5448
|
+
"line": 863,
|
|
5449
|
+
"character": 54
|
|
5450
|
+
},
|
|
5451
|
+
"name": "boolean"
|
|
5452
|
+
}
|
|
5453
|
+
]
|
|
5454
|
+
},
|
|
5455
|
+
"modifiers": [
|
|
5456
|
+
"async"
|
|
5457
|
+
]
|
|
5458
|
+
},
|
|
5459
|
+
{
|
|
5460
|
+
"__schema": "FunctionLikeSchema",
|
|
5461
|
+
"location": {
|
|
5462
|
+
"filePath": "scope.main.runtime.ts",
|
|
5463
|
+
"line": 871,
|
|
5464
|
+
"character": 3
|
|
5465
|
+
},
|
|
5466
|
+
"doc": {
|
|
5467
|
+
"__schema": "DocSchema",
|
|
5468
|
+
"location": {
|
|
5469
|
+
"filePath": "scope.main.runtime.ts",
|
|
5470
|
+
"line": 867,
|
|
5471
|
+
"character": 3
|
|
5472
|
+
},
|
|
5403
5473
|
"raw": "/**\n * resolve a component ID.\n * @param id component ID.\n */",
|
|
5404
5474
|
"comment": "resolve a component ID.",
|
|
5405
5475
|
"tags": [
|
|
@@ -5407,7 +5477,7 @@
|
|
|
5407
5477
|
"__schema": "PropertyLikeTagSchema",
|
|
5408
5478
|
"location": {
|
|
5409
5479
|
"filePath": "scope.main.runtime.ts",
|
|
5410
|
-
"line":
|
|
5480
|
+
"line": 869,
|
|
5411
5481
|
"character": 6
|
|
5412
5482
|
},
|
|
5413
5483
|
"name": "id",
|
|
@@ -5423,7 +5493,7 @@
|
|
|
5423
5493
|
"__schema": "ParameterSchema",
|
|
5424
5494
|
"location": {
|
|
5425
5495
|
"filePath": "scope.main.runtime.ts",
|
|
5426
|
-
"line":
|
|
5496
|
+
"line": 871,
|
|
5427
5497
|
"character": 28
|
|
5428
5498
|
},
|
|
5429
5499
|
"name": "id",
|
|
@@ -5431,7 +5501,7 @@
|
|
|
5431
5501
|
"__schema": "TypeUnionSchema",
|
|
5432
5502
|
"location": {
|
|
5433
5503
|
"filePath": "scope.main.runtime.ts",
|
|
5434
|
-
"line":
|
|
5504
|
+
"line": 871,
|
|
5435
5505
|
"character": 32
|
|
5436
5506
|
},
|
|
5437
5507
|
"types": [
|
|
@@ -5439,7 +5509,7 @@
|
|
|
5439
5509
|
"__schema": "KeywordTypeSchema",
|
|
5440
5510
|
"location": {
|
|
5441
5511
|
"filePath": "scope.main.runtime.ts",
|
|
5442
|
-
"line":
|
|
5512
|
+
"line": 871,
|
|
5443
5513
|
"character": 32
|
|
5444
5514
|
},
|
|
5445
5515
|
"name": "string"
|
|
@@ -5448,7 +5518,7 @@
|
|
|
5448
5518
|
"__schema": "TypeRefSchema",
|
|
5449
5519
|
"location": {
|
|
5450
5520
|
"filePath": "scope.main.runtime.ts",
|
|
5451
|
-
"line":
|
|
5521
|
+
"line": 871,
|
|
5452
5522
|
"character": 41
|
|
5453
5523
|
},
|
|
5454
5524
|
"name": "BitId",
|
|
@@ -5462,7 +5532,7 @@
|
|
|
5462
5532
|
"__schema": "TypeRefSchema",
|
|
5463
5533
|
"location": {
|
|
5464
5534
|
"filePath": "scope.main.runtime.ts",
|
|
5465
|
-
"line":
|
|
5535
|
+
"line": 871,
|
|
5466
5536
|
"character": 49
|
|
5467
5537
|
},
|
|
5468
5538
|
"name": "ComponentID",
|
|
@@ -5482,7 +5552,7 @@
|
|
|
5482
5552
|
"__schema": "TypeRefSchema",
|
|
5483
5553
|
"location": {
|
|
5484
5554
|
"filePath": "scope.main.runtime.ts",
|
|
5485
|
-
"line":
|
|
5555
|
+
"line": 871,
|
|
5486
5556
|
"character": 63
|
|
5487
5557
|
},
|
|
5488
5558
|
"name": "Promise",
|
|
@@ -5491,7 +5561,7 @@
|
|
|
5491
5561
|
"__schema": "TypeRefSchema",
|
|
5492
5562
|
"location": {
|
|
5493
5563
|
"filePath": "scope.main.runtime.ts",
|
|
5494
|
-
"line":
|
|
5564
|
+
"line": 871,
|
|
5495
5565
|
"character": 71
|
|
5496
5566
|
},
|
|
5497
5567
|
"name": "ComponentID",
|
|
@@ -5511,7 +5581,7 @@
|
|
|
5511
5581
|
"__schema": "FunctionLikeSchema",
|
|
5512
5582
|
"location": {
|
|
5513
5583
|
"filePath": "scope.main.runtime.ts",
|
|
5514
|
-
"line":
|
|
5584
|
+
"line": 893,
|
|
5515
5585
|
"character": 3
|
|
5516
5586
|
},
|
|
5517
5587
|
"signature": "(method) ScopeMain.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -5521,7 +5591,7 @@
|
|
|
5521
5591
|
"__schema": "ParameterSchema",
|
|
5522
5592
|
"location": {
|
|
5523
5593
|
"filePath": "scope.main.runtime.ts",
|
|
5524
|
-
"line":
|
|
5594
|
+
"line": 893,
|
|
5525
5595
|
"character": 37
|
|
5526
5596
|
},
|
|
5527
5597
|
"name": "ids",
|
|
@@ -5529,7 +5599,7 @@
|
|
|
5529
5599
|
"__schema": "TypeRefSchema",
|
|
5530
5600
|
"location": {
|
|
5531
5601
|
"filePath": "scope.main.runtime.ts",
|
|
5532
|
-
"line":
|
|
5602
|
+
"line": 893,
|
|
5533
5603
|
"character": 42
|
|
5534
5604
|
},
|
|
5535
5605
|
"name": "Array",
|
|
@@ -5538,7 +5608,7 @@
|
|
|
5538
5608
|
"__schema": "TypeUnionSchema",
|
|
5539
5609
|
"location": {
|
|
5540
5610
|
"filePath": "scope.main.runtime.ts",
|
|
5541
|
-
"line":
|
|
5611
|
+
"line": 893,
|
|
5542
5612
|
"character": 48
|
|
5543
5613
|
},
|
|
5544
5614
|
"types": [
|
|
@@ -5546,7 +5616,7 @@
|
|
|
5546
5616
|
"__schema": "KeywordTypeSchema",
|
|
5547
5617
|
"location": {
|
|
5548
5618
|
"filePath": "scope.main.runtime.ts",
|
|
5549
|
-
"line":
|
|
5619
|
+
"line": 893,
|
|
5550
5620
|
"character": 48
|
|
5551
5621
|
},
|
|
5552
5622
|
"name": "string"
|
|
@@ -5555,7 +5625,7 @@
|
|
|
5555
5625
|
"__schema": "TypeRefSchema",
|
|
5556
5626
|
"location": {
|
|
5557
5627
|
"filePath": "scope.main.runtime.ts",
|
|
5558
|
-
"line":
|
|
5628
|
+
"line": 893,
|
|
5559
5629
|
"character": 57
|
|
5560
5630
|
},
|
|
5561
5631
|
"name": "ComponentID",
|
|
@@ -5569,7 +5639,7 @@
|
|
|
5569
5639
|
"__schema": "TypeRefSchema",
|
|
5570
5640
|
"location": {
|
|
5571
5641
|
"filePath": "scope.main.runtime.ts",
|
|
5572
|
-
"line":
|
|
5642
|
+
"line": 893,
|
|
5573
5643
|
"character": 71
|
|
5574
5644
|
},
|
|
5575
5645
|
"name": "ComponentID",
|
|
@@ -5591,7 +5661,7 @@
|
|
|
5591
5661
|
"__schema": "InferenceTypeSchema",
|
|
5592
5662
|
"location": {
|
|
5593
5663
|
"filePath": "scope.main.runtime.ts",
|
|
5594
|
-
"line":
|
|
5664
|
+
"line": 893,
|
|
5595
5665
|
"character": 3
|
|
5596
5666
|
},
|
|
5597
5667
|
"type": "Promise<ComponentID[]>"
|
|
@@ -5604,14 +5674,14 @@
|
|
|
5604
5674
|
"__schema": "FunctionLikeSchema",
|
|
5605
5675
|
"location": {
|
|
5606
5676
|
"filePath": "scope.main.runtime.ts",
|
|
5607
|
-
"line":
|
|
5677
|
+
"line": 900,
|
|
5608
5678
|
"character": 3
|
|
5609
5679
|
},
|
|
5610
5680
|
"doc": {
|
|
5611
5681
|
"__schema": "DocSchema",
|
|
5612
5682
|
"location": {
|
|
5613
5683
|
"filePath": "scope.main.runtime.ts",
|
|
5614
|
-
"line":
|
|
5684
|
+
"line": 897,
|
|
5615
5685
|
"character": 3
|
|
5616
5686
|
},
|
|
5617
5687
|
"raw": "/**\n * @deprecated use `this.idsByPattern` instead for consistency, which supports also negation and list of patterns.\n */",
|
|
@@ -5620,7 +5690,7 @@
|
|
|
5620
5690
|
"__schema": "TagSchema",
|
|
5621
5691
|
"location": {
|
|
5622
5692
|
"filePath": "scope.main.runtime.ts",
|
|
5623
|
-
"line":
|
|
5693
|
+
"line": 898,
|
|
5624
5694
|
"character": 6
|
|
5625
5695
|
},
|
|
5626
5696
|
"tagName": "deprecated",
|
|
@@ -5635,7 +5705,7 @@
|
|
|
5635
5705
|
"__schema": "ParameterSchema",
|
|
5636
5706
|
"location": {
|
|
5637
5707
|
"filePath": "scope.main.runtime.ts",
|
|
5638
|
-
"line":
|
|
5708
|
+
"line": 900,
|
|
5639
5709
|
"character": 19
|
|
5640
5710
|
},
|
|
5641
5711
|
"name": "patterns",
|
|
@@ -5643,14 +5713,14 @@
|
|
|
5643
5713
|
"__schema": "TypeArraySchema",
|
|
5644
5714
|
"location": {
|
|
5645
5715
|
"filePath": "scope.main.runtime.ts",
|
|
5646
|
-
"line":
|
|
5716
|
+
"line": 900,
|
|
5647
5717
|
"character": 29
|
|
5648
5718
|
},
|
|
5649
5719
|
"type": {
|
|
5650
5720
|
"__schema": "KeywordTypeSchema",
|
|
5651
5721
|
"location": {
|
|
5652
5722
|
"filePath": "scope.main.runtime.ts",
|
|
5653
|
-
"line":
|
|
5723
|
+
"line": 900,
|
|
5654
5724
|
"character": 29
|
|
5655
5725
|
},
|
|
5656
5726
|
"name": "string"
|
|
@@ -5663,7 +5733,7 @@
|
|
|
5663
5733
|
"__schema": "ParameterSchema",
|
|
5664
5734
|
"location": {
|
|
5665
5735
|
"filePath": "scope.main.runtime.ts",
|
|
5666
|
-
"line":
|
|
5736
|
+
"line": 900,
|
|
5667
5737
|
"character": 39
|
|
5668
5738
|
},
|
|
5669
5739
|
"name": "scope",
|
|
@@ -5671,7 +5741,7 @@
|
|
|
5671
5741
|
"__schema": "InferenceTypeSchema",
|
|
5672
5742
|
"location": {
|
|
5673
5743
|
"filePath": "scope.main.runtime.ts",
|
|
5674
|
-
"line":
|
|
5744
|
+
"line": 900,
|
|
5675
5745
|
"character": 39
|
|
5676
5746
|
},
|
|
5677
5747
|
"type": "string"
|
|
@@ -5685,7 +5755,7 @@
|
|
|
5685
5755
|
"__schema": "TypeRefSchema",
|
|
5686
5756
|
"location": {
|
|
5687
5757
|
"filePath": "scope.main.runtime.ts",
|
|
5688
|
-
"line":
|
|
5758
|
+
"line": 900,
|
|
5689
5759
|
"character": 54
|
|
5690
5760
|
},
|
|
5691
5761
|
"name": "Promise",
|
|
@@ -5694,14 +5764,14 @@
|
|
|
5694
5764
|
"__schema": "TypeArraySchema",
|
|
5695
5765
|
"location": {
|
|
5696
5766
|
"filePath": "scope.main.runtime.ts",
|
|
5697
|
-
"line":
|
|
5767
|
+
"line": 900,
|
|
5698
5768
|
"character": 62
|
|
5699
5769
|
},
|
|
5700
5770
|
"type": {
|
|
5701
5771
|
"__schema": "TypeRefSchema",
|
|
5702
5772
|
"location": {
|
|
5703
5773
|
"filePath": "scope.main.runtime.ts",
|
|
5704
|
-
"line":
|
|
5774
|
+
"line": 900,
|
|
5705
5775
|
"character": 62
|
|
5706
5776
|
},
|
|
5707
5777
|
"name": "Component",
|
|
@@ -5721,14 +5791,14 @@
|
|
|
5721
5791
|
"__schema": "FunctionLikeSchema",
|
|
5722
5792
|
"location": {
|
|
5723
5793
|
"filePath": "scope.main.runtime.ts",
|
|
5724
|
-
"line":
|
|
5794
|
+
"line": 914,
|
|
5725
5795
|
"character": 3
|
|
5726
5796
|
},
|
|
5727
5797
|
"doc": {
|
|
5728
5798
|
"__schema": "DocSchema",
|
|
5729
5799
|
"location": {
|
|
5730
5800
|
"filePath": "scope.main.runtime.ts",
|
|
5731
|
-
"line":
|
|
5801
|
+
"line": 909,
|
|
5732
5802
|
"character": 3
|
|
5733
5803
|
},
|
|
5734
5804
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -5741,7 +5811,7 @@
|
|
|
5741
5811
|
"__schema": "ParameterSchema",
|
|
5742
5812
|
"location": {
|
|
5743
5813
|
"filePath": "scope.main.runtime.ts",
|
|
5744
|
-
"line":
|
|
5814
|
+
"line": 914,
|
|
5745
5815
|
"character": 22
|
|
5746
5816
|
},
|
|
5747
5817
|
"name": "pattern",
|
|
@@ -5749,7 +5819,7 @@
|
|
|
5749
5819
|
"__schema": "KeywordTypeSchema",
|
|
5750
5820
|
"location": {
|
|
5751
5821
|
"filePath": "scope.main.runtime.ts",
|
|
5752
|
-
"line":
|
|
5822
|
+
"line": 914,
|
|
5753
5823
|
"character": 31
|
|
5754
5824
|
},
|
|
5755
5825
|
"name": "string"
|
|
@@ -5761,7 +5831,7 @@
|
|
|
5761
5831
|
"__schema": "ParameterSchema",
|
|
5762
5832
|
"location": {
|
|
5763
5833
|
"filePath": "scope.main.runtime.ts",
|
|
5764
|
-
"line":
|
|
5834
|
+
"line": 914,
|
|
5765
5835
|
"character": 39
|
|
5766
5836
|
},
|
|
5767
5837
|
"name": "throwForNoMatch",
|
|
@@ -5769,7 +5839,7 @@
|
|
|
5769
5839
|
"__schema": "InferenceTypeSchema",
|
|
5770
5840
|
"location": {
|
|
5771
5841
|
"filePath": "scope.main.runtime.ts",
|
|
5772
|
-
"line":
|
|
5842
|
+
"line": 914,
|
|
5773
5843
|
"character": 39
|
|
5774
5844
|
},
|
|
5775
5845
|
"type": "boolean"
|
|
@@ -5783,7 +5853,7 @@
|
|
|
5783
5853
|
"__schema": "TypeRefSchema",
|
|
5784
5854
|
"location": {
|
|
5785
5855
|
"filePath": "scope.main.runtime.ts",
|
|
5786
|
-
"line":
|
|
5856
|
+
"line": 914,
|
|
5787
5857
|
"character": 64
|
|
5788
5858
|
},
|
|
5789
5859
|
"name": "Promise",
|
|
@@ -5792,14 +5862,14 @@
|
|
|
5792
5862
|
"__schema": "TypeArraySchema",
|
|
5793
5863
|
"location": {
|
|
5794
5864
|
"filePath": "scope.main.runtime.ts",
|
|
5795
|
-
"line":
|
|
5865
|
+
"line": 914,
|
|
5796
5866
|
"character": 72
|
|
5797
5867
|
},
|
|
5798
5868
|
"type": {
|
|
5799
5869
|
"__schema": "TypeRefSchema",
|
|
5800
5870
|
"location": {
|
|
5801
5871
|
"filePath": "scope.main.runtime.ts",
|
|
5802
|
-
"line":
|
|
5872
|
+
"line": 914,
|
|
5803
5873
|
"character": 72
|
|
5804
5874
|
},
|
|
5805
5875
|
"name": "ComponentID",
|
|
@@ -5820,7 +5890,7 @@
|
|
|
5820
5890
|
"__schema": "FunctionLikeSchema",
|
|
5821
5891
|
"location": {
|
|
5822
5892
|
"filePath": "scope.main.runtime.ts",
|
|
5823
|
-
"line":
|
|
5893
|
+
"line": 928,
|
|
5824
5894
|
"character": 3
|
|
5825
5895
|
},
|
|
5826
5896
|
"signature": "(method) ScopeMain.filterIdsFromPoolIdsByPattern(pattern: string, ids: ComponentID[], throwForNoMatch?: boolean, filterByStateFunc?: ((state: any, poolIds: ComponentID[]) => Promise<ComponentID[]>) | undefined): Promise<ComponentID[]>",
|
|
@@ -5830,7 +5900,7 @@
|
|
|
5830
5900
|
"__schema": "ParameterSchema",
|
|
5831
5901
|
"location": {
|
|
5832
5902
|
"filePath": "scope.main.runtime.ts",
|
|
5833
|
-
"line":
|
|
5903
|
+
"line": 929,
|
|
5834
5904
|
"character": 5
|
|
5835
5905
|
},
|
|
5836
5906
|
"name": "pattern",
|
|
@@ -5838,7 +5908,7 @@
|
|
|
5838
5908
|
"__schema": "KeywordTypeSchema",
|
|
5839
5909
|
"location": {
|
|
5840
5910
|
"filePath": "scope.main.runtime.ts",
|
|
5841
|
-
"line":
|
|
5911
|
+
"line": 929,
|
|
5842
5912
|
"character": 14
|
|
5843
5913
|
},
|
|
5844
5914
|
"name": "string"
|
|
@@ -5850,7 +5920,7 @@
|
|
|
5850
5920
|
"__schema": "ParameterSchema",
|
|
5851
5921
|
"location": {
|
|
5852
5922
|
"filePath": "scope.main.runtime.ts",
|
|
5853
|
-
"line":
|
|
5923
|
+
"line": 930,
|
|
5854
5924
|
"character": 5
|
|
5855
5925
|
},
|
|
5856
5926
|
"name": "ids",
|
|
@@ -5858,14 +5928,14 @@
|
|
|
5858
5928
|
"__schema": "TypeArraySchema",
|
|
5859
5929
|
"location": {
|
|
5860
5930
|
"filePath": "scope.main.runtime.ts",
|
|
5861
|
-
"line":
|
|
5931
|
+
"line": 930,
|
|
5862
5932
|
"character": 10
|
|
5863
5933
|
},
|
|
5864
5934
|
"type": {
|
|
5865
5935
|
"__schema": "TypeRefSchema",
|
|
5866
5936
|
"location": {
|
|
5867
5937
|
"filePath": "scope.main.runtime.ts",
|
|
5868
|
-
"line":
|
|
5938
|
+
"line": 930,
|
|
5869
5939
|
"character": 10
|
|
5870
5940
|
},
|
|
5871
5941
|
"name": "ComponentID",
|
|
@@ -5883,7 +5953,7 @@
|
|
|
5883
5953
|
"__schema": "ParameterSchema",
|
|
5884
5954
|
"location": {
|
|
5885
5955
|
"filePath": "scope.main.runtime.ts",
|
|
5886
|
-
"line":
|
|
5956
|
+
"line": 931,
|
|
5887
5957
|
"character": 5
|
|
5888
5958
|
},
|
|
5889
5959
|
"name": "throwForNoMatch",
|
|
@@ -5891,7 +5961,7 @@
|
|
|
5891
5961
|
"__schema": "InferenceTypeSchema",
|
|
5892
5962
|
"location": {
|
|
5893
5963
|
"filePath": "scope.main.runtime.ts",
|
|
5894
|
-
"line":
|
|
5964
|
+
"line": 931,
|
|
5895
5965
|
"character": 5
|
|
5896
5966
|
},
|
|
5897
5967
|
"type": "boolean"
|
|
@@ -5904,7 +5974,7 @@
|
|
|
5904
5974
|
"__schema": "ParameterSchema",
|
|
5905
5975
|
"location": {
|
|
5906
5976
|
"filePath": "scope.main.runtime.ts",
|
|
5907
|
-
"line":
|
|
5977
|
+
"line": 932,
|
|
5908
5978
|
"character": 5
|
|
5909
5979
|
},
|
|
5910
5980
|
"name": "filterByStateFunc",
|
|
@@ -5912,7 +5982,7 @@
|
|
|
5912
5982
|
"__schema": "FunctionLikeSchema",
|
|
5913
5983
|
"location": {
|
|
5914
5984
|
"filePath": "scope.main.runtime.ts",
|
|
5915
|
-
"line":
|
|
5985
|
+
"line": 932,
|
|
5916
5986
|
"character": 25
|
|
5917
5987
|
},
|
|
5918
5988
|
"signature": "(state: any, poolIds: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[]): Promise<\u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[]>",
|
|
@@ -5922,7 +5992,7 @@
|
|
|
5922
5992
|
"__schema": "ParameterSchema",
|
|
5923
5993
|
"location": {
|
|
5924
5994
|
"filePath": "scope.main.runtime.ts",
|
|
5925
|
-
"line":
|
|
5995
|
+
"line": 932,
|
|
5926
5996
|
"character": 26
|
|
5927
5997
|
},
|
|
5928
5998
|
"name": "state",
|
|
@@ -5930,7 +6000,7 @@
|
|
|
5930
6000
|
"__schema": "KeywordTypeSchema",
|
|
5931
6001
|
"location": {
|
|
5932
6002
|
"filePath": "scope.main.runtime.ts",
|
|
5933
|
-
"line":
|
|
6003
|
+
"line": 932,
|
|
5934
6004
|
"character": 33
|
|
5935
6005
|
},
|
|
5936
6006
|
"name": "any"
|
|
@@ -5942,7 +6012,7 @@
|
|
|
5942
6012
|
"__schema": "ParameterSchema",
|
|
5943
6013
|
"location": {
|
|
5944
6014
|
"filePath": "scope.main.runtime.ts",
|
|
5945
|
-
"line":
|
|
6015
|
+
"line": 932,
|
|
5946
6016
|
"character": 38
|
|
5947
6017
|
},
|
|
5948
6018
|
"name": "poolIds",
|
|
@@ -5950,14 +6020,14 @@
|
|
|
5950
6020
|
"__schema": "TypeArraySchema",
|
|
5951
6021
|
"location": {
|
|
5952
6022
|
"filePath": "scope.main.runtime.ts",
|
|
5953
|
-
"line":
|
|
6023
|
+
"line": 932,
|
|
5954
6024
|
"character": 47
|
|
5955
6025
|
},
|
|
5956
6026
|
"type": {
|
|
5957
6027
|
"__schema": "TypeRefSchema",
|
|
5958
6028
|
"location": {
|
|
5959
6029
|
"filePath": "scope.main.runtime.ts",
|
|
5960
|
-
"line":
|
|
6030
|
+
"line": 932,
|
|
5961
6031
|
"character": 47
|
|
5962
6032
|
},
|
|
5963
6033
|
"name": "ComponentID",
|
|
@@ -5976,7 +6046,7 @@
|
|
|
5976
6046
|
"__schema": "TypeRefSchema",
|
|
5977
6047
|
"location": {
|
|
5978
6048
|
"filePath": "scope.main.runtime.ts",
|
|
5979
|
-
"line":
|
|
6049
|
+
"line": 932,
|
|
5980
6050
|
"character": 65
|
|
5981
6051
|
},
|
|
5982
6052
|
"name": "Promise",
|
|
@@ -5985,14 +6055,14 @@
|
|
|
5985
6055
|
"__schema": "TypeArraySchema",
|
|
5986
6056
|
"location": {
|
|
5987
6057
|
"filePath": "scope.main.runtime.ts",
|
|
5988
|
-
"line":
|
|
6058
|
+
"line": 932,
|
|
5989
6059
|
"character": 73
|
|
5990
6060
|
},
|
|
5991
6061
|
"type": {
|
|
5992
6062
|
"__schema": "TypeRefSchema",
|
|
5993
6063
|
"location": {
|
|
5994
6064
|
"filePath": "scope.main.runtime.ts",
|
|
5995
|
-
"line":
|
|
6065
|
+
"line": 932,
|
|
5996
6066
|
"character": 73
|
|
5997
6067
|
},
|
|
5998
6068
|
"name": "ComponentID",
|
|
@@ -6015,7 +6085,7 @@
|
|
|
6015
6085
|
"__schema": "InferenceTypeSchema",
|
|
6016
6086
|
"location": {
|
|
6017
6087
|
"filePath": "scope.main.runtime.ts",
|
|
6018
|
-
"line":
|
|
6088
|
+
"line": 928,
|
|
6019
6089
|
"character": 3
|
|
6020
6090
|
},
|
|
6021
6091
|
"type": "Promise<ComponentID[]>"
|
|
@@ -6028,7 +6098,7 @@
|
|
|
6028
6098
|
"__schema": "FunctionLikeSchema",
|
|
6029
6099
|
"location": {
|
|
6030
6100
|
"filePath": "scope.main.runtime.ts",
|
|
6031
|
-
"line":
|
|
6101
|
+
"line": 976,
|
|
6032
6102
|
"character": 3
|
|
6033
6103
|
},
|
|
6034
6104
|
"signature": "(method) ScopeMain.getSnapDistance(id: ComponentID, throws?: boolean): Promise<SnapsDistance>",
|
|
@@ -6038,7 +6108,7 @@
|
|
|
6038
6108
|
"__schema": "ParameterSchema",
|
|
6039
6109
|
"location": {
|
|
6040
6110
|
"filePath": "scope.main.runtime.ts",
|
|
6041
|
-
"line":
|
|
6111
|
+
"line": 976,
|
|
6042
6112
|
"character": 25
|
|
6043
6113
|
},
|
|
6044
6114
|
"name": "id",
|
|
@@ -6046,7 +6116,7 @@
|
|
|
6046
6116
|
"__schema": "TypeRefSchema",
|
|
6047
6117
|
"location": {
|
|
6048
6118
|
"filePath": "scope.main.runtime.ts",
|
|
6049
|
-
"line":
|
|
6119
|
+
"line": 976,
|
|
6050
6120
|
"character": 29
|
|
6051
6121
|
},
|
|
6052
6122
|
"name": "ComponentID",
|
|
@@ -6063,7 +6133,7 @@
|
|
|
6063
6133
|
"__schema": "ParameterSchema",
|
|
6064
6134
|
"location": {
|
|
6065
6135
|
"filePath": "scope.main.runtime.ts",
|
|
6066
|
-
"line":
|
|
6136
|
+
"line": 976,
|
|
6067
6137
|
"character": 42
|
|
6068
6138
|
},
|
|
6069
6139
|
"name": "throws",
|
|
@@ -6071,7 +6141,7 @@
|
|
|
6071
6141
|
"__schema": "InferenceTypeSchema",
|
|
6072
6142
|
"location": {
|
|
6073
6143
|
"filePath": "scope.main.runtime.ts",
|
|
6074
|
-
"line":
|
|
6144
|
+
"line": 976,
|
|
6075
6145
|
"character": 42
|
|
6076
6146
|
},
|
|
6077
6147
|
"type": "boolean"
|
|
@@ -6085,7 +6155,7 @@
|
|
|
6085
6155
|
"__schema": "TypeRefSchema",
|
|
6086
6156
|
"location": {
|
|
6087
6157
|
"filePath": "scope.main.runtime.ts",
|
|
6088
|
-
"line":
|
|
6158
|
+
"line": 976,
|
|
6089
6159
|
"character": 58
|
|
6090
6160
|
},
|
|
6091
6161
|
"name": "Promise",
|
|
@@ -6094,7 +6164,7 @@
|
|
|
6094
6164
|
"__schema": "TypeRefSchema",
|
|
6095
6165
|
"location": {
|
|
6096
6166
|
"filePath": "scope.main.runtime.ts",
|
|
6097
|
-
"line":
|
|
6167
|
+
"line": 976,
|
|
6098
6168
|
"character": 66
|
|
6099
6169
|
},
|
|
6100
6170
|
"name": "SnapsDistance",
|
|
@@ -6110,14 +6180,14 @@
|
|
|
6110
6180
|
"__schema": "FunctionLikeSchema",
|
|
6111
6181
|
"location": {
|
|
6112
6182
|
"filePath": "scope.main.runtime.ts",
|
|
6113
|
-
"line":
|
|
6183
|
+
"line": 988,
|
|
6114
6184
|
"character": 3
|
|
6115
6185
|
},
|
|
6116
6186
|
"doc": {
|
|
6117
6187
|
"__schema": "DocSchema",
|
|
6118
6188
|
"location": {
|
|
6119
6189
|
"filePath": "scope.main.runtime.ts",
|
|
6120
|
-
"line":
|
|
6190
|
+
"line": 981,
|
|
6121
6191
|
"character": 3
|
|
6122
6192
|
},
|
|
6123
6193
|
"raw": "/**\n * get the distance for a component between two lanes. for example, lane-b forked from lane-a and lane-b added some new snaps\n * @param componentId\n * @param sourceHead head on the source lane. leave empty if the source is main\n * @param targetHead head on the target lane. leave empty if the target is main\n * @returns\n */",
|
|
@@ -6127,7 +6197,7 @@
|
|
|
6127
6197
|
"__schema": "PropertyLikeTagSchema",
|
|
6128
6198
|
"location": {
|
|
6129
6199
|
"filePath": "scope.main.runtime.ts",
|
|
6130
|
-
"line":
|
|
6200
|
+
"line": 983,
|
|
6131
6201
|
"character": 6
|
|
6132
6202
|
},
|
|
6133
6203
|
"name": "componentId",
|
|
@@ -6137,7 +6207,7 @@
|
|
|
6137
6207
|
"__schema": "PropertyLikeTagSchema",
|
|
6138
6208
|
"location": {
|
|
6139
6209
|
"filePath": "scope.main.runtime.ts",
|
|
6140
|
-
"line":
|
|
6210
|
+
"line": 984,
|
|
6141
6211
|
"character": 6
|
|
6142
6212
|
},
|
|
6143
6213
|
"name": "sourceHead",
|
|
@@ -6148,7 +6218,7 @@
|
|
|
6148
6218
|
"__schema": "PropertyLikeTagSchema",
|
|
6149
6219
|
"location": {
|
|
6150
6220
|
"filePath": "scope.main.runtime.ts",
|
|
6151
|
-
"line":
|
|
6221
|
+
"line": 985,
|
|
6152
6222
|
"character": 6
|
|
6153
6223
|
},
|
|
6154
6224
|
"name": "targetHead",
|
|
@@ -6159,7 +6229,7 @@
|
|
|
6159
6229
|
"__schema": "ReturnTagSchema",
|
|
6160
6230
|
"location": {
|
|
6161
6231
|
"filePath": "scope.main.runtime.ts",
|
|
6162
|
-
"line":
|
|
6232
|
+
"line": 986,
|
|
6163
6233
|
"character": 6
|
|
6164
6234
|
},
|
|
6165
6235
|
"tagName": "return"
|
|
@@ -6173,7 +6243,7 @@
|
|
|
6173
6243
|
"__schema": "ParameterSchema",
|
|
6174
6244
|
"location": {
|
|
6175
6245
|
"filePath": "scope.main.runtime.ts",
|
|
6176
|
-
"line":
|
|
6246
|
+
"line": 989,
|
|
6177
6247
|
"character": 5
|
|
6178
6248
|
},
|
|
6179
6249
|
"name": "componentId",
|
|
@@ -6181,7 +6251,7 @@
|
|
|
6181
6251
|
"__schema": "TypeRefSchema",
|
|
6182
6252
|
"location": {
|
|
6183
6253
|
"filePath": "scope.main.runtime.ts",
|
|
6184
|
-
"line":
|
|
6254
|
+
"line": 989,
|
|
6185
6255
|
"character": 18
|
|
6186
6256
|
},
|
|
6187
6257
|
"name": "ComponentID",
|
|
@@ -6198,7 +6268,7 @@
|
|
|
6198
6268
|
"__schema": "ParameterSchema",
|
|
6199
6269
|
"location": {
|
|
6200
6270
|
"filePath": "scope.main.runtime.ts",
|
|
6201
|
-
"line":
|
|
6271
|
+
"line": 990,
|
|
6202
6272
|
"character": 5
|
|
6203
6273
|
},
|
|
6204
6274
|
"name": "sourceHead",
|
|
@@ -6206,7 +6276,7 @@
|
|
|
6206
6276
|
"__schema": "KeywordTypeSchema",
|
|
6207
6277
|
"location": {
|
|
6208
6278
|
"filePath": "scope.main.runtime.ts",
|
|
6209
|
-
"line":
|
|
6279
|
+
"line": 990,
|
|
6210
6280
|
"character": 18
|
|
6211
6281
|
},
|
|
6212
6282
|
"name": "string"
|
|
@@ -6218,7 +6288,7 @@
|
|
|
6218
6288
|
"__schema": "ParameterSchema",
|
|
6219
6289
|
"location": {
|
|
6220
6290
|
"filePath": "scope.main.runtime.ts",
|
|
6221
|
-
"line":
|
|
6291
|
+
"line": 991,
|
|
6222
6292
|
"character": 5
|
|
6223
6293
|
},
|
|
6224
6294
|
"name": "targetHead",
|
|
@@ -6226,7 +6296,7 @@
|
|
|
6226
6296
|
"__schema": "KeywordTypeSchema",
|
|
6227
6297
|
"location": {
|
|
6228
6298
|
"filePath": "scope.main.runtime.ts",
|
|
6229
|
-
"line":
|
|
6299
|
+
"line": 991,
|
|
6230
6300
|
"character": 18
|
|
6231
6301
|
},
|
|
6232
6302
|
"name": "string"
|
|
@@ -6238,7 +6308,7 @@
|
|
|
6238
6308
|
"__schema": "ParameterSchema",
|
|
6239
6309
|
"location": {
|
|
6240
6310
|
"filePath": "scope.main.runtime.ts",
|
|
6241
|
-
"line":
|
|
6311
|
+
"line": 992,
|
|
6242
6312
|
"character": 5
|
|
6243
6313
|
},
|
|
6244
6314
|
"name": "throws",
|
|
@@ -6246,7 +6316,7 @@
|
|
|
6246
6316
|
"__schema": "KeywordTypeSchema",
|
|
6247
6317
|
"location": {
|
|
6248
6318
|
"filePath": "scope.main.runtime.ts",
|
|
6249
|
-
"line":
|
|
6319
|
+
"line": 992,
|
|
6250
6320
|
"character": 14
|
|
6251
6321
|
},
|
|
6252
6322
|
"name": "boolean"
|
|
@@ -6259,7 +6329,7 @@
|
|
|
6259
6329
|
"__schema": "TypeRefSchema",
|
|
6260
6330
|
"location": {
|
|
6261
6331
|
"filePath": "scope.main.runtime.ts",
|
|
6262
|
-
"line":
|
|
6332
|
+
"line": 993,
|
|
6263
6333
|
"character": 6
|
|
6264
6334
|
},
|
|
6265
6335
|
"name": "Promise",
|
|
@@ -6268,7 +6338,7 @@
|
|
|
6268
6338
|
"__schema": "TypeRefSchema",
|
|
6269
6339
|
"location": {
|
|
6270
6340
|
"filePath": "scope.main.runtime.ts",
|
|
6271
|
-
"line":
|
|
6341
|
+
"line": 993,
|
|
6272
6342
|
"character": 14
|
|
6273
6343
|
},
|
|
6274
6344
|
"name": "SnapsDistance",
|
|
@@ -6284,7 +6354,7 @@
|
|
|
6284
6354
|
"__schema": "FunctionLikeSchema",
|
|
6285
6355
|
"location": {
|
|
6286
6356
|
"filePath": "scope.main.runtime.ts",
|
|
6287
|
-
"line":
|
|
6357
|
+
"line": 1007,
|
|
6288
6358
|
"character": 3
|
|
6289
6359
|
},
|
|
6290
6360
|
"signature": "(method) ScopeMain.getExactVersionBySemverRange(id: ComponentID, range: string): Promise<string | undefined>",
|
|
@@ -6294,7 +6364,7 @@
|
|
|
6294
6364
|
"__schema": "ParameterSchema",
|
|
6295
6365
|
"location": {
|
|
6296
6366
|
"filePath": "scope.main.runtime.ts",
|
|
6297
|
-
"line":
|
|
6367
|
+
"line": 1007,
|
|
6298
6368
|
"character": 38
|
|
6299
6369
|
},
|
|
6300
6370
|
"name": "id",
|
|
@@ -6302,7 +6372,7 @@
|
|
|
6302
6372
|
"__schema": "TypeRefSchema",
|
|
6303
6373
|
"location": {
|
|
6304
6374
|
"filePath": "scope.main.runtime.ts",
|
|
6305
|
-
"line":
|
|
6375
|
+
"line": 1007,
|
|
6306
6376
|
"character": 42
|
|
6307
6377
|
},
|
|
6308
6378
|
"name": "ComponentID",
|
|
@@ -6319,7 +6389,7 @@
|
|
|
6319
6389
|
"__schema": "ParameterSchema",
|
|
6320
6390
|
"location": {
|
|
6321
6391
|
"filePath": "scope.main.runtime.ts",
|
|
6322
|
-
"line":
|
|
6392
|
+
"line": 1007,
|
|
6323
6393
|
"character": 55
|
|
6324
6394
|
},
|
|
6325
6395
|
"name": "range",
|
|
@@ -6327,7 +6397,7 @@
|
|
|
6327
6397
|
"__schema": "KeywordTypeSchema",
|
|
6328
6398
|
"location": {
|
|
6329
6399
|
"filePath": "scope.main.runtime.ts",
|
|
6330
|
-
"line":
|
|
6400
|
+
"line": 1007,
|
|
6331
6401
|
"character": 62
|
|
6332
6402
|
},
|
|
6333
6403
|
"name": "string"
|
|
@@ -6340,7 +6410,7 @@
|
|
|
6340
6410
|
"__schema": "TypeRefSchema",
|
|
6341
6411
|
"location": {
|
|
6342
6412
|
"filePath": "scope.main.runtime.ts",
|
|
6343
|
-
"line":
|
|
6413
|
+
"line": 1007,
|
|
6344
6414
|
"character": 71
|
|
6345
6415
|
},
|
|
6346
6416
|
"name": "Promise",
|
|
@@ -6349,7 +6419,7 @@
|
|
|
6349
6419
|
"__schema": "TypeUnionSchema",
|
|
6350
6420
|
"location": {
|
|
6351
6421
|
"filePath": "scope.main.runtime.ts",
|
|
6352
|
-
"line":
|
|
6422
|
+
"line": 1007,
|
|
6353
6423
|
"character": 79
|
|
6354
6424
|
},
|
|
6355
6425
|
"types": [
|
|
@@ -6357,7 +6427,7 @@
|
|
|
6357
6427
|
"__schema": "KeywordTypeSchema",
|
|
6358
6428
|
"location": {
|
|
6359
6429
|
"filePath": "scope.main.runtime.ts",
|
|
6360
|
-
"line":
|
|
6430
|
+
"line": 1007,
|
|
6361
6431
|
"character": 79
|
|
6362
6432
|
},
|
|
6363
6433
|
"name": "string"
|
|
@@ -6366,7 +6436,7 @@
|
|
|
6366
6436
|
"__schema": "KeywordTypeSchema",
|
|
6367
6437
|
"location": {
|
|
6368
6438
|
"filePath": "scope.main.runtime.ts",
|
|
6369
|
-
"line":
|
|
6439
|
+
"line": 1007,
|
|
6370
6440
|
"character": 88
|
|
6371
6441
|
},
|
|
6372
6442
|
"name": "undefined"
|
|
@@ -6383,7 +6453,7 @@
|
|
|
6383
6453
|
"__schema": "FunctionLikeSchema",
|
|
6384
6454
|
"location": {
|
|
6385
6455
|
"filePath": "scope.main.runtime.ts",
|
|
6386
|
-
"line":
|
|
6456
|
+
"line": 1013,
|
|
6387
6457
|
"character": 3
|
|
6388
6458
|
},
|
|
6389
6459
|
"signature": "(method) ScopeMain.resumeExport(exportId: string, remotes: string[]): Promise<string[]>",
|
|
@@ -6393,7 +6463,7 @@
|
|
|
6393
6463
|
"__schema": "ParameterSchema",
|
|
6394
6464
|
"location": {
|
|
6395
6465
|
"filePath": "scope.main.runtime.ts",
|
|
6396
|
-
"line":
|
|
6466
|
+
"line": 1013,
|
|
6397
6467
|
"character": 22
|
|
6398
6468
|
},
|
|
6399
6469
|
"name": "exportId",
|
|
@@ -6401,7 +6471,7 @@
|
|
|
6401
6471
|
"__schema": "KeywordTypeSchema",
|
|
6402
6472
|
"location": {
|
|
6403
6473
|
"filePath": "scope.main.runtime.ts",
|
|
6404
|
-
"line":
|
|
6474
|
+
"line": 1013,
|
|
6405
6475
|
"character": 32
|
|
6406
6476
|
},
|
|
6407
6477
|
"name": "string"
|
|
@@ -6413,7 +6483,7 @@
|
|
|
6413
6483
|
"__schema": "ParameterSchema",
|
|
6414
6484
|
"location": {
|
|
6415
6485
|
"filePath": "scope.main.runtime.ts",
|
|
6416
|
-
"line":
|
|
6486
|
+
"line": 1013,
|
|
6417
6487
|
"character": 40
|
|
6418
6488
|
},
|
|
6419
6489
|
"name": "remotes",
|
|
@@ -6421,14 +6491,14 @@
|
|
|
6421
6491
|
"__schema": "TypeArraySchema",
|
|
6422
6492
|
"location": {
|
|
6423
6493
|
"filePath": "scope.main.runtime.ts",
|
|
6424
|
-
"line":
|
|
6494
|
+
"line": 1013,
|
|
6425
6495
|
"character": 49
|
|
6426
6496
|
},
|
|
6427
6497
|
"type": {
|
|
6428
6498
|
"__schema": "KeywordTypeSchema",
|
|
6429
6499
|
"location": {
|
|
6430
6500
|
"filePath": "scope.main.runtime.ts",
|
|
6431
|
-
"line":
|
|
6501
|
+
"line": 1013,
|
|
6432
6502
|
"character": 49
|
|
6433
6503
|
},
|
|
6434
6504
|
"name": "string"
|
|
@@ -6442,7 +6512,7 @@
|
|
|
6442
6512
|
"__schema": "TypeRefSchema",
|
|
6443
6513
|
"location": {
|
|
6444
6514
|
"filePath": "scope.main.runtime.ts",
|
|
6445
|
-
"line":
|
|
6515
|
+
"line": 1013,
|
|
6446
6516
|
"character": 60
|
|
6447
6517
|
},
|
|
6448
6518
|
"name": "Promise",
|
|
@@ -6451,14 +6521,14 @@
|
|
|
6451
6521
|
"__schema": "TypeArraySchema",
|
|
6452
6522
|
"location": {
|
|
6453
6523
|
"filePath": "scope.main.runtime.ts",
|
|
6454
|
-
"line":
|
|
6524
|
+
"line": 1013,
|
|
6455
6525
|
"character": 68
|
|
6456
6526
|
},
|
|
6457
6527
|
"type": {
|
|
6458
6528
|
"__schema": "KeywordTypeSchema",
|
|
6459
6529
|
"location": {
|
|
6460
6530
|
"filePath": "scope.main.runtime.ts",
|
|
6461
|
-
"line":
|
|
6531
|
+
"line": 1013,
|
|
6462
6532
|
"character": 68
|
|
6463
6533
|
},
|
|
6464
6534
|
"name": "string"
|
|
@@ -6474,14 +6544,14 @@
|
|
|
6474
6544
|
"__schema": "FunctionLikeSchema",
|
|
6475
6545
|
"location": {
|
|
6476
6546
|
"filePath": "scope.main.runtime.ts",
|
|
6477
|
-
"line":
|
|
6547
|
+
"line": 1020,
|
|
6478
6548
|
"character": 3
|
|
6479
6549
|
},
|
|
6480
6550
|
"doc": {
|
|
6481
6551
|
"__schema": "DocSchema",
|
|
6482
6552
|
"location": {
|
|
6483
6553
|
"filePath": "scope.main.runtime.ts",
|
|
6484
|
-
"line":
|
|
6554
|
+
"line": 1017,
|
|
6485
6555
|
"character": 3
|
|
6486
6556
|
},
|
|
6487
6557
|
"raw": "/**\n * @deprecated use `this.resolveComponentId` instead.\n */",
|
|
@@ -6490,7 +6560,7 @@
|
|
|
6490
6560
|
"__schema": "TagSchema",
|
|
6491
6561
|
"location": {
|
|
6492
6562
|
"filePath": "scope.main.runtime.ts",
|
|
6493
|
-
"line":
|
|
6563
|
+
"line": 1018,
|
|
6494
6564
|
"character": 6
|
|
6495
6565
|
},
|
|
6496
6566
|
"tagName": "deprecated",
|
|
@@ -6505,7 +6575,7 @@
|
|
|
6505
6575
|
"__schema": "ParameterSchema",
|
|
6506
6576
|
"location": {
|
|
6507
6577
|
"filePath": "scope.main.runtime.ts",
|
|
6508
|
-
"line":
|
|
6578
|
+
"line": 1020,
|
|
6509
6579
|
"character": 19
|
|
6510
6580
|
},
|
|
6511
6581
|
"name": "id",
|
|
@@ -6513,7 +6583,7 @@
|
|
|
6513
6583
|
"__schema": "KeywordTypeSchema",
|
|
6514
6584
|
"location": {
|
|
6515
6585
|
"filePath": "scope.main.runtime.ts",
|
|
6516
|
-
"line":
|
|
6586
|
+
"line": 1020,
|
|
6517
6587
|
"character": 23
|
|
6518
6588
|
},
|
|
6519
6589
|
"name": "string"
|
|
@@ -6526,7 +6596,7 @@
|
|
|
6526
6596
|
"__schema": "TypeRefSchema",
|
|
6527
6597
|
"location": {
|
|
6528
6598
|
"filePath": "scope.main.runtime.ts",
|
|
6529
|
-
"line":
|
|
6599
|
+
"line": 1020,
|
|
6530
6600
|
"character": 32
|
|
6531
6601
|
},
|
|
6532
6602
|
"name": "Promise",
|
|
@@ -6535,7 +6605,7 @@
|
|
|
6535
6605
|
"__schema": "TypeRefSchema",
|
|
6536
6606
|
"location": {
|
|
6537
6607
|
"filePath": "scope.main.runtime.ts",
|
|
6538
|
-
"line":
|
|
6608
|
+
"line": 1020,
|
|
6539
6609
|
"character": 40
|
|
6540
6610
|
},
|
|
6541
6611
|
"name": "ComponentID",
|
|
@@ -6555,7 +6625,7 @@
|
|
|
6555
6625
|
"__schema": "FunctionLikeSchema",
|
|
6556
6626
|
"location": {
|
|
6557
6627
|
"filePath": "scope.main.runtime.ts",
|
|
6558
|
-
"line":
|
|
6628
|
+
"line": 1025,
|
|
6559
6629
|
"character": 3
|
|
6560
6630
|
},
|
|
6561
6631
|
"signature": "(method) ScopeMain._legacyRemotes(): Promise<Remotes>",
|
|
@@ -6565,7 +6635,7 @@
|
|
|
6565
6635
|
"__schema": "TypeRefSchema",
|
|
6566
6636
|
"location": {
|
|
6567
6637
|
"filePath": "scope.main.runtime.ts",
|
|
6568
|
-
"line":
|
|
6638
|
+
"line": 1025,
|
|
6569
6639
|
"character": 27
|
|
6570
6640
|
},
|
|
6571
6641
|
"name": "Promise",
|
|
@@ -6574,7 +6644,7 @@
|
|
|
6574
6644
|
"__schema": "TypeRefSchema",
|
|
6575
6645
|
"location": {
|
|
6576
6646
|
"filePath": "scope.main.runtime.ts",
|
|
6577
|
-
"line":
|
|
6647
|
+
"line": 1025,
|
|
6578
6648
|
"character": 35
|
|
6579
6649
|
},
|
|
6580
6650
|
"name": "Remotes",
|
|
@@ -6590,14 +6660,14 @@
|
|
|
6590
6660
|
"__schema": "FunctionLikeSchema",
|
|
6591
6661
|
"location": {
|
|
6592
6662
|
"filePath": "scope.main.runtime.ts",
|
|
6593
|
-
"line":
|
|
6663
|
+
"line": 1032,
|
|
6594
6664
|
"character": 3
|
|
6595
6665
|
},
|
|
6596
6666
|
"doc": {
|
|
6597
6667
|
"__schema": "DocSchema",
|
|
6598
6668
|
"location": {
|
|
6599
6669
|
"filePath": "scope.main.runtime.ts",
|
|
6600
|
-
"line":
|
|
6670
|
+
"line": 1029,
|
|
6601
6671
|
"character": 3
|
|
6602
6672
|
},
|
|
6603
6673
|
"raw": "/**\n * list all component ids from a remote-scope\n */",
|
|
@@ -6610,7 +6680,7 @@
|
|
|
6610
6680
|
"__schema": "ParameterSchema",
|
|
6611
6681
|
"location": {
|
|
6612
6682
|
"filePath": "scope.main.runtime.ts",
|
|
6613
|
-
"line":
|
|
6683
|
+
"line": 1032,
|
|
6614
6684
|
"character": 25
|
|
6615
6685
|
},
|
|
6616
6686
|
"name": "scopeName",
|
|
@@ -6618,7 +6688,7 @@
|
|
|
6618
6688
|
"__schema": "KeywordTypeSchema",
|
|
6619
6689
|
"location": {
|
|
6620
6690
|
"filePath": "scope.main.runtime.ts",
|
|
6621
|
-
"line":
|
|
6691
|
+
"line": 1032,
|
|
6622
6692
|
"character": 36
|
|
6623
6693
|
},
|
|
6624
6694
|
"name": "string"
|
|
@@ -6631,7 +6701,7 @@
|
|
|
6631
6701
|
"__schema": "TypeRefSchema",
|
|
6632
6702
|
"location": {
|
|
6633
6703
|
"filePath": "scope.main.runtime.ts",
|
|
6634
|
-
"line":
|
|
6704
|
+
"line": 1032,
|
|
6635
6705
|
"character": 45
|
|
6636
6706
|
},
|
|
6637
6707
|
"name": "Promise",
|
|
@@ -6640,14 +6710,14 @@
|
|
|
6640
6710
|
"__schema": "TypeArraySchema",
|
|
6641
6711
|
"location": {
|
|
6642
6712
|
"filePath": "scope.main.runtime.ts",
|
|
6643
|
-
"line":
|
|
6713
|
+
"line": 1032,
|
|
6644
6714
|
"character": 53
|
|
6645
6715
|
},
|
|
6646
6716
|
"type": {
|
|
6647
6717
|
"__schema": "TypeRefSchema",
|
|
6648
6718
|
"location": {
|
|
6649
6719
|
"filePath": "scope.main.runtime.ts",
|
|
6650
|
-
"line":
|
|
6720
|
+
"line": 1032,
|
|
6651
6721
|
"character": 53
|
|
6652
6722
|
},
|
|
6653
6723
|
"name": "ComponentID",
|
|
@@ -6668,7 +6738,7 @@
|
|
|
6668
6738
|
"__schema": "FunctionLikeSchema",
|
|
6669
6739
|
"location": {
|
|
6670
6740
|
"filePath": "scope.main.runtime.ts",
|
|
6671
|
-
"line":
|
|
6741
|
+
"line": 1039,
|
|
6672
6742
|
"character": 3
|
|
6673
6743
|
},
|
|
6674
6744
|
"signature": "(method) ScopeMain.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
@@ -6678,7 +6748,7 @@
|
|
|
6678
6748
|
"__schema": "ParameterSchema",
|
|
6679
6749
|
"location": {
|
|
6680
6750
|
"filePath": "scope.main.runtime.ts",
|
|
6681
|
-
"line":
|
|
6751
|
+
"line": 1039,
|
|
6682
6752
|
"character": 26
|
|
6683
6753
|
},
|
|
6684
6754
|
"name": "id",
|
|
@@ -6686,7 +6756,7 @@
|
|
|
6686
6756
|
"__schema": "TypeRefSchema",
|
|
6687
6757
|
"location": {
|
|
6688
6758
|
"filePath": "scope.main.runtime.ts",
|
|
6689
|
-
"line":
|
|
6759
|
+
"line": 1039,
|
|
6690
6760
|
"character": 30
|
|
6691
6761
|
},
|
|
6692
6762
|
"name": "ComponentID",
|
|
@@ -6704,7 +6774,7 @@
|
|
|
6704
6774
|
"__schema": "TypeRefSchema",
|
|
6705
6775
|
"location": {
|
|
6706
6776
|
"filePath": "scope.main.runtime.ts",
|
|
6707
|
-
"line":
|
|
6777
|
+
"line": 1039,
|
|
6708
6778
|
"character": 44
|
|
6709
6779
|
},
|
|
6710
6780
|
"name": "Promise",
|
|
@@ -6713,7 +6783,7 @@
|
|
|
6713
6783
|
"__schema": "TypeUnionSchema",
|
|
6714
6784
|
"location": {
|
|
6715
6785
|
"filePath": "scope.main.runtime.ts",
|
|
6716
|
-
"line":
|
|
6786
|
+
"line": 1039,
|
|
6717
6787
|
"character": 52
|
|
6718
6788
|
},
|
|
6719
6789
|
"types": [
|
|
@@ -6721,7 +6791,7 @@
|
|
|
6721
6791
|
"__schema": "TypeRefSchema",
|
|
6722
6792
|
"location": {
|
|
6723
6793
|
"filePath": "scope.main.runtime.ts",
|
|
6724
|
-
"line":
|
|
6794
|
+
"line": 1039,
|
|
6725
6795
|
"character": 52
|
|
6726
6796
|
},
|
|
6727
6797
|
"name": "ConsumerComponent",
|
|
@@ -6731,7 +6801,7 @@
|
|
|
6731
6801
|
"__schema": "KeywordTypeSchema",
|
|
6732
6802
|
"location": {
|
|
6733
6803
|
"filePath": "scope.main.runtime.ts",
|
|
6734
|
-
"line":
|
|
6804
|
+
"line": 1039,
|
|
6735
6805
|
"character": 72
|
|
6736
6806
|
},
|
|
6737
6807
|
"name": "undefined"
|
|
@@ -6748,14 +6818,14 @@
|
|
|
6748
6818
|
"__schema": "FunctionLikeSchema",
|
|
6749
6819
|
"location": {
|
|
6750
6820
|
"filePath": "scope.main.runtime.ts",
|
|
6751
|
-
"line":
|
|
6821
|
+
"line": 1052,
|
|
6752
6822
|
"character": 3
|
|
6753
6823
|
},
|
|
6754
6824
|
"doc": {
|
|
6755
6825
|
"__schema": "DocSchema",
|
|
6756
6826
|
"location": {
|
|
6757
6827
|
"filePath": "scope.main.runtime.ts",
|
|
6758
|
-
"line":
|
|
6828
|
+
"line": 1048,
|
|
6759
6829
|
"character": 3
|
|
6760
6830
|
},
|
|
6761
6831
|
"raw": "/**\n * ModelComponent is of type `BitObject` which gets saved into the local scope as an object file.\n * It has data about the tags and the component head. It doesn't have any data about the source-files/artifacts etc.\n */",
|
|
@@ -6768,7 +6838,7 @@
|
|
|
6768
6838
|
"__schema": "ParameterSchema",
|
|
6769
6839
|
"location": {
|
|
6770
6840
|
"filePath": "scope.main.runtime.ts",
|
|
6771
|
-
"line":
|
|
6841
|
+
"line": 1052,
|
|
6772
6842
|
"character": 36
|
|
6773
6843
|
},
|
|
6774
6844
|
"name": "id",
|
|
@@ -6776,7 +6846,7 @@
|
|
|
6776
6846
|
"__schema": "TypeRefSchema",
|
|
6777
6847
|
"location": {
|
|
6778
6848
|
"filePath": "scope.main.runtime.ts",
|
|
6779
|
-
"line":
|
|
6849
|
+
"line": 1052,
|
|
6780
6850
|
"character": 40
|
|
6781
6851
|
},
|
|
6782
6852
|
"name": "ComponentID",
|
|
@@ -6793,7 +6863,7 @@
|
|
|
6793
6863
|
"__schema": "ParameterSchema",
|
|
6794
6864
|
"location": {
|
|
6795
6865
|
"filePath": "scope.main.runtime.ts",
|
|
6796
|
-
"line":
|
|
6866
|
+
"line": 1052,
|
|
6797
6867
|
"character": 53
|
|
6798
6868
|
},
|
|
6799
6869
|
"name": "throwIfNotExist",
|
|
@@ -6801,7 +6871,7 @@
|
|
|
6801
6871
|
"__schema": "InferenceTypeSchema",
|
|
6802
6872
|
"location": {
|
|
6803
6873
|
"filePath": "scope.main.runtime.ts",
|
|
6804
|
-
"line":
|
|
6874
|
+
"line": 1052,
|
|
6805
6875
|
"character": 53
|
|
6806
6876
|
},
|
|
6807
6877
|
"type": "boolean"
|
|
@@ -6815,7 +6885,7 @@
|
|
|
6815
6885
|
"__schema": "TypeRefSchema",
|
|
6816
6886
|
"location": {
|
|
6817
6887
|
"filePath": "scope.main.runtime.ts",
|
|
6818
|
-
"line":
|
|
6888
|
+
"line": 1052,
|
|
6819
6889
|
"character": 79
|
|
6820
6890
|
},
|
|
6821
6891
|
"name": "Promise",
|
|
@@ -6824,7 +6894,7 @@
|
|
|
6824
6894
|
"__schema": "TypeUnionSchema",
|
|
6825
6895
|
"location": {
|
|
6826
6896
|
"filePath": "scope.main.runtime.ts",
|
|
6827
|
-
"line":
|
|
6897
|
+
"line": 1052,
|
|
6828
6898
|
"character": 87
|
|
6829
6899
|
},
|
|
6830
6900
|
"types": [
|
|
@@ -6832,7 +6902,7 @@
|
|
|
6832
6902
|
"__schema": "TypeRefSchema",
|
|
6833
6903
|
"location": {
|
|
6834
6904
|
"filePath": "scope.main.runtime.ts",
|
|
6835
|
-
"line":
|
|
6905
|
+
"line": 1052,
|
|
6836
6906
|
"character": 87
|
|
6837
6907
|
},
|
|
6838
6908
|
"name": "ModelComponent",
|
|
@@ -6842,7 +6912,7 @@
|
|
|
6842
6912
|
"__schema": "KeywordTypeSchema",
|
|
6843
6913
|
"location": {
|
|
6844
6914
|
"filePath": "scope.main.runtime.ts",
|
|
6845
|
-
"line":
|
|
6915
|
+
"line": 1052,
|
|
6846
6916
|
"character": 104
|
|
6847
6917
|
},
|
|
6848
6918
|
"name": "undefined"
|
|
@@ -6859,14 +6929,14 @@
|
|
|
6859
6929
|
"__schema": "FunctionLikeSchema",
|
|
6860
6930
|
"location": {
|
|
6861
6931
|
"filePath": "scope.main.runtime.ts",
|
|
6862
|
-
"line":
|
|
6932
|
+
"line": 1059,
|
|
6863
6933
|
"character": 3
|
|
6864
6934
|
},
|
|
6865
6935
|
"doc": {
|
|
6866
6936
|
"__schema": "DocSchema",
|
|
6867
6937
|
"location": {
|
|
6868
6938
|
"filePath": "scope.main.runtime.ts",
|
|
6869
|
-
"line":
|
|
6939
|
+
"line": 1056,
|
|
6870
6940
|
"character": 3
|
|
6871
6941
|
},
|
|
6872
6942
|
"raw": "/**\n * Version BitObject holds the data of the source files and build artifacts of a specific snap/tag.\n */",
|
|
@@ -6879,7 +6949,7 @@
|
|
|
6879
6949
|
"__schema": "ParameterSchema",
|
|
6880
6950
|
"location": {
|
|
6881
6951
|
"filePath": "scope.main.runtime.ts",
|
|
6882
|
-
"line":
|
|
6952
|
+
"line": 1060,
|
|
6883
6953
|
"character": 5
|
|
6884
6954
|
},
|
|
6885
6955
|
"name": "modelComponent",
|
|
@@ -6887,7 +6957,7 @@
|
|
|
6887
6957
|
"__schema": "TypeRefSchema",
|
|
6888
6958
|
"location": {
|
|
6889
6959
|
"filePath": "scope.main.runtime.ts",
|
|
6890
|
-
"line":
|
|
6960
|
+
"line": 1060,
|
|
6891
6961
|
"character": 21
|
|
6892
6962
|
},
|
|
6893
6963
|
"name": "ModelComponent",
|
|
@@ -6900,7 +6970,7 @@
|
|
|
6900
6970
|
"__schema": "ParameterSchema",
|
|
6901
6971
|
"location": {
|
|
6902
6972
|
"filePath": "scope.main.runtime.ts",
|
|
6903
|
-
"line":
|
|
6973
|
+
"line": 1061,
|
|
6904
6974
|
"character": 5
|
|
6905
6975
|
},
|
|
6906
6976
|
"name": "version",
|
|
@@ -6908,7 +6978,7 @@
|
|
|
6908
6978
|
"__schema": "KeywordTypeSchema",
|
|
6909
6979
|
"location": {
|
|
6910
6980
|
"filePath": "scope.main.runtime.ts",
|
|
6911
|
-
"line":
|
|
6981
|
+
"line": 1061,
|
|
6912
6982
|
"character": 14
|
|
6913
6983
|
},
|
|
6914
6984
|
"name": "string"
|
|
@@ -6920,7 +6990,7 @@
|
|
|
6920
6990
|
"__schema": "ParameterSchema",
|
|
6921
6991
|
"location": {
|
|
6922
6992
|
"filePath": "scope.main.runtime.ts",
|
|
6923
|
-
"line":
|
|
6993
|
+
"line": 1062,
|
|
6924
6994
|
"character": 5
|
|
6925
6995
|
},
|
|
6926
6996
|
"name": "throwIfNotExist",
|
|
@@ -6928,7 +6998,7 @@
|
|
|
6928
6998
|
"__schema": "InferenceTypeSchema",
|
|
6929
6999
|
"location": {
|
|
6930
7000
|
"filePath": "scope.main.runtime.ts",
|
|
6931
|
-
"line":
|
|
7001
|
+
"line": 1062,
|
|
6932
7002
|
"character": 5
|
|
6933
7003
|
},
|
|
6934
7004
|
"type": "boolean"
|
|
@@ -6942,7 +7012,7 @@
|
|
|
6942
7012
|
"__schema": "TypeRefSchema",
|
|
6943
7013
|
"location": {
|
|
6944
7014
|
"filePath": "scope.main.runtime.ts",
|
|
6945
|
-
"line":
|
|
7015
|
+
"line": 1063,
|
|
6946
7016
|
"character": 6
|
|
6947
7017
|
},
|
|
6948
7018
|
"name": "Promise",
|
|
@@ -6951,7 +7021,7 @@
|
|
|
6951
7021
|
"__schema": "TypeUnionSchema",
|
|
6952
7022
|
"location": {
|
|
6953
7023
|
"filePath": "scope.main.runtime.ts",
|
|
6954
|
-
"line":
|
|
7024
|
+
"line": 1063,
|
|
6955
7025
|
"character": 14
|
|
6956
7026
|
},
|
|
6957
7027
|
"types": [
|
|
@@ -6959,7 +7029,7 @@
|
|
|
6959
7029
|
"__schema": "TypeRefSchema",
|
|
6960
7030
|
"location": {
|
|
6961
7031
|
"filePath": "scope.main.runtime.ts",
|
|
6962
|
-
"line":
|
|
7032
|
+
"line": 1063,
|
|
6963
7033
|
"character": 14
|
|
6964
7034
|
},
|
|
6965
7035
|
"name": "Version",
|
|
@@ -6969,7 +7039,7 @@
|
|
|
6969
7039
|
"__schema": "KeywordTypeSchema",
|
|
6970
7040
|
"location": {
|
|
6971
7041
|
"filePath": "scope.main.runtime.ts",
|
|
6972
|
-
"line":
|
|
7042
|
+
"line": 1063,
|
|
6973
7043
|
"character": 24
|
|
6974
7044
|
},
|
|
6975
7045
|
"name": "undefined"
|
|
@@ -6986,7 +7056,7 @@
|
|
|
6986
7056
|
"__schema": "FunctionLikeSchema",
|
|
6987
7057
|
"location": {
|
|
6988
7058
|
"filePath": "scope.main.runtime.ts",
|
|
6989
|
-
"line":
|
|
7059
|
+
"line": 1067,
|
|
6990
7060
|
"character": 3
|
|
6991
7061
|
},
|
|
6992
7062
|
"signature": "(method) ScopeMain.getBitObjectVersionById(id: ComponentID, throwIfNotExist?: boolean): Promise<Version | undefined>",
|
|
@@ -6996,7 +7066,7 @@
|
|
|
6996
7066
|
"__schema": "ParameterSchema",
|
|
6997
7067
|
"location": {
|
|
6998
7068
|
"filePath": "scope.main.runtime.ts",
|
|
6999
|
-
"line":
|
|
7069
|
+
"line": 1067,
|
|
7000
7070
|
"character": 33
|
|
7001
7071
|
},
|
|
7002
7072
|
"name": "id",
|
|
@@ -7004,7 +7074,7 @@
|
|
|
7004
7074
|
"__schema": "TypeRefSchema",
|
|
7005
7075
|
"location": {
|
|
7006
7076
|
"filePath": "scope.main.runtime.ts",
|
|
7007
|
-
"line":
|
|
7077
|
+
"line": 1067,
|
|
7008
7078
|
"character": 37
|
|
7009
7079
|
},
|
|
7010
7080
|
"name": "ComponentID",
|
|
@@ -7021,7 +7091,7 @@
|
|
|
7021
7091
|
"__schema": "ParameterSchema",
|
|
7022
7092
|
"location": {
|
|
7023
7093
|
"filePath": "scope.main.runtime.ts",
|
|
7024
|
-
"line":
|
|
7094
|
+
"line": 1067,
|
|
7025
7095
|
"character": 50
|
|
7026
7096
|
},
|
|
7027
7097
|
"name": "throwIfNotExist",
|
|
@@ -7029,7 +7099,7 @@
|
|
|
7029
7099
|
"__schema": "InferenceTypeSchema",
|
|
7030
7100
|
"location": {
|
|
7031
7101
|
"filePath": "scope.main.runtime.ts",
|
|
7032
|
-
"line":
|
|
7102
|
+
"line": 1067,
|
|
7033
7103
|
"character": 50
|
|
7034
7104
|
},
|
|
7035
7105
|
"type": "boolean"
|
|
@@ -7043,7 +7113,7 @@
|
|
|
7043
7113
|
"__schema": "TypeRefSchema",
|
|
7044
7114
|
"location": {
|
|
7045
7115
|
"filePath": "scope.main.runtime.ts",
|
|
7046
|
-
"line":
|
|
7116
|
+
"line": 1067,
|
|
7047
7117
|
"character": 76
|
|
7048
7118
|
},
|
|
7049
7119
|
"name": "Promise",
|
|
@@ -7052,7 +7122,7 @@
|
|
|
7052
7122
|
"__schema": "TypeUnionSchema",
|
|
7053
7123
|
"location": {
|
|
7054
7124
|
"filePath": "scope.main.runtime.ts",
|
|
7055
|
-
"line":
|
|
7125
|
+
"line": 1067,
|
|
7056
7126
|
"character": 84
|
|
7057
7127
|
},
|
|
7058
7128
|
"types": [
|
|
@@ -7060,7 +7130,7 @@
|
|
|
7060
7130
|
"__schema": "TypeRefSchema",
|
|
7061
7131
|
"location": {
|
|
7062
7132
|
"filePath": "scope.main.runtime.ts",
|
|
7063
|
-
"line":
|
|
7133
|
+
"line": 1067,
|
|
7064
7134
|
"character": 84
|
|
7065
7135
|
},
|
|
7066
7136
|
"name": "Version",
|
|
@@ -7070,7 +7140,7 @@
|
|
|
7070
7140
|
"__schema": "KeywordTypeSchema",
|
|
7071
7141
|
"location": {
|
|
7072
7142
|
"filePath": "scope.main.runtime.ts",
|
|
7073
|
-
"line":
|
|
7143
|
+
"line": 1067,
|
|
7074
7144
|
"character": 94
|
|
7075
7145
|
},
|
|
7076
7146
|
"name": "undefined"
|
|
@@ -7087,14 +7157,14 @@
|
|
|
7087
7157
|
"__schema": "FunctionLikeSchema",
|
|
7088
7158
|
"location": {
|
|
7089
7159
|
"filePath": "scope.main.runtime.ts",
|
|
7090
|
-
"line":
|
|
7160
|
+
"line": 1076,
|
|
7091
7161
|
"character": 3
|
|
7092
7162
|
},
|
|
7093
7163
|
"doc": {
|
|
7094
7164
|
"__schema": "DocSchema",
|
|
7095
7165
|
"location": {
|
|
7096
7166
|
"filePath": "scope.main.runtime.ts",
|
|
7097
|
-
"line":
|
|
7167
|
+
"line": 1073,
|
|
7098
7168
|
"character": 3
|
|
7099
7169
|
},
|
|
7100
7170
|
"raw": "/**\n * get a component and load its aspect\n */",
|
|
@@ -7107,7 +7177,7 @@
|
|
|
7107
7177
|
"__schema": "ParameterSchema",
|
|
7108
7178
|
"location": {
|
|
7109
7179
|
"filePath": "scope.main.runtime.ts",
|
|
7110
|
-
"line":
|
|
7180
|
+
"line": 1077,
|
|
7111
7181
|
"character": 5
|
|
7112
7182
|
},
|
|
7113
7183
|
"name": "id",
|
|
@@ -7115,7 +7185,7 @@
|
|
|
7115
7185
|
"__schema": "TypeRefSchema",
|
|
7116
7186
|
"location": {
|
|
7117
7187
|
"filePath": "scope.main.runtime.ts",
|
|
7118
|
-
"line":
|
|
7188
|
+
"line": 1077,
|
|
7119
7189
|
"character": 9
|
|
7120
7190
|
},
|
|
7121
7191
|
"name": "ComponentID",
|
|
@@ -7132,7 +7202,7 @@
|
|
|
7132
7202
|
"__schema": "ParameterSchema",
|
|
7133
7203
|
"location": {
|
|
7134
7204
|
"filePath": "scope.main.runtime.ts",
|
|
7135
|
-
"line":
|
|
7205
|
+
"line": 1078,
|
|
7136
7206
|
"character": 5
|
|
7137
7207
|
},
|
|
7138
7208
|
"name": "lane",
|
|
@@ -7140,7 +7210,7 @@
|
|
|
7140
7210
|
"__schema": "TypeRefSchema",
|
|
7141
7211
|
"location": {
|
|
7142
7212
|
"filePath": "scope.main.runtime.ts",
|
|
7143
|
-
"line":
|
|
7213
|
+
"line": 1078,
|
|
7144
7214
|
"character": 12
|
|
7145
7215
|
},
|
|
7146
7216
|
"name": "Lane",
|
|
@@ -7153,7 +7223,7 @@
|
|
|
7153
7223
|
"__schema": "ParameterSchema",
|
|
7154
7224
|
"location": {
|
|
7155
7225
|
"filePath": "scope.main.runtime.ts",
|
|
7156
|
-
"line":
|
|
7226
|
+
"line": 1079,
|
|
7157
7227
|
"character": 5
|
|
7158
7228
|
},
|
|
7159
7229
|
"name": "opts",
|
|
@@ -7161,7 +7231,7 @@
|
|
|
7161
7231
|
"__schema": "TypeRefSchema",
|
|
7162
7232
|
"location": {
|
|
7163
7233
|
"filePath": "scope.main.runtime.ts",
|
|
7164
|
-
"line":
|
|
7234
|
+
"line": 1079,
|
|
7165
7235
|
"character": 11
|
|
7166
7236
|
},
|
|
7167
7237
|
"name": "LoadOptions",
|
|
@@ -7176,7 +7246,7 @@
|
|
|
7176
7246
|
"__schema": "TypeRefSchema",
|
|
7177
7247
|
"location": {
|
|
7178
7248
|
"filePath": "scope.main.runtime.ts",
|
|
7179
|
-
"line":
|
|
7249
|
+
"line": 1080,
|
|
7180
7250
|
"character": 6
|
|
7181
7251
|
},
|
|
7182
7252
|
"name": "Promise",
|
|
@@ -7185,7 +7255,7 @@
|
|
|
7185
7255
|
"__schema": "TypeUnionSchema",
|
|
7186
7256
|
"location": {
|
|
7187
7257
|
"filePath": "scope.main.runtime.ts",
|
|
7188
|
-
"line":
|
|
7258
|
+
"line": 1080,
|
|
7189
7259
|
"character": 14
|
|
7190
7260
|
},
|
|
7191
7261
|
"types": [
|
|
@@ -7193,7 +7263,7 @@
|
|
|
7193
7263
|
"__schema": "TypeRefSchema",
|
|
7194
7264
|
"location": {
|
|
7195
7265
|
"filePath": "scope.main.runtime.ts",
|
|
7196
|
-
"line":
|
|
7266
|
+
"line": 1080,
|
|
7197
7267
|
"character": 14
|
|
7198
7268
|
},
|
|
7199
7269
|
"name": "Component",
|
|
@@ -7206,7 +7276,7 @@
|
|
|
7206
7276
|
"__schema": "KeywordTypeSchema",
|
|
7207
7277
|
"location": {
|
|
7208
7278
|
"filePath": "scope.main.runtime.ts",
|
|
7209
|
-
"line":
|
|
7279
|
+
"line": 1080,
|
|
7210
7280
|
"character": 26
|
|
7211
7281
|
},
|
|
7212
7282
|
"name": "undefined"
|
|
@@ -7223,7 +7293,7 @@
|
|
|
7223
7293
|
"__schema": "FunctionLikeSchema",
|
|
7224
7294
|
"location": {
|
|
7225
7295
|
"filePath": "scope.main.runtime.ts",
|
|
7226
|
-
"line":
|
|
7296
|
+
"line": 1086,
|
|
7227
7297
|
"character": 3
|
|
7228
7298
|
},
|
|
7229
7299
|
"signature": "(method) ScopeMain.loadCompAspects(component: Component, lane?: Lane, opts?: LoadOptions): Promise<Component>",
|
|
@@ -7233,7 +7303,7 @@
|
|
|
7233
7303
|
"__schema": "ParameterSchema",
|
|
7234
7304
|
"location": {
|
|
7235
7305
|
"filePath": "scope.main.runtime.ts",
|
|
7236
|
-
"line":
|
|
7306
|
+
"line": 1087,
|
|
7237
7307
|
"character": 5
|
|
7238
7308
|
},
|
|
7239
7309
|
"name": "component",
|
|
@@ -7241,7 +7311,7 @@
|
|
|
7241
7311
|
"__schema": "TypeRefSchema",
|
|
7242
7312
|
"location": {
|
|
7243
7313
|
"filePath": "scope.main.runtime.ts",
|
|
7244
|
-
"line":
|
|
7314
|
+
"line": 1087,
|
|
7245
7315
|
"character": 16
|
|
7246
7316
|
},
|
|
7247
7317
|
"name": "Component",
|
|
@@ -7257,7 +7327,7 @@
|
|
|
7257
7327
|
"__schema": "ParameterSchema",
|
|
7258
7328
|
"location": {
|
|
7259
7329
|
"filePath": "scope.main.runtime.ts",
|
|
7260
|
-
"line":
|
|
7330
|
+
"line": 1088,
|
|
7261
7331
|
"character": 5
|
|
7262
7332
|
},
|
|
7263
7333
|
"name": "lane",
|
|
@@ -7265,7 +7335,7 @@
|
|
|
7265
7335
|
"__schema": "TypeRefSchema",
|
|
7266
7336
|
"location": {
|
|
7267
7337
|
"filePath": "scope.main.runtime.ts",
|
|
7268
|
-
"line":
|
|
7338
|
+
"line": 1088,
|
|
7269
7339
|
"character": 12
|
|
7270
7340
|
},
|
|
7271
7341
|
"name": "Lane",
|
|
@@ -7278,7 +7348,7 @@
|
|
|
7278
7348
|
"__schema": "ParameterSchema",
|
|
7279
7349
|
"location": {
|
|
7280
7350
|
"filePath": "scope.main.runtime.ts",
|
|
7281
|
-
"line":
|
|
7351
|
+
"line": 1089,
|
|
7282
7352
|
"character": 5
|
|
7283
7353
|
},
|
|
7284
7354
|
"name": "opts",
|
|
@@ -7286,7 +7356,7 @@
|
|
|
7286
7356
|
"__schema": "TypeRefSchema",
|
|
7287
7357
|
"location": {
|
|
7288
7358
|
"filePath": "scope.main.runtime.ts",
|
|
7289
|
-
"line":
|
|
7359
|
+
"line": 1089,
|
|
7290
7360
|
"character": 11
|
|
7291
7361
|
},
|
|
7292
7362
|
"name": "LoadOptions",
|
|
@@ -7301,7 +7371,7 @@
|
|
|
7301
7371
|
"__schema": "TypeRefSchema",
|
|
7302
7372
|
"location": {
|
|
7303
7373
|
"filePath": "scope.main.runtime.ts",
|
|
7304
|
-
"line":
|
|
7374
|
+
"line": 1090,
|
|
7305
7375
|
"character": 6
|
|
7306
7376
|
},
|
|
7307
7377
|
"name": "Promise",
|
|
@@ -7310,7 +7380,7 @@
|
|
|
7310
7380
|
"__schema": "TypeRefSchema",
|
|
7311
7381
|
"location": {
|
|
7312
7382
|
"filePath": "scope.main.runtime.ts",
|
|
7313
|
-
"line":
|
|
7383
|
+
"line": 1090,
|
|
7314
7384
|
"character": 14
|
|
7315
7385
|
},
|
|
7316
7386
|
"name": "Component",
|
|
@@ -7329,7 +7399,7 @@
|
|
|
7329
7399
|
"__schema": "FunctionLikeSchema",
|
|
7330
7400
|
"location": {
|
|
7331
7401
|
"filePath": "scope.main.runtime.ts",
|
|
7332
|
-
"line":
|
|
7402
|
+
"line": 1114,
|
|
7333
7403
|
"character": 3
|
|
7334
7404
|
},
|
|
7335
7405
|
"signature": "(method) ScopeMain.loadComponentsAspect(component: Component): Promise<void>",
|
|
@@ -7339,7 +7409,7 @@
|
|
|
7339
7409
|
"__schema": "ParameterSchema",
|
|
7340
7410
|
"location": {
|
|
7341
7411
|
"filePath": "scope.main.runtime.ts",
|
|
7342
|
-
"line":
|
|
7412
|
+
"line": 1114,
|
|
7343
7413
|
"character": 30
|
|
7344
7414
|
},
|
|
7345
7415
|
"name": "component",
|
|
@@ -7347,7 +7417,7 @@
|
|
|
7347
7417
|
"__schema": "TypeRefSchema",
|
|
7348
7418
|
"location": {
|
|
7349
7419
|
"filePath": "scope.main.runtime.ts",
|
|
7350
|
-
"line":
|
|
7420
|
+
"line": 1114,
|
|
7351
7421
|
"character": 41
|
|
7352
7422
|
},
|
|
7353
7423
|
"name": "Component",
|
|
@@ -7364,7 +7434,7 @@
|
|
|
7364
7434
|
"__schema": "InferenceTypeSchema",
|
|
7365
7435
|
"location": {
|
|
7366
7436
|
"filePath": "scope.main.runtime.ts",
|
|
7367
|
-
"line":
|
|
7437
|
+
"line": 1114,
|
|
7368
7438
|
"character": 3
|
|
7369
7439
|
},
|
|
7370
7440
|
"type": "Promise<void>"
|
|
@@ -7377,7 +7447,7 @@
|
|
|
7377
7447
|
"__schema": "FunctionLikeSchema",
|
|
7378
7448
|
"location": {
|
|
7379
7449
|
"filePath": "scope.main.runtime.ts",
|
|
7380
|
-
"line":
|
|
7450
|
+
"line": 1119,
|
|
7381
7451
|
"character": 3
|
|
7382
7452
|
},
|
|
7383
7453
|
"signature": "(method) ScopeMain.addAspectsFromConfigObject(component: Component, configObject: Record<string, any>): Promise<void>",
|
|
@@ -7387,7 +7457,7 @@
|
|
|
7387
7457
|
"__schema": "ParameterSchema",
|
|
7388
7458
|
"location": {
|
|
7389
7459
|
"filePath": "scope.main.runtime.ts",
|
|
7390
|
-
"line":
|
|
7460
|
+
"line": 1119,
|
|
7391
7461
|
"character": 36
|
|
7392
7462
|
},
|
|
7393
7463
|
"name": "component",
|
|
@@ -7395,7 +7465,7 @@
|
|
|
7395
7465
|
"__schema": "TypeRefSchema",
|
|
7396
7466
|
"location": {
|
|
7397
7467
|
"filePath": "scope.main.runtime.ts",
|
|
7398
|
-
"line":
|
|
7468
|
+
"line": 1119,
|
|
7399
7469
|
"character": 47
|
|
7400
7470
|
},
|
|
7401
7471
|
"name": "Component",
|
|
@@ -7411,7 +7481,7 @@
|
|
|
7411
7481
|
"__schema": "ParameterSchema",
|
|
7412
7482
|
"location": {
|
|
7413
7483
|
"filePath": "scope.main.runtime.ts",
|
|
7414
|
-
"line":
|
|
7484
|
+
"line": 1119,
|
|
7415
7485
|
"character": 58
|
|
7416
7486
|
},
|
|
7417
7487
|
"name": "configObject",
|
|
@@ -7419,7 +7489,7 @@
|
|
|
7419
7489
|
"__schema": "TypeRefSchema",
|
|
7420
7490
|
"location": {
|
|
7421
7491
|
"filePath": "scope.main.runtime.ts",
|
|
7422
|
-
"line":
|
|
7492
|
+
"line": 1119,
|
|
7423
7493
|
"character": 72
|
|
7424
7494
|
},
|
|
7425
7495
|
"name": "Record",
|
|
@@ -7428,7 +7498,7 @@
|
|
|
7428
7498
|
"__schema": "KeywordTypeSchema",
|
|
7429
7499
|
"location": {
|
|
7430
7500
|
"filePath": "scope.main.runtime.ts",
|
|
7431
|
-
"line":
|
|
7501
|
+
"line": 1119,
|
|
7432
7502
|
"character": 79
|
|
7433
7503
|
},
|
|
7434
7504
|
"name": "string"
|
|
@@ -7437,7 +7507,7 @@
|
|
|
7437
7507
|
"__schema": "KeywordTypeSchema",
|
|
7438
7508
|
"location": {
|
|
7439
7509
|
"filePath": "scope.main.runtime.ts",
|
|
7440
|
-
"line":
|
|
7510
|
+
"line": 1119,
|
|
7441
7511
|
"character": 87
|
|
7442
7512
|
},
|
|
7443
7513
|
"name": "any"
|
|
@@ -7452,7 +7522,7 @@
|
|
|
7452
7522
|
"__schema": "InferenceTypeSchema",
|
|
7453
7523
|
"location": {
|
|
7454
7524
|
"filePath": "scope.main.runtime.ts",
|
|
7455
|
-
"line":
|
|
7525
|
+
"line": 1119,
|
|
7456
7526
|
"character": 3
|
|
7457
7527
|
},
|
|
7458
7528
|
"type": "Promise<void>"
|
|
@@ -7465,7 +7535,7 @@
|
|
|
7465
7535
|
"__schema": "FunctionLikeSchema",
|
|
7466
7536
|
"location": {
|
|
7467
7537
|
"filePath": "scope.main.runtime.ts",
|
|
7468
|
-
"line":
|
|
7538
|
+
"line": 1128,
|
|
7469
7539
|
"character": 3
|
|
7470
7540
|
},
|
|
7471
7541
|
"signature": "(method) ScopeMain.createAspectListFromExtensionDataList(extensionDataList: ExtensionDataList): Promise<AspectList>",
|
|
@@ -7475,7 +7545,7 @@
|
|
|
7475
7545
|
"__schema": "ParameterSchema",
|
|
7476
7546
|
"location": {
|
|
7477
7547
|
"filePath": "scope.main.runtime.ts",
|
|
7478
|
-
"line":
|
|
7548
|
+
"line": 1128,
|
|
7479
7549
|
"character": 54
|
|
7480
7550
|
},
|
|
7481
7551
|
"name": "extensionDataList",
|
|
@@ -7483,7 +7553,7 @@
|
|
|
7483
7553
|
"__schema": "TypeRefSchema",
|
|
7484
7554
|
"location": {
|
|
7485
7555
|
"filePath": "scope.main.runtime.ts",
|
|
7486
|
-
"line":
|
|
7556
|
+
"line": 1128,
|
|
7487
7557
|
"character": 73
|
|
7488
7558
|
},
|
|
7489
7559
|
"name": "ExtensionDataList",
|
|
@@ -7497,7 +7567,7 @@
|
|
|
7497
7567
|
"__schema": "InferenceTypeSchema",
|
|
7498
7568
|
"location": {
|
|
7499
7569
|
"filePath": "scope.main.runtime.ts",
|
|
7500
|
-
"line":
|
|
7570
|
+
"line": 1128,
|
|
7501
7571
|
"character": 3
|
|
7502
7572
|
},
|
|
7503
7573
|
"type": "Promise<AspectList>"
|
|
@@ -7511,7 +7581,7 @@
|
|
|
7511
7581
|
"__schema": "FunctionLikeSchema",
|
|
7512
7582
|
"location": {
|
|
7513
7583
|
"filePath": "scope.main.runtime.ts",
|
|
7514
|
-
"line":
|
|
7584
|
+
"line": 1137,
|
|
7515
7585
|
"character": 3
|
|
7516
7586
|
},
|
|
7517
7587
|
"signature": "(method) ScopeMain.getLastMergedPath(): string",
|
|
@@ -7521,7 +7591,7 @@
|
|
|
7521
7591
|
"__schema": "InferenceTypeSchema",
|
|
7522
7592
|
"location": {
|
|
7523
7593
|
"filePath": "scope.main.runtime.ts",
|
|
7524
|
-
"line":
|
|
7594
|
+
"line": 1137,
|
|
7525
7595
|
"character": 3
|
|
7526
7596
|
},
|
|
7527
7597
|
"type": "string"
|
|
@@ -7532,7 +7602,7 @@
|
|
|
7532
7602
|
"__schema": "FunctionLikeSchema",
|
|
7533
7603
|
"location": {
|
|
7534
7604
|
"filePath": "scope.main.runtime.ts",
|
|
7535
|
-
"line":
|
|
7605
|
+
"line": 1141,
|
|
7536
7606
|
"character": 3
|
|
7537
7607
|
},
|
|
7538
7608
|
"signature": "(method) ScopeMain.isModified(): Promise<boolean>",
|
|
@@ -7542,7 +7612,7 @@
|
|
|
7542
7612
|
"__schema": "TypeRefSchema",
|
|
7543
7613
|
"location": {
|
|
7544
7614
|
"filePath": "scope.main.runtime.ts",
|
|
7545
|
-
"line":
|
|
7615
|
+
"line": 1141,
|
|
7546
7616
|
"character": 23
|
|
7547
7617
|
},
|
|
7548
7618
|
"name": "Promise",
|
|
@@ -7551,7 +7621,7 @@
|
|
|
7551
7621
|
"__schema": "KeywordTypeSchema",
|
|
7552
7622
|
"location": {
|
|
7553
7623
|
"filePath": "scope.main.runtime.ts",
|
|
7554
|
-
"line":
|
|
7624
|
+
"line": 1141,
|
|
7555
7625
|
"character": 31
|
|
7556
7626
|
},
|
|
7557
7627
|
"name": "boolean"
|
|
@@ -7566,7 +7636,7 @@
|
|
|
7566
7636
|
"__schema": "FunctionLikeSchema",
|
|
7567
7637
|
"location": {
|
|
7568
7638
|
"filePath": "scope.main.runtime.ts",
|
|
7569
|
-
"line":
|
|
7639
|
+
"line": 1145,
|
|
7570
7640
|
"character": 3
|
|
7571
7641
|
},
|
|
7572
7642
|
"signature": "(method) ScopeMain.write(): Promise<void>",
|
|
@@ -7576,7 +7646,7 @@
|
|
|
7576
7646
|
"__schema": "InferenceTypeSchema",
|
|
7577
7647
|
"location": {
|
|
7578
7648
|
"filePath": "scope.main.runtime.ts",
|
|
7579
|
-
"line":
|
|
7649
|
+
"line": 1145,
|
|
7580
7650
|
"character": 3
|
|
7581
7651
|
},
|
|
7582
7652
|
"type": "Promise<void>"
|
|
@@ -7589,14 +7659,14 @@
|
|
|
7589
7659
|
"__schema": "VariableLikeSchema",
|
|
7590
7660
|
"location": {
|
|
7591
7661
|
"filePath": "scope.main.runtime.ts",
|
|
7592
|
-
"line":
|
|
7662
|
+
"line": 1152,
|
|
7593
7663
|
"character": 3
|
|
7594
7664
|
},
|
|
7595
7665
|
"doc": {
|
|
7596
7666
|
"__schema": "DocSchema",
|
|
7597
7667
|
"location": {
|
|
7598
7668
|
"filePath": "scope.main.runtime.ts",
|
|
7599
|
-
"line":
|
|
7669
|
+
"line": 1149,
|
|
7600
7670
|
"character": 3
|
|
7601
7671
|
},
|
|
7602
7672
|
"raw": "/**\n * declare the slots of scope extension.\n */",
|
|
@@ -7608,7 +7678,7 @@
|
|
|
7608
7678
|
"__schema": "InferenceTypeSchema",
|
|
7609
7679
|
"location": {
|
|
7610
7680
|
"filePath": "scope.main.runtime.ts",
|
|
7611
|
-
"line":
|
|
7681
|
+
"line": 1152,
|
|
7612
7682
|
"character": 3
|
|
7613
7683
|
},
|
|
7614
7684
|
"type": "(((registerFn: () => string) => SlotRegistry<OnPostPut>) | ((registerFn: () => string) => SlotRegistry<OnPostObjectsPersist>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -7620,7 +7690,7 @@
|
|
|
7620
7690
|
"__schema": "VariableLikeSchema",
|
|
7621
7691
|
"location": {
|
|
7622
7692
|
"filePath": "scope.main.runtime.ts",
|
|
7623
|
-
"line":
|
|
7693
|
+
"line": 1160,
|
|
7624
7694
|
"character": 3
|
|
7625
7695
|
},
|
|
7626
7696
|
"signature": "(property) ScopeMain.runtime: RuntimeDefinition",
|
|
@@ -7629,7 +7699,7 @@
|
|
|
7629
7699
|
"__schema": "InferenceTypeSchema",
|
|
7630
7700
|
"location": {
|
|
7631
7701
|
"filePath": "scope.main.runtime.ts",
|
|
7632
|
-
"line":
|
|
7702
|
+
"line": 1160,
|
|
7633
7703
|
"character": 3
|
|
7634
7704
|
},
|
|
7635
7705
|
"type": "RuntimeDefinition"
|
|
@@ -7641,7 +7711,7 @@
|
|
|
7641
7711
|
"__schema": "VariableLikeSchema",
|
|
7642
7712
|
"location": {
|
|
7643
7713
|
"filePath": "scope.main.runtime.ts",
|
|
7644
|
-
"line":
|
|
7714
|
+
"line": 1162,
|
|
7645
7715
|
"character": 3
|
|
7646
7716
|
},
|
|
7647
7717
|
"signature": "(property) ScopeMain.dependencies: Aspect[]",
|
|
@@ -7650,7 +7720,7 @@
|
|
|
7650
7720
|
"__schema": "InferenceTypeSchema",
|
|
7651
7721
|
"location": {
|
|
7652
7722
|
"filePath": "scope.main.runtime.ts",
|
|
7653
|
-
"line":
|
|
7723
|
+
"line": 1162,
|
|
7654
7724
|
"character": 3
|
|
7655
7725
|
},
|
|
7656
7726
|
"type": "Aspect[]"
|
|
@@ -7662,7 +7732,7 @@
|
|
|
7662
7732
|
"__schema": "VariableLikeSchema",
|
|
7663
7733
|
"location": {
|
|
7664
7734
|
"filePath": "scope.main.runtime.ts",
|
|
7665
|
-
"line":
|
|
7735
|
+
"line": 1176,
|
|
7666
7736
|
"character": 3
|
|
7667
7737
|
},
|
|
7668
7738
|
"signature": "(property) ScopeMain.defaultConfig: ScopeConfig",
|
|
@@ -7671,7 +7741,7 @@
|
|
|
7671
7741
|
"__schema": "TypeRefSchema",
|
|
7672
7742
|
"location": {
|
|
7673
7743
|
"filePath": "scope.main.runtime.ts",
|
|
7674
|
-
"line":
|
|
7744
|
+
"line": 1176,
|
|
7675
7745
|
"character": 3
|
|
7676
7746
|
},
|
|
7677
7747
|
"name": "ScopeConfig",
|
|
@@ -7684,7 +7754,7 @@
|
|
|
7684
7754
|
"__schema": "FunctionLikeSchema",
|
|
7685
7755
|
"location": {
|
|
7686
7756
|
"filePath": "scope.main.runtime.ts",
|
|
7687
|
-
"line":
|
|
7757
|
+
"line": 1180,
|
|
7688
7758
|
"character": 3
|
|
7689
7759
|
},
|
|
7690
7760
|
"signature": "(method) ScopeMain.provider([componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig]: [\n ComponentMain,\n UiMain,\n GraphqlMain,\n CLIMain,\n IsolatorMain,\n AspectLoaderMain,\n ExpressMain,\n LoggerMain,\n EnvsMain,\n DependencyResolverMain,\n GlobalConfigMain\n], config: ScopeConfig, [postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot,]: [\n OnPostPutSlot,\n OnPostDeleteSlot,\n OnPostExportSlot,\n OnPostObjectsPersistSlot,\n OnPreFetchObjectsSlot,\n OnCompAspectReCalcSlot\n], harmony: Harmony): Promise<ScopeMain | undefined>",
|
|
@@ -7694,7 +7764,7 @@
|
|
|
7694
7764
|
"__schema": "ParameterSchema",
|
|
7695
7765
|
"location": {
|
|
7696
7766
|
"filePath": "scope.main.runtime.ts",
|
|
7697
|
-
"line":
|
|
7767
|
+
"line": 1181,
|
|
7698
7768
|
"character": 5
|
|
7699
7769
|
},
|
|
7700
7770
|
"name": "[ componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig ]",
|
|
@@ -7702,7 +7772,7 @@
|
|
|
7702
7772
|
"__schema": "TupleTypeSchema",
|
|
7703
7773
|
"location": {
|
|
7704
7774
|
"filePath": "scope.main.runtime.ts",
|
|
7705
|
-
"line":
|
|
7775
|
+
"line": 1181,
|
|
7706
7776
|
"character": 118
|
|
7707
7777
|
},
|
|
7708
7778
|
"elements": [
|
|
@@ -7710,7 +7780,7 @@
|
|
|
7710
7780
|
"__schema": "TypeRefSchema",
|
|
7711
7781
|
"location": {
|
|
7712
7782
|
"filePath": "scope.main.runtime.ts",
|
|
7713
|
-
"line":
|
|
7783
|
+
"line": 1182,
|
|
7714
7784
|
"character": 7
|
|
7715
7785
|
},
|
|
7716
7786
|
"name": "ComponentMain",
|
|
@@ -7723,7 +7793,7 @@
|
|
|
7723
7793
|
"__schema": "TypeRefSchema",
|
|
7724
7794
|
"location": {
|
|
7725
7795
|
"filePath": "scope.main.runtime.ts",
|
|
7726
|
-
"line":
|
|
7796
|
+
"line": 1183,
|
|
7727
7797
|
"character": 7
|
|
7728
7798
|
},
|
|
7729
7799
|
"name": "UiMain",
|
|
@@ -7736,7 +7806,7 @@
|
|
|
7736
7806
|
"__schema": "TypeRefSchema",
|
|
7737
7807
|
"location": {
|
|
7738
7808
|
"filePath": "scope.main.runtime.ts",
|
|
7739
|
-
"line":
|
|
7809
|
+
"line": 1184,
|
|
7740
7810
|
"character": 7
|
|
7741
7811
|
},
|
|
7742
7812
|
"name": "GraphqlMain",
|
|
@@ -7749,7 +7819,7 @@
|
|
|
7749
7819
|
"__schema": "TypeRefSchema",
|
|
7750
7820
|
"location": {
|
|
7751
7821
|
"filePath": "scope.main.runtime.ts",
|
|
7752
|
-
"line":
|
|
7822
|
+
"line": 1185,
|
|
7753
7823
|
"character": 7
|
|
7754
7824
|
},
|
|
7755
7825
|
"name": "CLIMain",
|
|
@@ -7762,7 +7832,7 @@
|
|
|
7762
7832
|
"__schema": "TypeRefSchema",
|
|
7763
7833
|
"location": {
|
|
7764
7834
|
"filePath": "scope.main.runtime.ts",
|
|
7765
|
-
"line":
|
|
7835
|
+
"line": 1186,
|
|
7766
7836
|
"character": 7
|
|
7767
7837
|
},
|
|
7768
7838
|
"name": "IsolatorMain",
|
|
@@ -7775,7 +7845,7 @@
|
|
|
7775
7845
|
"__schema": "TypeRefSchema",
|
|
7776
7846
|
"location": {
|
|
7777
7847
|
"filePath": "scope.main.runtime.ts",
|
|
7778
|
-
"line":
|
|
7848
|
+
"line": 1187,
|
|
7779
7849
|
"character": 7
|
|
7780
7850
|
},
|
|
7781
7851
|
"name": "AspectLoaderMain",
|
|
@@ -7788,7 +7858,7 @@
|
|
|
7788
7858
|
"__schema": "TypeRefSchema",
|
|
7789
7859
|
"location": {
|
|
7790
7860
|
"filePath": "scope.main.runtime.ts",
|
|
7791
|
-
"line":
|
|
7861
|
+
"line": 1188,
|
|
7792
7862
|
"character": 7
|
|
7793
7863
|
},
|
|
7794
7864
|
"name": "ExpressMain",
|
|
@@ -7801,7 +7871,7 @@
|
|
|
7801
7871
|
"__schema": "TypeRefSchema",
|
|
7802
7872
|
"location": {
|
|
7803
7873
|
"filePath": "scope.main.runtime.ts",
|
|
7804
|
-
"line":
|
|
7874
|
+
"line": 1189,
|
|
7805
7875
|
"character": 7
|
|
7806
7876
|
},
|
|
7807
7877
|
"name": "LoggerMain",
|
|
@@ -7814,7 +7884,7 @@
|
|
|
7814
7884
|
"__schema": "TypeRefSchema",
|
|
7815
7885
|
"location": {
|
|
7816
7886
|
"filePath": "scope.main.runtime.ts",
|
|
7817
|
-
"line":
|
|
7887
|
+
"line": 1190,
|
|
7818
7888
|
"character": 7
|
|
7819
7889
|
},
|
|
7820
7890
|
"name": "EnvsMain",
|
|
@@ -7827,7 +7897,7 @@
|
|
|
7827
7897
|
"__schema": "TypeRefSchema",
|
|
7828
7898
|
"location": {
|
|
7829
7899
|
"filePath": "scope.main.runtime.ts",
|
|
7830
|
-
"line":
|
|
7900
|
+
"line": 1191,
|
|
7831
7901
|
"character": 7
|
|
7832
7902
|
},
|
|
7833
7903
|
"name": "DependencyResolverMain",
|
|
@@ -7840,7 +7910,7 @@
|
|
|
7840
7910
|
"__schema": "TypeRefSchema",
|
|
7841
7911
|
"location": {
|
|
7842
7912
|
"filePath": "scope.main.runtime.ts",
|
|
7843
|
-
"line":
|
|
7913
|
+
"line": 1192,
|
|
7844
7914
|
"character": 7
|
|
7845
7915
|
},
|
|
7846
7916
|
"name": "GlobalConfigMain",
|
|
@@ -7858,7 +7928,7 @@
|
|
|
7858
7928
|
"__schema": "ParameterSchema",
|
|
7859
7929
|
"location": {
|
|
7860
7930
|
"filePath": "scope.main.runtime.ts",
|
|
7861
|
-
"line":
|
|
7931
|
+
"line": 1194,
|
|
7862
7932
|
"character": 5
|
|
7863
7933
|
},
|
|
7864
7934
|
"name": "config",
|
|
@@ -7866,7 +7936,7 @@
|
|
|
7866
7936
|
"__schema": "TypeRefSchema",
|
|
7867
7937
|
"location": {
|
|
7868
7938
|
"filePath": "scope.main.runtime.ts",
|
|
7869
|
-
"line":
|
|
7939
|
+
"line": 1194,
|
|
7870
7940
|
"character": 13
|
|
7871
7941
|
},
|
|
7872
7942
|
"name": "ScopeConfig",
|
|
@@ -7879,7 +7949,7 @@
|
|
|
7879
7949
|
"__schema": "ParameterSchema",
|
|
7880
7950
|
"location": {
|
|
7881
7951
|
"filePath": "scope.main.runtime.ts",
|
|
7882
|
-
"line":
|
|
7952
|
+
"line": 1195,
|
|
7883
7953
|
"character": 5
|
|
7884
7954
|
},
|
|
7885
7955
|
"name": "[ postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot ]",
|
|
@@ -7887,7 +7957,7 @@
|
|
|
7887
7957
|
"__schema": "TupleTypeSchema",
|
|
7888
7958
|
"location": {
|
|
7889
7959
|
"filePath": "scope.main.runtime.ts",
|
|
7890
|
-
"line":
|
|
7960
|
+
"line": 1202,
|
|
7891
7961
|
"character": 8
|
|
7892
7962
|
},
|
|
7893
7963
|
"elements": [
|
|
@@ -7895,7 +7965,7 @@
|
|
|
7895
7965
|
"__schema": "TypeRefSchema",
|
|
7896
7966
|
"location": {
|
|
7897
7967
|
"filePath": "scope.main.runtime.ts",
|
|
7898
|
-
"line":
|
|
7968
|
+
"line": 1203,
|
|
7899
7969
|
"character": 7
|
|
7900
7970
|
},
|
|
7901
7971
|
"name": "OnPostPutSlot",
|
|
@@ -7905,7 +7975,7 @@
|
|
|
7905
7975
|
"__schema": "TypeRefSchema",
|
|
7906
7976
|
"location": {
|
|
7907
7977
|
"filePath": "scope.main.runtime.ts",
|
|
7908
|
-
"line":
|
|
7978
|
+
"line": 1204,
|
|
7909
7979
|
"character": 7
|
|
7910
7980
|
},
|
|
7911
7981
|
"name": "OnPostDeleteSlot",
|
|
@@ -7915,7 +7985,7 @@
|
|
|
7915
7985
|
"__schema": "TypeRefSchema",
|
|
7916
7986
|
"location": {
|
|
7917
7987
|
"filePath": "scope.main.runtime.ts",
|
|
7918
|
-
"line":
|
|
7988
|
+
"line": 1205,
|
|
7919
7989
|
"character": 7
|
|
7920
7990
|
},
|
|
7921
7991
|
"name": "OnPostExportSlot",
|
|
@@ -7925,7 +7995,7 @@
|
|
|
7925
7995
|
"__schema": "TypeRefSchema",
|
|
7926
7996
|
"location": {
|
|
7927
7997
|
"filePath": "scope.main.runtime.ts",
|
|
7928
|
-
"line":
|
|
7998
|
+
"line": 1206,
|
|
7929
7999
|
"character": 7
|
|
7930
8000
|
},
|
|
7931
8001
|
"name": "OnPostObjectsPersistSlot",
|
|
@@ -7935,7 +8005,7 @@
|
|
|
7935
8005
|
"__schema": "TypeRefSchema",
|
|
7936
8006
|
"location": {
|
|
7937
8007
|
"filePath": "scope.main.runtime.ts",
|
|
7938
|
-
"line":
|
|
8008
|
+
"line": 1207,
|
|
7939
8009
|
"character": 7
|
|
7940
8010
|
},
|
|
7941
8011
|
"name": "OnPreFetchObjectsSlot",
|
|
@@ -7945,7 +8015,7 @@
|
|
|
7945
8015
|
"__schema": "TypeRefSchema",
|
|
7946
8016
|
"location": {
|
|
7947
8017
|
"filePath": "scope.main.runtime.ts",
|
|
7948
|
-
"line":
|
|
8018
|
+
"line": 1208,
|
|
7949
8019
|
"character": 7
|
|
7950
8020
|
},
|
|
7951
8021
|
"name": "OnCompAspectReCalcSlot",
|
|
@@ -7960,7 +8030,7 @@
|
|
|
7960
8030
|
"__schema": "ParameterSchema",
|
|
7961
8031
|
"location": {
|
|
7962
8032
|
"filePath": "scope.main.runtime.ts",
|
|
7963
|
-
"line":
|
|
8033
|
+
"line": 1210,
|
|
7964
8034
|
"character": 5
|
|
7965
8035
|
},
|
|
7966
8036
|
"name": "harmony",
|
|
@@ -7968,7 +8038,7 @@
|
|
|
7968
8038
|
"__schema": "TypeRefSchema",
|
|
7969
8039
|
"location": {
|
|
7970
8040
|
"filePath": "scope.main.runtime.ts",
|
|
7971
|
-
"line":
|
|
8041
|
+
"line": 1210,
|
|
7972
8042
|
"character": 14
|
|
7973
8043
|
},
|
|
7974
8044
|
"name": "Harmony",
|
|
@@ -7986,7 +8056,7 @@
|
|
|
7986
8056
|
"__schema": "InferenceTypeSchema",
|
|
7987
8057
|
"location": {
|
|
7988
8058
|
"filePath": "scope.main.runtime.ts",
|
|
7989
|
-
"line":
|
|
8059
|
+
"line": 1180,
|
|
7990
8060
|
"character": 3
|
|
7991
8061
|
},
|
|
7992
8062
|
"type": "Promise<ScopeMain | undefined>"
|
|
@@ -8020,7 +8090,7 @@
|
|
|
8020
8090
|
"_legacy": {
|
|
8021
8091
|
"scope": "teambit.scope",
|
|
8022
8092
|
"name": "scope",
|
|
8023
|
-
"version": "1.0.
|
|
8093
|
+
"version": "1.0.242"
|
|
8024
8094
|
},
|
|
8025
8095
|
"_scope": "teambit.scope"
|
|
8026
8096
|
}
|
|
@@ -10806,7 +10876,7 @@
|
|
|
10806
10876
|
"_legacy": {
|
|
10807
10877
|
"scope": "teambit.scope",
|
|
10808
10878
|
"name": "scope",
|
|
10809
|
-
"version": "1.0.
|
|
10879
|
+
"version": "1.0.242"
|
|
10810
10880
|
},
|
|
10811
10881
|
"_scope": "teambit.scope"
|
|
10812
10882
|
}
|
|
@@ -17047,8 +17117,8 @@
|
|
|
17047
17117
|
"line": 848,
|
|
17048
17118
|
"character": 3
|
|
17049
17119
|
},
|
|
17050
|
-
"raw": "/**\n *
|
|
17051
|
-
"comment": "
|
|
17120
|
+
"raw": "/**\n * whether a component is soft-removed.\n * the version is required as it can be removed on a lane. in which case, the version is the head in the lane.\n */",
|
|
17121
|
+
"comment": "whether a component is soft-removed.\nthe version is required as it can be removed on a lane. in which case, the version is the head in the lane."
|
|
17052
17122
|
},
|
|
17053
17123
|
"signature": "(method) ScopeMain.isComponentRemoved(id: ComponentID): Promise<Boolean>",
|
|
17054
17124
|
"name": "isComponentRemoved",
|
|
@@ -17107,7 +17177,7 @@
|
|
|
17107
17177
|
"__schema": "FunctionLikeSchema",
|
|
17108
17178
|
"location": {
|
|
17109
17179
|
"filePath": "scope.main.runtime.ts",
|
|
17110
|
-
"line":
|
|
17180
|
+
"line": 863,
|
|
17111
17181
|
"character": 3
|
|
17112
17182
|
},
|
|
17113
17183
|
"doc": {
|
|
@@ -17117,6 +17187,76 @@
|
|
|
17117
17187
|
"line": 860,
|
|
17118
17188
|
"character": 3
|
|
17119
17189
|
},
|
|
17190
|
+
"raw": "/**\n * whether the id with the specified version exits in the local scope.\n */",
|
|
17191
|
+
"comment": "whether the id with the specified version exits in the local scope."
|
|
17192
|
+
},
|
|
17193
|
+
"signature": "(method) ScopeMain.isComponentInScope(id: ComponentID): Promise<boolean>",
|
|
17194
|
+
"name": "isComponentInScope",
|
|
17195
|
+
"params": [
|
|
17196
|
+
{
|
|
17197
|
+
"__schema": "ParameterSchema",
|
|
17198
|
+
"location": {
|
|
17199
|
+
"filePath": "scope.main.runtime.ts",
|
|
17200
|
+
"line": 863,
|
|
17201
|
+
"character": 28
|
|
17202
|
+
},
|
|
17203
|
+
"name": "id",
|
|
17204
|
+
"type": {
|
|
17205
|
+
"__schema": "TypeRefSchema",
|
|
17206
|
+
"location": {
|
|
17207
|
+
"filePath": "scope.main.runtime.ts",
|
|
17208
|
+
"line": 863,
|
|
17209
|
+
"character": 32
|
|
17210
|
+
},
|
|
17211
|
+
"name": "ComponentID",
|
|
17212
|
+
"componentId": {
|
|
17213
|
+
"scope": "teambit.component",
|
|
17214
|
+
"name": "component-id",
|
|
17215
|
+
"version": "1.2.0"
|
|
17216
|
+
}
|
|
17217
|
+
},
|
|
17218
|
+
"isOptional": false,
|
|
17219
|
+
"isSpread": false
|
|
17220
|
+
}
|
|
17221
|
+
],
|
|
17222
|
+
"returnType": {
|
|
17223
|
+
"__schema": "TypeRefSchema",
|
|
17224
|
+
"location": {
|
|
17225
|
+
"filePath": "scope.main.runtime.ts",
|
|
17226
|
+
"line": 863,
|
|
17227
|
+
"character": 46
|
|
17228
|
+
},
|
|
17229
|
+
"name": "Promise",
|
|
17230
|
+
"typeArgs": [
|
|
17231
|
+
{
|
|
17232
|
+
"__schema": "KeywordTypeSchema",
|
|
17233
|
+
"location": {
|
|
17234
|
+
"filePath": "scope.main.runtime.ts",
|
|
17235
|
+
"line": 863,
|
|
17236
|
+
"character": 54
|
|
17237
|
+
},
|
|
17238
|
+
"name": "boolean"
|
|
17239
|
+
}
|
|
17240
|
+
]
|
|
17241
|
+
},
|
|
17242
|
+
"modifiers": [
|
|
17243
|
+
"async"
|
|
17244
|
+
]
|
|
17245
|
+
},
|
|
17246
|
+
{
|
|
17247
|
+
"__schema": "FunctionLikeSchema",
|
|
17248
|
+
"location": {
|
|
17249
|
+
"filePath": "scope.main.runtime.ts",
|
|
17250
|
+
"line": 871,
|
|
17251
|
+
"character": 3
|
|
17252
|
+
},
|
|
17253
|
+
"doc": {
|
|
17254
|
+
"__schema": "DocSchema",
|
|
17255
|
+
"location": {
|
|
17256
|
+
"filePath": "scope.main.runtime.ts",
|
|
17257
|
+
"line": 867,
|
|
17258
|
+
"character": 3
|
|
17259
|
+
},
|
|
17120
17260
|
"raw": "/**\n * resolve a component ID.\n * @param id component ID.\n */",
|
|
17121
17261
|
"comment": "resolve a component ID.",
|
|
17122
17262
|
"tags": [
|
|
@@ -17124,7 +17264,7 @@
|
|
|
17124
17264
|
"__schema": "PropertyLikeTagSchema",
|
|
17125
17265
|
"location": {
|
|
17126
17266
|
"filePath": "scope.main.runtime.ts",
|
|
17127
|
-
"line":
|
|
17267
|
+
"line": 869,
|
|
17128
17268
|
"character": 6
|
|
17129
17269
|
},
|
|
17130
17270
|
"name": "id",
|
|
@@ -17140,7 +17280,7 @@
|
|
|
17140
17280
|
"__schema": "ParameterSchema",
|
|
17141
17281
|
"location": {
|
|
17142
17282
|
"filePath": "scope.main.runtime.ts",
|
|
17143
|
-
"line":
|
|
17283
|
+
"line": 871,
|
|
17144
17284
|
"character": 28
|
|
17145
17285
|
},
|
|
17146
17286
|
"name": "id",
|
|
@@ -17148,7 +17288,7 @@
|
|
|
17148
17288
|
"__schema": "TypeUnionSchema",
|
|
17149
17289
|
"location": {
|
|
17150
17290
|
"filePath": "scope.main.runtime.ts",
|
|
17151
|
-
"line":
|
|
17291
|
+
"line": 871,
|
|
17152
17292
|
"character": 32
|
|
17153
17293
|
},
|
|
17154
17294
|
"types": [
|
|
@@ -17156,7 +17296,7 @@
|
|
|
17156
17296
|
"__schema": "KeywordTypeSchema",
|
|
17157
17297
|
"location": {
|
|
17158
17298
|
"filePath": "scope.main.runtime.ts",
|
|
17159
|
-
"line":
|
|
17299
|
+
"line": 871,
|
|
17160
17300
|
"character": 32
|
|
17161
17301
|
},
|
|
17162
17302
|
"name": "string"
|
|
@@ -17165,7 +17305,7 @@
|
|
|
17165
17305
|
"__schema": "TypeRefSchema",
|
|
17166
17306
|
"location": {
|
|
17167
17307
|
"filePath": "scope.main.runtime.ts",
|
|
17168
|
-
"line":
|
|
17308
|
+
"line": 871,
|
|
17169
17309
|
"character": 41
|
|
17170
17310
|
},
|
|
17171
17311
|
"name": "BitId",
|
|
@@ -17179,7 +17319,7 @@
|
|
|
17179
17319
|
"__schema": "TypeRefSchema",
|
|
17180
17320
|
"location": {
|
|
17181
17321
|
"filePath": "scope.main.runtime.ts",
|
|
17182
|
-
"line":
|
|
17322
|
+
"line": 871,
|
|
17183
17323
|
"character": 49
|
|
17184
17324
|
},
|
|
17185
17325
|
"name": "ComponentID",
|
|
@@ -17199,7 +17339,7 @@
|
|
|
17199
17339
|
"__schema": "TypeRefSchema",
|
|
17200
17340
|
"location": {
|
|
17201
17341
|
"filePath": "scope.main.runtime.ts",
|
|
17202
|
-
"line":
|
|
17342
|
+
"line": 871,
|
|
17203
17343
|
"character": 63
|
|
17204
17344
|
},
|
|
17205
17345
|
"name": "Promise",
|
|
@@ -17208,7 +17348,7 @@
|
|
|
17208
17348
|
"__schema": "TypeRefSchema",
|
|
17209
17349
|
"location": {
|
|
17210
17350
|
"filePath": "scope.main.runtime.ts",
|
|
17211
|
-
"line":
|
|
17351
|
+
"line": 871,
|
|
17212
17352
|
"character": 71
|
|
17213
17353
|
},
|
|
17214
17354
|
"name": "ComponentID",
|
|
@@ -17228,7 +17368,7 @@
|
|
|
17228
17368
|
"__schema": "FunctionLikeSchema",
|
|
17229
17369
|
"location": {
|
|
17230
17370
|
"filePath": "scope.main.runtime.ts",
|
|
17231
|
-
"line":
|
|
17371
|
+
"line": 893,
|
|
17232
17372
|
"character": 3
|
|
17233
17373
|
},
|
|
17234
17374
|
"signature": "(method) ScopeMain.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -17238,7 +17378,7 @@
|
|
|
17238
17378
|
"__schema": "ParameterSchema",
|
|
17239
17379
|
"location": {
|
|
17240
17380
|
"filePath": "scope.main.runtime.ts",
|
|
17241
|
-
"line":
|
|
17381
|
+
"line": 893,
|
|
17242
17382
|
"character": 37
|
|
17243
17383
|
},
|
|
17244
17384
|
"name": "ids",
|
|
@@ -17246,7 +17386,7 @@
|
|
|
17246
17386
|
"__schema": "TypeRefSchema",
|
|
17247
17387
|
"location": {
|
|
17248
17388
|
"filePath": "scope.main.runtime.ts",
|
|
17249
|
-
"line":
|
|
17389
|
+
"line": 893,
|
|
17250
17390
|
"character": 42
|
|
17251
17391
|
},
|
|
17252
17392
|
"name": "Array",
|
|
@@ -17255,7 +17395,7 @@
|
|
|
17255
17395
|
"__schema": "TypeUnionSchema",
|
|
17256
17396
|
"location": {
|
|
17257
17397
|
"filePath": "scope.main.runtime.ts",
|
|
17258
|
-
"line":
|
|
17398
|
+
"line": 893,
|
|
17259
17399
|
"character": 48
|
|
17260
17400
|
},
|
|
17261
17401
|
"types": [
|
|
@@ -17263,7 +17403,7 @@
|
|
|
17263
17403
|
"__schema": "KeywordTypeSchema",
|
|
17264
17404
|
"location": {
|
|
17265
17405
|
"filePath": "scope.main.runtime.ts",
|
|
17266
|
-
"line":
|
|
17406
|
+
"line": 893,
|
|
17267
17407
|
"character": 48
|
|
17268
17408
|
},
|
|
17269
17409
|
"name": "string"
|
|
@@ -17272,7 +17412,7 @@
|
|
|
17272
17412
|
"__schema": "TypeRefSchema",
|
|
17273
17413
|
"location": {
|
|
17274
17414
|
"filePath": "scope.main.runtime.ts",
|
|
17275
|
-
"line":
|
|
17415
|
+
"line": 893,
|
|
17276
17416
|
"character": 57
|
|
17277
17417
|
},
|
|
17278
17418
|
"name": "ComponentID",
|
|
@@ -17286,7 +17426,7 @@
|
|
|
17286
17426
|
"__schema": "TypeRefSchema",
|
|
17287
17427
|
"location": {
|
|
17288
17428
|
"filePath": "scope.main.runtime.ts",
|
|
17289
|
-
"line":
|
|
17429
|
+
"line": 893,
|
|
17290
17430
|
"character": 71
|
|
17291
17431
|
},
|
|
17292
17432
|
"name": "ComponentID",
|
|
@@ -17308,7 +17448,7 @@
|
|
|
17308
17448
|
"__schema": "InferenceTypeSchema",
|
|
17309
17449
|
"location": {
|
|
17310
17450
|
"filePath": "scope.main.runtime.ts",
|
|
17311
|
-
"line":
|
|
17451
|
+
"line": 893,
|
|
17312
17452
|
"character": 3
|
|
17313
17453
|
},
|
|
17314
17454
|
"type": "Promise<ComponentID[]>"
|
|
@@ -17321,14 +17461,14 @@
|
|
|
17321
17461
|
"__schema": "FunctionLikeSchema",
|
|
17322
17462
|
"location": {
|
|
17323
17463
|
"filePath": "scope.main.runtime.ts",
|
|
17324
|
-
"line":
|
|
17464
|
+
"line": 900,
|
|
17325
17465
|
"character": 3
|
|
17326
17466
|
},
|
|
17327
17467
|
"doc": {
|
|
17328
17468
|
"__schema": "DocSchema",
|
|
17329
17469
|
"location": {
|
|
17330
17470
|
"filePath": "scope.main.runtime.ts",
|
|
17331
|
-
"line":
|
|
17471
|
+
"line": 897,
|
|
17332
17472
|
"character": 3
|
|
17333
17473
|
},
|
|
17334
17474
|
"raw": "/**\n * @deprecated use `this.idsByPattern` instead for consistency, which supports also negation and list of patterns.\n */",
|
|
@@ -17337,7 +17477,7 @@
|
|
|
17337
17477
|
"__schema": "TagSchema",
|
|
17338
17478
|
"location": {
|
|
17339
17479
|
"filePath": "scope.main.runtime.ts",
|
|
17340
|
-
"line":
|
|
17480
|
+
"line": 898,
|
|
17341
17481
|
"character": 6
|
|
17342
17482
|
},
|
|
17343
17483
|
"tagName": "deprecated",
|
|
@@ -17352,7 +17492,7 @@
|
|
|
17352
17492
|
"__schema": "ParameterSchema",
|
|
17353
17493
|
"location": {
|
|
17354
17494
|
"filePath": "scope.main.runtime.ts",
|
|
17355
|
-
"line":
|
|
17495
|
+
"line": 900,
|
|
17356
17496
|
"character": 19
|
|
17357
17497
|
},
|
|
17358
17498
|
"name": "patterns",
|
|
@@ -17360,14 +17500,14 @@
|
|
|
17360
17500
|
"__schema": "TypeArraySchema",
|
|
17361
17501
|
"location": {
|
|
17362
17502
|
"filePath": "scope.main.runtime.ts",
|
|
17363
|
-
"line":
|
|
17503
|
+
"line": 900,
|
|
17364
17504
|
"character": 29
|
|
17365
17505
|
},
|
|
17366
17506
|
"type": {
|
|
17367
17507
|
"__schema": "KeywordTypeSchema",
|
|
17368
17508
|
"location": {
|
|
17369
17509
|
"filePath": "scope.main.runtime.ts",
|
|
17370
|
-
"line":
|
|
17510
|
+
"line": 900,
|
|
17371
17511
|
"character": 29
|
|
17372
17512
|
},
|
|
17373
17513
|
"name": "string"
|
|
@@ -17380,7 +17520,7 @@
|
|
|
17380
17520
|
"__schema": "ParameterSchema",
|
|
17381
17521
|
"location": {
|
|
17382
17522
|
"filePath": "scope.main.runtime.ts",
|
|
17383
|
-
"line":
|
|
17523
|
+
"line": 900,
|
|
17384
17524
|
"character": 39
|
|
17385
17525
|
},
|
|
17386
17526
|
"name": "scope",
|
|
@@ -17388,7 +17528,7 @@
|
|
|
17388
17528
|
"__schema": "InferenceTypeSchema",
|
|
17389
17529
|
"location": {
|
|
17390
17530
|
"filePath": "scope.main.runtime.ts",
|
|
17391
|
-
"line":
|
|
17531
|
+
"line": 900,
|
|
17392
17532
|
"character": 39
|
|
17393
17533
|
},
|
|
17394
17534
|
"type": "string"
|
|
@@ -17402,7 +17542,7 @@
|
|
|
17402
17542
|
"__schema": "TypeRefSchema",
|
|
17403
17543
|
"location": {
|
|
17404
17544
|
"filePath": "scope.main.runtime.ts",
|
|
17405
|
-
"line":
|
|
17545
|
+
"line": 900,
|
|
17406
17546
|
"character": 54
|
|
17407
17547
|
},
|
|
17408
17548
|
"name": "Promise",
|
|
@@ -17411,14 +17551,14 @@
|
|
|
17411
17551
|
"__schema": "TypeArraySchema",
|
|
17412
17552
|
"location": {
|
|
17413
17553
|
"filePath": "scope.main.runtime.ts",
|
|
17414
|
-
"line":
|
|
17554
|
+
"line": 900,
|
|
17415
17555
|
"character": 62
|
|
17416
17556
|
},
|
|
17417
17557
|
"type": {
|
|
17418
17558
|
"__schema": "TypeRefSchema",
|
|
17419
17559
|
"location": {
|
|
17420
17560
|
"filePath": "scope.main.runtime.ts",
|
|
17421
|
-
"line":
|
|
17561
|
+
"line": 900,
|
|
17422
17562
|
"character": 62
|
|
17423
17563
|
},
|
|
17424
17564
|
"name": "Component",
|
|
@@ -17438,14 +17578,14 @@
|
|
|
17438
17578
|
"__schema": "FunctionLikeSchema",
|
|
17439
17579
|
"location": {
|
|
17440
17580
|
"filePath": "scope.main.runtime.ts",
|
|
17441
|
-
"line":
|
|
17581
|
+
"line": 914,
|
|
17442
17582
|
"character": 3
|
|
17443
17583
|
},
|
|
17444
17584
|
"doc": {
|
|
17445
17585
|
"__schema": "DocSchema",
|
|
17446
17586
|
"location": {
|
|
17447
17587
|
"filePath": "scope.main.runtime.ts",
|
|
17448
|
-
"line":
|
|
17588
|
+
"line": 909,
|
|
17449
17589
|
"character": 3
|
|
17450
17590
|
},
|
|
17451
17591
|
"raw": "/**\n * get component-ids matching the given pattern. a pattern can have multiple patterns separated by a comma.\n * it uses multimatch (https://www.npmjs.com/package/multimatch) package for the matching algorithm, which supports\n * (among others) negate character \"!\" to exclude ids. See the package page for more supported characters.\n */",
|
|
@@ -17458,7 +17598,7 @@
|
|
|
17458
17598
|
"__schema": "ParameterSchema",
|
|
17459
17599
|
"location": {
|
|
17460
17600
|
"filePath": "scope.main.runtime.ts",
|
|
17461
|
-
"line":
|
|
17601
|
+
"line": 914,
|
|
17462
17602
|
"character": 22
|
|
17463
17603
|
},
|
|
17464
17604
|
"name": "pattern",
|
|
@@ -17466,7 +17606,7 @@
|
|
|
17466
17606
|
"__schema": "KeywordTypeSchema",
|
|
17467
17607
|
"location": {
|
|
17468
17608
|
"filePath": "scope.main.runtime.ts",
|
|
17469
|
-
"line":
|
|
17609
|
+
"line": 914,
|
|
17470
17610
|
"character": 31
|
|
17471
17611
|
},
|
|
17472
17612
|
"name": "string"
|
|
@@ -17478,7 +17618,7 @@
|
|
|
17478
17618
|
"__schema": "ParameterSchema",
|
|
17479
17619
|
"location": {
|
|
17480
17620
|
"filePath": "scope.main.runtime.ts",
|
|
17481
|
-
"line":
|
|
17621
|
+
"line": 914,
|
|
17482
17622
|
"character": 39
|
|
17483
17623
|
},
|
|
17484
17624
|
"name": "throwForNoMatch",
|
|
@@ -17486,7 +17626,7 @@
|
|
|
17486
17626
|
"__schema": "InferenceTypeSchema",
|
|
17487
17627
|
"location": {
|
|
17488
17628
|
"filePath": "scope.main.runtime.ts",
|
|
17489
|
-
"line":
|
|
17629
|
+
"line": 914,
|
|
17490
17630
|
"character": 39
|
|
17491
17631
|
},
|
|
17492
17632
|
"type": "boolean"
|
|
@@ -17500,7 +17640,7 @@
|
|
|
17500
17640
|
"__schema": "TypeRefSchema",
|
|
17501
17641
|
"location": {
|
|
17502
17642
|
"filePath": "scope.main.runtime.ts",
|
|
17503
|
-
"line":
|
|
17643
|
+
"line": 914,
|
|
17504
17644
|
"character": 64
|
|
17505
17645
|
},
|
|
17506
17646
|
"name": "Promise",
|
|
@@ -17509,14 +17649,14 @@
|
|
|
17509
17649
|
"__schema": "TypeArraySchema",
|
|
17510
17650
|
"location": {
|
|
17511
17651
|
"filePath": "scope.main.runtime.ts",
|
|
17512
|
-
"line":
|
|
17652
|
+
"line": 914,
|
|
17513
17653
|
"character": 72
|
|
17514
17654
|
},
|
|
17515
17655
|
"type": {
|
|
17516
17656
|
"__schema": "TypeRefSchema",
|
|
17517
17657
|
"location": {
|
|
17518
17658
|
"filePath": "scope.main.runtime.ts",
|
|
17519
|
-
"line":
|
|
17659
|
+
"line": 914,
|
|
17520
17660
|
"character": 72
|
|
17521
17661
|
},
|
|
17522
17662
|
"name": "ComponentID",
|
|
@@ -17537,7 +17677,7 @@
|
|
|
17537
17677
|
"__schema": "FunctionLikeSchema",
|
|
17538
17678
|
"location": {
|
|
17539
17679
|
"filePath": "scope.main.runtime.ts",
|
|
17540
|
-
"line":
|
|
17680
|
+
"line": 928,
|
|
17541
17681
|
"character": 3
|
|
17542
17682
|
},
|
|
17543
17683
|
"signature": "(method) ScopeMain.filterIdsFromPoolIdsByPattern(pattern: string, ids: ComponentID[], throwForNoMatch?: boolean, filterByStateFunc?: ((state: any, poolIds: ComponentID[]) => Promise<ComponentID[]>) | undefined): Promise<ComponentID[]>",
|
|
@@ -17547,7 +17687,7 @@
|
|
|
17547
17687
|
"__schema": "ParameterSchema",
|
|
17548
17688
|
"location": {
|
|
17549
17689
|
"filePath": "scope.main.runtime.ts",
|
|
17550
|
-
"line":
|
|
17690
|
+
"line": 929,
|
|
17551
17691
|
"character": 5
|
|
17552
17692
|
},
|
|
17553
17693
|
"name": "pattern",
|
|
@@ -17555,7 +17695,7 @@
|
|
|
17555
17695
|
"__schema": "KeywordTypeSchema",
|
|
17556
17696
|
"location": {
|
|
17557
17697
|
"filePath": "scope.main.runtime.ts",
|
|
17558
|
-
"line":
|
|
17698
|
+
"line": 929,
|
|
17559
17699
|
"character": 14
|
|
17560
17700
|
},
|
|
17561
17701
|
"name": "string"
|
|
@@ -17567,7 +17707,7 @@
|
|
|
17567
17707
|
"__schema": "ParameterSchema",
|
|
17568
17708
|
"location": {
|
|
17569
17709
|
"filePath": "scope.main.runtime.ts",
|
|
17570
|
-
"line":
|
|
17710
|
+
"line": 930,
|
|
17571
17711
|
"character": 5
|
|
17572
17712
|
},
|
|
17573
17713
|
"name": "ids",
|
|
@@ -17575,14 +17715,14 @@
|
|
|
17575
17715
|
"__schema": "TypeArraySchema",
|
|
17576
17716
|
"location": {
|
|
17577
17717
|
"filePath": "scope.main.runtime.ts",
|
|
17578
|
-
"line":
|
|
17718
|
+
"line": 930,
|
|
17579
17719
|
"character": 10
|
|
17580
17720
|
},
|
|
17581
17721
|
"type": {
|
|
17582
17722
|
"__schema": "TypeRefSchema",
|
|
17583
17723
|
"location": {
|
|
17584
17724
|
"filePath": "scope.main.runtime.ts",
|
|
17585
|
-
"line":
|
|
17725
|
+
"line": 930,
|
|
17586
17726
|
"character": 10
|
|
17587
17727
|
},
|
|
17588
17728
|
"name": "ComponentID",
|
|
@@ -17600,7 +17740,7 @@
|
|
|
17600
17740
|
"__schema": "ParameterSchema",
|
|
17601
17741
|
"location": {
|
|
17602
17742
|
"filePath": "scope.main.runtime.ts",
|
|
17603
|
-
"line":
|
|
17743
|
+
"line": 931,
|
|
17604
17744
|
"character": 5
|
|
17605
17745
|
},
|
|
17606
17746
|
"name": "throwForNoMatch",
|
|
@@ -17608,7 +17748,7 @@
|
|
|
17608
17748
|
"__schema": "InferenceTypeSchema",
|
|
17609
17749
|
"location": {
|
|
17610
17750
|
"filePath": "scope.main.runtime.ts",
|
|
17611
|
-
"line":
|
|
17751
|
+
"line": 931,
|
|
17612
17752
|
"character": 5
|
|
17613
17753
|
},
|
|
17614
17754
|
"type": "boolean"
|
|
@@ -17621,7 +17761,7 @@
|
|
|
17621
17761
|
"__schema": "ParameterSchema",
|
|
17622
17762
|
"location": {
|
|
17623
17763
|
"filePath": "scope.main.runtime.ts",
|
|
17624
|
-
"line":
|
|
17764
|
+
"line": 932,
|
|
17625
17765
|
"character": 5
|
|
17626
17766
|
},
|
|
17627
17767
|
"name": "filterByStateFunc",
|
|
@@ -17629,7 +17769,7 @@
|
|
|
17629
17769
|
"__schema": "FunctionLikeSchema",
|
|
17630
17770
|
"location": {
|
|
17631
17771
|
"filePath": "scope.main.runtime.ts",
|
|
17632
|
-
"line":
|
|
17772
|
+
"line": 932,
|
|
17633
17773
|
"character": 25
|
|
17634
17774
|
},
|
|
17635
17775
|
"signature": "(state: any, poolIds: \u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[]): Promise<\u001b[2m(component: teambit.component/component-id)\u001b[22m ComponentID[]>",
|
|
@@ -17639,7 +17779,7 @@
|
|
|
17639
17779
|
"__schema": "ParameterSchema",
|
|
17640
17780
|
"location": {
|
|
17641
17781
|
"filePath": "scope.main.runtime.ts",
|
|
17642
|
-
"line":
|
|
17782
|
+
"line": 932,
|
|
17643
17783
|
"character": 26
|
|
17644
17784
|
},
|
|
17645
17785
|
"name": "state",
|
|
@@ -17647,7 +17787,7 @@
|
|
|
17647
17787
|
"__schema": "KeywordTypeSchema",
|
|
17648
17788
|
"location": {
|
|
17649
17789
|
"filePath": "scope.main.runtime.ts",
|
|
17650
|
-
"line":
|
|
17790
|
+
"line": 932,
|
|
17651
17791
|
"character": 33
|
|
17652
17792
|
},
|
|
17653
17793
|
"name": "any"
|
|
@@ -17659,7 +17799,7 @@
|
|
|
17659
17799
|
"__schema": "ParameterSchema",
|
|
17660
17800
|
"location": {
|
|
17661
17801
|
"filePath": "scope.main.runtime.ts",
|
|
17662
|
-
"line":
|
|
17802
|
+
"line": 932,
|
|
17663
17803
|
"character": 38
|
|
17664
17804
|
},
|
|
17665
17805
|
"name": "poolIds",
|
|
@@ -17667,14 +17807,14 @@
|
|
|
17667
17807
|
"__schema": "TypeArraySchema",
|
|
17668
17808
|
"location": {
|
|
17669
17809
|
"filePath": "scope.main.runtime.ts",
|
|
17670
|
-
"line":
|
|
17810
|
+
"line": 932,
|
|
17671
17811
|
"character": 47
|
|
17672
17812
|
},
|
|
17673
17813
|
"type": {
|
|
17674
17814
|
"__schema": "TypeRefSchema",
|
|
17675
17815
|
"location": {
|
|
17676
17816
|
"filePath": "scope.main.runtime.ts",
|
|
17677
|
-
"line":
|
|
17817
|
+
"line": 932,
|
|
17678
17818
|
"character": 47
|
|
17679
17819
|
},
|
|
17680
17820
|
"name": "ComponentID",
|
|
@@ -17693,7 +17833,7 @@
|
|
|
17693
17833
|
"__schema": "TypeRefSchema",
|
|
17694
17834
|
"location": {
|
|
17695
17835
|
"filePath": "scope.main.runtime.ts",
|
|
17696
|
-
"line":
|
|
17836
|
+
"line": 932,
|
|
17697
17837
|
"character": 65
|
|
17698
17838
|
},
|
|
17699
17839
|
"name": "Promise",
|
|
@@ -17702,14 +17842,14 @@
|
|
|
17702
17842
|
"__schema": "TypeArraySchema",
|
|
17703
17843
|
"location": {
|
|
17704
17844
|
"filePath": "scope.main.runtime.ts",
|
|
17705
|
-
"line":
|
|
17845
|
+
"line": 932,
|
|
17706
17846
|
"character": 73
|
|
17707
17847
|
},
|
|
17708
17848
|
"type": {
|
|
17709
17849
|
"__schema": "TypeRefSchema",
|
|
17710
17850
|
"location": {
|
|
17711
17851
|
"filePath": "scope.main.runtime.ts",
|
|
17712
|
-
"line":
|
|
17852
|
+
"line": 932,
|
|
17713
17853
|
"character": 73
|
|
17714
17854
|
},
|
|
17715
17855
|
"name": "ComponentID",
|
|
@@ -17732,7 +17872,7 @@
|
|
|
17732
17872
|
"__schema": "InferenceTypeSchema",
|
|
17733
17873
|
"location": {
|
|
17734
17874
|
"filePath": "scope.main.runtime.ts",
|
|
17735
|
-
"line":
|
|
17875
|
+
"line": 928,
|
|
17736
17876
|
"character": 3
|
|
17737
17877
|
},
|
|
17738
17878
|
"type": "Promise<ComponentID[]>"
|
|
@@ -17745,7 +17885,7 @@
|
|
|
17745
17885
|
"__schema": "FunctionLikeSchema",
|
|
17746
17886
|
"location": {
|
|
17747
17887
|
"filePath": "scope.main.runtime.ts",
|
|
17748
|
-
"line":
|
|
17888
|
+
"line": 976,
|
|
17749
17889
|
"character": 3
|
|
17750
17890
|
},
|
|
17751
17891
|
"signature": "(method) ScopeMain.getSnapDistance(id: ComponentID, throws?: boolean): Promise<SnapsDistance>",
|
|
@@ -17755,7 +17895,7 @@
|
|
|
17755
17895
|
"__schema": "ParameterSchema",
|
|
17756
17896
|
"location": {
|
|
17757
17897
|
"filePath": "scope.main.runtime.ts",
|
|
17758
|
-
"line":
|
|
17898
|
+
"line": 976,
|
|
17759
17899
|
"character": 25
|
|
17760
17900
|
},
|
|
17761
17901
|
"name": "id",
|
|
@@ -17763,7 +17903,7 @@
|
|
|
17763
17903
|
"__schema": "TypeRefSchema",
|
|
17764
17904
|
"location": {
|
|
17765
17905
|
"filePath": "scope.main.runtime.ts",
|
|
17766
|
-
"line":
|
|
17906
|
+
"line": 976,
|
|
17767
17907
|
"character": 29
|
|
17768
17908
|
},
|
|
17769
17909
|
"name": "ComponentID",
|
|
@@ -17780,7 +17920,7 @@
|
|
|
17780
17920
|
"__schema": "ParameterSchema",
|
|
17781
17921
|
"location": {
|
|
17782
17922
|
"filePath": "scope.main.runtime.ts",
|
|
17783
|
-
"line":
|
|
17923
|
+
"line": 976,
|
|
17784
17924
|
"character": 42
|
|
17785
17925
|
},
|
|
17786
17926
|
"name": "throws",
|
|
@@ -17788,7 +17928,7 @@
|
|
|
17788
17928
|
"__schema": "InferenceTypeSchema",
|
|
17789
17929
|
"location": {
|
|
17790
17930
|
"filePath": "scope.main.runtime.ts",
|
|
17791
|
-
"line":
|
|
17931
|
+
"line": 976,
|
|
17792
17932
|
"character": 42
|
|
17793
17933
|
},
|
|
17794
17934
|
"type": "boolean"
|
|
@@ -17802,7 +17942,7 @@
|
|
|
17802
17942
|
"__schema": "TypeRefSchema",
|
|
17803
17943
|
"location": {
|
|
17804
17944
|
"filePath": "scope.main.runtime.ts",
|
|
17805
|
-
"line":
|
|
17945
|
+
"line": 976,
|
|
17806
17946
|
"character": 58
|
|
17807
17947
|
},
|
|
17808
17948
|
"name": "Promise",
|
|
@@ -17811,7 +17951,7 @@
|
|
|
17811
17951
|
"__schema": "TypeRefSchema",
|
|
17812
17952
|
"location": {
|
|
17813
17953
|
"filePath": "scope.main.runtime.ts",
|
|
17814
|
-
"line":
|
|
17954
|
+
"line": 976,
|
|
17815
17955
|
"character": 66
|
|
17816
17956
|
},
|
|
17817
17957
|
"name": "SnapsDistance",
|
|
@@ -17827,14 +17967,14 @@
|
|
|
17827
17967
|
"__schema": "FunctionLikeSchema",
|
|
17828
17968
|
"location": {
|
|
17829
17969
|
"filePath": "scope.main.runtime.ts",
|
|
17830
|
-
"line":
|
|
17970
|
+
"line": 988,
|
|
17831
17971
|
"character": 3
|
|
17832
17972
|
},
|
|
17833
17973
|
"doc": {
|
|
17834
17974
|
"__schema": "DocSchema",
|
|
17835
17975
|
"location": {
|
|
17836
17976
|
"filePath": "scope.main.runtime.ts",
|
|
17837
|
-
"line":
|
|
17977
|
+
"line": 981,
|
|
17838
17978
|
"character": 3
|
|
17839
17979
|
},
|
|
17840
17980
|
"raw": "/**\n * get the distance for a component between two lanes. for example, lane-b forked from lane-a and lane-b added some new snaps\n * @param componentId\n * @param sourceHead head on the source lane. leave empty if the source is main\n * @param targetHead head on the target lane. leave empty if the target is main\n * @returns\n */",
|
|
@@ -17844,7 +17984,7 @@
|
|
|
17844
17984
|
"__schema": "PropertyLikeTagSchema",
|
|
17845
17985
|
"location": {
|
|
17846
17986
|
"filePath": "scope.main.runtime.ts",
|
|
17847
|
-
"line":
|
|
17987
|
+
"line": 983,
|
|
17848
17988
|
"character": 6
|
|
17849
17989
|
},
|
|
17850
17990
|
"name": "componentId",
|
|
@@ -17854,7 +17994,7 @@
|
|
|
17854
17994
|
"__schema": "PropertyLikeTagSchema",
|
|
17855
17995
|
"location": {
|
|
17856
17996
|
"filePath": "scope.main.runtime.ts",
|
|
17857
|
-
"line":
|
|
17997
|
+
"line": 984,
|
|
17858
17998
|
"character": 6
|
|
17859
17999
|
},
|
|
17860
18000
|
"name": "sourceHead",
|
|
@@ -17865,7 +18005,7 @@
|
|
|
17865
18005
|
"__schema": "PropertyLikeTagSchema",
|
|
17866
18006
|
"location": {
|
|
17867
18007
|
"filePath": "scope.main.runtime.ts",
|
|
17868
|
-
"line":
|
|
18008
|
+
"line": 985,
|
|
17869
18009
|
"character": 6
|
|
17870
18010
|
},
|
|
17871
18011
|
"name": "targetHead",
|
|
@@ -17876,7 +18016,7 @@
|
|
|
17876
18016
|
"__schema": "ReturnTagSchema",
|
|
17877
18017
|
"location": {
|
|
17878
18018
|
"filePath": "scope.main.runtime.ts",
|
|
17879
|
-
"line":
|
|
18019
|
+
"line": 986,
|
|
17880
18020
|
"character": 6
|
|
17881
18021
|
},
|
|
17882
18022
|
"tagName": "return"
|
|
@@ -17890,7 +18030,7 @@
|
|
|
17890
18030
|
"__schema": "ParameterSchema",
|
|
17891
18031
|
"location": {
|
|
17892
18032
|
"filePath": "scope.main.runtime.ts",
|
|
17893
|
-
"line":
|
|
18033
|
+
"line": 989,
|
|
17894
18034
|
"character": 5
|
|
17895
18035
|
},
|
|
17896
18036
|
"name": "componentId",
|
|
@@ -17898,7 +18038,7 @@
|
|
|
17898
18038
|
"__schema": "TypeRefSchema",
|
|
17899
18039
|
"location": {
|
|
17900
18040
|
"filePath": "scope.main.runtime.ts",
|
|
17901
|
-
"line":
|
|
18041
|
+
"line": 989,
|
|
17902
18042
|
"character": 18
|
|
17903
18043
|
},
|
|
17904
18044
|
"name": "ComponentID",
|
|
@@ -17915,7 +18055,7 @@
|
|
|
17915
18055
|
"__schema": "ParameterSchema",
|
|
17916
18056
|
"location": {
|
|
17917
18057
|
"filePath": "scope.main.runtime.ts",
|
|
17918
|
-
"line":
|
|
18058
|
+
"line": 990,
|
|
17919
18059
|
"character": 5
|
|
17920
18060
|
},
|
|
17921
18061
|
"name": "sourceHead",
|
|
@@ -17923,7 +18063,7 @@
|
|
|
17923
18063
|
"__schema": "KeywordTypeSchema",
|
|
17924
18064
|
"location": {
|
|
17925
18065
|
"filePath": "scope.main.runtime.ts",
|
|
17926
|
-
"line":
|
|
18066
|
+
"line": 990,
|
|
17927
18067
|
"character": 18
|
|
17928
18068
|
},
|
|
17929
18069
|
"name": "string"
|
|
@@ -17935,7 +18075,7 @@
|
|
|
17935
18075
|
"__schema": "ParameterSchema",
|
|
17936
18076
|
"location": {
|
|
17937
18077
|
"filePath": "scope.main.runtime.ts",
|
|
17938
|
-
"line":
|
|
18078
|
+
"line": 991,
|
|
17939
18079
|
"character": 5
|
|
17940
18080
|
},
|
|
17941
18081
|
"name": "targetHead",
|
|
@@ -17943,7 +18083,7 @@
|
|
|
17943
18083
|
"__schema": "KeywordTypeSchema",
|
|
17944
18084
|
"location": {
|
|
17945
18085
|
"filePath": "scope.main.runtime.ts",
|
|
17946
|
-
"line":
|
|
18086
|
+
"line": 991,
|
|
17947
18087
|
"character": 18
|
|
17948
18088
|
},
|
|
17949
18089
|
"name": "string"
|
|
@@ -17955,7 +18095,7 @@
|
|
|
17955
18095
|
"__schema": "ParameterSchema",
|
|
17956
18096
|
"location": {
|
|
17957
18097
|
"filePath": "scope.main.runtime.ts",
|
|
17958
|
-
"line":
|
|
18098
|
+
"line": 992,
|
|
17959
18099
|
"character": 5
|
|
17960
18100
|
},
|
|
17961
18101
|
"name": "throws",
|
|
@@ -17963,7 +18103,7 @@
|
|
|
17963
18103
|
"__schema": "KeywordTypeSchema",
|
|
17964
18104
|
"location": {
|
|
17965
18105
|
"filePath": "scope.main.runtime.ts",
|
|
17966
|
-
"line":
|
|
18106
|
+
"line": 992,
|
|
17967
18107
|
"character": 14
|
|
17968
18108
|
},
|
|
17969
18109
|
"name": "boolean"
|
|
@@ -17976,7 +18116,7 @@
|
|
|
17976
18116
|
"__schema": "TypeRefSchema",
|
|
17977
18117
|
"location": {
|
|
17978
18118
|
"filePath": "scope.main.runtime.ts",
|
|
17979
|
-
"line":
|
|
18119
|
+
"line": 993,
|
|
17980
18120
|
"character": 6
|
|
17981
18121
|
},
|
|
17982
18122
|
"name": "Promise",
|
|
@@ -17985,7 +18125,7 @@
|
|
|
17985
18125
|
"__schema": "TypeRefSchema",
|
|
17986
18126
|
"location": {
|
|
17987
18127
|
"filePath": "scope.main.runtime.ts",
|
|
17988
|
-
"line":
|
|
18128
|
+
"line": 993,
|
|
17989
18129
|
"character": 14
|
|
17990
18130
|
},
|
|
17991
18131
|
"name": "SnapsDistance",
|
|
@@ -18001,7 +18141,7 @@
|
|
|
18001
18141
|
"__schema": "FunctionLikeSchema",
|
|
18002
18142
|
"location": {
|
|
18003
18143
|
"filePath": "scope.main.runtime.ts",
|
|
18004
|
-
"line":
|
|
18144
|
+
"line": 1007,
|
|
18005
18145
|
"character": 3
|
|
18006
18146
|
},
|
|
18007
18147
|
"signature": "(method) ScopeMain.getExactVersionBySemverRange(id: ComponentID, range: string): Promise<string | undefined>",
|
|
@@ -18011,7 +18151,7 @@
|
|
|
18011
18151
|
"__schema": "ParameterSchema",
|
|
18012
18152
|
"location": {
|
|
18013
18153
|
"filePath": "scope.main.runtime.ts",
|
|
18014
|
-
"line":
|
|
18154
|
+
"line": 1007,
|
|
18015
18155
|
"character": 38
|
|
18016
18156
|
},
|
|
18017
18157
|
"name": "id",
|
|
@@ -18019,7 +18159,7 @@
|
|
|
18019
18159
|
"__schema": "TypeRefSchema",
|
|
18020
18160
|
"location": {
|
|
18021
18161
|
"filePath": "scope.main.runtime.ts",
|
|
18022
|
-
"line":
|
|
18162
|
+
"line": 1007,
|
|
18023
18163
|
"character": 42
|
|
18024
18164
|
},
|
|
18025
18165
|
"name": "ComponentID",
|
|
@@ -18036,7 +18176,7 @@
|
|
|
18036
18176
|
"__schema": "ParameterSchema",
|
|
18037
18177
|
"location": {
|
|
18038
18178
|
"filePath": "scope.main.runtime.ts",
|
|
18039
|
-
"line":
|
|
18179
|
+
"line": 1007,
|
|
18040
18180
|
"character": 55
|
|
18041
18181
|
},
|
|
18042
18182
|
"name": "range",
|
|
@@ -18044,7 +18184,7 @@
|
|
|
18044
18184
|
"__schema": "KeywordTypeSchema",
|
|
18045
18185
|
"location": {
|
|
18046
18186
|
"filePath": "scope.main.runtime.ts",
|
|
18047
|
-
"line":
|
|
18187
|
+
"line": 1007,
|
|
18048
18188
|
"character": 62
|
|
18049
18189
|
},
|
|
18050
18190
|
"name": "string"
|
|
@@ -18057,7 +18197,7 @@
|
|
|
18057
18197
|
"__schema": "TypeRefSchema",
|
|
18058
18198
|
"location": {
|
|
18059
18199
|
"filePath": "scope.main.runtime.ts",
|
|
18060
|
-
"line":
|
|
18200
|
+
"line": 1007,
|
|
18061
18201
|
"character": 71
|
|
18062
18202
|
},
|
|
18063
18203
|
"name": "Promise",
|
|
@@ -18066,7 +18206,7 @@
|
|
|
18066
18206
|
"__schema": "TypeUnionSchema",
|
|
18067
18207
|
"location": {
|
|
18068
18208
|
"filePath": "scope.main.runtime.ts",
|
|
18069
|
-
"line":
|
|
18209
|
+
"line": 1007,
|
|
18070
18210
|
"character": 79
|
|
18071
18211
|
},
|
|
18072
18212
|
"types": [
|
|
@@ -18074,7 +18214,7 @@
|
|
|
18074
18214
|
"__schema": "KeywordTypeSchema",
|
|
18075
18215
|
"location": {
|
|
18076
18216
|
"filePath": "scope.main.runtime.ts",
|
|
18077
|
-
"line":
|
|
18217
|
+
"line": 1007,
|
|
18078
18218
|
"character": 79
|
|
18079
18219
|
},
|
|
18080
18220
|
"name": "string"
|
|
@@ -18083,7 +18223,7 @@
|
|
|
18083
18223
|
"__schema": "KeywordTypeSchema",
|
|
18084
18224
|
"location": {
|
|
18085
18225
|
"filePath": "scope.main.runtime.ts",
|
|
18086
|
-
"line":
|
|
18226
|
+
"line": 1007,
|
|
18087
18227
|
"character": 88
|
|
18088
18228
|
},
|
|
18089
18229
|
"name": "undefined"
|
|
@@ -18100,7 +18240,7 @@
|
|
|
18100
18240
|
"__schema": "FunctionLikeSchema",
|
|
18101
18241
|
"location": {
|
|
18102
18242
|
"filePath": "scope.main.runtime.ts",
|
|
18103
|
-
"line":
|
|
18243
|
+
"line": 1013,
|
|
18104
18244
|
"character": 3
|
|
18105
18245
|
},
|
|
18106
18246
|
"signature": "(method) ScopeMain.resumeExport(exportId: string, remotes: string[]): Promise<string[]>",
|
|
@@ -18110,7 +18250,7 @@
|
|
|
18110
18250
|
"__schema": "ParameterSchema",
|
|
18111
18251
|
"location": {
|
|
18112
18252
|
"filePath": "scope.main.runtime.ts",
|
|
18113
|
-
"line":
|
|
18253
|
+
"line": 1013,
|
|
18114
18254
|
"character": 22
|
|
18115
18255
|
},
|
|
18116
18256
|
"name": "exportId",
|
|
@@ -18118,7 +18258,7 @@
|
|
|
18118
18258
|
"__schema": "KeywordTypeSchema",
|
|
18119
18259
|
"location": {
|
|
18120
18260
|
"filePath": "scope.main.runtime.ts",
|
|
18121
|
-
"line":
|
|
18261
|
+
"line": 1013,
|
|
18122
18262
|
"character": 32
|
|
18123
18263
|
},
|
|
18124
18264
|
"name": "string"
|
|
@@ -18130,7 +18270,7 @@
|
|
|
18130
18270
|
"__schema": "ParameterSchema",
|
|
18131
18271
|
"location": {
|
|
18132
18272
|
"filePath": "scope.main.runtime.ts",
|
|
18133
|
-
"line":
|
|
18273
|
+
"line": 1013,
|
|
18134
18274
|
"character": 40
|
|
18135
18275
|
},
|
|
18136
18276
|
"name": "remotes",
|
|
@@ -18138,14 +18278,14 @@
|
|
|
18138
18278
|
"__schema": "TypeArraySchema",
|
|
18139
18279
|
"location": {
|
|
18140
18280
|
"filePath": "scope.main.runtime.ts",
|
|
18141
|
-
"line":
|
|
18281
|
+
"line": 1013,
|
|
18142
18282
|
"character": 49
|
|
18143
18283
|
},
|
|
18144
18284
|
"type": {
|
|
18145
18285
|
"__schema": "KeywordTypeSchema",
|
|
18146
18286
|
"location": {
|
|
18147
18287
|
"filePath": "scope.main.runtime.ts",
|
|
18148
|
-
"line":
|
|
18288
|
+
"line": 1013,
|
|
18149
18289
|
"character": 49
|
|
18150
18290
|
},
|
|
18151
18291
|
"name": "string"
|
|
@@ -18159,7 +18299,7 @@
|
|
|
18159
18299
|
"__schema": "TypeRefSchema",
|
|
18160
18300
|
"location": {
|
|
18161
18301
|
"filePath": "scope.main.runtime.ts",
|
|
18162
|
-
"line":
|
|
18302
|
+
"line": 1013,
|
|
18163
18303
|
"character": 60
|
|
18164
18304
|
},
|
|
18165
18305
|
"name": "Promise",
|
|
@@ -18168,14 +18308,14 @@
|
|
|
18168
18308
|
"__schema": "TypeArraySchema",
|
|
18169
18309
|
"location": {
|
|
18170
18310
|
"filePath": "scope.main.runtime.ts",
|
|
18171
|
-
"line":
|
|
18311
|
+
"line": 1013,
|
|
18172
18312
|
"character": 68
|
|
18173
18313
|
},
|
|
18174
18314
|
"type": {
|
|
18175
18315
|
"__schema": "KeywordTypeSchema",
|
|
18176
18316
|
"location": {
|
|
18177
18317
|
"filePath": "scope.main.runtime.ts",
|
|
18178
|
-
"line":
|
|
18318
|
+
"line": 1013,
|
|
18179
18319
|
"character": 68
|
|
18180
18320
|
},
|
|
18181
18321
|
"name": "string"
|
|
@@ -18191,14 +18331,14 @@
|
|
|
18191
18331
|
"__schema": "FunctionLikeSchema",
|
|
18192
18332
|
"location": {
|
|
18193
18333
|
"filePath": "scope.main.runtime.ts",
|
|
18194
|
-
"line":
|
|
18334
|
+
"line": 1020,
|
|
18195
18335
|
"character": 3
|
|
18196
18336
|
},
|
|
18197
18337
|
"doc": {
|
|
18198
18338
|
"__schema": "DocSchema",
|
|
18199
18339
|
"location": {
|
|
18200
18340
|
"filePath": "scope.main.runtime.ts",
|
|
18201
|
-
"line":
|
|
18341
|
+
"line": 1017,
|
|
18202
18342
|
"character": 3
|
|
18203
18343
|
},
|
|
18204
18344
|
"raw": "/**\n * @deprecated use `this.resolveComponentId` instead.\n */",
|
|
@@ -18207,7 +18347,7 @@
|
|
|
18207
18347
|
"__schema": "TagSchema",
|
|
18208
18348
|
"location": {
|
|
18209
18349
|
"filePath": "scope.main.runtime.ts",
|
|
18210
|
-
"line":
|
|
18350
|
+
"line": 1018,
|
|
18211
18351
|
"character": 6
|
|
18212
18352
|
},
|
|
18213
18353
|
"tagName": "deprecated",
|
|
@@ -18222,7 +18362,7 @@
|
|
|
18222
18362
|
"__schema": "ParameterSchema",
|
|
18223
18363
|
"location": {
|
|
18224
18364
|
"filePath": "scope.main.runtime.ts",
|
|
18225
|
-
"line":
|
|
18365
|
+
"line": 1020,
|
|
18226
18366
|
"character": 19
|
|
18227
18367
|
},
|
|
18228
18368
|
"name": "id",
|
|
@@ -18230,7 +18370,7 @@
|
|
|
18230
18370
|
"__schema": "KeywordTypeSchema",
|
|
18231
18371
|
"location": {
|
|
18232
18372
|
"filePath": "scope.main.runtime.ts",
|
|
18233
|
-
"line":
|
|
18373
|
+
"line": 1020,
|
|
18234
18374
|
"character": 23
|
|
18235
18375
|
},
|
|
18236
18376
|
"name": "string"
|
|
@@ -18243,7 +18383,7 @@
|
|
|
18243
18383
|
"__schema": "TypeRefSchema",
|
|
18244
18384
|
"location": {
|
|
18245
18385
|
"filePath": "scope.main.runtime.ts",
|
|
18246
|
-
"line":
|
|
18386
|
+
"line": 1020,
|
|
18247
18387
|
"character": 32
|
|
18248
18388
|
},
|
|
18249
18389
|
"name": "Promise",
|
|
@@ -18252,7 +18392,7 @@
|
|
|
18252
18392
|
"__schema": "TypeRefSchema",
|
|
18253
18393
|
"location": {
|
|
18254
18394
|
"filePath": "scope.main.runtime.ts",
|
|
18255
|
-
"line":
|
|
18395
|
+
"line": 1020,
|
|
18256
18396
|
"character": 40
|
|
18257
18397
|
},
|
|
18258
18398
|
"name": "ComponentID",
|
|
@@ -18272,7 +18412,7 @@
|
|
|
18272
18412
|
"__schema": "FunctionLikeSchema",
|
|
18273
18413
|
"location": {
|
|
18274
18414
|
"filePath": "scope.main.runtime.ts",
|
|
18275
|
-
"line":
|
|
18415
|
+
"line": 1025,
|
|
18276
18416
|
"character": 3
|
|
18277
18417
|
},
|
|
18278
18418
|
"signature": "(method) ScopeMain._legacyRemotes(): Promise<Remotes>",
|
|
@@ -18282,7 +18422,7 @@
|
|
|
18282
18422
|
"__schema": "TypeRefSchema",
|
|
18283
18423
|
"location": {
|
|
18284
18424
|
"filePath": "scope.main.runtime.ts",
|
|
18285
|
-
"line":
|
|
18425
|
+
"line": 1025,
|
|
18286
18426
|
"character": 27
|
|
18287
18427
|
},
|
|
18288
18428
|
"name": "Promise",
|
|
@@ -18291,7 +18431,7 @@
|
|
|
18291
18431
|
"__schema": "TypeRefSchema",
|
|
18292
18432
|
"location": {
|
|
18293
18433
|
"filePath": "scope.main.runtime.ts",
|
|
18294
|
-
"line":
|
|
18434
|
+
"line": 1025,
|
|
18295
18435
|
"character": 35
|
|
18296
18436
|
},
|
|
18297
18437
|
"name": "Remotes",
|
|
@@ -18307,14 +18447,14 @@
|
|
|
18307
18447
|
"__schema": "FunctionLikeSchema",
|
|
18308
18448
|
"location": {
|
|
18309
18449
|
"filePath": "scope.main.runtime.ts",
|
|
18310
|
-
"line":
|
|
18450
|
+
"line": 1032,
|
|
18311
18451
|
"character": 3
|
|
18312
18452
|
},
|
|
18313
18453
|
"doc": {
|
|
18314
18454
|
"__schema": "DocSchema",
|
|
18315
18455
|
"location": {
|
|
18316
18456
|
"filePath": "scope.main.runtime.ts",
|
|
18317
|
-
"line":
|
|
18457
|
+
"line": 1029,
|
|
18318
18458
|
"character": 3
|
|
18319
18459
|
},
|
|
18320
18460
|
"raw": "/**\n * list all component ids from a remote-scope\n */",
|
|
@@ -18327,7 +18467,7 @@
|
|
|
18327
18467
|
"__schema": "ParameterSchema",
|
|
18328
18468
|
"location": {
|
|
18329
18469
|
"filePath": "scope.main.runtime.ts",
|
|
18330
|
-
"line":
|
|
18470
|
+
"line": 1032,
|
|
18331
18471
|
"character": 25
|
|
18332
18472
|
},
|
|
18333
18473
|
"name": "scopeName",
|
|
@@ -18335,7 +18475,7 @@
|
|
|
18335
18475
|
"__schema": "KeywordTypeSchema",
|
|
18336
18476
|
"location": {
|
|
18337
18477
|
"filePath": "scope.main.runtime.ts",
|
|
18338
|
-
"line":
|
|
18478
|
+
"line": 1032,
|
|
18339
18479
|
"character": 36
|
|
18340
18480
|
},
|
|
18341
18481
|
"name": "string"
|
|
@@ -18348,7 +18488,7 @@
|
|
|
18348
18488
|
"__schema": "TypeRefSchema",
|
|
18349
18489
|
"location": {
|
|
18350
18490
|
"filePath": "scope.main.runtime.ts",
|
|
18351
|
-
"line":
|
|
18491
|
+
"line": 1032,
|
|
18352
18492
|
"character": 45
|
|
18353
18493
|
},
|
|
18354
18494
|
"name": "Promise",
|
|
@@ -18357,14 +18497,14 @@
|
|
|
18357
18497
|
"__schema": "TypeArraySchema",
|
|
18358
18498
|
"location": {
|
|
18359
18499
|
"filePath": "scope.main.runtime.ts",
|
|
18360
|
-
"line":
|
|
18500
|
+
"line": 1032,
|
|
18361
18501
|
"character": 53
|
|
18362
18502
|
},
|
|
18363
18503
|
"type": {
|
|
18364
18504
|
"__schema": "TypeRefSchema",
|
|
18365
18505
|
"location": {
|
|
18366
18506
|
"filePath": "scope.main.runtime.ts",
|
|
18367
|
-
"line":
|
|
18507
|
+
"line": 1032,
|
|
18368
18508
|
"character": 53
|
|
18369
18509
|
},
|
|
18370
18510
|
"name": "ComponentID",
|
|
@@ -18385,7 +18525,7 @@
|
|
|
18385
18525
|
"__schema": "FunctionLikeSchema",
|
|
18386
18526
|
"location": {
|
|
18387
18527
|
"filePath": "scope.main.runtime.ts",
|
|
18388
|
-
"line":
|
|
18528
|
+
"line": 1039,
|
|
18389
18529
|
"character": 3
|
|
18390
18530
|
},
|
|
18391
18531
|
"signature": "(method) ScopeMain.getLegacyMinimal(id: ComponentID): Promise<ConsumerComponent | undefined>",
|
|
@@ -18395,7 +18535,7 @@
|
|
|
18395
18535
|
"__schema": "ParameterSchema",
|
|
18396
18536
|
"location": {
|
|
18397
18537
|
"filePath": "scope.main.runtime.ts",
|
|
18398
|
-
"line":
|
|
18538
|
+
"line": 1039,
|
|
18399
18539
|
"character": 26
|
|
18400
18540
|
},
|
|
18401
18541
|
"name": "id",
|
|
@@ -18403,7 +18543,7 @@
|
|
|
18403
18543
|
"__schema": "TypeRefSchema",
|
|
18404
18544
|
"location": {
|
|
18405
18545
|
"filePath": "scope.main.runtime.ts",
|
|
18406
|
-
"line":
|
|
18546
|
+
"line": 1039,
|
|
18407
18547
|
"character": 30
|
|
18408
18548
|
},
|
|
18409
18549
|
"name": "ComponentID",
|
|
@@ -18421,7 +18561,7 @@
|
|
|
18421
18561
|
"__schema": "TypeRefSchema",
|
|
18422
18562
|
"location": {
|
|
18423
18563
|
"filePath": "scope.main.runtime.ts",
|
|
18424
|
-
"line":
|
|
18564
|
+
"line": 1039,
|
|
18425
18565
|
"character": 44
|
|
18426
18566
|
},
|
|
18427
18567
|
"name": "Promise",
|
|
@@ -18430,7 +18570,7 @@
|
|
|
18430
18570
|
"__schema": "TypeUnionSchema",
|
|
18431
18571
|
"location": {
|
|
18432
18572
|
"filePath": "scope.main.runtime.ts",
|
|
18433
|
-
"line":
|
|
18573
|
+
"line": 1039,
|
|
18434
18574
|
"character": 52
|
|
18435
18575
|
},
|
|
18436
18576
|
"types": [
|
|
@@ -18438,7 +18578,7 @@
|
|
|
18438
18578
|
"__schema": "TypeRefSchema",
|
|
18439
18579
|
"location": {
|
|
18440
18580
|
"filePath": "scope.main.runtime.ts",
|
|
18441
|
-
"line":
|
|
18581
|
+
"line": 1039,
|
|
18442
18582
|
"character": 52
|
|
18443
18583
|
},
|
|
18444
18584
|
"name": "ConsumerComponent",
|
|
@@ -18448,7 +18588,7 @@
|
|
|
18448
18588
|
"__schema": "KeywordTypeSchema",
|
|
18449
18589
|
"location": {
|
|
18450
18590
|
"filePath": "scope.main.runtime.ts",
|
|
18451
|
-
"line":
|
|
18591
|
+
"line": 1039,
|
|
18452
18592
|
"character": 72
|
|
18453
18593
|
},
|
|
18454
18594
|
"name": "undefined"
|
|
@@ -18465,14 +18605,14 @@
|
|
|
18465
18605
|
"__schema": "FunctionLikeSchema",
|
|
18466
18606
|
"location": {
|
|
18467
18607
|
"filePath": "scope.main.runtime.ts",
|
|
18468
|
-
"line":
|
|
18608
|
+
"line": 1052,
|
|
18469
18609
|
"character": 3
|
|
18470
18610
|
},
|
|
18471
18611
|
"doc": {
|
|
18472
18612
|
"__schema": "DocSchema",
|
|
18473
18613
|
"location": {
|
|
18474
18614
|
"filePath": "scope.main.runtime.ts",
|
|
18475
|
-
"line":
|
|
18615
|
+
"line": 1048,
|
|
18476
18616
|
"character": 3
|
|
18477
18617
|
},
|
|
18478
18618
|
"raw": "/**\n * ModelComponent is of type `BitObject` which gets saved into the local scope as an object file.\n * It has data about the tags and the component head. It doesn't have any data about the source-files/artifacts etc.\n */",
|
|
@@ -18485,7 +18625,7 @@
|
|
|
18485
18625
|
"__schema": "ParameterSchema",
|
|
18486
18626
|
"location": {
|
|
18487
18627
|
"filePath": "scope.main.runtime.ts",
|
|
18488
|
-
"line":
|
|
18628
|
+
"line": 1052,
|
|
18489
18629
|
"character": 36
|
|
18490
18630
|
},
|
|
18491
18631
|
"name": "id",
|
|
@@ -18493,7 +18633,7 @@
|
|
|
18493
18633
|
"__schema": "TypeRefSchema",
|
|
18494
18634
|
"location": {
|
|
18495
18635
|
"filePath": "scope.main.runtime.ts",
|
|
18496
|
-
"line":
|
|
18636
|
+
"line": 1052,
|
|
18497
18637
|
"character": 40
|
|
18498
18638
|
},
|
|
18499
18639
|
"name": "ComponentID",
|
|
@@ -18510,7 +18650,7 @@
|
|
|
18510
18650
|
"__schema": "ParameterSchema",
|
|
18511
18651
|
"location": {
|
|
18512
18652
|
"filePath": "scope.main.runtime.ts",
|
|
18513
|
-
"line":
|
|
18653
|
+
"line": 1052,
|
|
18514
18654
|
"character": 53
|
|
18515
18655
|
},
|
|
18516
18656
|
"name": "throwIfNotExist",
|
|
@@ -18518,7 +18658,7 @@
|
|
|
18518
18658
|
"__schema": "InferenceTypeSchema",
|
|
18519
18659
|
"location": {
|
|
18520
18660
|
"filePath": "scope.main.runtime.ts",
|
|
18521
|
-
"line":
|
|
18661
|
+
"line": 1052,
|
|
18522
18662
|
"character": 53
|
|
18523
18663
|
},
|
|
18524
18664
|
"type": "boolean"
|
|
@@ -18532,7 +18672,7 @@
|
|
|
18532
18672
|
"__schema": "TypeRefSchema",
|
|
18533
18673
|
"location": {
|
|
18534
18674
|
"filePath": "scope.main.runtime.ts",
|
|
18535
|
-
"line":
|
|
18675
|
+
"line": 1052,
|
|
18536
18676
|
"character": 79
|
|
18537
18677
|
},
|
|
18538
18678
|
"name": "Promise",
|
|
@@ -18541,7 +18681,7 @@
|
|
|
18541
18681
|
"__schema": "TypeUnionSchema",
|
|
18542
18682
|
"location": {
|
|
18543
18683
|
"filePath": "scope.main.runtime.ts",
|
|
18544
|
-
"line":
|
|
18684
|
+
"line": 1052,
|
|
18545
18685
|
"character": 87
|
|
18546
18686
|
},
|
|
18547
18687
|
"types": [
|
|
@@ -18549,7 +18689,7 @@
|
|
|
18549
18689
|
"__schema": "TypeRefSchema",
|
|
18550
18690
|
"location": {
|
|
18551
18691
|
"filePath": "scope.main.runtime.ts",
|
|
18552
|
-
"line":
|
|
18692
|
+
"line": 1052,
|
|
18553
18693
|
"character": 87
|
|
18554
18694
|
},
|
|
18555
18695
|
"name": "ModelComponent",
|
|
@@ -18559,7 +18699,7 @@
|
|
|
18559
18699
|
"__schema": "KeywordTypeSchema",
|
|
18560
18700
|
"location": {
|
|
18561
18701
|
"filePath": "scope.main.runtime.ts",
|
|
18562
|
-
"line":
|
|
18702
|
+
"line": 1052,
|
|
18563
18703
|
"character": 104
|
|
18564
18704
|
},
|
|
18565
18705
|
"name": "undefined"
|
|
@@ -18576,14 +18716,14 @@
|
|
|
18576
18716
|
"__schema": "FunctionLikeSchema",
|
|
18577
18717
|
"location": {
|
|
18578
18718
|
"filePath": "scope.main.runtime.ts",
|
|
18579
|
-
"line":
|
|
18719
|
+
"line": 1059,
|
|
18580
18720
|
"character": 3
|
|
18581
18721
|
},
|
|
18582
18722
|
"doc": {
|
|
18583
18723
|
"__schema": "DocSchema",
|
|
18584
18724
|
"location": {
|
|
18585
18725
|
"filePath": "scope.main.runtime.ts",
|
|
18586
|
-
"line":
|
|
18726
|
+
"line": 1056,
|
|
18587
18727
|
"character": 3
|
|
18588
18728
|
},
|
|
18589
18729
|
"raw": "/**\n * Version BitObject holds the data of the source files and build artifacts of a specific snap/tag.\n */",
|
|
@@ -18596,7 +18736,7 @@
|
|
|
18596
18736
|
"__schema": "ParameterSchema",
|
|
18597
18737
|
"location": {
|
|
18598
18738
|
"filePath": "scope.main.runtime.ts",
|
|
18599
|
-
"line":
|
|
18739
|
+
"line": 1060,
|
|
18600
18740
|
"character": 5
|
|
18601
18741
|
},
|
|
18602
18742
|
"name": "modelComponent",
|
|
@@ -18604,7 +18744,7 @@
|
|
|
18604
18744
|
"__schema": "TypeRefSchema",
|
|
18605
18745
|
"location": {
|
|
18606
18746
|
"filePath": "scope.main.runtime.ts",
|
|
18607
|
-
"line":
|
|
18747
|
+
"line": 1060,
|
|
18608
18748
|
"character": 21
|
|
18609
18749
|
},
|
|
18610
18750
|
"name": "ModelComponent",
|
|
@@ -18617,7 +18757,7 @@
|
|
|
18617
18757
|
"__schema": "ParameterSchema",
|
|
18618
18758
|
"location": {
|
|
18619
18759
|
"filePath": "scope.main.runtime.ts",
|
|
18620
|
-
"line":
|
|
18760
|
+
"line": 1061,
|
|
18621
18761
|
"character": 5
|
|
18622
18762
|
},
|
|
18623
18763
|
"name": "version",
|
|
@@ -18625,7 +18765,7 @@
|
|
|
18625
18765
|
"__schema": "KeywordTypeSchema",
|
|
18626
18766
|
"location": {
|
|
18627
18767
|
"filePath": "scope.main.runtime.ts",
|
|
18628
|
-
"line":
|
|
18768
|
+
"line": 1061,
|
|
18629
18769
|
"character": 14
|
|
18630
18770
|
},
|
|
18631
18771
|
"name": "string"
|
|
@@ -18637,7 +18777,7 @@
|
|
|
18637
18777
|
"__schema": "ParameterSchema",
|
|
18638
18778
|
"location": {
|
|
18639
18779
|
"filePath": "scope.main.runtime.ts",
|
|
18640
|
-
"line":
|
|
18780
|
+
"line": 1062,
|
|
18641
18781
|
"character": 5
|
|
18642
18782
|
},
|
|
18643
18783
|
"name": "throwIfNotExist",
|
|
@@ -18645,7 +18785,7 @@
|
|
|
18645
18785
|
"__schema": "InferenceTypeSchema",
|
|
18646
18786
|
"location": {
|
|
18647
18787
|
"filePath": "scope.main.runtime.ts",
|
|
18648
|
-
"line":
|
|
18788
|
+
"line": 1062,
|
|
18649
18789
|
"character": 5
|
|
18650
18790
|
},
|
|
18651
18791
|
"type": "boolean"
|
|
@@ -18659,7 +18799,7 @@
|
|
|
18659
18799
|
"__schema": "TypeRefSchema",
|
|
18660
18800
|
"location": {
|
|
18661
18801
|
"filePath": "scope.main.runtime.ts",
|
|
18662
|
-
"line":
|
|
18802
|
+
"line": 1063,
|
|
18663
18803
|
"character": 6
|
|
18664
18804
|
},
|
|
18665
18805
|
"name": "Promise",
|
|
@@ -18668,7 +18808,7 @@
|
|
|
18668
18808
|
"__schema": "TypeUnionSchema",
|
|
18669
18809
|
"location": {
|
|
18670
18810
|
"filePath": "scope.main.runtime.ts",
|
|
18671
|
-
"line":
|
|
18811
|
+
"line": 1063,
|
|
18672
18812
|
"character": 14
|
|
18673
18813
|
},
|
|
18674
18814
|
"types": [
|
|
@@ -18676,7 +18816,7 @@
|
|
|
18676
18816
|
"__schema": "TypeRefSchema",
|
|
18677
18817
|
"location": {
|
|
18678
18818
|
"filePath": "scope.main.runtime.ts",
|
|
18679
|
-
"line":
|
|
18819
|
+
"line": 1063,
|
|
18680
18820
|
"character": 14
|
|
18681
18821
|
},
|
|
18682
18822
|
"name": "Version",
|
|
@@ -18686,7 +18826,7 @@
|
|
|
18686
18826
|
"__schema": "KeywordTypeSchema",
|
|
18687
18827
|
"location": {
|
|
18688
18828
|
"filePath": "scope.main.runtime.ts",
|
|
18689
|
-
"line":
|
|
18829
|
+
"line": 1063,
|
|
18690
18830
|
"character": 24
|
|
18691
18831
|
},
|
|
18692
18832
|
"name": "undefined"
|
|
@@ -18703,7 +18843,7 @@
|
|
|
18703
18843
|
"__schema": "FunctionLikeSchema",
|
|
18704
18844
|
"location": {
|
|
18705
18845
|
"filePath": "scope.main.runtime.ts",
|
|
18706
|
-
"line":
|
|
18846
|
+
"line": 1067,
|
|
18707
18847
|
"character": 3
|
|
18708
18848
|
},
|
|
18709
18849
|
"signature": "(method) ScopeMain.getBitObjectVersionById(id: ComponentID, throwIfNotExist?: boolean): Promise<Version | undefined>",
|
|
@@ -18713,7 +18853,7 @@
|
|
|
18713
18853
|
"__schema": "ParameterSchema",
|
|
18714
18854
|
"location": {
|
|
18715
18855
|
"filePath": "scope.main.runtime.ts",
|
|
18716
|
-
"line":
|
|
18856
|
+
"line": 1067,
|
|
18717
18857
|
"character": 33
|
|
18718
18858
|
},
|
|
18719
18859
|
"name": "id",
|
|
@@ -18721,7 +18861,7 @@
|
|
|
18721
18861
|
"__schema": "TypeRefSchema",
|
|
18722
18862
|
"location": {
|
|
18723
18863
|
"filePath": "scope.main.runtime.ts",
|
|
18724
|
-
"line":
|
|
18864
|
+
"line": 1067,
|
|
18725
18865
|
"character": 37
|
|
18726
18866
|
},
|
|
18727
18867
|
"name": "ComponentID",
|
|
@@ -18738,7 +18878,7 @@
|
|
|
18738
18878
|
"__schema": "ParameterSchema",
|
|
18739
18879
|
"location": {
|
|
18740
18880
|
"filePath": "scope.main.runtime.ts",
|
|
18741
|
-
"line":
|
|
18881
|
+
"line": 1067,
|
|
18742
18882
|
"character": 50
|
|
18743
18883
|
},
|
|
18744
18884
|
"name": "throwIfNotExist",
|
|
@@ -18746,7 +18886,7 @@
|
|
|
18746
18886
|
"__schema": "InferenceTypeSchema",
|
|
18747
18887
|
"location": {
|
|
18748
18888
|
"filePath": "scope.main.runtime.ts",
|
|
18749
|
-
"line":
|
|
18889
|
+
"line": 1067,
|
|
18750
18890
|
"character": 50
|
|
18751
18891
|
},
|
|
18752
18892
|
"type": "boolean"
|
|
@@ -18760,7 +18900,7 @@
|
|
|
18760
18900
|
"__schema": "TypeRefSchema",
|
|
18761
18901
|
"location": {
|
|
18762
18902
|
"filePath": "scope.main.runtime.ts",
|
|
18763
|
-
"line":
|
|
18903
|
+
"line": 1067,
|
|
18764
18904
|
"character": 76
|
|
18765
18905
|
},
|
|
18766
18906
|
"name": "Promise",
|
|
@@ -18769,7 +18909,7 @@
|
|
|
18769
18909
|
"__schema": "TypeUnionSchema",
|
|
18770
18910
|
"location": {
|
|
18771
18911
|
"filePath": "scope.main.runtime.ts",
|
|
18772
|
-
"line":
|
|
18912
|
+
"line": 1067,
|
|
18773
18913
|
"character": 84
|
|
18774
18914
|
},
|
|
18775
18915
|
"types": [
|
|
@@ -18777,7 +18917,7 @@
|
|
|
18777
18917
|
"__schema": "TypeRefSchema",
|
|
18778
18918
|
"location": {
|
|
18779
18919
|
"filePath": "scope.main.runtime.ts",
|
|
18780
|
-
"line":
|
|
18920
|
+
"line": 1067,
|
|
18781
18921
|
"character": 84
|
|
18782
18922
|
},
|
|
18783
18923
|
"name": "Version",
|
|
@@ -18787,7 +18927,7 @@
|
|
|
18787
18927
|
"__schema": "KeywordTypeSchema",
|
|
18788
18928
|
"location": {
|
|
18789
18929
|
"filePath": "scope.main.runtime.ts",
|
|
18790
|
-
"line":
|
|
18930
|
+
"line": 1067,
|
|
18791
18931
|
"character": 94
|
|
18792
18932
|
},
|
|
18793
18933
|
"name": "undefined"
|
|
@@ -18804,14 +18944,14 @@
|
|
|
18804
18944
|
"__schema": "FunctionLikeSchema",
|
|
18805
18945
|
"location": {
|
|
18806
18946
|
"filePath": "scope.main.runtime.ts",
|
|
18807
|
-
"line":
|
|
18947
|
+
"line": 1076,
|
|
18808
18948
|
"character": 3
|
|
18809
18949
|
},
|
|
18810
18950
|
"doc": {
|
|
18811
18951
|
"__schema": "DocSchema",
|
|
18812
18952
|
"location": {
|
|
18813
18953
|
"filePath": "scope.main.runtime.ts",
|
|
18814
|
-
"line":
|
|
18954
|
+
"line": 1073,
|
|
18815
18955
|
"character": 3
|
|
18816
18956
|
},
|
|
18817
18957
|
"raw": "/**\n * get a component and load its aspect\n */",
|
|
@@ -18824,7 +18964,7 @@
|
|
|
18824
18964
|
"__schema": "ParameterSchema",
|
|
18825
18965
|
"location": {
|
|
18826
18966
|
"filePath": "scope.main.runtime.ts",
|
|
18827
|
-
"line":
|
|
18967
|
+
"line": 1077,
|
|
18828
18968
|
"character": 5
|
|
18829
18969
|
},
|
|
18830
18970
|
"name": "id",
|
|
@@ -18832,7 +18972,7 @@
|
|
|
18832
18972
|
"__schema": "TypeRefSchema",
|
|
18833
18973
|
"location": {
|
|
18834
18974
|
"filePath": "scope.main.runtime.ts",
|
|
18835
|
-
"line":
|
|
18975
|
+
"line": 1077,
|
|
18836
18976
|
"character": 9
|
|
18837
18977
|
},
|
|
18838
18978
|
"name": "ComponentID",
|
|
@@ -18849,7 +18989,7 @@
|
|
|
18849
18989
|
"__schema": "ParameterSchema",
|
|
18850
18990
|
"location": {
|
|
18851
18991
|
"filePath": "scope.main.runtime.ts",
|
|
18852
|
-
"line":
|
|
18992
|
+
"line": 1078,
|
|
18853
18993
|
"character": 5
|
|
18854
18994
|
},
|
|
18855
18995
|
"name": "lane",
|
|
@@ -18857,7 +18997,7 @@
|
|
|
18857
18997
|
"__schema": "TypeRefSchema",
|
|
18858
18998
|
"location": {
|
|
18859
18999
|
"filePath": "scope.main.runtime.ts",
|
|
18860
|
-
"line":
|
|
19000
|
+
"line": 1078,
|
|
18861
19001
|
"character": 12
|
|
18862
19002
|
},
|
|
18863
19003
|
"name": "Lane",
|
|
@@ -18870,7 +19010,7 @@
|
|
|
18870
19010
|
"__schema": "ParameterSchema",
|
|
18871
19011
|
"location": {
|
|
18872
19012
|
"filePath": "scope.main.runtime.ts",
|
|
18873
|
-
"line":
|
|
19013
|
+
"line": 1079,
|
|
18874
19014
|
"character": 5
|
|
18875
19015
|
},
|
|
18876
19016
|
"name": "opts",
|
|
@@ -18878,7 +19018,7 @@
|
|
|
18878
19018
|
"__schema": "TypeRefSchema",
|
|
18879
19019
|
"location": {
|
|
18880
19020
|
"filePath": "scope.main.runtime.ts",
|
|
18881
|
-
"line":
|
|
19021
|
+
"line": 1079,
|
|
18882
19022
|
"character": 11
|
|
18883
19023
|
},
|
|
18884
19024
|
"name": "LoadOptions",
|
|
@@ -18893,7 +19033,7 @@
|
|
|
18893
19033
|
"__schema": "TypeRefSchema",
|
|
18894
19034
|
"location": {
|
|
18895
19035
|
"filePath": "scope.main.runtime.ts",
|
|
18896
|
-
"line":
|
|
19036
|
+
"line": 1080,
|
|
18897
19037
|
"character": 6
|
|
18898
19038
|
},
|
|
18899
19039
|
"name": "Promise",
|
|
@@ -18902,7 +19042,7 @@
|
|
|
18902
19042
|
"__schema": "TypeUnionSchema",
|
|
18903
19043
|
"location": {
|
|
18904
19044
|
"filePath": "scope.main.runtime.ts",
|
|
18905
|
-
"line":
|
|
19045
|
+
"line": 1080,
|
|
18906
19046
|
"character": 14
|
|
18907
19047
|
},
|
|
18908
19048
|
"types": [
|
|
@@ -18910,7 +19050,7 @@
|
|
|
18910
19050
|
"__schema": "TypeRefSchema",
|
|
18911
19051
|
"location": {
|
|
18912
19052
|
"filePath": "scope.main.runtime.ts",
|
|
18913
|
-
"line":
|
|
19053
|
+
"line": 1080,
|
|
18914
19054
|
"character": 14
|
|
18915
19055
|
},
|
|
18916
19056
|
"name": "Component",
|
|
@@ -18923,7 +19063,7 @@
|
|
|
18923
19063
|
"__schema": "KeywordTypeSchema",
|
|
18924
19064
|
"location": {
|
|
18925
19065
|
"filePath": "scope.main.runtime.ts",
|
|
18926
|
-
"line":
|
|
19066
|
+
"line": 1080,
|
|
18927
19067
|
"character": 26
|
|
18928
19068
|
},
|
|
18929
19069
|
"name": "undefined"
|
|
@@ -18940,7 +19080,7 @@
|
|
|
18940
19080
|
"__schema": "FunctionLikeSchema",
|
|
18941
19081
|
"location": {
|
|
18942
19082
|
"filePath": "scope.main.runtime.ts",
|
|
18943
|
-
"line":
|
|
19083
|
+
"line": 1086,
|
|
18944
19084
|
"character": 3
|
|
18945
19085
|
},
|
|
18946
19086
|
"signature": "(method) ScopeMain.loadCompAspects(component: Component, lane?: Lane, opts?: LoadOptions): Promise<Component>",
|
|
@@ -18950,7 +19090,7 @@
|
|
|
18950
19090
|
"__schema": "ParameterSchema",
|
|
18951
19091
|
"location": {
|
|
18952
19092
|
"filePath": "scope.main.runtime.ts",
|
|
18953
|
-
"line":
|
|
19093
|
+
"line": 1087,
|
|
18954
19094
|
"character": 5
|
|
18955
19095
|
},
|
|
18956
19096
|
"name": "component",
|
|
@@ -18958,7 +19098,7 @@
|
|
|
18958
19098
|
"__schema": "TypeRefSchema",
|
|
18959
19099
|
"location": {
|
|
18960
19100
|
"filePath": "scope.main.runtime.ts",
|
|
18961
|
-
"line":
|
|
19101
|
+
"line": 1087,
|
|
18962
19102
|
"character": 16
|
|
18963
19103
|
},
|
|
18964
19104
|
"name": "Component",
|
|
@@ -18974,7 +19114,7 @@
|
|
|
18974
19114
|
"__schema": "ParameterSchema",
|
|
18975
19115
|
"location": {
|
|
18976
19116
|
"filePath": "scope.main.runtime.ts",
|
|
18977
|
-
"line":
|
|
19117
|
+
"line": 1088,
|
|
18978
19118
|
"character": 5
|
|
18979
19119
|
},
|
|
18980
19120
|
"name": "lane",
|
|
@@ -18982,7 +19122,7 @@
|
|
|
18982
19122
|
"__schema": "TypeRefSchema",
|
|
18983
19123
|
"location": {
|
|
18984
19124
|
"filePath": "scope.main.runtime.ts",
|
|
18985
|
-
"line":
|
|
19125
|
+
"line": 1088,
|
|
18986
19126
|
"character": 12
|
|
18987
19127
|
},
|
|
18988
19128
|
"name": "Lane",
|
|
@@ -18995,7 +19135,7 @@
|
|
|
18995
19135
|
"__schema": "ParameterSchema",
|
|
18996
19136
|
"location": {
|
|
18997
19137
|
"filePath": "scope.main.runtime.ts",
|
|
18998
|
-
"line":
|
|
19138
|
+
"line": 1089,
|
|
18999
19139
|
"character": 5
|
|
19000
19140
|
},
|
|
19001
19141
|
"name": "opts",
|
|
@@ -19003,7 +19143,7 @@
|
|
|
19003
19143
|
"__schema": "TypeRefSchema",
|
|
19004
19144
|
"location": {
|
|
19005
19145
|
"filePath": "scope.main.runtime.ts",
|
|
19006
|
-
"line":
|
|
19146
|
+
"line": 1089,
|
|
19007
19147
|
"character": 11
|
|
19008
19148
|
},
|
|
19009
19149
|
"name": "LoadOptions",
|
|
@@ -19018,7 +19158,7 @@
|
|
|
19018
19158
|
"__schema": "TypeRefSchema",
|
|
19019
19159
|
"location": {
|
|
19020
19160
|
"filePath": "scope.main.runtime.ts",
|
|
19021
|
-
"line":
|
|
19161
|
+
"line": 1090,
|
|
19022
19162
|
"character": 6
|
|
19023
19163
|
},
|
|
19024
19164
|
"name": "Promise",
|
|
@@ -19027,7 +19167,7 @@
|
|
|
19027
19167
|
"__schema": "TypeRefSchema",
|
|
19028
19168
|
"location": {
|
|
19029
19169
|
"filePath": "scope.main.runtime.ts",
|
|
19030
|
-
"line":
|
|
19170
|
+
"line": 1090,
|
|
19031
19171
|
"character": 14
|
|
19032
19172
|
},
|
|
19033
19173
|
"name": "Component",
|
|
@@ -19046,7 +19186,7 @@
|
|
|
19046
19186
|
"__schema": "FunctionLikeSchema",
|
|
19047
19187
|
"location": {
|
|
19048
19188
|
"filePath": "scope.main.runtime.ts",
|
|
19049
|
-
"line":
|
|
19189
|
+
"line": 1114,
|
|
19050
19190
|
"character": 3
|
|
19051
19191
|
},
|
|
19052
19192
|
"signature": "(method) ScopeMain.loadComponentsAspect(component: Component): Promise<void>",
|
|
@@ -19056,7 +19196,7 @@
|
|
|
19056
19196
|
"__schema": "ParameterSchema",
|
|
19057
19197
|
"location": {
|
|
19058
19198
|
"filePath": "scope.main.runtime.ts",
|
|
19059
|
-
"line":
|
|
19199
|
+
"line": 1114,
|
|
19060
19200
|
"character": 30
|
|
19061
19201
|
},
|
|
19062
19202
|
"name": "component",
|
|
@@ -19064,7 +19204,7 @@
|
|
|
19064
19204
|
"__schema": "TypeRefSchema",
|
|
19065
19205
|
"location": {
|
|
19066
19206
|
"filePath": "scope.main.runtime.ts",
|
|
19067
|
-
"line":
|
|
19207
|
+
"line": 1114,
|
|
19068
19208
|
"character": 41
|
|
19069
19209
|
},
|
|
19070
19210
|
"name": "Component",
|
|
@@ -19081,7 +19221,7 @@
|
|
|
19081
19221
|
"__schema": "InferenceTypeSchema",
|
|
19082
19222
|
"location": {
|
|
19083
19223
|
"filePath": "scope.main.runtime.ts",
|
|
19084
|
-
"line":
|
|
19224
|
+
"line": 1114,
|
|
19085
19225
|
"character": 3
|
|
19086
19226
|
},
|
|
19087
19227
|
"type": "Promise<void>"
|
|
@@ -19094,7 +19234,7 @@
|
|
|
19094
19234
|
"__schema": "FunctionLikeSchema",
|
|
19095
19235
|
"location": {
|
|
19096
19236
|
"filePath": "scope.main.runtime.ts",
|
|
19097
|
-
"line":
|
|
19237
|
+
"line": 1119,
|
|
19098
19238
|
"character": 3
|
|
19099
19239
|
},
|
|
19100
19240
|
"signature": "(method) ScopeMain.addAspectsFromConfigObject(component: Component, configObject: Record<string, any>): Promise<void>",
|
|
@@ -19104,7 +19244,7 @@
|
|
|
19104
19244
|
"__schema": "ParameterSchema",
|
|
19105
19245
|
"location": {
|
|
19106
19246
|
"filePath": "scope.main.runtime.ts",
|
|
19107
|
-
"line":
|
|
19247
|
+
"line": 1119,
|
|
19108
19248
|
"character": 36
|
|
19109
19249
|
},
|
|
19110
19250
|
"name": "component",
|
|
@@ -19112,7 +19252,7 @@
|
|
|
19112
19252
|
"__schema": "TypeRefSchema",
|
|
19113
19253
|
"location": {
|
|
19114
19254
|
"filePath": "scope.main.runtime.ts",
|
|
19115
|
-
"line":
|
|
19255
|
+
"line": 1119,
|
|
19116
19256
|
"character": 47
|
|
19117
19257
|
},
|
|
19118
19258
|
"name": "Component",
|
|
@@ -19128,7 +19268,7 @@
|
|
|
19128
19268
|
"__schema": "ParameterSchema",
|
|
19129
19269
|
"location": {
|
|
19130
19270
|
"filePath": "scope.main.runtime.ts",
|
|
19131
|
-
"line":
|
|
19271
|
+
"line": 1119,
|
|
19132
19272
|
"character": 58
|
|
19133
19273
|
},
|
|
19134
19274
|
"name": "configObject",
|
|
@@ -19136,7 +19276,7 @@
|
|
|
19136
19276
|
"__schema": "TypeRefSchema",
|
|
19137
19277
|
"location": {
|
|
19138
19278
|
"filePath": "scope.main.runtime.ts",
|
|
19139
|
-
"line":
|
|
19279
|
+
"line": 1119,
|
|
19140
19280
|
"character": 72
|
|
19141
19281
|
},
|
|
19142
19282
|
"name": "Record",
|
|
@@ -19145,7 +19285,7 @@
|
|
|
19145
19285
|
"__schema": "KeywordTypeSchema",
|
|
19146
19286
|
"location": {
|
|
19147
19287
|
"filePath": "scope.main.runtime.ts",
|
|
19148
|
-
"line":
|
|
19288
|
+
"line": 1119,
|
|
19149
19289
|
"character": 79
|
|
19150
19290
|
},
|
|
19151
19291
|
"name": "string"
|
|
@@ -19154,7 +19294,7 @@
|
|
|
19154
19294
|
"__schema": "KeywordTypeSchema",
|
|
19155
19295
|
"location": {
|
|
19156
19296
|
"filePath": "scope.main.runtime.ts",
|
|
19157
|
-
"line":
|
|
19297
|
+
"line": 1119,
|
|
19158
19298
|
"character": 87
|
|
19159
19299
|
},
|
|
19160
19300
|
"name": "any"
|
|
@@ -19169,7 +19309,7 @@
|
|
|
19169
19309
|
"__schema": "InferenceTypeSchema",
|
|
19170
19310
|
"location": {
|
|
19171
19311
|
"filePath": "scope.main.runtime.ts",
|
|
19172
|
-
"line":
|
|
19312
|
+
"line": 1119,
|
|
19173
19313
|
"character": 3
|
|
19174
19314
|
},
|
|
19175
19315
|
"type": "Promise<void>"
|
|
@@ -19182,7 +19322,7 @@
|
|
|
19182
19322
|
"__schema": "FunctionLikeSchema",
|
|
19183
19323
|
"location": {
|
|
19184
19324
|
"filePath": "scope.main.runtime.ts",
|
|
19185
|
-
"line":
|
|
19325
|
+
"line": 1128,
|
|
19186
19326
|
"character": 3
|
|
19187
19327
|
},
|
|
19188
19328
|
"signature": "(method) ScopeMain.createAspectListFromExtensionDataList(extensionDataList: ExtensionDataList): Promise<AspectList>",
|
|
@@ -19192,7 +19332,7 @@
|
|
|
19192
19332
|
"__schema": "ParameterSchema",
|
|
19193
19333
|
"location": {
|
|
19194
19334
|
"filePath": "scope.main.runtime.ts",
|
|
19195
|
-
"line":
|
|
19335
|
+
"line": 1128,
|
|
19196
19336
|
"character": 54
|
|
19197
19337
|
},
|
|
19198
19338
|
"name": "extensionDataList",
|
|
@@ -19200,7 +19340,7 @@
|
|
|
19200
19340
|
"__schema": "TypeRefSchema",
|
|
19201
19341
|
"location": {
|
|
19202
19342
|
"filePath": "scope.main.runtime.ts",
|
|
19203
|
-
"line":
|
|
19343
|
+
"line": 1128,
|
|
19204
19344
|
"character": 73
|
|
19205
19345
|
},
|
|
19206
19346
|
"name": "ExtensionDataList",
|
|
@@ -19214,7 +19354,7 @@
|
|
|
19214
19354
|
"__schema": "InferenceTypeSchema",
|
|
19215
19355
|
"location": {
|
|
19216
19356
|
"filePath": "scope.main.runtime.ts",
|
|
19217
|
-
"line":
|
|
19357
|
+
"line": 1128,
|
|
19218
19358
|
"character": 3
|
|
19219
19359
|
},
|
|
19220
19360
|
"type": "Promise<AspectList>"
|
|
@@ -19228,7 +19368,7 @@
|
|
|
19228
19368
|
"__schema": "FunctionLikeSchema",
|
|
19229
19369
|
"location": {
|
|
19230
19370
|
"filePath": "scope.main.runtime.ts",
|
|
19231
|
-
"line":
|
|
19371
|
+
"line": 1137,
|
|
19232
19372
|
"character": 3
|
|
19233
19373
|
},
|
|
19234
19374
|
"signature": "(method) ScopeMain.getLastMergedPath(): string",
|
|
@@ -19238,7 +19378,7 @@
|
|
|
19238
19378
|
"__schema": "InferenceTypeSchema",
|
|
19239
19379
|
"location": {
|
|
19240
19380
|
"filePath": "scope.main.runtime.ts",
|
|
19241
|
-
"line":
|
|
19381
|
+
"line": 1137,
|
|
19242
19382
|
"character": 3
|
|
19243
19383
|
},
|
|
19244
19384
|
"type": "string"
|
|
@@ -19249,7 +19389,7 @@
|
|
|
19249
19389
|
"__schema": "FunctionLikeSchema",
|
|
19250
19390
|
"location": {
|
|
19251
19391
|
"filePath": "scope.main.runtime.ts",
|
|
19252
|
-
"line":
|
|
19392
|
+
"line": 1141,
|
|
19253
19393
|
"character": 3
|
|
19254
19394
|
},
|
|
19255
19395
|
"signature": "(method) ScopeMain.isModified(): Promise<boolean>",
|
|
@@ -19259,7 +19399,7 @@
|
|
|
19259
19399
|
"__schema": "TypeRefSchema",
|
|
19260
19400
|
"location": {
|
|
19261
19401
|
"filePath": "scope.main.runtime.ts",
|
|
19262
|
-
"line":
|
|
19402
|
+
"line": 1141,
|
|
19263
19403
|
"character": 23
|
|
19264
19404
|
},
|
|
19265
19405
|
"name": "Promise",
|
|
@@ -19268,7 +19408,7 @@
|
|
|
19268
19408
|
"__schema": "KeywordTypeSchema",
|
|
19269
19409
|
"location": {
|
|
19270
19410
|
"filePath": "scope.main.runtime.ts",
|
|
19271
|
-
"line":
|
|
19411
|
+
"line": 1141,
|
|
19272
19412
|
"character": 31
|
|
19273
19413
|
},
|
|
19274
19414
|
"name": "boolean"
|
|
@@ -19283,7 +19423,7 @@
|
|
|
19283
19423
|
"__schema": "FunctionLikeSchema",
|
|
19284
19424
|
"location": {
|
|
19285
19425
|
"filePath": "scope.main.runtime.ts",
|
|
19286
|
-
"line":
|
|
19426
|
+
"line": 1145,
|
|
19287
19427
|
"character": 3
|
|
19288
19428
|
},
|
|
19289
19429
|
"signature": "(method) ScopeMain.write(): Promise<void>",
|
|
@@ -19293,7 +19433,7 @@
|
|
|
19293
19433
|
"__schema": "InferenceTypeSchema",
|
|
19294
19434
|
"location": {
|
|
19295
19435
|
"filePath": "scope.main.runtime.ts",
|
|
19296
|
-
"line":
|
|
19436
|
+
"line": 1145,
|
|
19297
19437
|
"character": 3
|
|
19298
19438
|
},
|
|
19299
19439
|
"type": "Promise<void>"
|
|
@@ -19306,14 +19446,14 @@
|
|
|
19306
19446
|
"__schema": "VariableLikeSchema",
|
|
19307
19447
|
"location": {
|
|
19308
19448
|
"filePath": "scope.main.runtime.ts",
|
|
19309
|
-
"line":
|
|
19449
|
+
"line": 1152,
|
|
19310
19450
|
"character": 3
|
|
19311
19451
|
},
|
|
19312
19452
|
"doc": {
|
|
19313
19453
|
"__schema": "DocSchema",
|
|
19314
19454
|
"location": {
|
|
19315
19455
|
"filePath": "scope.main.runtime.ts",
|
|
19316
|
-
"line":
|
|
19456
|
+
"line": 1149,
|
|
19317
19457
|
"character": 3
|
|
19318
19458
|
},
|
|
19319
19459
|
"raw": "/**\n * declare the slots of scope extension.\n */",
|
|
@@ -19325,7 +19465,7 @@
|
|
|
19325
19465
|
"__schema": "InferenceTypeSchema",
|
|
19326
19466
|
"location": {
|
|
19327
19467
|
"filePath": "scope.main.runtime.ts",
|
|
19328
|
-
"line":
|
|
19468
|
+
"line": 1152,
|
|
19329
19469
|
"character": 3
|
|
19330
19470
|
},
|
|
19331
19471
|
"type": "(((registerFn: () => string) => SlotRegistry<OnPostPut>) | ((registerFn: () => string) => SlotRegistry<OnPostObjectsPersist>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
|
@@ -19337,7 +19477,7 @@
|
|
|
19337
19477
|
"__schema": "VariableLikeSchema",
|
|
19338
19478
|
"location": {
|
|
19339
19479
|
"filePath": "scope.main.runtime.ts",
|
|
19340
|
-
"line":
|
|
19480
|
+
"line": 1160,
|
|
19341
19481
|
"character": 3
|
|
19342
19482
|
},
|
|
19343
19483
|
"signature": "(property) ScopeMain.runtime: RuntimeDefinition",
|
|
@@ -19346,7 +19486,7 @@
|
|
|
19346
19486
|
"__schema": "InferenceTypeSchema",
|
|
19347
19487
|
"location": {
|
|
19348
19488
|
"filePath": "scope.main.runtime.ts",
|
|
19349
|
-
"line":
|
|
19489
|
+
"line": 1160,
|
|
19350
19490
|
"character": 3
|
|
19351
19491
|
},
|
|
19352
19492
|
"type": "RuntimeDefinition"
|
|
@@ -19358,7 +19498,7 @@
|
|
|
19358
19498
|
"__schema": "VariableLikeSchema",
|
|
19359
19499
|
"location": {
|
|
19360
19500
|
"filePath": "scope.main.runtime.ts",
|
|
19361
|
-
"line":
|
|
19501
|
+
"line": 1162,
|
|
19362
19502
|
"character": 3
|
|
19363
19503
|
},
|
|
19364
19504
|
"signature": "(property) ScopeMain.dependencies: Aspect[]",
|
|
@@ -19367,7 +19507,7 @@
|
|
|
19367
19507
|
"__schema": "InferenceTypeSchema",
|
|
19368
19508
|
"location": {
|
|
19369
19509
|
"filePath": "scope.main.runtime.ts",
|
|
19370
|
-
"line":
|
|
19510
|
+
"line": 1162,
|
|
19371
19511
|
"character": 3
|
|
19372
19512
|
},
|
|
19373
19513
|
"type": "Aspect[]"
|
|
@@ -19379,7 +19519,7 @@
|
|
|
19379
19519
|
"__schema": "VariableLikeSchema",
|
|
19380
19520
|
"location": {
|
|
19381
19521
|
"filePath": "scope.main.runtime.ts",
|
|
19382
|
-
"line":
|
|
19522
|
+
"line": 1176,
|
|
19383
19523
|
"character": 3
|
|
19384
19524
|
},
|
|
19385
19525
|
"signature": "(property) ScopeMain.defaultConfig: ScopeConfig",
|
|
@@ -19388,7 +19528,7 @@
|
|
|
19388
19528
|
"__schema": "TypeRefSchema",
|
|
19389
19529
|
"location": {
|
|
19390
19530
|
"filePath": "scope.main.runtime.ts",
|
|
19391
|
-
"line":
|
|
19531
|
+
"line": 1176,
|
|
19392
19532
|
"character": 3
|
|
19393
19533
|
},
|
|
19394
19534
|
"name": "ScopeConfig",
|
|
@@ -19401,7 +19541,7 @@
|
|
|
19401
19541
|
"__schema": "FunctionLikeSchema",
|
|
19402
19542
|
"location": {
|
|
19403
19543
|
"filePath": "scope.main.runtime.ts",
|
|
19404
|
-
"line":
|
|
19544
|
+
"line": 1180,
|
|
19405
19545
|
"character": 3
|
|
19406
19546
|
},
|
|
19407
19547
|
"signature": "(method) ScopeMain.provider([componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig]: [\n ComponentMain,\n UiMain,\n GraphqlMain,\n CLIMain,\n IsolatorMain,\n AspectLoaderMain,\n ExpressMain,\n LoggerMain,\n EnvsMain,\n DependencyResolverMain,\n GlobalConfigMain\n], config: ScopeConfig, [postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot,]: [\n OnPostPutSlot,\n OnPostDeleteSlot,\n OnPostExportSlot,\n OnPostObjectsPersistSlot,\n OnPreFetchObjectsSlot,\n OnCompAspectReCalcSlot\n], harmony: Harmony): Promise<ScopeMain | undefined>",
|
|
@@ -19411,7 +19551,7 @@
|
|
|
19411
19551
|
"__schema": "ParameterSchema",
|
|
19412
19552
|
"location": {
|
|
19413
19553
|
"filePath": "scope.main.runtime.ts",
|
|
19414
|
-
"line":
|
|
19554
|
+
"line": 1181,
|
|
19415
19555
|
"character": 5
|
|
19416
19556
|
},
|
|
19417
19557
|
"name": "[ componentExt, ui, graphql, cli, isolator, aspectLoader, express, loggerMain, envs, depsResolver, globalConfig ]",
|
|
@@ -19419,7 +19559,7 @@
|
|
|
19419
19559
|
"__schema": "TupleTypeSchema",
|
|
19420
19560
|
"location": {
|
|
19421
19561
|
"filePath": "scope.main.runtime.ts",
|
|
19422
|
-
"line":
|
|
19562
|
+
"line": 1181,
|
|
19423
19563
|
"character": 118
|
|
19424
19564
|
},
|
|
19425
19565
|
"elements": [
|
|
@@ -19427,7 +19567,7 @@
|
|
|
19427
19567
|
"__schema": "TypeRefSchema",
|
|
19428
19568
|
"location": {
|
|
19429
19569
|
"filePath": "scope.main.runtime.ts",
|
|
19430
|
-
"line":
|
|
19570
|
+
"line": 1182,
|
|
19431
19571
|
"character": 7
|
|
19432
19572
|
},
|
|
19433
19573
|
"name": "ComponentMain",
|
|
@@ -19440,7 +19580,7 @@
|
|
|
19440
19580
|
"__schema": "TypeRefSchema",
|
|
19441
19581
|
"location": {
|
|
19442
19582
|
"filePath": "scope.main.runtime.ts",
|
|
19443
|
-
"line":
|
|
19583
|
+
"line": 1183,
|
|
19444
19584
|
"character": 7
|
|
19445
19585
|
},
|
|
19446
19586
|
"name": "UiMain",
|
|
@@ -19453,7 +19593,7 @@
|
|
|
19453
19593
|
"__schema": "TypeRefSchema",
|
|
19454
19594
|
"location": {
|
|
19455
19595
|
"filePath": "scope.main.runtime.ts",
|
|
19456
|
-
"line":
|
|
19596
|
+
"line": 1184,
|
|
19457
19597
|
"character": 7
|
|
19458
19598
|
},
|
|
19459
19599
|
"name": "GraphqlMain",
|
|
@@ -19466,7 +19606,7 @@
|
|
|
19466
19606
|
"__schema": "TypeRefSchema",
|
|
19467
19607
|
"location": {
|
|
19468
19608
|
"filePath": "scope.main.runtime.ts",
|
|
19469
|
-
"line":
|
|
19609
|
+
"line": 1185,
|
|
19470
19610
|
"character": 7
|
|
19471
19611
|
},
|
|
19472
19612
|
"name": "CLIMain",
|
|
@@ -19479,7 +19619,7 @@
|
|
|
19479
19619
|
"__schema": "TypeRefSchema",
|
|
19480
19620
|
"location": {
|
|
19481
19621
|
"filePath": "scope.main.runtime.ts",
|
|
19482
|
-
"line":
|
|
19622
|
+
"line": 1186,
|
|
19483
19623
|
"character": 7
|
|
19484
19624
|
},
|
|
19485
19625
|
"name": "IsolatorMain",
|
|
@@ -19492,7 +19632,7 @@
|
|
|
19492
19632
|
"__schema": "TypeRefSchema",
|
|
19493
19633
|
"location": {
|
|
19494
19634
|
"filePath": "scope.main.runtime.ts",
|
|
19495
|
-
"line":
|
|
19635
|
+
"line": 1187,
|
|
19496
19636
|
"character": 7
|
|
19497
19637
|
},
|
|
19498
19638
|
"name": "AspectLoaderMain",
|
|
@@ -19505,7 +19645,7 @@
|
|
|
19505
19645
|
"__schema": "TypeRefSchema",
|
|
19506
19646
|
"location": {
|
|
19507
19647
|
"filePath": "scope.main.runtime.ts",
|
|
19508
|
-
"line":
|
|
19648
|
+
"line": 1188,
|
|
19509
19649
|
"character": 7
|
|
19510
19650
|
},
|
|
19511
19651
|
"name": "ExpressMain",
|
|
@@ -19518,7 +19658,7 @@
|
|
|
19518
19658
|
"__schema": "TypeRefSchema",
|
|
19519
19659
|
"location": {
|
|
19520
19660
|
"filePath": "scope.main.runtime.ts",
|
|
19521
|
-
"line":
|
|
19661
|
+
"line": 1189,
|
|
19522
19662
|
"character": 7
|
|
19523
19663
|
},
|
|
19524
19664
|
"name": "LoggerMain",
|
|
@@ -19531,7 +19671,7 @@
|
|
|
19531
19671
|
"__schema": "TypeRefSchema",
|
|
19532
19672
|
"location": {
|
|
19533
19673
|
"filePath": "scope.main.runtime.ts",
|
|
19534
|
-
"line":
|
|
19674
|
+
"line": 1190,
|
|
19535
19675
|
"character": 7
|
|
19536
19676
|
},
|
|
19537
19677
|
"name": "EnvsMain",
|
|
@@ -19544,7 +19684,7 @@
|
|
|
19544
19684
|
"__schema": "TypeRefSchema",
|
|
19545
19685
|
"location": {
|
|
19546
19686
|
"filePath": "scope.main.runtime.ts",
|
|
19547
|
-
"line":
|
|
19687
|
+
"line": 1191,
|
|
19548
19688
|
"character": 7
|
|
19549
19689
|
},
|
|
19550
19690
|
"name": "DependencyResolverMain",
|
|
@@ -19557,7 +19697,7 @@
|
|
|
19557
19697
|
"__schema": "TypeRefSchema",
|
|
19558
19698
|
"location": {
|
|
19559
19699
|
"filePath": "scope.main.runtime.ts",
|
|
19560
|
-
"line":
|
|
19700
|
+
"line": 1192,
|
|
19561
19701
|
"character": 7
|
|
19562
19702
|
},
|
|
19563
19703
|
"name": "GlobalConfigMain",
|
|
@@ -19575,7 +19715,7 @@
|
|
|
19575
19715
|
"__schema": "ParameterSchema",
|
|
19576
19716
|
"location": {
|
|
19577
19717
|
"filePath": "scope.main.runtime.ts",
|
|
19578
|
-
"line":
|
|
19718
|
+
"line": 1194,
|
|
19579
19719
|
"character": 5
|
|
19580
19720
|
},
|
|
19581
19721
|
"name": "config",
|
|
@@ -19583,7 +19723,7 @@
|
|
|
19583
19723
|
"__schema": "TypeRefSchema",
|
|
19584
19724
|
"location": {
|
|
19585
19725
|
"filePath": "scope.main.runtime.ts",
|
|
19586
|
-
"line":
|
|
19726
|
+
"line": 1194,
|
|
19587
19727
|
"character": 13
|
|
19588
19728
|
},
|
|
19589
19729
|
"name": "ScopeConfig",
|
|
@@ -19596,7 +19736,7 @@
|
|
|
19596
19736
|
"__schema": "ParameterSchema",
|
|
19597
19737
|
"location": {
|
|
19598
19738
|
"filePath": "scope.main.runtime.ts",
|
|
19599
|
-
"line":
|
|
19739
|
+
"line": 1195,
|
|
19600
19740
|
"character": 5
|
|
19601
19741
|
},
|
|
19602
19742
|
"name": "[ postPutSlot, postDeleteSlot, postExportSlot, postObjectsPersistSlot, preFetchObjectsSlot, OnCompAspectReCalcSlot ]",
|
|
@@ -19604,7 +19744,7 @@
|
|
|
19604
19744
|
"__schema": "TupleTypeSchema",
|
|
19605
19745
|
"location": {
|
|
19606
19746
|
"filePath": "scope.main.runtime.ts",
|
|
19607
|
-
"line":
|
|
19747
|
+
"line": 1202,
|
|
19608
19748
|
"character": 8
|
|
19609
19749
|
},
|
|
19610
19750
|
"elements": [
|
|
@@ -19612,7 +19752,7 @@
|
|
|
19612
19752
|
"__schema": "TypeRefSchema",
|
|
19613
19753
|
"location": {
|
|
19614
19754
|
"filePath": "scope.main.runtime.ts",
|
|
19615
|
-
"line":
|
|
19755
|
+
"line": 1203,
|
|
19616
19756
|
"character": 7
|
|
19617
19757
|
},
|
|
19618
19758
|
"name": "OnPostPutSlot",
|
|
@@ -19622,7 +19762,7 @@
|
|
|
19622
19762
|
"__schema": "TypeRefSchema",
|
|
19623
19763
|
"location": {
|
|
19624
19764
|
"filePath": "scope.main.runtime.ts",
|
|
19625
|
-
"line":
|
|
19765
|
+
"line": 1204,
|
|
19626
19766
|
"character": 7
|
|
19627
19767
|
},
|
|
19628
19768
|
"name": "OnPostDeleteSlot",
|
|
@@ -19632,7 +19772,7 @@
|
|
|
19632
19772
|
"__schema": "TypeRefSchema",
|
|
19633
19773
|
"location": {
|
|
19634
19774
|
"filePath": "scope.main.runtime.ts",
|
|
19635
|
-
"line":
|
|
19775
|
+
"line": 1205,
|
|
19636
19776
|
"character": 7
|
|
19637
19777
|
},
|
|
19638
19778
|
"name": "OnPostExportSlot",
|
|
@@ -19642,7 +19782,7 @@
|
|
|
19642
19782
|
"__schema": "TypeRefSchema",
|
|
19643
19783
|
"location": {
|
|
19644
19784
|
"filePath": "scope.main.runtime.ts",
|
|
19645
|
-
"line":
|
|
19785
|
+
"line": 1206,
|
|
19646
19786
|
"character": 7
|
|
19647
19787
|
},
|
|
19648
19788
|
"name": "OnPostObjectsPersistSlot",
|
|
@@ -19652,7 +19792,7 @@
|
|
|
19652
19792
|
"__schema": "TypeRefSchema",
|
|
19653
19793
|
"location": {
|
|
19654
19794
|
"filePath": "scope.main.runtime.ts",
|
|
19655
|
-
"line":
|
|
19795
|
+
"line": 1207,
|
|
19656
19796
|
"character": 7
|
|
19657
19797
|
},
|
|
19658
19798
|
"name": "OnPreFetchObjectsSlot",
|
|
@@ -19662,7 +19802,7 @@
|
|
|
19662
19802
|
"__schema": "TypeRefSchema",
|
|
19663
19803
|
"location": {
|
|
19664
19804
|
"filePath": "scope.main.runtime.ts",
|
|
19665
|
-
"line":
|
|
19805
|
+
"line": 1208,
|
|
19666
19806
|
"character": 7
|
|
19667
19807
|
},
|
|
19668
19808
|
"name": "OnCompAspectReCalcSlot",
|
|
@@ -19677,7 +19817,7 @@
|
|
|
19677
19817
|
"__schema": "ParameterSchema",
|
|
19678
19818
|
"location": {
|
|
19679
19819
|
"filePath": "scope.main.runtime.ts",
|
|
19680
|
-
"line":
|
|
19820
|
+
"line": 1210,
|
|
19681
19821
|
"character": 5
|
|
19682
19822
|
},
|
|
19683
19823
|
"name": "harmony",
|
|
@@ -19685,7 +19825,7 @@
|
|
|
19685
19825
|
"__schema": "TypeRefSchema",
|
|
19686
19826
|
"location": {
|
|
19687
19827
|
"filePath": "scope.main.runtime.ts",
|
|
19688
|
-
"line":
|
|
19828
|
+
"line": 1210,
|
|
19689
19829
|
"character": 14
|
|
19690
19830
|
},
|
|
19691
19831
|
"name": "Harmony",
|
|
@@ -19703,7 +19843,7 @@
|
|
|
19703
19843
|
"__schema": "InferenceTypeSchema",
|
|
19704
19844
|
"location": {
|
|
19705
19845
|
"filePath": "scope.main.runtime.ts",
|
|
19706
|
-
"line":
|
|
19846
|
+
"line": 1180,
|
|
19707
19847
|
"character": 3
|
|
19708
19848
|
},
|
|
19709
19849
|
"type": "Promise<ScopeMain | undefined>"
|
|
@@ -19737,7 +19877,7 @@
|
|
|
19737
19877
|
"_legacy": {
|
|
19738
19878
|
"scope": "teambit.scope",
|
|
19739
19879
|
"name": "scope",
|
|
19740
|
-
"version": "1.0.
|
|
19880
|
+
"version": "1.0.242"
|
|
19741
19881
|
},
|
|
19742
19882
|
"_scope": "teambit.scope"
|
|
19743
19883
|
}
|
|
@@ -20399,7 +20539,7 @@
|
|
|
20399
20539
|
"__schema": "UnImplementedSchema",
|
|
20400
20540
|
"location": {
|
|
20401
20541
|
"filePath": "scope.main.runtime.ts",
|
|
20402
|
-
"line":
|
|
20542
|
+
"line": 1303,
|
|
20403
20543
|
"character": 1
|
|
20404
20544
|
},
|
|
20405
20545
|
"name": "ScopeAspect.addRuntime(ScopeMain);",
|
|
@@ -23684,7 +23824,7 @@
|
|
|
23684
23824
|
"componentId": {
|
|
23685
23825
|
"scope": "teambit.scope",
|
|
23686
23826
|
"name": "scope",
|
|
23687
|
-
"version": "1.0.
|
|
23827
|
+
"version": "1.0.242"
|
|
23688
23828
|
},
|
|
23689
23829
|
"taggedModuleExports": []
|
|
23690
23830
|
}
|