Searched refs:entryFile (Results 1 – 2 of 2) sorted by relevance
56 const entryFile = path.join(cachePath, 'entry.json');92 addCacheFiles(entryFile, cachePath, entryPaths);174 function addCacheFiles(entryFile, cachePath, entryPaths) { argument176 if (fs.existsSync(entryFile)) {177 const oldArray = JSON.parse(fs.readFileSync(entryFile));185 fs.writeFileSync(entryFile, JSON.stringify(entryArray));
77 const entryFile: string = toUnixPath(path.join(buildPath, value.entry)); constant78 …const entry: string = entryFile.substring(0, entryFile.lastIndexOf('.')).replace(new RegExp(NODE_M…