GenerationResult
@aurorajs.dev/catalyst-cli / generator/engine/file-manager / GenerationResult
Interface: GenerationResult
Section titled “Interface: GenerationResult”Defined in: generator/engine/file-manager.ts:67
Accumulated state of a generation run, mutated across recursive calls.
Properties
Section titled “Properties”lockFiles
Section titled “lockFiles”lockFiles:
LockFile[]
Defined in: generator/engine/file-manager.ts:69
Lockfile entries captured during the run. Persisted by the caller.
originFiles
Section titled “originFiles”originFiles:
string[]
Defined in: generator/engine/file-manager.ts:71
Paths of .origin.* files written because the skeleton was user-modified.