Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: module concatenation for dynamic export info #8730

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

ahabhgk
Copy link
Contributor

@ahabhgk ahabhgk commented Dec 16, 2024

Summary

get_export_info needs mutable module graph for dynamic export info, but we use immutable module graph in codegen phase for some reasons, we can't easily change it to mutable, so introduce get_export_info_without_mut_module_graph for these cases.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@ahabhgk ahabhgk requested a review from JSerFeng December 16, 2024 11:10
@ahabhgk ahabhgk enabled auto-merge (squash) December 16, 2024 11:10
@github-actions github-actions bot added release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack. labels Dec 16, 2024
Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 463616a
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/67601c56a961780008748132

@ahabhgk ahabhgk merged commit 36094e2 into main Dec 17, 2024
32 checks passed
@ahabhgk ahabhgk deleted the fix-concat-specifier branch December 17, 2024 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants