SourceLocation type
Home > @rimitive/core > SourceLocation
SourceLocation type
Section titled “SourceLocation type”Source location info with both display name and full path for editor jumping.
Signature:
export type SourceLocation = { display: string; filePath: string; line: number; column?: number;};