Interface BranchMapping

Istanbul-compatible branch mapping

interface BranchMapping {
    line: number;
    loc: Range;
    locations: Range[];
    type: string;
}

Properties

Properties

line: number
loc: Range
locations: Range[]
type: string