astro-ghostcms/.pnpm-store/v3/files/a9/9bf3e6f311e1c9dd7596132d614...

11 lines
497 B
Plaintext

import type * as vscode from '@volar/language-service';
import type * as ts from 'typescript/lib/tsserverlibrary';
import { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (uri: string, options: {
semantic?: boolean;
syntactic?: boolean;
suggestion?: boolean;
declaration?: boolean;
}) => vscode.Diagnostic[];
export declare function getEmitDeclarations(compilerOptions: ts.CompilerOptions): boolean;
//# sourceMappingURL=diagnostics.d.ts.map