MCPcopy
hub / github.com/webpack/webpack / chunksIterable

Method chunksIterable

lib/Module.js:604–610  ·  view source on GitHub ↗

* @deprecated * @returns {Iterable<Chunk>} chunks

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected