Skip to content

BaseSourceLocation

Defined in: source-location.ts:46

Base interface that all source locations must extend.

The kind field discriminates between different location types. The file field identifies the source file.

readonly file: string

Defined in: source-location.ts:50

Path to the source file


readonly kind: string

Defined in: source-location.ts:48

Discriminator for the location type