| | |
| | | /** @typedef {import(".").Entrypoint} Entrypoint */ |
| | | |
| | | /** |
| | | * Connects chunk group and chunk. |
| | | * @param {ChunkGroup} chunkGroup the ChunkGroup to connect |
| | | * @param {Chunk} chunk chunk to tie to ChunkGroup |
| | | * @returns {void} |
| | |
| | | }; |
| | | |
| | | /** |
| | | * Connects chunk group parent and child. |
| | | * @param {ChunkGroup} parent parent ChunkGroup to connect |
| | | * @param {ChunkGroup} child child ChunkGroup to connect |
| | | * @returns {void} |
| | |
| | | }; |
| | | |
| | | /** |
| | | * Connects entrypoint and depend on. |
| | | * @param {Entrypoint} entrypoint the entrypoint |
| | | * @param {Entrypoint} dependOnEntrypoint the dependOnEntrypoint |
| | | * @returns {void} |