thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.46k stars 51 forks source link

Add support for returning symlinked paths #84

Closed thecodrr closed 1 year ago

thecodrr commented 1 year ago

This adds a new builder method withRealPaths which should give the previous behavior. By default symlinked paths will not be resolved.

Closes #83