ttsc
Version:
General-purpose TypeScript-Go compiler, runtime, plugin host, and LSP host.
11 lines (10 loc) • 409 B
TypeScript
export * from "./ITtscCompilerContext";
export * from "./ITtscCompilerDiagnostic";
export * from "./ITtscCompilerResult";
export * from "./ITtscCompilerTransformation";
export * from "./ITtscPlugin";
export * from "./ITtscPluginCapabilities";
export * from "./ITtscPluginContributor";
export * from "./ITtscPluginFactoryContext";
export * from "./ITtscProjectPluginConfig";
export * from "./TtscPluginStage";