(absolutePath, content)
| 21959 | return await this._storage.getCTime(absolutePath) |
| 21960 | } |
| 21961 | async writeProduct(absolutePath, content) { |
| 21962 | this.productCache.push(absolutePath) |
| 21963 | return await this.write(absolutePath, content) |
| 21964 | } |
| 21965 | makeRelativePath(importer, importee) { |
| 21966 | const folder = this.dirname(importer) |
| 21967 | let absoluteImportFilePath = this.join(folder, importee) |