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
Additionally, eslint just removed globby (which uses fast-glob) so we might not want to use it. We might actually use @nodelib/fs.walk and anymatch so our glob-stream implementation matches chokidar (people complain that the globbing isn't exactly the same).
The fast-glob project provides a stream interface. We should evaluate it against our API.
cc @mrmlnc
The text was updated successfully, but these errors were encountered: