ttsc
Version:
General-purpose TypeScript-Go compiler, runtime, plugin host, and LSP host.
4 lines (3 loc) • 313 B
TypeScript
import type { ITtscParsedProjectConfig } from "../../../structures/internal/ITtscParsedProjectConfig";
/** Serialize the retained project identity for a native sidecar invocation. */
export declare function createNativeProjectContextArgs(project: ITtscParsedProjectConfig, pluginConfigOrigin?: string): string[];