Skip to content

Commit fbc1d81

Browse files
committed
refactor: remove module graph of export_info getters
1 parent f9ae321 commit fbc1d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rspack_core/src/exports/export_info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ pub fn process_export_info(
702702
&ExportInfoGetter::exports_info(export_info_data).expect("should have exports info"),
703703
) {
704704
for export_info in exports_info.id.ordered_exports(module_graph) {
705+
let export_info_data = export_info.as_data(module_graph);
705706
process_export_info(
706707
module_graph,
707708
runtime,

0 commit comments

Comments
 (0)