IsFileUnmodified
@aurorajs.dev/catalyst-cli / generator/engine/lock-file / isFileUnmodified
Function: isFileUnmodified()
Section titled “Function: isFileUnmodified()”isFileUnmodified(
filePath,lockFiles,relativePath):boolean
Defined in: generator/engine/lock-file.ts:91
True when the file’s current content matches its lock entry — i.e. user did NOT modify it.
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
lockFiles
Section titled “lockFiles”LockFile[]
relativePath
Section titled “relativePath”string
Returns
Section titled “Returns”boolean