node-filing-cabinet icon indicating copy to clipboard operation
node-filing-cabinet copied to clipboard

Allow alternative fs to be used for reading files.

Open dazinator opened this issue 7 years ago • 1 comments

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 avatar Dec 09 '18 16:12 dazinator

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.

dazinator avatar Dec 09 '18 16:12 dazinator