Searched refs:lastHash (Results 1 – 2 of 2) sorted by relevance
217 const lastHash: string | undefined= cache?.pkgJsonFileHash; constant218 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash;
400 const lastHash: string | undefined= cache?.pkgJsonFileHash; constant401 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash;