* Returns a progress reporter, if any. * @param {Compiler} compiler the current compiler * @returns {ReportProgress | undefined} a progress reporter, if any
(compiler)
| 224 | * @returns {ReportProgress | undefined} a progress reporter, if any |
| 225 | */ |
| 226 | static getReporter(compiler) { |
| 227 | return progressReporters.get(compiler); |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Creates an instance of ProgressPlugin. |
no test coverage detected