tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
911 stars 86 forks source link

Fixes for Node 6.3 #138

Closed tschaub closed 8 years ago

tschaub commented 8 years ago

This adds binding.realpath() and adapts binding.readlink() and binding.readdir() so they can work with and without an encoding argument.

It also makes it so we rely on require('constants') instead of process.binding('constants').

Fixes #137.