-
-
Notifications
You must be signed in to change notification settings - Fork 260
fix: make removeNodeProtocol
work with shims
#1242
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: make removeNodeProtocol
work with shims
#1242
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
|
According to the documentation, the Do you think it's necessary to support |
@sxzz I see what you're saying, I guess the point of the PR is to make |
92b0d02
to
5663611
Compare
5663611
to
3e89689
Compare
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.
LGTM for the rest part
3e89689
to
4daf90b
Compare
4daf90b
to
ecdbe07
Compare
@sxzz I have made the requested adjustments. |
ecdbe07
to
d3d2742
Compare
59c54c2
to
924e375
Compare
This change broke my library such that it no longer worked in Deno, e.g: error: Relative import path "util" not prefixed with / or ./ or ../
hint: If you want to use a built-in Node module, add a "node:" prefix (ex. "node:util"). Adding |
This PR:
removeNodeProtocol
to work withshims
.