astro-ghostcms/.pnpm-store/v3/files/ad/957f9f64fdecf5d25df9a313a26...

5 lines
352 B
Plaintext

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