Allow alternative fs to be used for reading files.
dazinator opened this issue · 1 comments
dazinator commented
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
dazinator commented
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.