Home
last modified time | relevance | path

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

/developtools/ace-ets2bundle/compiler/src/
Dgen_abc_plugin.ts242 const hashFilePath = genHashJsonPath(buildPath); constant
243 if (hashFilePath.length === 0) {
249 if (fs.existsSync(hashFilePath)) {
250 jsonFile = fs.readFileSync(hashFilePath).toString();
293 const hashFilePath = genHashJsonPath(buildPathInfo); constant
294 if (hashFilePath.length === 0) {
297 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));