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

    Interface MetafileConfig

    interface MetafileConfig {
        resolvedResourceRegistry: Map<string, BundledInputFile>;
        resolvePath: (path: string) => string;
    }

    Implemented by

    Index

    Properties

    resolvedResourceRegistry: Map<string, BundledInputFile>

    a reference to the SuperBuildContext.resolvedResourceRegistry dictionary, used for recalling the arguments returned by the resolver, loader, and transformer phases.

    resolvePath: (path: string) => string

    a function that resolves the given path segment to an absolute path, with respect to cwd or absWorkingDir.