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

Exclude stops working with v0.18.0 #20

Closed
boredland opened this issue Nov 24, 2023 · 1 comment · Fixed by #21
Closed

Exclude stops working with v0.18.0 #20

boredland opened this issue Nov 24, 2023 · 1 comment · Fixed by #21

Comments

@boredland
Copy link

With earlier versions I had an exclude as such: [./utils.ts,./*.test.ts]. After the upgrade, both are included.

@mmkal
Copy link
Owner

mmkal commented Dec 6, 2023

I just looked into this and it looks like it's because of a new bug in glob: isaacs/node-glob#570.

To workaround for now you can change to [utils.ts, *.test.ts]. I will look into an automatic workaround until the upstream issue is fixed.

@mmkal mmkal closed this as completed in #21 Jan 18, 2024
mmkal added a commit that referenced this issue Jan 18, 2024
fixes #20

workaround for isaacs/node-glob#570

Co-authored-by: Misha Kaletsky <[email protected]>
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 a pull request may close this issue.

2 participants