* Returns the chunk which contains the entrypoint modules * (or at least the execution of them) * @returns {Chunk} chunk
()
| 88 | * @returns {Chunk} chunk |
| 89 | */ |
| 90 | getEntrypointChunk() { |
| 91 | return /** @type {Chunk} */ (this._entrypointChunk); |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Replaces one member chunk with another while preserving the group's |
no outgoing calls
no test coverage detected