Skip to content

TextLocation

Defined in: source-location.ts:134

Text file location (TypeScript, plain text, etc.)

readonly optional column: number

Defined in: source-location.ts:137


readonly file: string

Defined in: source-location.ts:50

Path to the source file

BaseSourceLocation.file


readonly kind: "text"

Defined in: source-location.ts:135

Discriminator for the location type

BaseSourceLocation.kind


readonly line: number

Defined in: source-location.ts:136