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
I was trying to use this library as a filesystem for webpack, but the lack of support for functions like mkdirp makes me unable to do so. There's no point to me to use unionfs with memfs+fs if it doesn't allow me to at least use all of memfs functions: https://github.com/streamich/memfs/blob/master/docs/api-status.md
The text was updated successfully, but these errors were encountered:
Sleepful
changed the title
Feature: support the whole node.js API
Feature Request: support the whole node.js API
Mar 15, 2019
I was trying to use this library as a filesystem for webpack, but the lack of support for functions like
mkdirp
makes me unable to do so. There's no point to me to useunionfs
withmemfs
+fs
if it doesn't allow me to at least use all ofmemfs
functions: https://github.com/streamich/memfs/blob/master/docs/api-status.mdThe text was updated successfully, but these errors were encountered: