mrmlnc / fast-glob

:rocket: It's a very fast and efficient glob library for Node.js
MIT License
2.51k stars 108 forks source link

Use native fs.Dirent #413

Closed mrmlnc closed 1 year ago

mrmlnc commented 1 year ago

What is the purpose of this pull request?

In addition to the changes to @nodelib, use native fs.Dirent instead of our own implementation. This is necessary to eliminate the difference between the behavior of Node.js internal modules and this package.