astro-ghostcms/.pnpm-store/v3/files/5f/097ef58be7dc3a3c578c6d64851...

11 lines
706 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { SharedContext } from '../types';
import type * as ts from 'typescript/lib/tsserverlibrary';
import type * as vscode from '@volar/language-service';
import type { TextDocument } from 'vscode-languageserver-textdocument';
export declare function entriesToLocations(entries: {
fileName: string;
textSpan: ts.TextSpan;
}[], ctx: SharedContext): vscode.Location[];
export declare function entriesToLocationLinks<T extends ts.DocumentSpan>(entries: T[], ctx: SharedContext): vscode.LocationLink[];
export declare function boundSpanToLocationLinks(info: ts.DefinitionInfoAndBoundSpan, originalDoc: TextDocument, ctx: SharedContext): vscode.LocationLink[];
//# sourceMappingURL=transforms.d.ts.map