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
Looks like a bug, because the deep filter ignore nested directories for patterns that starts with /. Most likely this is related to the partial matcher.
Environment
Actual behavior
Expected behavior
input
/src/*/index.*
==> ["src/A/index.ts", "src/B/index.ts"]Steps to reproduce
Code sample
// Paste your code here.
The text was updated successfully, but these errors were encountered: