* @deprecated * @returns {Iterable<Chunk>} chunks
()
| 602 | * @returns {Iterable<Chunk>} chunks |
| 603 | */ |
| 604 | get chunksIterable() { |
| 605 | return ChunkGraph.getChunkGraphForModule( |
| 606 | this, |
| 607 | "Module.chunksIterable", |
| 608 | "DEP_WEBPACK_MODULE_CHUNKS_ITERABLE" |
| 609 | ).getOrderedModuleChunksIterable(this, compareChunksById); |
| 610 | } |
| 611 | |
| 612 | /** |
| 613 | * Checks whether this module provides the specified export. |
nothing calls this directly
no test coverage detected