Home
last modified time | relevance | path

Searched refs:lastHash (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts217 const lastHash: string | undefined= cache?.pkgJsonFileHash; constant
218 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash;
Dets_checker.ts400 const lastHash: string | undefined= cache?.pkgJsonFileHash; constant
401 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash;