* Returns a human-readable identifier for this module. * @param {RequestShortener} requestShortener the request shortener * @returns {string} a user readable identifier of the module
(requestShortener)
| 77 | * @returns {string} a user readable identifier of the module |
| 78 | */ |
| 79 | readableIdentifier(requestShortener) { |
| 80 | return `dll ${this.name}`; |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Builds the module using the provided compilation context. |
no outgoing calls
no test coverage detected