UNPKG

@ts-ast-parser/core

Version:

Reflects a simplified version of the TypeScript AST for generating documentation

14 lines 271 B
/** * Represents a location */ export interface SourceReference { /** * The start line number */ line?: number; /** * The file path relative to the current working directory */ path?: string; } //# sourceMappingURL=reference.d.ts.map