process_exports_spec_without_nested

Function process_exports_spec_without_nested 

Source
pub fn process_exports_spec_without_nested(
    mg: &ModuleGraph<'_>,
    module_id: &ModuleIdentifier,
    dep_id: DependencyId,
    export_desc: &ExportsSpec,
    exports_info: &mut ExportsInfoData,
) -> (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 This method is used for the case that the exports info data will not be nested modified that means this exports info can be modified parallelly