paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
378 stars 51 forks source link

Update check for fs.stat/fs.lstat bigint support. #171

Closed jmathew closed 3 years ago

jmathew commented 3 years ago

Fix: https://github.com/paulmillr/readdirp/issues/170

I'm just checking that the node version exceeds 10.5 per the documentation:

I haven't actually tested against the full list of release coming out of process.versions: Node releases. Can write a test for that if necessary.