-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to exclude files using glob pattern #1763
Comments
Thanks for the heads up, I've got a working reproduction locally. Trying to figure out the fix. |
From what I can tell this issue is likely in globby or somewhere lower but I can't tell why. Let me explain, sortier uses globby to perform all glob interpretations and when I debug the code I see the following:
Testing the glob in Seems to return the correct list of files so I'm not sure why this is happening. Also, it seems |
I created https://github.com/k2snowman69/issue-sortier-1763/blob/main/app/globby.test.js just to express the issue with globby a bit better. This reproduces the environment described in this bug. I created a test that shows that
Not going to lie, I'm confused. This might be something to follow up on the globby library with. A work around might be temporarily using the |
Language
Typescript | JavaScript | CSS
Sample input source code
Expected output
Actual output (or error message)
The text was updated successfully, but these errors were encountered: