* Adds the provided module to the concat configuration. * @param {Module} module the module * @param {Problem} problem the problem
(module, problem)
| 980 | * @param {Problem} problem the problem |
| 981 | */ |
| 982 | addWarning(module, problem) { |
| 983 | this.warnings.set(module, problem); |
| 984 | } |
| 985 | |
| 986 | /** |
| 987 | * Gets warnings sorted. |
no test coverage detected