Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts416 const systemApiContent = { constant
425 fs.writeFileSync(systemApiCachePath, JSON.stringify(systemApiContent, null, 2));
462 let systemApiContent = JSON.parse(fs.readFileSync(systemApiCachePath, "utf-8")); variable
463 if (systemApiContent["ReservedPropertyNames"]) {
464 systemConfigs.reservedPropertyNames = systemApiContent["ReservedPropertyNames"];
466 if (systemApiContent["ReservedNames"]) {
467 systemConfigs.reservedNames = systemApiContent["ReservedNames"];