()
| 496 | |
| 497 | // TODO webpack 6: solve this in a better way |
| 498 | _cleanupLastNormalModuleFactory() { |
| 499 | if (this._lastNormalModuleFactory !== undefined) { |
| 500 | this._lastNormalModuleFactory.cleanupForCache(); |
| 501 | this._lastNormalModuleFactory = undefined; |
| 502 | } |
| 503 | } |
| 504 | |
| 505 | /** |
| 506 | * Release fields on a finished compilation that nothing reads after emit, |
no test coverage detected