node icon indicating copy to clipboard operation
node copied to clipboard

fs: move `ToNamespacedPath` to c++

Open anonrig opened this issue 11 months ago • 38 comments

This is a step forward to move all node:fs implementation to C++. Since we now have support for win32.pathResolve() in C++, we can move forward with moving ToNamespacedPath functions to C++.

In a follow up pull-request, I'll move FromNamespacedPath() from node_url.cc to path.cc

cc @nodejs/fs @RafaelGSS

anonrig avatar Mar 18 '24 15:03 anonrig