Function follow_reexports

Source
pub fn follow_reexports(
    module: Vc<Box<dyn EcmascriptChunkPlaceable>>,
    export_name: RcStr,
    side_effect_free_packages: Vc<Glob>,
    ignore_side_effect_of_entry: bool,
) -> Vc<FollowExportsResult>