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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”
readonlyfile:string
Defined in: source-location.ts:50
Path to the source file
readonlykind:string
Defined in: source-location.ts:48
Discriminator for the location type