Searched refs:cacheJsonObject (Results 1 – 1 of 1) sorted by relevance
491 …const [isJsonObject, cacheJsonObject]: [boolean, WholeCache | undefined] = isJsonString(cacheFile); constant492 …const wholeCache: WholeCache = isJsonObject ? cacheJsonObject : { 'runtimeOS': projectConfig.runti… constant