-
Notifications
You must be signed in to change notification settings - Fork 73
fix: manifest glob on windows #413
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
Conversation
🦋 Changeset detectedLatest commit: 688c369 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Thanks for the PR 🙏 Could you please
|
@ha1fstack have you tested this successfuly on windows - I can not really tell from https://www.npmjs.com/package/glob#windows if that fixes the issue? |
Yes I tested and it works fine related: what it does: |
for context, the linked issue thread has two separate problems
as you commented this should be fixed on upstream and it does not crash the build.
the pr fixes this issue - on windows system node:path uses windowsPathsNoEscape option replaces double backslash with single forward slash. |
I had some misunderstandings, this PR is unrelated to the linked issue's parent post ([WARNING] Comparison with -0 using...). cloudflare/workers-sdk#8159 |
76d3c1a
to
411918b
Compare
Thanks @ha1fstack |
Thank you for prompt response and fixup! |
relates to #321
node:path's join on windows uses
\\
separator but node-glob by default accepts only/