Interface ISourcePosition

is_* attributes are there only to enforce strict interface type checking

interface ISourcePosition {
    ch: number;
    isSource: true;
    line: number;
}

Hierarchy (View Summary)

Properties

Properties

ch: number

Position of character in line

isSource: true
line: number

Line number