Skip to content

Commit

Permalink
Export name only if
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 14, 2025
1 parent f7fa8b8 commit e456bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ pub(crate) async fn analyse_ecmascript_module_internal(
*r_ref.request,
*r_ref.issue_source,
Value::new(r_ref.annotations.clone()),
Some(ModulePart::export(export)),
r_ref.export_name.map(|_v| ModulePart::export(export)),
r_ref.import_externals,
)
.to_resolved()
Expand Down

0 comments on commit e456bd4

Please # to comment.