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` or `path.win32`.
Currently
url.fileURLtoPathproduces different output based on the operating system the program is ran on.I couldn't find an helper similar to
path.posixorpath.win32.