astro-ghostcms/.pnpm-store/v3/files/ad/c0c1594c8af521b895fcbd85e97...

5 lines
394 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import { type FileRegistry } from '@volar/language-core';
import type * as ts from 'typescript';
export declare function decorateLanguageServiceHost(virtualFiles: FileRegistry, languageServiceHost: ts.LanguageServiceHost, ts: typeof import('typescript')): void;
export declare function searchExternalFiles(ts: typeof import('typescript'), project: ts.server.Project, exts: string[]): string[];