-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] - custom fs implementation #172
Comments
Send a PR to allow setup own fs |
Currently, the methods that access
I think I'd need to remove that and have them declared at the class instance level, so that if a custom |
Yes |
Great. PR #173 Submitted! |
fixed, you can pass a |
Hello,
I would like to use an alternative underlying
fs
implementation, such asmemfs
orunionfs
I am not sure If I can do this, as NodeJsInputFileSystem seems to be harcoded to use a particular underlying
fs
implementation. What would be the best way to go about this? ThanksThe text was updated successfully, but these errors were encountered: