GenerationResult
@aurorajs.dev/catalyst-cli / generator/engine/file-manager / GenerationResult
Interface: GenerationResult
Section titled “Interface: GenerationResult”Defined in: generator/engine/file-manager.ts:82
Accumulated state of a generation run. Mutated across recursive calls so callers can inspect what was produced.
Properties
Section titled “Properties”lockFiles
Section titled “lockFiles”lockFiles:
LockFile[]
Defined in: generator/engine/file-manager.ts:84
Lockfile entries captured during the run. Persisted by the caller.
originFiles
Section titled “originFiles”originFiles:
string[]
Defined in: generator/engine/file-manager.ts:86
Paths of .origin.* files written because the skeleton was user-modified.