* Signals that webpack is entering an idle phase and cache backends may flush * or compact pending work. * @returns {void}
()
| 155 | * @returns {void} |
| 156 | */ |
| 157 | beginIdle() { |
| 158 | this.hooks.beginIdle.call(); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Signals that webpack is leaving the idle phase and waits for cache |
no test coverage detected