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

    Class ReducedMetafile

    a reduced implementation of Metafile that is safer for consumer-use.

    Implements

    • Pick<Metafile, "getFile" | "findFilesFromSources">
    Index

    Constructors

    Methods

    • find the file entity corresponding to the given absolute output path. you won't receive entities associated with external paths/references.

      Parameters

      • output_path_key: string

      Returns OutputFileEntity | undefined

    • find all file entities that incorporate (i.e. originate from) certain namespaced source files/resources into their bundled form.

      Parameters

      • predicate_fn: (file_sources: { namespace: string; path: string }[]) => boolean

      Returns OutputFileEntity[]