Skip to content
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 pathToFileURL handling of POSIX-style absolute paths on Windows #14854

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Shenlok
Copy link

@Shenlok Shenlok commented Oct 27, 2024

What does this PR do?

Fixes #14816

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

I expanded existing automated tests

  • I included a test for the new code, or existing tests cover it
  • I ran my tests locally and they pass (bun-debug test test-file-name.test)

@Shenlok
Copy link
Author

Shenlok commented Nov 27, 2024

@paperdave sorry, I didn't see you had approved this, need to check my GH notifications settings. Any actions needed from me to progress to a CI build?

@Shenlok
Copy link
Author

Shenlok commented Nov 27, 2024

Updated failing test to reflect the updated behaviour introduced with this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pathToFileURL on Windows fails to include drive letter when input path starts with /
2 participants