@compas/code-gen
Version:
Generate various boring parts of your server
13 lines (12 loc) • 497 B
TypeScript
/**
* Generate common files depending on the enabled generators.
* Not all generators use this way of generating a common file as some have a computed
* generated output that is shared over all groups.
* These generators will write to the common directory them selves.
*
* @param {import("../generated/common/types").CodeGenContext} context
*/
export function generateCommonFiles(
context: import("../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=common.d.ts.map