Function: parseLocalFeaturePack()
parseLocalFeaturePack(
raw):LocalFeaturePackParseResult
Defined in: Data/Core/FeaturePackTypes.ts:519
Validate the feature-pack.json inside a sideloaded package.
Same rules as a catalog entry minus the URLs, which a local package has no use for. The digests are not redundant here: they are what makes a package self-verifying, so a truncated copy off a USB stick or a half-finished file transfer is rejected instead of installing an index the search code will later fail to open. What they cannot tell you is who made the package — sideloading is an explicit act of trust in whoever handed you the file, in exactly the way installing from an enabled repository is not.
Parameters
raw
unknown