nomonic
    Preparing search index...

    Interface AddedLine

    A single added line extracted from a unified diff.

    interface AddedLine {
        fileLineNumber: number;
        text: string;
    }
    Index

    Properties

    Properties

    fileLineNumber: number

    The 1-based line number in the new (post-patch) file.

    text: string

    The text content of the added line (without the leading +).