Searched refs:systemApiContent (Results 1 – 1 of 1) sorted by relevance
416 const systemApiContent = { constant425 fs.writeFileSync(systemApiCachePath, JSON.stringify(systemApiContent, null, 2));462 let systemApiContent = JSON.parse(fs.readFileSync(systemApiCachePath, "utf-8")); variable463 if (systemApiContent["ReservedPropertyNames"]) {464 systemConfigs.reservedPropertyNames = systemApiContent["ReservedPropertyNames"];466 if (systemApiContent["ReservedNames"]) {467 systemConfigs.reservedNames = systemApiContent["ReservedNames"];