process_exports_spec

Function process_exports_spec 

Source
pub fn process_exports_spec(
    mg: &mut ModuleGraph<'_>,
    module_id: &ModuleIdentifier,
    dep_id: DependencyId,
    export_desc: &ExportsSpec,
    exports_info: ExportsInfo,
) -> (bool, Vec<(ModuleIdentifier, ModuleIdentifier)>)
Expand description

Merge exports specs to exports info data and also collect the dependencies which will be used to backtrack when target exports info is changed