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: remove back-slashes in input's glob expression #2

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

salimabsi
Copy link

This PR should fix input glob pattern on Windows:
While preparing input path for compilation, the node's path.join() on windows returns path with back-slashes, this should be fine if fast-glob internally supports back-slashes in glob expression, but it doens't, see fast-glob docs

@innocenzi innocenzi changed the title fix: avoid back-slashes in input's glob expression fix: remove back-slashes in input's glob expression Mar 4, 2023
@innocenzi innocenzi merged commit 3ebea57 into innocenzi:main Mar 4, 2023
@innocenzi
Copy link
Owner

Good catch, thank you!

@salimabsi
Copy link
Author

Thanks

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.

2 participants