pub async fn update_ecmascript_merged_chunk(
content: Vc<EcmascriptMergedChunkContent>,
from_version: ResolvedVc<Box<dyn Version>>,
) -> Result<Update>Expand description
Computes a single [Update] covering every chunk in a merged chunk content.
Runtime-agnostic: both the browser and node chunk lists share this one implementation.