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
There is a fair amount of code in fs.js (or fs-normalized.js once #5470 is accepted) that deals with oddities in case sensitive, timestamp preservation, file access differences across OSs and Node versions.
We should explore simplifying this by using a 3rd party library instead.
Perhaps https://github.com/jprichardson/node-fs-extra
which seems to do checks for the existance of fs.copyFile and timestamp normalization.
Need to evaluate performance on several OS's (OSX, Win, Linux) and node versions (pre and post 8.5.0)