UNPKG

svelte-language-server

Version:
8 lines (7 loc) 510 B
/** * adopted from https://github.com/microsoft/vscode/blob/10722887b8629f90cc38ee7d90d54e8246dc895f/extensions/typescript-language-features/src/utils/previewer.ts */ import ts from 'typescript'; export declare function getTagDocumentation(tag: ts.JSDocTagInfo): string | undefined; export declare function plain(parts: ts.SymbolDisplayPart[] | string): string; export declare function getMarkdownDocumentation(documentation: ts.SymbolDisplayPart[] | undefined, tags: ts.JSDocTagInfo[] | undefined): string;