interface BaseNodeWithoutComments {
    loc?: null | SourceLocation;
    range?: [number, number];
    type: string;
}

Hierarchy (View Summary)

Properties

Properties

loc?: null | SourceLocation
range?: [number, number]
type: string