-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
npm-package-arg update #8115
npm-package-arg update #8115
Conversation
Removes all usage of `.replace(/#/g, '%23')` for compatibility with the new version This is the code changes from #8112 isloated from the dependency update itself. Closes: npm/npm-package-arg#203 Credit: @TrevorBurnham
f0dffc7
to
45f8dfb
Compare
As a courtesy I am going to wait for @TrevorBurnham to comment before landing this, since they are the original author. |
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.
Glad to help! I left one nitpick comment inline; I didn't review my find-and-replace change very carefully before since I wasn't sure if that was the direction you wanted to go in. All the other changes look good to me.
Removal if the vestigial |
Following up on npm#8115. Since `cleanFetchSpec` no longer differs from `fetchSpec`, it's no longer needed.
Following up on #8115. Since `cleanFetchSpec` no longer differs from `fetchSpec`, it's no longer needed. cc @wraithgar
Replaces #8112