Skip to content

LockFile

@aurorajs.dev/catalyst-cli


@aurorajs.dev/catalyst-cli / generator/domain/model / 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.

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.