astro-ghostcms/.pnpm-store/v3/files/ce/4293ef3c731f0d3790c6dbd21e7...

11 lines
482 B
Plaintext

import type * as vscode from '@volar/language-service';
import type * as ts from 'typescript';
import type { 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