node-filing-cabinet
node-filing-cabinet copied to clipboard
Allow alternative fs to be used for reading files.
Driver for this is: pahen/madge#186 I'll submit a PR
It looks like the only place fs is used currently is to read a tsconfig file here: https://github.com/dependents/node-filing-cabinet/blob/master/index.js#L197
Actually I'll probably have to get the typescript compiler / host to read files from the alternate fs implementation too. There are hooks for that I beleive.