fs icon indicating copy to clipboard operation
fs copied to clipboard

Async-capabilities for fs/glob and fs/match

Open joakimen opened this issue 3 years ago • 0 comments

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.

joakimen avatar Mar 10 '23 18:03 joakimen