Plugin interface
export interface Plugin
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
transformManifest? | TransformManifest | (Optional) Transform a manifest. This function is called when a new manifest is found, and before the validation. The return value will override the data of the manifest. If the return value is undefined or null , the manifest will be removed from the result. | |
validateAllManifests? | ValidateAllManifests | (Optional) Validate all manifests. This function is called after all manifests are resolved, transformed, and validated. |