merge_exports_without_nested

Function merge_exports_without_nested 

Source
pub fn merge_exports_without_nested(
    mg: &ModuleGraph<'_>,
    module_id: &ModuleIdentifier,
    exports_info: &mut ExportsInfoData,
    exports: &Vec<ExportNameOrSpec>,
    global_export_info: DefaultExportInfo<'_>,
    dep_id: DependencyId,
) -> (bool, Vec<(ModuleIdentifier, ModuleIdentifier)>)
Expand description

Do merging of exports info and create export infos from export specs

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