()
| 202 | } |
| 203 | |
| 204 | public clear(): void { |
| 205 | this.hotModulesMap.clear() |
| 206 | this.disposeMap.clear() |
| 207 | this.pruneMap.clear() |
| 208 | this.dataMap.clear() |
| 209 | this.customListenersMap.clear() |
| 210 | this.ctxToListenersMap.clear() |
| 211 | } |
| 212 | |
| 213 | // After an HMR update, some modules are no longer imported on the page |
| 214 | // but they may have left behind side effects that need to be cleaned up |