* Returns the issuer. * @deprecated * @returns {Module | null | undefined} issuer
()
| 457 | * @returns {Module | null | undefined} issuer |
| 458 | */ |
| 459 | get issuer() { |
| 460 | return ModuleGraph.getModuleGraphForModule( |
| 461 | this, |
| 462 | "Module.issuer", |
| 463 | "DEP_WEBPACK_MODULE_ISSUER" |
| 464 | ).getIssuer(this); |
| 465 | } |
| 466 | |
| 467 | /** |
| 468 | * Updates the issuer using the provided value. |
nothing calls this directly
no test coverage detected