@eagleoutice/flowr - v2.13.1
    Preparing search index...

    where an index for a decompressed source comes from -- a caller-supplied one (e.g. a manifest) or the sibling .idx

    interface EnsureOptions {
        cacheDir?: string;
        hash?: string;
        index?: SigDbIndex;
        indexless?: boolean;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of EnsureOptions
    Index

    Properties

    cacheDir?: string
    hash?: string
    index?: SigDbIndex
    indexless?: boolean

    the source is not a seekable bundle (e.g. a shared dictionary file) -- decompress only, write no .idx