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