Files
website/node_modules/@volar/language-server/lib/project/simpleProject.d.ts
2024-05-06 17:15:30 -04:00

5 lines
408 B
TypeScript

import { ServiceEnvironment, ServicePlugin } from '@volar/language-service';
import type { ServerContext, ServerOptions } from '../server';
import type { ServerProject } from '../types';
export declare function createSimpleServerProject(context: ServerContext, serviceEnv: ServiceEnvironment, servicePlugins: ServicePlugin[], getLanguagePlugins: ServerOptions['getLanguagePlugins']): Promise<ServerProject>;