Searched refs:hashJsonFilePath (Results 1 – 5 of 5) sorted by relevance
114 if (!fs.existsSync(this.hashJsonFilePath) || this.hashJsonFilePath.length === 0) {123 jsonFile = fs.readFileSync(this.hashJsonFilePath).toString();349 if (this.hashJsonFilePath.length === 0) {366 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject), 'utf-8');406 if (fs.existsSync(this.hashJsonFilePath)) {407 fs.unlinkSync(this.hashJsonFilePath);
50 hashJsonFilePath: string; property in CommonMode61 this.hashJsonFilePath = this.genHashJsonFilePath();
620 if (this.hashJsonFilePath.length === 0 || !fs.existsSync(this.hashJsonFilePath)) {631 if (fs.existsSync(this.hashJsonFilePath)) {632 jsonFile = fs.readFileSync(this.hashJsonFilePath).toString();817 if (this.hashJsonFilePath.length === 0) {835 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject));878 if (fs.existsSync(this.hashJsonFilePath)) {879 fs.unlinkSync(this.hashJsonFilePath);
131 fs.writeFileSync(bundleMode.hashJsonFilePath, jsonData)
1601 if (path === moduleMode.hashJsonFilePath) {1606 readFileSyncStub.withArgs(moduleMode.hashJsonFilePath).returns(JSON.stringify({}));