Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts218 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash; constant
219 if (!service || shouldRebuild) {
Dets_checker.ts401 const shouldRebuild: boolean | undefined = currentHash && lastHash && currentHash !== lastHash; constant
402 if (!service || shouldRebuild) {