* @deprecated * @returns {boolean | SortableSet<string> | null} used exports
()
| 482 | * @returns {boolean | SortableSet<string> | null} used exports |
| 483 | */ |
| 484 | get usedExports() { |
| 485 | return ModuleGraph.getModuleGraphForModule( |
| 486 | this, |
| 487 | "Module.usedExports", |
| 488 | "DEP_WEBPACK_MODULE_USED_EXPORTS" |
| 489 | ).getUsedExports(this, undefined); |
| 490 | } |
| 491 | |
| 492 | /** |
| 493 | * Gets optimization bailout. |
nothing calls this directly
no test coverage detected