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
Ideally replace with fdir since globbing isn't actually needed in this case
Alternatively, replace with tinyglobby, which has a more 1:1 API and would be a slightly faster migration
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
fast-glob
has 17 dependencies and really isn't needed where it's usedhttps://npmgraph.js.org/?q=fast-glob
Describe the solution you'd like
Ideally replace with
fdir
since globbing isn't actually needed in this caseAlternatively, replace with
tinyglobby
, which has a more 1:1 API and would be a slightly faster migrationTeachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Reduce the number of unnecessary dependencies
The text was updated successfully, but these errors were encountered: