()
| 21872 | this.codeAtStart = await this.fileSystem.read(filePath) |
| 21873 | } |
| 21874 | async singlePassFuse() { |
| 21875 | if (!this._fuseRequest) this._fuseRequest = this._singlePassFuse() |
| 21876 | return await this._fuseRequest |
| 21877 | } |
| 21878 | async _singlePassFuse() { |
| 21879 | const { fileSystem, filePath, codeAtStart } = this |
| 21880 | if (codeAtStart !== undefined) { |
no test coverage detected