* @deprecated * @returns {Chunk[]} chunks
()
| 578 | * @returns {Chunk[]} chunks |
| 579 | */ |
| 580 | getChunks() { |
| 581 | return ChunkGraph.getChunkGraphForModule( |
| 582 | this, |
| 583 | "Module.getChunks", |
| 584 | "DEP_WEBPACK_MODULE_GET_CHUNKS" |
| 585 | ).getModuleChunks(this); |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * @deprecated |
no test coverage detected