Skip to main content

Module content

Module content 

Source
Expand description

Diffing and merging of Ecmascript chunk contents for hot module replacement.

Each module covers both the single-chunk and the merged (multi-chunk) case, the latter being what a chunk list produces a single update from.

Structsยง

EcmascriptMergedChunkContent
Composite [VersionedContent] that is the result of merging multiple Ecmascript chunk contents together through the super::merger::EcmascriptChunkContentMerger. This allows a chunk list to produce a single EcmascriptMergedUpdate for multiple chunks updating at the same time.