Interface: Location
Defined in: packages/index/src/index.ts:44
A location: a source range, optionally in a named file.
Properties
file?
ts
optional file?: string;Defined in: packages/index/src/index.ts:45
span
ts
span: SourceSpan;Defined in: packages/index/src/index.ts:46