KC's Workspace
    Preparing search index...

    A source location.

    interface Location2 {
        column: number;
        line: number;
        source_index: number;
    }
    Index

    Properties

    column: number

    The column number within a line, starting at 1 for first the character of the line. Column numbers are counted in UTF-16 code units.

    line: number

    The line number, starting at 0.

    source_index: number

    The index of the source file within the source map.