Interface StackItem

A stack trace item.

interface StackItem {
    description: string;
    isCompIter: boolean;
    location: Location;
}

Properties

description: string

String description of the stack trace item

isCompIter: boolean

Whether this is a comprehension iteration item

location: Location

Location