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();346 if (this.hashJsonFilePath.length === 0) {363 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject), 'utf-8');403 if (fs.existsSync(this.hashJsonFilePath)) {404 fs.unlinkSync(this.hashJsonFilePath);
50 hashJsonFilePath: string; property in CommonMode61 this.hashJsonFilePath = this.genHashJsonFilePath();
499 if (this.hashJsonFilePath.length === 0 || !fs.existsSync(this.hashJsonFilePath)) {510 if (fs.existsSync(this.hashJsonFilePath)) {511 jsonFile = fs.readFileSync(this.hashJsonFilePath).toString();686 if (this.hashJsonFilePath.length === 0) {704 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject));747 if (fs.existsSync(this.hashJsonFilePath)) {748 fs.unlinkSync(this.hashJsonFilePath);
131 fs.writeFileSync(bundleMode.hashJsonFilePath, jsonData)
1550 if (path === moduleMode.hashJsonFilePath) {1555 readFileSyncStub.withArgs(moduleMode.hashJsonFilePath).returns(JSON.stringify({}));