()
| 322 | } |
| 323 | |
| 324 | async close(): Promise<void> { |
| 325 | this.memoryFiles.clear() |
| 326 | await this._devEngine?.close() |
| 327 | this.initialBuildCompleted = false |
| 328 | } |
| 329 | |
| 330 | private storeOutputFiles(output: RolldownOutput['output']): void { |
| 331 | // NOTE: don't clear memoryFiles here as incremental build reuses the files |