* Returns a string representation. * @returns {string} for debugging
()
| 930 | * @returns {string} for debugging |
| 931 | */ |
| 932 | toString() { |
| 933 | return `Module[${this.debugId}: ${this.identifier()}]`; |
| 934 | } |
| 935 | |
| 936 | /** |
| 937 | * Checks whether the module needs to be rebuilt for the current build state. |
nothing calls this directly
no test coverage detected