(absolutePath)
| 21802 | return value |
| 21803 | } |
| 21804 | async createReadStream(absolutePath) { |
| 21805 | return await this.read(absolutePath) |
| 21806 | } |
| 21807 | async exists(absolutePath) { |
| 21808 | if (isUrl(absolutePath)) { |
| 21809 | const result = await fetchWithCache(absolutePath) |