gatelineAPI reference
interface RenderResult {
    stale: string[];
    written: string[];
}

Properties

Properties

stale: string[]

Repository-relative paths whose content does not match the sources.

written: string[]

Repository-relative paths written (empty when check is set).