usearcstr::ArcStr;#[derive(Debug)]pubstructHmrLazyChunkOutput{pubcode: String,
pubfilename: String,
/// `(stable id, render-time stamp)` for every module this chunk carries — the
/// pending-payload entry that the delivery-time ship-map write consumes when the
/// serving middleware observes the response complete.
pubcarried:Vec<(ArcStr, u32)>,
}