-
Notifications
You must be signed in to change notification settings - Fork 13.4k
resolve: Refactor away record_exports, fixing #4953 #30864
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @nrc |
None => return, | ||
}; | ||
self.resolver.export_map.entry(node_id).or_insert(Vec::new()).push(export); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you move the if public check into add_export
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
Wow, nice. r+ with the tiny bit of refactoring |
02226ed
to
d3561d4
Compare
@nrc Thanks for the feedback. I moved the public check into add_export and amended the commit. |
@bors: r+ |
📌 Commit d3561d4 has been approved by |
☔ The latest upstream changes (presumably #30883) made this pull request unmergeable. Please resolve the merge conflicts. |
d3561d4
to
a353490
Compare
@nrc Rebased |
@bors: r+ |
📌 Commit a353490 has been approved by |
No description provided.