@oazmi/superbuild-plugins - v0.1.0
    Preparing search index...

    Interface ReplaceContentFnContext

    interface ReplaceContentFnContext {
        build: SuperPluginBuild;
        outputs: ReducedMetafile;
        contentStore: ContentStore;
    }
    Index

    Properties

    build: SuperPluginBuild

    the plugin-build object. do not use it for creating any new hooks. it should only be used for its SuperPluginBuild.resolvePath and SuperPluginBuild.rerouteImports methods.

    outputs: ReducedMetafile

    a metafile containing the contents of all outputs.

    contentStore: ContentStore

    a content store for creating and loading virtual file resources.