LockFile
@aurorajs.dev/catalyst-cli / generator/domain/model / LockFile
Interface: LockFile
Sección titulada «Interface: LockFile»Defined in: generator/domain/model.ts:399
Entry persisted in cliter/<bc>/.locks/<scope>/<module>.lock.json.
Records the SHA-1 hash of a generated file’s full content so subsequent regenerations can tell whether the user edited it.
Properties
Sección titulada «Properties»integrity
Sección titulada «integrity»integrity:
string
Defined in: generator/domain/model.ts:401
SHA-1 hash of the full file content, prefixed with sha1:.
path:
string
Defined in: generator/domain/model.ts:403
Relative path of the file, using POSIX separators.