@teambit/dependency-resolver 1.0.187 → 1.0.189
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 +37 -37
- package/artifacts/preview/teambit_dependencies_dependency_resolver-preview.js +1 -1
- package/artifacts/schema.json +1214 -373
- package/dist/apply-updates.js.map +1 -1
- package/dist/apply-updates.spec.js.map +1 -1
- package/dist/dependencies/base-dependency.js.map +1 -1
- package/dist/dependencies/component-dependency/component-dependency-factory.js.map +1 -1
- package/dist/dependencies/component-dependency/component-dependency.js.map +1 -1
- package/dist/dependencies/component-dependency/index.js.map +1 -1
- package/dist/dependencies/constants.js.map +1 -1
- package/dist/dependencies/dependency-factory.js.map +1 -1
- package/dist/dependencies/dependency-list-factory.js.map +1 -1
- package/dist/dependencies/dependency-list.js.map +1 -1
- package/dist/dependencies/dependency.js.map +1 -1
- package/dist/dependencies/exceptions/index.js.map +1 -1
- package/dist/dependencies/exceptions/unknown-dep-type.js.map +1 -1
- package/dist/dependencies/index.js.map +1 -1
- package/dist/dependencies.service.js.map +1 -1
- package/dist/dependency-detector.js.map +1 -1
- package/dist/dependency-env.js.map +1 -1
- package/dist/dependency-installer.js.map +1 -1
- package/dist/dependency-linker.js.map +1 -1
- package/dist/dependency-resolver-workspace-config.js.map +1 -1
- package/dist/dependency-resolver.aspect.js.map +1 -1
- package/dist/dependency-resolver.composition.js.map +1 -1
- package/dist/dependency-resolver.graphql.js +2 -3
- package/dist/dependency-resolver.graphql.js.map +1 -1
- package/dist/dependency-resolver.main.runtime.js.map +1 -1
- package/dist/dependency-resolver.main.runtime.spec.js.map +1 -1
- package/dist/dependency-version-resolver.js.map +1 -1
- package/dist/exceptions/core-aspect-link-error.js.map +1 -1
- package/dist/exceptions/index.js.map +1 -1
- package/dist/exceptions/invalid-version-with-prefix.js.map +1 -1
- package/dist/exceptions/main-aspect-not-installable.js.map +1 -1
- package/dist/exceptions/main-aspect-not-linkable.js.map +1 -1
- package/dist/exceptions/non-aspect-core-package-link-error.js.map +1 -1
- package/dist/exceptions/package-manager-not-found.js.map +1 -1
- package/dist/exceptions/root-dir-not-defined.js.map +1 -1
- package/dist/extend-with-components-from-dir.js.map +1 -1
- package/dist/get-all-policy-pkgs.js.map +1 -1
- package/dist/get-all-policy-pkgs.spec.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/manifest/component-manifest.js.map +1 -1
- package/dist/manifest/deduping/dedupe-dependencies.js.map +1 -1
- package/dist/manifest/deduping/hoist-dependencies.js.map +1 -1
- package/dist/manifest/deduping/hoist-dependencies.spec.js.map +1 -1
- package/dist/manifest/deduping/index-by-dep-id.js.map +1 -1
- package/dist/manifest/deduping/index.js.map +1 -1
- package/dist/manifest/deduping/merge-with-root.js.map +1 -1
- package/dist/manifest/index.js.map +1 -1
- package/dist/manifest/manifest.js.map +1 -1
- package/dist/manifest/update-dependency-version.js.map +1 -1
- package/dist/manifest/update-dependency-version.spec.js.map +1 -1
- package/dist/manifest/workspace-manifest-factory.js.map +1 -1
- package/dist/manifest/workspace-manifest.js.map +1 -1
- package/dist/package-manager-legacy.js.map +1 -1
- package/dist/package-manager.js.map +1 -1
- package/dist/policy/env-policy/env-policy.js.map +1 -1
- package/dist/policy/env-policy/index.js.map +1 -1
- package/dist/policy/env-policy/validate-env-policy.js.map +1 -1
- package/dist/policy/env-policy/validate-env-policy.spec.js.map +1 -1
- package/dist/policy/index.js.map +1 -1
- package/dist/policy/policy.js.map +1 -1
- package/dist/policy/variant-policy/index.js.map +1 -1
- package/dist/policy/variant-policy/variant-policy.js.map +1 -1
- package/dist/policy/workspace-policy/exceptions/entry-already-exist.js.map +1 -1
- package/dist/policy/workspace-policy/exceptions/index.js.map +1 -1
- package/dist/policy/workspace-policy/index.js.map +1 -1
- package/dist/policy/workspace-policy/workspace-policy-factory.js.map +1 -1
- package/dist/policy/workspace-policy/workspace-policy.js +5 -5
- package/dist/policy/workspace-policy/workspace-policy.js.map +1 -1
- package/dist/preview-1710224484125.js +7 -0
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/registries.js.map +1 -1
- package/dist/registry/registry.js.map +1 -1
- package/dist/show-fragments/dependencies.fragment.js.map +1 -1
- package/dist/show-fragments/dev-dependencies.fragment.js.map +1 -1
- package/dist/show-fragments/index.js.map +1 -1
- package/dist/show-fragments/peer-dependencies.fragment.js.map +1 -1
- package/dist/show-fragments/serialize-by-lifecycle.js.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +16 -15
- package/policy/workspace-policy/workspace-policy.ts +3 -3
- package/dist/preview-1709867881461.js +0 -7
package/artifacts/schema.json
CHANGED
|
@@ -176,7 +176,8 @@
|
|
|
176
176
|
"line": 77,
|
|
177
177
|
"character": 42
|
|
178
178
|
},
|
|
179
|
-
"name": "PackageName"
|
|
179
|
+
"name": "PackageName",
|
|
180
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
180
181
|
},
|
|
181
182
|
{
|
|
182
183
|
"__schema": "TypeRefSchema",
|
|
@@ -215,7 +216,8 @@
|
|
|
215
216
|
"line": 17,
|
|
216
217
|
"character": 36
|
|
217
218
|
},
|
|
218
|
-
"name": "RegistryName"
|
|
219
|
+
"name": "RegistryName",
|
|
220
|
+
"internalFilePath": "types.ts"
|
|
219
221
|
},
|
|
220
222
|
{
|
|
221
223
|
"__schema": "TypeRefSchema",
|
|
@@ -284,7 +286,8 @@
|
|
|
284
286
|
"line": 15,
|
|
285
287
|
"character": 21
|
|
286
288
|
},
|
|
287
|
-
"name": "SemVer"
|
|
289
|
+
"name": "SemVer",
|
|
290
|
+
"packageName": "semver"
|
|
288
291
|
},
|
|
289
292
|
"isOptional": false,
|
|
290
293
|
"isSpread": false
|
|
@@ -465,7 +468,8 @@
|
|
|
465
468
|
"line": 30,
|
|
466
469
|
"character": 19
|
|
467
470
|
},
|
|
468
|
-
"name": "WorkspaceManifestToJsonOptions"
|
|
471
|
+
"name": "WorkspaceManifestToJsonOptions",
|
|
472
|
+
"internalFilePath": "manifest/workspace-manifest.ts"
|
|
469
473
|
},
|
|
470
474
|
"isOptional": true,
|
|
471
475
|
"defaultValue": "{}",
|
|
@@ -528,7 +532,8 @@
|
|
|
528
532
|
"line": 40,
|
|
529
533
|
"character": 26
|
|
530
534
|
},
|
|
531
|
-
"name": "WorkspaceManifestToJsonOptions"
|
|
535
|
+
"name": "WorkspaceManifestToJsonOptions",
|
|
536
|
+
"internalFilePath": "manifest/workspace-manifest.ts"
|
|
532
537
|
},
|
|
533
538
|
"isOptional": true,
|
|
534
539
|
"defaultValue": "{}",
|
|
@@ -677,7 +682,8 @@
|
|
|
677
682
|
"line": 27,
|
|
678
683
|
"character": 52
|
|
679
684
|
},
|
|
680
|
-
"name": "SemVer"
|
|
685
|
+
"name": "SemVer",
|
|
686
|
+
"packageName": "semver"
|
|
681
687
|
}
|
|
682
688
|
},
|
|
683
689
|
{
|
|
@@ -740,7 +746,8 @@
|
|
|
740
746
|
"line": 34,
|
|
741
747
|
"character": 19
|
|
742
748
|
},
|
|
743
|
-
"name": "ManifestToJsonOptions"
|
|
749
|
+
"name": "ManifestToJsonOptions",
|
|
750
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
744
751
|
}
|
|
745
752
|
}
|
|
746
753
|
],
|
|
@@ -836,7 +843,8 @@
|
|
|
836
843
|
"line": 10,
|
|
837
844
|
"character": 21
|
|
838
845
|
},
|
|
839
|
-
"name": "SemVer"
|
|
846
|
+
"name": "SemVer",
|
|
847
|
+
"packageName": "semver"
|
|
840
848
|
},
|
|
841
849
|
"isOptional": false,
|
|
842
850
|
"isSpread": false
|
|
@@ -876,7 +884,11 @@
|
|
|
876
884
|
"line": 12,
|
|
877
885
|
"character": 23
|
|
878
886
|
},
|
|
879
|
-
"name": "Component"
|
|
887
|
+
"name": "Component",
|
|
888
|
+
"componentId": {
|
|
889
|
+
"scope": "teambit.component",
|
|
890
|
+
"name": "component"
|
|
891
|
+
}
|
|
880
892
|
},
|
|
881
893
|
"isOptional": false,
|
|
882
894
|
"isSpread": false
|
|
@@ -983,7 +995,8 @@
|
|
|
983
995
|
"line": 27,
|
|
984
996
|
"character": 52
|
|
985
997
|
},
|
|
986
|
-
"name": "SemVer"
|
|
998
|
+
"name": "SemVer",
|
|
999
|
+
"packageName": "semver"
|
|
987
1000
|
}
|
|
988
1001
|
},
|
|
989
1002
|
{
|
|
@@ -1046,7 +1059,8 @@
|
|
|
1046
1059
|
"line": 34,
|
|
1047
1060
|
"character": 19
|
|
1048
1061
|
},
|
|
1049
|
-
"name": "ManifestToJsonOptions"
|
|
1062
|
+
"name": "ManifestToJsonOptions",
|
|
1063
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
1050
1064
|
}
|
|
1051
1065
|
}
|
|
1052
1066
|
],
|
|
@@ -1180,7 +1194,8 @@
|
|
|
1180
1194
|
"line": 30,
|
|
1181
1195
|
"character": 24
|
|
1182
1196
|
},
|
|
1183
|
-
"name": "DepsFilterFn"
|
|
1197
|
+
"name": "DepsFilterFn",
|
|
1198
|
+
"internalFilePath": "manifest/workspace-manifest-factory.ts"
|
|
1184
1199
|
},
|
|
1185
1200
|
"isOptional": true
|
|
1186
1201
|
},
|
|
@@ -1309,7 +1324,8 @@
|
|
|
1309
1324
|
"line": 16,
|
|
1310
1325
|
"character": 57
|
|
1311
1326
|
},
|
|
1312
|
-
"name": "ManifestDependenciesKeysNames"
|
|
1327
|
+
"name": "ManifestDependenciesKeysNames",
|
|
1328
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
1313
1329
|
},
|
|
1314
1330
|
{
|
|
1315
1331
|
"__schema": "TypeRefSchema",
|
|
@@ -1318,7 +1334,8 @@
|
|
|
1318
1334
|
"line": 16,
|
|
1319
1335
|
"character": 88
|
|
1320
1336
|
},
|
|
1321
|
-
"name": "DepObjectValue"
|
|
1337
|
+
"name": "DepObjectValue",
|
|
1338
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
1322
1339
|
}
|
|
1323
1340
|
]
|
|
1324
1341
|
}
|
|
@@ -1348,7 +1365,8 @@
|
|
|
1348
1365
|
"line": 17,
|
|
1349
1366
|
"character": 26
|
|
1350
1367
|
},
|
|
1351
|
-
"name": "PeerDependenciesMeta"
|
|
1368
|
+
"name": "PeerDependenciesMeta",
|
|
1369
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
1352
1370
|
},
|
|
1353
1371
|
"isOptional": true
|
|
1354
1372
|
}
|
|
@@ -1833,7 +1851,8 @@
|
|
|
1833
1851
|
"line": 139,
|
|
1834
1852
|
"character": 29
|
|
1835
1853
|
},
|
|
1836
|
-
"name": "ProjectManifest"
|
|
1854
|
+
"name": "ProjectManifest",
|
|
1855
|
+
"packageName": "@pnpm/types"
|
|
1837
1856
|
}
|
|
1838
1857
|
]
|
|
1839
1858
|
},
|
|
@@ -1856,6 +1875,10 @@
|
|
|
1856
1875
|
"character": 26
|
|
1857
1876
|
},
|
|
1858
1877
|
"name": "ComponentMap",
|
|
1878
|
+
"componentId": {
|
|
1879
|
+
"scope": "teambit.component",
|
|
1880
|
+
"name": "component"
|
|
1881
|
+
},
|
|
1859
1882
|
"typeArgs": [
|
|
1860
1883
|
{
|
|
1861
1884
|
"__schema": "KeywordTypeSchema",
|
|
@@ -2274,7 +2297,8 @@
|
|
|
2274
2297
|
"line": 166,
|
|
2275
2298
|
"character": 31
|
|
2276
2299
|
},
|
|
2277
|
-
"name": "ProjectManifest"
|
|
2300
|
+
"name": "ProjectManifest",
|
|
2301
|
+
"packageName": "@pnpm/types"
|
|
2278
2302
|
}
|
|
2279
2303
|
]
|
|
2280
2304
|
},
|
|
@@ -2296,7 +2320,8 @@
|
|
|
2296
2320
|
"line": 167,
|
|
2297
2321
|
"character": 14
|
|
2298
2322
|
},
|
|
2299
|
-
"name": "PackageManagerGetPeerDependencyIssuesOptions"
|
|
2323
|
+
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
2324
|
+
"internalFilePath": "package-manager.ts"
|
|
2300
2325
|
},
|
|
2301
2326
|
"isOptional": false,
|
|
2302
2327
|
"isSpread": false
|
|
@@ -2318,7 +2343,8 @@
|
|
|
2318
2343
|
"line": 168,
|
|
2319
2344
|
"character": 14
|
|
2320
2345
|
},
|
|
2321
|
-
"name": "PeerDependencyIssuesByProjects"
|
|
2346
|
+
"name": "PeerDependencyIssuesByProjects",
|
|
2347
|
+
"internalFilePath": "package-manager.ts"
|
|
2322
2348
|
}
|
|
2323
2349
|
]
|
|
2324
2350
|
},
|
|
@@ -2605,7 +2631,8 @@
|
|
|
2605
2631
|
"line": 189,
|
|
2606
2632
|
"character": 41
|
|
2607
2633
|
},
|
|
2608
|
-
"name": "ProjectManifest"
|
|
2634
|
+
"name": "ProjectManifest",
|
|
2635
|
+
"packageName": "@pnpm/types"
|
|
2609
2636
|
}
|
|
2610
2637
|
},
|
|
2611
2638
|
"isOptional": false,
|
|
@@ -2923,7 +2950,8 @@
|
|
|
2923
2950
|
"line": 27,
|
|
2924
2951
|
"character": 24
|
|
2925
2952
|
},
|
|
2926
|
-
"name": "DepsFilterFn"
|
|
2953
|
+
"name": "DepsFilterFn",
|
|
2954
|
+
"internalFilePath": "manifest/workspace-manifest-factory.ts"
|
|
2927
2955
|
},
|
|
2928
2956
|
"isOptional": true
|
|
2929
2957
|
},
|
|
@@ -3222,7 +3250,8 @@
|
|
|
3222
3250
|
"line": 53,
|
|
3223
3251
|
"character": 25
|
|
3224
3252
|
},
|
|
3225
|
-
"name": "PeerDependencyRules"
|
|
3253
|
+
"name": "PeerDependencyRules",
|
|
3254
|
+
"packageName": "@pnpm/types"
|
|
3226
3255
|
},
|
|
3227
3256
|
"isOptional": true
|
|
3228
3257
|
},
|
|
@@ -4638,7 +4667,8 @@
|
|
|
4638
4667
|
"line": 165,
|
|
4639
4668
|
"character": 25
|
|
4640
4669
|
},
|
|
4641
|
-
"name": "PeerDependencyRules"
|
|
4670
|
+
"name": "PeerDependencyRules",
|
|
4671
|
+
"packageName": "@pnpm/types"
|
|
4642
4672
|
},
|
|
4643
4673
|
"isOptional": true
|
|
4644
4674
|
},
|
|
@@ -4944,7 +4974,8 @@
|
|
|
4944
4974
|
"line": 162,
|
|
4945
4975
|
"character": 33
|
|
4946
4976
|
},
|
|
4947
|
-
"name": "RootPolicyRegistry"
|
|
4977
|
+
"name": "RootPolicyRegistry",
|
|
4978
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
4948
4979
|
},
|
|
4949
4980
|
"isOptional": false,
|
|
4950
4981
|
"isSpread": false
|
|
@@ -4964,7 +4995,8 @@
|
|
|
4964
4995
|
"line": 167,
|
|
4965
4996
|
"character": 31
|
|
4966
4997
|
},
|
|
4967
|
-
"name": "PoliciesRegistry"
|
|
4998
|
+
"name": "PoliciesRegistry",
|
|
4999
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
4968
5000
|
},
|
|
4969
5001
|
"isOptional": false,
|
|
4970
5002
|
"isSpread": false
|
|
@@ -4984,7 +5016,11 @@
|
|
|
4984
5016
|
"line": 172,
|
|
4985
5017
|
"character": 19
|
|
4986
5018
|
},
|
|
4987
|
-
"name": "EnvsMain"
|
|
5019
|
+
"name": "EnvsMain",
|
|
5020
|
+
"componentId": {
|
|
5021
|
+
"scope": "teambit.envs",
|
|
5022
|
+
"name": "envs"
|
|
5023
|
+
}
|
|
4988
5024
|
},
|
|
4989
5025
|
"isOptional": false,
|
|
4990
5026
|
"isSpread": false
|
|
@@ -5004,7 +5040,11 @@
|
|
|
5004
5040
|
"line": 174,
|
|
5005
5041
|
"character": 21
|
|
5006
5042
|
},
|
|
5007
|
-
"name": "Logger"
|
|
5043
|
+
"name": "Logger",
|
|
5044
|
+
"componentId": {
|
|
5045
|
+
"scope": "teambit.harmony",
|
|
5046
|
+
"name": "logger"
|
|
5047
|
+
}
|
|
5008
5048
|
},
|
|
5009
5049
|
"isOptional": false,
|
|
5010
5050
|
"isSpread": false
|
|
@@ -5024,7 +5064,11 @@
|
|
|
5024
5064
|
"line": 176,
|
|
5025
5065
|
"character": 27
|
|
5026
5066
|
},
|
|
5027
|
-
"name": "ConfigMain"
|
|
5067
|
+
"name": "ConfigMain",
|
|
5068
|
+
"componentId": {
|
|
5069
|
+
"scope": "teambit.harmony",
|
|
5070
|
+
"name": "config"
|
|
5071
|
+
}
|
|
5028
5072
|
},
|
|
5029
5073
|
"isOptional": false,
|
|
5030
5074
|
"isSpread": false
|
|
@@ -5044,7 +5088,11 @@
|
|
|
5044
5088
|
"line": 178,
|
|
5045
5089
|
"character": 27
|
|
5046
5090
|
},
|
|
5047
|
-
"name": "AspectLoaderMain"
|
|
5091
|
+
"name": "AspectLoaderMain",
|
|
5092
|
+
"componentId": {
|
|
5093
|
+
"scope": "teambit.harmony",
|
|
5094
|
+
"name": "aspect-loader"
|
|
5095
|
+
}
|
|
5048
5096
|
},
|
|
5049
5097
|
"isOptional": false,
|
|
5050
5098
|
"isSpread": false
|
|
@@ -5064,7 +5112,11 @@
|
|
|
5064
5112
|
"line": 180,
|
|
5065
5113
|
"character": 27
|
|
5066
5114
|
},
|
|
5067
|
-
"name": "GlobalConfigMain"
|
|
5115
|
+
"name": "GlobalConfigMain",
|
|
5116
|
+
"componentId": {
|
|
5117
|
+
"scope": "teambit.harmony",
|
|
5118
|
+
"name": "global-config"
|
|
5119
|
+
}
|
|
5068
5120
|
},
|
|
5069
5121
|
"isOptional": false,
|
|
5070
5122
|
"isSpread": false
|
|
@@ -5084,7 +5136,11 @@
|
|
|
5084
5136
|
"line": 185,
|
|
5085
5137
|
"character": 31
|
|
5086
5138
|
},
|
|
5087
|
-
"name": "ComponentMain"
|
|
5139
|
+
"name": "ComponentMain",
|
|
5140
|
+
"componentId": {
|
|
5141
|
+
"scope": "teambit.component",
|
|
5142
|
+
"name": "component"
|
|
5143
|
+
}
|
|
5088
5144
|
},
|
|
5089
5145
|
"isOptional": false,
|
|
5090
5146
|
"isSpread": false
|
|
@@ -5104,7 +5160,8 @@
|
|
|
5104
5160
|
"line": 187,
|
|
5105
5161
|
"character": 33
|
|
5106
5162
|
},
|
|
5107
|
-
"name": "PackageManagerSlot"
|
|
5163
|
+
"name": "PackageManagerSlot",
|
|
5164
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
5108
5165
|
},
|
|
5109
5166
|
"isOptional": false,
|
|
5110
5167
|
"isSpread": false
|
|
@@ -5124,7 +5181,8 @@
|
|
|
5124
5181
|
"line": 189,
|
|
5125
5182
|
"character": 36
|
|
5126
5183
|
},
|
|
5127
|
-
"name": "DependencyFactorySlot"
|
|
5184
|
+
"name": "DependencyFactorySlot",
|
|
5185
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
5128
5186
|
},
|
|
5129
5187
|
"isOptional": false,
|
|
5130
5188
|
"isSpread": false
|
|
@@ -5144,7 +5202,8 @@
|
|
|
5144
5202
|
"line": 191,
|
|
5145
5203
|
"character": 29
|
|
5146
5204
|
},
|
|
5147
|
-
"name": "PreInstallSlot"
|
|
5205
|
+
"name": "PreInstallSlot",
|
|
5206
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
5148
5207
|
},
|
|
5149
5208
|
"isOptional": false,
|
|
5150
5209
|
"isSpread": false
|
|
@@ -5164,7 +5223,8 @@
|
|
|
5164
5223
|
"line": 193,
|
|
5165
5224
|
"character": 30
|
|
5166
5225
|
},
|
|
5167
|
-
"name": "PostInstallSlot"
|
|
5226
|
+
"name": "PostInstallSlot",
|
|
5227
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
5168
5228
|
},
|
|
5169
5229
|
"isOptional": false,
|
|
5170
5230
|
"isSpread": false
|
|
@@ -5538,7 +5598,8 @@
|
|
|
5538
5598
|
"line": 260,
|
|
5539
5599
|
"character": 46
|
|
5540
5600
|
},
|
|
5541
|
-
"name": "PreInstallSubscriberList"
|
|
5601
|
+
"name": "PreInstallSubscriberList",
|
|
5602
|
+
"internalFilePath": "dependency-installer.ts"
|
|
5542
5603
|
},
|
|
5543
5604
|
"isOptional": false,
|
|
5544
5605
|
"isSpread": false
|
|
@@ -5580,7 +5641,8 @@
|
|
|
5580
5641
|
"line": 264,
|
|
5581
5642
|
"character": 47
|
|
5582
5643
|
},
|
|
5583
|
-
"name": "PreInstallSubscriberList"
|
|
5644
|
+
"name": "PreInstallSubscriberList",
|
|
5645
|
+
"internalFilePath": "dependency-installer.ts"
|
|
5584
5646
|
},
|
|
5585
5647
|
"isOptional": false,
|
|
5586
5648
|
"isSpread": false
|
|
@@ -5808,7 +5870,11 @@
|
|
|
5808
5870
|
"line": 292,
|
|
5809
5871
|
"character": 30
|
|
5810
5872
|
},
|
|
5811
|
-
"name": "Component"
|
|
5873
|
+
"name": "Component",
|
|
5874
|
+
"componentId": {
|
|
5875
|
+
"scope": "teambit.component",
|
|
5876
|
+
"name": "component"
|
|
5877
|
+
}
|
|
5812
5878
|
},
|
|
5813
5879
|
"isOptional": false,
|
|
5814
5880
|
"isSpread": false
|
|
@@ -5885,7 +5951,11 @@
|
|
|
5885
5951
|
"line": 310,
|
|
5886
5952
|
"character": 42
|
|
5887
5953
|
},
|
|
5888
|
-
"name": "Component"
|
|
5954
|
+
"name": "Component",
|
|
5955
|
+
"componentId": {
|
|
5956
|
+
"scope": "teambit.component",
|
|
5957
|
+
"name": "component"
|
|
5958
|
+
}
|
|
5889
5959
|
},
|
|
5890
5960
|
"isOptional": false,
|
|
5891
5961
|
"isSpread": false
|
|
@@ -5982,7 +6052,11 @@
|
|
|
5982
6052
|
"line": 339,
|
|
5983
6053
|
"character": 30
|
|
5984
6054
|
},
|
|
5985
|
-
"name": "IComponent"
|
|
6055
|
+
"name": "IComponent",
|
|
6056
|
+
"componentId": {
|
|
6057
|
+
"scope": "teambit.component",
|
|
6058
|
+
"name": "component"
|
|
6059
|
+
}
|
|
5986
6060
|
},
|
|
5987
6061
|
"isOptional": false,
|
|
5988
6062
|
"isSpread": false
|
|
@@ -6002,7 +6076,8 @@
|
|
|
6002
6076
|
"line": 339,
|
|
6003
6077
|
"character": 69
|
|
6004
6078
|
},
|
|
6005
|
-
"name": "GetDependenciesOptions"
|
|
6079
|
+
"name": "GetDependenciesOptions",
|
|
6080
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
6006
6081
|
},
|
|
6007
6082
|
"isOptional": true,
|
|
6008
6083
|
"defaultValue": "{}",
|
|
@@ -6059,7 +6134,8 @@
|
|
|
6059
6134
|
"line": 351,
|
|
6060
6135
|
"character": 16
|
|
6061
6136
|
},
|
|
6062
|
-
"name": "LegacyComponent"
|
|
6137
|
+
"name": "LegacyComponent",
|
|
6138
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
6063
6139
|
},
|
|
6064
6140
|
"isOptional": false,
|
|
6065
6141
|
"isSpread": false
|
|
@@ -6079,7 +6155,8 @@
|
|
|
6079
6155
|
"line": 352,
|
|
6080
6156
|
"character": 32
|
|
6081
6157
|
},
|
|
6082
|
-
"name": "GetDependenciesOptions"
|
|
6158
|
+
"name": "GetDependenciesOptions",
|
|
6159
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
6083
6160
|
},
|
|
6084
6161
|
"isOptional": true,
|
|
6085
6162
|
"defaultValue": "{}",
|
|
@@ -6146,7 +6223,11 @@
|
|
|
6146
6223
|
"line": 367,
|
|
6147
6224
|
"character": 39
|
|
6148
6225
|
},
|
|
6149
|
-
"name": "IComponent"
|
|
6226
|
+
"name": "IComponent",
|
|
6227
|
+
"componentId": {
|
|
6228
|
+
"scope": "teambit.component",
|
|
6229
|
+
"name": "component"
|
|
6230
|
+
}
|
|
6150
6231
|
},
|
|
6151
6232
|
"isOptional": false,
|
|
6152
6233
|
"isSpread": false
|
|
@@ -6542,7 +6623,8 @@
|
|
|
6542
6623
|
"line": 434,
|
|
6543
6624
|
"character": 14
|
|
6544
6625
|
},
|
|
6545
|
-
"name": "SemVer"
|
|
6626
|
+
"name": "SemVer",
|
|
6627
|
+
"packageName": "semver"
|
|
6546
6628
|
}
|
|
6547
6629
|
},
|
|
6548
6630
|
{
|
|
@@ -6606,7 +6688,11 @@
|
|
|
6606
6688
|
"line": 437,
|
|
6607
6689
|
"character": 14
|
|
6608
6690
|
},
|
|
6609
|
-
"name": "Component"
|
|
6691
|
+
"name": "Component",
|
|
6692
|
+
"componentId": {
|
|
6693
|
+
"scope": "teambit.component",
|
|
6694
|
+
"name": "component"
|
|
6695
|
+
}
|
|
6610
6696
|
}
|
|
6611
6697
|
}
|
|
6612
6698
|
},
|
|
@@ -6698,7 +6784,8 @@
|
|
|
6698
6784
|
"line": 447,
|
|
6699
6785
|
"character": 14
|
|
6700
6786
|
},
|
|
6701
|
-
"name": "SemVer"
|
|
6787
|
+
"name": "SemVer",
|
|
6788
|
+
"packageName": "semver"
|
|
6702
6789
|
},
|
|
6703
6790
|
"isOptional": true,
|
|
6704
6791
|
"defaultValue": "new SemVer('1.0.0')",
|
|
@@ -6766,7 +6853,11 @@
|
|
|
6766
6853
|
"line": 450,
|
|
6767
6854
|
"character": 17
|
|
6768
6855
|
},
|
|
6769
|
-
"name": "Component"
|
|
6856
|
+
"name": "Component",
|
|
6857
|
+
"componentId": {
|
|
6858
|
+
"scope": "teambit.component",
|
|
6859
|
+
"name": "component"
|
|
6860
|
+
}
|
|
6770
6861
|
}
|
|
6771
6862
|
},
|
|
6772
6863
|
"isOptional": false,
|
|
@@ -6808,7 +6899,8 @@
|
|
|
6808
6899
|
"line": 452,
|
|
6809
6900
|
"character": 14
|
|
6810
6901
|
},
|
|
6811
|
-
"name": "DepInstallerContext"
|
|
6902
|
+
"name": "DepInstallerContext",
|
|
6903
|
+
"internalFilePath": "dependency-installer.ts"
|
|
6812
6904
|
},
|
|
6813
6905
|
"isOptional": true,
|
|
6814
6906
|
"defaultValue": "{}",
|
|
@@ -6874,7 +6966,11 @@
|
|
|
6874
6966
|
"line": 482,
|
|
6875
6967
|
"character": 29
|
|
6876
6968
|
},
|
|
6877
|
-
"name": "Component"
|
|
6969
|
+
"name": "Component",
|
|
6970
|
+
"componentId": {
|
|
6971
|
+
"scope": "teambit.component",
|
|
6972
|
+
"name": "component"
|
|
6973
|
+
}
|
|
6878
6974
|
},
|
|
6879
6975
|
"isOptional": false,
|
|
6880
6976
|
"isSpread": false
|
|
@@ -6916,7 +7012,11 @@
|
|
|
6916
7012
|
"line": 486,
|
|
6917
7013
|
"character": 33
|
|
6918
7014
|
},
|
|
6919
|
-
"name": "Component"
|
|
7015
|
+
"name": "Component",
|
|
7016
|
+
"componentId": {
|
|
7017
|
+
"scope": "teambit.component",
|
|
7018
|
+
"name": "component"
|
|
7019
|
+
}
|
|
6920
7020
|
},
|
|
6921
7021
|
"isOptional": false,
|
|
6922
7022
|
"isSpread": false
|
|
@@ -6937,7 +7037,8 @@
|
|
|
6937
7037
|
"line": 486,
|
|
6938
7038
|
"character": 45
|
|
6939
7039
|
},
|
|
6940
|
-
"name": "DependencyResolverComponentData"
|
|
7040
|
+
"name": "DependencyResolverComponentData",
|
|
7041
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
6941
7042
|
},
|
|
6942
7043
|
{
|
|
6943
7044
|
"__schema": "KeywordTypeSchema",
|
|
@@ -6977,7 +7078,11 @@
|
|
|
6977
7078
|
"line": 490,
|
|
6978
7079
|
"character": 30
|
|
6979
7080
|
},
|
|
6980
|
-
"name": "Component"
|
|
7081
|
+
"name": "Component",
|
|
7082
|
+
"componentId": {
|
|
7083
|
+
"scope": "teambit.component",
|
|
7084
|
+
"name": "component"
|
|
7085
|
+
}
|
|
6981
7086
|
},
|
|
6982
7087
|
"isOptional": false,
|
|
6983
7088
|
"isSpread": false
|
|
@@ -7019,7 +7124,11 @@
|
|
|
7019
7124
|
"line": 498,
|
|
7020
7125
|
"character": 35
|
|
7021
7126
|
},
|
|
7022
|
-
"name": "Component"
|
|
7127
|
+
"name": "Component",
|
|
7128
|
+
"componentId": {
|
|
7129
|
+
"scope": "teambit.component",
|
|
7130
|
+
"name": "component"
|
|
7131
|
+
}
|
|
7023
7132
|
},
|
|
7024
7133
|
"isOptional": false,
|
|
7025
7134
|
"isSpread": false
|
|
@@ -7092,7 +7201,11 @@
|
|
|
7092
7201
|
"line": 525,
|
|
7093
7202
|
"character": 28
|
|
7094
7203
|
},
|
|
7095
|
-
"name": "Component"
|
|
7204
|
+
"name": "Component",
|
|
7205
|
+
"componentId": {
|
|
7206
|
+
"scope": "teambit.component",
|
|
7207
|
+
"name": "component"
|
|
7208
|
+
}
|
|
7096
7209
|
},
|
|
7097
7210
|
"isOptional": false,
|
|
7098
7211
|
"isSpread": false
|
|
@@ -7144,7 +7257,8 @@
|
|
|
7144
7257
|
"line": 534,
|
|
7145
7258
|
"character": 25
|
|
7146
7259
|
},
|
|
7147
|
-
"name": "GetInstallerOptions"
|
|
7260
|
+
"name": "GetInstallerOptions",
|
|
7261
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
7148
7262
|
},
|
|
7149
7263
|
"isOptional": true,
|
|
7150
7264
|
"defaultValue": "{}",
|
|
@@ -7197,7 +7311,8 @@
|
|
|
7197
7311
|
"line": 582,
|
|
7198
7312
|
"character": 22
|
|
7199
7313
|
},
|
|
7200
|
-
"name": "GetLinkerOptions"
|
|
7314
|
+
"name": "GetLinkerOptions",
|
|
7315
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
7201
7316
|
},
|
|
7202
7317
|
"isOptional": true,
|
|
7203
7318
|
"defaultValue": "{}",
|
|
@@ -7323,7 +7438,8 @@
|
|
|
7323
7438
|
"line": 610,
|
|
7324
7439
|
"character": 37
|
|
7325
7440
|
},
|
|
7326
|
-
"name": "GetVersionResolverOptions"
|
|
7441
|
+
"name": "GetVersionResolverOptions",
|
|
7442
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
7327
7443
|
},
|
|
7328
7444
|
"isOptional": true,
|
|
7329
7445
|
"defaultValue": "{}",
|
|
@@ -7439,7 +7555,8 @@
|
|
|
7439
7555
|
"line": 647,
|
|
7440
7556
|
"character": 35
|
|
7441
7557
|
},
|
|
7442
|
-
"name": "ProxyConfig"
|
|
7558
|
+
"name": "ProxyConfig",
|
|
7559
|
+
"packageName": "@teambit/legacy/dist/scope/network/http"
|
|
7443
7560
|
}
|
|
7444
7561
|
]
|
|
7445
7562
|
},
|
|
@@ -7473,7 +7590,8 @@
|
|
|
7473
7590
|
"line": 688,
|
|
7474
7591
|
"character": 37
|
|
7475
7592
|
},
|
|
7476
|
-
"name": "NetworkConfig"
|
|
7593
|
+
"name": "NetworkConfig",
|
|
7594
|
+
"packageName": "@teambit/legacy/dist/scope/network/http"
|
|
7477
7595
|
}
|
|
7478
7596
|
]
|
|
7479
7597
|
},
|
|
@@ -7557,6 +7675,10 @@
|
|
|
7557
7675
|
"character": 28
|
|
7558
7676
|
},
|
|
7559
7677
|
"name": "ComponentMap",
|
|
7678
|
+
"componentId": {
|
|
7679
|
+
"scope": "teambit.component",
|
|
7680
|
+
"name": "component"
|
|
7681
|
+
},
|
|
7560
7682
|
"typeArgs": [
|
|
7561
7683
|
{
|
|
7562
7684
|
"__schema": "KeywordTypeSchema",
|
|
@@ -7587,7 +7709,8 @@
|
|
|
7587
7709
|
"line": 776,
|
|
7588
7710
|
"character": 14
|
|
7589
7711
|
},
|
|
7590
|
-
"name": "PackageManagerGetPeerDependencyIssuesOptions"
|
|
7712
|
+
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
7713
|
+
"internalFilePath": "package-manager.ts"
|
|
7591
7714
|
},
|
|
7592
7715
|
"isOptional": false,
|
|
7593
7716
|
"isSpread": false
|
|
@@ -7983,7 +8106,8 @@
|
|
|
7983
8106
|
"line": 950,
|
|
7984
8107
|
"character": 66
|
|
7985
8108
|
},
|
|
7986
|
-
"name": "ExtensionDataList"
|
|
8109
|
+
"name": "ExtensionDataList",
|
|
8110
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
7987
8111
|
},
|
|
7988
8112
|
"isOptional": false,
|
|
7989
8113
|
"isSpread": false
|
|
@@ -8038,7 +8162,12 @@
|
|
|
8038
8162
|
"line": 963,
|
|
8039
8163
|
"character": 35
|
|
8040
8164
|
},
|
|
8041
|
-
"name": "ComponentID"
|
|
8165
|
+
"name": "ComponentID",
|
|
8166
|
+
"componentId": {
|
|
8167
|
+
"scope": "teambit.component",
|
|
8168
|
+
"name": "component-id",
|
|
8169
|
+
"version": "1.2.0"
|
|
8170
|
+
}
|
|
8042
8171
|
},
|
|
8043
8172
|
"isOptional": false,
|
|
8044
8173
|
"isSpread": false
|
|
@@ -8065,7 +8194,8 @@
|
|
|
8065
8194
|
"line": 963,
|
|
8066
8195
|
"character": 62
|
|
8067
8196
|
},
|
|
8068
|
-
"name": "SourceFile"
|
|
8197
|
+
"name": "SourceFile",
|
|
8198
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
8069
8199
|
}
|
|
8070
8200
|
},
|
|
8071
8201
|
"isOptional": true,
|
|
@@ -8161,7 +8291,12 @@
|
|
|
8161
8291
|
"line": 977,
|
|
8162
8292
|
"character": 41
|
|
8163
8293
|
},
|
|
8164
|
-
"name": "ComponentID"
|
|
8294
|
+
"name": "ComponentID",
|
|
8295
|
+
"componentId": {
|
|
8296
|
+
"scope": "teambit.component",
|
|
8297
|
+
"name": "component-id",
|
|
8298
|
+
"version": "1.2.0"
|
|
8299
|
+
}
|
|
8165
8300
|
},
|
|
8166
8301
|
"isOptional": false,
|
|
8167
8302
|
"isSpread": false
|
|
@@ -8188,7 +8323,8 @@
|
|
|
8188
8323
|
"line": 977,
|
|
8189
8324
|
"character": 68
|
|
8190
8325
|
},
|
|
8191
|
-
"name": "SourceFile"
|
|
8326
|
+
"name": "SourceFile",
|
|
8327
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
8192
8328
|
}
|
|
8193
8329
|
},
|
|
8194
8330
|
"isOptional": true,
|
|
@@ -8263,7 +8399,11 @@
|
|
|
8263
8399
|
"line": 981,
|
|
8264
8400
|
"character": 42
|
|
8265
8401
|
},
|
|
8266
|
-
"name": "Component"
|
|
8402
|
+
"name": "Component",
|
|
8403
|
+
"componentId": {
|
|
8404
|
+
"scope": "teambit.component",
|
|
8405
|
+
"name": "component"
|
|
8406
|
+
}
|
|
8267
8407
|
},
|
|
8268
8408
|
"isOptional": false,
|
|
8269
8409
|
"isSpread": false
|
|
@@ -8318,7 +8458,11 @@
|
|
|
8318
8458
|
"line": 996,
|
|
8319
8459
|
"character": 33
|
|
8320
8460
|
},
|
|
8321
|
-
"name": "Component"
|
|
8461
|
+
"name": "Component",
|
|
8462
|
+
"componentId": {
|
|
8463
|
+
"scope": "teambit.component",
|
|
8464
|
+
"name": "component"
|
|
8465
|
+
}
|
|
8322
8466
|
},
|
|
8323
8467
|
"isOptional": true,
|
|
8324
8468
|
"isSpread": false
|
|
@@ -8345,7 +8489,8 @@
|
|
|
8345
8489
|
"line": 996,
|
|
8346
8490
|
"character": 58
|
|
8347
8491
|
},
|
|
8348
|
-
"name": "SourceFile"
|
|
8492
|
+
"name": "SourceFile",
|
|
8493
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
8349
8494
|
}
|
|
8350
8495
|
},
|
|
8351
8496
|
"isOptional": true,
|
|
@@ -8407,7 +8552,11 @@
|
|
|
8407
8552
|
"line": 1016,
|
|
8408
8553
|
"character": 43
|
|
8409
8554
|
},
|
|
8410
|
-
"name": "DependenciesEnv"
|
|
8555
|
+
"name": "DependenciesEnv",
|
|
8556
|
+
"componentId": {
|
|
8557
|
+
"scope": "teambit.envs",
|
|
8558
|
+
"name": "envs"
|
|
8559
|
+
}
|
|
8411
8560
|
},
|
|
8412
8561
|
"isOptional": false,
|
|
8413
8562
|
"isSpread": false
|
|
@@ -8503,7 +8652,11 @@
|
|
|
8503
8652
|
"line": 1030,
|
|
8504
8653
|
"character": 56
|
|
8505
8654
|
},
|
|
8506
|
-
"name": "EnvDefinition"
|
|
8655
|
+
"name": "EnvDefinition",
|
|
8656
|
+
"componentId": {
|
|
8657
|
+
"scope": "teambit.envs",
|
|
8658
|
+
"name": "envs"
|
|
8659
|
+
}
|
|
8507
8660
|
},
|
|
8508
8661
|
"isOptional": false,
|
|
8509
8662
|
"isSpread": false
|
|
@@ -8580,7 +8733,11 @@
|
|
|
8580
8733
|
"line": 1045,
|
|
8581
8734
|
"character": 48
|
|
8582
8735
|
},
|
|
8583
|
-
"name": "DependenciesEnv"
|
|
8736
|
+
"name": "DependenciesEnv",
|
|
8737
|
+
"componentId": {
|
|
8738
|
+
"scope": "teambit.envs",
|
|
8739
|
+
"name": "envs"
|
|
8740
|
+
}
|
|
8584
8741
|
},
|
|
8585
8742
|
"isOptional": false,
|
|
8586
8743
|
"isSpread": false
|
|
@@ -8665,7 +8822,8 @@
|
|
|
8665
8822
|
"line": 1061,
|
|
8666
8823
|
"character": 27
|
|
8667
8824
|
},
|
|
8668
|
-
"name": "ExtensionDataList"
|
|
8825
|
+
"name": "ExtensionDataList",
|
|
8826
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
8669
8827
|
},
|
|
8670
8828
|
"isOptional": false,
|
|
8671
8829
|
"isSpread": false
|
|
@@ -8685,7 +8843,12 @@
|
|
|
8685
8843
|
"line": 1062,
|
|
8686
8844
|
"character": 9
|
|
8687
8845
|
},
|
|
8688
|
-
"name": "ComponentID"
|
|
8846
|
+
"name": "ComponentID",
|
|
8847
|
+
"componentId": {
|
|
8848
|
+
"scope": "teambit.component",
|
|
8849
|
+
"name": "component-id",
|
|
8850
|
+
"version": "1.2.0"
|
|
8851
|
+
}
|
|
8689
8852
|
},
|
|
8690
8853
|
"isOptional": false,
|
|
8691
8854
|
"isSpread": false
|
|
@@ -8712,7 +8875,8 @@
|
|
|
8712
8875
|
"line": 1063,
|
|
8713
8876
|
"character": 19
|
|
8714
8877
|
},
|
|
8715
|
-
"name": "SourceFile"
|
|
8878
|
+
"name": "SourceFile",
|
|
8879
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
8716
8880
|
}
|
|
8717
8881
|
},
|
|
8718
8882
|
"isOptional": true,
|
|
@@ -8778,7 +8942,12 @@
|
|
|
8778
8942
|
"line": 1106,
|
|
8779
8943
|
"character": 41
|
|
8780
8944
|
},
|
|
8781
|
-
"name": "ComponentID"
|
|
8945
|
+
"name": "ComponentID",
|
|
8946
|
+
"componentId": {
|
|
8947
|
+
"scope": "teambit.component",
|
|
8948
|
+
"name": "component-id",
|
|
8949
|
+
"version": "1.2.0"
|
|
8950
|
+
}
|
|
8782
8951
|
},
|
|
8783
8952
|
"isOptional": false,
|
|
8784
8953
|
"isSpread": false
|
|
@@ -8805,7 +8974,8 @@
|
|
|
8805
8974
|
"line": 1106,
|
|
8806
8975
|
"character": 68
|
|
8807
8976
|
},
|
|
8808
|
-
"name": "SourceFile"
|
|
8977
|
+
"name": "SourceFile",
|
|
8978
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
8809
8979
|
}
|
|
8810
8980
|
},
|
|
8811
8981
|
"isOptional": true,
|
|
@@ -8880,7 +9050,8 @@
|
|
|
8880
9050
|
"line": 1111,
|
|
8881
9051
|
"character": 36
|
|
8882
9052
|
},
|
|
8883
|
-
"name": "LegacyComponent"
|
|
9053
|
+
"name": "LegacyComponent",
|
|
9054
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
8884
9055
|
},
|
|
8885
9056
|
"isOptional": false,
|
|
8886
9057
|
"isSpread": false
|
|
@@ -8900,7 +9071,11 @@
|
|
|
8900
9071
|
"line": 1111,
|
|
8901
9072
|
"character": 68
|
|
8902
9073
|
},
|
|
8903
|
-
"name": "onTagIdTransformer"
|
|
9074
|
+
"name": "onTagIdTransformer",
|
|
9075
|
+
"componentId": {
|
|
9076
|
+
"scope": "teambit.component",
|
|
9077
|
+
"name": "snapping"
|
|
9078
|
+
}
|
|
8904
9079
|
},
|
|
8905
9080
|
"isOptional": false,
|
|
8906
9081
|
"isSpread": false
|
|
@@ -9005,7 +9180,8 @@
|
|
|
9005
9180
|
"line": 1147,
|
|
9006
9181
|
"character": 50
|
|
9007
9182
|
},
|
|
9008
|
-
"name": "ExtensionDataList"
|
|
9183
|
+
"name": "ExtensionDataList",
|
|
9184
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
9009
9185
|
},
|
|
9010
9186
|
"isOptional": false,
|
|
9011
9187
|
"isSpread": false
|
|
@@ -9090,7 +9266,12 @@
|
|
|
9090
9266
|
"line": 1169,
|
|
9091
9267
|
"character": 27
|
|
9092
9268
|
},
|
|
9093
|
-
"name": "RequireableComponent"
|
|
9269
|
+
"name": "RequireableComponent",
|
|
9270
|
+
"componentId": {
|
|
9271
|
+
"scope": "teambit.harmony",
|
|
9272
|
+
"name": "modules/requireable-component",
|
|
9273
|
+
"version": "0.0.497"
|
|
9274
|
+
}
|
|
9094
9275
|
},
|
|
9095
9276
|
"isOptional": false,
|
|
9096
9277
|
"isSpread": false
|
|
@@ -9118,7 +9299,12 @@
|
|
|
9118
9299
|
"line": 1170,
|
|
9119
9300
|
"character": 15
|
|
9120
9301
|
},
|
|
9121
|
-
"name": "ExtensionManifest"
|
|
9302
|
+
"name": "ExtensionManifest",
|
|
9303
|
+
"componentId": {
|
|
9304
|
+
"scope": "teambit.harmony",
|
|
9305
|
+
"name": "harmony",
|
|
9306
|
+
"version": "0.4.6"
|
|
9307
|
+
}
|
|
9122
9308
|
},
|
|
9123
9309
|
{
|
|
9124
9310
|
"__schema": "TypeRefSchema",
|
|
@@ -9127,7 +9313,12 @@
|
|
|
9127
9313
|
"line": 1170,
|
|
9128
9314
|
"character": 35
|
|
9129
9315
|
},
|
|
9130
|
-
"name": "Aspect"
|
|
9316
|
+
"name": "Aspect",
|
|
9317
|
+
"componentId": {
|
|
9318
|
+
"scope": "teambit.harmony",
|
|
9319
|
+
"name": "harmony",
|
|
9320
|
+
"version": "0.4.6"
|
|
9321
|
+
}
|
|
9131
9322
|
}
|
|
9132
9323
|
]
|
|
9133
9324
|
},
|
|
@@ -9159,7 +9350,12 @@
|
|
|
9159
9350
|
"line": 1171,
|
|
9160
9351
|
"character": 14
|
|
9161
9352
|
},
|
|
9162
|
-
"name": "ExtensionManifest"
|
|
9353
|
+
"name": "ExtensionManifest",
|
|
9354
|
+
"componentId": {
|
|
9355
|
+
"scope": "teambit.harmony",
|
|
9356
|
+
"name": "harmony",
|
|
9357
|
+
"version": "0.4.6"
|
|
9358
|
+
}
|
|
9163
9359
|
},
|
|
9164
9360
|
{
|
|
9165
9361
|
"__schema": "TypeRefSchema",
|
|
@@ -9168,7 +9364,12 @@
|
|
|
9168
9364
|
"line": 1171,
|
|
9169
9365
|
"character": 34
|
|
9170
9366
|
},
|
|
9171
|
-
"name": "Aspect"
|
|
9367
|
+
"name": "Aspect",
|
|
9368
|
+
"componentId": {
|
|
9369
|
+
"scope": "teambit.harmony",
|
|
9370
|
+
"name": "harmony",
|
|
9371
|
+
"version": "0.4.6"
|
|
9372
|
+
}
|
|
9172
9373
|
}
|
|
9173
9374
|
]
|
|
9174
9375
|
}
|
|
@@ -9374,7 +9575,11 @@
|
|
|
9374
9575
|
"line": 1250,
|
|
9375
9576
|
"character": 17
|
|
9376
9577
|
},
|
|
9377
|
-
"name": "Component"
|
|
9578
|
+
"name": "Component",
|
|
9579
|
+
"componentId": {
|
|
9580
|
+
"scope": "teambit.component",
|
|
9581
|
+
"name": "component"
|
|
9582
|
+
}
|
|
9378
9583
|
}
|
|
9379
9584
|
},
|
|
9380
9585
|
"isOptional": false
|
|
@@ -9628,7 +9833,11 @@
|
|
|
9628
9833
|
"line": 1250,
|
|
9629
9834
|
"character": 17
|
|
9630
9835
|
},
|
|
9631
|
-
"name": "Component"
|
|
9836
|
+
"name": "Component",
|
|
9837
|
+
"componentId": {
|
|
9838
|
+
"scope": "teambit.component",
|
|
9839
|
+
"name": "component"
|
|
9840
|
+
}
|
|
9632
9841
|
}
|
|
9633
9842
|
},
|
|
9634
9843
|
"isOptional": false
|
|
@@ -10605,7 +10814,11 @@
|
|
|
10605
10814
|
"line": 1414,
|
|
10606
10815
|
"character": 7
|
|
10607
10816
|
},
|
|
10608
|
-
"name": "EnvsMain"
|
|
10817
|
+
"name": "EnvsMain",
|
|
10818
|
+
"componentId": {
|
|
10819
|
+
"scope": "teambit.envs",
|
|
10820
|
+
"name": "envs"
|
|
10821
|
+
}
|
|
10609
10822
|
},
|
|
10610
10823
|
{
|
|
10611
10824
|
"__schema": "TypeRefSchema",
|
|
@@ -10614,7 +10827,11 @@
|
|
|
10614
10827
|
"line": 1415,
|
|
10615
10828
|
"character": 7
|
|
10616
10829
|
},
|
|
10617
|
-
"name": "LoggerMain"
|
|
10830
|
+
"name": "LoggerMain",
|
|
10831
|
+
"componentId": {
|
|
10832
|
+
"scope": "teambit.harmony",
|
|
10833
|
+
"name": "logger"
|
|
10834
|
+
}
|
|
10618
10835
|
},
|
|
10619
10836
|
{
|
|
10620
10837
|
"__schema": "TypeRefSchema",
|
|
@@ -10623,7 +10840,11 @@
|
|
|
10623
10840
|
"line": 1416,
|
|
10624
10841
|
"character": 7
|
|
10625
10842
|
},
|
|
10626
|
-
"name": "ConfigMain"
|
|
10843
|
+
"name": "ConfigMain",
|
|
10844
|
+
"componentId": {
|
|
10845
|
+
"scope": "teambit.harmony",
|
|
10846
|
+
"name": "config"
|
|
10847
|
+
}
|
|
10627
10848
|
},
|
|
10628
10849
|
{
|
|
10629
10850
|
"__schema": "TypeRefSchema",
|
|
@@ -10632,7 +10853,11 @@
|
|
|
10632
10853
|
"line": 1417,
|
|
10633
10854
|
"character": 7
|
|
10634
10855
|
},
|
|
10635
|
-
"name": "AspectLoaderMain"
|
|
10856
|
+
"name": "AspectLoaderMain",
|
|
10857
|
+
"componentId": {
|
|
10858
|
+
"scope": "teambit.harmony",
|
|
10859
|
+
"name": "aspect-loader"
|
|
10860
|
+
}
|
|
10636
10861
|
},
|
|
10637
10862
|
{
|
|
10638
10863
|
"__schema": "TypeRefSchema",
|
|
@@ -10641,7 +10866,11 @@
|
|
|
10641
10866
|
"line": 1418,
|
|
10642
10867
|
"character": 7
|
|
10643
10868
|
},
|
|
10644
|
-
"name": "ComponentMain"
|
|
10869
|
+
"name": "ComponentMain",
|
|
10870
|
+
"componentId": {
|
|
10871
|
+
"scope": "teambit.component",
|
|
10872
|
+
"name": "component"
|
|
10873
|
+
}
|
|
10645
10874
|
},
|
|
10646
10875
|
{
|
|
10647
10876
|
"__schema": "TypeRefSchema",
|
|
@@ -10650,7 +10879,11 @@
|
|
|
10650
10879
|
"line": 1419,
|
|
10651
10880
|
"character": 7
|
|
10652
10881
|
},
|
|
10653
|
-
"name": "GraphqlMain"
|
|
10882
|
+
"name": "GraphqlMain",
|
|
10883
|
+
"componentId": {
|
|
10884
|
+
"scope": "teambit.harmony",
|
|
10885
|
+
"name": "graphql"
|
|
10886
|
+
}
|
|
10654
10887
|
},
|
|
10655
10888
|
{
|
|
10656
10889
|
"__schema": "TypeRefSchema",
|
|
@@ -10659,7 +10892,11 @@
|
|
|
10659
10892
|
"line": 1420,
|
|
10660
10893
|
"character": 7
|
|
10661
10894
|
},
|
|
10662
|
-
"name": "GlobalConfigMain"
|
|
10895
|
+
"name": "GlobalConfigMain",
|
|
10896
|
+
"componentId": {
|
|
10897
|
+
"scope": "teambit.harmony",
|
|
10898
|
+
"name": "global-config"
|
|
10899
|
+
}
|
|
10663
10900
|
}
|
|
10664
10901
|
]
|
|
10665
10902
|
},
|
|
@@ -10709,7 +10946,8 @@
|
|
|
10709
10946
|
"line": 1431,
|
|
10710
10947
|
"character": 7
|
|
10711
10948
|
},
|
|
10712
|
-
"name": "RootPolicyRegistry"
|
|
10949
|
+
"name": "RootPolicyRegistry",
|
|
10950
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10713
10951
|
},
|
|
10714
10952
|
{
|
|
10715
10953
|
"__schema": "TypeRefSchema",
|
|
@@ -10718,7 +10956,8 @@
|
|
|
10718
10956
|
"line": 1432,
|
|
10719
10957
|
"character": 7
|
|
10720
10958
|
},
|
|
10721
|
-
"name": "PoliciesRegistry"
|
|
10959
|
+
"name": "PoliciesRegistry",
|
|
10960
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10722
10961
|
},
|
|
10723
10962
|
{
|
|
10724
10963
|
"__schema": "TypeRefSchema",
|
|
@@ -10727,7 +10966,8 @@
|
|
|
10727
10966
|
"line": 1433,
|
|
10728
10967
|
"character": 7
|
|
10729
10968
|
},
|
|
10730
|
-
"name": "PackageManagerSlot"
|
|
10969
|
+
"name": "PackageManagerSlot",
|
|
10970
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10731
10971
|
},
|
|
10732
10972
|
{
|
|
10733
10973
|
"__schema": "TypeRefSchema",
|
|
@@ -10736,7 +10976,8 @@
|
|
|
10736
10976
|
"line": 1434,
|
|
10737
10977
|
"character": 7
|
|
10738
10978
|
},
|
|
10739
|
-
"name": "DependencyFactorySlot"
|
|
10979
|
+
"name": "DependencyFactorySlot",
|
|
10980
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10740
10981
|
},
|
|
10741
10982
|
{
|
|
10742
10983
|
"__schema": "TypeRefSchema",
|
|
@@ -10745,7 +10986,8 @@
|
|
|
10745
10986
|
"line": 1435,
|
|
10746
10987
|
"character": 7
|
|
10747
10988
|
},
|
|
10748
|
-
"name": "PreInstallSlot"
|
|
10989
|
+
"name": "PreInstallSlot",
|
|
10990
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10749
10991
|
},
|
|
10750
10992
|
{
|
|
10751
10993
|
"__schema": "TypeRefSchema",
|
|
@@ -10754,7 +10996,8 @@
|
|
|
10754
10996
|
"line": 1436,
|
|
10755
10997
|
"character": 7
|
|
10756
10998
|
},
|
|
10757
|
-
"name": "PostInstallSlot"
|
|
10999
|
+
"name": "PostInstallSlot",
|
|
11000
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
10758
11001
|
}
|
|
10759
11002
|
]
|
|
10760
11003
|
},
|
|
@@ -10977,7 +11220,8 @@
|
|
|
10977
11220
|
"line": 1538,
|
|
10978
11221
|
"character": 41
|
|
10979
11222
|
},
|
|
10980
|
-
"name": "ProjectManifest"
|
|
11223
|
+
"name": "ProjectManifest",
|
|
11224
|
+
"packageName": "@pnpm/types"
|
|
10981
11225
|
}
|
|
10982
11226
|
},
|
|
10983
11227
|
"isOptional": false,
|
|
@@ -11085,7 +11329,12 @@
|
|
|
11085
11329
|
"line": 1584,
|
|
11086
11330
|
"character": 25
|
|
11087
11331
|
},
|
|
11088
|
-
"name": "ComponentID"
|
|
11332
|
+
"name": "ComponentID",
|
|
11333
|
+
"componentId": {
|
|
11334
|
+
"scope": "teambit.component",
|
|
11335
|
+
"name": "component-id",
|
|
11336
|
+
"version": "1.2.0"
|
|
11337
|
+
}
|
|
11089
11338
|
}
|
|
11090
11339
|
},
|
|
11091
11340
|
"isOptional": true
|
|
@@ -11145,7 +11394,8 @@
|
|
|
11145
11394
|
"line": 28,
|
|
11146
11395
|
"character": 27
|
|
11147
11396
|
},
|
|
11148
|
-
"name": "CurrentPkg"
|
|
11397
|
+
"name": "CurrentPkg",
|
|
11398
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
11149
11399
|
},
|
|
11150
11400
|
{
|
|
11151
11401
|
"__schema": "TypeLiteralSchema",
|
|
@@ -11423,7 +11673,8 @@
|
|
|
11423
11673
|
"line": 54,
|
|
11424
11674
|
"character": 48
|
|
11425
11675
|
},
|
|
11426
|
-
"name": "FindDependencyOptions"
|
|
11676
|
+
"name": "FindDependencyOptions",
|
|
11677
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
11427
11678
|
},
|
|
11428
11679
|
"isOptional": true,
|
|
11429
11680
|
"defaultValue": "{}",
|
|
@@ -13095,7 +13346,8 @@
|
|
|
13095
13346
|
"line": 43,
|
|
13096
13347
|
"character": 21
|
|
13097
13348
|
},
|
|
13098
|
-
"name": "DependencyManifest"
|
|
13349
|
+
"name": "DependencyManifest",
|
|
13350
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
13099
13351
|
},
|
|
13100
13352
|
"signature": "(): DependencyManifest"
|
|
13101
13353
|
}
|
|
@@ -13172,7 +13424,12 @@
|
|
|
13172
13424
|
"line": 19,
|
|
13173
13425
|
"character": 27
|
|
13174
13426
|
},
|
|
13175
|
-
"name": "ComponentID"
|
|
13427
|
+
"name": "ComponentID",
|
|
13428
|
+
"componentId": {
|
|
13429
|
+
"scope": "teambit.component",
|
|
13430
|
+
"name": "component-id",
|
|
13431
|
+
"version": "1.2.0"
|
|
13432
|
+
}
|
|
13176
13433
|
},
|
|
13177
13434
|
"isOptional": false,
|
|
13178
13435
|
"isSpread": false
|
|
@@ -13897,7 +14154,8 @@
|
|
|
13897
14154
|
"line": 43,
|
|
13898
14155
|
"character": 21
|
|
13899
14156
|
},
|
|
13900
|
-
"name": "DependencyManifest"
|
|
14157
|
+
"name": "DependencyManifest",
|
|
14158
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
13901
14159
|
},
|
|
13902
14160
|
"signature": "(): DependencyManifest"
|
|
13903
14161
|
}
|
|
@@ -14727,7 +14985,7 @@
|
|
|
14727
14985
|
"line": 16,
|
|
14728
14986
|
"character": 25
|
|
14729
14987
|
},
|
|
14730
|
-
"signature": "(legacyComponent: LegacyComponent): Promise<DependencyList>",
|
|
14988
|
+
"signature": "(legacyComponent: \u001b[2m(package: @teambit/legacy/dist/consumer/component)\u001b[22m LegacyComponent): Promise<DependencyList>",
|
|
14731
14989
|
"name": "",
|
|
14732
14990
|
"params": [
|
|
14733
14991
|
{
|
|
@@ -14745,7 +15003,8 @@
|
|
|
14745
15003
|
"line": 16,
|
|
14746
15004
|
"character": 43
|
|
14747
15005
|
},
|
|
14748
|
-
"name": "LegacyComponent"
|
|
15006
|
+
"name": "LegacyComponent",
|
|
15007
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
14749
15008
|
},
|
|
14750
15009
|
"isOptional": false,
|
|
14751
15010
|
"isSpread": false
|
|
@@ -15275,7 +15534,8 @@
|
|
|
15275
15534
|
"line": 43,
|
|
15276
15535
|
"character": 21
|
|
15277
15536
|
},
|
|
15278
|
-
"name": "DependencyManifest"
|
|
15537
|
+
"name": "DependencyManifest",
|
|
15538
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
15279
15539
|
},
|
|
15280
15540
|
"modifiers": []
|
|
15281
15541
|
},
|
|
@@ -15371,7 +15631,8 @@
|
|
|
15371
15631
|
"line": 10,
|
|
15372
15632
|
"character": 18
|
|
15373
15633
|
},
|
|
15374
|
-
"name": "LifecycleDependenciesManifest"
|
|
15634
|
+
"name": "LifecycleDependenciesManifest",
|
|
15635
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
15375
15636
|
},
|
|
15376
15637
|
"isOptional": true
|
|
15377
15638
|
},
|
|
@@ -15391,7 +15652,8 @@
|
|
|
15391
15652
|
"line": 11,
|
|
15392
15653
|
"character": 26
|
|
15393
15654
|
},
|
|
15394
|
-
"name": "LifecycleDependenciesManifest"
|
|
15655
|
+
"name": "LifecycleDependenciesManifest",
|
|
15656
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
15395
15657
|
},
|
|
15396
15658
|
"isOptional": true
|
|
15397
15659
|
},
|
|
@@ -15411,7 +15673,8 @@
|
|
|
15411
15673
|
"line": 12,
|
|
15412
15674
|
"character": 21
|
|
15413
15675
|
},
|
|
15414
|
-
"name": "LifecycleDependenciesManifest"
|
|
15676
|
+
"name": "LifecycleDependenciesManifest",
|
|
15677
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
15415
15678
|
},
|
|
15416
15679
|
"isOptional": true
|
|
15417
15680
|
},
|
|
@@ -15431,7 +15694,8 @@
|
|
|
15431
15694
|
"line": 13,
|
|
15432
15695
|
"character": 22
|
|
15433
15696
|
},
|
|
15434
|
-
"name": "LifecycleDependenciesManifest"
|
|
15697
|
+
"name": "LifecycleDependenciesManifest",
|
|
15698
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
15435
15699
|
},
|
|
15436
15700
|
"isOptional": true
|
|
15437
15701
|
},
|
|
@@ -15451,7 +15715,8 @@
|
|
|
15451
15715
|
"line": 14,
|
|
15452
15716
|
"character": 26
|
|
15453
15717
|
},
|
|
15454
|
-
"name": "PeerDependenciesMeta"
|
|
15718
|
+
"name": "PeerDependenciesMeta",
|
|
15719
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
15455
15720
|
},
|
|
15456
15721
|
"isOptional": true
|
|
15457
15722
|
}
|
|
@@ -15582,7 +15847,8 @@
|
|
|
15582
15847
|
"line": 57,
|
|
15583
15848
|
"character": 46
|
|
15584
15849
|
},
|
|
15585
|
-
"name": "AddEntryOptions"
|
|
15850
|
+
"name": "AddEntryOptions",
|
|
15851
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
15586
15852
|
},
|
|
15587
15853
|
"isOptional": true,
|
|
15588
15854
|
"isSpread": false
|
|
@@ -15986,7 +16252,8 @@
|
|
|
15986
16252
|
"line": 106,
|
|
15987
16253
|
"character": 6
|
|
15988
16254
|
},
|
|
15989
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
16255
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
16256
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
15990
16257
|
},
|
|
15991
16258
|
{
|
|
15992
16259
|
"__schema": "KeywordTypeSchema",
|
|
@@ -16067,7 +16334,8 @@
|
|
|
16067
16334
|
"line": 117,
|
|
16068
16335
|
"character": 6
|
|
16069
16336
|
},
|
|
16070
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
16337
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
16338
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
16071
16339
|
},
|
|
16072
16340
|
{
|
|
16073
16341
|
"__schema": "KeywordTypeSchema",
|
|
@@ -16812,7 +17080,8 @@
|
|
|
16812
17080
|
"line": 132,
|
|
16813
17081
|
"character": 74
|
|
16814
17082
|
},
|
|
16815
|
-
"name": "VariantPolicyEntryVersion"
|
|
17083
|
+
"name": "VariantPolicyEntryVersion",
|
|
17084
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
16816
17085
|
},
|
|
16817
17086
|
{
|
|
16818
17087
|
"__schema": "KeywordTypeSchema",
|
|
@@ -16893,7 +17162,8 @@
|
|
|
16893
17162
|
"line": 143,
|
|
16894
17163
|
"character": 6
|
|
16895
17164
|
},
|
|
16896
|
-
"name": "VariantPolicyEntryVersion"
|
|
17165
|
+
"name": "VariantPolicyEntryVersion",
|
|
17166
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
16897
17167
|
},
|
|
16898
17168
|
{
|
|
16899
17169
|
"__schema": "KeywordTypeSchema",
|
|
@@ -17188,7 +17458,8 @@
|
|
|
17188
17458
|
"line": 232,
|
|
17189
17459
|
"character": 50
|
|
17190
17460
|
},
|
|
17191
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
17461
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
17462
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
17192
17463
|
},
|
|
17193
17464
|
"isOptional": true,
|
|
17194
17465
|
"defaultValue": "{}",
|
|
@@ -17566,7 +17837,8 @@
|
|
|
17566
17837
|
"line": 53,
|
|
17567
17838
|
"character": 41
|
|
17568
17839
|
},
|
|
17569
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
17840
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
17841
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
17570
17842
|
},
|
|
17571
17843
|
"isOptional": true,
|
|
17572
17844
|
"defaultValue": "{}",
|
|
@@ -18214,7 +18486,8 @@
|
|
|
18214
18486
|
"line": 132,
|
|
18215
18487
|
"character": 74
|
|
18216
18488
|
},
|
|
18217
|
-
"name": "VariantPolicyEntryVersion"
|
|
18489
|
+
"name": "VariantPolicyEntryVersion",
|
|
18490
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
18218
18491
|
},
|
|
18219
18492
|
{
|
|
18220
18493
|
"__schema": "KeywordTypeSchema",
|
|
@@ -18295,7 +18568,8 @@
|
|
|
18295
18568
|
"line": 143,
|
|
18296
18569
|
"character": 6
|
|
18297
18570
|
},
|
|
18298
|
-
"name": "VariantPolicyEntryVersion"
|
|
18571
|
+
"name": "VariantPolicyEntryVersion",
|
|
18572
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
18299
18573
|
},
|
|
18300
18574
|
{
|
|
18301
18575
|
"__schema": "KeywordTypeSchema",
|
|
@@ -18595,7 +18869,8 @@
|
|
|
18595
18869
|
"line": 232,
|
|
18596
18870
|
"character": 50
|
|
18597
18871
|
},
|
|
18598
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
18872
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
18873
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
18599
18874
|
}
|
|
18600
18875
|
}
|
|
18601
18876
|
],
|
|
@@ -18911,7 +19186,8 @@
|
|
|
18911
19186
|
"line": 12,
|
|
18912
19187
|
"character": 42
|
|
18913
19188
|
},
|
|
18914
|
-
"name": "WorkspacePolicyLifecycleConfigObject"
|
|
19189
|
+
"name": "WorkspacePolicyLifecycleConfigObject",
|
|
19190
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
18915
19191
|
}
|
|
18916
19192
|
]
|
|
18917
19193
|
}
|
|
@@ -18970,7 +19246,8 @@
|
|
|
18970
19246
|
"line": 8,
|
|
18971
19247
|
"character": 80
|
|
18972
19248
|
},
|
|
18973
|
-
"name": "VariantPolicyLifecycleConfigObject"
|
|
19249
|
+
"name": "VariantPolicyLifecycleConfigObject",
|
|
19250
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
18974
19251
|
}
|
|
18975
19252
|
]
|
|
18976
19253
|
}
|
|
@@ -19057,7 +19334,8 @@
|
|
|
19057
19334
|
"line": 20,
|
|
19058
19335
|
"character": 44
|
|
19059
19336
|
},
|
|
19060
|
-
"name": "RemoveDepSign"
|
|
19337
|
+
"name": "RemoveDepSign",
|
|
19338
|
+
"internalFilePath": "policy/policy.ts"
|
|
19061
19339
|
}
|
|
19062
19340
|
]
|
|
19063
19341
|
}
|
|
@@ -19253,7 +19531,8 @@
|
|
|
19253
19531
|
"line": 58,
|
|
19254
19532
|
"character": 39
|
|
19255
19533
|
},
|
|
19256
|
-
"name": "SerializedVariantPolicyEntry"
|
|
19534
|
+
"name": "SerializedVariantPolicyEntry",
|
|
19535
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
19257
19536
|
}
|
|
19258
19537
|
}
|
|
19259
19538
|
},
|
|
@@ -19281,7 +19560,8 @@
|
|
|
19281
19560
|
"line": 9,
|
|
19282
19561
|
"character": 52
|
|
19283
19562
|
},
|
|
19284
|
-
"name": "WorkspacePolicyConfigKeys"
|
|
19563
|
+
"name": "WorkspacePolicyConfigKeys",
|
|
19564
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
19285
19565
|
}
|
|
19286
19566
|
}
|
|
19287
19567
|
},
|
|
@@ -19309,7 +19589,8 @@
|
|
|
19309
19589
|
"line": 44,
|
|
19310
19590
|
"character": 37
|
|
19311
19591
|
},
|
|
19312
|
-
"name": "EnvPolicyEnvJsoncConfigObject"
|
|
19592
|
+
"name": "EnvPolicyEnvJsoncConfigObject",
|
|
19593
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
19313
19594
|
},
|
|
19314
19595
|
{
|
|
19315
19596
|
"__schema": "TypeRefSchema",
|
|
@@ -19318,7 +19599,8 @@
|
|
|
19318
19599
|
"line": 44,
|
|
19319
19600
|
"character": 69
|
|
19320
19601
|
},
|
|
19321
|
-
"name": "EnvPolicyLegacyConfigObject"
|
|
19602
|
+
"name": "EnvPolicyLegacyConfigObject",
|
|
19603
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
19322
19604
|
}
|
|
19323
19605
|
]
|
|
19324
19606
|
}
|
|
@@ -19378,7 +19660,11 @@
|
|
|
19378
19660
|
"line": 119,
|
|
19379
19661
|
"character": 27
|
|
19380
19662
|
},
|
|
19381
|
-
"name": "AspectLoaderMain"
|
|
19663
|
+
"name": "AspectLoaderMain",
|
|
19664
|
+
"componentId": {
|
|
19665
|
+
"scope": "teambit.harmony",
|
|
19666
|
+
"name": "aspect-loader"
|
|
19667
|
+
}
|
|
19382
19668
|
},
|
|
19383
19669
|
"isOptional": false,
|
|
19384
19670
|
"isSpread": false
|
|
@@ -19398,7 +19684,11 @@
|
|
|
19398
19684
|
"line": 121,
|
|
19399
19685
|
"character": 30
|
|
19400
19686
|
},
|
|
19401
|
-
"name": "ComponentMain"
|
|
19687
|
+
"name": "ComponentMain",
|
|
19688
|
+
"componentId": {
|
|
19689
|
+
"scope": "teambit.component",
|
|
19690
|
+
"name": "component"
|
|
19691
|
+
}
|
|
19402
19692
|
},
|
|
19403
19693
|
"isOptional": false,
|
|
19404
19694
|
"isSpread": false
|
|
@@ -19418,7 +19708,11 @@
|
|
|
19418
19708
|
"line": 123,
|
|
19419
19709
|
"character": 19
|
|
19420
19710
|
},
|
|
19421
|
-
"name": "EnvsMain"
|
|
19711
|
+
"name": "EnvsMain",
|
|
19712
|
+
"componentId": {
|
|
19713
|
+
"scope": "teambit.envs",
|
|
19714
|
+
"name": "envs"
|
|
19715
|
+
}
|
|
19422
19716
|
},
|
|
19423
19717
|
"isOptional": false,
|
|
19424
19718
|
"isSpread": false
|
|
@@ -19438,7 +19732,11 @@
|
|
|
19438
19732
|
"line": 125,
|
|
19439
19733
|
"character": 21
|
|
19440
19734
|
},
|
|
19441
|
-
"name": "Logger"
|
|
19735
|
+
"name": "Logger",
|
|
19736
|
+
"componentId": {
|
|
19737
|
+
"scope": "teambit.harmony",
|
|
19738
|
+
"name": "logger"
|
|
19739
|
+
}
|
|
19442
19740
|
},
|
|
19443
19741
|
"isOptional": false,
|
|
19444
19742
|
"isSpread": false
|
|
@@ -19475,7 +19773,8 @@
|
|
|
19475
19773
|
"line": 127,
|
|
19476
19774
|
"character": 32
|
|
19477
19775
|
},
|
|
19478
|
-
"name": "PathAbsolute"
|
|
19776
|
+
"name": "PathAbsolute",
|
|
19777
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
19479
19778
|
}
|
|
19480
19779
|
]
|
|
19481
19780
|
},
|
|
@@ -19517,7 +19816,8 @@
|
|
|
19517
19816
|
"line": 131,
|
|
19518
19817
|
"character": 29
|
|
19519
19818
|
},
|
|
19520
|
-
"name": "DepLinkerContext"
|
|
19819
|
+
"name": "DepLinkerContext",
|
|
19820
|
+
"internalFilePath": "dependency-linker.ts"
|
|
19521
19821
|
},
|
|
19522
19822
|
"isOptional": true,
|
|
19523
19823
|
"defaultValue": "{}",
|
|
@@ -19600,6 +19900,10 @@
|
|
|
19600
19900
|
"character": 28
|
|
19601
19901
|
},
|
|
19602
19902
|
"name": "ComponentMap",
|
|
19903
|
+
"componentId": {
|
|
19904
|
+
"scope": "teambit.component",
|
|
19905
|
+
"name": "component"
|
|
19906
|
+
},
|
|
19603
19907
|
"typeArgs": [
|
|
19604
19908
|
{
|
|
19605
19909
|
"__schema": "KeywordTypeSchema",
|
|
@@ -19748,6 +20052,10 @@
|
|
|
19748
20052
|
"character": 28
|
|
19749
20053
|
},
|
|
19750
20054
|
"name": "ComponentMap",
|
|
20055
|
+
"componentId": {
|
|
20056
|
+
"scope": "teambit.component",
|
|
20057
|
+
"name": "component"
|
|
20058
|
+
},
|
|
19751
20059
|
"typeArgs": [
|
|
19752
20060
|
{
|
|
19753
20061
|
"__schema": "KeywordTypeSchema",
|
|
@@ -19909,7 +20217,11 @@
|
|
|
19909
20217
|
"line": 271,
|
|
19910
20218
|
"character": 19
|
|
19911
20219
|
},
|
|
19912
|
-
"name": "ComponentID"
|
|
20220
|
+
"name": "ComponentID",
|
|
20221
|
+
"componentId": {
|
|
20222
|
+
"scope": "teambit.component",
|
|
20223
|
+
"name": "component"
|
|
20224
|
+
}
|
|
19913
20225
|
}
|
|
19914
20226
|
},
|
|
19915
20227
|
"isOptional": true,
|
|
@@ -20452,7 +20764,19 @@
|
|
|
20452
20764
|
"character": 3
|
|
20453
20765
|
},
|
|
20454
20766
|
"raw": "/**\n * Whether to create link to @teambit/bit in the root node modules\n */",
|
|
20455
|
-
"comment": "Whether to create link to
|
|
20767
|
+
"comment": "Whether to create link to",
|
|
20768
|
+
"tags": [
|
|
20769
|
+
{
|
|
20770
|
+
"__schema": "TagSchema",
|
|
20771
|
+
"location": {
|
|
20772
|
+
"filePath": "dependency-linker.ts",
|
|
20773
|
+
"line": 33,
|
|
20774
|
+
"character": 32
|
|
20775
|
+
},
|
|
20776
|
+
"tagName": "teambit",
|
|
20777
|
+
"comment": "/bit in the root node modules"
|
|
20778
|
+
}
|
|
20779
|
+
]
|
|
20456
20780
|
},
|
|
20457
20781
|
"signature": "(property) linkTeambitBit?: boolean | undefined",
|
|
20458
20782
|
"name": "linkTeambitBit",
|
|
@@ -20891,7 +21215,11 @@
|
|
|
20891
21215
|
"line": 75,
|
|
20892
21216
|
"character": 27
|
|
20893
21217
|
},
|
|
20894
|
-
"name": "AspectLoaderMain"
|
|
21218
|
+
"name": "AspectLoaderMain",
|
|
21219
|
+
"componentId": {
|
|
21220
|
+
"scope": "teambit.harmony",
|
|
21221
|
+
"name": "aspect-loader"
|
|
21222
|
+
}
|
|
20895
21223
|
},
|
|
20896
21224
|
"isOptional": false,
|
|
20897
21225
|
"isSpread": false
|
|
@@ -20911,7 +21239,11 @@
|
|
|
20911
21239
|
"line": 77,
|
|
20912
21240
|
"character": 21
|
|
20913
21241
|
},
|
|
20914
|
-
"name": "Logger"
|
|
21242
|
+
"name": "Logger",
|
|
21243
|
+
"componentId": {
|
|
21244
|
+
"scope": "teambit.harmony",
|
|
21245
|
+
"name": "logger"
|
|
21246
|
+
}
|
|
20915
21247
|
},
|
|
20916
21248
|
"isOptional": false,
|
|
20917
21249
|
"isSpread": false
|
|
@@ -20968,7 +21300,8 @@
|
|
|
20968
21300
|
"line": 81,
|
|
20969
21301
|
"character": 32
|
|
20970
21302
|
},
|
|
20971
|
-
"name": "PathAbsolute"
|
|
21303
|
+
"name": "PathAbsolute",
|
|
21304
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
20972
21305
|
}
|
|
20973
21306
|
]
|
|
20974
21307
|
},
|
|
@@ -21007,7 +21340,8 @@
|
|
|
21007
21340
|
"line": 83,
|
|
21008
21341
|
"character": 37
|
|
21009
21342
|
},
|
|
21010
|
-
"name": "PathAbsolute"
|
|
21343
|
+
"name": "PathAbsolute",
|
|
21344
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
21011
21345
|
}
|
|
21012
21346
|
]
|
|
21013
21347
|
},
|
|
@@ -21029,7 +21363,8 @@
|
|
|
21029
21363
|
"line": 85,
|
|
21030
21364
|
"character": 40
|
|
21031
21365
|
},
|
|
21032
|
-
"name": "PreInstallSubscriberList"
|
|
21366
|
+
"name": "PreInstallSubscriberList",
|
|
21367
|
+
"internalFilePath": "dependency-installer.ts"
|
|
21033
21368
|
},
|
|
21034
21369
|
"isOptional": true,
|
|
21035
21370
|
"isSpread": false
|
|
@@ -21049,7 +21384,8 @@
|
|
|
21049
21384
|
"line": 87,
|
|
21050
21385
|
"character": 41
|
|
21051
21386
|
},
|
|
21052
|
-
"name": "PostInstallSubscriberList"
|
|
21387
|
+
"name": "PostInstallSubscriberList",
|
|
21388
|
+
"internalFilePath": "dependency-installer.ts"
|
|
21053
21389
|
},
|
|
21054
21390
|
"isOptional": true,
|
|
21055
21391
|
"isSpread": false
|
|
@@ -21188,7 +21524,8 @@
|
|
|
21188
21524
|
"line": 99,
|
|
21189
21525
|
"character": 35
|
|
21190
21526
|
},
|
|
21191
|
-
"name": "PeerDependencyRules"
|
|
21527
|
+
"name": "PeerDependencyRules",
|
|
21528
|
+
"packageName": "@pnpm/types"
|
|
21192
21529
|
},
|
|
21193
21530
|
"isOptional": true,
|
|
21194
21531
|
"isSpread": false
|
|
@@ -21256,7 +21593,8 @@
|
|
|
21256
21593
|
"line": 105,
|
|
21257
21594
|
"character": 32
|
|
21258
21595
|
},
|
|
21259
|
-
"name": "DepInstallerContext"
|
|
21596
|
+
"name": "DepInstallerContext",
|
|
21597
|
+
"internalFilePath": "dependency-installer.ts"
|
|
21260
21598
|
},
|
|
21261
21599
|
"isOptional": true,
|
|
21262
21600
|
"defaultValue": "{}",
|
|
@@ -21359,6 +21697,10 @@
|
|
|
21359
21697
|
"character": 28
|
|
21360
21698
|
},
|
|
21361
21699
|
"name": "ComponentMap",
|
|
21700
|
+
"componentId": {
|
|
21701
|
+
"scope": "teambit.component",
|
|
21702
|
+
"name": "component"
|
|
21703
|
+
},
|
|
21362
21704
|
"typeArgs": [
|
|
21363
21705
|
{
|
|
21364
21706
|
"__schema": "KeywordTypeSchema",
|
|
@@ -21512,7 +21854,8 @@
|
|
|
21512
21854
|
"line": 140,
|
|
21513
21855
|
"character": 31
|
|
21514
21856
|
},
|
|
21515
|
-
"name": "ProjectManifest"
|
|
21857
|
+
"name": "ProjectManifest",
|
|
21858
|
+
"packageName": "@pnpm/types"
|
|
21516
21859
|
}
|
|
21517
21860
|
]
|
|
21518
21861
|
},
|
|
@@ -21555,6 +21898,10 @@
|
|
|
21555
21898
|
"character": 28
|
|
21556
21899
|
},
|
|
21557
21900
|
"name": "ComponentMap",
|
|
21901
|
+
"componentId": {
|
|
21902
|
+
"scope": "teambit.component",
|
|
21903
|
+
"name": "component"
|
|
21904
|
+
},
|
|
21558
21905
|
"typeArgs": [
|
|
21559
21906
|
{
|
|
21560
21907
|
"__schema": "KeywordTypeSchema",
|
|
@@ -21949,6 +22296,10 @@
|
|
|
21949
22296
|
"character": 26
|
|
21950
22297
|
},
|
|
21951
22298
|
"name": "ComponentMap",
|
|
22299
|
+
"componentId": {
|
|
22300
|
+
"scope": "teambit.component",
|
|
22301
|
+
"name": "component"
|
|
22302
|
+
},
|
|
21952
22303
|
"typeArgs": [
|
|
21953
22304
|
{
|
|
21954
22305
|
"__schema": "KeywordTypeSchema",
|
|
@@ -22456,6 +22807,10 @@
|
|
|
22456
22807
|
"character": 26
|
|
22457
22808
|
},
|
|
22458
22809
|
"name": "ComponentMap",
|
|
22810
|
+
"componentId": {
|
|
22811
|
+
"scope": "teambit.component",
|
|
22812
|
+
"name": "component"
|
|
22813
|
+
},
|
|
22459
22814
|
"typeArgs": [
|
|
22460
22815
|
{
|
|
22461
22816
|
"__schema": "KeywordTypeSchema",
|
|
@@ -22538,7 +22893,7 @@
|
|
|
22538
22893
|
"line": 41,
|
|
22539
22894
|
"character": 1
|
|
22540
22895
|
},
|
|
22541
|
-
"signature": "type DependencySource = \"
|
|
22896
|
+
"signature": "type DependencySource = \"env\" | \"config\" | \"auto\" | \"env-own\" | \"slots\"",
|
|
22542
22897
|
"name": "DependencySource",
|
|
22543
22898
|
"type": {
|
|
22544
22899
|
"__schema": "TypeUnionSchema",
|
|
@@ -22780,7 +23135,8 @@
|
|
|
22780
23135
|
"line": 28,
|
|
22781
23136
|
"character": 27
|
|
22782
23137
|
},
|
|
22783
|
-
"name": "CurrentPkg"
|
|
23138
|
+
"name": "CurrentPkg",
|
|
23139
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
22784
23140
|
},
|
|
22785
23141
|
{
|
|
22786
23142
|
"__schema": "TypeLiteralSchema",
|
|
@@ -22982,6 +23338,10 @@
|
|
|
22982
23338
|
"character": 17
|
|
22983
23339
|
},
|
|
22984
23340
|
"name": "EnvHandler",
|
|
23341
|
+
"componentId": {
|
|
23342
|
+
"scope": "teambit.envs",
|
|
23343
|
+
"name": "envs"
|
|
23344
|
+
},
|
|
22985
23345
|
"typeArgs": [
|
|
22986
23346
|
{
|
|
22987
23347
|
"__schema": "TypeUnionSchema",
|
|
@@ -23615,7 +23975,8 @@
|
|
|
23615
23975
|
"line": 17,
|
|
23616
23976
|
"character": 36
|
|
23617
23977
|
},
|
|
23618
|
-
"name": "RegistryName"
|
|
23978
|
+
"name": "RegistryName",
|
|
23979
|
+
"internalFilePath": "types.ts"
|
|
23619
23980
|
},
|
|
23620
23981
|
{
|
|
23621
23982
|
"__schema": "TypeRefSchema",
|
|
@@ -23854,7 +24215,8 @@
|
|
|
23854
24215
|
"line": 55,
|
|
23855
24216
|
"character": 23
|
|
23856
24217
|
},
|
|
23857
|
-
"name": "PathLinux"
|
|
24218
|
+
"name": "PathLinux",
|
|
24219
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
23858
24220
|
},
|
|
23859
24221
|
"isOptional": false
|
|
23860
24222
|
},
|
|
@@ -23874,7 +24236,8 @@
|
|
|
23874
24236
|
"line": 56,
|
|
23875
24237
|
"character": 28
|
|
23876
24238
|
},
|
|
23877
|
-
"name": "PathLinux"
|
|
24239
|
+
"name": "PathLinux",
|
|
24240
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
23878
24241
|
},
|
|
23879
24242
|
"isOptional": false
|
|
23880
24243
|
},
|
|
@@ -23901,7 +24264,8 @@
|
|
|
23901
24264
|
"line": 57,
|
|
23902
24265
|
"character": 22
|
|
23903
24266
|
},
|
|
23904
|
-
"name": "ImportSpecifier"
|
|
24267
|
+
"name": "ImportSpecifier",
|
|
24268
|
+
"internalFilePath": "types.ts"
|
|
23905
24269
|
}
|
|
23906
24270
|
},
|
|
23907
24271
|
"isOptional": true
|
|
@@ -23952,7 +24316,8 @@
|
|
|
23952
24316
|
"line": 75,
|
|
23953
24317
|
"character": 42
|
|
23954
24318
|
},
|
|
23955
|
-
"name": "FileDependencyDefinition"
|
|
24319
|
+
"name": "FileDependencyDefinition",
|
|
24320
|
+
"internalFilePath": "types.ts"
|
|
23956
24321
|
}
|
|
23957
24322
|
}
|
|
23958
24323
|
},
|
|
@@ -23981,7 +24346,8 @@
|
|
|
23981
24346
|
"line": 77,
|
|
23982
24347
|
"character": 42
|
|
23983
24348
|
},
|
|
23984
|
-
"name": "PackageName"
|
|
24349
|
+
"name": "PackageName",
|
|
24350
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
23985
24351
|
},
|
|
23986
24352
|
{
|
|
23987
24353
|
"__schema": "TypeRefSchema",
|
|
@@ -24060,7 +24426,8 @@
|
|
|
24060
24426
|
"line": 70,
|
|
24061
24427
|
"character": 19
|
|
24062
24428
|
},
|
|
24063
|
-
"name": "RelativePath"
|
|
24429
|
+
"name": "RelativePath",
|
|
24430
|
+
"internalFilePath": "types.ts"
|
|
24064
24431
|
}
|
|
24065
24432
|
},
|
|
24066
24433
|
"isOptional": true
|
|
@@ -24222,7 +24589,8 @@
|
|
|
24222
24589
|
"line": 14,
|
|
24223
24590
|
"character": 51
|
|
24224
24591
|
},
|
|
24225
|
-
"name": "ManifestDependenciesKeys"
|
|
24592
|
+
"name": "ManifestDependenciesKeys",
|
|
24593
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
24226
24594
|
}
|
|
24227
24595
|
}
|
|
24228
24596
|
},
|
|
@@ -24268,7 +24636,8 @@
|
|
|
24268
24636
|
"line": 16,
|
|
24269
24637
|
"character": 57
|
|
24270
24638
|
},
|
|
24271
|
-
"name": "ManifestDependenciesKeysNames"
|
|
24639
|
+
"name": "ManifestDependenciesKeysNames",
|
|
24640
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
24272
24641
|
},
|
|
24273
24642
|
{
|
|
24274
24643
|
"__schema": "TypeRefSchema",
|
|
@@ -24277,7 +24646,8 @@
|
|
|
24277
24646
|
"line": 16,
|
|
24278
24647
|
"character": 88
|
|
24279
24648
|
},
|
|
24280
|
-
"name": "DepObjectValue"
|
|
24649
|
+
"name": "DepObjectValue",
|
|
24650
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
24281
24651
|
}
|
|
24282
24652
|
]
|
|
24283
24653
|
}
|
|
@@ -24307,7 +24677,8 @@
|
|
|
24307
24677
|
"line": 17,
|
|
24308
24678
|
"character": 26
|
|
24309
24679
|
},
|
|
24310
|
-
"name": "PeerDependenciesMeta"
|
|
24680
|
+
"name": "PeerDependenciesMeta",
|
|
24681
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
24311
24682
|
},
|
|
24312
24683
|
"isOptional": true
|
|
24313
24684
|
}
|
|
@@ -24341,7 +24712,8 @@
|
|
|
24341
24712
|
"line": 20,
|
|
24342
24713
|
"character": 37
|
|
24343
24714
|
},
|
|
24344
|
-
"name": "PackageName"
|
|
24715
|
+
"name": "PackageName",
|
|
24716
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
24345
24717
|
},
|
|
24346
24718
|
{
|
|
24347
24719
|
"__schema": "TypeRefSchema",
|
|
@@ -24443,7 +24815,8 @@
|
|
|
24443
24815
|
"line": 27,
|
|
24444
24816
|
"character": 52
|
|
24445
24817
|
},
|
|
24446
|
-
"name": "SemVer"
|
|
24818
|
+
"name": "SemVer",
|
|
24819
|
+
"packageName": "semver"
|
|
24447
24820
|
},
|
|
24448
24821
|
"isOptional": false,
|
|
24449
24822
|
"isSpread": false
|
|
@@ -24505,7 +24878,8 @@
|
|
|
24505
24878
|
"line": 34,
|
|
24506
24879
|
"character": 19
|
|
24507
24880
|
},
|
|
24508
|
-
"name": "ManifestToJsonOptions"
|
|
24881
|
+
"name": "ManifestToJsonOptions",
|
|
24882
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
24509
24883
|
},
|
|
24510
24884
|
"isOptional": true,
|
|
24511
24885
|
"defaultValue": "{}",
|
|
@@ -24690,7 +25064,8 @@
|
|
|
24690
25064
|
"line": 15,
|
|
24691
25065
|
"character": 21
|
|
24692
25066
|
},
|
|
24693
|
-
"name": "SemVer"
|
|
25067
|
+
"name": "SemVer",
|
|
25068
|
+
"packageName": "semver"
|
|
24694
25069
|
},
|
|
24695
25070
|
"isOptional": false,
|
|
24696
25071
|
"isSpread": false
|
|
@@ -24871,7 +25246,8 @@
|
|
|
24871
25246
|
"line": 30,
|
|
24872
25247
|
"character": 19
|
|
24873
25248
|
},
|
|
24874
|
-
"name": "WorkspaceManifestToJsonOptions"
|
|
25249
|
+
"name": "WorkspaceManifestToJsonOptions",
|
|
25250
|
+
"internalFilePath": "manifest/workspace-manifest.ts"
|
|
24875
25251
|
},
|
|
24876
25252
|
"isOptional": true,
|
|
24877
25253
|
"defaultValue": "{}",
|
|
@@ -24934,7 +25310,8 @@
|
|
|
24934
25310
|
"line": 40,
|
|
24935
25311
|
"character": 26
|
|
24936
25312
|
},
|
|
24937
|
-
"name": "WorkspaceManifestToJsonOptions"
|
|
25313
|
+
"name": "WorkspaceManifestToJsonOptions",
|
|
25314
|
+
"internalFilePath": "manifest/workspace-manifest.ts"
|
|
24938
25315
|
},
|
|
24939
25316
|
"isOptional": true,
|
|
24940
25317
|
"defaultValue": "{}",
|
|
@@ -25083,7 +25460,8 @@
|
|
|
25083
25460
|
"line": 27,
|
|
25084
25461
|
"character": 52
|
|
25085
25462
|
},
|
|
25086
|
-
"name": "SemVer"
|
|
25463
|
+
"name": "SemVer",
|
|
25464
|
+
"packageName": "semver"
|
|
25087
25465
|
}
|
|
25088
25466
|
},
|
|
25089
25467
|
{
|
|
@@ -25146,7 +25524,8 @@
|
|
|
25146
25524
|
"line": 34,
|
|
25147
25525
|
"character": 19
|
|
25148
25526
|
},
|
|
25149
|
-
"name": "ManifestToJsonOptions"
|
|
25527
|
+
"name": "ManifestToJsonOptions",
|
|
25528
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
25150
25529
|
}
|
|
25151
25530
|
}
|
|
25152
25531
|
],
|
|
@@ -25253,7 +25632,8 @@
|
|
|
25253
25632
|
"line": 10,
|
|
25254
25633
|
"character": 21
|
|
25255
25634
|
},
|
|
25256
|
-
"name": "SemVer"
|
|
25635
|
+
"name": "SemVer",
|
|
25636
|
+
"packageName": "semver"
|
|
25257
25637
|
},
|
|
25258
25638
|
"isOptional": false,
|
|
25259
25639
|
"isSpread": false
|
|
@@ -25293,7 +25673,11 @@
|
|
|
25293
25673
|
"line": 12,
|
|
25294
25674
|
"character": 23
|
|
25295
25675
|
},
|
|
25296
|
-
"name": "Component"
|
|
25676
|
+
"name": "Component",
|
|
25677
|
+
"componentId": {
|
|
25678
|
+
"scope": "teambit.component",
|
|
25679
|
+
"name": "component"
|
|
25680
|
+
}
|
|
25297
25681
|
},
|
|
25298
25682
|
"isOptional": false,
|
|
25299
25683
|
"isSpread": false
|
|
@@ -25400,7 +25784,8 @@
|
|
|
25400
25784
|
"line": 27,
|
|
25401
25785
|
"character": 52
|
|
25402
25786
|
},
|
|
25403
|
-
"name": "SemVer"
|
|
25787
|
+
"name": "SemVer",
|
|
25788
|
+
"packageName": "semver"
|
|
25404
25789
|
}
|
|
25405
25790
|
},
|
|
25406
25791
|
{
|
|
@@ -25463,7 +25848,8 @@
|
|
|
25463
25848
|
"line": 34,
|
|
25464
25849
|
"character": 19
|
|
25465
25850
|
},
|
|
25466
|
-
"name": "ManifestToJsonOptions"
|
|
25851
|
+
"name": "ManifestToJsonOptions",
|
|
25852
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
25467
25853
|
}
|
|
25468
25854
|
}
|
|
25469
25855
|
],
|
|
@@ -25592,7 +25978,8 @@
|
|
|
25592
25978
|
"line": 21,
|
|
25593
25979
|
"character": 44
|
|
25594
25980
|
},
|
|
25595
|
-
"name": "PackageName"
|
|
25981
|
+
"name": "PackageName",
|
|
25982
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
25596
25983
|
},
|
|
25597
25984
|
{
|
|
25598
25985
|
"__schema": "TypeRefSchema",
|
|
@@ -25776,7 +26163,8 @@
|
|
|
25776
26163
|
"line": 30,
|
|
25777
26164
|
"character": 24
|
|
25778
26165
|
},
|
|
25779
|
-
"name": "DepsFilterFn"
|
|
26166
|
+
"name": "DepsFilterFn",
|
|
26167
|
+
"internalFilePath": "manifest/workspace-manifest-factory.ts"
|
|
25780
26168
|
},
|
|
25781
26169
|
"isOptional": true
|
|
25782
26170
|
},
|
|
@@ -25918,7 +26306,11 @@
|
|
|
25918
26306
|
"line": 45,
|
|
25919
26307
|
"character": 89
|
|
25920
26308
|
},
|
|
25921
|
-
"name": "AspectLoaderMain"
|
|
26309
|
+
"name": "AspectLoaderMain",
|
|
26310
|
+
"componentId": {
|
|
26311
|
+
"scope": "teambit.harmony",
|
|
26312
|
+
"name": "aspect-loader"
|
|
26313
|
+
}
|
|
25922
26314
|
},
|
|
25923
26315
|
"isOptional": false,
|
|
25924
26316
|
"isSpread": false
|
|
@@ -25980,7 +26372,8 @@
|
|
|
25980
26372
|
"line": 49,
|
|
25981
26373
|
"character": 14
|
|
25982
26374
|
},
|
|
25983
|
-
"name": "SemVer"
|
|
26375
|
+
"name": "SemVer",
|
|
26376
|
+
"packageName": "semver"
|
|
25984
26377
|
},
|
|
25985
26378
|
"isOptional": false,
|
|
25986
26379
|
"isSpread": false
|
|
@@ -26047,7 +26440,11 @@
|
|
|
26047
26440
|
"line": 52,
|
|
26048
26441
|
"character": 17
|
|
26049
26442
|
},
|
|
26050
|
-
"name": "Component"
|
|
26443
|
+
"name": "Component",
|
|
26444
|
+
"componentId": {
|
|
26445
|
+
"scope": "teambit.component",
|
|
26446
|
+
"name": "component"
|
|
26447
|
+
}
|
|
26051
26448
|
}
|
|
26052
26449
|
},
|
|
26053
26450
|
"isOptional": false,
|
|
@@ -26132,7 +26529,8 @@
|
|
|
26132
26529
|
"line": 263,
|
|
26133
26530
|
"character": 14
|
|
26134
26531
|
},
|
|
26135
|
-
"name": "DedupedDependencies"
|
|
26532
|
+
"name": "DedupedDependencies",
|
|
26533
|
+
"internalFilePath": "manifest/deduping/dedupe-dependencies.ts"
|
|
26136
26534
|
}
|
|
26137
26535
|
},
|
|
26138
26536
|
{
|
|
@@ -26158,7 +26556,11 @@
|
|
|
26158
26556
|
"line": 264,
|
|
26159
26557
|
"character": 14
|
|
26160
26558
|
},
|
|
26161
|
-
"name": "Component"
|
|
26559
|
+
"name": "Component",
|
|
26560
|
+
"componentId": {
|
|
26561
|
+
"scope": "teambit.component",
|
|
26562
|
+
"name": "component"
|
|
26563
|
+
}
|
|
26162
26564
|
}
|
|
26163
26565
|
}
|
|
26164
26566
|
},
|
|
@@ -26200,7 +26602,8 @@
|
|
|
26200
26602
|
"line": 268,
|
|
26201
26603
|
"character": 26
|
|
26202
26604
|
},
|
|
26203
|
-
"name": "DedupedDependencies"
|
|
26605
|
+
"name": "DedupedDependencies",
|
|
26606
|
+
"internalFilePath": "manifest/deduping/dedupe-dependencies.ts"
|
|
26204
26607
|
},
|
|
26205
26608
|
"isOptional": false,
|
|
26206
26609
|
"isSpread": false
|
|
@@ -26227,7 +26630,11 @@
|
|
|
26227
26630
|
"line": 269,
|
|
26228
26631
|
"character": 17
|
|
26229
26632
|
},
|
|
26230
|
-
"name": "Component"
|
|
26633
|
+
"name": "Component",
|
|
26634
|
+
"componentId": {
|
|
26635
|
+
"scope": "teambit.component",
|
|
26636
|
+
"name": "component"
|
|
26637
|
+
}
|
|
26231
26638
|
}
|
|
26232
26639
|
},
|
|
26233
26640
|
"isOptional": false,
|
|
@@ -26411,7 +26818,11 @@
|
|
|
26411
26818
|
"line": 318,
|
|
26412
26819
|
"character": 82
|
|
26413
26820
|
},
|
|
26414
|
-
"name": "Component"
|
|
26821
|
+
"name": "Component",
|
|
26822
|
+
"componentId": {
|
|
26823
|
+
"scope": "teambit.component",
|
|
26824
|
+
"name": "component"
|
|
26825
|
+
}
|
|
26415
26826
|
}
|
|
26416
26827
|
},
|
|
26417
26828
|
"isOptional": false,
|
|
@@ -26454,7 +26865,8 @@
|
|
|
26454
26865
|
"line": 352,
|
|
26455
26866
|
"character": 45
|
|
26456
26867
|
},
|
|
26457
|
-
"name": "DepObjectValue"
|
|
26868
|
+
"name": "DepObjectValue",
|
|
26869
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
26458
26870
|
},
|
|
26459
26871
|
"isOptional": false,
|
|
26460
26872
|
"isSpread": false
|
|
@@ -26497,7 +26909,11 @@
|
|
|
26497
26909
|
"line": 356,
|
|
26498
26910
|
"character": 46
|
|
26499
26911
|
},
|
|
26500
|
-
"name": "Component"
|
|
26912
|
+
"name": "Component",
|
|
26913
|
+
"componentId": {
|
|
26914
|
+
"scope": "teambit.component",
|
|
26915
|
+
"name": "component"
|
|
26916
|
+
}
|
|
26501
26917
|
},
|
|
26502
26918
|
"isOptional": false,
|
|
26503
26919
|
"isSpread": false
|
|
@@ -26823,7 +27239,8 @@
|
|
|
26823
27239
|
"line": 27,
|
|
26824
27240
|
"character": 24
|
|
26825
27241
|
},
|
|
26826
|
-
"name": "DepsFilterFn"
|
|
27242
|
+
"name": "DepsFilterFn",
|
|
27243
|
+
"internalFilePath": "manifest/workspace-manifest-factory.ts"
|
|
26827
27244
|
},
|
|
26828
27245
|
"isOptional": true
|
|
26829
27246
|
},
|
|
@@ -27122,7 +27539,8 @@
|
|
|
27122
27539
|
"line": 53,
|
|
27123
27540
|
"character": 25
|
|
27124
27541
|
},
|
|
27125
|
-
"name": "PeerDependencyRules"
|
|
27542
|
+
"name": "PeerDependencyRules",
|
|
27543
|
+
"packageName": "@pnpm/types"
|
|
27126
27544
|
},
|
|
27127
27545
|
"isOptional": true
|
|
27128
27546
|
},
|
|
@@ -27877,7 +28295,8 @@
|
|
|
27877
28295
|
"line": 139,
|
|
27878
28296
|
"character": 29
|
|
27879
28297
|
},
|
|
27880
|
-
"name": "ProjectManifest"
|
|
28298
|
+
"name": "ProjectManifest",
|
|
28299
|
+
"packageName": "@pnpm/types"
|
|
27881
28300
|
}
|
|
27882
28301
|
]
|
|
27883
28302
|
},
|
|
@@ -27900,6 +28319,10 @@
|
|
|
27900
28319
|
"character": 26
|
|
27901
28320
|
},
|
|
27902
28321
|
"name": "ComponentMap",
|
|
28322
|
+
"componentId": {
|
|
28323
|
+
"scope": "teambit.component",
|
|
28324
|
+
"name": "component"
|
|
28325
|
+
},
|
|
27903
28326
|
"typeArgs": [
|
|
27904
28327
|
{
|
|
27905
28328
|
"__schema": "KeywordTypeSchema",
|
|
@@ -28262,7 +28685,8 @@
|
|
|
28262
28685
|
"line": 166,
|
|
28263
28686
|
"character": 31
|
|
28264
28687
|
},
|
|
28265
|
-
"name": "ProjectManifest"
|
|
28688
|
+
"name": "ProjectManifest",
|
|
28689
|
+
"packageName": "@pnpm/types"
|
|
28266
28690
|
}
|
|
28267
28691
|
]
|
|
28268
28692
|
},
|
|
@@ -28284,7 +28708,8 @@
|
|
|
28284
28708
|
"line": 167,
|
|
28285
28709
|
"character": 14
|
|
28286
28710
|
},
|
|
28287
|
-
"name": "PackageManagerGetPeerDependencyIssuesOptions"
|
|
28711
|
+
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
28712
|
+
"internalFilePath": "package-manager.ts"
|
|
28288
28713
|
},
|
|
28289
28714
|
"isOptional": false,
|
|
28290
28715
|
"isSpread": false
|
|
@@ -28306,7 +28731,8 @@
|
|
|
28306
28731
|
"line": 168,
|
|
28307
28732
|
"character": 14
|
|
28308
28733
|
},
|
|
28309
|
-
"name": "PeerDependencyIssuesByProjects"
|
|
28734
|
+
"name": "PeerDependencyIssuesByProjects",
|
|
28735
|
+
"internalFilePath": "package-manager.ts"
|
|
28310
28736
|
}
|
|
28311
28737
|
]
|
|
28312
28738
|
},
|
|
@@ -28593,7 +29019,8 @@
|
|
|
28593
29019
|
"line": 189,
|
|
28594
29020
|
"character": 41
|
|
28595
29021
|
},
|
|
28596
|
-
"name": "ProjectManifest"
|
|
29022
|
+
"name": "ProjectManifest",
|
|
29023
|
+
"packageName": "@pnpm/types"
|
|
28597
29024
|
}
|
|
28598
29025
|
},
|
|
28599
29026
|
"isOptional": false,
|
|
@@ -29541,7 +29968,8 @@
|
|
|
29541
29968
|
"line": 165,
|
|
29542
29969
|
"character": 25
|
|
29543
29970
|
},
|
|
29544
|
-
"name": "PeerDependencyRules"
|
|
29971
|
+
"name": "PeerDependencyRules",
|
|
29972
|
+
"packageName": "@pnpm/types"
|
|
29545
29973
|
},
|
|
29546
29974
|
"isOptional": true
|
|
29547
29975
|
},
|
|
@@ -29950,6 +30378,11 @@
|
|
|
29950
30378
|
"character": 34
|
|
29951
30379
|
},
|
|
29952
30380
|
"name": "SlotRegistry",
|
|
30381
|
+
"componentId": {
|
|
30382
|
+
"scope": "teambit.harmony",
|
|
30383
|
+
"name": "harmony",
|
|
30384
|
+
"version": "0.4.6"
|
|
30385
|
+
},
|
|
29953
30386
|
"typeArgs": [
|
|
29954
30387
|
{
|
|
29955
30388
|
"__schema": "TypeRefSchema",
|
|
@@ -29980,6 +30413,11 @@
|
|
|
29980
30413
|
"character": 32
|
|
29981
30414
|
},
|
|
29982
30415
|
"name": "SlotRegistry",
|
|
30416
|
+
"componentId": {
|
|
30417
|
+
"scope": "teambit.harmony",
|
|
30418
|
+
"name": "harmony",
|
|
30419
|
+
"version": "0.4.6"
|
|
30420
|
+
},
|
|
29983
30421
|
"typeArgs": [
|
|
29984
30422
|
{
|
|
29985
30423
|
"__schema": "TypeRefSchema",
|
|
@@ -30010,6 +30448,11 @@
|
|
|
30010
30448
|
"character": 34
|
|
30011
30449
|
},
|
|
30012
30450
|
"name": "SlotRegistry",
|
|
30451
|
+
"componentId": {
|
|
30452
|
+
"scope": "teambit.harmony",
|
|
30453
|
+
"name": "harmony",
|
|
30454
|
+
"version": "0.4.6"
|
|
30455
|
+
},
|
|
30013
30456
|
"typeArgs": [
|
|
30014
30457
|
{
|
|
30015
30458
|
"__schema": "TypeRefSchema",
|
|
@@ -30040,6 +30483,11 @@
|
|
|
30040
30483
|
"character": 37
|
|
30041
30484
|
},
|
|
30042
30485
|
"name": "SlotRegistry",
|
|
30486
|
+
"componentId": {
|
|
30487
|
+
"scope": "teambit.harmony",
|
|
30488
|
+
"name": "harmony",
|
|
30489
|
+
"version": "0.4.6"
|
|
30490
|
+
},
|
|
30043
30491
|
"typeArgs": [
|
|
30044
30492
|
{
|
|
30045
30493
|
"__schema": "TypeArraySchema",
|
|
@@ -30078,6 +30526,11 @@
|
|
|
30078
30526
|
"character": 30
|
|
30079
30527
|
},
|
|
30080
30528
|
"name": "SlotRegistry",
|
|
30529
|
+
"componentId": {
|
|
30530
|
+
"scope": "teambit.harmony",
|
|
30531
|
+
"name": "harmony",
|
|
30532
|
+
"version": "0.4.6"
|
|
30533
|
+
},
|
|
30081
30534
|
"typeArgs": [
|
|
30082
30535
|
{
|
|
30083
30536
|
"__schema": "TypeRefSchema",
|
|
@@ -30086,7 +30539,8 @@
|
|
|
30086
30539
|
"line": 110,
|
|
30087
30540
|
"character": 43
|
|
30088
30541
|
},
|
|
30089
|
-
"name": "PreInstallSubscriberList"
|
|
30542
|
+
"name": "PreInstallSubscriberList",
|
|
30543
|
+
"internalFilePath": "dependency-installer.ts"
|
|
30090
30544
|
}
|
|
30091
30545
|
]
|
|
30092
30546
|
}
|
|
@@ -30108,6 +30562,11 @@
|
|
|
30108
30562
|
"character": 31
|
|
30109
30563
|
},
|
|
30110
30564
|
"name": "SlotRegistry",
|
|
30565
|
+
"componentId": {
|
|
30566
|
+
"scope": "teambit.harmony",
|
|
30567
|
+
"name": "harmony",
|
|
30568
|
+
"version": "0.4.6"
|
|
30569
|
+
},
|
|
30111
30570
|
"typeArgs": [
|
|
30112
30571
|
{
|
|
30113
30572
|
"__schema": "TypeRefSchema",
|
|
@@ -30116,7 +30575,8 @@
|
|
|
30116
30575
|
"line": 111,
|
|
30117
30576
|
"character": 44
|
|
30118
30577
|
},
|
|
30119
|
-
"name": "PostInstallSubscriberList"
|
|
30578
|
+
"name": "PostInstallSubscriberList",
|
|
30579
|
+
"internalFilePath": "dependency-installer.ts"
|
|
30120
30580
|
}
|
|
30121
30581
|
]
|
|
30122
30582
|
}
|
|
@@ -30137,7 +30597,7 @@
|
|
|
30137
30597
|
"line": 113,
|
|
30138
30598
|
"character": 37
|
|
30139
30599
|
},
|
|
30140
|
-
"signature": "(configuredExtensions: ExtensionDataList): Promise<VariantPolicyConfigObject>",
|
|
30600
|
+
"signature": "(configuredExtensions: \u001b[2m(package: @teambit/legacy/dist/consumer/config/extension-data)\u001b[22m ExtensionDataList): Promise<VariantPolicyConfigObject>",
|
|
30141
30601
|
"name": "",
|
|
30142
30602
|
"params": [
|
|
30143
30603
|
{
|
|
@@ -30155,7 +30615,8 @@
|
|
|
30155
30615
|
"line": 113,
|
|
30156
30616
|
"character": 60
|
|
30157
30617
|
},
|
|
30158
|
-
"name": "ExtensionDataList"
|
|
30618
|
+
"name": "ExtensionDataList",
|
|
30619
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
30159
30620
|
},
|
|
30160
30621
|
"isOptional": false,
|
|
30161
30622
|
"isSpread": false
|
|
@@ -30277,7 +30738,8 @@
|
|
|
30277
30738
|
"line": 119,
|
|
30278
30739
|
"character": 23
|
|
30279
30740
|
},
|
|
30280
|
-
"name": "DepInstallerContext"
|
|
30741
|
+
"name": "DepInstallerContext",
|
|
30742
|
+
"internalFilePath": "dependency-installer.ts"
|
|
30281
30743
|
},
|
|
30282
30744
|
"isOptional": true
|
|
30283
30745
|
},
|
|
@@ -30377,7 +30839,8 @@
|
|
|
30377
30839
|
"line": 126,
|
|
30378
30840
|
"character": 20
|
|
30379
30841
|
},
|
|
30380
|
-
"name": "DepLinkerContext"
|
|
30842
|
+
"name": "DepLinkerContext",
|
|
30843
|
+
"internalFilePath": "dependency-linker.ts"
|
|
30381
30844
|
},
|
|
30382
30845
|
"isOptional": true
|
|
30383
30846
|
}
|
|
@@ -30519,7 +30982,8 @@
|
|
|
30519
30982
|
"line": 162,
|
|
30520
30983
|
"character": 33
|
|
30521
30984
|
},
|
|
30522
|
-
"name": "RootPolicyRegistry"
|
|
30985
|
+
"name": "RootPolicyRegistry",
|
|
30986
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30523
30987
|
},
|
|
30524
30988
|
"isOptional": false,
|
|
30525
30989
|
"isSpread": false
|
|
@@ -30539,7 +31003,8 @@
|
|
|
30539
31003
|
"line": 167,
|
|
30540
31004
|
"character": 31
|
|
30541
31005
|
},
|
|
30542
|
-
"name": "PoliciesRegistry"
|
|
31006
|
+
"name": "PoliciesRegistry",
|
|
31007
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30543
31008
|
},
|
|
30544
31009
|
"isOptional": false,
|
|
30545
31010
|
"isSpread": false
|
|
@@ -30559,7 +31024,11 @@
|
|
|
30559
31024
|
"line": 172,
|
|
30560
31025
|
"character": 19
|
|
30561
31026
|
},
|
|
30562
|
-
"name": "EnvsMain"
|
|
31027
|
+
"name": "EnvsMain",
|
|
31028
|
+
"componentId": {
|
|
31029
|
+
"scope": "teambit.envs",
|
|
31030
|
+
"name": "envs"
|
|
31031
|
+
}
|
|
30563
31032
|
},
|
|
30564
31033
|
"isOptional": false,
|
|
30565
31034
|
"isSpread": false
|
|
@@ -30579,7 +31048,11 @@
|
|
|
30579
31048
|
"line": 174,
|
|
30580
31049
|
"character": 21
|
|
30581
31050
|
},
|
|
30582
|
-
"name": "Logger"
|
|
31051
|
+
"name": "Logger",
|
|
31052
|
+
"componentId": {
|
|
31053
|
+
"scope": "teambit.harmony",
|
|
31054
|
+
"name": "logger"
|
|
31055
|
+
}
|
|
30583
31056
|
},
|
|
30584
31057
|
"isOptional": false,
|
|
30585
31058
|
"isSpread": false
|
|
@@ -30599,7 +31072,11 @@
|
|
|
30599
31072
|
"line": 176,
|
|
30600
31073
|
"character": 27
|
|
30601
31074
|
},
|
|
30602
|
-
"name": "ConfigMain"
|
|
31075
|
+
"name": "ConfigMain",
|
|
31076
|
+
"componentId": {
|
|
31077
|
+
"scope": "teambit.harmony",
|
|
31078
|
+
"name": "config"
|
|
31079
|
+
}
|
|
30603
31080
|
},
|
|
30604
31081
|
"isOptional": false,
|
|
30605
31082
|
"isSpread": false
|
|
@@ -30619,7 +31096,11 @@
|
|
|
30619
31096
|
"line": 178,
|
|
30620
31097
|
"character": 27
|
|
30621
31098
|
},
|
|
30622
|
-
"name": "AspectLoaderMain"
|
|
31099
|
+
"name": "AspectLoaderMain",
|
|
31100
|
+
"componentId": {
|
|
31101
|
+
"scope": "teambit.harmony",
|
|
31102
|
+
"name": "aspect-loader"
|
|
31103
|
+
}
|
|
30623
31104
|
},
|
|
30624
31105
|
"isOptional": false,
|
|
30625
31106
|
"isSpread": false
|
|
@@ -30639,7 +31120,11 @@
|
|
|
30639
31120
|
"line": 180,
|
|
30640
31121
|
"character": 27
|
|
30641
31122
|
},
|
|
30642
|
-
"name": "GlobalConfigMain"
|
|
31123
|
+
"name": "GlobalConfigMain",
|
|
31124
|
+
"componentId": {
|
|
31125
|
+
"scope": "teambit.harmony",
|
|
31126
|
+
"name": "global-config"
|
|
31127
|
+
}
|
|
30643
31128
|
},
|
|
30644
31129
|
"isOptional": false,
|
|
30645
31130
|
"isSpread": false
|
|
@@ -30659,7 +31144,11 @@
|
|
|
30659
31144
|
"line": 185,
|
|
30660
31145
|
"character": 31
|
|
30661
31146
|
},
|
|
30662
|
-
"name": "ComponentMain"
|
|
31147
|
+
"name": "ComponentMain",
|
|
31148
|
+
"componentId": {
|
|
31149
|
+
"scope": "teambit.component",
|
|
31150
|
+
"name": "component"
|
|
31151
|
+
}
|
|
30663
31152
|
},
|
|
30664
31153
|
"isOptional": false,
|
|
30665
31154
|
"isSpread": false
|
|
@@ -30679,7 +31168,8 @@
|
|
|
30679
31168
|
"line": 187,
|
|
30680
31169
|
"character": 33
|
|
30681
31170
|
},
|
|
30682
|
-
"name": "PackageManagerSlot"
|
|
31171
|
+
"name": "PackageManagerSlot",
|
|
31172
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30683
31173
|
},
|
|
30684
31174
|
"isOptional": false,
|
|
30685
31175
|
"isSpread": false
|
|
@@ -30699,7 +31189,8 @@
|
|
|
30699
31189
|
"line": 189,
|
|
30700
31190
|
"character": 36
|
|
30701
31191
|
},
|
|
30702
|
-
"name": "DependencyFactorySlot"
|
|
31192
|
+
"name": "DependencyFactorySlot",
|
|
31193
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30703
31194
|
},
|
|
30704
31195
|
"isOptional": false,
|
|
30705
31196
|
"isSpread": false
|
|
@@ -30719,7 +31210,8 @@
|
|
|
30719
31210
|
"line": 191,
|
|
30720
31211
|
"character": 29
|
|
30721
31212
|
},
|
|
30722
|
-
"name": "PreInstallSlot"
|
|
31213
|
+
"name": "PreInstallSlot",
|
|
31214
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30723
31215
|
},
|
|
30724
31216
|
"isOptional": false,
|
|
30725
31217
|
"isSpread": false
|
|
@@ -30739,7 +31231,8 @@
|
|
|
30739
31231
|
"line": 193,
|
|
30740
31232
|
"character": 30
|
|
30741
31233
|
},
|
|
30742
|
-
"name": "PostInstallSlot"
|
|
31234
|
+
"name": "PostInstallSlot",
|
|
31235
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
30743
31236
|
},
|
|
30744
31237
|
"isOptional": false,
|
|
30745
31238
|
"isSpread": false
|
|
@@ -31113,7 +31606,8 @@
|
|
|
31113
31606
|
"line": 260,
|
|
31114
31607
|
"character": 46
|
|
31115
31608
|
},
|
|
31116
|
-
"name": "PreInstallSubscriberList"
|
|
31609
|
+
"name": "PreInstallSubscriberList",
|
|
31610
|
+
"internalFilePath": "dependency-installer.ts"
|
|
31117
31611
|
},
|
|
31118
31612
|
"isOptional": false,
|
|
31119
31613
|
"isSpread": false
|
|
@@ -31155,7 +31649,8 @@
|
|
|
31155
31649
|
"line": 264,
|
|
31156
31650
|
"character": 47
|
|
31157
31651
|
},
|
|
31158
|
-
"name": "PreInstallSubscriberList"
|
|
31652
|
+
"name": "PreInstallSubscriberList",
|
|
31653
|
+
"internalFilePath": "dependency-installer.ts"
|
|
31159
31654
|
},
|
|
31160
31655
|
"isOptional": false,
|
|
31161
31656
|
"isSpread": false
|
|
@@ -31383,7 +31878,11 @@
|
|
|
31383
31878
|
"line": 292,
|
|
31384
31879
|
"character": 30
|
|
31385
31880
|
},
|
|
31386
|
-
"name": "Component"
|
|
31881
|
+
"name": "Component",
|
|
31882
|
+
"componentId": {
|
|
31883
|
+
"scope": "teambit.component",
|
|
31884
|
+
"name": "component"
|
|
31885
|
+
}
|
|
31387
31886
|
},
|
|
31388
31887
|
"isOptional": false,
|
|
31389
31888
|
"isSpread": false
|
|
@@ -31460,7 +31959,11 @@
|
|
|
31460
31959
|
"line": 310,
|
|
31461
31960
|
"character": 42
|
|
31462
31961
|
},
|
|
31463
|
-
"name": "Component"
|
|
31962
|
+
"name": "Component",
|
|
31963
|
+
"componentId": {
|
|
31964
|
+
"scope": "teambit.component",
|
|
31965
|
+
"name": "component"
|
|
31966
|
+
}
|
|
31464
31967
|
},
|
|
31465
31968
|
"isOptional": false,
|
|
31466
31969
|
"isSpread": false
|
|
@@ -31557,7 +32060,11 @@
|
|
|
31557
32060
|
"line": 339,
|
|
31558
32061
|
"character": 30
|
|
31559
32062
|
},
|
|
31560
|
-
"name": "IComponent"
|
|
32063
|
+
"name": "IComponent",
|
|
32064
|
+
"componentId": {
|
|
32065
|
+
"scope": "teambit.component",
|
|
32066
|
+
"name": "component"
|
|
32067
|
+
}
|
|
31561
32068
|
},
|
|
31562
32069
|
"isOptional": false,
|
|
31563
32070
|
"isSpread": false
|
|
@@ -31577,7 +32084,8 @@
|
|
|
31577
32084
|
"line": 339,
|
|
31578
32085
|
"character": 69
|
|
31579
32086
|
},
|
|
31580
|
-
"name": "GetDependenciesOptions"
|
|
32087
|
+
"name": "GetDependenciesOptions",
|
|
32088
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
31581
32089
|
},
|
|
31582
32090
|
"isOptional": true,
|
|
31583
32091
|
"defaultValue": "{}",
|
|
@@ -31634,7 +32142,8 @@
|
|
|
31634
32142
|
"line": 351,
|
|
31635
32143
|
"character": 16
|
|
31636
32144
|
},
|
|
31637
|
-
"name": "LegacyComponent"
|
|
32145
|
+
"name": "LegacyComponent",
|
|
32146
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
31638
32147
|
},
|
|
31639
32148
|
"isOptional": false,
|
|
31640
32149
|
"isSpread": false
|
|
@@ -31654,7 +32163,8 @@
|
|
|
31654
32163
|
"line": 352,
|
|
31655
32164
|
"character": 32
|
|
31656
32165
|
},
|
|
31657
|
-
"name": "GetDependenciesOptions"
|
|
32166
|
+
"name": "GetDependenciesOptions",
|
|
32167
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
31658
32168
|
},
|
|
31659
32169
|
"isOptional": true,
|
|
31660
32170
|
"defaultValue": "{}",
|
|
@@ -31721,7 +32231,11 @@
|
|
|
31721
32231
|
"line": 367,
|
|
31722
32232
|
"character": 39
|
|
31723
32233
|
},
|
|
31724
|
-
"name": "IComponent"
|
|
32234
|
+
"name": "IComponent",
|
|
32235
|
+
"componentId": {
|
|
32236
|
+
"scope": "teambit.component",
|
|
32237
|
+
"name": "component"
|
|
32238
|
+
}
|
|
31725
32239
|
},
|
|
31726
32240
|
"isOptional": false,
|
|
31727
32241
|
"isSpread": false
|
|
@@ -32117,7 +32631,8 @@
|
|
|
32117
32631
|
"line": 434,
|
|
32118
32632
|
"character": 14
|
|
32119
32633
|
},
|
|
32120
|
-
"name": "SemVer"
|
|
32634
|
+
"name": "SemVer",
|
|
32635
|
+
"packageName": "semver"
|
|
32121
32636
|
}
|
|
32122
32637
|
},
|
|
32123
32638
|
{
|
|
@@ -32181,7 +32696,11 @@
|
|
|
32181
32696
|
"line": 437,
|
|
32182
32697
|
"character": 14
|
|
32183
32698
|
},
|
|
32184
|
-
"name": "Component"
|
|
32699
|
+
"name": "Component",
|
|
32700
|
+
"componentId": {
|
|
32701
|
+
"scope": "teambit.component",
|
|
32702
|
+
"name": "component"
|
|
32703
|
+
}
|
|
32185
32704
|
}
|
|
32186
32705
|
}
|
|
32187
32706
|
},
|
|
@@ -32273,7 +32792,8 @@
|
|
|
32273
32792
|
"line": 447,
|
|
32274
32793
|
"character": 14
|
|
32275
32794
|
},
|
|
32276
|
-
"name": "SemVer"
|
|
32795
|
+
"name": "SemVer",
|
|
32796
|
+
"packageName": "semver"
|
|
32277
32797
|
},
|
|
32278
32798
|
"isOptional": true,
|
|
32279
32799
|
"defaultValue": "new SemVer('1.0.0')",
|
|
@@ -32341,7 +32861,11 @@
|
|
|
32341
32861
|
"line": 450,
|
|
32342
32862
|
"character": 17
|
|
32343
32863
|
},
|
|
32344
|
-
"name": "Component"
|
|
32864
|
+
"name": "Component",
|
|
32865
|
+
"componentId": {
|
|
32866
|
+
"scope": "teambit.component",
|
|
32867
|
+
"name": "component"
|
|
32868
|
+
}
|
|
32345
32869
|
}
|
|
32346
32870
|
},
|
|
32347
32871
|
"isOptional": false,
|
|
@@ -32383,7 +32907,8 @@
|
|
|
32383
32907
|
"line": 452,
|
|
32384
32908
|
"character": 14
|
|
32385
32909
|
},
|
|
32386
|
-
"name": "DepInstallerContext"
|
|
32910
|
+
"name": "DepInstallerContext",
|
|
32911
|
+
"internalFilePath": "dependency-installer.ts"
|
|
32387
32912
|
},
|
|
32388
32913
|
"isOptional": true,
|
|
32389
32914
|
"defaultValue": "{}",
|
|
@@ -32449,7 +32974,11 @@
|
|
|
32449
32974
|
"line": 482,
|
|
32450
32975
|
"character": 29
|
|
32451
32976
|
},
|
|
32452
|
-
"name": "Component"
|
|
32977
|
+
"name": "Component",
|
|
32978
|
+
"componentId": {
|
|
32979
|
+
"scope": "teambit.component",
|
|
32980
|
+
"name": "component"
|
|
32981
|
+
}
|
|
32453
32982
|
},
|
|
32454
32983
|
"isOptional": false,
|
|
32455
32984
|
"isSpread": false
|
|
@@ -32491,7 +33020,11 @@
|
|
|
32491
33020
|
"line": 486,
|
|
32492
33021
|
"character": 33
|
|
32493
33022
|
},
|
|
32494
|
-
"name": "Component"
|
|
33023
|
+
"name": "Component",
|
|
33024
|
+
"componentId": {
|
|
33025
|
+
"scope": "teambit.component",
|
|
33026
|
+
"name": "component"
|
|
33027
|
+
}
|
|
32495
33028
|
},
|
|
32496
33029
|
"isOptional": false,
|
|
32497
33030
|
"isSpread": false
|
|
@@ -32512,7 +33045,8 @@
|
|
|
32512
33045
|
"line": 486,
|
|
32513
33046
|
"character": 45
|
|
32514
33047
|
},
|
|
32515
|
-
"name": "DependencyResolverComponentData"
|
|
33048
|
+
"name": "DependencyResolverComponentData",
|
|
33049
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
32516
33050
|
},
|
|
32517
33051
|
{
|
|
32518
33052
|
"__schema": "KeywordTypeSchema",
|
|
@@ -32552,7 +33086,11 @@
|
|
|
32552
33086
|
"line": 490,
|
|
32553
33087
|
"character": 30
|
|
32554
33088
|
},
|
|
32555
|
-
"name": "Component"
|
|
33089
|
+
"name": "Component",
|
|
33090
|
+
"componentId": {
|
|
33091
|
+
"scope": "teambit.component",
|
|
33092
|
+
"name": "component"
|
|
33093
|
+
}
|
|
32556
33094
|
},
|
|
32557
33095
|
"isOptional": false,
|
|
32558
33096
|
"isSpread": false
|
|
@@ -32594,7 +33132,11 @@
|
|
|
32594
33132
|
"line": 498,
|
|
32595
33133
|
"character": 35
|
|
32596
33134
|
},
|
|
32597
|
-
"name": "Component"
|
|
33135
|
+
"name": "Component",
|
|
33136
|
+
"componentId": {
|
|
33137
|
+
"scope": "teambit.component",
|
|
33138
|
+
"name": "component"
|
|
33139
|
+
}
|
|
32598
33140
|
},
|
|
32599
33141
|
"isOptional": false,
|
|
32600
33142
|
"isSpread": false
|
|
@@ -32667,7 +33209,11 @@
|
|
|
32667
33209
|
"line": 525,
|
|
32668
33210
|
"character": 28
|
|
32669
33211
|
},
|
|
32670
|
-
"name": "Component"
|
|
33212
|
+
"name": "Component",
|
|
33213
|
+
"componentId": {
|
|
33214
|
+
"scope": "teambit.component",
|
|
33215
|
+
"name": "component"
|
|
33216
|
+
}
|
|
32671
33217
|
},
|
|
32672
33218
|
"isOptional": false,
|
|
32673
33219
|
"isSpread": false
|
|
@@ -32719,7 +33265,8 @@
|
|
|
32719
33265
|
"line": 534,
|
|
32720
33266
|
"character": 25
|
|
32721
33267
|
},
|
|
32722
|
-
"name": "GetInstallerOptions"
|
|
33268
|
+
"name": "GetInstallerOptions",
|
|
33269
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
32723
33270
|
},
|
|
32724
33271
|
"isOptional": true,
|
|
32725
33272
|
"defaultValue": "{}",
|
|
@@ -32772,7 +33319,8 @@
|
|
|
32772
33319
|
"line": 582,
|
|
32773
33320
|
"character": 22
|
|
32774
33321
|
},
|
|
32775
|
-
"name": "GetLinkerOptions"
|
|
33322
|
+
"name": "GetLinkerOptions",
|
|
33323
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
32776
33324
|
},
|
|
32777
33325
|
"isOptional": true,
|
|
32778
33326
|
"defaultValue": "{}",
|
|
@@ -32898,7 +33446,8 @@
|
|
|
32898
33446
|
"line": 610,
|
|
32899
33447
|
"character": 37
|
|
32900
33448
|
},
|
|
32901
|
-
"name": "GetVersionResolverOptions"
|
|
33449
|
+
"name": "GetVersionResolverOptions",
|
|
33450
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
32902
33451
|
},
|
|
32903
33452
|
"isOptional": true,
|
|
32904
33453
|
"defaultValue": "{}",
|
|
@@ -33014,7 +33563,8 @@
|
|
|
33014
33563
|
"line": 647,
|
|
33015
33564
|
"character": 35
|
|
33016
33565
|
},
|
|
33017
|
-
"name": "ProxyConfig"
|
|
33566
|
+
"name": "ProxyConfig",
|
|
33567
|
+
"packageName": "@teambit/legacy/dist/scope/network/http"
|
|
33018
33568
|
}
|
|
33019
33569
|
]
|
|
33020
33570
|
},
|
|
@@ -33048,7 +33598,8 @@
|
|
|
33048
33598
|
"line": 688,
|
|
33049
33599
|
"character": 37
|
|
33050
33600
|
},
|
|
33051
|
-
"name": "NetworkConfig"
|
|
33601
|
+
"name": "NetworkConfig",
|
|
33602
|
+
"packageName": "@teambit/legacy/dist/scope/network/http"
|
|
33052
33603
|
}
|
|
33053
33604
|
]
|
|
33054
33605
|
},
|
|
@@ -33132,6 +33683,10 @@
|
|
|
33132
33683
|
"character": 28
|
|
33133
33684
|
},
|
|
33134
33685
|
"name": "ComponentMap",
|
|
33686
|
+
"componentId": {
|
|
33687
|
+
"scope": "teambit.component",
|
|
33688
|
+
"name": "component"
|
|
33689
|
+
},
|
|
33135
33690
|
"typeArgs": [
|
|
33136
33691
|
{
|
|
33137
33692
|
"__schema": "KeywordTypeSchema",
|
|
@@ -33162,7 +33717,8 @@
|
|
|
33162
33717
|
"line": 776,
|
|
33163
33718
|
"character": 14
|
|
33164
33719
|
},
|
|
33165
|
-
"name": "PackageManagerGetPeerDependencyIssuesOptions"
|
|
33720
|
+
"name": "PackageManagerGetPeerDependencyIssuesOptions",
|
|
33721
|
+
"internalFilePath": "package-manager.ts"
|
|
33166
33722
|
},
|
|
33167
33723
|
"isOptional": false,
|
|
33168
33724
|
"isSpread": false
|
|
@@ -33558,7 +34114,8 @@
|
|
|
33558
34114
|
"line": 950,
|
|
33559
34115
|
"character": 66
|
|
33560
34116
|
},
|
|
33561
|
-
"name": "ExtensionDataList"
|
|
34117
|
+
"name": "ExtensionDataList",
|
|
34118
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
33562
34119
|
},
|
|
33563
34120
|
"isOptional": false,
|
|
33564
34121
|
"isSpread": false
|
|
@@ -33613,7 +34170,12 @@
|
|
|
33613
34170
|
"line": 963,
|
|
33614
34171
|
"character": 35
|
|
33615
34172
|
},
|
|
33616
|
-
"name": "ComponentID"
|
|
34173
|
+
"name": "ComponentID",
|
|
34174
|
+
"componentId": {
|
|
34175
|
+
"scope": "teambit.component",
|
|
34176
|
+
"name": "component-id",
|
|
34177
|
+
"version": "1.2.0"
|
|
34178
|
+
}
|
|
33617
34179
|
},
|
|
33618
34180
|
"isOptional": false,
|
|
33619
34181
|
"isSpread": false
|
|
@@ -33640,7 +34202,8 @@
|
|
|
33640
34202
|
"line": 963,
|
|
33641
34203
|
"character": 62
|
|
33642
34204
|
},
|
|
33643
|
-
"name": "SourceFile"
|
|
34205
|
+
"name": "SourceFile",
|
|
34206
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
33644
34207
|
}
|
|
33645
34208
|
},
|
|
33646
34209
|
"isOptional": true,
|
|
@@ -33736,7 +34299,12 @@
|
|
|
33736
34299
|
"line": 977,
|
|
33737
34300
|
"character": 41
|
|
33738
34301
|
},
|
|
33739
|
-
"name": "ComponentID"
|
|
34302
|
+
"name": "ComponentID",
|
|
34303
|
+
"componentId": {
|
|
34304
|
+
"scope": "teambit.component",
|
|
34305
|
+
"name": "component-id",
|
|
34306
|
+
"version": "1.2.0"
|
|
34307
|
+
}
|
|
33740
34308
|
},
|
|
33741
34309
|
"isOptional": false,
|
|
33742
34310
|
"isSpread": false
|
|
@@ -33763,7 +34331,8 @@
|
|
|
33763
34331
|
"line": 977,
|
|
33764
34332
|
"character": 68
|
|
33765
34333
|
},
|
|
33766
|
-
"name": "SourceFile"
|
|
34334
|
+
"name": "SourceFile",
|
|
34335
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
33767
34336
|
}
|
|
33768
34337
|
},
|
|
33769
34338
|
"isOptional": true,
|
|
@@ -33838,7 +34407,11 @@
|
|
|
33838
34407
|
"line": 981,
|
|
33839
34408
|
"character": 42
|
|
33840
34409
|
},
|
|
33841
|
-
"name": "Component"
|
|
34410
|
+
"name": "Component",
|
|
34411
|
+
"componentId": {
|
|
34412
|
+
"scope": "teambit.component",
|
|
34413
|
+
"name": "component"
|
|
34414
|
+
}
|
|
33842
34415
|
},
|
|
33843
34416
|
"isOptional": false,
|
|
33844
34417
|
"isSpread": false
|
|
@@ -33893,7 +34466,11 @@
|
|
|
33893
34466
|
"line": 996,
|
|
33894
34467
|
"character": 33
|
|
33895
34468
|
},
|
|
33896
|
-
"name": "Component"
|
|
34469
|
+
"name": "Component",
|
|
34470
|
+
"componentId": {
|
|
34471
|
+
"scope": "teambit.component",
|
|
34472
|
+
"name": "component"
|
|
34473
|
+
}
|
|
33897
34474
|
},
|
|
33898
34475
|
"isOptional": true,
|
|
33899
34476
|
"isSpread": false
|
|
@@ -33920,7 +34497,8 @@
|
|
|
33920
34497
|
"line": 996,
|
|
33921
34498
|
"character": 58
|
|
33922
34499
|
},
|
|
33923
|
-
"name": "SourceFile"
|
|
34500
|
+
"name": "SourceFile",
|
|
34501
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
33924
34502
|
}
|
|
33925
34503
|
},
|
|
33926
34504
|
"isOptional": true,
|
|
@@ -33982,7 +34560,11 @@
|
|
|
33982
34560
|
"line": 1016,
|
|
33983
34561
|
"character": 43
|
|
33984
34562
|
},
|
|
33985
|
-
"name": "DependenciesEnv"
|
|
34563
|
+
"name": "DependenciesEnv",
|
|
34564
|
+
"componentId": {
|
|
34565
|
+
"scope": "teambit.envs",
|
|
34566
|
+
"name": "envs"
|
|
34567
|
+
}
|
|
33986
34568
|
},
|
|
33987
34569
|
"isOptional": false,
|
|
33988
34570
|
"isSpread": false
|
|
@@ -34078,7 +34660,11 @@
|
|
|
34078
34660
|
"line": 1030,
|
|
34079
34661
|
"character": 56
|
|
34080
34662
|
},
|
|
34081
|
-
"name": "EnvDefinition"
|
|
34663
|
+
"name": "EnvDefinition",
|
|
34664
|
+
"componentId": {
|
|
34665
|
+
"scope": "teambit.envs",
|
|
34666
|
+
"name": "envs"
|
|
34667
|
+
}
|
|
34082
34668
|
},
|
|
34083
34669
|
"isOptional": false,
|
|
34084
34670
|
"isSpread": false
|
|
@@ -34155,7 +34741,11 @@
|
|
|
34155
34741
|
"line": 1045,
|
|
34156
34742
|
"character": 48
|
|
34157
34743
|
},
|
|
34158
|
-
"name": "DependenciesEnv"
|
|
34744
|
+
"name": "DependenciesEnv",
|
|
34745
|
+
"componentId": {
|
|
34746
|
+
"scope": "teambit.envs",
|
|
34747
|
+
"name": "envs"
|
|
34748
|
+
}
|
|
34159
34749
|
},
|
|
34160
34750
|
"isOptional": false,
|
|
34161
34751
|
"isSpread": false
|
|
@@ -34240,7 +34830,8 @@
|
|
|
34240
34830
|
"line": 1061,
|
|
34241
34831
|
"character": 27
|
|
34242
34832
|
},
|
|
34243
|
-
"name": "ExtensionDataList"
|
|
34833
|
+
"name": "ExtensionDataList",
|
|
34834
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
34244
34835
|
},
|
|
34245
34836
|
"isOptional": false,
|
|
34246
34837
|
"isSpread": false
|
|
@@ -34260,7 +34851,12 @@
|
|
|
34260
34851
|
"line": 1062,
|
|
34261
34852
|
"character": 9
|
|
34262
34853
|
},
|
|
34263
|
-
"name": "ComponentID"
|
|
34854
|
+
"name": "ComponentID",
|
|
34855
|
+
"componentId": {
|
|
34856
|
+
"scope": "teambit.component",
|
|
34857
|
+
"name": "component-id",
|
|
34858
|
+
"version": "1.2.0"
|
|
34859
|
+
}
|
|
34264
34860
|
},
|
|
34265
34861
|
"isOptional": false,
|
|
34266
34862
|
"isSpread": false
|
|
@@ -34287,7 +34883,8 @@
|
|
|
34287
34883
|
"line": 1063,
|
|
34288
34884
|
"character": 19
|
|
34289
34885
|
},
|
|
34290
|
-
"name": "SourceFile"
|
|
34886
|
+
"name": "SourceFile",
|
|
34887
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
34291
34888
|
}
|
|
34292
34889
|
},
|
|
34293
34890
|
"isOptional": true,
|
|
@@ -34353,7 +34950,12 @@
|
|
|
34353
34950
|
"line": 1106,
|
|
34354
34951
|
"character": 41
|
|
34355
34952
|
},
|
|
34356
|
-
"name": "ComponentID"
|
|
34953
|
+
"name": "ComponentID",
|
|
34954
|
+
"componentId": {
|
|
34955
|
+
"scope": "teambit.component",
|
|
34956
|
+
"name": "component-id",
|
|
34957
|
+
"version": "1.2.0"
|
|
34958
|
+
}
|
|
34357
34959
|
},
|
|
34358
34960
|
"isOptional": false,
|
|
34359
34961
|
"isSpread": false
|
|
@@ -34380,7 +34982,8 @@
|
|
|
34380
34982
|
"line": 1106,
|
|
34381
34983
|
"character": 68
|
|
34382
34984
|
},
|
|
34383
|
-
"name": "SourceFile"
|
|
34985
|
+
"name": "SourceFile",
|
|
34986
|
+
"packageName": "@teambit/legacy/dist/consumer/component/sources"
|
|
34384
34987
|
}
|
|
34385
34988
|
},
|
|
34386
34989
|
"isOptional": true,
|
|
@@ -34455,7 +35058,8 @@
|
|
|
34455
35058
|
"line": 1111,
|
|
34456
35059
|
"character": 36
|
|
34457
35060
|
},
|
|
34458
|
-
"name": "LegacyComponent"
|
|
35061
|
+
"name": "LegacyComponent",
|
|
35062
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
34459
35063
|
},
|
|
34460
35064
|
"isOptional": false,
|
|
34461
35065
|
"isSpread": false
|
|
@@ -34475,7 +35079,11 @@
|
|
|
34475
35079
|
"line": 1111,
|
|
34476
35080
|
"character": 68
|
|
34477
35081
|
},
|
|
34478
|
-
"name": "onTagIdTransformer"
|
|
35082
|
+
"name": "onTagIdTransformer",
|
|
35083
|
+
"componentId": {
|
|
35084
|
+
"scope": "teambit.component",
|
|
35085
|
+
"name": "snapping"
|
|
35086
|
+
}
|
|
34479
35087
|
},
|
|
34480
35088
|
"isOptional": false,
|
|
34481
35089
|
"isSpread": false
|
|
@@ -34580,7 +35188,8 @@
|
|
|
34580
35188
|
"line": 1147,
|
|
34581
35189
|
"character": 50
|
|
34582
35190
|
},
|
|
34583
|
-
"name": "ExtensionDataList"
|
|
35191
|
+
"name": "ExtensionDataList",
|
|
35192
|
+
"packageName": "@teambit/legacy/dist/consumer/config/extension-data"
|
|
34584
35193
|
},
|
|
34585
35194
|
"isOptional": false,
|
|
34586
35195
|
"isSpread": false
|
|
@@ -34665,7 +35274,12 @@
|
|
|
34665
35274
|
"line": 1169,
|
|
34666
35275
|
"character": 27
|
|
34667
35276
|
},
|
|
34668
|
-
"name": "RequireableComponent"
|
|
35277
|
+
"name": "RequireableComponent",
|
|
35278
|
+
"componentId": {
|
|
35279
|
+
"scope": "teambit.harmony",
|
|
35280
|
+
"name": "modules/requireable-component",
|
|
35281
|
+
"version": "0.0.497"
|
|
35282
|
+
}
|
|
34669
35283
|
},
|
|
34670
35284
|
"isOptional": false,
|
|
34671
35285
|
"isSpread": false
|
|
@@ -34693,7 +35307,12 @@
|
|
|
34693
35307
|
"line": 1170,
|
|
34694
35308
|
"character": 15
|
|
34695
35309
|
},
|
|
34696
|
-
"name": "ExtensionManifest"
|
|
35310
|
+
"name": "ExtensionManifest",
|
|
35311
|
+
"componentId": {
|
|
35312
|
+
"scope": "teambit.harmony",
|
|
35313
|
+
"name": "harmony",
|
|
35314
|
+
"version": "0.4.6"
|
|
35315
|
+
}
|
|
34697
35316
|
},
|
|
34698
35317
|
{
|
|
34699
35318
|
"__schema": "TypeRefSchema",
|
|
@@ -34702,7 +35321,12 @@
|
|
|
34702
35321
|
"line": 1170,
|
|
34703
35322
|
"character": 35
|
|
34704
35323
|
},
|
|
34705
|
-
"name": "Aspect"
|
|
35324
|
+
"name": "Aspect",
|
|
35325
|
+
"componentId": {
|
|
35326
|
+
"scope": "teambit.harmony",
|
|
35327
|
+
"name": "harmony",
|
|
35328
|
+
"version": "0.4.6"
|
|
35329
|
+
}
|
|
34706
35330
|
}
|
|
34707
35331
|
]
|
|
34708
35332
|
},
|
|
@@ -34734,7 +35358,12 @@
|
|
|
34734
35358
|
"line": 1171,
|
|
34735
35359
|
"character": 14
|
|
34736
35360
|
},
|
|
34737
|
-
"name": "ExtensionManifest"
|
|
35361
|
+
"name": "ExtensionManifest",
|
|
35362
|
+
"componentId": {
|
|
35363
|
+
"scope": "teambit.harmony",
|
|
35364
|
+
"name": "harmony",
|
|
35365
|
+
"version": "0.4.6"
|
|
35366
|
+
}
|
|
34738
35367
|
},
|
|
34739
35368
|
{
|
|
34740
35369
|
"__schema": "TypeRefSchema",
|
|
@@ -34743,7 +35372,12 @@
|
|
|
34743
35372
|
"line": 1171,
|
|
34744
35373
|
"character": 34
|
|
34745
35374
|
},
|
|
34746
|
-
"name": "Aspect"
|
|
35375
|
+
"name": "Aspect",
|
|
35376
|
+
"componentId": {
|
|
35377
|
+
"scope": "teambit.harmony",
|
|
35378
|
+
"name": "harmony",
|
|
35379
|
+
"version": "0.4.6"
|
|
35380
|
+
}
|
|
34747
35381
|
}
|
|
34748
35382
|
]
|
|
34749
35383
|
}
|
|
@@ -34949,7 +35583,11 @@
|
|
|
34949
35583
|
"line": 1250,
|
|
34950
35584
|
"character": 17
|
|
34951
35585
|
},
|
|
34952
|
-
"name": "Component"
|
|
35586
|
+
"name": "Component",
|
|
35587
|
+
"componentId": {
|
|
35588
|
+
"scope": "teambit.component",
|
|
35589
|
+
"name": "component"
|
|
35590
|
+
}
|
|
34953
35591
|
}
|
|
34954
35592
|
},
|
|
34955
35593
|
"isOptional": false
|
|
@@ -35203,7 +35841,11 @@
|
|
|
35203
35841
|
"line": 1250,
|
|
35204
35842
|
"character": 17
|
|
35205
35843
|
},
|
|
35206
|
-
"name": "Component"
|
|
35844
|
+
"name": "Component",
|
|
35845
|
+
"componentId": {
|
|
35846
|
+
"scope": "teambit.component",
|
|
35847
|
+
"name": "component"
|
|
35848
|
+
}
|
|
35207
35849
|
}
|
|
35208
35850
|
},
|
|
35209
35851
|
"isOptional": false
|
|
@@ -36180,7 +36822,11 @@
|
|
|
36180
36822
|
"line": 1414,
|
|
36181
36823
|
"character": 7
|
|
36182
36824
|
},
|
|
36183
|
-
"name": "EnvsMain"
|
|
36825
|
+
"name": "EnvsMain",
|
|
36826
|
+
"componentId": {
|
|
36827
|
+
"scope": "teambit.envs",
|
|
36828
|
+
"name": "envs"
|
|
36829
|
+
}
|
|
36184
36830
|
},
|
|
36185
36831
|
{
|
|
36186
36832
|
"__schema": "TypeRefSchema",
|
|
@@ -36189,7 +36835,11 @@
|
|
|
36189
36835
|
"line": 1415,
|
|
36190
36836
|
"character": 7
|
|
36191
36837
|
},
|
|
36192
|
-
"name": "LoggerMain"
|
|
36838
|
+
"name": "LoggerMain",
|
|
36839
|
+
"componentId": {
|
|
36840
|
+
"scope": "teambit.harmony",
|
|
36841
|
+
"name": "logger"
|
|
36842
|
+
}
|
|
36193
36843
|
},
|
|
36194
36844
|
{
|
|
36195
36845
|
"__schema": "TypeRefSchema",
|
|
@@ -36198,7 +36848,11 @@
|
|
|
36198
36848
|
"line": 1416,
|
|
36199
36849
|
"character": 7
|
|
36200
36850
|
},
|
|
36201
|
-
"name": "ConfigMain"
|
|
36851
|
+
"name": "ConfigMain",
|
|
36852
|
+
"componentId": {
|
|
36853
|
+
"scope": "teambit.harmony",
|
|
36854
|
+
"name": "config"
|
|
36855
|
+
}
|
|
36202
36856
|
},
|
|
36203
36857
|
{
|
|
36204
36858
|
"__schema": "TypeRefSchema",
|
|
@@ -36207,7 +36861,11 @@
|
|
|
36207
36861
|
"line": 1417,
|
|
36208
36862
|
"character": 7
|
|
36209
36863
|
},
|
|
36210
|
-
"name": "AspectLoaderMain"
|
|
36864
|
+
"name": "AspectLoaderMain",
|
|
36865
|
+
"componentId": {
|
|
36866
|
+
"scope": "teambit.harmony",
|
|
36867
|
+
"name": "aspect-loader"
|
|
36868
|
+
}
|
|
36211
36869
|
},
|
|
36212
36870
|
{
|
|
36213
36871
|
"__schema": "TypeRefSchema",
|
|
@@ -36216,7 +36874,11 @@
|
|
|
36216
36874
|
"line": 1418,
|
|
36217
36875
|
"character": 7
|
|
36218
36876
|
},
|
|
36219
|
-
"name": "ComponentMain"
|
|
36877
|
+
"name": "ComponentMain",
|
|
36878
|
+
"componentId": {
|
|
36879
|
+
"scope": "teambit.component",
|
|
36880
|
+
"name": "component"
|
|
36881
|
+
}
|
|
36220
36882
|
},
|
|
36221
36883
|
{
|
|
36222
36884
|
"__schema": "TypeRefSchema",
|
|
@@ -36225,7 +36887,11 @@
|
|
|
36225
36887
|
"line": 1419,
|
|
36226
36888
|
"character": 7
|
|
36227
36889
|
},
|
|
36228
|
-
"name": "GraphqlMain"
|
|
36890
|
+
"name": "GraphqlMain",
|
|
36891
|
+
"componentId": {
|
|
36892
|
+
"scope": "teambit.harmony",
|
|
36893
|
+
"name": "graphql"
|
|
36894
|
+
}
|
|
36229
36895
|
},
|
|
36230
36896
|
{
|
|
36231
36897
|
"__schema": "TypeRefSchema",
|
|
@@ -36234,7 +36900,11 @@
|
|
|
36234
36900
|
"line": 1420,
|
|
36235
36901
|
"character": 7
|
|
36236
36902
|
},
|
|
36237
|
-
"name": "GlobalConfigMain"
|
|
36903
|
+
"name": "GlobalConfigMain",
|
|
36904
|
+
"componentId": {
|
|
36905
|
+
"scope": "teambit.harmony",
|
|
36906
|
+
"name": "global-config"
|
|
36907
|
+
}
|
|
36238
36908
|
}
|
|
36239
36909
|
]
|
|
36240
36910
|
},
|
|
@@ -36284,7 +36954,8 @@
|
|
|
36284
36954
|
"line": 1431,
|
|
36285
36955
|
"character": 7
|
|
36286
36956
|
},
|
|
36287
|
-
"name": "RootPolicyRegistry"
|
|
36957
|
+
"name": "RootPolicyRegistry",
|
|
36958
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36288
36959
|
},
|
|
36289
36960
|
{
|
|
36290
36961
|
"__schema": "TypeRefSchema",
|
|
@@ -36293,7 +36964,8 @@
|
|
|
36293
36964
|
"line": 1432,
|
|
36294
36965
|
"character": 7
|
|
36295
36966
|
},
|
|
36296
|
-
"name": "PoliciesRegistry"
|
|
36967
|
+
"name": "PoliciesRegistry",
|
|
36968
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36297
36969
|
},
|
|
36298
36970
|
{
|
|
36299
36971
|
"__schema": "TypeRefSchema",
|
|
@@ -36302,7 +36974,8 @@
|
|
|
36302
36974
|
"line": 1433,
|
|
36303
36975
|
"character": 7
|
|
36304
36976
|
},
|
|
36305
|
-
"name": "PackageManagerSlot"
|
|
36977
|
+
"name": "PackageManagerSlot",
|
|
36978
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36306
36979
|
},
|
|
36307
36980
|
{
|
|
36308
36981
|
"__schema": "TypeRefSchema",
|
|
@@ -36311,7 +36984,8 @@
|
|
|
36311
36984
|
"line": 1434,
|
|
36312
36985
|
"character": 7
|
|
36313
36986
|
},
|
|
36314
|
-
"name": "DependencyFactorySlot"
|
|
36987
|
+
"name": "DependencyFactorySlot",
|
|
36988
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36315
36989
|
},
|
|
36316
36990
|
{
|
|
36317
36991
|
"__schema": "TypeRefSchema",
|
|
@@ -36320,7 +36994,8 @@
|
|
|
36320
36994
|
"line": 1435,
|
|
36321
36995
|
"character": 7
|
|
36322
36996
|
},
|
|
36323
|
-
"name": "PreInstallSlot"
|
|
36997
|
+
"name": "PreInstallSlot",
|
|
36998
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36324
36999
|
},
|
|
36325
37000
|
{
|
|
36326
37001
|
"__schema": "TypeRefSchema",
|
|
@@ -36329,7 +37004,8 @@
|
|
|
36329
37004
|
"line": 1436,
|
|
36330
37005
|
"character": 7
|
|
36331
37006
|
},
|
|
36332
|
-
"name": "PostInstallSlot"
|
|
37007
|
+
"name": "PostInstallSlot",
|
|
37008
|
+
"internalFilePath": "dependency-resolver.main.runtime.ts"
|
|
36333
37009
|
}
|
|
36334
37010
|
]
|
|
36335
37011
|
},
|
|
@@ -36552,7 +37228,8 @@
|
|
|
36552
37228
|
"line": 1538,
|
|
36553
37229
|
"character": 41
|
|
36554
37230
|
},
|
|
36555
|
-
"name": "ProjectManifest"
|
|
37231
|
+
"name": "ProjectManifest",
|
|
37232
|
+
"packageName": "@pnpm/types"
|
|
36556
37233
|
}
|
|
36557
37234
|
},
|
|
36558
37235
|
"isOptional": false,
|
|
@@ -36627,7 +37304,12 @@
|
|
|
36627
37304
|
"line": 1584,
|
|
36628
37305
|
"character": 25
|
|
36629
37306
|
},
|
|
36630
|
-
"name": "ComponentID"
|
|
37307
|
+
"name": "ComponentID",
|
|
37308
|
+
"componentId": {
|
|
37309
|
+
"scope": "teambit.component",
|
|
37310
|
+
"name": "component-id",
|
|
37311
|
+
"version": "1.2.0"
|
|
37312
|
+
}
|
|
36631
37313
|
}
|
|
36632
37314
|
},
|
|
36633
37315
|
"isOptional": true
|
|
@@ -36687,7 +37369,8 @@
|
|
|
36687
37369
|
"line": 28,
|
|
36688
37370
|
"character": 27
|
|
36689
37371
|
},
|
|
36690
|
-
"name": "CurrentPkg"
|
|
37372
|
+
"name": "CurrentPkg",
|
|
37373
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
36691
37374
|
},
|
|
36692
37375
|
{
|
|
36693
37376
|
"__schema": "TypeLiteralSchema",
|
|
@@ -37259,7 +37942,8 @@
|
|
|
37259
37942
|
"line": 28,
|
|
37260
37943
|
"character": 27
|
|
37261
37944
|
},
|
|
37262
|
-
"name": "CurrentPkg"
|
|
37945
|
+
"name": "CurrentPkg",
|
|
37946
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
37263
37947
|
},
|
|
37264
37948
|
{
|
|
37265
37949
|
"__schema": "TypeLiteralSchema",
|
|
@@ -37615,7 +38299,8 @@
|
|
|
37615
38299
|
"line": 52,
|
|
37616
38300
|
"character": 27
|
|
37617
38301
|
},
|
|
37618
|
-
"name": "ComponentModelVersion"
|
|
38302
|
+
"name": "ComponentModelVersion",
|
|
38303
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
37619
38304
|
}
|
|
37620
38305
|
},
|
|
37621
38306
|
"isOptional": false
|
|
@@ -37784,7 +38469,8 @@
|
|
|
37784
38469
|
"line": 52,
|
|
37785
38470
|
"character": 27
|
|
37786
38471
|
},
|
|
37787
|
-
"name": "ComponentModelVersion"
|
|
38472
|
+
"name": "ComponentModelVersion",
|
|
38473
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
37788
38474
|
}
|
|
37789
38475
|
},
|
|
37790
38476
|
"isOptional": false
|
|
@@ -37807,7 +38493,8 @@
|
|
|
37807
38493
|
"line": 53,
|
|
37808
38494
|
"character": 5
|
|
37809
38495
|
},
|
|
37810
|
-
"name": "CurrentPkg"
|
|
38496
|
+
"name": "CurrentPkg",
|
|
38497
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
37811
38498
|
}
|
|
37812
38499
|
},
|
|
37813
38500
|
"modifiers": [
|
|
@@ -37949,7 +38636,12 @@
|
|
|
37949
38636
|
"line": 22,
|
|
37950
38637
|
"character": 17
|
|
37951
38638
|
},
|
|
37952
|
-
"name": "ComponentID"
|
|
38639
|
+
"name": "ComponentID",
|
|
38640
|
+
"componentId": {
|
|
38641
|
+
"scope": "teambit.component",
|
|
38642
|
+
"name": "component-id",
|
|
38643
|
+
"version": "1.2.0"
|
|
38644
|
+
}
|
|
37953
38645
|
},
|
|
37954
38646
|
"isOptional": true
|
|
37955
38647
|
},
|
|
@@ -37989,7 +38681,8 @@
|
|
|
37989
38681
|
"line": 25,
|
|
37990
38682
|
"character": 16
|
|
37991
38683
|
},
|
|
37992
|
-
"name": "ManifestDependenciesKeysNames"
|
|
38684
|
+
"name": "ManifestDependenciesKeysNames",
|
|
38685
|
+
"internalFilePath": "manifest/manifest.ts"
|
|
37993
38686
|
},
|
|
37994
38687
|
"isOptional": false
|
|
37995
38688
|
}
|
|
@@ -38041,7 +38734,8 @@
|
|
|
38041
38734
|
"line": 73,
|
|
38042
38735
|
"character": 62
|
|
38043
38736
|
},
|
|
38044
|
-
"name": "CurrentPkg"
|
|
38737
|
+
"name": "CurrentPkg",
|
|
38738
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
38045
38739
|
}
|
|
38046
38740
|
},
|
|
38047
38741
|
"modifiers": []
|
|
@@ -38111,7 +38805,8 @@
|
|
|
38111
38805
|
"line": 83,
|
|
38112
38806
|
"character": 101
|
|
38113
38807
|
},
|
|
38114
|
-
"name": "CurrentPkg"
|
|
38808
|
+
"name": "CurrentPkg",
|
|
38809
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
38115
38810
|
}
|
|
38116
38811
|
},
|
|
38117
38812
|
"modifiers": []
|
|
@@ -38218,7 +38913,8 @@
|
|
|
38218
38913
|
"line": 94,
|
|
38219
38914
|
"character": 4
|
|
38220
38915
|
},
|
|
38221
|
-
"name": "CurrentPkg"
|
|
38916
|
+
"name": "CurrentPkg",
|
|
38917
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
38222
38918
|
}
|
|
38223
38919
|
},
|
|
38224
38920
|
"modifiers": []
|
|
@@ -38257,7 +38953,8 @@
|
|
|
38257
38953
|
"line": 103,
|
|
38258
38954
|
"character": 17
|
|
38259
38955
|
},
|
|
38260
|
-
"name": "CurrentPkg"
|
|
38956
|
+
"name": "CurrentPkg",
|
|
38957
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
38261
38958
|
},
|
|
38262
38959
|
{
|
|
38263
38960
|
"__schema": "TypeUnionSchema",
|
|
@@ -38336,7 +39033,8 @@
|
|
|
38336
39033
|
"line": 105,
|
|
38337
39034
|
"character": 4
|
|
38338
39035
|
},
|
|
38339
|
-
"name": "CurrentPkg"
|
|
39036
|
+
"name": "CurrentPkg",
|
|
39037
|
+
"internalFilePath": "get-all-policy-pkgs.ts"
|
|
38340
39038
|
}
|
|
38341
39039
|
},
|
|
38342
39040
|
"modifiers": []
|
|
@@ -38376,7 +39074,8 @@
|
|
|
38376
39074
|
"line": 7,
|
|
38377
39075
|
"character": 52
|
|
38378
39076
|
},
|
|
38379
|
-
"name": "PackageName"
|
|
39077
|
+
"name": "PackageName",
|
|
39078
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
38380
39079
|
},
|
|
38381
39080
|
{
|
|
38382
39081
|
"__schema": "TypeRefSchema",
|
|
@@ -38416,7 +39115,8 @@
|
|
|
38416
39115
|
"line": 10,
|
|
38417
39116
|
"character": 18
|
|
38418
39117
|
},
|
|
38419
|
-
"name": "LifecycleDependenciesManifest"
|
|
39118
|
+
"name": "LifecycleDependenciesManifest",
|
|
39119
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38420
39120
|
},
|
|
38421
39121
|
"isOptional": true
|
|
38422
39122
|
},
|
|
@@ -38436,7 +39136,8 @@
|
|
|
38436
39136
|
"line": 11,
|
|
38437
39137
|
"character": 26
|
|
38438
39138
|
},
|
|
38439
|
-
"name": "LifecycleDependenciesManifest"
|
|
39139
|
+
"name": "LifecycleDependenciesManifest",
|
|
39140
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38440
39141
|
},
|
|
38441
39142
|
"isOptional": true
|
|
38442
39143
|
},
|
|
@@ -38456,7 +39157,8 @@
|
|
|
38456
39157
|
"line": 12,
|
|
38457
39158
|
"character": 21
|
|
38458
39159
|
},
|
|
38459
|
-
"name": "LifecycleDependenciesManifest"
|
|
39160
|
+
"name": "LifecycleDependenciesManifest",
|
|
39161
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38460
39162
|
},
|
|
38461
39163
|
"isOptional": true
|
|
38462
39164
|
},
|
|
@@ -38476,7 +39178,8 @@
|
|
|
38476
39178
|
"line": 13,
|
|
38477
39179
|
"character": 22
|
|
38478
39180
|
},
|
|
38479
|
-
"name": "LifecycleDependenciesManifest"
|
|
39181
|
+
"name": "LifecycleDependenciesManifest",
|
|
39182
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38480
39183
|
},
|
|
38481
39184
|
"isOptional": true
|
|
38482
39185
|
},
|
|
@@ -38496,7 +39199,8 @@
|
|
|
38496
39199
|
"line": 14,
|
|
38497
39200
|
"character": 26
|
|
38498
39201
|
},
|
|
38499
|
-
"name": "PeerDependenciesMeta"
|
|
39202
|
+
"name": "PeerDependenciesMeta",
|
|
39203
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38500
39204
|
},
|
|
38501
39205
|
"isOptional": true
|
|
38502
39206
|
}
|
|
@@ -38547,7 +39251,8 @@
|
|
|
38547
39251
|
"line": 18,
|
|
38548
39252
|
"character": 23
|
|
38549
39253
|
},
|
|
38550
|
-
"name": "PeerDependencyMeta"
|
|
39254
|
+
"name": "PeerDependencyMeta",
|
|
39255
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38551
39256
|
}
|
|
38552
39257
|
}
|
|
38553
39258
|
],
|
|
@@ -38804,7 +39509,8 @@
|
|
|
38804
39509
|
"line": 54,
|
|
38805
39510
|
"character": 48
|
|
38806
39511
|
},
|
|
38807
|
-
"name": "FindDependencyOptions"
|
|
39512
|
+
"name": "FindDependencyOptions",
|
|
39513
|
+
"internalFilePath": "dependencies/dependency-list.ts"
|
|
38808
39514
|
},
|
|
38809
39515
|
"isOptional": true,
|
|
38810
39516
|
"defaultValue": "{}",
|
|
@@ -40034,7 +40740,8 @@
|
|
|
40034
40740
|
"line": 26,
|
|
40035
40741
|
"character": 16
|
|
40036
40742
|
},
|
|
40037
|
-
"name": "PackageName"
|
|
40743
|
+
"name": "PackageName",
|
|
40744
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
40038
40745
|
},
|
|
40039
40746
|
"isOptional": false
|
|
40040
40747
|
},
|
|
@@ -40365,7 +41072,8 @@
|
|
|
40365
41072
|
"line": 43,
|
|
40366
41073
|
"character": 21
|
|
40367
41074
|
},
|
|
40368
|
-
"name": "DependencyManifest"
|
|
41075
|
+
"name": "DependencyManifest",
|
|
41076
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
40369
41077
|
},
|
|
40370
41078
|
"modifiers": []
|
|
40371
41079
|
},
|
|
@@ -41327,7 +42035,8 @@
|
|
|
41327
42035
|
"line": 43,
|
|
41328
42036
|
"character": 21
|
|
41329
42037
|
},
|
|
41330
|
-
"name": "DependencyManifest"
|
|
42038
|
+
"name": "DependencyManifest",
|
|
42039
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
41331
42040
|
},
|
|
41332
42041
|
"signature": "(): DependencyManifest"
|
|
41333
42042
|
}
|
|
@@ -41718,7 +42427,12 @@
|
|
|
41718
42427
|
"line": 19,
|
|
41719
42428
|
"character": 27
|
|
41720
42429
|
},
|
|
41721
|
-
"name": "ComponentID"
|
|
42430
|
+
"name": "ComponentID",
|
|
42431
|
+
"componentId": {
|
|
42432
|
+
"scope": "teambit.component",
|
|
42433
|
+
"name": "component-id",
|
|
42434
|
+
"version": "1.2.0"
|
|
42435
|
+
}
|
|
41722
42436
|
},
|
|
41723
42437
|
"isOptional": false,
|
|
41724
42438
|
"isSpread": false
|
|
@@ -42443,7 +43157,8 @@
|
|
|
42443
43157
|
"line": 43,
|
|
42444
43158
|
"character": 21
|
|
42445
43159
|
},
|
|
42446
|
-
"name": "DependencyManifest"
|
|
43160
|
+
"name": "DependencyManifest",
|
|
43161
|
+
"internalFilePath": "dependencies/dependency.ts"
|
|
42447
43162
|
},
|
|
42448
43163
|
"signature": "(): DependencyManifest"
|
|
42449
43164
|
}
|
|
@@ -43187,7 +43902,7 @@
|
|
|
43187
43902
|
"line": 16,
|
|
43188
43903
|
"character": 25
|
|
43189
43904
|
},
|
|
43190
|
-
"signature": "(legacyComponent: LegacyComponent): Promise<DependencyList>",
|
|
43905
|
+
"signature": "(legacyComponent: \u001b[2m(package: @teambit/legacy/dist/consumer/component)\u001b[22m LegacyComponent): Promise<DependencyList>",
|
|
43191
43906
|
"name": "",
|
|
43192
43907
|
"params": [
|
|
43193
43908
|
{
|
|
@@ -43205,7 +43920,8 @@
|
|
|
43205
43920
|
"line": 16,
|
|
43206
43921
|
"character": 43
|
|
43207
43922
|
},
|
|
43208
|
-
"name": "LegacyComponent"
|
|
43923
|
+
"name": "LegacyComponent",
|
|
43924
|
+
"packageName": "@teambit/legacy/dist/consumer/component"
|
|
43209
43925
|
},
|
|
43210
43926
|
"isOptional": false,
|
|
43211
43927
|
"isSpread": false
|
|
@@ -43312,7 +44028,8 @@
|
|
|
43312
44028
|
"line": 9,
|
|
43313
44029
|
"character": 52
|
|
43314
44030
|
},
|
|
43315
|
-
"name": "WorkspacePolicyConfigKeys"
|
|
44031
|
+
"name": "WorkspacePolicyConfigKeys",
|
|
44032
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43316
44033
|
}
|
|
43317
44034
|
}
|
|
43318
44035
|
},
|
|
@@ -43359,7 +44076,8 @@
|
|
|
43359
44076
|
"line": 12,
|
|
43360
44077
|
"character": 42
|
|
43361
44078
|
},
|
|
43362
|
-
"name": "WorkspacePolicyLifecycleConfigObject"
|
|
44079
|
+
"name": "WorkspacePolicyLifecycleConfigObject",
|
|
44080
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43363
44081
|
}
|
|
43364
44082
|
]
|
|
43365
44083
|
}
|
|
@@ -43409,7 +44127,8 @@
|
|
|
43409
44127
|
"line": 15,
|
|
43410
44128
|
"character": 42
|
|
43411
44129
|
},
|
|
43412
|
-
"name": "WorkspacePolicyLifecycleManifestObject"
|
|
44130
|
+
"name": "WorkspacePolicyLifecycleManifestObject",
|
|
44131
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43413
44132
|
}
|
|
43414
44133
|
]
|
|
43415
44134
|
}
|
|
@@ -43467,7 +44186,8 @@
|
|
|
43467
44186
|
"line": 19,
|
|
43468
44187
|
"character": 27
|
|
43469
44188
|
},
|
|
43470
|
-
"name": "WorkspacePolicyConfigEntryValue"
|
|
44189
|
+
"name": "WorkspacePolicyConfigEntryValue",
|
|
44190
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43471
44191
|
}
|
|
43472
44192
|
}
|
|
43473
44193
|
]
|
|
@@ -43497,7 +44217,8 @@
|
|
|
43497
44217
|
"line": 26,
|
|
43498
44218
|
"character": 47
|
|
43499
44219
|
},
|
|
43500
|
-
"name": "WorkspacePolicyEntryValue"
|
|
44220
|
+
"name": "WorkspacePolicyEntryValue",
|
|
44221
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43501
44222
|
},
|
|
43502
44223
|
{
|
|
43503
44224
|
"__schema": "TypeRefSchema",
|
|
@@ -43506,7 +44227,8 @@
|
|
|
43506
44227
|
"line": 26,
|
|
43507
44228
|
"character": 75
|
|
43508
44229
|
},
|
|
43509
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
44230
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
44231
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43510
44232
|
}
|
|
43511
44233
|
]
|
|
43512
44234
|
}
|
|
@@ -43614,7 +44336,8 @@
|
|
|
43614
44336
|
"line": 35,
|
|
43615
44337
|
"character": 59
|
|
43616
44338
|
},
|
|
43617
|
-
"name": "GitUrlVersion"
|
|
44339
|
+
"name": "GitUrlVersion",
|
|
44340
|
+
"internalFilePath": "policy/policy.ts"
|
|
43618
44341
|
},
|
|
43619
44342
|
{
|
|
43620
44343
|
"__schema": "TypeRefSchema",
|
|
@@ -43623,7 +44346,8 @@
|
|
|
43623
44346
|
"line": 35,
|
|
43624
44347
|
"character": 75
|
|
43625
44348
|
},
|
|
43626
|
-
"name": "FileSystemPath"
|
|
44349
|
+
"name": "FileSystemPath",
|
|
44350
|
+
"internalFilePath": "policy/policy.ts"
|
|
43627
44351
|
}
|
|
43628
44352
|
]
|
|
43629
44353
|
}
|
|
@@ -43661,7 +44385,8 @@
|
|
|
43661
44385
|
"line": 38,
|
|
43662
44386
|
"character": 12
|
|
43663
44387
|
},
|
|
43664
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
44388
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
44389
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43665
44390
|
},
|
|
43666
44391
|
"isOptional": false
|
|
43667
44392
|
},
|
|
@@ -43893,7 +44618,8 @@
|
|
|
43893
44618
|
"line": 57,
|
|
43894
44619
|
"character": 46
|
|
43895
44620
|
},
|
|
43896
|
-
"name": "AddEntryOptions"
|
|
44621
|
+
"name": "AddEntryOptions",
|
|
44622
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
43897
44623
|
},
|
|
43898
44624
|
"isOptional": true,
|
|
43899
44625
|
"isSpread": false
|
|
@@ -44297,7 +45023,8 @@
|
|
|
44297
45023
|
"line": 106,
|
|
44298
45024
|
"character": 6
|
|
44299
45025
|
},
|
|
44300
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
45026
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
45027
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
44301
45028
|
},
|
|
44302
45029
|
{
|
|
44303
45030
|
"__schema": "KeywordTypeSchema",
|
|
@@ -44378,7 +45105,8 @@
|
|
|
44378
45105
|
"line": 117,
|
|
44379
45106
|
"character": 6
|
|
44380
45107
|
},
|
|
44381
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
45108
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
45109
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
44382
45110
|
},
|
|
44383
45111
|
{
|
|
44384
45112
|
"__schema": "KeywordTypeSchema",
|
|
@@ -44655,7 +45383,8 @@
|
|
|
44655
45383
|
"line": 23,
|
|
44656
45384
|
"character": 27
|
|
44657
45385
|
},
|
|
44658
|
-
"name": "WorkspacePolicyEntryVersion"
|
|
45386
|
+
"name": "WorkspacePolicyEntryVersion",
|
|
45387
|
+
"internalFilePath": "policy/workspace-policy/workspace-policy.ts"
|
|
44659
45388
|
}
|
|
44660
45389
|
}
|
|
44661
45390
|
]
|
|
@@ -44787,7 +45516,8 @@
|
|
|
44787
45516
|
"line": 8,
|
|
44788
45517
|
"character": 80
|
|
44789
45518
|
},
|
|
44790
|
-
"name": "VariantPolicyLifecycleConfigObject"
|
|
45519
|
+
"name": "VariantPolicyLifecycleConfigObject",
|
|
45520
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
44791
45521
|
}
|
|
44792
45522
|
]
|
|
44793
45523
|
}
|
|
@@ -44818,7 +45548,8 @@
|
|
|
44818
45548
|
"line": 28,
|
|
44819
45549
|
"character": 45
|
|
44820
45550
|
},
|
|
44821
|
-
"name": "VariantPolicyEntryValue"
|
|
45551
|
+
"name": "VariantPolicyEntryValue",
|
|
45552
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
44822
45553
|
},
|
|
44823
45554
|
{
|
|
44824
45555
|
"__schema": "TypeRefSchema",
|
|
@@ -44827,7 +45558,8 @@
|
|
|
44827
45558
|
"line": 28,
|
|
44828
45559
|
"character": 71
|
|
44829
45560
|
},
|
|
44830
|
-
"name": "VariantPolicyEntryVersion"
|
|
45561
|
+
"name": "VariantPolicyEntryVersion",
|
|
45562
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
44831
45563
|
}
|
|
44832
45564
|
]
|
|
44833
45565
|
}
|
|
@@ -44894,7 +45626,8 @@
|
|
|
44894
45626
|
"line": 36,
|
|
44895
45627
|
"character": 12
|
|
44896
45628
|
},
|
|
44897
|
-
"name": "VariantPolicyEntryVersion"
|
|
45629
|
+
"name": "VariantPolicyEntryVersion",
|
|
45630
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
44898
45631
|
},
|
|
44899
45632
|
"isOptional": false
|
|
44900
45633
|
},
|
|
@@ -44948,7 +45681,7 @@
|
|
|
44948
45681
|
"line": 41,
|
|
44949
45682
|
"character": 1
|
|
44950
45683
|
},
|
|
44951
|
-
"signature": "type DependencySource = \"
|
|
45684
|
+
"signature": "type DependencySource = \"env\" | \"config\" | \"auto\" | \"env-own\" | \"slots\"",
|
|
44952
45685
|
"name": "DependencySource",
|
|
44953
45686
|
"type": {
|
|
44954
45687
|
"__schema": "TypeUnionSchema",
|
|
@@ -45208,7 +45941,8 @@
|
|
|
45208
45941
|
"line": 58,
|
|
45209
45942
|
"character": 39
|
|
45210
45943
|
},
|
|
45211
|
-
"name": "SerializedVariantPolicyEntry"
|
|
45944
|
+
"name": "SerializedVariantPolicyEntry",
|
|
45945
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
45212
45946
|
}
|
|
45213
45947
|
}
|
|
45214
45948
|
},
|
|
@@ -45846,7 +46580,8 @@
|
|
|
45846
46580
|
"line": 132,
|
|
45847
46581
|
"character": 74
|
|
45848
46582
|
},
|
|
45849
|
-
"name": "VariantPolicyEntryVersion"
|
|
46583
|
+
"name": "VariantPolicyEntryVersion",
|
|
46584
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
45850
46585
|
},
|
|
45851
46586
|
{
|
|
45852
46587
|
"__schema": "KeywordTypeSchema",
|
|
@@ -45927,7 +46662,8 @@
|
|
|
45927
46662
|
"line": 143,
|
|
45928
46663
|
"character": 6
|
|
45929
46664
|
},
|
|
45930
|
-
"name": "VariantPolicyEntryVersion"
|
|
46665
|
+
"name": "VariantPolicyEntryVersion",
|
|
46666
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
45931
46667
|
},
|
|
45932
46668
|
{
|
|
45933
46669
|
"__schema": "KeywordTypeSchema",
|
|
@@ -46222,7 +46958,8 @@
|
|
|
46222
46958
|
"line": 232,
|
|
46223
46959
|
"character": 50
|
|
46224
46960
|
},
|
|
46225
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
46961
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
46962
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46226
46963
|
},
|
|
46227
46964
|
"isOptional": true,
|
|
46228
46965
|
"defaultValue": "{}",
|
|
@@ -46520,7 +47257,8 @@
|
|
|
46520
47257
|
"line": 329,
|
|
46521
47258
|
"character": 10
|
|
46522
47259
|
},
|
|
46523
|
-
"name": "VariantPolicyConfigEntryValue"
|
|
47260
|
+
"name": "VariantPolicyConfigEntryValue",
|
|
47261
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46524
47262
|
},
|
|
46525
47263
|
"isOptional": false,
|
|
46526
47264
|
"isSpread": false
|
|
@@ -46560,7 +47298,8 @@
|
|
|
46560
47298
|
"line": 331,
|
|
46561
47299
|
"character": 9
|
|
46562
47300
|
},
|
|
46563
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
47301
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
47302
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46564
47303
|
},
|
|
46565
47304
|
"isOptional": false,
|
|
46566
47305
|
"isSpread": false
|
|
@@ -46632,7 +47371,8 @@
|
|
|
46632
47371
|
"line": 11,
|
|
46633
47372
|
"character": 27
|
|
46634
47373
|
},
|
|
46635
|
-
"name": "VariantPolicyConfigEntryValue"
|
|
47374
|
+
"name": "VariantPolicyConfigEntryValue",
|
|
47375
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46636
47376
|
}
|
|
46637
47377
|
}
|
|
46638
47378
|
]
|
|
@@ -46907,7 +47647,8 @@
|
|
|
46907
47647
|
"line": 273,
|
|
46908
47648
|
"character": 12
|
|
46909
47649
|
},
|
|
46910
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
47650
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
47651
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46911
47652
|
},
|
|
46912
47653
|
"isOptional": false,
|
|
46913
47654
|
"isSpread": false
|
|
@@ -46983,7 +47724,8 @@
|
|
|
46983
47724
|
"line": 287,
|
|
46984
47725
|
"character": 23
|
|
46985
47726
|
},
|
|
46986
|
-
"name": "VariantPolicyConfigEntryValue"
|
|
47727
|
+
"name": "VariantPolicyConfigEntryValue",
|
|
47728
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
46987
47729
|
}
|
|
46988
47730
|
]
|
|
46989
47731
|
},
|
|
@@ -47036,7 +47778,8 @@
|
|
|
47036
47778
|
"line": 289,
|
|
47037
47779
|
"character": 12
|
|
47038
47780
|
},
|
|
47039
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
47781
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
47782
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
47040
47783
|
},
|
|
47041
47784
|
"isOptional": false,
|
|
47042
47785
|
"isSpread": false
|
|
@@ -47103,7 +47846,8 @@
|
|
|
47103
47846
|
"line": 307,
|
|
47104
47847
|
"character": 24
|
|
47105
47848
|
},
|
|
47106
|
-
"name": "VariantPolicyLifecycleConfigEntryObject"
|
|
47849
|
+
"name": "VariantPolicyLifecycleConfigEntryObject",
|
|
47850
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
47107
47851
|
}
|
|
47108
47852
|
]
|
|
47109
47853
|
},
|
|
@@ -47156,7 +47900,8 @@
|
|
|
47156
47900
|
"line": 309,
|
|
47157
47901
|
"character": 12
|
|
47158
47902
|
},
|
|
47159
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
47903
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
47904
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
47160
47905
|
},
|
|
47161
47906
|
"isOptional": false,
|
|
47162
47907
|
"isSpread": false
|
|
@@ -47215,7 +47960,8 @@
|
|
|
47215
47960
|
"line": 25,
|
|
47216
47961
|
"character": 39
|
|
47217
47962
|
},
|
|
47218
|
-
"name": "EnvJsoncPolicyEntry"
|
|
47963
|
+
"name": "EnvJsoncPolicyEntry",
|
|
47964
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47219
47965
|
},
|
|
47220
47966
|
{
|
|
47221
47967
|
"__schema": "TypeLiteralSchema",
|
|
@@ -47375,7 +48121,8 @@
|
|
|
47375
48121
|
"line": 34,
|
|
47376
48122
|
"character": 11
|
|
47377
48123
|
},
|
|
47378
|
-
"name": "EnvJsoncPolicyPeerEntry"
|
|
48124
|
+
"name": "EnvJsoncPolicyPeerEntry",
|
|
48125
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47379
48126
|
}
|
|
47380
48127
|
},
|
|
47381
48128
|
"isOptional": true
|
|
@@ -47403,7 +48150,8 @@
|
|
|
47403
48150
|
"line": 35,
|
|
47404
48151
|
"character": 9
|
|
47405
48152
|
},
|
|
47406
|
-
"name": "EnvJsoncPolicyEntry"
|
|
48153
|
+
"name": "EnvJsoncPolicyEntry",
|
|
48154
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47407
48155
|
}
|
|
47408
48156
|
},
|
|
47409
48157
|
"isOptional": true
|
|
@@ -47431,7 +48179,8 @@
|
|
|
47431
48179
|
"line": 36,
|
|
47432
48180
|
"character": 13
|
|
47433
48181
|
},
|
|
47434
|
-
"name": "EnvJsoncPolicyEntry"
|
|
48182
|
+
"name": "EnvJsoncPolicyEntry",
|
|
48183
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47435
48184
|
}
|
|
47436
48185
|
},
|
|
47437
48186
|
"isOptional": true
|
|
@@ -47482,7 +48231,8 @@
|
|
|
47482
48231
|
"line": 42,
|
|
47483
48232
|
"character": 48
|
|
47484
48233
|
},
|
|
47485
|
-
"name": "EnvPolicyEnvJsoncConfigObject"
|
|
48234
|
+
"name": "EnvPolicyEnvJsoncConfigObject",
|
|
48235
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47486
48236
|
},
|
|
47487
48237
|
{
|
|
47488
48238
|
"__schema": "LiteralTypeSchema",
|
|
@@ -47531,7 +48281,8 @@
|
|
|
47531
48281
|
"line": 44,
|
|
47532
48282
|
"character": 37
|
|
47533
48283
|
},
|
|
47534
|
-
"name": "EnvPolicyEnvJsoncConfigObject"
|
|
48284
|
+
"name": "EnvPolicyEnvJsoncConfigObject",
|
|
48285
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47535
48286
|
},
|
|
47536
48287
|
{
|
|
47537
48288
|
"__schema": "TypeRefSchema",
|
|
@@ -47540,7 +48291,8 @@
|
|
|
47540
48291
|
"line": 44,
|
|
47541
48292
|
"character": 69
|
|
47542
48293
|
},
|
|
47543
|
-
"name": "EnvPolicyLegacyConfigObject"
|
|
48294
|
+
"name": "EnvPolicyLegacyConfigObject",
|
|
48295
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
47544
48296
|
}
|
|
47545
48297
|
]
|
|
47546
48298
|
}
|
|
@@ -47670,7 +48422,8 @@
|
|
|
47670
48422
|
"line": 53,
|
|
47671
48423
|
"character": 41
|
|
47672
48424
|
},
|
|
47673
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
48425
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
48426
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
47674
48427
|
},
|
|
47675
48428
|
"isOptional": true,
|
|
47676
48429
|
"defaultValue": "{}",
|
|
@@ -48318,7 +49071,8 @@
|
|
|
48318
49071
|
"line": 132,
|
|
48319
49072
|
"character": 74
|
|
48320
49073
|
},
|
|
48321
|
-
"name": "VariantPolicyEntryVersion"
|
|
49074
|
+
"name": "VariantPolicyEntryVersion",
|
|
49075
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
48322
49076
|
},
|
|
48323
49077
|
{
|
|
48324
49078
|
"__schema": "KeywordTypeSchema",
|
|
@@ -48399,7 +49153,8 @@
|
|
|
48399
49153
|
"line": 143,
|
|
48400
49154
|
"character": 6
|
|
48401
49155
|
},
|
|
48402
|
-
"name": "VariantPolicyEntryVersion"
|
|
49156
|
+
"name": "VariantPolicyEntryVersion",
|
|
49157
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
48403
49158
|
},
|
|
48404
49159
|
{
|
|
48405
49160
|
"__schema": "KeywordTypeSchema",
|
|
@@ -48699,7 +49454,8 @@
|
|
|
48699
49454
|
"line": 232,
|
|
48700
49455
|
"character": 50
|
|
48701
49456
|
},
|
|
48702
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
49457
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
49458
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
48703
49459
|
}
|
|
48704
49460
|
}
|
|
48705
49461
|
],
|
|
@@ -49128,7 +49884,8 @@
|
|
|
49128
49884
|
"line": 115,
|
|
49129
49885
|
"character": 12
|
|
49130
49886
|
},
|
|
49131
|
-
"name": "EnvJsoncPolicyConfigKey"
|
|
49887
|
+
"name": "EnvJsoncPolicyConfigKey",
|
|
49888
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
49132
49889
|
},
|
|
49133
49890
|
"isOptional": false,
|
|
49134
49891
|
"isSpread": false
|
|
@@ -49148,7 +49905,8 @@
|
|
|
49148
49905
|
"line": 116,
|
|
49149
49906
|
"character": 15
|
|
49150
49907
|
},
|
|
49151
|
-
"name": "VersionKeyName"
|
|
49908
|
+
"name": "VersionKeyName",
|
|
49909
|
+
"internalFilePath": "policy/env-policy/env-policy.ts"
|
|
49152
49910
|
},
|
|
49153
49911
|
"isOptional": true,
|
|
49154
49912
|
"defaultValue": "'version'",
|
|
@@ -49189,7 +49947,8 @@
|
|
|
49189
49947
|
"line": 118,
|
|
49190
49948
|
"character": 12
|
|
49191
49949
|
},
|
|
49192
|
-
"name": "VariantPolicyFromConfigObjectOptions"
|
|
49950
|
+
"name": "VariantPolicyFromConfigObjectOptions",
|
|
49951
|
+
"internalFilePath": "policy/variant-policy/variant-policy.ts"
|
|
49193
49952
|
},
|
|
49194
49953
|
"isOptional": false,
|
|
49195
49954
|
"isSpread": false
|
|
@@ -49353,7 +50112,8 @@
|
|
|
49353
50112
|
"line": 20,
|
|
49354
50113
|
"character": 44
|
|
49355
50114
|
},
|
|
49356
|
-
"name": "RemoveDepSign"
|
|
50115
|
+
"name": "RemoveDepSign",
|
|
50116
|
+
"internalFilePath": "policy/policy.ts"
|
|
49357
50117
|
}
|
|
49358
50118
|
]
|
|
49359
50119
|
}
|
|
@@ -49401,7 +50161,8 @@
|
|
|
49401
50161
|
"line": 24,
|
|
49402
50162
|
"character": 44
|
|
49403
50163
|
},
|
|
49404
|
-
"name": "GitUrlVersion"
|
|
50164
|
+
"name": "GitUrlVersion",
|
|
50165
|
+
"internalFilePath": "policy/policy.ts"
|
|
49405
50166
|
},
|
|
49406
50167
|
{
|
|
49407
50168
|
"__schema": "TypeRefSchema",
|
|
@@ -49410,7 +50171,8 @@
|
|
|
49410
50171
|
"line": 24,
|
|
49411
50172
|
"character": 60
|
|
49412
50173
|
},
|
|
49413
|
-
"name": "FileSystemPath"
|
|
50174
|
+
"name": "FileSystemPath",
|
|
50175
|
+
"internalFilePath": "policy/policy.ts"
|
|
49414
50176
|
}
|
|
49415
50177
|
]
|
|
49416
50178
|
}
|
|
@@ -49733,7 +50495,19 @@
|
|
|
49733
50495
|
"character": 3
|
|
49734
50496
|
},
|
|
49735
50497
|
"raw": "/**\n * Whether to create link to @teambit/bit in the root node modules\n */",
|
|
49736
|
-
"comment": "Whether to create link to
|
|
50498
|
+
"comment": "Whether to create link to",
|
|
50499
|
+
"tags": [
|
|
50500
|
+
{
|
|
50501
|
+
"__schema": "TagSchema",
|
|
50502
|
+
"location": {
|
|
50503
|
+
"filePath": "dependency-linker.ts",
|
|
50504
|
+
"line": 33,
|
|
50505
|
+
"character": 32
|
|
50506
|
+
},
|
|
50507
|
+
"tagName": "teambit",
|
|
50508
|
+
"comment": "/bit in the root node modules"
|
|
50509
|
+
}
|
|
50510
|
+
]
|
|
49737
50511
|
},
|
|
49738
50512
|
"signature": "(property) linkTeambitBit?: boolean | undefined",
|
|
49739
50513
|
"name": "linkTeambitBit",
|
|
@@ -50504,7 +51278,11 @@
|
|
|
50504
51278
|
"line": 119,
|
|
50505
51279
|
"character": 27
|
|
50506
51280
|
},
|
|
50507
|
-
"name": "AspectLoaderMain"
|
|
51281
|
+
"name": "AspectLoaderMain",
|
|
51282
|
+
"componentId": {
|
|
51283
|
+
"scope": "teambit.harmony",
|
|
51284
|
+
"name": "aspect-loader"
|
|
51285
|
+
}
|
|
50508
51286
|
},
|
|
50509
51287
|
"isOptional": false,
|
|
50510
51288
|
"isSpread": false
|
|
@@ -50524,7 +51302,11 @@
|
|
|
50524
51302
|
"line": 121,
|
|
50525
51303
|
"character": 30
|
|
50526
51304
|
},
|
|
50527
|
-
"name": "ComponentMain"
|
|
51305
|
+
"name": "ComponentMain",
|
|
51306
|
+
"componentId": {
|
|
51307
|
+
"scope": "teambit.component",
|
|
51308
|
+
"name": "component"
|
|
51309
|
+
}
|
|
50528
51310
|
},
|
|
50529
51311
|
"isOptional": false,
|
|
50530
51312
|
"isSpread": false
|
|
@@ -50544,7 +51326,11 @@
|
|
|
50544
51326
|
"line": 123,
|
|
50545
51327
|
"character": 19
|
|
50546
51328
|
},
|
|
50547
|
-
"name": "EnvsMain"
|
|
51329
|
+
"name": "EnvsMain",
|
|
51330
|
+
"componentId": {
|
|
51331
|
+
"scope": "teambit.envs",
|
|
51332
|
+
"name": "envs"
|
|
51333
|
+
}
|
|
50548
51334
|
},
|
|
50549
51335
|
"isOptional": false,
|
|
50550
51336
|
"isSpread": false
|
|
@@ -50564,7 +51350,11 @@
|
|
|
50564
51350
|
"line": 125,
|
|
50565
51351
|
"character": 21
|
|
50566
51352
|
},
|
|
50567
|
-
"name": "Logger"
|
|
51353
|
+
"name": "Logger",
|
|
51354
|
+
"componentId": {
|
|
51355
|
+
"scope": "teambit.harmony",
|
|
51356
|
+
"name": "logger"
|
|
51357
|
+
}
|
|
50568
51358
|
},
|
|
50569
51359
|
"isOptional": false,
|
|
50570
51360
|
"isSpread": false
|
|
@@ -50601,7 +51391,8 @@
|
|
|
50601
51391
|
"line": 127,
|
|
50602
51392
|
"character": 32
|
|
50603
51393
|
},
|
|
50604
|
-
"name": "PathAbsolute"
|
|
51394
|
+
"name": "PathAbsolute",
|
|
51395
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
50605
51396
|
}
|
|
50606
51397
|
]
|
|
50607
51398
|
},
|
|
@@ -50643,7 +51434,8 @@
|
|
|
50643
51434
|
"line": 131,
|
|
50644
51435
|
"character": 29
|
|
50645
51436
|
},
|
|
50646
|
-
"name": "DepLinkerContext"
|
|
51437
|
+
"name": "DepLinkerContext",
|
|
51438
|
+
"internalFilePath": "dependency-linker.ts"
|
|
50647
51439
|
},
|
|
50648
51440
|
"isOptional": true,
|
|
50649
51441
|
"defaultValue": "{}",
|
|
@@ -50726,6 +51518,10 @@
|
|
|
50726
51518
|
"character": 28
|
|
50727
51519
|
},
|
|
50728
51520
|
"name": "ComponentMap",
|
|
51521
|
+
"componentId": {
|
|
51522
|
+
"scope": "teambit.component",
|
|
51523
|
+
"name": "component"
|
|
51524
|
+
},
|
|
50729
51525
|
"typeArgs": [
|
|
50730
51526
|
{
|
|
50731
51527
|
"__schema": "KeywordTypeSchema",
|
|
@@ -50874,6 +51670,10 @@
|
|
|
50874
51670
|
"character": 28
|
|
50875
51671
|
},
|
|
50876
51672
|
"name": "ComponentMap",
|
|
51673
|
+
"componentId": {
|
|
51674
|
+
"scope": "teambit.component",
|
|
51675
|
+
"name": "component"
|
|
51676
|
+
},
|
|
50877
51677
|
"typeArgs": [
|
|
50878
51678
|
{
|
|
50879
51679
|
"__schema": "KeywordTypeSchema",
|
|
@@ -51035,7 +51835,11 @@
|
|
|
51035
51835
|
"line": 271,
|
|
51036
51836
|
"character": 19
|
|
51037
51837
|
},
|
|
51038
|
-
"name": "ComponentID"
|
|
51838
|
+
"name": "ComponentID",
|
|
51839
|
+
"componentId": {
|
|
51840
|
+
"scope": "teambit.component",
|
|
51841
|
+
"name": "component"
|
|
51842
|
+
}
|
|
51039
51843
|
}
|
|
51040
51844
|
},
|
|
51041
51845
|
"isOptional": true,
|
|
@@ -51728,6 +52532,10 @@
|
|
|
51728
52532
|
"character": 26
|
|
51729
52533
|
},
|
|
51730
52534
|
"name": "ComponentMap",
|
|
52535
|
+
"componentId": {
|
|
52536
|
+
"scope": "teambit.component",
|
|
52537
|
+
"name": "component"
|
|
52538
|
+
},
|
|
51731
52539
|
"typeArgs": [
|
|
51732
52540
|
{
|
|
51733
52541
|
"__schema": "KeywordTypeSchema",
|
|
@@ -52027,6 +52835,10 @@
|
|
|
52027
52835
|
"character": 26
|
|
52028
52836
|
},
|
|
52029
52837
|
"name": "ComponentMap",
|
|
52838
|
+
"componentId": {
|
|
52839
|
+
"scope": "teambit.component",
|
|
52840
|
+
"name": "component"
|
|
52841
|
+
},
|
|
52030
52842
|
"typeArgs": [
|
|
52031
52843
|
{
|
|
52032
52844
|
"__schema": "KeywordTypeSchema",
|
|
@@ -52349,7 +53161,8 @@
|
|
|
52349
53161
|
"line": 63,
|
|
52350
53162
|
"character": 46
|
|
52351
53163
|
},
|
|
52352
|
-
"name": "PreInstallSubscriber"
|
|
53164
|
+
"name": "PreInstallSubscriber",
|
|
53165
|
+
"internalFilePath": "dependency-installer.ts"
|
|
52353
53166
|
}
|
|
52354
53167
|
]
|
|
52355
53168
|
}
|
|
@@ -52462,7 +53275,8 @@
|
|
|
52462
53275
|
"line": 66,
|
|
52463
53276
|
"character": 47
|
|
52464
53277
|
},
|
|
52465
|
-
"name": "PostInstallSubscriber"
|
|
53278
|
+
"name": "PostInstallSubscriber",
|
|
53279
|
+
"internalFilePath": "dependency-installer.ts"
|
|
52466
53280
|
}
|
|
52467
53281
|
]
|
|
52468
53282
|
}
|
|
@@ -52522,7 +53336,11 @@
|
|
|
52522
53336
|
"line": 75,
|
|
52523
53337
|
"character": 27
|
|
52524
53338
|
},
|
|
52525
|
-
"name": "AspectLoaderMain"
|
|
53339
|
+
"name": "AspectLoaderMain",
|
|
53340
|
+
"componentId": {
|
|
53341
|
+
"scope": "teambit.harmony",
|
|
53342
|
+
"name": "aspect-loader"
|
|
53343
|
+
}
|
|
52526
53344
|
},
|
|
52527
53345
|
"isOptional": false,
|
|
52528
53346
|
"isSpread": false
|
|
@@ -52542,7 +53360,11 @@
|
|
|
52542
53360
|
"line": 77,
|
|
52543
53361
|
"character": 21
|
|
52544
53362
|
},
|
|
52545
|
-
"name": "Logger"
|
|
53363
|
+
"name": "Logger",
|
|
53364
|
+
"componentId": {
|
|
53365
|
+
"scope": "teambit.harmony",
|
|
53366
|
+
"name": "logger"
|
|
53367
|
+
}
|
|
52546
53368
|
},
|
|
52547
53369
|
"isOptional": false,
|
|
52548
53370
|
"isSpread": false
|
|
@@ -52599,7 +53421,8 @@
|
|
|
52599
53421
|
"line": 81,
|
|
52600
53422
|
"character": 32
|
|
52601
53423
|
},
|
|
52602
|
-
"name": "PathAbsolute"
|
|
53424
|
+
"name": "PathAbsolute",
|
|
53425
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
52603
53426
|
}
|
|
52604
53427
|
]
|
|
52605
53428
|
},
|
|
@@ -52638,7 +53461,8 @@
|
|
|
52638
53461
|
"line": 83,
|
|
52639
53462
|
"character": 37
|
|
52640
53463
|
},
|
|
52641
|
-
"name": "PathAbsolute"
|
|
53464
|
+
"name": "PathAbsolute",
|
|
53465
|
+
"packageName": "@teambit/legacy/dist/utils/path"
|
|
52642
53466
|
}
|
|
52643
53467
|
]
|
|
52644
53468
|
},
|
|
@@ -52660,7 +53484,8 @@
|
|
|
52660
53484
|
"line": 85,
|
|
52661
53485
|
"character": 40
|
|
52662
53486
|
},
|
|
52663
|
-
"name": "PreInstallSubscriberList"
|
|
53487
|
+
"name": "PreInstallSubscriberList",
|
|
53488
|
+
"internalFilePath": "dependency-installer.ts"
|
|
52664
53489
|
},
|
|
52665
53490
|
"isOptional": true,
|
|
52666
53491
|
"isSpread": false
|
|
@@ -52680,7 +53505,8 @@
|
|
|
52680
53505
|
"line": 87,
|
|
52681
53506
|
"character": 41
|
|
52682
53507
|
},
|
|
52683
|
-
"name": "PostInstallSubscriberList"
|
|
53508
|
+
"name": "PostInstallSubscriberList",
|
|
53509
|
+
"internalFilePath": "dependency-installer.ts"
|
|
52684
53510
|
},
|
|
52685
53511
|
"isOptional": true,
|
|
52686
53512
|
"isSpread": false
|
|
@@ -52819,7 +53645,8 @@
|
|
|
52819
53645
|
"line": 99,
|
|
52820
53646
|
"character": 35
|
|
52821
53647
|
},
|
|
52822
|
-
"name": "PeerDependencyRules"
|
|
53648
|
+
"name": "PeerDependencyRules",
|
|
53649
|
+
"packageName": "@pnpm/types"
|
|
52823
53650
|
},
|
|
52824
53651
|
"isOptional": true,
|
|
52825
53652
|
"isSpread": false
|
|
@@ -52887,7 +53714,8 @@
|
|
|
52887
53714
|
"line": 105,
|
|
52888
53715
|
"character": 32
|
|
52889
53716
|
},
|
|
52890
|
-
"name": "DepInstallerContext"
|
|
53717
|
+
"name": "DepInstallerContext",
|
|
53718
|
+
"internalFilePath": "dependency-installer.ts"
|
|
52891
53719
|
},
|
|
52892
53720
|
"isOptional": true,
|
|
52893
53721
|
"defaultValue": "{}",
|
|
@@ -52990,6 +53818,10 @@
|
|
|
52990
53818
|
"character": 28
|
|
52991
53819
|
},
|
|
52992
53820
|
"name": "ComponentMap",
|
|
53821
|
+
"componentId": {
|
|
53822
|
+
"scope": "teambit.component",
|
|
53823
|
+
"name": "component"
|
|
53824
|
+
},
|
|
52993
53825
|
"typeArgs": [
|
|
52994
53826
|
{
|
|
52995
53827
|
"__schema": "KeywordTypeSchema",
|
|
@@ -53143,7 +53975,8 @@
|
|
|
53143
53975
|
"line": 140,
|
|
53144
53976
|
"character": 31
|
|
53145
53977
|
},
|
|
53146
|
-
"name": "ProjectManifest"
|
|
53978
|
+
"name": "ProjectManifest",
|
|
53979
|
+
"packageName": "@pnpm/types"
|
|
53147
53980
|
}
|
|
53148
53981
|
]
|
|
53149
53982
|
},
|
|
@@ -53186,6 +54019,10 @@
|
|
|
53186
54019
|
"character": 28
|
|
53187
54020
|
},
|
|
53188
54021
|
"name": "ComponentMap",
|
|
54022
|
+
"componentId": {
|
|
54023
|
+
"scope": "teambit.component",
|
|
54024
|
+
"name": "component"
|
|
54025
|
+
},
|
|
53189
54026
|
"typeArgs": [
|
|
53190
54027
|
{
|
|
53191
54028
|
"__schema": "KeywordTypeSchema",
|
|
@@ -53642,6 +54479,10 @@
|
|
|
53642
54479
|
"character": 17
|
|
53643
54480
|
},
|
|
53644
54481
|
"name": "EnvHandler",
|
|
54482
|
+
"componentId": {
|
|
54483
|
+
"scope": "teambit.envs",
|
|
54484
|
+
"name": "envs"
|
|
54485
|
+
},
|
|
53645
54486
|
"typeArgs": [
|
|
53646
54487
|
{
|
|
53647
54488
|
"__schema": "TypeUnionSchema",
|
|
@@ -53730,7 +54571,7 @@
|
|
|
53730
54571
|
"componentId": {
|
|
53731
54572
|
"scope": "teambit.dependencies",
|
|
53732
54573
|
"name": "dependency-resolver",
|
|
53733
|
-
"version": "1.0.
|
|
54574
|
+
"version": "1.0.189"
|
|
53734
54575
|
},
|
|
53735
54576
|
"taggedModuleExports": []
|
|
53736
54577
|
}
|