astro-ghostcms/.pnpm-store/v3/files/12/eb8b88fbe44351539e5f8e6a73f...

4 lines
383 B
Plaintext

import type * as ts from 'typescript';
import { LanguagePlugin } from '@volar/language-core';
export declare function proxyCreateProgram(ts: typeof import('typescript'), original: typeof ts['createProgram'], extensions: string[], getLanguagePlugins: (ts: typeof import('typescript'), options: ts.CreateProgramOptions) => LanguagePlugin[]): typeof import("typescript").createProgram;