* Returns the modules for this chunk. * @deprecated * @returns {Module[]} the modules for this chunk
()
| 269 | * @returns {Module[]} the modules for this chunk |
| 270 | */ |
| 271 | getModules() { |
| 272 | return ChunkGraph.getChunkGraphForChunk( |
| 273 | this, |
| 274 | "Chunk.getModules", |
| 275 | "DEP_WEBPACK_CHUNK_GET_MODULES" |
| 276 | ).getChunkModules(this); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Removes this chunk from the chunk graph and chunk groups. |
no test coverage detected