@baseplate-dev/core-generators
Version:
Core generators for Baseplate
16 lines • 645 B
TypeScript
import type { TemplateExtractorContext } from '@baseplate-dev/sync';
export declare const GENERATED_PATHS_FILE_NAME = "template-paths.ts";
interface PathsFileExportNames {
interfaceName: string;
providerExportName: string;
taskName: string;
rootExportName: string;
}
export declare function getPathsFileExportNames(generatorName: string): PathsFileExportNames;
export declare function writePathMapFile(generatorName: string, pathMap: Map<string, string>, context: TemplateExtractorContext, options?: {
skipTaskGeneration?: boolean;
}): Promise<{
exportName: string;
}>;
export {};
//# sourceMappingURL=paths-file.d.ts.map