-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
url: missing posix/win fileURLtoPath alternative #51609
Comments
To solve this issue of:
Make sure to replace Check this might work. 😊 |
Are there common usecases where IMHO these functions belong to |
In my initial idea for #52509, I tried to move them, but I decided against it for a few reasons:
I'm totally for the potential move, I'm just not sure the best way to do it. |
Currently
url.fileURLtoPath
produces different output based on the operating system the program is ran on.I couldn't find an helper similar to
path.posix
orpath.win32
.The text was updated successfully, but these errors were encountered: