data-cap
    Preparing search index...

    Interface BuildStats

    A path's stat info from BuildFileSystem.stat -- the subset of Node's Stats src/build/** reads.

    interface BuildStats {
        isFile: () => boolean;
        size: number;
    }
    Index
    isFile: () => boolean
    size: number

    Size in bytes -- read by the package-schema resolver to enforce a size ceiling.