You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The background on this is here: pahen/madge#186
I am working my way through the stack, and anything that directly uses fs I am seeing if we can allow an alternative fs implementation to be passed in. This allows some interesting scenarios like supporting virtual file systems, with things like unionfs and memfs.
Would you be open to a PR that allows an additional fileSystem option to be passed in, and if it is, will use that instead of the default fs ?