@teambit/workspace 1.0.186 → 1.0.187
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_workspace_workspace-preview.js +1 -1
- package/artifacts/schema.json +631 -525
- package/dist/bit-map.js +3 -2
- package/dist/bit-map.js.map +1 -1
- package/dist/{preview-1709781440634.js → preview-1709867881461.js} +2 -2
- package/dist/workspace.d.ts +6 -1
- package/dist/workspace.js +11 -3
- package/dist/workspace.js.map +1 -1
- package/package.json +23 -23
package/artifacts/schema.json
CHANGED
|
@@ -7347,17 +7347,49 @@
|
|
|
7347
7347
|
"__schema": "FunctionLikeSchema",
|
|
7348
7348
|
"location": {
|
|
7349
7349
|
"filePath": "workspace.ts",
|
|
7350
|
-
"line":
|
|
7350
|
+
"line": 1393,
|
|
7351
7351
|
"character": 3
|
|
7352
7352
|
},
|
|
7353
|
-
"
|
|
7353
|
+
"doc": {
|
|
7354
|
+
"__schema": "DocSchema",
|
|
7355
|
+
"location": {
|
|
7356
|
+
"filePath": "workspace.ts",
|
|
7357
|
+
"line": 1388,
|
|
7358
|
+
"character": 3
|
|
7359
|
+
},
|
|
7360
|
+
"raw": "/**\n * @param scopeName\n * @param includeComponents whether to update new components in the workspace to use the new default-scope\n * this is relevant only for new components that were using the previous default-scope\n */",
|
|
7361
|
+
"tags": [
|
|
7362
|
+
{
|
|
7363
|
+
"__schema": "PropertyLikeTagSchema",
|
|
7364
|
+
"location": {
|
|
7365
|
+
"filePath": "workspace.ts",
|
|
7366
|
+
"line": 1389,
|
|
7367
|
+
"character": 6
|
|
7368
|
+
},
|
|
7369
|
+
"name": "scopeName",
|
|
7370
|
+
"tagName": "parameter"
|
|
7371
|
+
},
|
|
7372
|
+
{
|
|
7373
|
+
"__schema": "PropertyLikeTagSchema",
|
|
7374
|
+
"location": {
|
|
7375
|
+
"filePath": "workspace.ts",
|
|
7376
|
+
"line": 1390,
|
|
7377
|
+
"character": 6
|
|
7378
|
+
},
|
|
7379
|
+
"name": "includeComponents",
|
|
7380
|
+
"tagName": "parameter",
|
|
7381
|
+
"comment": "whether to update new components in the workspace to use the new default-scope\nthis is relevant only for new components that were using the previous default-scope"
|
|
7382
|
+
}
|
|
7383
|
+
]
|
|
7384
|
+
},
|
|
7385
|
+
"signature": "(method) Workspace.setDefaultScope(scopeName: string, includeComponents?: boolean): Promise<void>",
|
|
7354
7386
|
"name": "setDefaultScope",
|
|
7355
7387
|
"params": [
|
|
7356
7388
|
{
|
|
7357
7389
|
"__schema": "ParameterSchema",
|
|
7358
7390
|
"location": {
|
|
7359
7391
|
"filePath": "workspace.ts",
|
|
7360
|
-
"line":
|
|
7392
|
+
"line": 1393,
|
|
7361
7393
|
"character": 25
|
|
7362
7394
|
},
|
|
7363
7395
|
"name": "scopeName",
|
|
@@ -7365,20 +7397,41 @@
|
|
|
7365
7397
|
"__schema": "KeywordTypeSchema",
|
|
7366
7398
|
"location": {
|
|
7367
7399
|
"filePath": "workspace.ts",
|
|
7368
|
-
"line":
|
|
7400
|
+
"line": 1393,
|
|
7369
7401
|
"character": 36
|
|
7370
7402
|
},
|
|
7371
7403
|
"name": "string"
|
|
7372
7404
|
},
|
|
7373
7405
|
"isOptional": false,
|
|
7374
7406
|
"isSpread": false
|
|
7407
|
+
},
|
|
7408
|
+
{
|
|
7409
|
+
"__schema": "ParameterSchema",
|
|
7410
|
+
"location": {
|
|
7411
|
+
"filePath": "workspace.ts",
|
|
7412
|
+
"line": 1393,
|
|
7413
|
+
"character": 44
|
|
7414
|
+
},
|
|
7415
|
+
"name": "includeComponents",
|
|
7416
|
+
"type": {
|
|
7417
|
+
"__schema": "InferenceTypeSchema",
|
|
7418
|
+
"location": {
|
|
7419
|
+
"filePath": "workspace.ts",
|
|
7420
|
+
"line": 1393,
|
|
7421
|
+
"character": 44
|
|
7422
|
+
},
|
|
7423
|
+
"type": "boolean"
|
|
7424
|
+
},
|
|
7425
|
+
"isOptional": true,
|
|
7426
|
+
"defaultValue": "true",
|
|
7427
|
+
"isSpread": false
|
|
7375
7428
|
}
|
|
7376
7429
|
],
|
|
7377
7430
|
"returnType": {
|
|
7378
7431
|
"__schema": "InferenceTypeSchema",
|
|
7379
7432
|
"location": {
|
|
7380
7433
|
"filePath": "workspace.ts",
|
|
7381
|
-
"line":
|
|
7434
|
+
"line": 1393,
|
|
7382
7435
|
"character": 3
|
|
7383
7436
|
},
|
|
7384
7437
|
"type": "Promise<void>"
|
|
@@ -7391,7 +7444,7 @@
|
|
|
7391
7444
|
"__schema": "FunctionLikeSchema",
|
|
7392
7445
|
"location": {
|
|
7393
7446
|
"filePath": "workspace.ts",
|
|
7394
|
-
"line":
|
|
7447
|
+
"line": 1416,
|
|
7395
7448
|
"character": 3
|
|
7396
7449
|
},
|
|
7397
7450
|
"signature": "(method) Workspace.addSpecificComponentConfig(id: ComponentID, aspectId: string, config?: Record<string, any>, { shouldMergeWithExisting, shouldMergeWithPrevious, }?: {\n shouldMergeWithExisting?: boolean;\n shouldMergeWithPrevious?: boolean;\n}): Promise<void>",
|
|
@@ -7401,7 +7454,7 @@
|
|
|
7401
7454
|
"__schema": "ParameterSchema",
|
|
7402
7455
|
"location": {
|
|
7403
7456
|
"filePath": "workspace.ts",
|
|
7404
|
-
"line":
|
|
7457
|
+
"line": 1417,
|
|
7405
7458
|
"character": 5
|
|
7406
7459
|
},
|
|
7407
7460
|
"name": "id",
|
|
@@ -7409,7 +7462,7 @@
|
|
|
7409
7462
|
"__schema": "TypeRefSchema",
|
|
7410
7463
|
"location": {
|
|
7411
7464
|
"filePath": "workspace.ts",
|
|
7412
|
-
"line":
|
|
7465
|
+
"line": 1417,
|
|
7413
7466
|
"character": 9
|
|
7414
7467
|
},
|
|
7415
7468
|
"name": "ComponentID"
|
|
@@ -7421,7 +7474,7 @@
|
|
|
7421
7474
|
"__schema": "ParameterSchema",
|
|
7422
7475
|
"location": {
|
|
7423
7476
|
"filePath": "workspace.ts",
|
|
7424
|
-
"line":
|
|
7477
|
+
"line": 1418,
|
|
7425
7478
|
"character": 5
|
|
7426
7479
|
},
|
|
7427
7480
|
"name": "aspectId",
|
|
@@ -7429,7 +7482,7 @@
|
|
|
7429
7482
|
"__schema": "KeywordTypeSchema",
|
|
7430
7483
|
"location": {
|
|
7431
7484
|
"filePath": "workspace.ts",
|
|
7432
|
-
"line":
|
|
7485
|
+
"line": 1418,
|
|
7433
7486
|
"character": 15
|
|
7434
7487
|
},
|
|
7435
7488
|
"name": "string"
|
|
@@ -7441,7 +7494,7 @@
|
|
|
7441
7494
|
"__schema": "ParameterSchema",
|
|
7442
7495
|
"location": {
|
|
7443
7496
|
"filePath": "workspace.ts",
|
|
7444
|
-
"line":
|
|
7497
|
+
"line": 1419,
|
|
7445
7498
|
"character": 5
|
|
7446
7499
|
},
|
|
7447
7500
|
"name": "config",
|
|
@@ -7449,7 +7502,7 @@
|
|
|
7449
7502
|
"__schema": "TypeRefSchema",
|
|
7450
7503
|
"location": {
|
|
7451
7504
|
"filePath": "workspace.ts",
|
|
7452
|
-
"line":
|
|
7505
|
+
"line": 1419,
|
|
7453
7506
|
"character": 13
|
|
7454
7507
|
},
|
|
7455
7508
|
"name": "Record",
|
|
@@ -7458,7 +7511,7 @@
|
|
|
7458
7511
|
"__schema": "KeywordTypeSchema",
|
|
7459
7512
|
"location": {
|
|
7460
7513
|
"filePath": "workspace.ts",
|
|
7461
|
-
"line":
|
|
7514
|
+
"line": 1419,
|
|
7462
7515
|
"character": 20
|
|
7463
7516
|
},
|
|
7464
7517
|
"name": "string"
|
|
@@ -7467,7 +7520,7 @@
|
|
|
7467
7520
|
"__schema": "KeywordTypeSchema",
|
|
7468
7521
|
"location": {
|
|
7469
7522
|
"filePath": "workspace.ts",
|
|
7470
|
-
"line":
|
|
7523
|
+
"line": 1419,
|
|
7471
7524
|
"character": 28
|
|
7472
7525
|
},
|
|
7473
7526
|
"name": "any"
|
|
@@ -7482,7 +7535,7 @@
|
|
|
7482
7535
|
"__schema": "ParameterSchema",
|
|
7483
7536
|
"location": {
|
|
7484
7537
|
"filePath": "workspace.ts",
|
|
7485
|
-
"line":
|
|
7538
|
+
"line": 1420,
|
|
7486
7539
|
"character": 5
|
|
7487
7540
|
},
|
|
7488
7541
|
"name": "{ shouldMergeWithExisting, shouldMergeWithPrevious }",
|
|
@@ -7490,7 +7543,7 @@
|
|
|
7490
7543
|
"__schema": "TypeLiteralSchema",
|
|
7491
7544
|
"location": {
|
|
7492
7545
|
"filePath": "workspace.ts",
|
|
7493
|
-
"line":
|
|
7546
|
+
"line": 1423,
|
|
7494
7547
|
"character": 8
|
|
7495
7548
|
},
|
|
7496
7549
|
"members": [
|
|
@@ -7498,7 +7551,7 @@
|
|
|
7498
7551
|
"__schema": "VariableLikeSchema",
|
|
7499
7552
|
"location": {
|
|
7500
7553
|
"filePath": "workspace.ts",
|
|
7501
|
-
"line":
|
|
7554
|
+
"line": 1424,
|
|
7502
7555
|
"character": 7
|
|
7503
7556
|
},
|
|
7504
7557
|
"signature": "(property) shouldMergeWithExisting?: boolean | undefined",
|
|
@@ -7507,7 +7560,7 @@
|
|
|
7507
7560
|
"__schema": "KeywordTypeSchema",
|
|
7508
7561
|
"location": {
|
|
7509
7562
|
"filePath": "workspace.ts",
|
|
7510
|
-
"line":
|
|
7563
|
+
"line": 1424,
|
|
7511
7564
|
"character": 33
|
|
7512
7565
|
},
|
|
7513
7566
|
"name": "boolean"
|
|
@@ -7518,14 +7571,14 @@
|
|
|
7518
7571
|
"__schema": "VariableLikeSchema",
|
|
7519
7572
|
"location": {
|
|
7520
7573
|
"filePath": "workspace.ts",
|
|
7521
|
-
"line":
|
|
7574
|
+
"line": 1429,
|
|
7522
7575
|
"character": 7
|
|
7523
7576
|
},
|
|
7524
7577
|
"doc": {
|
|
7525
7578
|
"__schema": "DocSchema",
|
|
7526
7579
|
"location": {
|
|
7527
7580
|
"filePath": "workspace.ts",
|
|
7528
|
-
"line":
|
|
7581
|
+
"line": 1425,
|
|
7529
7582
|
"character": 7
|
|
7530
7583
|
},
|
|
7531
7584
|
"raw": "/**\n * relevant only when writing to .bitmap.\n * eject config of the given aspect-id, so then it won't override previous config. (see \"adding prod dep, tagging then adding devDep\" e2e-test)\n */",
|
|
@@ -7537,7 +7590,7 @@
|
|
|
7537
7590
|
"__schema": "KeywordTypeSchema",
|
|
7538
7591
|
"location": {
|
|
7539
7592
|
"filePath": "workspace.ts",
|
|
7540
|
-
"line":
|
|
7593
|
+
"line": 1429,
|
|
7541
7594
|
"character": 33
|
|
7542
7595
|
},
|
|
7543
7596
|
"name": "boolean"
|
|
@@ -7553,7 +7606,7 @@
|
|
|
7553
7606
|
"__schema": "VariableLikeSchema",
|
|
7554
7607
|
"location": {
|
|
7555
7608
|
"filePath": "workspace.ts",
|
|
7556
|
-
"line":
|
|
7609
|
+
"line": 1424,
|
|
7557
7610
|
"character": 7
|
|
7558
7611
|
},
|
|
7559
7612
|
"signature": "(property) shouldMergeWithExisting?: boolean | undefined",
|
|
@@ -7562,7 +7615,7 @@
|
|
|
7562
7615
|
"__schema": "KeywordTypeSchema",
|
|
7563
7616
|
"location": {
|
|
7564
7617
|
"filePath": "workspace.ts",
|
|
7565
|
-
"line":
|
|
7618
|
+
"line": 1424,
|
|
7566
7619
|
"character": 33
|
|
7567
7620
|
},
|
|
7568
7621
|
"name": "boolean"
|
|
@@ -7573,14 +7626,14 @@
|
|
|
7573
7626
|
"__schema": "VariableLikeSchema",
|
|
7574
7627
|
"location": {
|
|
7575
7628
|
"filePath": "workspace.ts",
|
|
7576
|
-
"line":
|
|
7629
|
+
"line": 1429,
|
|
7577
7630
|
"character": 7
|
|
7578
7631
|
},
|
|
7579
7632
|
"doc": {
|
|
7580
7633
|
"__schema": "DocSchema",
|
|
7581
7634
|
"location": {
|
|
7582
7635
|
"filePath": "workspace.ts",
|
|
7583
|
-
"line":
|
|
7636
|
+
"line": 1425,
|
|
7584
7637
|
"character": 7
|
|
7585
7638
|
},
|
|
7586
7639
|
"raw": "/**\n * relevant only when writing to .bitmap.\n * eject config of the given aspect-id, so then it won't override previous config. (see \"adding prod dep, tagging then adding devDep\" e2e-test)\n */",
|
|
@@ -7592,7 +7645,7 @@
|
|
|
7592
7645
|
"__schema": "KeywordTypeSchema",
|
|
7593
7646
|
"location": {
|
|
7594
7647
|
"filePath": "workspace.ts",
|
|
7595
|
-
"line":
|
|
7648
|
+
"line": 1429,
|
|
7596
7649
|
"character": 33
|
|
7597
7650
|
},
|
|
7598
7651
|
"name": "boolean"
|
|
@@ -7607,7 +7660,7 @@
|
|
|
7607
7660
|
"__schema": "InferenceTypeSchema",
|
|
7608
7661
|
"location": {
|
|
7609
7662
|
"filePath": "workspace.ts",
|
|
7610
|
-
"line":
|
|
7663
|
+
"line": 1416,
|
|
7611
7664
|
"character": 3
|
|
7612
7665
|
},
|
|
7613
7666
|
"type": "Promise<void>"
|
|
@@ -7620,7 +7673,7 @@
|
|
|
7620
7673
|
"__schema": "FunctionLikeSchema",
|
|
7621
7674
|
"location": {
|
|
7622
7675
|
"filePath": "workspace.ts",
|
|
7623
|
-
"line":
|
|
7676
|
+
"line": 1451,
|
|
7624
7677
|
"character": 3
|
|
7625
7678
|
},
|
|
7626
7679
|
"signature": "(method) Workspace.removeSpecificComponentConfig(id: ComponentID, aspectId: string, markWithMinusIfNotExist?: boolean): Promise<void>",
|
|
@@ -7630,7 +7683,7 @@
|
|
|
7630
7683
|
"__schema": "ParameterSchema",
|
|
7631
7684
|
"location": {
|
|
7632
7685
|
"filePath": "workspace.ts",
|
|
7633
|
-
"line":
|
|
7686
|
+
"line": 1451,
|
|
7634
7687
|
"character": 39
|
|
7635
7688
|
},
|
|
7636
7689
|
"name": "id",
|
|
@@ -7638,7 +7691,7 @@
|
|
|
7638
7691
|
"__schema": "TypeRefSchema",
|
|
7639
7692
|
"location": {
|
|
7640
7693
|
"filePath": "workspace.ts",
|
|
7641
|
-
"line":
|
|
7694
|
+
"line": 1451,
|
|
7642
7695
|
"character": 43
|
|
7643
7696
|
},
|
|
7644
7697
|
"name": "ComponentID"
|
|
@@ -7650,7 +7703,7 @@
|
|
|
7650
7703
|
"__schema": "ParameterSchema",
|
|
7651
7704
|
"location": {
|
|
7652
7705
|
"filePath": "workspace.ts",
|
|
7653
|
-
"line":
|
|
7706
|
+
"line": 1451,
|
|
7654
7707
|
"character": 56
|
|
7655
7708
|
},
|
|
7656
7709
|
"name": "aspectId",
|
|
@@ -7658,7 +7711,7 @@
|
|
|
7658
7711
|
"__schema": "KeywordTypeSchema",
|
|
7659
7712
|
"location": {
|
|
7660
7713
|
"filePath": "workspace.ts",
|
|
7661
|
-
"line":
|
|
7714
|
+
"line": 1451,
|
|
7662
7715
|
"character": 66
|
|
7663
7716
|
},
|
|
7664
7717
|
"name": "string"
|
|
@@ -7670,7 +7723,7 @@
|
|
|
7670
7723
|
"__schema": "ParameterSchema",
|
|
7671
7724
|
"location": {
|
|
7672
7725
|
"filePath": "workspace.ts",
|
|
7673
|
-
"line":
|
|
7726
|
+
"line": 1451,
|
|
7674
7727
|
"character": 74
|
|
7675
7728
|
},
|
|
7676
7729
|
"name": "markWithMinusIfNotExist",
|
|
@@ -7678,7 +7731,7 @@
|
|
|
7678
7731
|
"__schema": "InferenceTypeSchema",
|
|
7679
7732
|
"location": {
|
|
7680
7733
|
"filePath": "workspace.ts",
|
|
7681
|
-
"line":
|
|
7734
|
+
"line": 1451,
|
|
7682
7735
|
"character": 74
|
|
7683
7736
|
},
|
|
7684
7737
|
"type": "boolean"
|
|
@@ -7692,7 +7745,7 @@
|
|
|
7692
7745
|
"__schema": "InferenceTypeSchema",
|
|
7693
7746
|
"location": {
|
|
7694
7747
|
"filePath": "workspace.ts",
|
|
7695
|
-
"line":
|
|
7748
|
+
"line": 1451,
|
|
7696
7749
|
"character": 3
|
|
7697
7750
|
},
|
|
7698
7751
|
"type": "Promise<void>"
|
|
@@ -7705,7 +7758,7 @@
|
|
|
7705
7758
|
"__schema": "FunctionLikeSchema",
|
|
7706
7759
|
"location": {
|
|
7707
7760
|
"filePath": "workspace.ts",
|
|
7708
|
-
"line":
|
|
7761
|
+
"line": 1461,
|
|
7709
7762
|
"character": 3
|
|
7710
7763
|
},
|
|
7711
7764
|
"signature": "(method) Workspace.getAspectIdFromConfig(componentId: ComponentID, aspectIdStr: string, ignoreAspectVersion?: boolean): Promise<string | undefined>",
|
|
@@ -7715,7 +7768,7 @@
|
|
|
7715
7768
|
"__schema": "ParameterSchema",
|
|
7716
7769
|
"location": {
|
|
7717
7770
|
"filePath": "workspace.ts",
|
|
7718
|
-
"line":
|
|
7771
|
+
"line": 1462,
|
|
7719
7772
|
"character": 5
|
|
7720
7773
|
},
|
|
7721
7774
|
"name": "componentId",
|
|
@@ -7723,7 +7776,7 @@
|
|
|
7723
7776
|
"__schema": "TypeRefSchema",
|
|
7724
7777
|
"location": {
|
|
7725
7778
|
"filePath": "workspace.ts",
|
|
7726
|
-
"line":
|
|
7779
|
+
"line": 1462,
|
|
7727
7780
|
"character": 18
|
|
7728
7781
|
},
|
|
7729
7782
|
"name": "ComponentID"
|
|
@@ -7735,7 +7788,7 @@
|
|
|
7735
7788
|
"__schema": "ParameterSchema",
|
|
7736
7789
|
"location": {
|
|
7737
7790
|
"filePath": "workspace.ts",
|
|
7738
|
-
"line":
|
|
7791
|
+
"line": 1463,
|
|
7739
7792
|
"character": 5
|
|
7740
7793
|
},
|
|
7741
7794
|
"name": "aspectIdStr",
|
|
@@ -7743,7 +7796,7 @@
|
|
|
7743
7796
|
"__schema": "KeywordTypeSchema",
|
|
7744
7797
|
"location": {
|
|
7745
7798
|
"filePath": "workspace.ts",
|
|
7746
|
-
"line":
|
|
7799
|
+
"line": 1463,
|
|
7747
7800
|
"character": 18
|
|
7748
7801
|
},
|
|
7749
7802
|
"name": "string"
|
|
@@ -7755,7 +7808,7 @@
|
|
|
7755
7808
|
"__schema": "ParameterSchema",
|
|
7756
7809
|
"location": {
|
|
7757
7810
|
"filePath": "workspace.ts",
|
|
7758
|
-
"line":
|
|
7811
|
+
"line": 1464,
|
|
7759
7812
|
"character": 5
|
|
7760
7813
|
},
|
|
7761
7814
|
"name": "ignoreAspectVersion",
|
|
@@ -7763,7 +7816,7 @@
|
|
|
7763
7816
|
"__schema": "InferenceTypeSchema",
|
|
7764
7817
|
"location": {
|
|
7765
7818
|
"filePath": "workspace.ts",
|
|
7766
|
-
"line":
|
|
7819
|
+
"line": 1464,
|
|
7767
7820
|
"character": 5
|
|
7768
7821
|
},
|
|
7769
7822
|
"type": "boolean"
|
|
@@ -7777,7 +7830,7 @@
|
|
|
7777
7830
|
"__schema": "TypeRefSchema",
|
|
7778
7831
|
"location": {
|
|
7779
7832
|
"filePath": "workspace.ts",
|
|
7780
|
-
"line":
|
|
7833
|
+
"line": 1465,
|
|
7781
7834
|
"character": 6
|
|
7782
7835
|
},
|
|
7783
7836
|
"name": "Promise",
|
|
@@ -7786,7 +7839,7 @@
|
|
|
7786
7839
|
"__schema": "TypeUnionSchema",
|
|
7787
7840
|
"location": {
|
|
7788
7841
|
"filePath": "workspace.ts",
|
|
7789
|
-
"line":
|
|
7842
|
+
"line": 1465,
|
|
7790
7843
|
"character": 14
|
|
7791
7844
|
},
|
|
7792
7845
|
"types": [
|
|
@@ -7794,7 +7847,7 @@
|
|
|
7794
7847
|
"__schema": "KeywordTypeSchema",
|
|
7795
7848
|
"location": {
|
|
7796
7849
|
"filePath": "workspace.ts",
|
|
7797
|
-
"line":
|
|
7850
|
+
"line": 1465,
|
|
7798
7851
|
"character": 14
|
|
7799
7852
|
},
|
|
7800
7853
|
"name": "string"
|
|
@@ -7803,7 +7856,7 @@
|
|
|
7803
7856
|
"__schema": "KeywordTypeSchema",
|
|
7804
7857
|
"location": {
|
|
7805
7858
|
"filePath": "workspace.ts",
|
|
7806
|
-
"line":
|
|
7859
|
+
"line": 1465,
|
|
7807
7860
|
"character": 23
|
|
7808
7861
|
},
|
|
7809
7862
|
"name": "undefined"
|
|
@@ -7820,7 +7873,7 @@
|
|
|
7820
7873
|
"__schema": "FunctionLikeSchema",
|
|
7821
7874
|
"location": {
|
|
7822
7875
|
"filePath": "workspace.ts",
|
|
7823
|
-
"line":
|
|
7876
|
+
"line": 1471,
|
|
7824
7877
|
"character": 3
|
|
7825
7878
|
},
|
|
7826
7879
|
"signature": "(method) Workspace.getSpecificComponentConfig(id: ComponentID, aspectId: string): Promise<any>",
|
|
@@ -7830,7 +7883,7 @@
|
|
|
7830
7883
|
"__schema": "ParameterSchema",
|
|
7831
7884
|
"location": {
|
|
7832
7885
|
"filePath": "workspace.ts",
|
|
7833
|
-
"line":
|
|
7886
|
+
"line": 1471,
|
|
7834
7887
|
"character": 36
|
|
7835
7888
|
},
|
|
7836
7889
|
"name": "id",
|
|
@@ -7838,7 +7891,7 @@
|
|
|
7838
7891
|
"__schema": "TypeRefSchema",
|
|
7839
7892
|
"location": {
|
|
7840
7893
|
"filePath": "workspace.ts",
|
|
7841
|
-
"line":
|
|
7894
|
+
"line": 1471,
|
|
7842
7895
|
"character": 40
|
|
7843
7896
|
},
|
|
7844
7897
|
"name": "ComponentID"
|
|
@@ -7850,7 +7903,7 @@
|
|
|
7850
7903
|
"__schema": "ParameterSchema",
|
|
7851
7904
|
"location": {
|
|
7852
7905
|
"filePath": "workspace.ts",
|
|
7853
|
-
"line":
|
|
7906
|
+
"line": 1471,
|
|
7854
7907
|
"character": 53
|
|
7855
7908
|
},
|
|
7856
7909
|
"name": "aspectId",
|
|
@@ -7858,7 +7911,7 @@
|
|
|
7858
7911
|
"__schema": "KeywordTypeSchema",
|
|
7859
7912
|
"location": {
|
|
7860
7913
|
"filePath": "workspace.ts",
|
|
7861
|
-
"line":
|
|
7914
|
+
"line": 1471,
|
|
7862
7915
|
"character": 63
|
|
7863
7916
|
},
|
|
7864
7917
|
"name": "string"
|
|
@@ -7871,7 +7924,7 @@
|
|
|
7871
7924
|
"__schema": "TypeRefSchema",
|
|
7872
7925
|
"location": {
|
|
7873
7926
|
"filePath": "workspace.ts",
|
|
7874
|
-
"line":
|
|
7927
|
+
"line": 1471,
|
|
7875
7928
|
"character": 72
|
|
7876
7929
|
},
|
|
7877
7930
|
"name": "Promise",
|
|
@@ -7880,7 +7933,7 @@
|
|
|
7880
7933
|
"__schema": "KeywordTypeSchema",
|
|
7881
7934
|
"location": {
|
|
7882
7935
|
"filePath": "workspace.ts",
|
|
7883
|
-
"line":
|
|
7936
|
+
"line": 1471,
|
|
7884
7937
|
"character": 80
|
|
7885
7938
|
},
|
|
7886
7939
|
"name": "any"
|
|
@@ -7895,14 +7948,14 @@
|
|
|
7895
7948
|
"__schema": "FunctionLikeSchema",
|
|
7896
7949
|
"location": {
|
|
7897
7950
|
"filePath": "workspace.ts",
|
|
7898
|
-
"line":
|
|
7951
|
+
"line": 1492,
|
|
7899
7952
|
"character": 3
|
|
7900
7953
|
},
|
|
7901
7954
|
"doc": {
|
|
7902
7955
|
"__schema": "DocSchema",
|
|
7903
7956
|
"location": {
|
|
7904
7957
|
"filePath": "workspace.ts",
|
|
7905
|
-
"line":
|
|
7958
|
+
"line": 1488,
|
|
7906
7959
|
"character": 3
|
|
7907
7960
|
},
|
|
7908
7961
|
"raw": "/**\n * return the component config from its folder (component.json)\n * @param componentId\n */",
|
|
@@ -7912,7 +7965,7 @@
|
|
|
7912
7965
|
"__schema": "PropertyLikeTagSchema",
|
|
7913
7966
|
"location": {
|
|
7914
7967
|
"filePath": "workspace.ts",
|
|
7915
|
-
"line":
|
|
7968
|
+
"line": 1490,
|
|
7916
7969
|
"character": 6
|
|
7917
7970
|
},
|
|
7918
7971
|
"name": "componentId",
|
|
@@ -7927,7 +7980,7 @@
|
|
|
7927
7980
|
"__schema": "ParameterSchema",
|
|
7928
7981
|
"location": {
|
|
7929
7982
|
"filePath": "workspace.ts",
|
|
7930
|
-
"line":
|
|
7983
|
+
"line": 1492,
|
|
7931
7984
|
"character": 36
|
|
7932
7985
|
},
|
|
7933
7986
|
"name": "id",
|
|
@@ -7935,7 +7988,7 @@
|
|
|
7935
7988
|
"__schema": "TypeRefSchema",
|
|
7936
7989
|
"location": {
|
|
7937
7990
|
"filePath": "workspace.ts",
|
|
7938
|
-
"line":
|
|
7991
|
+
"line": 1492,
|
|
7939
7992
|
"character": 40
|
|
7940
7993
|
},
|
|
7941
7994
|
"name": "ComponentID"
|
|
@@ -7948,7 +8001,7 @@
|
|
|
7948
8001
|
"__schema": "TypeRefSchema",
|
|
7949
8002
|
"location": {
|
|
7950
8003
|
"filePath": "workspace.ts",
|
|
7951
|
-
"line":
|
|
8004
|
+
"line": 1492,
|
|
7952
8005
|
"character": 54
|
|
7953
8006
|
},
|
|
7954
8007
|
"name": "Promise",
|
|
@@ -7957,7 +8010,7 @@
|
|
|
7957
8010
|
"__schema": "TypeUnionSchema",
|
|
7958
8011
|
"location": {
|
|
7959
8012
|
"filePath": "workspace.ts",
|
|
7960
|
-
"line":
|
|
8013
|
+
"line": 1492,
|
|
7961
8014
|
"character": 62
|
|
7962
8015
|
},
|
|
7963
8016
|
"types": [
|
|
@@ -7965,7 +8018,7 @@
|
|
|
7965
8018
|
"__schema": "TypeRefSchema",
|
|
7966
8019
|
"location": {
|
|
7967
8020
|
"filePath": "workspace.ts",
|
|
7968
|
-
"line":
|
|
8021
|
+
"line": 1492,
|
|
7969
8022
|
"character": 62
|
|
7970
8023
|
},
|
|
7971
8024
|
"name": "ComponentConfigFile"
|
|
@@ -7974,7 +8027,7 @@
|
|
|
7974
8027
|
"__schema": "KeywordTypeSchema",
|
|
7975
8028
|
"location": {
|
|
7976
8029
|
"filePath": "workspace.ts",
|
|
7977
|
-
"line":
|
|
8030
|
+
"line": 1492,
|
|
7978
8031
|
"character": 84
|
|
7979
8032
|
},
|
|
7980
8033
|
"name": "undefined"
|
|
@@ -7992,14 +8045,14 @@
|
|
|
7992
8045
|
"__schema": "FunctionLikeSchema",
|
|
7993
8046
|
"location": {
|
|
7994
8047
|
"filePath": "workspace.ts",
|
|
7995
|
-
"line":
|
|
8048
|
+
"line": 1500,
|
|
7996
8049
|
"character": 3
|
|
7997
8050
|
},
|
|
7998
8051
|
"doc": {
|
|
7999
8052
|
"__schema": "DocSchema",
|
|
8000
8053
|
"location": {
|
|
8001
8054
|
"filePath": "workspace.ts",
|
|
8002
|
-
"line":
|
|
8055
|
+
"line": 1497,
|
|
8003
8056
|
"character": 3
|
|
8004
8057
|
},
|
|
8005
8058
|
"raw": "/**\n * @param componentPath can be relative or absolute. supports Linux and Windows\n */",
|
|
@@ -8008,7 +8061,7 @@
|
|
|
8008
8061
|
"__schema": "PropertyLikeTagSchema",
|
|
8009
8062
|
"location": {
|
|
8010
8063
|
"filePath": "workspace.ts",
|
|
8011
|
-
"line":
|
|
8064
|
+
"line": 1498,
|
|
8012
8065
|
"character": 6
|
|
8013
8066
|
},
|
|
8014
8067
|
"name": "componentPath",
|
|
@@ -8024,7 +8077,7 @@
|
|
|
8024
8077
|
"__schema": "ParameterSchema",
|
|
8025
8078
|
"location": {
|
|
8026
8079
|
"filePath": "workspace.ts",
|
|
8027
|
-
"line":
|
|
8080
|
+
"line": 1500,
|
|
8028
8081
|
"character": 30
|
|
8029
8082
|
},
|
|
8030
8083
|
"name": "componentPath",
|
|
@@ -8032,7 +8085,7 @@
|
|
|
8032
8085
|
"__schema": "TypeRefSchema",
|
|
8033
8086
|
"location": {
|
|
8034
8087
|
"filePath": "workspace.ts",
|
|
8035
|
-
"line":
|
|
8088
|
+
"line": 1500,
|
|
8036
8089
|
"character": 45
|
|
8037
8090
|
},
|
|
8038
8091
|
"name": "PathOsBased"
|
|
@@ -8045,7 +8098,7 @@
|
|
|
8045
8098
|
"__schema": "TypeRefSchema",
|
|
8046
8099
|
"location": {
|
|
8047
8100
|
"filePath": "workspace.ts",
|
|
8048
|
-
"line":
|
|
8101
|
+
"line": 1500,
|
|
8049
8102
|
"character": 59
|
|
8050
8103
|
},
|
|
8051
8104
|
"name": "Promise",
|
|
@@ -8054,7 +8107,7 @@
|
|
|
8054
8107
|
"__schema": "TypeUnionSchema",
|
|
8055
8108
|
"location": {
|
|
8056
8109
|
"filePath": "workspace.ts",
|
|
8057
|
-
"line":
|
|
8110
|
+
"line": 1500,
|
|
8058
8111
|
"character": 67
|
|
8059
8112
|
},
|
|
8060
8113
|
"types": [
|
|
@@ -8062,7 +8115,7 @@
|
|
|
8062
8115
|
"__schema": "TypeRefSchema",
|
|
8063
8116
|
"location": {
|
|
8064
8117
|
"filePath": "workspace.ts",
|
|
8065
|
-
"line":
|
|
8118
|
+
"line": 1500,
|
|
8066
8119
|
"character": 67
|
|
8067
8120
|
},
|
|
8068
8121
|
"name": "ComponentID"
|
|
@@ -8071,7 +8124,7 @@
|
|
|
8071
8124
|
"__schema": "KeywordTypeSchema",
|
|
8072
8125
|
"location": {
|
|
8073
8126
|
"filePath": "workspace.ts",
|
|
8074
|
-
"line":
|
|
8127
|
+
"line": 1500,
|
|
8075
8128
|
"character": 81
|
|
8076
8129
|
},
|
|
8077
8130
|
"name": "undefined"
|
|
@@ -8088,14 +8141,14 @@
|
|
|
8088
8141
|
"__schema": "FunctionLikeSchema",
|
|
8089
8142
|
"location": {
|
|
8090
8143
|
"filePath": "workspace.ts",
|
|
8091
|
-
"line":
|
|
8144
|
+
"line": 1533,
|
|
8092
8145
|
"character": 3
|
|
8093
8146
|
},
|
|
8094
8147
|
"doc": {
|
|
8095
8148
|
"__schema": "DocSchema",
|
|
8096
8149
|
"location": {
|
|
8097
8150
|
"filePath": "workspace.ts",
|
|
8098
|
-
"line":
|
|
8151
|
+
"line": 1529,
|
|
8099
8152
|
"character": 3
|
|
8100
8153
|
},
|
|
8101
8154
|
"raw": "/**\n * load aspects from the workspace and if not exists in the workspace, load from the scope.\n * keep in mind that the graph may have circles.\n */",
|
|
@@ -8108,7 +8161,7 @@
|
|
|
8108
8161
|
"__schema": "ParameterSchema",
|
|
8109
8162
|
"location": {
|
|
8110
8163
|
"filePath": "workspace.ts",
|
|
8111
|
-
"line":
|
|
8164
|
+
"line": 1534,
|
|
8112
8165
|
"character": 5
|
|
8113
8166
|
},
|
|
8114
8167
|
"name": "ids",
|
|
@@ -8116,14 +8169,14 @@
|
|
|
8116
8169
|
"__schema": "TypeArraySchema",
|
|
8117
8170
|
"location": {
|
|
8118
8171
|
"filePath": "workspace.ts",
|
|
8119
|
-
"line":
|
|
8172
|
+
"line": 1534,
|
|
8120
8173
|
"character": 10
|
|
8121
8174
|
},
|
|
8122
8175
|
"type": {
|
|
8123
8176
|
"__schema": "KeywordTypeSchema",
|
|
8124
8177
|
"location": {
|
|
8125
8178
|
"filePath": "workspace.ts",
|
|
8126
|
-
"line":
|
|
8179
|
+
"line": 1534,
|
|
8127
8180
|
"character": 10
|
|
8128
8181
|
},
|
|
8129
8182
|
"name": "string"
|
|
@@ -8137,7 +8190,7 @@
|
|
|
8137
8190
|
"__schema": "ParameterSchema",
|
|
8138
8191
|
"location": {
|
|
8139
8192
|
"filePath": "workspace.ts",
|
|
8140
|
-
"line":
|
|
8193
|
+
"line": 1535,
|
|
8141
8194
|
"character": 5
|
|
8142
8195
|
},
|
|
8143
8196
|
"name": "throwOnError",
|
|
@@ -8145,7 +8198,7 @@
|
|
|
8145
8198
|
"__schema": "InferenceTypeSchema",
|
|
8146
8199
|
"location": {
|
|
8147
8200
|
"filePath": "workspace.ts",
|
|
8148
|
-
"line":
|
|
8201
|
+
"line": 1535,
|
|
8149
8202
|
"character": 5
|
|
8150
8203
|
},
|
|
8151
8204
|
"type": "boolean"
|
|
@@ -8158,7 +8211,7 @@
|
|
|
8158
8211
|
"__schema": "ParameterSchema",
|
|
8159
8212
|
"location": {
|
|
8160
8213
|
"filePath": "workspace.ts",
|
|
8161
|
-
"line":
|
|
8214
|
+
"line": 1536,
|
|
8162
8215
|
"character": 5
|
|
8163
8216
|
},
|
|
8164
8217
|
"name": "neededFor",
|
|
@@ -8166,7 +8219,7 @@
|
|
|
8166
8219
|
"__schema": "KeywordTypeSchema",
|
|
8167
8220
|
"location": {
|
|
8168
8221
|
"filePath": "workspace.ts",
|
|
8169
|
-
"line":
|
|
8222
|
+
"line": 1536,
|
|
8170
8223
|
"character": 17
|
|
8171
8224
|
},
|
|
8172
8225
|
"name": "string"
|
|
@@ -8178,7 +8231,7 @@
|
|
|
8178
8231
|
"__schema": "ParameterSchema",
|
|
8179
8232
|
"location": {
|
|
8180
8233
|
"filePath": "workspace.ts",
|
|
8181
|
-
"line":
|
|
8234
|
+
"line": 1537,
|
|
8182
8235
|
"character": 5
|
|
8183
8236
|
},
|
|
8184
8237
|
"name": "opts",
|
|
@@ -8186,7 +8239,7 @@
|
|
|
8186
8239
|
"__schema": "TypeRefSchema",
|
|
8187
8240
|
"location": {
|
|
8188
8241
|
"filePath": "workspace.ts",
|
|
8189
|
-
"line":
|
|
8242
|
+
"line": 1537,
|
|
8190
8243
|
"character": 11
|
|
8191
8244
|
},
|
|
8192
8245
|
"name": "WorkspaceLoadAspectsOptions"
|
|
@@ -8200,7 +8253,7 @@
|
|
|
8200
8253
|
"__schema": "TypeRefSchema",
|
|
8201
8254
|
"location": {
|
|
8202
8255
|
"filePath": "workspace.ts",
|
|
8203
|
-
"line":
|
|
8256
|
+
"line": 1538,
|
|
8204
8257
|
"character": 6
|
|
8205
8258
|
},
|
|
8206
8259
|
"name": "Promise",
|
|
@@ -8209,14 +8262,14 @@
|
|
|
8209
8262
|
"__schema": "TypeArraySchema",
|
|
8210
8263
|
"location": {
|
|
8211
8264
|
"filePath": "workspace.ts",
|
|
8212
|
-
"line":
|
|
8265
|
+
"line": 1538,
|
|
8213
8266
|
"character": 14
|
|
8214
8267
|
},
|
|
8215
8268
|
"type": {
|
|
8216
8269
|
"__schema": "KeywordTypeSchema",
|
|
8217
8270
|
"location": {
|
|
8218
8271
|
"filePath": "workspace.ts",
|
|
8219
|
-
"line":
|
|
8272
|
+
"line": 1538,
|
|
8220
8273
|
"character": 14
|
|
8221
8274
|
},
|
|
8222
8275
|
"name": "string"
|
|
@@ -8232,7 +8285,7 @@
|
|
|
8232
8285
|
"__schema": "FunctionLikeSchema",
|
|
8233
8286
|
"location": {
|
|
8234
8287
|
"filePath": "workspace.ts",
|
|
8235
|
-
"line":
|
|
8288
|
+
"line": 1543,
|
|
8236
8289
|
"character": 3
|
|
8237
8290
|
},
|
|
8238
8291
|
"signature": "(method) Workspace.loadComponentsExtensions(extensions: ExtensionDataList, originatedFrom?: ComponentID, opts?: WorkspaceLoadAspectsOptions): Promise<void>",
|
|
@@ -8242,7 +8295,7 @@
|
|
|
8242
8295
|
"__schema": "ParameterSchema",
|
|
8243
8296
|
"location": {
|
|
8244
8297
|
"filePath": "workspace.ts",
|
|
8245
|
-
"line":
|
|
8298
|
+
"line": 1544,
|
|
8246
8299
|
"character": 5
|
|
8247
8300
|
},
|
|
8248
8301
|
"name": "extensions",
|
|
@@ -8250,7 +8303,7 @@
|
|
|
8250
8303
|
"__schema": "TypeRefSchema",
|
|
8251
8304
|
"location": {
|
|
8252
8305
|
"filePath": "workspace.ts",
|
|
8253
|
-
"line":
|
|
8306
|
+
"line": 1544,
|
|
8254
8307
|
"character": 17
|
|
8255
8308
|
},
|
|
8256
8309
|
"name": "ExtensionDataList"
|
|
@@ -8262,7 +8315,7 @@
|
|
|
8262
8315
|
"__schema": "ParameterSchema",
|
|
8263
8316
|
"location": {
|
|
8264
8317
|
"filePath": "workspace.ts",
|
|
8265
|
-
"line":
|
|
8318
|
+
"line": 1545,
|
|
8266
8319
|
"character": 5
|
|
8267
8320
|
},
|
|
8268
8321
|
"name": "originatedFrom",
|
|
@@ -8270,7 +8323,7 @@
|
|
|
8270
8323
|
"__schema": "TypeRefSchema",
|
|
8271
8324
|
"location": {
|
|
8272
8325
|
"filePath": "workspace.ts",
|
|
8273
|
-
"line":
|
|
8326
|
+
"line": 1545,
|
|
8274
8327
|
"character": 22
|
|
8275
8328
|
},
|
|
8276
8329
|
"name": "ComponentID"
|
|
@@ -8282,7 +8335,7 @@
|
|
|
8282
8335
|
"__schema": "ParameterSchema",
|
|
8283
8336
|
"location": {
|
|
8284
8337
|
"filePath": "workspace.ts",
|
|
8285
|
-
"line":
|
|
8338
|
+
"line": 1546,
|
|
8286
8339
|
"character": 5
|
|
8287
8340
|
},
|
|
8288
8341
|
"name": "opts",
|
|
@@ -8290,7 +8343,7 @@
|
|
|
8290
8343
|
"__schema": "TypeRefSchema",
|
|
8291
8344
|
"location": {
|
|
8292
8345
|
"filePath": "workspace.ts",
|
|
8293
|
-
"line":
|
|
8346
|
+
"line": 1546,
|
|
8294
8347
|
"character": 11
|
|
8295
8348
|
},
|
|
8296
8349
|
"name": "WorkspaceLoadAspectsOptions"
|
|
@@ -8304,7 +8357,7 @@
|
|
|
8304
8357
|
"__schema": "TypeRefSchema",
|
|
8305
8358
|
"location": {
|
|
8306
8359
|
"filePath": "workspace.ts",
|
|
8307
|
-
"line":
|
|
8360
|
+
"line": 1547,
|
|
8308
8361
|
"character": 6
|
|
8309
8362
|
},
|
|
8310
8363
|
"name": "Promise",
|
|
@@ -8313,7 +8366,7 @@
|
|
|
8313
8366
|
"__schema": "KeywordTypeSchema",
|
|
8314
8367
|
"location": {
|
|
8315
8368
|
"filePath": "workspace.ts",
|
|
8316
|
-
"line":
|
|
8369
|
+
"line": 1547,
|
|
8317
8370
|
"character": 14
|
|
8318
8371
|
},
|
|
8319
8372
|
"name": "void"
|
|
@@ -8328,14 +8381,14 @@
|
|
|
8328
8381
|
"__schema": "FunctionLikeSchema",
|
|
8329
8382
|
"location": {
|
|
8330
8383
|
"filePath": "workspace.ts",
|
|
8331
|
-
"line":
|
|
8384
|
+
"line": 1556,
|
|
8332
8385
|
"character": 3
|
|
8333
8386
|
},
|
|
8334
8387
|
"doc": {
|
|
8335
8388
|
"__schema": "DocSchema",
|
|
8336
8389
|
"location": {
|
|
8337
8390
|
"filePath": "workspace.ts",
|
|
8338
|
-
"line":
|
|
8391
|
+
"line": 1552,
|
|
8339
8392
|
"character": 3
|
|
8340
8393
|
},
|
|
8341
8394
|
"raw": "/**\n * returns one graph that includes all dependencies types. each edge has a label of the dependency\n * type. the nodes content is the Component object.\n */",
|
|
@@ -8348,7 +8401,7 @@
|
|
|
8348
8401
|
"__schema": "ParameterSchema",
|
|
8349
8402
|
"location": {
|
|
8350
8403
|
"filePath": "workspace.ts",
|
|
8351
|
-
"line":
|
|
8404
|
+
"line": 1557,
|
|
8352
8405
|
"character": 5
|
|
8353
8406
|
},
|
|
8354
8407
|
"name": "ids",
|
|
@@ -8356,14 +8409,14 @@
|
|
|
8356
8409
|
"__schema": "TypeArraySchema",
|
|
8357
8410
|
"location": {
|
|
8358
8411
|
"filePath": "workspace.ts",
|
|
8359
|
-
"line":
|
|
8412
|
+
"line": 1557,
|
|
8360
8413
|
"character": 10
|
|
8361
8414
|
},
|
|
8362
8415
|
"type": {
|
|
8363
8416
|
"__schema": "TypeRefSchema",
|
|
8364
8417
|
"location": {
|
|
8365
8418
|
"filePath": "workspace.ts",
|
|
8366
|
-
"line":
|
|
8419
|
+
"line": 1557,
|
|
8367
8420
|
"character": 10
|
|
8368
8421
|
},
|
|
8369
8422
|
"name": "ComponentID"
|
|
@@ -8376,7 +8429,7 @@
|
|
|
8376
8429
|
"__schema": "ParameterSchema",
|
|
8377
8430
|
"location": {
|
|
8378
8431
|
"filePath": "workspace.ts",
|
|
8379
|
-
"line":
|
|
8432
|
+
"line": 1558,
|
|
8380
8433
|
"character": 5
|
|
8381
8434
|
},
|
|
8382
8435
|
"name": "ignoreIds",
|
|
@@ -8384,14 +8437,14 @@
|
|
|
8384
8437
|
"__schema": "TypeArraySchema",
|
|
8385
8438
|
"location": {
|
|
8386
8439
|
"filePath": "workspace.ts",
|
|
8387
|
-
"line":
|
|
8440
|
+
"line": 1558,
|
|
8388
8441
|
"character": 17
|
|
8389
8442
|
},
|
|
8390
8443
|
"type": {
|
|
8391
8444
|
"__schema": "KeywordTypeSchema",
|
|
8392
8445
|
"location": {
|
|
8393
8446
|
"filePath": "workspace.ts",
|
|
8394
|
-
"line":
|
|
8447
|
+
"line": 1558,
|
|
8395
8448
|
"character": 17
|
|
8396
8449
|
},
|
|
8397
8450
|
"name": "string"
|
|
@@ -8404,7 +8457,7 @@
|
|
|
8404
8457
|
"__schema": "ParameterSchema",
|
|
8405
8458
|
"location": {
|
|
8406
8459
|
"filePath": "workspace.ts",
|
|
8407
|
-
"line":
|
|
8460
|
+
"line": 1559,
|
|
8408
8461
|
"character": 5
|
|
8409
8462
|
},
|
|
8410
8463
|
"name": "shouldLoadFunc",
|
|
@@ -8412,7 +8465,7 @@
|
|
|
8412
8465
|
"__schema": "TypeRefSchema",
|
|
8413
8466
|
"location": {
|
|
8414
8467
|
"filePath": "workspace.ts",
|
|
8415
|
-
"line":
|
|
8468
|
+
"line": 1559,
|
|
8416
8469
|
"character": 22
|
|
8417
8470
|
},
|
|
8418
8471
|
"name": "ShouldLoadFunc"
|
|
@@ -8424,7 +8477,7 @@
|
|
|
8424
8477
|
"__schema": "ParameterSchema",
|
|
8425
8478
|
"location": {
|
|
8426
8479
|
"filePath": "workspace.ts",
|
|
8427
|
-
"line":
|
|
8480
|
+
"line": 1560,
|
|
8428
8481
|
"character": 5
|
|
8429
8482
|
},
|
|
8430
8483
|
"name": "shouldThrowOnMissingDep",
|
|
@@ -8432,7 +8485,7 @@
|
|
|
8432
8485
|
"__schema": "InferenceTypeSchema",
|
|
8433
8486
|
"location": {
|
|
8434
8487
|
"filePath": "workspace.ts",
|
|
8435
|
-
"line":
|
|
8488
|
+
"line": 1560,
|
|
8436
8489
|
"character": 5
|
|
8437
8490
|
},
|
|
8438
8491
|
"type": "boolean"
|
|
@@ -8446,7 +8499,7 @@
|
|
|
8446
8499
|
"__schema": "TypeRefSchema",
|
|
8447
8500
|
"location": {
|
|
8448
8501
|
"filePath": "workspace.ts",
|
|
8449
|
-
"line":
|
|
8502
|
+
"line": 1561,
|
|
8450
8503
|
"character": 6
|
|
8451
8504
|
},
|
|
8452
8505
|
"name": "Promise",
|
|
@@ -8455,7 +8508,7 @@
|
|
|
8455
8508
|
"__schema": "TypeRefSchema",
|
|
8456
8509
|
"location": {
|
|
8457
8510
|
"filePath": "workspace.ts",
|
|
8458
|
-
"line":
|
|
8511
|
+
"line": 1561,
|
|
8459
8512
|
"character": 14
|
|
8460
8513
|
},
|
|
8461
8514
|
"name": "Graph",
|
|
@@ -8464,7 +8517,7 @@
|
|
|
8464
8517
|
"__schema": "TypeRefSchema",
|
|
8465
8518
|
"location": {
|
|
8466
8519
|
"filePath": "workspace.ts",
|
|
8467
|
-
"line":
|
|
8520
|
+
"line": 1561,
|
|
8468
8521
|
"character": 20
|
|
8469
8522
|
},
|
|
8470
8523
|
"name": "Component"
|
|
@@ -8473,7 +8526,7 @@
|
|
|
8473
8526
|
"__schema": "KeywordTypeSchema",
|
|
8474
8527
|
"location": {
|
|
8475
8528
|
"filePath": "workspace.ts",
|
|
8476
|
-
"line":
|
|
8529
|
+
"line": 1561,
|
|
8477
8530
|
"character": 31
|
|
8478
8531
|
},
|
|
8479
8532
|
"name": "string"
|
|
@@ -8490,7 +8543,7 @@
|
|
|
8490
8543
|
"__schema": "FunctionLikeSchema",
|
|
8491
8544
|
"location": {
|
|
8492
8545
|
"filePath": "workspace.ts",
|
|
8493
|
-
"line":
|
|
8546
|
+
"line": 1573,
|
|
8494
8547
|
"character": 3
|
|
8495
8548
|
},
|
|
8496
8549
|
"signature": "(method) Workspace.resolveAspects(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
|
|
@@ -8500,7 +8553,7 @@
|
|
|
8500
8553
|
"__schema": "ParameterSchema",
|
|
8501
8554
|
"location": {
|
|
8502
8555
|
"filePath": "workspace.ts",
|
|
8503
|
-
"line":
|
|
8556
|
+
"line": 1574,
|
|
8504
8557
|
"character": 5
|
|
8505
8558
|
},
|
|
8506
8559
|
"name": "runtimeName",
|
|
@@ -8508,7 +8561,7 @@
|
|
|
8508
8561
|
"__schema": "KeywordTypeSchema",
|
|
8509
8562
|
"location": {
|
|
8510
8563
|
"filePath": "workspace.ts",
|
|
8511
|
-
"line":
|
|
8564
|
+
"line": 1574,
|
|
8512
8565
|
"character": 19
|
|
8513
8566
|
},
|
|
8514
8567
|
"name": "string"
|
|
@@ -8520,7 +8573,7 @@
|
|
|
8520
8573
|
"__schema": "ParameterSchema",
|
|
8521
8574
|
"location": {
|
|
8522
8575
|
"filePath": "workspace.ts",
|
|
8523
|
-
"line":
|
|
8576
|
+
"line": 1575,
|
|
8524
8577
|
"character": 5
|
|
8525
8578
|
},
|
|
8526
8579
|
"name": "componentIds",
|
|
@@ -8528,14 +8581,14 @@
|
|
|
8528
8581
|
"__schema": "TypeArraySchema",
|
|
8529
8582
|
"location": {
|
|
8530
8583
|
"filePath": "workspace.ts",
|
|
8531
|
-
"line":
|
|
8584
|
+
"line": 1575,
|
|
8532
8585
|
"character": 20
|
|
8533
8586
|
},
|
|
8534
8587
|
"type": {
|
|
8535
8588
|
"__schema": "TypeRefSchema",
|
|
8536
8589
|
"location": {
|
|
8537
8590
|
"filePath": "workspace.ts",
|
|
8538
|
-
"line":
|
|
8591
|
+
"line": 1575,
|
|
8539
8592
|
"character": 20
|
|
8540
8593
|
},
|
|
8541
8594
|
"name": "ComponentID"
|
|
@@ -8548,7 +8601,7 @@
|
|
|
8548
8601
|
"__schema": "ParameterSchema",
|
|
8549
8602
|
"location": {
|
|
8550
8603
|
"filePath": "workspace.ts",
|
|
8551
|
-
"line":
|
|
8604
|
+
"line": 1576,
|
|
8552
8605
|
"character": 5
|
|
8553
8606
|
},
|
|
8554
8607
|
"name": "opts",
|
|
@@ -8556,7 +8609,7 @@
|
|
|
8556
8609
|
"__schema": "TypeRefSchema",
|
|
8557
8610
|
"location": {
|
|
8558
8611
|
"filePath": "workspace.ts",
|
|
8559
|
-
"line":
|
|
8612
|
+
"line": 1576,
|
|
8560
8613
|
"character": 12
|
|
8561
8614
|
},
|
|
8562
8615
|
"name": "ResolveAspectsOptions"
|
|
@@ -8569,7 +8622,7 @@
|
|
|
8569
8622
|
"__schema": "TypeRefSchema",
|
|
8570
8623
|
"location": {
|
|
8571
8624
|
"filePath": "workspace.ts",
|
|
8572
|
-
"line":
|
|
8625
|
+
"line": 1577,
|
|
8573
8626
|
"character": 6
|
|
8574
8627
|
},
|
|
8575
8628
|
"name": "Promise",
|
|
@@ -8578,14 +8631,14 @@
|
|
|
8578
8631
|
"__schema": "TypeArraySchema",
|
|
8579
8632
|
"location": {
|
|
8580
8633
|
"filePath": "workspace.ts",
|
|
8581
|
-
"line":
|
|
8634
|
+
"line": 1577,
|
|
8582
8635
|
"character": 14
|
|
8583
8636
|
},
|
|
8584
8637
|
"type": {
|
|
8585
8638
|
"__schema": "TypeRefSchema",
|
|
8586
8639
|
"location": {
|
|
8587
8640
|
"filePath": "workspace.ts",
|
|
8588
|
-
"line":
|
|
8641
|
+
"line": 1577,
|
|
8589
8642
|
"character": 14
|
|
8590
8643
|
},
|
|
8591
8644
|
"name": "AspectDefinition"
|
|
@@ -8601,14 +8654,14 @@
|
|
|
8601
8654
|
"__schema": "FunctionLikeSchema",
|
|
8602
8655
|
"location": {
|
|
8603
8656
|
"filePath": "workspace.ts",
|
|
8604
|
-
"line":
|
|
8657
|
+
"line": 1586,
|
|
8605
8658
|
"character": 3
|
|
8606
8659
|
},
|
|
8607
8660
|
"doc": {
|
|
8608
8661
|
"__schema": "DocSchema",
|
|
8609
8662
|
"location": {
|
|
8610
8663
|
"filePath": "workspace.ts",
|
|
8611
|
-
"line":
|
|
8664
|
+
"line": 1582,
|
|
8612
8665
|
"character": 3
|
|
8613
8666
|
},
|
|
8614
8667
|
"raw": "/**\n * Provides a cache folder, unique per key.\n * Return value may be undefined, if workspace folder is unconventional (bare-scope, no node_modules, etc)\n */",
|
|
@@ -8621,7 +8674,7 @@
|
|
|
8621
8674
|
"__schema": "ParameterSchema",
|
|
8622
8675
|
"location": {
|
|
8623
8676
|
"filePath": "workspace.ts",
|
|
8624
|
-
"line":
|
|
8677
|
+
"line": 1590,
|
|
8625
8678
|
"character": 5
|
|
8626
8679
|
},
|
|
8627
8680
|
"name": "id",
|
|
@@ -8629,7 +8682,7 @@
|
|
|
8629
8682
|
"__schema": "KeywordTypeSchema",
|
|
8630
8683
|
"location": {
|
|
8631
8684
|
"filePath": "workspace.ts",
|
|
8632
|
-
"line":
|
|
8685
|
+
"line": 1590,
|
|
8633
8686
|
"character": 9
|
|
8634
8687
|
},
|
|
8635
8688
|
"name": "string"
|
|
@@ -8642,7 +8695,7 @@
|
|
|
8642
8695
|
"__schema": "InferenceTypeSchema",
|
|
8643
8696
|
"location": {
|
|
8644
8697
|
"filePath": "workspace.ts",
|
|
8645
|
-
"line":
|
|
8698
|
+
"line": 1586,
|
|
8646
8699
|
"character": 3
|
|
8647
8700
|
},
|
|
8648
8701
|
"type": "string"
|
|
@@ -8653,7 +8706,7 @@
|
|
|
8653
8706
|
"__schema": "FunctionLikeSchema",
|
|
8654
8707
|
"location": {
|
|
8655
8708
|
"filePath": "workspace.ts",
|
|
8656
|
-
"line":
|
|
8709
|
+
"line": 1603,
|
|
8657
8710
|
"character": 3
|
|
8658
8711
|
},
|
|
8659
8712
|
"signature": "(method) Workspace.getWorkspaceAspectsLoader(): WorkspaceAspectsLoader",
|
|
@@ -8663,7 +8716,7 @@
|
|
|
8663
8716
|
"__schema": "TypeRefSchema",
|
|
8664
8717
|
"location": {
|
|
8665
8718
|
"filePath": "workspace.ts",
|
|
8666
|
-
"line":
|
|
8719
|
+
"line": 1603,
|
|
8667
8720
|
"character": 3
|
|
8668
8721
|
},
|
|
8669
8722
|
"name": "WorkspaceAspectsLoader",
|
|
@@ -8675,7 +8728,7 @@
|
|
|
8675
8728
|
"__schema": "FunctionLikeSchema",
|
|
8676
8729
|
"location": {
|
|
8677
8730
|
"filePath": "workspace.ts",
|
|
8678
|
-
"line":
|
|
8731
|
+
"line": 1630,
|
|
8679
8732
|
"character": 3
|
|
8680
8733
|
},
|
|
8681
8734
|
"signature": "(method) Workspace.getCapsulePath(): string",
|
|
@@ -8685,7 +8738,7 @@
|
|
|
8685
8738
|
"__schema": "InferenceTypeSchema",
|
|
8686
8739
|
"location": {
|
|
8687
8740
|
"filePath": "workspace.ts",
|
|
8688
|
-
"line":
|
|
8741
|
+
"line": 1630,
|
|
8689
8742
|
"character": 3
|
|
8690
8743
|
},
|
|
8691
8744
|
"type": "string"
|
|
@@ -8696,7 +8749,7 @@
|
|
|
8696
8749
|
"__schema": "FunctionLikeSchema",
|
|
8697
8750
|
"location": {
|
|
8698
8751
|
"filePath": "workspace.ts",
|
|
8699
|
-
"line":
|
|
8752
|
+
"line": 1635,
|
|
8700
8753
|
"character": 3
|
|
8701
8754
|
},
|
|
8702
8755
|
"signature": "(method) Workspace.shouldUseHashForCapsules(): boolean",
|
|
@@ -8706,7 +8759,7 @@
|
|
|
8706
8759
|
"__schema": "InferenceTypeSchema",
|
|
8707
8760
|
"location": {
|
|
8708
8761
|
"filePath": "workspace.ts",
|
|
8709
|
-
"line":
|
|
8762
|
+
"line": 1635,
|
|
8710
8763
|
"character": 3
|
|
8711
8764
|
},
|
|
8712
8765
|
"type": "boolean"
|
|
@@ -8717,14 +8770,14 @@
|
|
|
8717
8770
|
"__schema": "FunctionLikeSchema",
|
|
8718
8771
|
"location": {
|
|
8719
8772
|
"filePath": "workspace.ts",
|
|
8720
|
-
"line":
|
|
8773
|
+
"line": 1647,
|
|
8721
8774
|
"character": 3
|
|
8722
8775
|
},
|
|
8723
8776
|
"doc": {
|
|
8724
8777
|
"__schema": "DocSchema",
|
|
8725
8778
|
"location": {
|
|
8726
8779
|
"filePath": "workspace.ts",
|
|
8727
|
-
"line":
|
|
8780
|
+
"line": 1640,
|
|
8728
8781
|
"character": 3
|
|
8729
8782
|
},
|
|
8730
8783
|
"raw": "/**\n }\n\n /**\n * this should be rarely in-use.\n * it's currently used by watch extension as a quick workaround to load .bitmap and the components\n */",
|
|
@@ -8737,7 +8790,7 @@
|
|
|
8737
8790
|
"__schema": "InferenceTypeSchema",
|
|
8738
8791
|
"location": {
|
|
8739
8792
|
"filePath": "workspace.ts",
|
|
8740
|
-
"line":
|
|
8793
|
+
"line": 1647,
|
|
8741
8794
|
"character": 3
|
|
8742
8795
|
},
|
|
8743
8796
|
"type": "Promise<void>"
|
|
@@ -8750,7 +8803,7 @@
|
|
|
8750
8803
|
"__schema": "FunctionLikeSchema",
|
|
8751
8804
|
"location": {
|
|
8752
8805
|
"filePath": "workspace.ts",
|
|
8753
|
-
"line":
|
|
8806
|
+
"line": 1653,
|
|
8754
8807
|
"character": 3
|
|
8755
8808
|
},
|
|
8756
8809
|
"signature": "(method) Workspace.getComponentPackagePath(component: Component): Promise<string>",
|
|
@@ -8760,7 +8813,7 @@
|
|
|
8760
8813
|
"__schema": "ParameterSchema",
|
|
8761
8814
|
"location": {
|
|
8762
8815
|
"filePath": "workspace.ts",
|
|
8763
|
-
"line":
|
|
8816
|
+
"line": 1653,
|
|
8764
8817
|
"character": 33
|
|
8765
8818
|
},
|
|
8766
8819
|
"name": "component",
|
|
@@ -8768,7 +8821,7 @@
|
|
|
8768
8821
|
"__schema": "TypeRefSchema",
|
|
8769
8822
|
"location": {
|
|
8770
8823
|
"filePath": "workspace.ts",
|
|
8771
|
-
"line":
|
|
8824
|
+
"line": 1653,
|
|
8772
8825
|
"character": 44
|
|
8773
8826
|
},
|
|
8774
8827
|
"name": "Component"
|
|
@@ -8781,7 +8834,7 @@
|
|
|
8781
8834
|
"__schema": "InferenceTypeSchema",
|
|
8782
8835
|
"location": {
|
|
8783
8836
|
"filePath": "workspace.ts",
|
|
8784
|
-
"line":
|
|
8837
|
+
"line": 1653,
|
|
8785
8838
|
"character": 3
|
|
8786
8839
|
},
|
|
8787
8840
|
"type": "Promise<string>"
|
|
@@ -8794,7 +8847,7 @@
|
|
|
8794
8847
|
"__schema": "GetAccessorSchema",
|
|
8795
8848
|
"location": {
|
|
8796
8849
|
"filePath": "workspace.ts",
|
|
8797
|
-
"line":
|
|
8850
|
+
"line": 1660,
|
|
8798
8851
|
"character": 3
|
|
8799
8852
|
},
|
|
8800
8853
|
"signature": "(getter) Workspace.defaultDirectory: string",
|
|
@@ -8803,7 +8856,7 @@
|
|
|
8803
8856
|
"__schema": "KeywordTypeSchema",
|
|
8804
8857
|
"location": {
|
|
8805
8858
|
"filePath": "workspace.ts",
|
|
8806
|
-
"line":
|
|
8859
|
+
"line": 1660,
|
|
8807
8860
|
"character": 27
|
|
8808
8861
|
},
|
|
8809
8862
|
"name": "string"
|
|
@@ -8813,7 +8866,7 @@
|
|
|
8813
8866
|
"__schema": "GetAccessorSchema",
|
|
8814
8867
|
"location": {
|
|
8815
8868
|
"filePath": "workspace.ts",
|
|
8816
|
-
"line":
|
|
8869
|
+
"line": 1664,
|
|
8817
8870
|
"character": 3
|
|
8818
8871
|
},
|
|
8819
8872
|
"signature": "(getter) Workspace.legacyDefaultDirectory: string",
|
|
@@ -8822,7 +8875,7 @@
|
|
|
8822
8875
|
"__schema": "KeywordTypeSchema",
|
|
8823
8876
|
"location": {
|
|
8824
8877
|
"filePath": "workspace.ts",
|
|
8825
|
-
"line":
|
|
8878
|
+
"line": 1664,
|
|
8826
8879
|
"character": 33
|
|
8827
8880
|
},
|
|
8828
8881
|
"name": "string"
|
|
@@ -8832,7 +8885,7 @@
|
|
|
8832
8885
|
"__schema": "FunctionLikeSchema",
|
|
8833
8886
|
"location": {
|
|
8834
8887
|
"filePath": "workspace.ts",
|
|
8835
|
-
"line":
|
|
8888
|
+
"line": 1671,
|
|
8836
8889
|
"character": 3
|
|
8837
8890
|
},
|
|
8838
8891
|
"signature": "(method) Workspace.resolveComponentIdFromPackageName(packageName: string): Promise<ComponentID>",
|
|
@@ -8842,7 +8895,7 @@
|
|
|
8842
8895
|
"__schema": "ParameterSchema",
|
|
8843
8896
|
"location": {
|
|
8844
8897
|
"filePath": "workspace.ts",
|
|
8845
|
-
"line":
|
|
8898
|
+
"line": 1671,
|
|
8846
8899
|
"character": 43
|
|
8847
8900
|
},
|
|
8848
8901
|
"name": "packageName",
|
|
@@ -8850,7 +8903,7 @@
|
|
|
8850
8903
|
"__schema": "KeywordTypeSchema",
|
|
8851
8904
|
"location": {
|
|
8852
8905
|
"filePath": "workspace.ts",
|
|
8853
|
-
"line":
|
|
8906
|
+
"line": 1671,
|
|
8854
8907
|
"character": 56
|
|
8855
8908
|
},
|
|
8856
8909
|
"name": "string"
|
|
@@ -8863,7 +8916,7 @@
|
|
|
8863
8916
|
"__schema": "TypeRefSchema",
|
|
8864
8917
|
"location": {
|
|
8865
8918
|
"filePath": "workspace.ts",
|
|
8866
|
-
"line":
|
|
8919
|
+
"line": 1671,
|
|
8867
8920
|
"character": 65
|
|
8868
8921
|
},
|
|
8869
8922
|
"name": "Promise",
|
|
@@ -8872,7 +8925,7 @@
|
|
|
8872
8925
|
"__schema": "TypeRefSchema",
|
|
8873
8926
|
"location": {
|
|
8874
8927
|
"filePath": "workspace.ts",
|
|
8875
|
-
"line":
|
|
8928
|
+
"line": 1671,
|
|
8876
8929
|
"character": 73
|
|
8877
8930
|
},
|
|
8878
8931
|
"name": "ComponentID"
|
|
@@ -8887,14 +8940,14 @@
|
|
|
8887
8940
|
"__schema": "FunctionLikeSchema",
|
|
8888
8941
|
"location": {
|
|
8889
8942
|
"filePath": "workspace.ts",
|
|
8890
|
-
"line":
|
|
8943
|
+
"line": 1714,
|
|
8891
8944
|
"character": 3
|
|
8892
8945
|
},
|
|
8893
8946
|
"doc": {
|
|
8894
8947
|
"__schema": "DocSchema",
|
|
8895
8948
|
"location": {
|
|
8896
8949
|
"filePath": "workspace.ts",
|
|
8897
|
-
"line":
|
|
8950
|
+
"line": 1711,
|
|
8898
8951
|
"character": 3
|
|
8899
8952
|
},
|
|
8900
8953
|
"raw": "/**\n * Transform the id to ComponentId and get the exact id as appear in bitmap\n */",
|
|
@@ -8907,7 +8960,7 @@
|
|
|
8907
8960
|
"__schema": "ParameterSchema",
|
|
8908
8961
|
"location": {
|
|
8909
8962
|
"filePath": "workspace.ts",
|
|
8910
|
-
"line":
|
|
8963
|
+
"line": 1714,
|
|
8911
8964
|
"character": 28
|
|
8912
8965
|
},
|
|
8913
8966
|
"name": "id",
|
|
@@ -8915,7 +8968,7 @@
|
|
|
8915
8968
|
"__schema": "TypeUnionSchema",
|
|
8916
8969
|
"location": {
|
|
8917
8970
|
"filePath": "workspace.ts",
|
|
8918
|
-
"line":
|
|
8971
|
+
"line": 1714,
|
|
8919
8972
|
"character": 32
|
|
8920
8973
|
},
|
|
8921
8974
|
"types": [
|
|
@@ -8923,7 +8976,7 @@
|
|
|
8923
8976
|
"__schema": "KeywordTypeSchema",
|
|
8924
8977
|
"location": {
|
|
8925
8978
|
"filePath": "workspace.ts",
|
|
8926
|
-
"line":
|
|
8979
|
+
"line": 1714,
|
|
8927
8980
|
"character": 32
|
|
8928
8981
|
},
|
|
8929
8982
|
"name": "string"
|
|
@@ -8932,7 +8985,7 @@
|
|
|
8932
8985
|
"__schema": "TypeRefSchema",
|
|
8933
8986
|
"location": {
|
|
8934
8987
|
"filePath": "workspace.ts",
|
|
8935
|
-
"line":
|
|
8988
|
+
"line": 1714,
|
|
8936
8989
|
"character": 41
|
|
8937
8990
|
},
|
|
8938
8991
|
"name": "BitId"
|
|
@@ -8941,7 +8994,7 @@
|
|
|
8941
8994
|
"__schema": "TypeRefSchema",
|
|
8942
8995
|
"location": {
|
|
8943
8996
|
"filePath": "workspace.ts",
|
|
8944
|
-
"line":
|
|
8997
|
+
"line": 1714,
|
|
8945
8998
|
"character": 49
|
|
8946
8999
|
},
|
|
8947
9000
|
"name": "ComponentID"
|
|
@@ -8956,7 +9009,7 @@
|
|
|
8956
9009
|
"__schema": "TypeRefSchema",
|
|
8957
9010
|
"location": {
|
|
8958
9011
|
"filePath": "workspace.ts",
|
|
8959
|
-
"line":
|
|
9012
|
+
"line": 1714,
|
|
8960
9013
|
"character": 63
|
|
8961
9014
|
},
|
|
8962
9015
|
"name": "Promise",
|
|
@@ -8965,7 +9018,7 @@
|
|
|
8965
9018
|
"__schema": "TypeRefSchema",
|
|
8966
9019
|
"location": {
|
|
8967
9020
|
"filePath": "workspace.ts",
|
|
8968
|
-
"line":
|
|
9021
|
+
"line": 1714,
|
|
8969
9022
|
"character": 71
|
|
8970
9023
|
},
|
|
8971
9024
|
"name": "ComponentID"
|
|
@@ -8980,7 +9033,7 @@
|
|
|
8980
9033
|
"__schema": "FunctionLikeSchema",
|
|
8981
9034
|
"location": {
|
|
8982
9035
|
"filePath": "workspace.ts",
|
|
8983
|
-
"line":
|
|
9036
|
+
"line": 1843,
|
|
8984
9037
|
"character": 3
|
|
8985
9038
|
},
|
|
8986
9039
|
"signature": "(method) Workspace.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -8990,7 +9043,7 @@
|
|
|
8990
9043
|
"__schema": "ParameterSchema",
|
|
8991
9044
|
"location": {
|
|
8992
9045
|
"filePath": "workspace.ts",
|
|
8993
|
-
"line":
|
|
9046
|
+
"line": 1843,
|
|
8994
9047
|
"character": 37
|
|
8995
9048
|
},
|
|
8996
9049
|
"name": "ids",
|
|
@@ -8998,7 +9051,7 @@
|
|
|
8998
9051
|
"__schema": "TypeRefSchema",
|
|
8999
9052
|
"location": {
|
|
9000
9053
|
"filePath": "workspace.ts",
|
|
9001
|
-
"line":
|
|
9054
|
+
"line": 1843,
|
|
9002
9055
|
"character": 42
|
|
9003
9056
|
},
|
|
9004
9057
|
"name": "Array",
|
|
@@ -9007,7 +9060,7 @@
|
|
|
9007
9060
|
"__schema": "TypeUnionSchema",
|
|
9008
9061
|
"location": {
|
|
9009
9062
|
"filePath": "workspace.ts",
|
|
9010
|
-
"line":
|
|
9063
|
+
"line": 1843,
|
|
9011
9064
|
"character": 48
|
|
9012
9065
|
},
|
|
9013
9066
|
"types": [
|
|
@@ -9015,7 +9068,7 @@
|
|
|
9015
9068
|
"__schema": "KeywordTypeSchema",
|
|
9016
9069
|
"location": {
|
|
9017
9070
|
"filePath": "workspace.ts",
|
|
9018
|
-
"line":
|
|
9071
|
+
"line": 1843,
|
|
9019
9072
|
"character": 48
|
|
9020
9073
|
},
|
|
9021
9074
|
"name": "string"
|
|
@@ -9024,7 +9077,7 @@
|
|
|
9024
9077
|
"__schema": "TypeRefSchema",
|
|
9025
9078
|
"location": {
|
|
9026
9079
|
"filePath": "workspace.ts",
|
|
9027
|
-
"line":
|
|
9080
|
+
"line": 1843,
|
|
9028
9081
|
"character": 57
|
|
9029
9082
|
},
|
|
9030
9083
|
"name": "ComponentID"
|
|
@@ -9033,7 +9086,7 @@
|
|
|
9033
9086
|
"__schema": "TypeRefSchema",
|
|
9034
9087
|
"location": {
|
|
9035
9088
|
"filePath": "workspace.ts",
|
|
9036
|
-
"line":
|
|
9089
|
+
"line": 1843,
|
|
9037
9090
|
"character": 71
|
|
9038
9091
|
},
|
|
9039
9092
|
"name": "ComponentID"
|
|
@@ -9050,7 +9103,7 @@
|
|
|
9050
9103
|
"__schema": "TypeRefSchema",
|
|
9051
9104
|
"location": {
|
|
9052
9105
|
"filePath": "workspace.ts",
|
|
9053
|
-
"line":
|
|
9106
|
+
"line": 1843,
|
|
9054
9107
|
"character": 86
|
|
9055
9108
|
},
|
|
9056
9109
|
"name": "Promise",
|
|
@@ -9059,14 +9112,14 @@
|
|
|
9059
9112
|
"__schema": "TypeArraySchema",
|
|
9060
9113
|
"location": {
|
|
9061
9114
|
"filePath": "workspace.ts",
|
|
9062
|
-
"line":
|
|
9115
|
+
"line": 1843,
|
|
9063
9116
|
"character": 94
|
|
9064
9117
|
},
|
|
9065
9118
|
"type": {
|
|
9066
9119
|
"__schema": "TypeRefSchema",
|
|
9067
9120
|
"location": {
|
|
9068
9121
|
"filePath": "workspace.ts",
|
|
9069
|
-
"line":
|
|
9122
|
+
"line": 1843,
|
|
9070
9123
|
"character": 94
|
|
9071
9124
|
},
|
|
9072
9125
|
"name": "ComponentID"
|
|
@@ -9082,14 +9135,14 @@
|
|
|
9082
9135
|
"__schema": "FunctionLikeSchema",
|
|
9083
9136
|
"location": {
|
|
9084
9137
|
"filePath": "workspace.ts",
|
|
9085
|
-
"line":
|
|
9138
|
+
"line": 1851,
|
|
9086
9139
|
"character": 3
|
|
9087
9140
|
},
|
|
9088
9141
|
"doc": {
|
|
9089
9142
|
"__schema": "DocSchema",
|
|
9090
9143
|
"location": {
|
|
9091
9144
|
"filePath": "workspace.ts",
|
|
9092
|
-
"line":
|
|
9145
|
+
"line": 1847,
|
|
9093
9146
|
"character": 3
|
|
9094
9147
|
},
|
|
9095
9148
|
"raw": "/**\n * component-id coming from Scope don't have the defaultScope, the legacyComponentId.scope is always populated.\n * in the .bitmap we need to distinguish between the two, so the componentId needs to be corrected with the defaultScope.\n */",
|
|
@@ -9102,7 +9155,7 @@
|
|
|
9102
9155
|
"__schema": "ParameterSchema",
|
|
9103
9156
|
"location": {
|
|
9104
9157
|
"filePath": "workspace.ts",
|
|
9105
|
-
"line":
|
|
9158
|
+
"line": 1851,
|
|
9106
9159
|
"character": 29
|
|
9107
9160
|
},
|
|
9108
9161
|
"name": "componentId",
|
|
@@ -9110,7 +9163,7 @@
|
|
|
9110
9163
|
"__schema": "TypeRefSchema",
|
|
9111
9164
|
"location": {
|
|
9112
9165
|
"filePath": "workspace.ts",
|
|
9113
|
-
"line":
|
|
9166
|
+
"line": 1851,
|
|
9114
9167
|
"character": 42
|
|
9115
9168
|
},
|
|
9116
9169
|
"name": "ComponentID"
|
|
@@ -9123,7 +9176,7 @@
|
|
|
9123
9176
|
"__schema": "TypeRefSchema",
|
|
9124
9177
|
"location": {
|
|
9125
9178
|
"filePath": "workspace.ts",
|
|
9126
|
-
"line":
|
|
9179
|
+
"line": 1851,
|
|
9127
9180
|
"character": 3
|
|
9128
9181
|
},
|
|
9129
9182
|
"name": "ComponentID",
|
|
@@ -9139,14 +9192,14 @@
|
|
|
9139
9192
|
"__schema": "FunctionLikeSchema",
|
|
9140
9193
|
"location": {
|
|
9141
9194
|
"filePath": "workspace.ts",
|
|
9142
|
-
"line":
|
|
9195
|
+
"line": 1864,
|
|
9143
9196
|
"character": 3
|
|
9144
9197
|
},
|
|
9145
9198
|
"doc": {
|
|
9146
9199
|
"__schema": "DocSchema",
|
|
9147
9200
|
"location": {
|
|
9148
9201
|
"filePath": "workspace.ts",
|
|
9149
|
-
"line":
|
|
9202
|
+
"line": 1857,
|
|
9150
9203
|
"character": 3
|
|
9151
9204
|
},
|
|
9152
9205
|
"raw": "/**\n * This will mutate the original extensions list and resolve it's ids\n *\n * @param {ExtensionDataList} extensions\n * @returns {Promise<void[]>}\n * @memberof Workspace\n */",
|
|
@@ -9156,7 +9209,7 @@
|
|
|
9156
9209
|
"__schema": "PropertyLikeTagSchema",
|
|
9157
9210
|
"location": {
|
|
9158
9211
|
"filePath": "workspace.ts",
|
|
9159
|
-
"line":
|
|
9212
|
+
"line": 1860,
|
|
9160
9213
|
"character": 6
|
|
9161
9214
|
},
|
|
9162
9215
|
"name": "extensions",
|
|
@@ -9165,7 +9218,7 @@
|
|
|
9165
9218
|
"__schema": "TypeRefSchema",
|
|
9166
9219
|
"location": {
|
|
9167
9220
|
"filePath": "workspace.ts",
|
|
9168
|
-
"line":
|
|
9221
|
+
"line": 1860,
|
|
9169
9222
|
"character": 14
|
|
9170
9223
|
},
|
|
9171
9224
|
"name": "ExtensionDataList"
|
|
@@ -9175,7 +9228,7 @@
|
|
|
9175
9228
|
"__schema": "ReturnTagSchema",
|
|
9176
9229
|
"location": {
|
|
9177
9230
|
"filePath": "workspace.ts",
|
|
9178
|
-
"line":
|
|
9231
|
+
"line": 1861,
|
|
9179
9232
|
"character": 6
|
|
9180
9233
|
},
|
|
9181
9234
|
"tagName": "return",
|
|
@@ -9183,7 +9236,7 @@
|
|
|
9183
9236
|
"__schema": "TypeRefSchema",
|
|
9184
9237
|
"location": {
|
|
9185
9238
|
"filePath": "workspace.ts",
|
|
9186
|
-
"line":
|
|
9239
|
+
"line": 1861,
|
|
9187
9240
|
"character": 16
|
|
9188
9241
|
},
|
|
9189
9242
|
"name": "Promise",
|
|
@@ -9192,14 +9245,14 @@
|
|
|
9192
9245
|
"__schema": "TypeArraySchema",
|
|
9193
9246
|
"location": {
|
|
9194
9247
|
"filePath": "workspace.ts",
|
|
9195
|
-
"line":
|
|
9248
|
+
"line": 1861,
|
|
9196
9249
|
"character": 24
|
|
9197
9250
|
},
|
|
9198
9251
|
"type": {
|
|
9199
9252
|
"__schema": "KeywordTypeSchema",
|
|
9200
9253
|
"location": {
|
|
9201
9254
|
"filePath": "workspace.ts",
|
|
9202
|
-
"line":
|
|
9255
|
+
"line": 1861,
|
|
9203
9256
|
"character": 24
|
|
9204
9257
|
},
|
|
9205
9258
|
"name": "void"
|
|
@@ -9212,7 +9265,7 @@
|
|
|
9212
9265
|
"__schema": "TagSchema",
|
|
9213
9266
|
"location": {
|
|
9214
9267
|
"filePath": "workspace.ts",
|
|
9215
|
-
"line":
|
|
9268
|
+
"line": 1862,
|
|
9216
9269
|
"character": 6
|
|
9217
9270
|
},
|
|
9218
9271
|
"tagName": "memberof",
|
|
@@ -9227,7 +9280,7 @@
|
|
|
9227
9280
|
"__schema": "ParameterSchema",
|
|
9228
9281
|
"location": {
|
|
9229
9282
|
"filePath": "workspace.ts",
|
|
9230
|
-
"line":
|
|
9283
|
+
"line": 1864,
|
|
9231
9284
|
"character": 25
|
|
9232
9285
|
},
|
|
9233
9286
|
"name": "extensions",
|
|
@@ -9235,7 +9288,7 @@
|
|
|
9235
9288
|
"__schema": "TypeRefSchema",
|
|
9236
9289
|
"location": {
|
|
9237
9290
|
"filePath": "workspace.ts",
|
|
9238
|
-
"line":
|
|
9291
|
+
"line": 1864,
|
|
9239
9292
|
"character": 37
|
|
9240
9293
|
},
|
|
9241
9294
|
"name": "ExtensionDataList"
|
|
@@ -9248,7 +9301,7 @@
|
|
|
9248
9301
|
"__schema": "TypeRefSchema",
|
|
9249
9302
|
"location": {
|
|
9250
9303
|
"filePath": "workspace.ts",
|
|
9251
|
-
"line":
|
|
9304
|
+
"line": 1864,
|
|
9252
9305
|
"character": 57
|
|
9253
9306
|
},
|
|
9254
9307
|
"name": "Promise",
|
|
@@ -9257,14 +9310,14 @@
|
|
|
9257
9310
|
"__schema": "TypeArraySchema",
|
|
9258
9311
|
"location": {
|
|
9259
9312
|
"filePath": "workspace.ts",
|
|
9260
|
-
"line":
|
|
9313
|
+
"line": 1864,
|
|
9261
9314
|
"character": 65
|
|
9262
9315
|
},
|
|
9263
9316
|
"type": {
|
|
9264
9317
|
"__schema": "KeywordTypeSchema",
|
|
9265
9318
|
"location": {
|
|
9266
9319
|
"filePath": "workspace.ts",
|
|
9267
|
-
"line":
|
|
9320
|
+
"line": 1864,
|
|
9268
9321
|
"character": 65
|
|
9269
9322
|
},
|
|
9270
9323
|
"name": "void"
|
|
@@ -9278,14 +9331,14 @@
|
|
|
9278
9331
|
"__schema": "FunctionLikeSchema",
|
|
9279
9332
|
"location": {
|
|
9280
9333
|
"filePath": "workspace.ts",
|
|
9281
|
-
"line":
|
|
9334
|
+
"line": 1883,
|
|
9282
9335
|
"character": 3
|
|
9283
9336
|
},
|
|
9284
9337
|
"doc": {
|
|
9285
9338
|
"__schema": "DocSchema",
|
|
9286
9339
|
"location": {
|
|
9287
9340
|
"filePath": "workspace.ts",
|
|
9288
|
-
"line":
|
|
9341
|
+
"line": 1879,
|
|
9289
9342
|
"character": 3
|
|
9290
9343
|
},
|
|
9291
9344
|
"raw": "/**\n * configure an environment to the given components in the .bitmap file, this configuration overrides other, such as\n * overrides in workspace.jsonc.\n */",
|
|
@@ -9298,7 +9351,7 @@
|
|
|
9298
9351
|
"__schema": "ParameterSchema",
|
|
9299
9352
|
"location": {
|
|
9300
9353
|
"filePath": "workspace.ts",
|
|
9301
|
-
"line":
|
|
9354
|
+
"line": 1883,
|
|
9302
9355
|
"character": 28
|
|
9303
9356
|
},
|
|
9304
9357
|
"name": "envId",
|
|
@@ -9306,7 +9359,7 @@
|
|
|
9306
9359
|
"__schema": "TypeRefSchema",
|
|
9307
9360
|
"location": {
|
|
9308
9361
|
"filePath": "workspace.ts",
|
|
9309
|
-
"line":
|
|
9362
|
+
"line": 1883,
|
|
9310
9363
|
"character": 35
|
|
9311
9364
|
},
|
|
9312
9365
|
"name": "ComponentID"
|
|
@@ -9318,7 +9371,7 @@
|
|
|
9318
9371
|
"__schema": "ParameterSchema",
|
|
9319
9372
|
"location": {
|
|
9320
9373
|
"filePath": "workspace.ts",
|
|
9321
|
-
"line":
|
|
9374
|
+
"line": 1883,
|
|
9322
9375
|
"character": 48
|
|
9323
9376
|
},
|
|
9324
9377
|
"name": "componentIds",
|
|
@@ -9326,14 +9379,14 @@
|
|
|
9326
9379
|
"__schema": "TypeArraySchema",
|
|
9327
9380
|
"location": {
|
|
9328
9381
|
"filePath": "workspace.ts",
|
|
9329
|
-
"line":
|
|
9382
|
+
"line": 1883,
|
|
9330
9383
|
"character": 62
|
|
9331
9384
|
},
|
|
9332
9385
|
"type": {
|
|
9333
9386
|
"__schema": "TypeRefSchema",
|
|
9334
9387
|
"location": {
|
|
9335
9388
|
"filePath": "workspace.ts",
|
|
9336
|
-
"line":
|
|
9389
|
+
"line": 1883,
|
|
9337
9390
|
"character": 62
|
|
9338
9391
|
},
|
|
9339
9392
|
"name": "ComponentID"
|
|
@@ -9347,7 +9400,7 @@
|
|
|
9347
9400
|
"__schema": "InferenceTypeSchema",
|
|
9348
9401
|
"location": {
|
|
9349
9402
|
"filePath": "workspace.ts",
|
|
9350
|
-
"line":
|
|
9403
|
+
"line": 1883,
|
|
9351
9404
|
"character": 3
|
|
9352
9405
|
},
|
|
9353
9406
|
"type": "Promise<void>"
|
|
@@ -9360,14 +9413,14 @@
|
|
|
9360
9413
|
"__schema": "FunctionLikeSchema",
|
|
9361
9414
|
"location": {
|
|
9362
9415
|
"filePath": "workspace.ts",
|
|
9363
|
-
"line":
|
|
9416
|
+
"line": 1901,
|
|
9364
9417
|
"character": 3
|
|
9365
9418
|
},
|
|
9366
9419
|
"doc": {
|
|
9367
9420
|
"__schema": "DocSchema",
|
|
9368
9421
|
"location": {
|
|
9369
9422
|
"filePath": "workspace.ts",
|
|
9370
|
-
"line":
|
|
9423
|
+
"line": 1896,
|
|
9371
9424
|
"character": 3
|
|
9372
9425
|
},
|
|
9373
9426
|
"raw": "/**\n * helpful when a user provides an env-string to be set and this env has no version.\n * in the workspace config, a custom-env needs to be set with a version unless it's part of the workspace.\n * (inside envs/envs it's set without a version).\n */",
|
|
@@ -9380,7 +9433,7 @@
|
|
|
9380
9433
|
"__schema": "ParameterSchema",
|
|
9381
9434
|
"location": {
|
|
9382
9435
|
"filePath": "workspace.ts",
|
|
9383
|
-
"line":
|
|
9436
|
+
"line": 1901,
|
|
9384
9437
|
"character": 51
|
|
9385
9438
|
},
|
|
9386
9439
|
"name": "envId",
|
|
@@ -9388,7 +9441,7 @@
|
|
|
9388
9441
|
"__schema": "TypeRefSchema",
|
|
9389
9442
|
"location": {
|
|
9390
9443
|
"filePath": "workspace.ts",
|
|
9391
|
-
"line":
|
|
9444
|
+
"line": 1901,
|
|
9392
9445
|
"character": 58
|
|
9393
9446
|
},
|
|
9394
9447
|
"name": "ComponentID"
|
|
@@ -9401,7 +9454,7 @@
|
|
|
9401
9454
|
"__schema": "TypeRefSchema",
|
|
9402
9455
|
"location": {
|
|
9403
9456
|
"filePath": "workspace.ts",
|
|
9404
|
-
"line":
|
|
9457
|
+
"line": 1901,
|
|
9405
9458
|
"character": 72
|
|
9406
9459
|
},
|
|
9407
9460
|
"name": "Promise",
|
|
@@ -9410,7 +9463,7 @@
|
|
|
9410
9463
|
"__schema": "KeywordTypeSchema",
|
|
9411
9464
|
"location": {
|
|
9412
9465
|
"filePath": "workspace.ts",
|
|
9413
|
-
"line":
|
|
9466
|
+
"line": 1901,
|
|
9414
9467
|
"character": 80
|
|
9415
9468
|
},
|
|
9416
9469
|
"name": "string"
|
|
@@ -9425,14 +9478,14 @@
|
|
|
9425
9478
|
"__schema": "FunctionLikeSchema",
|
|
9426
9479
|
"location": {
|
|
9427
9480
|
"filePath": "workspace.ts",
|
|
9428
|
-
"line":
|
|
9481
|
+
"line": 1924,
|
|
9429
9482
|
"character": 3
|
|
9430
9483
|
},
|
|
9431
9484
|
"doc": {
|
|
9432
9485
|
"__schema": "DocSchema",
|
|
9433
9486
|
"location": {
|
|
9434
9487
|
"filePath": "workspace.ts",
|
|
9435
|
-
"line":
|
|
9488
|
+
"line": 1921,
|
|
9436
9489
|
"character": 3
|
|
9437
9490
|
},
|
|
9438
9491
|
"raw": "/**\n * remove env configuration from the .bitmap file, so then other configuration, such as \"variants\" will take place\n */",
|
|
@@ -9445,7 +9498,7 @@
|
|
|
9445
9498
|
"__schema": "ParameterSchema",
|
|
9446
9499
|
"location": {
|
|
9447
9500
|
"filePath": "workspace.ts",
|
|
9448
|
-
"line":
|
|
9501
|
+
"line": 1924,
|
|
9449
9502
|
"character": 32
|
|
9450
9503
|
},
|
|
9451
9504
|
"name": "ids",
|
|
@@ -9453,14 +9506,14 @@
|
|
|
9453
9506
|
"__schema": "TypeArraySchema",
|
|
9454
9507
|
"location": {
|
|
9455
9508
|
"filePath": "workspace.ts",
|
|
9456
|
-
"line":
|
|
9509
|
+
"line": 1924,
|
|
9457
9510
|
"character": 37
|
|
9458
9511
|
},
|
|
9459
9512
|
"type": {
|
|
9460
9513
|
"__schema": "TypeRefSchema",
|
|
9461
9514
|
"location": {
|
|
9462
9515
|
"filePath": "workspace.ts",
|
|
9463
|
-
"line":
|
|
9516
|
+
"line": 1924,
|
|
9464
9517
|
"character": 37
|
|
9465
9518
|
},
|
|
9466
9519
|
"name": "ComponentID"
|
|
@@ -9474,7 +9527,7 @@
|
|
|
9474
9527
|
"__schema": "TypeRefSchema",
|
|
9475
9528
|
"location": {
|
|
9476
9529
|
"filePath": "workspace.ts",
|
|
9477
|
-
"line":
|
|
9530
|
+
"line": 1924,
|
|
9478
9531
|
"character": 53
|
|
9479
9532
|
},
|
|
9480
9533
|
"name": "Promise",
|
|
@@ -9483,7 +9536,7 @@
|
|
|
9483
9536
|
"__schema": "TypeLiteralSchema",
|
|
9484
9537
|
"location": {
|
|
9485
9538
|
"filePath": "workspace.ts",
|
|
9486
|
-
"line":
|
|
9539
|
+
"line": 1924,
|
|
9487
9540
|
"character": 61
|
|
9488
9541
|
},
|
|
9489
9542
|
"members": [
|
|
@@ -9491,7 +9544,7 @@
|
|
|
9491
9544
|
"__schema": "VariableLikeSchema",
|
|
9492
9545
|
"location": {
|
|
9493
9546
|
"filePath": "workspace.ts",
|
|
9494
|
-
"line":
|
|
9547
|
+
"line": 1924,
|
|
9495
9548
|
"character": 63
|
|
9496
9549
|
},
|
|
9497
9550
|
"signature": "(property) changed: ComponentID[]",
|
|
@@ -9500,14 +9553,14 @@
|
|
|
9500
9553
|
"__schema": "TypeArraySchema",
|
|
9501
9554
|
"location": {
|
|
9502
9555
|
"filePath": "workspace.ts",
|
|
9503
|
-
"line":
|
|
9556
|
+
"line": 1924,
|
|
9504
9557
|
"character": 72
|
|
9505
9558
|
},
|
|
9506
9559
|
"type": {
|
|
9507
9560
|
"__schema": "TypeRefSchema",
|
|
9508
9561
|
"location": {
|
|
9509
9562
|
"filePath": "workspace.ts",
|
|
9510
|
-
"line":
|
|
9563
|
+
"line": 1924,
|
|
9511
9564
|
"character": 72
|
|
9512
9565
|
},
|
|
9513
9566
|
"name": "ComponentID"
|
|
@@ -9519,7 +9572,7 @@
|
|
|
9519
9572
|
"__schema": "VariableLikeSchema",
|
|
9520
9573
|
"location": {
|
|
9521
9574
|
"filePath": "workspace.ts",
|
|
9522
|
-
"line":
|
|
9575
|
+
"line": 1924,
|
|
9523
9576
|
"character": 87
|
|
9524
9577
|
},
|
|
9525
9578
|
"signature": "(property) unchanged: ComponentID[]",
|
|
@@ -9528,14 +9581,14 @@
|
|
|
9528
9581
|
"__schema": "TypeArraySchema",
|
|
9529
9582
|
"location": {
|
|
9530
9583
|
"filePath": "workspace.ts",
|
|
9531
|
-
"line":
|
|
9584
|
+
"line": 1924,
|
|
9532
9585
|
"character": 98
|
|
9533
9586
|
},
|
|
9534
9587
|
"type": {
|
|
9535
9588
|
"__schema": "TypeRefSchema",
|
|
9536
9589
|
"location": {
|
|
9537
9590
|
"filePath": "workspace.ts",
|
|
9538
|
-
"line":
|
|
9591
|
+
"line": 1924,
|
|
9539
9592
|
"character": 98
|
|
9540
9593
|
},
|
|
9541
9594
|
"name": "ComponentID"
|
|
@@ -9555,7 +9608,7 @@
|
|
|
9555
9608
|
"__schema": "FunctionLikeSchema",
|
|
9556
9609
|
"location": {
|
|
9557
9610
|
"filePath": "workspace.ts",
|
|
9558
|
-
"line":
|
|
9611
|
+
"line": 1953,
|
|
9559
9612
|
"character": 3
|
|
9560
9613
|
},
|
|
9561
9614
|
"signature": "(method) Workspace.updateEnvForComponents(envIdStr?: string, pattern?: string): Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>",
|
|
@@ -9565,7 +9618,7 @@
|
|
|
9565
9618
|
"__schema": "ParameterSchema",
|
|
9566
9619
|
"location": {
|
|
9567
9620
|
"filePath": "workspace.ts",
|
|
9568
|
-
"line":
|
|
9621
|
+
"line": 1953,
|
|
9569
9622
|
"character": 32
|
|
9570
9623
|
},
|
|
9571
9624
|
"name": "envIdStr",
|
|
@@ -9573,7 +9626,7 @@
|
|
|
9573
9626
|
"__schema": "KeywordTypeSchema",
|
|
9574
9627
|
"location": {
|
|
9575
9628
|
"filePath": "workspace.ts",
|
|
9576
|
-
"line":
|
|
9629
|
+
"line": 1953,
|
|
9577
9630
|
"character": 43
|
|
9578
9631
|
},
|
|
9579
9632
|
"name": "string"
|
|
@@ -9585,7 +9638,7 @@
|
|
|
9585
9638
|
"__schema": "ParameterSchema",
|
|
9586
9639
|
"location": {
|
|
9587
9640
|
"filePath": "workspace.ts",
|
|
9588
|
-
"line":
|
|
9641
|
+
"line": 1953,
|
|
9589
9642
|
"character": 51
|
|
9590
9643
|
},
|
|
9591
9644
|
"name": "pattern",
|
|
@@ -9593,7 +9646,7 @@
|
|
|
9593
9646
|
"__schema": "KeywordTypeSchema",
|
|
9594
9647
|
"location": {
|
|
9595
9648
|
"filePath": "workspace.ts",
|
|
9596
|
-
"line":
|
|
9649
|
+
"line": 1953,
|
|
9597
9650
|
"character": 61
|
|
9598
9651
|
},
|
|
9599
9652
|
"name": "string"
|
|
@@ -9606,7 +9659,7 @@
|
|
|
9606
9659
|
"__schema": "InferenceTypeSchema",
|
|
9607
9660
|
"location": {
|
|
9608
9661
|
"filePath": "workspace.ts",
|
|
9609
|
-
"line":
|
|
9662
|
+
"line": 1953,
|
|
9610
9663
|
"character": 3
|
|
9611
9664
|
},
|
|
9612
9665
|
"type": "Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>"
|
|
@@ -9619,7 +9672,7 @@
|
|
|
9619
9672
|
"__schema": "FunctionLikeSchema",
|
|
9620
9673
|
"location": {
|
|
9621
9674
|
"filePath": "workspace.ts",
|
|
9622
|
-
"line":
|
|
9675
|
+
"line": 2026,
|
|
9623
9676
|
"character": 3
|
|
9624
9677
|
},
|
|
9625
9678
|
"signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
|
|
@@ -9629,7 +9682,7 @@
|
|
|
9629
9682
|
"__schema": "InferenceTypeSchema",
|
|
9630
9683
|
"location": {
|
|
9631
9684
|
"filePath": "workspace.ts",
|
|
9632
|
-
"line":
|
|
9685
|
+
"line": 2026,
|
|
9633
9686
|
"character": 3
|
|
9634
9687
|
},
|
|
9635
9688
|
"type": "RegExp[]"
|
|
@@ -9640,7 +9693,7 @@
|
|
|
9640
9693
|
"__schema": "FunctionLikeSchema",
|
|
9641
9694
|
"location": {
|
|
9642
9695
|
"filePath": "workspace.ts",
|
|
9643
|
-
"line":
|
|
9696
|
+
"line": 2030,
|
|
9644
9697
|
"character": 3
|
|
9645
9698
|
},
|
|
9646
9699
|
"signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
|
|
@@ -9650,7 +9703,7 @@
|
|
|
9650
9703
|
"__schema": "InferenceTypeSchema",
|
|
9651
9704
|
"location": {
|
|
9652
9705
|
"filePath": "workspace.ts",
|
|
9653
|
-
"line":
|
|
9706
|
+
"line": 2030,
|
|
9654
9707
|
"character": 3
|
|
9655
9708
|
},
|
|
9656
9709
|
"type": "Promise<void>"
|
|
@@ -9663,7 +9716,7 @@
|
|
|
9663
9716
|
"__schema": "FunctionLikeSchema",
|
|
9664
9717
|
"location": {
|
|
9665
9718
|
"filePath": "workspace.ts",
|
|
9666
|
-
"line":
|
|
9719
|
+
"line": 2045,
|
|
9667
9720
|
"character": 3
|
|
9668
9721
|
},
|
|
9669
9722
|
"signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
|
|
@@ -9673,7 +9726,7 @@
|
|
|
9673
9726
|
"__schema": "ParameterSchema",
|
|
9674
9727
|
"location": {
|
|
9675
9728
|
"filePath": "workspace.ts",
|
|
9676
|
-
"line":
|
|
9729
|
+
"line": 2045,
|
|
9677
9730
|
"character": 19
|
|
9678
9731
|
},
|
|
9679
9732
|
"name": "component",
|
|
@@ -9681,7 +9734,7 @@
|
|
|
9681
9734
|
"__schema": "TypeRefSchema",
|
|
9682
9735
|
"location": {
|
|
9683
9736
|
"filePath": "workspace.ts",
|
|
9684
|
-
"line":
|
|
9737
|
+
"line": 2045,
|
|
9685
9738
|
"character": 30
|
|
9686
9739
|
},
|
|
9687
9740
|
"name": "Component"
|
|
@@ -9694,7 +9747,7 @@
|
|
|
9694
9747
|
"__schema": "TypeRefSchema",
|
|
9695
9748
|
"location": {
|
|
9696
9749
|
"filePath": "workspace.ts",
|
|
9697
|
-
"line":
|
|
9750
|
+
"line": 2045,
|
|
9698
9751
|
"character": 42
|
|
9699
9752
|
},
|
|
9700
9753
|
"name": "Promise",
|
|
@@ -9703,14 +9756,14 @@
|
|
|
9703
9756
|
"__schema": "TypeArraySchema",
|
|
9704
9757
|
"location": {
|
|
9705
9758
|
"filePath": "workspace.ts",
|
|
9706
|
-
"line":
|
|
9759
|
+
"line": 2045,
|
|
9707
9760
|
"character": 50
|
|
9708
9761
|
},
|
|
9709
9762
|
"type": {
|
|
9710
9763
|
"__schema": "KeywordTypeSchema",
|
|
9711
9764
|
"location": {
|
|
9712
9765
|
"filePath": "workspace.ts",
|
|
9713
|
-
"line":
|
|
9766
|
+
"line": 2045,
|
|
9714
9767
|
"character": 50
|
|
9715
9768
|
},
|
|
9716
9769
|
"name": "string"
|
|
@@ -9724,7 +9777,7 @@
|
|
|
9724
9777
|
"__schema": "FunctionLikeSchema",
|
|
9725
9778
|
"location": {
|
|
9726
9779
|
"filePath": "workspace.ts",
|
|
9727
|
-
"line":
|
|
9780
|
+
"line": 2056,
|
|
9728
9781
|
"character": 3
|
|
9729
9782
|
},
|
|
9730
9783
|
"signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[]): Promise<DependenciesOverridesData>",
|
|
@@ -9734,7 +9787,7 @@
|
|
|
9734
9787
|
"__schema": "ParameterSchema",
|
|
9735
9788
|
"location": {
|
|
9736
9789
|
"filePath": "workspace.ts",
|
|
9737
|
-
"line":
|
|
9790
|
+
"line": 2056,
|
|
9738
9791
|
"character": 32
|
|
9739
9792
|
},
|
|
9740
9793
|
"name": "configuredExtensions",
|
|
@@ -9742,7 +9795,7 @@
|
|
|
9742
9795
|
"__schema": "TypeRefSchema",
|
|
9743
9796
|
"location": {
|
|
9744
9797
|
"filePath": "workspace.ts",
|
|
9745
|
-
"line":
|
|
9798
|
+
"line": 2056,
|
|
9746
9799
|
"character": 54
|
|
9747
9800
|
},
|
|
9748
9801
|
"name": "ExtensionDataList"
|
|
@@ -9754,7 +9807,7 @@
|
|
|
9754
9807
|
"__schema": "ParameterSchema",
|
|
9755
9808
|
"location": {
|
|
9756
9809
|
"filePath": "workspace.ts",
|
|
9757
|
-
"line":
|
|
9810
|
+
"line": 2056,
|
|
9758
9811
|
"character": 73
|
|
9759
9812
|
},
|
|
9760
9813
|
"name": "id",
|
|
@@ -9762,7 +9815,7 @@
|
|
|
9762
9815
|
"__schema": "TypeRefSchema",
|
|
9763
9816
|
"location": {
|
|
9764
9817
|
"filePath": "workspace.ts",
|
|
9765
|
-
"line":
|
|
9818
|
+
"line": 2056,
|
|
9766
9819
|
"character": 77
|
|
9767
9820
|
},
|
|
9768
9821
|
"name": "ComponentID"
|
|
@@ -9774,7 +9827,7 @@
|
|
|
9774
9827
|
"__schema": "ParameterSchema",
|
|
9775
9828
|
"location": {
|
|
9776
9829
|
"filePath": "workspace.ts",
|
|
9777
|
-
"line":
|
|
9830
|
+
"line": 2056,
|
|
9778
9831
|
"character": 90
|
|
9779
9832
|
},
|
|
9780
9833
|
"name": "legacyFiles",
|
|
@@ -9782,14 +9835,14 @@
|
|
|
9782
9835
|
"__schema": "TypeArraySchema",
|
|
9783
9836
|
"location": {
|
|
9784
9837
|
"filePath": "workspace.ts",
|
|
9785
|
-
"line":
|
|
9838
|
+
"line": 2056,
|
|
9786
9839
|
"character": 103
|
|
9787
9840
|
},
|
|
9788
9841
|
"type": {
|
|
9789
9842
|
"__schema": "TypeRefSchema",
|
|
9790
9843
|
"location": {
|
|
9791
9844
|
"filePath": "workspace.ts",
|
|
9792
|
-
"line":
|
|
9845
|
+
"line": 2056,
|
|
9793
9846
|
"character": 103
|
|
9794
9847
|
},
|
|
9795
9848
|
"name": "SourceFile"
|
|
@@ -9803,7 +9856,7 @@
|
|
|
9803
9856
|
"__schema": "InferenceTypeSchema",
|
|
9804
9857
|
"location": {
|
|
9805
9858
|
"filePath": "workspace.ts",
|
|
9806
|
-
"line":
|
|
9859
|
+
"line": 2056,
|
|
9807
9860
|
"character": 3
|
|
9808
9861
|
},
|
|
9809
9862
|
"type": "Promise<DependenciesOverridesData>"
|
|
@@ -9816,7 +9869,7 @@
|
|
|
9816
9869
|
"__schema": "FunctionLikeSchema",
|
|
9817
9870
|
"location": {
|
|
9818
9871
|
"filePath": "workspace.ts",
|
|
9819
|
-
"line":
|
|
9872
|
+
"line": 2067,
|
|
9820
9873
|
"character": 3
|
|
9821
9874
|
},
|
|
9822
9875
|
"signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
|
|
@@ -9826,7 +9879,7 @@
|
|
|
9826
9879
|
"__schema": "ParameterSchema",
|
|
9827
9880
|
"location": {
|
|
9828
9881
|
"filePath": "workspace.ts",
|
|
9829
|
-
"line":
|
|
9882
|
+
"line": 2067,
|
|
9830
9883
|
"character": 28
|
|
9831
9884
|
},
|
|
9832
9885
|
"name": "id",
|
|
@@ -9834,7 +9887,7 @@
|
|
|
9834
9887
|
"__schema": "TypeRefSchema",
|
|
9835
9888
|
"location": {
|
|
9836
9889
|
"filePath": "workspace.ts",
|
|
9837
|
-
"line":
|
|
9890
|
+
"line": 2067,
|
|
9838
9891
|
"character": 32
|
|
9839
9892
|
},
|
|
9840
9893
|
"name": "ComponentID"
|
|
@@ -9847,7 +9900,7 @@
|
|
|
9847
9900
|
"__schema": "InferenceTypeSchema",
|
|
9848
9901
|
"location": {
|
|
9849
9902
|
"filePath": "workspace.ts",
|
|
9850
|
-
"line":
|
|
9903
|
+
"line": 2067,
|
|
9851
9904
|
"character": 3
|
|
9852
9905
|
},
|
|
9853
9906
|
"type": "DependenciesOverridesData | undefined"
|
|
@@ -9858,7 +9911,7 @@
|
|
|
9858
9911
|
"__schema": "FunctionLikeSchema",
|
|
9859
9912
|
"location": {
|
|
9860
9913
|
"filePath": "workspace.ts",
|
|
9861
|
-
"line":
|
|
9914
|
+
"line": 2076,
|
|
9862
9915
|
"character": 3
|
|
9863
9916
|
},
|
|
9864
9917
|
"signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
|
|
@@ -9868,7 +9921,7 @@
|
|
|
9868
9921
|
"__schema": "ParameterSchema",
|
|
9869
9922
|
"location": {
|
|
9870
9923
|
"filePath": "workspace.ts",
|
|
9871
|
-
"line":
|
|
9924
|
+
"line": 2076,
|
|
9872
9925
|
"character": 35
|
|
9873
9926
|
},
|
|
9874
9927
|
"name": "ids",
|
|
@@ -9876,14 +9929,14 @@
|
|
|
9876
9929
|
"__schema": "TypeArraySchema",
|
|
9877
9930
|
"location": {
|
|
9878
9931
|
"filePath": "workspace.ts",
|
|
9879
|
-
"line":
|
|
9932
|
+
"line": 2076,
|
|
9880
9933
|
"character": 40
|
|
9881
9934
|
},
|
|
9882
9935
|
"type": {
|
|
9883
9936
|
"__schema": "TypeRefSchema",
|
|
9884
9937
|
"location": {
|
|
9885
9938
|
"filePath": "workspace.ts",
|
|
9886
|
-
"line":
|
|
9939
|
+
"line": 2076,
|
|
9887
9940
|
"character": 40
|
|
9888
9941
|
},
|
|
9889
9942
|
"name": "ComponentID"
|
|
@@ -9897,7 +9950,7 @@
|
|
|
9897
9950
|
"__schema": "TypeRefSchema",
|
|
9898
9951
|
"location": {
|
|
9899
9952
|
"filePath": "workspace.ts",
|
|
9900
|
-
"line":
|
|
9953
|
+
"line": 2076,
|
|
9901
9954
|
"character": 56
|
|
9902
9955
|
},
|
|
9903
9956
|
"name": "Promise",
|
|
@@ -9906,14 +9959,14 @@
|
|
|
9906
9959
|
"__schema": "TypeArraySchema",
|
|
9907
9960
|
"location": {
|
|
9908
9961
|
"filePath": "workspace.ts",
|
|
9909
|
-
"line":
|
|
9962
|
+
"line": 2076,
|
|
9910
9963
|
"character": 64
|
|
9911
9964
|
},
|
|
9912
9965
|
"type": {
|
|
9913
9966
|
"__schema": "TypeRefSchema",
|
|
9914
9967
|
"location": {
|
|
9915
9968
|
"filePath": "workspace.ts",
|
|
9916
|
-
"line":
|
|
9969
|
+
"line": 2076,
|
|
9917
9970
|
"character": 64
|
|
9918
9971
|
},
|
|
9919
9972
|
"name": "ComponentStatusResult"
|
|
@@ -9929,7 +9982,7 @@
|
|
|
9929
9982
|
"__schema": "FunctionLikeSchema",
|
|
9930
9983
|
"location": {
|
|
9931
9984
|
"filePath": "workspace.ts",
|
|
9932
|
-
"line":
|
|
9985
|
+
"line": 2080,
|
|
9933
9986
|
"character": 3
|
|
9934
9987
|
},
|
|
9935
9988
|
"signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
|
|
@@ -9939,7 +9992,7 @@
|
|
|
9939
9992
|
"__schema": "ParameterSchema",
|
|
9940
9993
|
"location": {
|
|
9941
9994
|
"filePath": "workspace.ts",
|
|
9942
|
-
"line":
|
|
9995
|
+
"line": 2080,
|
|
9943
9996
|
"character": 32
|
|
9944
9997
|
},
|
|
9945
9998
|
"name": "id",
|
|
@@ -9947,7 +10000,7 @@
|
|
|
9947
10000
|
"__schema": "TypeRefSchema",
|
|
9948
10001
|
"location": {
|
|
9949
10002
|
"filePath": "workspace.ts",
|
|
9950
|
-
"line":
|
|
10003
|
+
"line": 2080,
|
|
9951
10004
|
"character": 36
|
|
9952
10005
|
},
|
|
9953
10006
|
"name": "ComponentID"
|
|
@@ -9960,7 +10013,7 @@
|
|
|
9960
10013
|
"__schema": "TypeRefSchema",
|
|
9961
10014
|
"location": {
|
|
9962
10015
|
"filePath": "workspace.ts",
|
|
9963
|
-
"line":
|
|
10016
|
+
"line": 2080,
|
|
9964
10017
|
"character": 50
|
|
9965
10018
|
},
|
|
9966
10019
|
"name": "Promise",
|
|
@@ -9969,7 +10022,7 @@
|
|
|
9969
10022
|
"__schema": "TypeRefSchema",
|
|
9970
10023
|
"location": {
|
|
9971
10024
|
"filePath": "workspace.ts",
|
|
9972
|
-
"line":
|
|
10025
|
+
"line": 2080,
|
|
9973
10026
|
"character": 58
|
|
9974
10027
|
},
|
|
9975
10028
|
"name": "ComponentStatusLegacy"
|
|
@@ -10004,7 +10057,7 @@
|
|
|
10004
10057
|
"_legacy": {
|
|
10005
10058
|
"scope": "teambit.workspace",
|
|
10006
10059
|
"name": "workspace",
|
|
10007
|
-
"version": "1.0.
|
|
10060
|
+
"version": "1.0.187"
|
|
10008
10061
|
},
|
|
10009
10062
|
"_scope": "teambit.workspace"
|
|
10010
10063
|
}
|
|
@@ -10184,7 +10237,7 @@
|
|
|
10184
10237
|
"_legacy": {
|
|
10185
10238
|
"scope": "teambit.workspace",
|
|
10186
10239
|
"name": "workspace",
|
|
10187
|
-
"version": "1.0.
|
|
10240
|
+
"version": "1.0.187"
|
|
10188
10241
|
},
|
|
10189
10242
|
"_scope": "teambit.workspace"
|
|
10190
10243
|
}
|
|
@@ -10615,7 +10668,7 @@
|
|
|
10615
10668
|
"_legacy": {
|
|
10616
10669
|
"scope": "teambit.workspace",
|
|
10617
10670
|
"name": "workspace",
|
|
10618
|
-
"version": "1.0.
|
|
10671
|
+
"version": "1.0.187"
|
|
10619
10672
|
},
|
|
10620
10673
|
"_scope": "teambit.workspace"
|
|
10621
10674
|
}
|
|
@@ -10770,7 +10823,7 @@
|
|
|
10770
10823
|
"_legacy": {
|
|
10771
10824
|
"scope": "teambit.workspace",
|
|
10772
10825
|
"name": "workspace",
|
|
10773
|
-
"version": "1.0.
|
|
10826
|
+
"version": "1.0.187"
|
|
10774
10827
|
},
|
|
10775
10828
|
"_scope": "teambit.workspace"
|
|
10776
10829
|
}
|
|
@@ -10905,7 +10958,7 @@
|
|
|
10905
10958
|
"_legacy": {
|
|
10906
10959
|
"scope": "teambit.workspace",
|
|
10907
10960
|
"name": "workspace",
|
|
10908
|
-
"version": "1.0.
|
|
10961
|
+
"version": "1.0.187"
|
|
10909
10962
|
},
|
|
10910
10963
|
"_scope": "teambit.workspace"
|
|
10911
10964
|
}
|
|
@@ -12826,7 +12879,7 @@
|
|
|
12826
12879
|
"_legacy": {
|
|
12827
12880
|
"scope": "teambit.workspace",
|
|
12828
12881
|
"name": "workspace",
|
|
12829
|
-
"version": "1.0.
|
|
12882
|
+
"version": "1.0.187"
|
|
12830
12883
|
},
|
|
12831
12884
|
"_scope": "teambit.workspace"
|
|
12832
12885
|
}
|
|
@@ -13159,7 +13212,7 @@
|
|
|
13159
13212
|
"_legacy": {
|
|
13160
13213
|
"scope": "teambit.workspace",
|
|
13161
13214
|
"name": "workspace",
|
|
13162
|
-
"version": "1.0.
|
|
13215
|
+
"version": "1.0.187"
|
|
13163
13216
|
},
|
|
13164
13217
|
"_scope": "teambit.workspace"
|
|
13165
13218
|
}
|
|
@@ -22252,17 +22305,49 @@
|
|
|
22252
22305
|
"__schema": "FunctionLikeSchema",
|
|
22253
22306
|
"location": {
|
|
22254
22307
|
"filePath": "workspace.ts",
|
|
22255
|
-
"line":
|
|
22308
|
+
"line": 1393,
|
|
22256
22309
|
"character": 3
|
|
22257
22310
|
},
|
|
22258
|
-
"
|
|
22311
|
+
"doc": {
|
|
22312
|
+
"__schema": "DocSchema",
|
|
22313
|
+
"location": {
|
|
22314
|
+
"filePath": "workspace.ts",
|
|
22315
|
+
"line": 1388,
|
|
22316
|
+
"character": 3
|
|
22317
|
+
},
|
|
22318
|
+
"raw": "/**\n * @param scopeName\n * @param includeComponents whether to update new components in the workspace to use the new default-scope\n * this is relevant only for new components that were using the previous default-scope\n */",
|
|
22319
|
+
"tags": [
|
|
22320
|
+
{
|
|
22321
|
+
"__schema": "PropertyLikeTagSchema",
|
|
22322
|
+
"location": {
|
|
22323
|
+
"filePath": "workspace.ts",
|
|
22324
|
+
"line": 1389,
|
|
22325
|
+
"character": 6
|
|
22326
|
+
},
|
|
22327
|
+
"name": "scopeName",
|
|
22328
|
+
"tagName": "parameter"
|
|
22329
|
+
},
|
|
22330
|
+
{
|
|
22331
|
+
"__schema": "PropertyLikeTagSchema",
|
|
22332
|
+
"location": {
|
|
22333
|
+
"filePath": "workspace.ts",
|
|
22334
|
+
"line": 1390,
|
|
22335
|
+
"character": 6
|
|
22336
|
+
},
|
|
22337
|
+
"name": "includeComponents",
|
|
22338
|
+
"tagName": "parameter",
|
|
22339
|
+
"comment": "whether to update new components in the workspace to use the new default-scope\nthis is relevant only for new components that were using the previous default-scope"
|
|
22340
|
+
}
|
|
22341
|
+
]
|
|
22342
|
+
},
|
|
22343
|
+
"signature": "(method) Workspace.setDefaultScope(scopeName: string, includeComponents?: boolean): Promise<void>",
|
|
22259
22344
|
"name": "setDefaultScope",
|
|
22260
22345
|
"params": [
|
|
22261
22346
|
{
|
|
22262
22347
|
"__schema": "ParameterSchema",
|
|
22263
22348
|
"location": {
|
|
22264
22349
|
"filePath": "workspace.ts",
|
|
22265
|
-
"line":
|
|
22350
|
+
"line": 1393,
|
|
22266
22351
|
"character": 25
|
|
22267
22352
|
},
|
|
22268
22353
|
"name": "scopeName",
|
|
@@ -22270,20 +22355,41 @@
|
|
|
22270
22355
|
"__schema": "KeywordTypeSchema",
|
|
22271
22356
|
"location": {
|
|
22272
22357
|
"filePath": "workspace.ts",
|
|
22273
|
-
"line":
|
|
22358
|
+
"line": 1393,
|
|
22274
22359
|
"character": 36
|
|
22275
22360
|
},
|
|
22276
22361
|
"name": "string"
|
|
22277
22362
|
},
|
|
22278
22363
|
"isOptional": false,
|
|
22279
22364
|
"isSpread": false
|
|
22365
|
+
},
|
|
22366
|
+
{
|
|
22367
|
+
"__schema": "ParameterSchema",
|
|
22368
|
+
"location": {
|
|
22369
|
+
"filePath": "workspace.ts",
|
|
22370
|
+
"line": 1393,
|
|
22371
|
+
"character": 44
|
|
22372
|
+
},
|
|
22373
|
+
"name": "includeComponents",
|
|
22374
|
+
"type": {
|
|
22375
|
+
"__schema": "InferenceTypeSchema",
|
|
22376
|
+
"location": {
|
|
22377
|
+
"filePath": "workspace.ts",
|
|
22378
|
+
"line": 1393,
|
|
22379
|
+
"character": 44
|
|
22380
|
+
},
|
|
22381
|
+
"type": "boolean"
|
|
22382
|
+
},
|
|
22383
|
+
"isOptional": true,
|
|
22384
|
+
"defaultValue": "true",
|
|
22385
|
+
"isSpread": false
|
|
22280
22386
|
}
|
|
22281
22387
|
],
|
|
22282
22388
|
"returnType": {
|
|
22283
22389
|
"__schema": "InferenceTypeSchema",
|
|
22284
22390
|
"location": {
|
|
22285
22391
|
"filePath": "workspace.ts",
|
|
22286
|
-
"line":
|
|
22392
|
+
"line": 1393,
|
|
22287
22393
|
"character": 3
|
|
22288
22394
|
},
|
|
22289
22395
|
"type": "Promise<void>"
|
|
@@ -22296,7 +22402,7 @@
|
|
|
22296
22402
|
"__schema": "FunctionLikeSchema",
|
|
22297
22403
|
"location": {
|
|
22298
22404
|
"filePath": "workspace.ts",
|
|
22299
|
-
"line":
|
|
22405
|
+
"line": 1416,
|
|
22300
22406
|
"character": 3
|
|
22301
22407
|
},
|
|
22302
22408
|
"signature": "(method) Workspace.addSpecificComponentConfig(id: ComponentID, aspectId: string, config?: Record<string, any>, { shouldMergeWithExisting, shouldMergeWithPrevious, }?: {\n shouldMergeWithExisting?: boolean;\n shouldMergeWithPrevious?: boolean;\n}): Promise<void>",
|
|
@@ -22306,7 +22412,7 @@
|
|
|
22306
22412
|
"__schema": "ParameterSchema",
|
|
22307
22413
|
"location": {
|
|
22308
22414
|
"filePath": "workspace.ts",
|
|
22309
|
-
"line":
|
|
22415
|
+
"line": 1417,
|
|
22310
22416
|
"character": 5
|
|
22311
22417
|
},
|
|
22312
22418
|
"name": "id",
|
|
@@ -22314,7 +22420,7 @@
|
|
|
22314
22420
|
"__schema": "TypeRefSchema",
|
|
22315
22421
|
"location": {
|
|
22316
22422
|
"filePath": "workspace.ts",
|
|
22317
|
-
"line":
|
|
22423
|
+
"line": 1417,
|
|
22318
22424
|
"character": 9
|
|
22319
22425
|
},
|
|
22320
22426
|
"name": "ComponentID"
|
|
@@ -22326,7 +22432,7 @@
|
|
|
22326
22432
|
"__schema": "ParameterSchema",
|
|
22327
22433
|
"location": {
|
|
22328
22434
|
"filePath": "workspace.ts",
|
|
22329
|
-
"line":
|
|
22435
|
+
"line": 1418,
|
|
22330
22436
|
"character": 5
|
|
22331
22437
|
},
|
|
22332
22438
|
"name": "aspectId",
|
|
@@ -22334,7 +22440,7 @@
|
|
|
22334
22440
|
"__schema": "KeywordTypeSchema",
|
|
22335
22441
|
"location": {
|
|
22336
22442
|
"filePath": "workspace.ts",
|
|
22337
|
-
"line":
|
|
22443
|
+
"line": 1418,
|
|
22338
22444
|
"character": 15
|
|
22339
22445
|
},
|
|
22340
22446
|
"name": "string"
|
|
@@ -22346,7 +22452,7 @@
|
|
|
22346
22452
|
"__schema": "ParameterSchema",
|
|
22347
22453
|
"location": {
|
|
22348
22454
|
"filePath": "workspace.ts",
|
|
22349
|
-
"line":
|
|
22455
|
+
"line": 1419,
|
|
22350
22456
|
"character": 5
|
|
22351
22457
|
},
|
|
22352
22458
|
"name": "config",
|
|
@@ -22354,7 +22460,7 @@
|
|
|
22354
22460
|
"__schema": "TypeRefSchema",
|
|
22355
22461
|
"location": {
|
|
22356
22462
|
"filePath": "workspace.ts",
|
|
22357
|
-
"line":
|
|
22463
|
+
"line": 1419,
|
|
22358
22464
|
"character": 13
|
|
22359
22465
|
},
|
|
22360
22466
|
"name": "Record",
|
|
@@ -22363,7 +22469,7 @@
|
|
|
22363
22469
|
"__schema": "KeywordTypeSchema",
|
|
22364
22470
|
"location": {
|
|
22365
22471
|
"filePath": "workspace.ts",
|
|
22366
|
-
"line":
|
|
22472
|
+
"line": 1419,
|
|
22367
22473
|
"character": 20
|
|
22368
22474
|
},
|
|
22369
22475
|
"name": "string"
|
|
@@ -22372,7 +22478,7 @@
|
|
|
22372
22478
|
"__schema": "KeywordTypeSchema",
|
|
22373
22479
|
"location": {
|
|
22374
22480
|
"filePath": "workspace.ts",
|
|
22375
|
-
"line":
|
|
22481
|
+
"line": 1419,
|
|
22376
22482
|
"character": 28
|
|
22377
22483
|
},
|
|
22378
22484
|
"name": "any"
|
|
@@ -22387,7 +22493,7 @@
|
|
|
22387
22493
|
"__schema": "ParameterSchema",
|
|
22388
22494
|
"location": {
|
|
22389
22495
|
"filePath": "workspace.ts",
|
|
22390
|
-
"line":
|
|
22496
|
+
"line": 1420,
|
|
22391
22497
|
"character": 5
|
|
22392
22498
|
},
|
|
22393
22499
|
"name": "{ shouldMergeWithExisting, shouldMergeWithPrevious }",
|
|
@@ -22395,7 +22501,7 @@
|
|
|
22395
22501
|
"__schema": "TypeLiteralSchema",
|
|
22396
22502
|
"location": {
|
|
22397
22503
|
"filePath": "workspace.ts",
|
|
22398
|
-
"line":
|
|
22504
|
+
"line": 1423,
|
|
22399
22505
|
"character": 8
|
|
22400
22506
|
},
|
|
22401
22507
|
"members": [
|
|
@@ -22403,7 +22509,7 @@
|
|
|
22403
22509
|
"__schema": "VariableLikeSchema",
|
|
22404
22510
|
"location": {
|
|
22405
22511
|
"filePath": "workspace.ts",
|
|
22406
|
-
"line":
|
|
22512
|
+
"line": 1424,
|
|
22407
22513
|
"character": 7
|
|
22408
22514
|
},
|
|
22409
22515
|
"signature": "(property) shouldMergeWithExisting?: boolean | undefined",
|
|
@@ -22412,7 +22518,7 @@
|
|
|
22412
22518
|
"__schema": "KeywordTypeSchema",
|
|
22413
22519
|
"location": {
|
|
22414
22520
|
"filePath": "workspace.ts",
|
|
22415
|
-
"line":
|
|
22521
|
+
"line": 1424,
|
|
22416
22522
|
"character": 33
|
|
22417
22523
|
},
|
|
22418
22524
|
"name": "boolean"
|
|
@@ -22423,14 +22529,14 @@
|
|
|
22423
22529
|
"__schema": "VariableLikeSchema",
|
|
22424
22530
|
"location": {
|
|
22425
22531
|
"filePath": "workspace.ts",
|
|
22426
|
-
"line":
|
|
22532
|
+
"line": 1429,
|
|
22427
22533
|
"character": 7
|
|
22428
22534
|
},
|
|
22429
22535
|
"doc": {
|
|
22430
22536
|
"__schema": "DocSchema",
|
|
22431
22537
|
"location": {
|
|
22432
22538
|
"filePath": "workspace.ts",
|
|
22433
|
-
"line":
|
|
22539
|
+
"line": 1425,
|
|
22434
22540
|
"character": 7
|
|
22435
22541
|
},
|
|
22436
22542
|
"raw": "/**\n * relevant only when writing to .bitmap.\n * eject config of the given aspect-id, so then it won't override previous config. (see \"adding prod dep, tagging then adding devDep\" e2e-test)\n */",
|
|
@@ -22442,7 +22548,7 @@
|
|
|
22442
22548
|
"__schema": "KeywordTypeSchema",
|
|
22443
22549
|
"location": {
|
|
22444
22550
|
"filePath": "workspace.ts",
|
|
22445
|
-
"line":
|
|
22551
|
+
"line": 1429,
|
|
22446
22552
|
"character": 33
|
|
22447
22553
|
},
|
|
22448
22554
|
"name": "boolean"
|
|
@@ -22458,7 +22564,7 @@
|
|
|
22458
22564
|
"__schema": "VariableLikeSchema",
|
|
22459
22565
|
"location": {
|
|
22460
22566
|
"filePath": "workspace.ts",
|
|
22461
|
-
"line":
|
|
22567
|
+
"line": 1424,
|
|
22462
22568
|
"character": 7
|
|
22463
22569
|
},
|
|
22464
22570
|
"signature": "(property) shouldMergeWithExisting?: boolean | undefined",
|
|
@@ -22467,7 +22573,7 @@
|
|
|
22467
22573
|
"__schema": "KeywordTypeSchema",
|
|
22468
22574
|
"location": {
|
|
22469
22575
|
"filePath": "workspace.ts",
|
|
22470
|
-
"line":
|
|
22576
|
+
"line": 1424,
|
|
22471
22577
|
"character": 33
|
|
22472
22578
|
},
|
|
22473
22579
|
"name": "boolean"
|
|
@@ -22478,14 +22584,14 @@
|
|
|
22478
22584
|
"__schema": "VariableLikeSchema",
|
|
22479
22585
|
"location": {
|
|
22480
22586
|
"filePath": "workspace.ts",
|
|
22481
|
-
"line":
|
|
22587
|
+
"line": 1429,
|
|
22482
22588
|
"character": 7
|
|
22483
22589
|
},
|
|
22484
22590
|
"doc": {
|
|
22485
22591
|
"__schema": "DocSchema",
|
|
22486
22592
|
"location": {
|
|
22487
22593
|
"filePath": "workspace.ts",
|
|
22488
|
-
"line":
|
|
22594
|
+
"line": 1425,
|
|
22489
22595
|
"character": 7
|
|
22490
22596
|
},
|
|
22491
22597
|
"raw": "/**\n * relevant only when writing to .bitmap.\n * eject config of the given aspect-id, so then it won't override previous config. (see \"adding prod dep, tagging then adding devDep\" e2e-test)\n */",
|
|
@@ -22497,7 +22603,7 @@
|
|
|
22497
22603
|
"__schema": "KeywordTypeSchema",
|
|
22498
22604
|
"location": {
|
|
22499
22605
|
"filePath": "workspace.ts",
|
|
22500
|
-
"line":
|
|
22606
|
+
"line": 1429,
|
|
22501
22607
|
"character": 33
|
|
22502
22608
|
},
|
|
22503
22609
|
"name": "boolean"
|
|
@@ -22512,7 +22618,7 @@
|
|
|
22512
22618
|
"__schema": "InferenceTypeSchema",
|
|
22513
22619
|
"location": {
|
|
22514
22620
|
"filePath": "workspace.ts",
|
|
22515
|
-
"line":
|
|
22621
|
+
"line": 1416,
|
|
22516
22622
|
"character": 3
|
|
22517
22623
|
},
|
|
22518
22624
|
"type": "Promise<void>"
|
|
@@ -22525,7 +22631,7 @@
|
|
|
22525
22631
|
"__schema": "FunctionLikeSchema",
|
|
22526
22632
|
"location": {
|
|
22527
22633
|
"filePath": "workspace.ts",
|
|
22528
|
-
"line":
|
|
22634
|
+
"line": 1451,
|
|
22529
22635
|
"character": 3
|
|
22530
22636
|
},
|
|
22531
22637
|
"signature": "(method) Workspace.removeSpecificComponentConfig(id: ComponentID, aspectId: string, markWithMinusIfNotExist?: boolean): Promise<void>",
|
|
@@ -22535,7 +22641,7 @@
|
|
|
22535
22641
|
"__schema": "ParameterSchema",
|
|
22536
22642
|
"location": {
|
|
22537
22643
|
"filePath": "workspace.ts",
|
|
22538
|
-
"line":
|
|
22644
|
+
"line": 1451,
|
|
22539
22645
|
"character": 39
|
|
22540
22646
|
},
|
|
22541
22647
|
"name": "id",
|
|
@@ -22543,7 +22649,7 @@
|
|
|
22543
22649
|
"__schema": "TypeRefSchema",
|
|
22544
22650
|
"location": {
|
|
22545
22651
|
"filePath": "workspace.ts",
|
|
22546
|
-
"line":
|
|
22652
|
+
"line": 1451,
|
|
22547
22653
|
"character": 43
|
|
22548
22654
|
},
|
|
22549
22655
|
"name": "ComponentID"
|
|
@@ -22555,7 +22661,7 @@
|
|
|
22555
22661
|
"__schema": "ParameterSchema",
|
|
22556
22662
|
"location": {
|
|
22557
22663
|
"filePath": "workspace.ts",
|
|
22558
|
-
"line":
|
|
22664
|
+
"line": 1451,
|
|
22559
22665
|
"character": 56
|
|
22560
22666
|
},
|
|
22561
22667
|
"name": "aspectId",
|
|
@@ -22563,7 +22669,7 @@
|
|
|
22563
22669
|
"__schema": "KeywordTypeSchema",
|
|
22564
22670
|
"location": {
|
|
22565
22671
|
"filePath": "workspace.ts",
|
|
22566
|
-
"line":
|
|
22672
|
+
"line": 1451,
|
|
22567
22673
|
"character": 66
|
|
22568
22674
|
},
|
|
22569
22675
|
"name": "string"
|
|
@@ -22575,7 +22681,7 @@
|
|
|
22575
22681
|
"__schema": "ParameterSchema",
|
|
22576
22682
|
"location": {
|
|
22577
22683
|
"filePath": "workspace.ts",
|
|
22578
|
-
"line":
|
|
22684
|
+
"line": 1451,
|
|
22579
22685
|
"character": 74
|
|
22580
22686
|
},
|
|
22581
22687
|
"name": "markWithMinusIfNotExist",
|
|
@@ -22583,7 +22689,7 @@
|
|
|
22583
22689
|
"__schema": "InferenceTypeSchema",
|
|
22584
22690
|
"location": {
|
|
22585
22691
|
"filePath": "workspace.ts",
|
|
22586
|
-
"line":
|
|
22692
|
+
"line": 1451,
|
|
22587
22693
|
"character": 74
|
|
22588
22694
|
},
|
|
22589
22695
|
"type": "boolean"
|
|
@@ -22597,7 +22703,7 @@
|
|
|
22597
22703
|
"__schema": "InferenceTypeSchema",
|
|
22598
22704
|
"location": {
|
|
22599
22705
|
"filePath": "workspace.ts",
|
|
22600
|
-
"line":
|
|
22706
|
+
"line": 1451,
|
|
22601
22707
|
"character": 3
|
|
22602
22708
|
},
|
|
22603
22709
|
"type": "Promise<void>"
|
|
@@ -22610,7 +22716,7 @@
|
|
|
22610
22716
|
"__schema": "FunctionLikeSchema",
|
|
22611
22717
|
"location": {
|
|
22612
22718
|
"filePath": "workspace.ts",
|
|
22613
|
-
"line":
|
|
22719
|
+
"line": 1461,
|
|
22614
22720
|
"character": 3
|
|
22615
22721
|
},
|
|
22616
22722
|
"signature": "(method) Workspace.getAspectIdFromConfig(componentId: ComponentID, aspectIdStr: string, ignoreAspectVersion?: boolean): Promise<string | undefined>",
|
|
@@ -22620,7 +22726,7 @@
|
|
|
22620
22726
|
"__schema": "ParameterSchema",
|
|
22621
22727
|
"location": {
|
|
22622
22728
|
"filePath": "workspace.ts",
|
|
22623
|
-
"line":
|
|
22729
|
+
"line": 1462,
|
|
22624
22730
|
"character": 5
|
|
22625
22731
|
},
|
|
22626
22732
|
"name": "componentId",
|
|
@@ -22628,7 +22734,7 @@
|
|
|
22628
22734
|
"__schema": "TypeRefSchema",
|
|
22629
22735
|
"location": {
|
|
22630
22736
|
"filePath": "workspace.ts",
|
|
22631
|
-
"line":
|
|
22737
|
+
"line": 1462,
|
|
22632
22738
|
"character": 18
|
|
22633
22739
|
},
|
|
22634
22740
|
"name": "ComponentID"
|
|
@@ -22640,7 +22746,7 @@
|
|
|
22640
22746
|
"__schema": "ParameterSchema",
|
|
22641
22747
|
"location": {
|
|
22642
22748
|
"filePath": "workspace.ts",
|
|
22643
|
-
"line":
|
|
22749
|
+
"line": 1463,
|
|
22644
22750
|
"character": 5
|
|
22645
22751
|
},
|
|
22646
22752
|
"name": "aspectIdStr",
|
|
@@ -22648,7 +22754,7 @@
|
|
|
22648
22754
|
"__schema": "KeywordTypeSchema",
|
|
22649
22755
|
"location": {
|
|
22650
22756
|
"filePath": "workspace.ts",
|
|
22651
|
-
"line":
|
|
22757
|
+
"line": 1463,
|
|
22652
22758
|
"character": 18
|
|
22653
22759
|
},
|
|
22654
22760
|
"name": "string"
|
|
@@ -22660,7 +22766,7 @@
|
|
|
22660
22766
|
"__schema": "ParameterSchema",
|
|
22661
22767
|
"location": {
|
|
22662
22768
|
"filePath": "workspace.ts",
|
|
22663
|
-
"line":
|
|
22769
|
+
"line": 1464,
|
|
22664
22770
|
"character": 5
|
|
22665
22771
|
},
|
|
22666
22772
|
"name": "ignoreAspectVersion",
|
|
@@ -22668,7 +22774,7 @@
|
|
|
22668
22774
|
"__schema": "InferenceTypeSchema",
|
|
22669
22775
|
"location": {
|
|
22670
22776
|
"filePath": "workspace.ts",
|
|
22671
|
-
"line":
|
|
22777
|
+
"line": 1464,
|
|
22672
22778
|
"character": 5
|
|
22673
22779
|
},
|
|
22674
22780
|
"type": "boolean"
|
|
@@ -22682,7 +22788,7 @@
|
|
|
22682
22788
|
"__schema": "TypeRefSchema",
|
|
22683
22789
|
"location": {
|
|
22684
22790
|
"filePath": "workspace.ts",
|
|
22685
|
-
"line":
|
|
22791
|
+
"line": 1465,
|
|
22686
22792
|
"character": 6
|
|
22687
22793
|
},
|
|
22688
22794
|
"name": "Promise",
|
|
@@ -22691,7 +22797,7 @@
|
|
|
22691
22797
|
"__schema": "TypeUnionSchema",
|
|
22692
22798
|
"location": {
|
|
22693
22799
|
"filePath": "workspace.ts",
|
|
22694
|
-
"line":
|
|
22800
|
+
"line": 1465,
|
|
22695
22801
|
"character": 14
|
|
22696
22802
|
},
|
|
22697
22803
|
"types": [
|
|
@@ -22699,7 +22805,7 @@
|
|
|
22699
22805
|
"__schema": "KeywordTypeSchema",
|
|
22700
22806
|
"location": {
|
|
22701
22807
|
"filePath": "workspace.ts",
|
|
22702
|
-
"line":
|
|
22808
|
+
"line": 1465,
|
|
22703
22809
|
"character": 14
|
|
22704
22810
|
},
|
|
22705
22811
|
"name": "string"
|
|
@@ -22708,7 +22814,7 @@
|
|
|
22708
22814
|
"__schema": "KeywordTypeSchema",
|
|
22709
22815
|
"location": {
|
|
22710
22816
|
"filePath": "workspace.ts",
|
|
22711
|
-
"line":
|
|
22817
|
+
"line": 1465,
|
|
22712
22818
|
"character": 23
|
|
22713
22819
|
},
|
|
22714
22820
|
"name": "undefined"
|
|
@@ -22725,7 +22831,7 @@
|
|
|
22725
22831
|
"__schema": "FunctionLikeSchema",
|
|
22726
22832
|
"location": {
|
|
22727
22833
|
"filePath": "workspace.ts",
|
|
22728
|
-
"line":
|
|
22834
|
+
"line": 1471,
|
|
22729
22835
|
"character": 3
|
|
22730
22836
|
},
|
|
22731
22837
|
"signature": "(method) Workspace.getSpecificComponentConfig(id: ComponentID, aspectId: string): Promise<any>",
|
|
@@ -22735,7 +22841,7 @@
|
|
|
22735
22841
|
"__schema": "ParameterSchema",
|
|
22736
22842
|
"location": {
|
|
22737
22843
|
"filePath": "workspace.ts",
|
|
22738
|
-
"line":
|
|
22844
|
+
"line": 1471,
|
|
22739
22845
|
"character": 36
|
|
22740
22846
|
},
|
|
22741
22847
|
"name": "id",
|
|
@@ -22743,7 +22849,7 @@
|
|
|
22743
22849
|
"__schema": "TypeRefSchema",
|
|
22744
22850
|
"location": {
|
|
22745
22851
|
"filePath": "workspace.ts",
|
|
22746
|
-
"line":
|
|
22852
|
+
"line": 1471,
|
|
22747
22853
|
"character": 40
|
|
22748
22854
|
},
|
|
22749
22855
|
"name": "ComponentID"
|
|
@@ -22755,7 +22861,7 @@
|
|
|
22755
22861
|
"__schema": "ParameterSchema",
|
|
22756
22862
|
"location": {
|
|
22757
22863
|
"filePath": "workspace.ts",
|
|
22758
|
-
"line":
|
|
22864
|
+
"line": 1471,
|
|
22759
22865
|
"character": 53
|
|
22760
22866
|
},
|
|
22761
22867
|
"name": "aspectId",
|
|
@@ -22763,7 +22869,7 @@
|
|
|
22763
22869
|
"__schema": "KeywordTypeSchema",
|
|
22764
22870
|
"location": {
|
|
22765
22871
|
"filePath": "workspace.ts",
|
|
22766
|
-
"line":
|
|
22872
|
+
"line": 1471,
|
|
22767
22873
|
"character": 63
|
|
22768
22874
|
},
|
|
22769
22875
|
"name": "string"
|
|
@@ -22776,7 +22882,7 @@
|
|
|
22776
22882
|
"__schema": "TypeRefSchema",
|
|
22777
22883
|
"location": {
|
|
22778
22884
|
"filePath": "workspace.ts",
|
|
22779
|
-
"line":
|
|
22885
|
+
"line": 1471,
|
|
22780
22886
|
"character": 72
|
|
22781
22887
|
},
|
|
22782
22888
|
"name": "Promise",
|
|
@@ -22785,7 +22891,7 @@
|
|
|
22785
22891
|
"__schema": "KeywordTypeSchema",
|
|
22786
22892
|
"location": {
|
|
22787
22893
|
"filePath": "workspace.ts",
|
|
22788
|
-
"line":
|
|
22894
|
+
"line": 1471,
|
|
22789
22895
|
"character": 80
|
|
22790
22896
|
},
|
|
22791
22897
|
"name": "any"
|
|
@@ -22800,14 +22906,14 @@
|
|
|
22800
22906
|
"__schema": "FunctionLikeSchema",
|
|
22801
22907
|
"location": {
|
|
22802
22908
|
"filePath": "workspace.ts",
|
|
22803
|
-
"line":
|
|
22909
|
+
"line": 1492,
|
|
22804
22910
|
"character": 3
|
|
22805
22911
|
},
|
|
22806
22912
|
"doc": {
|
|
22807
22913
|
"__schema": "DocSchema",
|
|
22808
22914
|
"location": {
|
|
22809
22915
|
"filePath": "workspace.ts",
|
|
22810
|
-
"line":
|
|
22916
|
+
"line": 1488,
|
|
22811
22917
|
"character": 3
|
|
22812
22918
|
},
|
|
22813
22919
|
"raw": "/**\n * return the component config from its folder (component.json)\n * @param componentId\n */",
|
|
@@ -22817,7 +22923,7 @@
|
|
|
22817
22923
|
"__schema": "PropertyLikeTagSchema",
|
|
22818
22924
|
"location": {
|
|
22819
22925
|
"filePath": "workspace.ts",
|
|
22820
|
-
"line":
|
|
22926
|
+
"line": 1490,
|
|
22821
22927
|
"character": 6
|
|
22822
22928
|
},
|
|
22823
22929
|
"name": "componentId",
|
|
@@ -22832,7 +22938,7 @@
|
|
|
22832
22938
|
"__schema": "ParameterSchema",
|
|
22833
22939
|
"location": {
|
|
22834
22940
|
"filePath": "workspace.ts",
|
|
22835
|
-
"line":
|
|
22941
|
+
"line": 1492,
|
|
22836
22942
|
"character": 36
|
|
22837
22943
|
},
|
|
22838
22944
|
"name": "id",
|
|
@@ -22840,7 +22946,7 @@
|
|
|
22840
22946
|
"__schema": "TypeRefSchema",
|
|
22841
22947
|
"location": {
|
|
22842
22948
|
"filePath": "workspace.ts",
|
|
22843
|
-
"line":
|
|
22949
|
+
"line": 1492,
|
|
22844
22950
|
"character": 40
|
|
22845
22951
|
},
|
|
22846
22952
|
"name": "ComponentID"
|
|
@@ -22853,7 +22959,7 @@
|
|
|
22853
22959
|
"__schema": "TypeRefSchema",
|
|
22854
22960
|
"location": {
|
|
22855
22961
|
"filePath": "workspace.ts",
|
|
22856
|
-
"line":
|
|
22962
|
+
"line": 1492,
|
|
22857
22963
|
"character": 54
|
|
22858
22964
|
},
|
|
22859
22965
|
"name": "Promise",
|
|
@@ -22862,7 +22968,7 @@
|
|
|
22862
22968
|
"__schema": "TypeUnionSchema",
|
|
22863
22969
|
"location": {
|
|
22864
22970
|
"filePath": "workspace.ts",
|
|
22865
|
-
"line":
|
|
22971
|
+
"line": 1492,
|
|
22866
22972
|
"character": 62
|
|
22867
22973
|
},
|
|
22868
22974
|
"types": [
|
|
@@ -22870,7 +22976,7 @@
|
|
|
22870
22976
|
"__schema": "TypeRefSchema",
|
|
22871
22977
|
"location": {
|
|
22872
22978
|
"filePath": "workspace.ts",
|
|
22873
|
-
"line":
|
|
22979
|
+
"line": 1492,
|
|
22874
22980
|
"character": 62
|
|
22875
22981
|
},
|
|
22876
22982
|
"name": "ComponentConfigFile"
|
|
@@ -22879,7 +22985,7 @@
|
|
|
22879
22985
|
"__schema": "KeywordTypeSchema",
|
|
22880
22986
|
"location": {
|
|
22881
22987
|
"filePath": "workspace.ts",
|
|
22882
|
-
"line":
|
|
22988
|
+
"line": 1492,
|
|
22883
22989
|
"character": 84
|
|
22884
22990
|
},
|
|
22885
22991
|
"name": "undefined"
|
|
@@ -22897,14 +23003,14 @@
|
|
|
22897
23003
|
"__schema": "FunctionLikeSchema",
|
|
22898
23004
|
"location": {
|
|
22899
23005
|
"filePath": "workspace.ts",
|
|
22900
|
-
"line":
|
|
23006
|
+
"line": 1500,
|
|
22901
23007
|
"character": 3
|
|
22902
23008
|
},
|
|
22903
23009
|
"doc": {
|
|
22904
23010
|
"__schema": "DocSchema",
|
|
22905
23011
|
"location": {
|
|
22906
23012
|
"filePath": "workspace.ts",
|
|
22907
|
-
"line":
|
|
23013
|
+
"line": 1497,
|
|
22908
23014
|
"character": 3
|
|
22909
23015
|
},
|
|
22910
23016
|
"raw": "/**\n * @param componentPath can be relative or absolute. supports Linux and Windows\n */",
|
|
@@ -22913,7 +23019,7 @@
|
|
|
22913
23019
|
"__schema": "PropertyLikeTagSchema",
|
|
22914
23020
|
"location": {
|
|
22915
23021
|
"filePath": "workspace.ts",
|
|
22916
|
-
"line":
|
|
23022
|
+
"line": 1498,
|
|
22917
23023
|
"character": 6
|
|
22918
23024
|
},
|
|
22919
23025
|
"name": "componentPath",
|
|
@@ -22929,7 +23035,7 @@
|
|
|
22929
23035
|
"__schema": "ParameterSchema",
|
|
22930
23036
|
"location": {
|
|
22931
23037
|
"filePath": "workspace.ts",
|
|
22932
|
-
"line":
|
|
23038
|
+
"line": 1500,
|
|
22933
23039
|
"character": 30
|
|
22934
23040
|
},
|
|
22935
23041
|
"name": "componentPath",
|
|
@@ -22937,7 +23043,7 @@
|
|
|
22937
23043
|
"__schema": "TypeRefSchema",
|
|
22938
23044
|
"location": {
|
|
22939
23045
|
"filePath": "workspace.ts",
|
|
22940
|
-
"line":
|
|
23046
|
+
"line": 1500,
|
|
22941
23047
|
"character": 45
|
|
22942
23048
|
},
|
|
22943
23049
|
"name": "PathOsBased"
|
|
@@ -22950,7 +23056,7 @@
|
|
|
22950
23056
|
"__schema": "TypeRefSchema",
|
|
22951
23057
|
"location": {
|
|
22952
23058
|
"filePath": "workspace.ts",
|
|
22953
|
-
"line":
|
|
23059
|
+
"line": 1500,
|
|
22954
23060
|
"character": 59
|
|
22955
23061
|
},
|
|
22956
23062
|
"name": "Promise",
|
|
@@ -22959,7 +23065,7 @@
|
|
|
22959
23065
|
"__schema": "TypeUnionSchema",
|
|
22960
23066
|
"location": {
|
|
22961
23067
|
"filePath": "workspace.ts",
|
|
22962
|
-
"line":
|
|
23068
|
+
"line": 1500,
|
|
22963
23069
|
"character": 67
|
|
22964
23070
|
},
|
|
22965
23071
|
"types": [
|
|
@@ -22967,7 +23073,7 @@
|
|
|
22967
23073
|
"__schema": "TypeRefSchema",
|
|
22968
23074
|
"location": {
|
|
22969
23075
|
"filePath": "workspace.ts",
|
|
22970
|
-
"line":
|
|
23076
|
+
"line": 1500,
|
|
22971
23077
|
"character": 67
|
|
22972
23078
|
},
|
|
22973
23079
|
"name": "ComponentID"
|
|
@@ -22976,7 +23082,7 @@
|
|
|
22976
23082
|
"__schema": "KeywordTypeSchema",
|
|
22977
23083
|
"location": {
|
|
22978
23084
|
"filePath": "workspace.ts",
|
|
22979
|
-
"line":
|
|
23085
|
+
"line": 1500,
|
|
22980
23086
|
"character": 81
|
|
22981
23087
|
},
|
|
22982
23088
|
"name": "undefined"
|
|
@@ -22993,14 +23099,14 @@
|
|
|
22993
23099
|
"__schema": "FunctionLikeSchema",
|
|
22994
23100
|
"location": {
|
|
22995
23101
|
"filePath": "workspace.ts",
|
|
22996
|
-
"line":
|
|
23102
|
+
"line": 1533,
|
|
22997
23103
|
"character": 3
|
|
22998
23104
|
},
|
|
22999
23105
|
"doc": {
|
|
23000
23106
|
"__schema": "DocSchema",
|
|
23001
23107
|
"location": {
|
|
23002
23108
|
"filePath": "workspace.ts",
|
|
23003
|
-
"line":
|
|
23109
|
+
"line": 1529,
|
|
23004
23110
|
"character": 3
|
|
23005
23111
|
},
|
|
23006
23112
|
"raw": "/**\n * load aspects from the workspace and if not exists in the workspace, load from the scope.\n * keep in mind that the graph may have circles.\n */",
|
|
@@ -23013,7 +23119,7 @@
|
|
|
23013
23119
|
"__schema": "ParameterSchema",
|
|
23014
23120
|
"location": {
|
|
23015
23121
|
"filePath": "workspace.ts",
|
|
23016
|
-
"line":
|
|
23122
|
+
"line": 1534,
|
|
23017
23123
|
"character": 5
|
|
23018
23124
|
},
|
|
23019
23125
|
"name": "ids",
|
|
@@ -23021,14 +23127,14 @@
|
|
|
23021
23127
|
"__schema": "TypeArraySchema",
|
|
23022
23128
|
"location": {
|
|
23023
23129
|
"filePath": "workspace.ts",
|
|
23024
|
-
"line":
|
|
23130
|
+
"line": 1534,
|
|
23025
23131
|
"character": 10
|
|
23026
23132
|
},
|
|
23027
23133
|
"type": {
|
|
23028
23134
|
"__schema": "KeywordTypeSchema",
|
|
23029
23135
|
"location": {
|
|
23030
23136
|
"filePath": "workspace.ts",
|
|
23031
|
-
"line":
|
|
23137
|
+
"line": 1534,
|
|
23032
23138
|
"character": 10
|
|
23033
23139
|
},
|
|
23034
23140
|
"name": "string"
|
|
@@ -23042,7 +23148,7 @@
|
|
|
23042
23148
|
"__schema": "ParameterSchema",
|
|
23043
23149
|
"location": {
|
|
23044
23150
|
"filePath": "workspace.ts",
|
|
23045
|
-
"line":
|
|
23151
|
+
"line": 1535,
|
|
23046
23152
|
"character": 5
|
|
23047
23153
|
},
|
|
23048
23154
|
"name": "throwOnError",
|
|
@@ -23050,7 +23156,7 @@
|
|
|
23050
23156
|
"__schema": "InferenceTypeSchema",
|
|
23051
23157
|
"location": {
|
|
23052
23158
|
"filePath": "workspace.ts",
|
|
23053
|
-
"line":
|
|
23159
|
+
"line": 1535,
|
|
23054
23160
|
"character": 5
|
|
23055
23161
|
},
|
|
23056
23162
|
"type": "boolean"
|
|
@@ -23063,7 +23169,7 @@
|
|
|
23063
23169
|
"__schema": "ParameterSchema",
|
|
23064
23170
|
"location": {
|
|
23065
23171
|
"filePath": "workspace.ts",
|
|
23066
|
-
"line":
|
|
23172
|
+
"line": 1536,
|
|
23067
23173
|
"character": 5
|
|
23068
23174
|
},
|
|
23069
23175
|
"name": "neededFor",
|
|
@@ -23071,7 +23177,7 @@
|
|
|
23071
23177
|
"__schema": "KeywordTypeSchema",
|
|
23072
23178
|
"location": {
|
|
23073
23179
|
"filePath": "workspace.ts",
|
|
23074
|
-
"line":
|
|
23180
|
+
"line": 1536,
|
|
23075
23181
|
"character": 17
|
|
23076
23182
|
},
|
|
23077
23183
|
"name": "string"
|
|
@@ -23083,7 +23189,7 @@
|
|
|
23083
23189
|
"__schema": "ParameterSchema",
|
|
23084
23190
|
"location": {
|
|
23085
23191
|
"filePath": "workspace.ts",
|
|
23086
|
-
"line":
|
|
23192
|
+
"line": 1537,
|
|
23087
23193
|
"character": 5
|
|
23088
23194
|
},
|
|
23089
23195
|
"name": "opts",
|
|
@@ -23091,7 +23197,7 @@
|
|
|
23091
23197
|
"__schema": "TypeRefSchema",
|
|
23092
23198
|
"location": {
|
|
23093
23199
|
"filePath": "workspace.ts",
|
|
23094
|
-
"line":
|
|
23200
|
+
"line": 1537,
|
|
23095
23201
|
"character": 11
|
|
23096
23202
|
},
|
|
23097
23203
|
"name": "WorkspaceLoadAspectsOptions"
|
|
@@ -23105,7 +23211,7 @@
|
|
|
23105
23211
|
"__schema": "TypeRefSchema",
|
|
23106
23212
|
"location": {
|
|
23107
23213
|
"filePath": "workspace.ts",
|
|
23108
|
-
"line":
|
|
23214
|
+
"line": 1538,
|
|
23109
23215
|
"character": 6
|
|
23110
23216
|
},
|
|
23111
23217
|
"name": "Promise",
|
|
@@ -23114,14 +23220,14 @@
|
|
|
23114
23220
|
"__schema": "TypeArraySchema",
|
|
23115
23221
|
"location": {
|
|
23116
23222
|
"filePath": "workspace.ts",
|
|
23117
|
-
"line":
|
|
23223
|
+
"line": 1538,
|
|
23118
23224
|
"character": 14
|
|
23119
23225
|
},
|
|
23120
23226
|
"type": {
|
|
23121
23227
|
"__schema": "KeywordTypeSchema",
|
|
23122
23228
|
"location": {
|
|
23123
23229
|
"filePath": "workspace.ts",
|
|
23124
|
-
"line":
|
|
23230
|
+
"line": 1538,
|
|
23125
23231
|
"character": 14
|
|
23126
23232
|
},
|
|
23127
23233
|
"name": "string"
|
|
@@ -23137,7 +23243,7 @@
|
|
|
23137
23243
|
"__schema": "FunctionLikeSchema",
|
|
23138
23244
|
"location": {
|
|
23139
23245
|
"filePath": "workspace.ts",
|
|
23140
|
-
"line":
|
|
23246
|
+
"line": 1543,
|
|
23141
23247
|
"character": 3
|
|
23142
23248
|
},
|
|
23143
23249
|
"signature": "(method) Workspace.loadComponentsExtensions(extensions: ExtensionDataList, originatedFrom?: ComponentID, opts?: WorkspaceLoadAspectsOptions): Promise<void>",
|
|
@@ -23147,7 +23253,7 @@
|
|
|
23147
23253
|
"__schema": "ParameterSchema",
|
|
23148
23254
|
"location": {
|
|
23149
23255
|
"filePath": "workspace.ts",
|
|
23150
|
-
"line":
|
|
23256
|
+
"line": 1544,
|
|
23151
23257
|
"character": 5
|
|
23152
23258
|
},
|
|
23153
23259
|
"name": "extensions",
|
|
@@ -23155,7 +23261,7 @@
|
|
|
23155
23261
|
"__schema": "TypeRefSchema",
|
|
23156
23262
|
"location": {
|
|
23157
23263
|
"filePath": "workspace.ts",
|
|
23158
|
-
"line":
|
|
23264
|
+
"line": 1544,
|
|
23159
23265
|
"character": 17
|
|
23160
23266
|
},
|
|
23161
23267
|
"name": "ExtensionDataList"
|
|
@@ -23167,7 +23273,7 @@
|
|
|
23167
23273
|
"__schema": "ParameterSchema",
|
|
23168
23274
|
"location": {
|
|
23169
23275
|
"filePath": "workspace.ts",
|
|
23170
|
-
"line":
|
|
23276
|
+
"line": 1545,
|
|
23171
23277
|
"character": 5
|
|
23172
23278
|
},
|
|
23173
23279
|
"name": "originatedFrom",
|
|
@@ -23175,7 +23281,7 @@
|
|
|
23175
23281
|
"__schema": "TypeRefSchema",
|
|
23176
23282
|
"location": {
|
|
23177
23283
|
"filePath": "workspace.ts",
|
|
23178
|
-
"line":
|
|
23284
|
+
"line": 1545,
|
|
23179
23285
|
"character": 22
|
|
23180
23286
|
},
|
|
23181
23287
|
"name": "ComponentID"
|
|
@@ -23187,7 +23293,7 @@
|
|
|
23187
23293
|
"__schema": "ParameterSchema",
|
|
23188
23294
|
"location": {
|
|
23189
23295
|
"filePath": "workspace.ts",
|
|
23190
|
-
"line":
|
|
23296
|
+
"line": 1546,
|
|
23191
23297
|
"character": 5
|
|
23192
23298
|
},
|
|
23193
23299
|
"name": "opts",
|
|
@@ -23195,7 +23301,7 @@
|
|
|
23195
23301
|
"__schema": "TypeRefSchema",
|
|
23196
23302
|
"location": {
|
|
23197
23303
|
"filePath": "workspace.ts",
|
|
23198
|
-
"line":
|
|
23304
|
+
"line": 1546,
|
|
23199
23305
|
"character": 11
|
|
23200
23306
|
},
|
|
23201
23307
|
"name": "WorkspaceLoadAspectsOptions"
|
|
@@ -23209,7 +23315,7 @@
|
|
|
23209
23315
|
"__schema": "TypeRefSchema",
|
|
23210
23316
|
"location": {
|
|
23211
23317
|
"filePath": "workspace.ts",
|
|
23212
|
-
"line":
|
|
23318
|
+
"line": 1547,
|
|
23213
23319
|
"character": 6
|
|
23214
23320
|
},
|
|
23215
23321
|
"name": "Promise",
|
|
@@ -23218,7 +23324,7 @@
|
|
|
23218
23324
|
"__schema": "KeywordTypeSchema",
|
|
23219
23325
|
"location": {
|
|
23220
23326
|
"filePath": "workspace.ts",
|
|
23221
|
-
"line":
|
|
23327
|
+
"line": 1547,
|
|
23222
23328
|
"character": 14
|
|
23223
23329
|
},
|
|
23224
23330
|
"name": "void"
|
|
@@ -23233,14 +23339,14 @@
|
|
|
23233
23339
|
"__schema": "FunctionLikeSchema",
|
|
23234
23340
|
"location": {
|
|
23235
23341
|
"filePath": "workspace.ts",
|
|
23236
|
-
"line":
|
|
23342
|
+
"line": 1556,
|
|
23237
23343
|
"character": 3
|
|
23238
23344
|
},
|
|
23239
23345
|
"doc": {
|
|
23240
23346
|
"__schema": "DocSchema",
|
|
23241
23347
|
"location": {
|
|
23242
23348
|
"filePath": "workspace.ts",
|
|
23243
|
-
"line":
|
|
23349
|
+
"line": 1552,
|
|
23244
23350
|
"character": 3
|
|
23245
23351
|
},
|
|
23246
23352
|
"raw": "/**\n * returns one graph that includes all dependencies types. each edge has a label of the dependency\n * type. the nodes content is the Component object.\n */",
|
|
@@ -23253,7 +23359,7 @@
|
|
|
23253
23359
|
"__schema": "ParameterSchema",
|
|
23254
23360
|
"location": {
|
|
23255
23361
|
"filePath": "workspace.ts",
|
|
23256
|
-
"line":
|
|
23362
|
+
"line": 1557,
|
|
23257
23363
|
"character": 5
|
|
23258
23364
|
},
|
|
23259
23365
|
"name": "ids",
|
|
@@ -23261,14 +23367,14 @@
|
|
|
23261
23367
|
"__schema": "TypeArraySchema",
|
|
23262
23368
|
"location": {
|
|
23263
23369
|
"filePath": "workspace.ts",
|
|
23264
|
-
"line":
|
|
23370
|
+
"line": 1557,
|
|
23265
23371
|
"character": 10
|
|
23266
23372
|
},
|
|
23267
23373
|
"type": {
|
|
23268
23374
|
"__schema": "TypeRefSchema",
|
|
23269
23375
|
"location": {
|
|
23270
23376
|
"filePath": "workspace.ts",
|
|
23271
|
-
"line":
|
|
23377
|
+
"line": 1557,
|
|
23272
23378
|
"character": 10
|
|
23273
23379
|
},
|
|
23274
23380
|
"name": "ComponentID"
|
|
@@ -23281,7 +23387,7 @@
|
|
|
23281
23387
|
"__schema": "ParameterSchema",
|
|
23282
23388
|
"location": {
|
|
23283
23389
|
"filePath": "workspace.ts",
|
|
23284
|
-
"line":
|
|
23390
|
+
"line": 1558,
|
|
23285
23391
|
"character": 5
|
|
23286
23392
|
},
|
|
23287
23393
|
"name": "ignoreIds",
|
|
@@ -23289,14 +23395,14 @@
|
|
|
23289
23395
|
"__schema": "TypeArraySchema",
|
|
23290
23396
|
"location": {
|
|
23291
23397
|
"filePath": "workspace.ts",
|
|
23292
|
-
"line":
|
|
23398
|
+
"line": 1558,
|
|
23293
23399
|
"character": 17
|
|
23294
23400
|
},
|
|
23295
23401
|
"type": {
|
|
23296
23402
|
"__schema": "KeywordTypeSchema",
|
|
23297
23403
|
"location": {
|
|
23298
23404
|
"filePath": "workspace.ts",
|
|
23299
|
-
"line":
|
|
23405
|
+
"line": 1558,
|
|
23300
23406
|
"character": 17
|
|
23301
23407
|
},
|
|
23302
23408
|
"name": "string"
|
|
@@ -23309,7 +23415,7 @@
|
|
|
23309
23415
|
"__schema": "ParameterSchema",
|
|
23310
23416
|
"location": {
|
|
23311
23417
|
"filePath": "workspace.ts",
|
|
23312
|
-
"line":
|
|
23418
|
+
"line": 1559,
|
|
23313
23419
|
"character": 5
|
|
23314
23420
|
},
|
|
23315
23421
|
"name": "shouldLoadFunc",
|
|
@@ -23317,7 +23423,7 @@
|
|
|
23317
23423
|
"__schema": "TypeRefSchema",
|
|
23318
23424
|
"location": {
|
|
23319
23425
|
"filePath": "workspace.ts",
|
|
23320
|
-
"line":
|
|
23426
|
+
"line": 1559,
|
|
23321
23427
|
"character": 22
|
|
23322
23428
|
},
|
|
23323
23429
|
"name": "ShouldLoadFunc"
|
|
@@ -23329,7 +23435,7 @@
|
|
|
23329
23435
|
"__schema": "ParameterSchema",
|
|
23330
23436
|
"location": {
|
|
23331
23437
|
"filePath": "workspace.ts",
|
|
23332
|
-
"line":
|
|
23438
|
+
"line": 1560,
|
|
23333
23439
|
"character": 5
|
|
23334
23440
|
},
|
|
23335
23441
|
"name": "shouldThrowOnMissingDep",
|
|
@@ -23337,7 +23443,7 @@
|
|
|
23337
23443
|
"__schema": "InferenceTypeSchema",
|
|
23338
23444
|
"location": {
|
|
23339
23445
|
"filePath": "workspace.ts",
|
|
23340
|
-
"line":
|
|
23446
|
+
"line": 1560,
|
|
23341
23447
|
"character": 5
|
|
23342
23448
|
},
|
|
23343
23449
|
"type": "boolean"
|
|
@@ -23351,7 +23457,7 @@
|
|
|
23351
23457
|
"__schema": "TypeRefSchema",
|
|
23352
23458
|
"location": {
|
|
23353
23459
|
"filePath": "workspace.ts",
|
|
23354
|
-
"line":
|
|
23460
|
+
"line": 1561,
|
|
23355
23461
|
"character": 6
|
|
23356
23462
|
},
|
|
23357
23463
|
"name": "Promise",
|
|
@@ -23360,7 +23466,7 @@
|
|
|
23360
23466
|
"__schema": "TypeRefSchema",
|
|
23361
23467
|
"location": {
|
|
23362
23468
|
"filePath": "workspace.ts",
|
|
23363
|
-
"line":
|
|
23469
|
+
"line": 1561,
|
|
23364
23470
|
"character": 14
|
|
23365
23471
|
},
|
|
23366
23472
|
"name": "Graph",
|
|
@@ -23369,7 +23475,7 @@
|
|
|
23369
23475
|
"__schema": "TypeRefSchema",
|
|
23370
23476
|
"location": {
|
|
23371
23477
|
"filePath": "workspace.ts",
|
|
23372
|
-
"line":
|
|
23478
|
+
"line": 1561,
|
|
23373
23479
|
"character": 20
|
|
23374
23480
|
},
|
|
23375
23481
|
"name": "Component"
|
|
@@ -23378,7 +23484,7 @@
|
|
|
23378
23484
|
"__schema": "KeywordTypeSchema",
|
|
23379
23485
|
"location": {
|
|
23380
23486
|
"filePath": "workspace.ts",
|
|
23381
|
-
"line":
|
|
23487
|
+
"line": 1561,
|
|
23382
23488
|
"character": 31
|
|
23383
23489
|
},
|
|
23384
23490
|
"name": "string"
|
|
@@ -23395,7 +23501,7 @@
|
|
|
23395
23501
|
"__schema": "FunctionLikeSchema",
|
|
23396
23502
|
"location": {
|
|
23397
23503
|
"filePath": "workspace.ts",
|
|
23398
|
-
"line":
|
|
23504
|
+
"line": 1573,
|
|
23399
23505
|
"character": 3
|
|
23400
23506
|
},
|
|
23401
23507
|
"signature": "(method) Workspace.resolveAspects(runtimeName?: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions): Promise<AspectDefinition[]>",
|
|
@@ -23405,7 +23511,7 @@
|
|
|
23405
23511
|
"__schema": "ParameterSchema",
|
|
23406
23512
|
"location": {
|
|
23407
23513
|
"filePath": "workspace.ts",
|
|
23408
|
-
"line":
|
|
23514
|
+
"line": 1574,
|
|
23409
23515
|
"character": 5
|
|
23410
23516
|
},
|
|
23411
23517
|
"name": "runtimeName",
|
|
@@ -23413,7 +23519,7 @@
|
|
|
23413
23519
|
"__schema": "KeywordTypeSchema",
|
|
23414
23520
|
"location": {
|
|
23415
23521
|
"filePath": "workspace.ts",
|
|
23416
|
-
"line":
|
|
23522
|
+
"line": 1574,
|
|
23417
23523
|
"character": 19
|
|
23418
23524
|
},
|
|
23419
23525
|
"name": "string"
|
|
@@ -23425,7 +23531,7 @@
|
|
|
23425
23531
|
"__schema": "ParameterSchema",
|
|
23426
23532
|
"location": {
|
|
23427
23533
|
"filePath": "workspace.ts",
|
|
23428
|
-
"line":
|
|
23534
|
+
"line": 1575,
|
|
23429
23535
|
"character": 5
|
|
23430
23536
|
},
|
|
23431
23537
|
"name": "componentIds",
|
|
@@ -23433,14 +23539,14 @@
|
|
|
23433
23539
|
"__schema": "TypeArraySchema",
|
|
23434
23540
|
"location": {
|
|
23435
23541
|
"filePath": "workspace.ts",
|
|
23436
|
-
"line":
|
|
23542
|
+
"line": 1575,
|
|
23437
23543
|
"character": 20
|
|
23438
23544
|
},
|
|
23439
23545
|
"type": {
|
|
23440
23546
|
"__schema": "TypeRefSchema",
|
|
23441
23547
|
"location": {
|
|
23442
23548
|
"filePath": "workspace.ts",
|
|
23443
|
-
"line":
|
|
23549
|
+
"line": 1575,
|
|
23444
23550
|
"character": 20
|
|
23445
23551
|
},
|
|
23446
23552
|
"name": "ComponentID"
|
|
@@ -23453,7 +23559,7 @@
|
|
|
23453
23559
|
"__schema": "ParameterSchema",
|
|
23454
23560
|
"location": {
|
|
23455
23561
|
"filePath": "workspace.ts",
|
|
23456
|
-
"line":
|
|
23562
|
+
"line": 1576,
|
|
23457
23563
|
"character": 5
|
|
23458
23564
|
},
|
|
23459
23565
|
"name": "opts",
|
|
@@ -23461,7 +23567,7 @@
|
|
|
23461
23567
|
"__schema": "TypeRefSchema",
|
|
23462
23568
|
"location": {
|
|
23463
23569
|
"filePath": "workspace.ts",
|
|
23464
|
-
"line":
|
|
23570
|
+
"line": 1576,
|
|
23465
23571
|
"character": 12
|
|
23466
23572
|
},
|
|
23467
23573
|
"name": "ResolveAspectsOptions"
|
|
@@ -23474,7 +23580,7 @@
|
|
|
23474
23580
|
"__schema": "TypeRefSchema",
|
|
23475
23581
|
"location": {
|
|
23476
23582
|
"filePath": "workspace.ts",
|
|
23477
|
-
"line":
|
|
23583
|
+
"line": 1577,
|
|
23478
23584
|
"character": 6
|
|
23479
23585
|
},
|
|
23480
23586
|
"name": "Promise",
|
|
@@ -23483,14 +23589,14 @@
|
|
|
23483
23589
|
"__schema": "TypeArraySchema",
|
|
23484
23590
|
"location": {
|
|
23485
23591
|
"filePath": "workspace.ts",
|
|
23486
|
-
"line":
|
|
23592
|
+
"line": 1577,
|
|
23487
23593
|
"character": 14
|
|
23488
23594
|
},
|
|
23489
23595
|
"type": {
|
|
23490
23596
|
"__schema": "TypeRefSchema",
|
|
23491
23597
|
"location": {
|
|
23492
23598
|
"filePath": "workspace.ts",
|
|
23493
|
-
"line":
|
|
23599
|
+
"line": 1577,
|
|
23494
23600
|
"character": 14
|
|
23495
23601
|
},
|
|
23496
23602
|
"name": "AspectDefinition"
|
|
@@ -23506,14 +23612,14 @@
|
|
|
23506
23612
|
"__schema": "FunctionLikeSchema",
|
|
23507
23613
|
"location": {
|
|
23508
23614
|
"filePath": "workspace.ts",
|
|
23509
|
-
"line":
|
|
23615
|
+
"line": 1586,
|
|
23510
23616
|
"character": 3
|
|
23511
23617
|
},
|
|
23512
23618
|
"doc": {
|
|
23513
23619
|
"__schema": "DocSchema",
|
|
23514
23620
|
"location": {
|
|
23515
23621
|
"filePath": "workspace.ts",
|
|
23516
|
-
"line":
|
|
23622
|
+
"line": 1582,
|
|
23517
23623
|
"character": 3
|
|
23518
23624
|
},
|
|
23519
23625
|
"raw": "/**\n * Provides a cache folder, unique per key.\n * Return value may be undefined, if workspace folder is unconventional (bare-scope, no node_modules, etc)\n */",
|
|
@@ -23526,7 +23632,7 @@
|
|
|
23526
23632
|
"__schema": "ParameterSchema",
|
|
23527
23633
|
"location": {
|
|
23528
23634
|
"filePath": "workspace.ts",
|
|
23529
|
-
"line":
|
|
23635
|
+
"line": 1590,
|
|
23530
23636
|
"character": 5
|
|
23531
23637
|
},
|
|
23532
23638
|
"name": "id",
|
|
@@ -23534,7 +23640,7 @@
|
|
|
23534
23640
|
"__schema": "KeywordTypeSchema",
|
|
23535
23641
|
"location": {
|
|
23536
23642
|
"filePath": "workspace.ts",
|
|
23537
|
-
"line":
|
|
23643
|
+
"line": 1590,
|
|
23538
23644
|
"character": 9
|
|
23539
23645
|
},
|
|
23540
23646
|
"name": "string"
|
|
@@ -23547,7 +23653,7 @@
|
|
|
23547
23653
|
"__schema": "InferenceTypeSchema",
|
|
23548
23654
|
"location": {
|
|
23549
23655
|
"filePath": "workspace.ts",
|
|
23550
|
-
"line":
|
|
23656
|
+
"line": 1586,
|
|
23551
23657
|
"character": 3
|
|
23552
23658
|
},
|
|
23553
23659
|
"type": "string"
|
|
@@ -23558,7 +23664,7 @@
|
|
|
23558
23664
|
"__schema": "FunctionLikeSchema",
|
|
23559
23665
|
"location": {
|
|
23560
23666
|
"filePath": "workspace.ts",
|
|
23561
|
-
"line":
|
|
23667
|
+
"line": 1603,
|
|
23562
23668
|
"character": 3
|
|
23563
23669
|
},
|
|
23564
23670
|
"signature": "(method) Workspace.getWorkspaceAspectsLoader(): WorkspaceAspectsLoader",
|
|
@@ -23568,7 +23674,7 @@
|
|
|
23568
23674
|
"__schema": "TypeRefSchema",
|
|
23569
23675
|
"location": {
|
|
23570
23676
|
"filePath": "workspace.ts",
|
|
23571
|
-
"line":
|
|
23677
|
+
"line": 1603,
|
|
23572
23678
|
"character": 3
|
|
23573
23679
|
},
|
|
23574
23680
|
"name": "WorkspaceAspectsLoader",
|
|
@@ -23580,7 +23686,7 @@
|
|
|
23580
23686
|
"__schema": "FunctionLikeSchema",
|
|
23581
23687
|
"location": {
|
|
23582
23688
|
"filePath": "workspace.ts",
|
|
23583
|
-
"line":
|
|
23689
|
+
"line": 1630,
|
|
23584
23690
|
"character": 3
|
|
23585
23691
|
},
|
|
23586
23692
|
"signature": "(method) Workspace.getCapsulePath(): string",
|
|
@@ -23590,7 +23696,7 @@
|
|
|
23590
23696
|
"__schema": "InferenceTypeSchema",
|
|
23591
23697
|
"location": {
|
|
23592
23698
|
"filePath": "workspace.ts",
|
|
23593
|
-
"line":
|
|
23699
|
+
"line": 1630,
|
|
23594
23700
|
"character": 3
|
|
23595
23701
|
},
|
|
23596
23702
|
"type": "string"
|
|
@@ -23601,7 +23707,7 @@
|
|
|
23601
23707
|
"__schema": "FunctionLikeSchema",
|
|
23602
23708
|
"location": {
|
|
23603
23709
|
"filePath": "workspace.ts",
|
|
23604
|
-
"line":
|
|
23710
|
+
"line": 1635,
|
|
23605
23711
|
"character": 3
|
|
23606
23712
|
},
|
|
23607
23713
|
"signature": "(method) Workspace.shouldUseHashForCapsules(): boolean",
|
|
@@ -23611,7 +23717,7 @@
|
|
|
23611
23717
|
"__schema": "InferenceTypeSchema",
|
|
23612
23718
|
"location": {
|
|
23613
23719
|
"filePath": "workspace.ts",
|
|
23614
|
-
"line":
|
|
23720
|
+
"line": 1635,
|
|
23615
23721
|
"character": 3
|
|
23616
23722
|
},
|
|
23617
23723
|
"type": "boolean"
|
|
@@ -23622,14 +23728,14 @@
|
|
|
23622
23728
|
"__schema": "FunctionLikeSchema",
|
|
23623
23729
|
"location": {
|
|
23624
23730
|
"filePath": "workspace.ts",
|
|
23625
|
-
"line":
|
|
23731
|
+
"line": 1647,
|
|
23626
23732
|
"character": 3
|
|
23627
23733
|
},
|
|
23628
23734
|
"doc": {
|
|
23629
23735
|
"__schema": "DocSchema",
|
|
23630
23736
|
"location": {
|
|
23631
23737
|
"filePath": "workspace.ts",
|
|
23632
|
-
"line":
|
|
23738
|
+
"line": 1640,
|
|
23633
23739
|
"character": 3
|
|
23634
23740
|
},
|
|
23635
23741
|
"raw": "/**\n }\n\n /**\n * this should be rarely in-use.\n * it's currently used by watch extension as a quick workaround to load .bitmap and the components\n */",
|
|
@@ -23642,7 +23748,7 @@
|
|
|
23642
23748
|
"__schema": "InferenceTypeSchema",
|
|
23643
23749
|
"location": {
|
|
23644
23750
|
"filePath": "workspace.ts",
|
|
23645
|
-
"line":
|
|
23751
|
+
"line": 1647,
|
|
23646
23752
|
"character": 3
|
|
23647
23753
|
},
|
|
23648
23754
|
"type": "Promise<void>"
|
|
@@ -23655,7 +23761,7 @@
|
|
|
23655
23761
|
"__schema": "FunctionLikeSchema",
|
|
23656
23762
|
"location": {
|
|
23657
23763
|
"filePath": "workspace.ts",
|
|
23658
|
-
"line":
|
|
23764
|
+
"line": 1653,
|
|
23659
23765
|
"character": 3
|
|
23660
23766
|
},
|
|
23661
23767
|
"signature": "(method) Workspace.getComponentPackagePath(component: Component): Promise<string>",
|
|
@@ -23665,7 +23771,7 @@
|
|
|
23665
23771
|
"__schema": "ParameterSchema",
|
|
23666
23772
|
"location": {
|
|
23667
23773
|
"filePath": "workspace.ts",
|
|
23668
|
-
"line":
|
|
23774
|
+
"line": 1653,
|
|
23669
23775
|
"character": 33
|
|
23670
23776
|
},
|
|
23671
23777
|
"name": "component",
|
|
@@ -23673,7 +23779,7 @@
|
|
|
23673
23779
|
"__schema": "TypeRefSchema",
|
|
23674
23780
|
"location": {
|
|
23675
23781
|
"filePath": "workspace.ts",
|
|
23676
|
-
"line":
|
|
23782
|
+
"line": 1653,
|
|
23677
23783
|
"character": 44
|
|
23678
23784
|
},
|
|
23679
23785
|
"name": "Component"
|
|
@@ -23686,7 +23792,7 @@
|
|
|
23686
23792
|
"__schema": "InferenceTypeSchema",
|
|
23687
23793
|
"location": {
|
|
23688
23794
|
"filePath": "workspace.ts",
|
|
23689
|
-
"line":
|
|
23795
|
+
"line": 1653,
|
|
23690
23796
|
"character": 3
|
|
23691
23797
|
},
|
|
23692
23798
|
"type": "Promise<string>"
|
|
@@ -23699,7 +23805,7 @@
|
|
|
23699
23805
|
"__schema": "GetAccessorSchema",
|
|
23700
23806
|
"location": {
|
|
23701
23807
|
"filePath": "workspace.ts",
|
|
23702
|
-
"line":
|
|
23808
|
+
"line": 1660,
|
|
23703
23809
|
"character": 3
|
|
23704
23810
|
},
|
|
23705
23811
|
"signature": "(getter) Workspace.defaultDirectory: string",
|
|
@@ -23708,7 +23814,7 @@
|
|
|
23708
23814
|
"__schema": "KeywordTypeSchema",
|
|
23709
23815
|
"location": {
|
|
23710
23816
|
"filePath": "workspace.ts",
|
|
23711
|
-
"line":
|
|
23817
|
+
"line": 1660,
|
|
23712
23818
|
"character": 27
|
|
23713
23819
|
},
|
|
23714
23820
|
"name": "string"
|
|
@@ -23718,7 +23824,7 @@
|
|
|
23718
23824
|
"__schema": "GetAccessorSchema",
|
|
23719
23825
|
"location": {
|
|
23720
23826
|
"filePath": "workspace.ts",
|
|
23721
|
-
"line":
|
|
23827
|
+
"line": 1664,
|
|
23722
23828
|
"character": 3
|
|
23723
23829
|
},
|
|
23724
23830
|
"signature": "(getter) Workspace.legacyDefaultDirectory: string",
|
|
@@ -23727,7 +23833,7 @@
|
|
|
23727
23833
|
"__schema": "KeywordTypeSchema",
|
|
23728
23834
|
"location": {
|
|
23729
23835
|
"filePath": "workspace.ts",
|
|
23730
|
-
"line":
|
|
23836
|
+
"line": 1664,
|
|
23731
23837
|
"character": 33
|
|
23732
23838
|
},
|
|
23733
23839
|
"name": "string"
|
|
@@ -23737,7 +23843,7 @@
|
|
|
23737
23843
|
"__schema": "FunctionLikeSchema",
|
|
23738
23844
|
"location": {
|
|
23739
23845
|
"filePath": "workspace.ts",
|
|
23740
|
-
"line":
|
|
23846
|
+
"line": 1671,
|
|
23741
23847
|
"character": 3
|
|
23742
23848
|
},
|
|
23743
23849
|
"signature": "(method) Workspace.resolveComponentIdFromPackageName(packageName: string): Promise<ComponentID>",
|
|
@@ -23747,7 +23853,7 @@
|
|
|
23747
23853
|
"__schema": "ParameterSchema",
|
|
23748
23854
|
"location": {
|
|
23749
23855
|
"filePath": "workspace.ts",
|
|
23750
|
-
"line":
|
|
23856
|
+
"line": 1671,
|
|
23751
23857
|
"character": 43
|
|
23752
23858
|
},
|
|
23753
23859
|
"name": "packageName",
|
|
@@ -23755,7 +23861,7 @@
|
|
|
23755
23861
|
"__schema": "KeywordTypeSchema",
|
|
23756
23862
|
"location": {
|
|
23757
23863
|
"filePath": "workspace.ts",
|
|
23758
|
-
"line":
|
|
23864
|
+
"line": 1671,
|
|
23759
23865
|
"character": 56
|
|
23760
23866
|
},
|
|
23761
23867
|
"name": "string"
|
|
@@ -23768,7 +23874,7 @@
|
|
|
23768
23874
|
"__schema": "TypeRefSchema",
|
|
23769
23875
|
"location": {
|
|
23770
23876
|
"filePath": "workspace.ts",
|
|
23771
|
-
"line":
|
|
23877
|
+
"line": 1671,
|
|
23772
23878
|
"character": 65
|
|
23773
23879
|
},
|
|
23774
23880
|
"name": "Promise",
|
|
@@ -23777,7 +23883,7 @@
|
|
|
23777
23883
|
"__schema": "TypeRefSchema",
|
|
23778
23884
|
"location": {
|
|
23779
23885
|
"filePath": "workspace.ts",
|
|
23780
|
-
"line":
|
|
23886
|
+
"line": 1671,
|
|
23781
23887
|
"character": 73
|
|
23782
23888
|
},
|
|
23783
23889
|
"name": "ComponentID"
|
|
@@ -23792,14 +23898,14 @@
|
|
|
23792
23898
|
"__schema": "FunctionLikeSchema",
|
|
23793
23899
|
"location": {
|
|
23794
23900
|
"filePath": "workspace.ts",
|
|
23795
|
-
"line":
|
|
23901
|
+
"line": 1714,
|
|
23796
23902
|
"character": 3
|
|
23797
23903
|
},
|
|
23798
23904
|
"doc": {
|
|
23799
23905
|
"__schema": "DocSchema",
|
|
23800
23906
|
"location": {
|
|
23801
23907
|
"filePath": "workspace.ts",
|
|
23802
|
-
"line":
|
|
23908
|
+
"line": 1711,
|
|
23803
23909
|
"character": 3
|
|
23804
23910
|
},
|
|
23805
23911
|
"raw": "/**\n * Transform the id to ComponentId and get the exact id as appear in bitmap\n */",
|
|
@@ -23812,7 +23918,7 @@
|
|
|
23812
23918
|
"__schema": "ParameterSchema",
|
|
23813
23919
|
"location": {
|
|
23814
23920
|
"filePath": "workspace.ts",
|
|
23815
|
-
"line":
|
|
23921
|
+
"line": 1714,
|
|
23816
23922
|
"character": 28
|
|
23817
23923
|
},
|
|
23818
23924
|
"name": "id",
|
|
@@ -23820,7 +23926,7 @@
|
|
|
23820
23926
|
"__schema": "TypeUnionSchema",
|
|
23821
23927
|
"location": {
|
|
23822
23928
|
"filePath": "workspace.ts",
|
|
23823
|
-
"line":
|
|
23929
|
+
"line": 1714,
|
|
23824
23930
|
"character": 32
|
|
23825
23931
|
},
|
|
23826
23932
|
"types": [
|
|
@@ -23828,7 +23934,7 @@
|
|
|
23828
23934
|
"__schema": "KeywordTypeSchema",
|
|
23829
23935
|
"location": {
|
|
23830
23936
|
"filePath": "workspace.ts",
|
|
23831
|
-
"line":
|
|
23937
|
+
"line": 1714,
|
|
23832
23938
|
"character": 32
|
|
23833
23939
|
},
|
|
23834
23940
|
"name": "string"
|
|
@@ -23837,7 +23943,7 @@
|
|
|
23837
23943
|
"__schema": "TypeRefSchema",
|
|
23838
23944
|
"location": {
|
|
23839
23945
|
"filePath": "workspace.ts",
|
|
23840
|
-
"line":
|
|
23946
|
+
"line": 1714,
|
|
23841
23947
|
"character": 41
|
|
23842
23948
|
},
|
|
23843
23949
|
"name": "BitId"
|
|
@@ -23846,7 +23952,7 @@
|
|
|
23846
23952
|
"__schema": "TypeRefSchema",
|
|
23847
23953
|
"location": {
|
|
23848
23954
|
"filePath": "workspace.ts",
|
|
23849
|
-
"line":
|
|
23955
|
+
"line": 1714,
|
|
23850
23956
|
"character": 49
|
|
23851
23957
|
},
|
|
23852
23958
|
"name": "ComponentID"
|
|
@@ -23861,7 +23967,7 @@
|
|
|
23861
23967
|
"__schema": "TypeRefSchema",
|
|
23862
23968
|
"location": {
|
|
23863
23969
|
"filePath": "workspace.ts",
|
|
23864
|
-
"line":
|
|
23970
|
+
"line": 1714,
|
|
23865
23971
|
"character": 63
|
|
23866
23972
|
},
|
|
23867
23973
|
"name": "Promise",
|
|
@@ -23870,7 +23976,7 @@
|
|
|
23870
23976
|
"__schema": "TypeRefSchema",
|
|
23871
23977
|
"location": {
|
|
23872
23978
|
"filePath": "workspace.ts",
|
|
23873
|
-
"line":
|
|
23979
|
+
"line": 1714,
|
|
23874
23980
|
"character": 71
|
|
23875
23981
|
},
|
|
23876
23982
|
"name": "ComponentID"
|
|
@@ -23885,7 +23991,7 @@
|
|
|
23885
23991
|
"__schema": "FunctionLikeSchema",
|
|
23886
23992
|
"location": {
|
|
23887
23993
|
"filePath": "workspace.ts",
|
|
23888
|
-
"line":
|
|
23994
|
+
"line": 1843,
|
|
23889
23995
|
"character": 3
|
|
23890
23996
|
},
|
|
23891
23997
|
"signature": "(method) Workspace.resolveMultipleComponentIds(ids: Array<string | ComponentID | ComponentID>): Promise<ComponentID[]>",
|
|
@@ -23895,7 +24001,7 @@
|
|
|
23895
24001
|
"__schema": "ParameterSchema",
|
|
23896
24002
|
"location": {
|
|
23897
24003
|
"filePath": "workspace.ts",
|
|
23898
|
-
"line":
|
|
24004
|
+
"line": 1843,
|
|
23899
24005
|
"character": 37
|
|
23900
24006
|
},
|
|
23901
24007
|
"name": "ids",
|
|
@@ -23903,7 +24009,7 @@
|
|
|
23903
24009
|
"__schema": "TypeRefSchema",
|
|
23904
24010
|
"location": {
|
|
23905
24011
|
"filePath": "workspace.ts",
|
|
23906
|
-
"line":
|
|
24012
|
+
"line": 1843,
|
|
23907
24013
|
"character": 42
|
|
23908
24014
|
},
|
|
23909
24015
|
"name": "Array",
|
|
@@ -23912,7 +24018,7 @@
|
|
|
23912
24018
|
"__schema": "TypeUnionSchema",
|
|
23913
24019
|
"location": {
|
|
23914
24020
|
"filePath": "workspace.ts",
|
|
23915
|
-
"line":
|
|
24021
|
+
"line": 1843,
|
|
23916
24022
|
"character": 48
|
|
23917
24023
|
},
|
|
23918
24024
|
"types": [
|
|
@@ -23920,7 +24026,7 @@
|
|
|
23920
24026
|
"__schema": "KeywordTypeSchema",
|
|
23921
24027
|
"location": {
|
|
23922
24028
|
"filePath": "workspace.ts",
|
|
23923
|
-
"line":
|
|
24029
|
+
"line": 1843,
|
|
23924
24030
|
"character": 48
|
|
23925
24031
|
},
|
|
23926
24032
|
"name": "string"
|
|
@@ -23929,7 +24035,7 @@
|
|
|
23929
24035
|
"__schema": "TypeRefSchema",
|
|
23930
24036
|
"location": {
|
|
23931
24037
|
"filePath": "workspace.ts",
|
|
23932
|
-
"line":
|
|
24038
|
+
"line": 1843,
|
|
23933
24039
|
"character": 57
|
|
23934
24040
|
},
|
|
23935
24041
|
"name": "ComponentID"
|
|
@@ -23938,7 +24044,7 @@
|
|
|
23938
24044
|
"__schema": "TypeRefSchema",
|
|
23939
24045
|
"location": {
|
|
23940
24046
|
"filePath": "workspace.ts",
|
|
23941
|
-
"line":
|
|
24047
|
+
"line": 1843,
|
|
23942
24048
|
"character": 71
|
|
23943
24049
|
},
|
|
23944
24050
|
"name": "ComponentID"
|
|
@@ -23955,7 +24061,7 @@
|
|
|
23955
24061
|
"__schema": "TypeRefSchema",
|
|
23956
24062
|
"location": {
|
|
23957
24063
|
"filePath": "workspace.ts",
|
|
23958
|
-
"line":
|
|
24064
|
+
"line": 1843,
|
|
23959
24065
|
"character": 86
|
|
23960
24066
|
},
|
|
23961
24067
|
"name": "Promise",
|
|
@@ -23964,14 +24070,14 @@
|
|
|
23964
24070
|
"__schema": "TypeArraySchema",
|
|
23965
24071
|
"location": {
|
|
23966
24072
|
"filePath": "workspace.ts",
|
|
23967
|
-
"line":
|
|
24073
|
+
"line": 1843,
|
|
23968
24074
|
"character": 94
|
|
23969
24075
|
},
|
|
23970
24076
|
"type": {
|
|
23971
24077
|
"__schema": "TypeRefSchema",
|
|
23972
24078
|
"location": {
|
|
23973
24079
|
"filePath": "workspace.ts",
|
|
23974
|
-
"line":
|
|
24080
|
+
"line": 1843,
|
|
23975
24081
|
"character": 94
|
|
23976
24082
|
},
|
|
23977
24083
|
"name": "ComponentID"
|
|
@@ -23987,14 +24093,14 @@
|
|
|
23987
24093
|
"__schema": "FunctionLikeSchema",
|
|
23988
24094
|
"location": {
|
|
23989
24095
|
"filePath": "workspace.ts",
|
|
23990
|
-
"line":
|
|
24096
|
+
"line": 1851,
|
|
23991
24097
|
"character": 3
|
|
23992
24098
|
},
|
|
23993
24099
|
"doc": {
|
|
23994
24100
|
"__schema": "DocSchema",
|
|
23995
24101
|
"location": {
|
|
23996
24102
|
"filePath": "workspace.ts",
|
|
23997
|
-
"line":
|
|
24103
|
+
"line": 1847,
|
|
23998
24104
|
"character": 3
|
|
23999
24105
|
},
|
|
24000
24106
|
"raw": "/**\n * component-id coming from Scope don't have the defaultScope, the legacyComponentId.scope is always populated.\n * in the .bitmap we need to distinguish between the two, so the componentId needs to be corrected with the defaultScope.\n */",
|
|
@@ -24007,7 +24113,7 @@
|
|
|
24007
24113
|
"__schema": "ParameterSchema",
|
|
24008
24114
|
"location": {
|
|
24009
24115
|
"filePath": "workspace.ts",
|
|
24010
|
-
"line":
|
|
24116
|
+
"line": 1851,
|
|
24011
24117
|
"character": 29
|
|
24012
24118
|
},
|
|
24013
24119
|
"name": "componentId",
|
|
@@ -24015,7 +24121,7 @@
|
|
|
24015
24121
|
"__schema": "TypeRefSchema",
|
|
24016
24122
|
"location": {
|
|
24017
24123
|
"filePath": "workspace.ts",
|
|
24018
|
-
"line":
|
|
24124
|
+
"line": 1851,
|
|
24019
24125
|
"character": 42
|
|
24020
24126
|
},
|
|
24021
24127
|
"name": "ComponentID"
|
|
@@ -24028,7 +24134,7 @@
|
|
|
24028
24134
|
"__schema": "TypeRefSchema",
|
|
24029
24135
|
"location": {
|
|
24030
24136
|
"filePath": "workspace.ts",
|
|
24031
|
-
"line":
|
|
24137
|
+
"line": 1851,
|
|
24032
24138
|
"character": 3
|
|
24033
24139
|
},
|
|
24034
24140
|
"name": "ComponentID",
|
|
@@ -24044,14 +24150,14 @@
|
|
|
24044
24150
|
"__schema": "FunctionLikeSchema",
|
|
24045
24151
|
"location": {
|
|
24046
24152
|
"filePath": "workspace.ts",
|
|
24047
|
-
"line":
|
|
24153
|
+
"line": 1864,
|
|
24048
24154
|
"character": 3
|
|
24049
24155
|
},
|
|
24050
24156
|
"doc": {
|
|
24051
24157
|
"__schema": "DocSchema",
|
|
24052
24158
|
"location": {
|
|
24053
24159
|
"filePath": "workspace.ts",
|
|
24054
|
-
"line":
|
|
24160
|
+
"line": 1857,
|
|
24055
24161
|
"character": 3
|
|
24056
24162
|
},
|
|
24057
24163
|
"raw": "/**\n * This will mutate the original extensions list and resolve it's ids\n *\n * @param {ExtensionDataList} extensions\n * @returns {Promise<void[]>}\n * @memberof Workspace\n */",
|
|
@@ -24061,7 +24167,7 @@
|
|
|
24061
24167
|
"__schema": "PropertyLikeTagSchema",
|
|
24062
24168
|
"location": {
|
|
24063
24169
|
"filePath": "workspace.ts",
|
|
24064
|
-
"line":
|
|
24170
|
+
"line": 1860,
|
|
24065
24171
|
"character": 6
|
|
24066
24172
|
},
|
|
24067
24173
|
"name": "extensions",
|
|
@@ -24070,7 +24176,7 @@
|
|
|
24070
24176
|
"__schema": "TypeRefSchema",
|
|
24071
24177
|
"location": {
|
|
24072
24178
|
"filePath": "workspace.ts",
|
|
24073
|
-
"line":
|
|
24179
|
+
"line": 1860,
|
|
24074
24180
|
"character": 14
|
|
24075
24181
|
},
|
|
24076
24182
|
"name": "ExtensionDataList"
|
|
@@ -24080,7 +24186,7 @@
|
|
|
24080
24186
|
"__schema": "ReturnTagSchema",
|
|
24081
24187
|
"location": {
|
|
24082
24188
|
"filePath": "workspace.ts",
|
|
24083
|
-
"line":
|
|
24189
|
+
"line": 1861,
|
|
24084
24190
|
"character": 6
|
|
24085
24191
|
},
|
|
24086
24192
|
"tagName": "return",
|
|
@@ -24088,7 +24194,7 @@
|
|
|
24088
24194
|
"__schema": "TypeRefSchema",
|
|
24089
24195
|
"location": {
|
|
24090
24196
|
"filePath": "workspace.ts",
|
|
24091
|
-
"line":
|
|
24197
|
+
"line": 1861,
|
|
24092
24198
|
"character": 16
|
|
24093
24199
|
},
|
|
24094
24200
|
"name": "Promise",
|
|
@@ -24097,14 +24203,14 @@
|
|
|
24097
24203
|
"__schema": "TypeArraySchema",
|
|
24098
24204
|
"location": {
|
|
24099
24205
|
"filePath": "workspace.ts",
|
|
24100
|
-
"line":
|
|
24206
|
+
"line": 1861,
|
|
24101
24207
|
"character": 24
|
|
24102
24208
|
},
|
|
24103
24209
|
"type": {
|
|
24104
24210
|
"__schema": "KeywordTypeSchema",
|
|
24105
24211
|
"location": {
|
|
24106
24212
|
"filePath": "workspace.ts",
|
|
24107
|
-
"line":
|
|
24213
|
+
"line": 1861,
|
|
24108
24214
|
"character": 24
|
|
24109
24215
|
},
|
|
24110
24216
|
"name": "void"
|
|
@@ -24117,7 +24223,7 @@
|
|
|
24117
24223
|
"__schema": "TagSchema",
|
|
24118
24224
|
"location": {
|
|
24119
24225
|
"filePath": "workspace.ts",
|
|
24120
|
-
"line":
|
|
24226
|
+
"line": 1862,
|
|
24121
24227
|
"character": 6
|
|
24122
24228
|
},
|
|
24123
24229
|
"tagName": "memberof",
|
|
@@ -24132,7 +24238,7 @@
|
|
|
24132
24238
|
"__schema": "ParameterSchema",
|
|
24133
24239
|
"location": {
|
|
24134
24240
|
"filePath": "workspace.ts",
|
|
24135
|
-
"line":
|
|
24241
|
+
"line": 1864,
|
|
24136
24242
|
"character": 25
|
|
24137
24243
|
},
|
|
24138
24244
|
"name": "extensions",
|
|
@@ -24140,7 +24246,7 @@
|
|
|
24140
24246
|
"__schema": "TypeRefSchema",
|
|
24141
24247
|
"location": {
|
|
24142
24248
|
"filePath": "workspace.ts",
|
|
24143
|
-
"line":
|
|
24249
|
+
"line": 1864,
|
|
24144
24250
|
"character": 37
|
|
24145
24251
|
},
|
|
24146
24252
|
"name": "ExtensionDataList"
|
|
@@ -24153,7 +24259,7 @@
|
|
|
24153
24259
|
"__schema": "TypeRefSchema",
|
|
24154
24260
|
"location": {
|
|
24155
24261
|
"filePath": "workspace.ts",
|
|
24156
|
-
"line":
|
|
24262
|
+
"line": 1864,
|
|
24157
24263
|
"character": 57
|
|
24158
24264
|
},
|
|
24159
24265
|
"name": "Promise",
|
|
@@ -24162,14 +24268,14 @@
|
|
|
24162
24268
|
"__schema": "TypeArraySchema",
|
|
24163
24269
|
"location": {
|
|
24164
24270
|
"filePath": "workspace.ts",
|
|
24165
|
-
"line":
|
|
24271
|
+
"line": 1864,
|
|
24166
24272
|
"character": 65
|
|
24167
24273
|
},
|
|
24168
24274
|
"type": {
|
|
24169
24275
|
"__schema": "KeywordTypeSchema",
|
|
24170
24276
|
"location": {
|
|
24171
24277
|
"filePath": "workspace.ts",
|
|
24172
|
-
"line":
|
|
24278
|
+
"line": 1864,
|
|
24173
24279
|
"character": 65
|
|
24174
24280
|
},
|
|
24175
24281
|
"name": "void"
|
|
@@ -24183,14 +24289,14 @@
|
|
|
24183
24289
|
"__schema": "FunctionLikeSchema",
|
|
24184
24290
|
"location": {
|
|
24185
24291
|
"filePath": "workspace.ts",
|
|
24186
|
-
"line":
|
|
24292
|
+
"line": 1883,
|
|
24187
24293
|
"character": 3
|
|
24188
24294
|
},
|
|
24189
24295
|
"doc": {
|
|
24190
24296
|
"__schema": "DocSchema",
|
|
24191
24297
|
"location": {
|
|
24192
24298
|
"filePath": "workspace.ts",
|
|
24193
|
-
"line":
|
|
24299
|
+
"line": 1879,
|
|
24194
24300
|
"character": 3
|
|
24195
24301
|
},
|
|
24196
24302
|
"raw": "/**\n * configure an environment to the given components in the .bitmap file, this configuration overrides other, such as\n * overrides in workspace.jsonc.\n */",
|
|
@@ -24203,7 +24309,7 @@
|
|
|
24203
24309
|
"__schema": "ParameterSchema",
|
|
24204
24310
|
"location": {
|
|
24205
24311
|
"filePath": "workspace.ts",
|
|
24206
|
-
"line":
|
|
24312
|
+
"line": 1883,
|
|
24207
24313
|
"character": 28
|
|
24208
24314
|
},
|
|
24209
24315
|
"name": "envId",
|
|
@@ -24211,7 +24317,7 @@
|
|
|
24211
24317
|
"__schema": "TypeRefSchema",
|
|
24212
24318
|
"location": {
|
|
24213
24319
|
"filePath": "workspace.ts",
|
|
24214
|
-
"line":
|
|
24320
|
+
"line": 1883,
|
|
24215
24321
|
"character": 35
|
|
24216
24322
|
},
|
|
24217
24323
|
"name": "ComponentID"
|
|
@@ -24223,7 +24329,7 @@
|
|
|
24223
24329
|
"__schema": "ParameterSchema",
|
|
24224
24330
|
"location": {
|
|
24225
24331
|
"filePath": "workspace.ts",
|
|
24226
|
-
"line":
|
|
24332
|
+
"line": 1883,
|
|
24227
24333
|
"character": 48
|
|
24228
24334
|
},
|
|
24229
24335
|
"name": "componentIds",
|
|
@@ -24231,14 +24337,14 @@
|
|
|
24231
24337
|
"__schema": "TypeArraySchema",
|
|
24232
24338
|
"location": {
|
|
24233
24339
|
"filePath": "workspace.ts",
|
|
24234
|
-
"line":
|
|
24340
|
+
"line": 1883,
|
|
24235
24341
|
"character": 62
|
|
24236
24342
|
},
|
|
24237
24343
|
"type": {
|
|
24238
24344
|
"__schema": "TypeRefSchema",
|
|
24239
24345
|
"location": {
|
|
24240
24346
|
"filePath": "workspace.ts",
|
|
24241
|
-
"line":
|
|
24347
|
+
"line": 1883,
|
|
24242
24348
|
"character": 62
|
|
24243
24349
|
},
|
|
24244
24350
|
"name": "ComponentID"
|
|
@@ -24252,7 +24358,7 @@
|
|
|
24252
24358
|
"__schema": "InferenceTypeSchema",
|
|
24253
24359
|
"location": {
|
|
24254
24360
|
"filePath": "workspace.ts",
|
|
24255
|
-
"line":
|
|
24361
|
+
"line": 1883,
|
|
24256
24362
|
"character": 3
|
|
24257
24363
|
},
|
|
24258
24364
|
"type": "Promise<void>"
|
|
@@ -24265,14 +24371,14 @@
|
|
|
24265
24371
|
"__schema": "FunctionLikeSchema",
|
|
24266
24372
|
"location": {
|
|
24267
24373
|
"filePath": "workspace.ts",
|
|
24268
|
-
"line":
|
|
24374
|
+
"line": 1901,
|
|
24269
24375
|
"character": 3
|
|
24270
24376
|
},
|
|
24271
24377
|
"doc": {
|
|
24272
24378
|
"__schema": "DocSchema",
|
|
24273
24379
|
"location": {
|
|
24274
24380
|
"filePath": "workspace.ts",
|
|
24275
|
-
"line":
|
|
24381
|
+
"line": 1896,
|
|
24276
24382
|
"character": 3
|
|
24277
24383
|
},
|
|
24278
24384
|
"raw": "/**\n * helpful when a user provides an env-string to be set and this env has no version.\n * in the workspace config, a custom-env needs to be set with a version unless it's part of the workspace.\n * (inside envs/envs it's set without a version).\n */",
|
|
@@ -24285,7 +24391,7 @@
|
|
|
24285
24391
|
"__schema": "ParameterSchema",
|
|
24286
24392
|
"location": {
|
|
24287
24393
|
"filePath": "workspace.ts",
|
|
24288
|
-
"line":
|
|
24394
|
+
"line": 1901,
|
|
24289
24395
|
"character": 51
|
|
24290
24396
|
},
|
|
24291
24397
|
"name": "envId",
|
|
@@ -24293,7 +24399,7 @@
|
|
|
24293
24399
|
"__schema": "TypeRefSchema",
|
|
24294
24400
|
"location": {
|
|
24295
24401
|
"filePath": "workspace.ts",
|
|
24296
|
-
"line":
|
|
24402
|
+
"line": 1901,
|
|
24297
24403
|
"character": 58
|
|
24298
24404
|
},
|
|
24299
24405
|
"name": "ComponentID"
|
|
@@ -24306,7 +24412,7 @@
|
|
|
24306
24412
|
"__schema": "TypeRefSchema",
|
|
24307
24413
|
"location": {
|
|
24308
24414
|
"filePath": "workspace.ts",
|
|
24309
|
-
"line":
|
|
24415
|
+
"line": 1901,
|
|
24310
24416
|
"character": 72
|
|
24311
24417
|
},
|
|
24312
24418
|
"name": "Promise",
|
|
@@ -24315,7 +24421,7 @@
|
|
|
24315
24421
|
"__schema": "KeywordTypeSchema",
|
|
24316
24422
|
"location": {
|
|
24317
24423
|
"filePath": "workspace.ts",
|
|
24318
|
-
"line":
|
|
24424
|
+
"line": 1901,
|
|
24319
24425
|
"character": 80
|
|
24320
24426
|
},
|
|
24321
24427
|
"name": "string"
|
|
@@ -24330,14 +24436,14 @@
|
|
|
24330
24436
|
"__schema": "FunctionLikeSchema",
|
|
24331
24437
|
"location": {
|
|
24332
24438
|
"filePath": "workspace.ts",
|
|
24333
|
-
"line":
|
|
24439
|
+
"line": 1924,
|
|
24334
24440
|
"character": 3
|
|
24335
24441
|
},
|
|
24336
24442
|
"doc": {
|
|
24337
24443
|
"__schema": "DocSchema",
|
|
24338
24444
|
"location": {
|
|
24339
24445
|
"filePath": "workspace.ts",
|
|
24340
|
-
"line":
|
|
24446
|
+
"line": 1921,
|
|
24341
24447
|
"character": 3
|
|
24342
24448
|
},
|
|
24343
24449
|
"raw": "/**\n * remove env configuration from the .bitmap file, so then other configuration, such as \"variants\" will take place\n */",
|
|
@@ -24350,7 +24456,7 @@
|
|
|
24350
24456
|
"__schema": "ParameterSchema",
|
|
24351
24457
|
"location": {
|
|
24352
24458
|
"filePath": "workspace.ts",
|
|
24353
|
-
"line":
|
|
24459
|
+
"line": 1924,
|
|
24354
24460
|
"character": 32
|
|
24355
24461
|
},
|
|
24356
24462
|
"name": "ids",
|
|
@@ -24358,14 +24464,14 @@
|
|
|
24358
24464
|
"__schema": "TypeArraySchema",
|
|
24359
24465
|
"location": {
|
|
24360
24466
|
"filePath": "workspace.ts",
|
|
24361
|
-
"line":
|
|
24467
|
+
"line": 1924,
|
|
24362
24468
|
"character": 37
|
|
24363
24469
|
},
|
|
24364
24470
|
"type": {
|
|
24365
24471
|
"__schema": "TypeRefSchema",
|
|
24366
24472
|
"location": {
|
|
24367
24473
|
"filePath": "workspace.ts",
|
|
24368
|
-
"line":
|
|
24474
|
+
"line": 1924,
|
|
24369
24475
|
"character": 37
|
|
24370
24476
|
},
|
|
24371
24477
|
"name": "ComponentID"
|
|
@@ -24379,7 +24485,7 @@
|
|
|
24379
24485
|
"__schema": "TypeRefSchema",
|
|
24380
24486
|
"location": {
|
|
24381
24487
|
"filePath": "workspace.ts",
|
|
24382
|
-
"line":
|
|
24488
|
+
"line": 1924,
|
|
24383
24489
|
"character": 53
|
|
24384
24490
|
},
|
|
24385
24491
|
"name": "Promise",
|
|
@@ -24388,7 +24494,7 @@
|
|
|
24388
24494
|
"__schema": "TypeLiteralSchema",
|
|
24389
24495
|
"location": {
|
|
24390
24496
|
"filePath": "workspace.ts",
|
|
24391
|
-
"line":
|
|
24497
|
+
"line": 1924,
|
|
24392
24498
|
"character": 61
|
|
24393
24499
|
},
|
|
24394
24500
|
"members": [
|
|
@@ -24396,7 +24502,7 @@
|
|
|
24396
24502
|
"__schema": "VariableLikeSchema",
|
|
24397
24503
|
"location": {
|
|
24398
24504
|
"filePath": "workspace.ts",
|
|
24399
|
-
"line":
|
|
24505
|
+
"line": 1924,
|
|
24400
24506
|
"character": 63
|
|
24401
24507
|
},
|
|
24402
24508
|
"signature": "(property) changed: ComponentID[]",
|
|
@@ -24405,14 +24511,14 @@
|
|
|
24405
24511
|
"__schema": "TypeArraySchema",
|
|
24406
24512
|
"location": {
|
|
24407
24513
|
"filePath": "workspace.ts",
|
|
24408
|
-
"line":
|
|
24514
|
+
"line": 1924,
|
|
24409
24515
|
"character": 72
|
|
24410
24516
|
},
|
|
24411
24517
|
"type": {
|
|
24412
24518
|
"__schema": "TypeRefSchema",
|
|
24413
24519
|
"location": {
|
|
24414
24520
|
"filePath": "workspace.ts",
|
|
24415
|
-
"line":
|
|
24521
|
+
"line": 1924,
|
|
24416
24522
|
"character": 72
|
|
24417
24523
|
},
|
|
24418
24524
|
"name": "ComponentID"
|
|
@@ -24424,7 +24530,7 @@
|
|
|
24424
24530
|
"__schema": "VariableLikeSchema",
|
|
24425
24531
|
"location": {
|
|
24426
24532
|
"filePath": "workspace.ts",
|
|
24427
|
-
"line":
|
|
24533
|
+
"line": 1924,
|
|
24428
24534
|
"character": 87
|
|
24429
24535
|
},
|
|
24430
24536
|
"signature": "(property) unchanged: ComponentID[]",
|
|
@@ -24433,14 +24539,14 @@
|
|
|
24433
24539
|
"__schema": "TypeArraySchema",
|
|
24434
24540
|
"location": {
|
|
24435
24541
|
"filePath": "workspace.ts",
|
|
24436
|
-
"line":
|
|
24542
|
+
"line": 1924,
|
|
24437
24543
|
"character": 98
|
|
24438
24544
|
},
|
|
24439
24545
|
"type": {
|
|
24440
24546
|
"__schema": "TypeRefSchema",
|
|
24441
24547
|
"location": {
|
|
24442
24548
|
"filePath": "workspace.ts",
|
|
24443
|
-
"line":
|
|
24549
|
+
"line": 1924,
|
|
24444
24550
|
"character": 98
|
|
24445
24551
|
},
|
|
24446
24552
|
"name": "ComponentID"
|
|
@@ -24460,7 +24566,7 @@
|
|
|
24460
24566
|
"__schema": "FunctionLikeSchema",
|
|
24461
24567
|
"location": {
|
|
24462
24568
|
"filePath": "workspace.ts",
|
|
24463
|
-
"line":
|
|
24569
|
+
"line": 1953,
|
|
24464
24570
|
"character": 3
|
|
24465
24571
|
},
|
|
24466
24572
|
"signature": "(method) Workspace.updateEnvForComponents(envIdStr?: string, pattern?: string): Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>",
|
|
@@ -24470,7 +24576,7 @@
|
|
|
24470
24576
|
"__schema": "ParameterSchema",
|
|
24471
24577
|
"location": {
|
|
24472
24578
|
"filePath": "workspace.ts",
|
|
24473
|
-
"line":
|
|
24579
|
+
"line": 1953,
|
|
24474
24580
|
"character": 32
|
|
24475
24581
|
},
|
|
24476
24582
|
"name": "envIdStr",
|
|
@@ -24478,7 +24584,7 @@
|
|
|
24478
24584
|
"__schema": "KeywordTypeSchema",
|
|
24479
24585
|
"location": {
|
|
24480
24586
|
"filePath": "workspace.ts",
|
|
24481
|
-
"line":
|
|
24587
|
+
"line": 1953,
|
|
24482
24588
|
"character": 43
|
|
24483
24589
|
},
|
|
24484
24590
|
"name": "string"
|
|
@@ -24490,7 +24596,7 @@
|
|
|
24490
24596
|
"__schema": "ParameterSchema",
|
|
24491
24597
|
"location": {
|
|
24492
24598
|
"filePath": "workspace.ts",
|
|
24493
|
-
"line":
|
|
24599
|
+
"line": 1953,
|
|
24494
24600
|
"character": 51
|
|
24495
24601
|
},
|
|
24496
24602
|
"name": "pattern",
|
|
@@ -24498,7 +24604,7 @@
|
|
|
24498
24604
|
"__schema": "KeywordTypeSchema",
|
|
24499
24605
|
"location": {
|
|
24500
24606
|
"filePath": "workspace.ts",
|
|
24501
|
-
"line":
|
|
24607
|
+
"line": 1953,
|
|
24502
24608
|
"character": 61
|
|
24503
24609
|
},
|
|
24504
24610
|
"name": "string"
|
|
@@ -24511,7 +24617,7 @@
|
|
|
24511
24617
|
"__schema": "InferenceTypeSchema",
|
|
24512
24618
|
"location": {
|
|
24513
24619
|
"filePath": "workspace.ts",
|
|
24514
|
-
"line":
|
|
24620
|
+
"line": 1953,
|
|
24515
24621
|
"character": 3
|
|
24516
24622
|
},
|
|
24517
24623
|
"type": "Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>"
|
|
@@ -24524,7 +24630,7 @@
|
|
|
24524
24630
|
"__schema": "FunctionLikeSchema",
|
|
24525
24631
|
"location": {
|
|
24526
24632
|
"filePath": "workspace.ts",
|
|
24527
|
-
"line":
|
|
24633
|
+
"line": 2026,
|
|
24528
24634
|
"character": 3
|
|
24529
24635
|
},
|
|
24530
24636
|
"signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
|
|
@@ -24534,7 +24640,7 @@
|
|
|
24534
24640
|
"__schema": "InferenceTypeSchema",
|
|
24535
24641
|
"location": {
|
|
24536
24642
|
"filePath": "workspace.ts",
|
|
24537
|
-
"line":
|
|
24643
|
+
"line": 2026,
|
|
24538
24644
|
"character": 3
|
|
24539
24645
|
},
|
|
24540
24646
|
"type": "RegExp[]"
|
|
@@ -24545,7 +24651,7 @@
|
|
|
24545
24651
|
"__schema": "FunctionLikeSchema",
|
|
24546
24652
|
"location": {
|
|
24547
24653
|
"filePath": "workspace.ts",
|
|
24548
|
-
"line":
|
|
24654
|
+
"line": 2030,
|
|
24549
24655
|
"character": 3
|
|
24550
24656
|
},
|
|
24551
24657
|
"signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
|
|
@@ -24555,7 +24661,7 @@
|
|
|
24555
24661
|
"__schema": "InferenceTypeSchema",
|
|
24556
24662
|
"location": {
|
|
24557
24663
|
"filePath": "workspace.ts",
|
|
24558
|
-
"line":
|
|
24664
|
+
"line": 2030,
|
|
24559
24665
|
"character": 3
|
|
24560
24666
|
},
|
|
24561
24667
|
"type": "Promise<void>"
|
|
@@ -24568,7 +24674,7 @@
|
|
|
24568
24674
|
"__schema": "FunctionLikeSchema",
|
|
24569
24675
|
"location": {
|
|
24570
24676
|
"filePath": "workspace.ts",
|
|
24571
|
-
"line":
|
|
24677
|
+
"line": 2045,
|
|
24572
24678
|
"character": 3
|
|
24573
24679
|
},
|
|
24574
24680
|
"signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
|
|
@@ -24578,7 +24684,7 @@
|
|
|
24578
24684
|
"__schema": "ParameterSchema",
|
|
24579
24685
|
"location": {
|
|
24580
24686
|
"filePath": "workspace.ts",
|
|
24581
|
-
"line":
|
|
24687
|
+
"line": 2045,
|
|
24582
24688
|
"character": 19
|
|
24583
24689
|
},
|
|
24584
24690
|
"name": "component",
|
|
@@ -24586,7 +24692,7 @@
|
|
|
24586
24692
|
"__schema": "TypeRefSchema",
|
|
24587
24693
|
"location": {
|
|
24588
24694
|
"filePath": "workspace.ts",
|
|
24589
|
-
"line":
|
|
24695
|
+
"line": 2045,
|
|
24590
24696
|
"character": 30
|
|
24591
24697
|
},
|
|
24592
24698
|
"name": "Component"
|
|
@@ -24599,7 +24705,7 @@
|
|
|
24599
24705
|
"__schema": "TypeRefSchema",
|
|
24600
24706
|
"location": {
|
|
24601
24707
|
"filePath": "workspace.ts",
|
|
24602
|
-
"line":
|
|
24708
|
+
"line": 2045,
|
|
24603
24709
|
"character": 42
|
|
24604
24710
|
},
|
|
24605
24711
|
"name": "Promise",
|
|
@@ -24608,14 +24714,14 @@
|
|
|
24608
24714
|
"__schema": "TypeArraySchema",
|
|
24609
24715
|
"location": {
|
|
24610
24716
|
"filePath": "workspace.ts",
|
|
24611
|
-
"line":
|
|
24717
|
+
"line": 2045,
|
|
24612
24718
|
"character": 50
|
|
24613
24719
|
},
|
|
24614
24720
|
"type": {
|
|
24615
24721
|
"__schema": "KeywordTypeSchema",
|
|
24616
24722
|
"location": {
|
|
24617
24723
|
"filePath": "workspace.ts",
|
|
24618
|
-
"line":
|
|
24724
|
+
"line": 2045,
|
|
24619
24725
|
"character": 50
|
|
24620
24726
|
},
|
|
24621
24727
|
"name": "string"
|
|
@@ -24629,7 +24735,7 @@
|
|
|
24629
24735
|
"__schema": "FunctionLikeSchema",
|
|
24630
24736
|
"location": {
|
|
24631
24737
|
"filePath": "workspace.ts",
|
|
24632
|
-
"line":
|
|
24738
|
+
"line": 2056,
|
|
24633
24739
|
"character": 3
|
|
24634
24740
|
},
|
|
24635
24741
|
"signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[]): Promise<DependenciesOverridesData>",
|
|
@@ -24639,7 +24745,7 @@
|
|
|
24639
24745
|
"__schema": "ParameterSchema",
|
|
24640
24746
|
"location": {
|
|
24641
24747
|
"filePath": "workspace.ts",
|
|
24642
|
-
"line":
|
|
24748
|
+
"line": 2056,
|
|
24643
24749
|
"character": 32
|
|
24644
24750
|
},
|
|
24645
24751
|
"name": "configuredExtensions",
|
|
@@ -24647,7 +24753,7 @@
|
|
|
24647
24753
|
"__schema": "TypeRefSchema",
|
|
24648
24754
|
"location": {
|
|
24649
24755
|
"filePath": "workspace.ts",
|
|
24650
|
-
"line":
|
|
24756
|
+
"line": 2056,
|
|
24651
24757
|
"character": 54
|
|
24652
24758
|
},
|
|
24653
24759
|
"name": "ExtensionDataList"
|
|
@@ -24659,7 +24765,7 @@
|
|
|
24659
24765
|
"__schema": "ParameterSchema",
|
|
24660
24766
|
"location": {
|
|
24661
24767
|
"filePath": "workspace.ts",
|
|
24662
|
-
"line":
|
|
24768
|
+
"line": 2056,
|
|
24663
24769
|
"character": 73
|
|
24664
24770
|
},
|
|
24665
24771
|
"name": "id",
|
|
@@ -24667,7 +24773,7 @@
|
|
|
24667
24773
|
"__schema": "TypeRefSchema",
|
|
24668
24774
|
"location": {
|
|
24669
24775
|
"filePath": "workspace.ts",
|
|
24670
|
-
"line":
|
|
24776
|
+
"line": 2056,
|
|
24671
24777
|
"character": 77
|
|
24672
24778
|
},
|
|
24673
24779
|
"name": "ComponentID"
|
|
@@ -24679,7 +24785,7 @@
|
|
|
24679
24785
|
"__schema": "ParameterSchema",
|
|
24680
24786
|
"location": {
|
|
24681
24787
|
"filePath": "workspace.ts",
|
|
24682
|
-
"line":
|
|
24788
|
+
"line": 2056,
|
|
24683
24789
|
"character": 90
|
|
24684
24790
|
},
|
|
24685
24791
|
"name": "legacyFiles",
|
|
@@ -24687,14 +24793,14 @@
|
|
|
24687
24793
|
"__schema": "TypeArraySchema",
|
|
24688
24794
|
"location": {
|
|
24689
24795
|
"filePath": "workspace.ts",
|
|
24690
|
-
"line":
|
|
24796
|
+
"line": 2056,
|
|
24691
24797
|
"character": 103
|
|
24692
24798
|
},
|
|
24693
24799
|
"type": {
|
|
24694
24800
|
"__schema": "TypeRefSchema",
|
|
24695
24801
|
"location": {
|
|
24696
24802
|
"filePath": "workspace.ts",
|
|
24697
|
-
"line":
|
|
24803
|
+
"line": 2056,
|
|
24698
24804
|
"character": 103
|
|
24699
24805
|
},
|
|
24700
24806
|
"name": "SourceFile"
|
|
@@ -24708,7 +24814,7 @@
|
|
|
24708
24814
|
"__schema": "InferenceTypeSchema",
|
|
24709
24815
|
"location": {
|
|
24710
24816
|
"filePath": "workspace.ts",
|
|
24711
|
-
"line":
|
|
24817
|
+
"line": 2056,
|
|
24712
24818
|
"character": 3
|
|
24713
24819
|
},
|
|
24714
24820
|
"type": "Promise<DependenciesOverridesData>"
|
|
@@ -24721,7 +24827,7 @@
|
|
|
24721
24827
|
"__schema": "FunctionLikeSchema",
|
|
24722
24828
|
"location": {
|
|
24723
24829
|
"filePath": "workspace.ts",
|
|
24724
|
-
"line":
|
|
24830
|
+
"line": 2067,
|
|
24725
24831
|
"character": 3
|
|
24726
24832
|
},
|
|
24727
24833
|
"signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
|
|
@@ -24731,7 +24837,7 @@
|
|
|
24731
24837
|
"__schema": "ParameterSchema",
|
|
24732
24838
|
"location": {
|
|
24733
24839
|
"filePath": "workspace.ts",
|
|
24734
|
-
"line":
|
|
24840
|
+
"line": 2067,
|
|
24735
24841
|
"character": 28
|
|
24736
24842
|
},
|
|
24737
24843
|
"name": "id",
|
|
@@ -24739,7 +24845,7 @@
|
|
|
24739
24845
|
"__schema": "TypeRefSchema",
|
|
24740
24846
|
"location": {
|
|
24741
24847
|
"filePath": "workspace.ts",
|
|
24742
|
-
"line":
|
|
24848
|
+
"line": 2067,
|
|
24743
24849
|
"character": 32
|
|
24744
24850
|
},
|
|
24745
24851
|
"name": "ComponentID"
|
|
@@ -24752,7 +24858,7 @@
|
|
|
24752
24858
|
"__schema": "InferenceTypeSchema",
|
|
24753
24859
|
"location": {
|
|
24754
24860
|
"filePath": "workspace.ts",
|
|
24755
|
-
"line":
|
|
24861
|
+
"line": 2067,
|
|
24756
24862
|
"character": 3
|
|
24757
24863
|
},
|
|
24758
24864
|
"type": "DependenciesOverridesData | undefined"
|
|
@@ -24763,7 +24869,7 @@
|
|
|
24763
24869
|
"__schema": "FunctionLikeSchema",
|
|
24764
24870
|
"location": {
|
|
24765
24871
|
"filePath": "workspace.ts",
|
|
24766
|
-
"line":
|
|
24872
|
+
"line": 2076,
|
|
24767
24873
|
"character": 3
|
|
24768
24874
|
},
|
|
24769
24875
|
"signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
|
|
@@ -24773,7 +24879,7 @@
|
|
|
24773
24879
|
"__schema": "ParameterSchema",
|
|
24774
24880
|
"location": {
|
|
24775
24881
|
"filePath": "workspace.ts",
|
|
24776
|
-
"line":
|
|
24882
|
+
"line": 2076,
|
|
24777
24883
|
"character": 35
|
|
24778
24884
|
},
|
|
24779
24885
|
"name": "ids",
|
|
@@ -24781,14 +24887,14 @@
|
|
|
24781
24887
|
"__schema": "TypeArraySchema",
|
|
24782
24888
|
"location": {
|
|
24783
24889
|
"filePath": "workspace.ts",
|
|
24784
|
-
"line":
|
|
24890
|
+
"line": 2076,
|
|
24785
24891
|
"character": 40
|
|
24786
24892
|
},
|
|
24787
24893
|
"type": {
|
|
24788
24894
|
"__schema": "TypeRefSchema",
|
|
24789
24895
|
"location": {
|
|
24790
24896
|
"filePath": "workspace.ts",
|
|
24791
|
-
"line":
|
|
24897
|
+
"line": 2076,
|
|
24792
24898
|
"character": 40
|
|
24793
24899
|
},
|
|
24794
24900
|
"name": "ComponentID"
|
|
@@ -24802,7 +24908,7 @@
|
|
|
24802
24908
|
"__schema": "TypeRefSchema",
|
|
24803
24909
|
"location": {
|
|
24804
24910
|
"filePath": "workspace.ts",
|
|
24805
|
-
"line":
|
|
24911
|
+
"line": 2076,
|
|
24806
24912
|
"character": 56
|
|
24807
24913
|
},
|
|
24808
24914
|
"name": "Promise",
|
|
@@ -24811,14 +24917,14 @@
|
|
|
24811
24917
|
"__schema": "TypeArraySchema",
|
|
24812
24918
|
"location": {
|
|
24813
24919
|
"filePath": "workspace.ts",
|
|
24814
|
-
"line":
|
|
24920
|
+
"line": 2076,
|
|
24815
24921
|
"character": 64
|
|
24816
24922
|
},
|
|
24817
24923
|
"type": {
|
|
24818
24924
|
"__schema": "TypeRefSchema",
|
|
24819
24925
|
"location": {
|
|
24820
24926
|
"filePath": "workspace.ts",
|
|
24821
|
-
"line":
|
|
24927
|
+
"line": 2076,
|
|
24822
24928
|
"character": 64
|
|
24823
24929
|
},
|
|
24824
24930
|
"name": "ComponentStatusResult"
|
|
@@ -24834,7 +24940,7 @@
|
|
|
24834
24940
|
"__schema": "FunctionLikeSchema",
|
|
24835
24941
|
"location": {
|
|
24836
24942
|
"filePath": "workspace.ts",
|
|
24837
|
-
"line":
|
|
24943
|
+
"line": 2080,
|
|
24838
24944
|
"character": 3
|
|
24839
24945
|
},
|
|
24840
24946
|
"signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
|
|
@@ -24844,7 +24950,7 @@
|
|
|
24844
24950
|
"__schema": "ParameterSchema",
|
|
24845
24951
|
"location": {
|
|
24846
24952
|
"filePath": "workspace.ts",
|
|
24847
|
-
"line":
|
|
24953
|
+
"line": 2080,
|
|
24848
24954
|
"character": 32
|
|
24849
24955
|
},
|
|
24850
24956
|
"name": "id",
|
|
@@ -24852,7 +24958,7 @@
|
|
|
24852
24958
|
"__schema": "TypeRefSchema",
|
|
24853
24959
|
"location": {
|
|
24854
24960
|
"filePath": "workspace.ts",
|
|
24855
|
-
"line":
|
|
24961
|
+
"line": 2080,
|
|
24856
24962
|
"character": 36
|
|
24857
24963
|
},
|
|
24858
24964
|
"name": "ComponentID"
|
|
@@ -24865,7 +24971,7 @@
|
|
|
24865
24971
|
"__schema": "TypeRefSchema",
|
|
24866
24972
|
"location": {
|
|
24867
24973
|
"filePath": "workspace.ts",
|
|
24868
|
-
"line":
|
|
24974
|
+
"line": 2080,
|
|
24869
24975
|
"character": 50
|
|
24870
24976
|
},
|
|
24871
24977
|
"name": "Promise",
|
|
@@ -24874,7 +24980,7 @@
|
|
|
24874
24980
|
"__schema": "TypeRefSchema",
|
|
24875
24981
|
"location": {
|
|
24876
24982
|
"filePath": "workspace.ts",
|
|
24877
|
-
"line":
|
|
24983
|
+
"line": 2080,
|
|
24878
24984
|
"character": 58
|
|
24879
24985
|
},
|
|
24880
24986
|
"name": "ComponentStatusLegacy"
|
|
@@ -24909,7 +25015,7 @@
|
|
|
24909
25015
|
"_legacy": {
|
|
24910
25016
|
"scope": "teambit.workspace",
|
|
24911
25017
|
"name": "workspace",
|
|
24912
|
-
"version": "1.0.
|
|
25018
|
+
"version": "1.0.187"
|
|
24913
25019
|
},
|
|
24914
25020
|
"_scope": "teambit.workspace"
|
|
24915
25021
|
}
|
|
@@ -24921,7 +25027,7 @@
|
|
|
24921
25027
|
"__schema": "UnImplementedSchema",
|
|
24922
25028
|
"location": {
|
|
24923
25029
|
"filePath": "workspace.ts",
|
|
24924
|
-
"line":
|
|
25030
|
+
"line": 2098,
|
|
24925
25031
|
"character": 16
|
|
24926
25032
|
},
|
|
24927
25033
|
"name": "Workspace",
|
|
@@ -24965,14 +25071,14 @@
|
|
|
24965
25071
|
"__schema": "FunctionLikeSchema",
|
|
24966
25072
|
"location": {
|
|
24967
25073
|
"filePath": "workspace.ts",
|
|
24968
|
-
"line":
|
|
25074
|
+
"line": 2093,
|
|
24969
25075
|
"character": 1
|
|
24970
25076
|
},
|
|
24971
25077
|
"doc": {
|
|
24972
25078
|
"__schema": "DocSchema",
|
|
24973
25079
|
"location": {
|
|
24974
25080
|
"filePath": "workspace.ts",
|
|
24975
|
-
"line":
|
|
25081
|
+
"line": 2085,
|
|
24976
25082
|
"character": 1
|
|
24977
25083
|
},
|
|
24978
25084
|
"raw": "/**\n * this is a super hacky way to do it. problem is that loadAspect is running as onStart hook, where we don't\n * have the CLI fully loaded yet, so we can't get the command from the CLI aspect, we have to retrieve it from\n * process.argv.\n * in general, we don't want every command to try again and again fetching un-built versions. otherwise, every time\n * Bit loads (even bit --help), it'll fetch them and slow down everything.\n * instead, long-running commands and those that need the artifacts from the Version objects, should try to re-fetch.\n */",
|
|
@@ -24985,7 +25091,7 @@
|
|
|
24985
25091
|
"__schema": "TypeRefSchema",
|
|
24986
25092
|
"location": {
|
|
24987
25093
|
"filePath": "workspace.ts",
|
|
24988
|
-
"line":
|
|
25094
|
+
"line": 2093,
|
|
24989
25095
|
"character": 1
|
|
24990
25096
|
},
|
|
24991
25097
|
"name": "shouldReFetchUnBuiltVersion",
|
|
@@ -26248,7 +26354,7 @@
|
|
|
26248
26354
|
"_legacy": {
|
|
26249
26355
|
"scope": "teambit.workspace",
|
|
26250
26356
|
"name": "workspace",
|
|
26251
|
-
"version": "1.0.
|
|
26357
|
+
"version": "1.0.187"
|
|
26252
26358
|
},
|
|
26253
26359
|
"_scope": "teambit.workspace"
|
|
26254
26360
|
}
|
|
@@ -26491,7 +26597,7 @@
|
|
|
26491
26597
|
"_legacy": {
|
|
26492
26598
|
"scope": "teambit.workspace",
|
|
26493
26599
|
"name": "workspace",
|
|
26494
|
-
"version": "1.0.
|
|
26600
|
+
"version": "1.0.187"
|
|
26495
26601
|
},
|
|
26496
26602
|
"_scope": "teambit.workspace"
|
|
26497
26603
|
}
|
|
@@ -26714,7 +26820,7 @@
|
|
|
26714
26820
|
"_legacy": {
|
|
26715
26821
|
"scope": "teambit.workspace",
|
|
26716
26822
|
"name": "workspace",
|
|
26717
|
-
"version": "1.0.
|
|
26823
|
+
"version": "1.0.187"
|
|
26718
26824
|
},
|
|
26719
26825
|
"_scope": "teambit.workspace"
|
|
26720
26826
|
}
|
|
@@ -29623,7 +29729,7 @@
|
|
|
29623
29729
|
"_legacy": {
|
|
29624
29730
|
"scope": "teambit.workspace",
|
|
29625
29731
|
"name": "workspace",
|
|
29626
|
-
"version": "1.0.
|
|
29732
|
+
"version": "1.0.187"
|
|
29627
29733
|
},
|
|
29628
29734
|
"_scope": "teambit.workspace"
|
|
29629
29735
|
}
|
|
@@ -31458,7 +31564,7 @@
|
|
|
31458
31564
|
"componentId": {
|
|
31459
31565
|
"scope": "teambit.workspace",
|
|
31460
31566
|
"name": "workspace",
|
|
31461
|
-
"version": "1.0.
|
|
31567
|
+
"version": "1.0.187"
|
|
31462
31568
|
},
|
|
31463
31569
|
"taggedModuleExports": []
|
|
31464
31570
|
}
|