* Returns the id of the module. * @param {Module} module the module * @returns {ModuleId | null} the id of the module
(module)
| 1525 | * @returns {ModuleId | null} the id of the module |
| 1526 | */ |
| 1527 | getModuleId(module) { |
| 1528 | const cgm = this._getChunkGraphModule(module); |
| 1529 | return cgm.id; |
| 1530 | } |
| 1531 | |
| 1532 | /** |
| 1533 | * Updates module id using the provided module. |
no test coverage detected