Creates a new instance of the Generator Engine.
The absolute path where the generated files will be saved.
Optional configuration overrides.
Executes the code generation process based on the provided Internal Representation (IR).
The parsed and processed Internal Representation of the API.
Main Code Generation Engine.
Orchestrates the entire generation process by delegating specific tasks to specialized Writers (DTOs, Services, Modules, etc.) that emit code through the TypeScript Compiler API (
ts.factory) and format the result with Prettier.