-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
module: load source maps in commonjs translator #51053
module: load source maps in commonjs translator #51053
Conversation
Review requested:
|
Why is this a new PR? Can you please just update the branch for #51033 with this code? Then if you can refactor |
I understand that’s how you prefer to organize your PRs, but in this project we squash all commits for every PR, and we want each PR to be as contained as possible because we need to backport the squashed commits onto multiple release lines (21.x, 20.x, 18.x, etc.). In other words, we try to minimize the number of commits on |
Okay, in that case, I'll address your comments exclusively to the changes I made. |
People often just push new commits to respond to each code review note. It doesn’t matter how many commits are on a branch because they all end up getting squashed anyway; but until the PR lands, if you ever need the history of how the PR looked at an earlier point, you still have it. Thanks for working with us! |
It was less about the commits (as I often squash/amend my commits in a PR anyway). More about the scope of the change and how easy it is for a 3rd person to understand relevant code changes. |
Addresses #51033 (comment)
PR waiting on #51033