You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colelawrence
changed the title
Bun Glob does not match **/*name* to any file paths
Bun Glob .match does not match **/*name* to any file paths
Jan 29, 2025
What version of Bun is running?
1.2.0+b0c5a7655
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
Run this test.
What is the expected behavior?
I expect
**/*somestring*
to behave like simply checking if the last part of the path contains "somestring"What do you see instead?
It does not match
Additional information
No response
The text was updated successfully, but these errors were encountered: