data-cap
    Preparing search index...

    Interface ParseWarning

    A recoverable issue found while statically parsing or linking one capability file -- never fatal, always surfaced to the caller as data.

    interface ParseWarning {
        file: string;
        message: string;
    }
    Index
    file: string

    Absolute path (or synthetic label, e.g. "(package) name") the warning applies to.

    message: string

    Human-readable explanation of what was skipped and why.