Stone.js API
    Preparing search index...

    The outcome of writing the manifest.

    interface ManifestResult {
        changed: boolean;
        count: number;
        path: string;
    }
    Index
    changed: boolean

    Whether the file changed.

    count: number

    How many modules were collected.

    path: string

    The absolute path written.