Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts765 const cacheInfo: {[id: string]: fileInfo} = cache.get('fileCacheInfo') || {}; constant
767 cacheInfo[id] = this.wholeFileInfo[id].fileInfo;
769 cache.set('fileCacheInfo', cacheInfo);
837 constructor(cacheInfo: fileInfo, etsFile?: boolean) {
839 this.fileInfo = cacheInfo || this.fileInfo;
854 constructor(cacheInfo?: fileInfo) {
855 super(cacheInfo, true);
856 this.fileInfo = cacheInfo || this.fileInfo;