Member Junction
    Preparing search index...

    In-process counters for one CodeGen file-emit pass.

    Kept as a tiny module with no config / reporter / EntityInfo imports so unit tests can drive it (and writeFileIfChanged) without booting the CodeGen graph. runCodeGen copies the snapshot onto CodeGenReporter at the end of the file-generation phase.

    type EmitStatsSnapshot = {
        assembleMs: number;
        filesSkipped: number;
        filesWritten: number;
        schemasEmitted: number;
        schemasSkipped: number;
    }
    Index

    Properties

    assembleMs: number
    filesSkipped: number
    filesWritten: number
    schemasEmitted: number
    schemasSkipped: number