I don't have access to reopen #16, so I'm taking the liberty of creating a new issue.
A library I'm working on (https://github.com/papandreou/node-gitfakefs) emulates node.js' fs module on top of a git repo, but I'm unable to provide an implementation for the Sync methods, which has turned out to be a problem in some cases, such as loading modules via require.
I don't have access to reopen #16, so I'm taking the liberty of creating a new issue.
A library I'm working on (https://github.com/papandreou/node-gitfakefs) emulates node.js'
fsmodule on top of a git repo, but I'm unable to provide an implementation for theSyncmethods, which has turned out to be a problem in some cases, such as loading modules viarequire.