Searched refs:wholeFileInfo (Results 1 – 3 of 3) sorted by relevance
665 …wholeFileInfo: {[id: string]: SpecialArkTSFileInfo | TSFileInfo} = {}; // Save ArkTS & TS file's i… property in ProcessFileInfo705 this.wholeFileInfo[id] = new SpecialArkTSFileInfo(fileCacheInfo);707 this.wholeFileInfo[id] = new TSFileInfo(fileCacheInfo);738 fileCacheInfo[id] = this.wholeFileInfo[id].fileInfo;739 for (const resource of this.wholeFileInfo[id].newFileToResourceList) {748 if (!this.wholeFileInfo[id].newFileToResourceList.has(resource)) {752 fileCacheInfo[id].fileToResourceList = [...this.wholeFileInfo[id].newFileToResourceList];767 cacheInfo[id] = this.wholeFileInfo[id].fileInfo;800 this.wholeFileInfo[file].newFileToResourceList.add(resource);
229 storedFileInfo.wholeFileInfo[path.resolve(sourceFile.fileName)].hasEntry = true;231 storedFileInfo.wholeFileInfo[path.resolve(sourceFile.fileName)].hasEntry = false;
178 !storedFileInfo.wholeFileInfo[filePath].hasEntry &&