fs
fs copied to clipboard
Async-capabilities for fs/glob and fs/match
It would be useful if the library provided async-capabilities for finding files, such as a callback-based API for fs/glob and fs/match. That way we could traverse large file-trees in the background without blocking the main thread.