Yagiz Nizipli
Yagiz Nizipli
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...
`std::format("hello {}", "world")` is not available before 13.3, and we support 11. Is there any reason not to update minimum macOS version in the next major? - macOS 11 release...
Removes unnecessary error thrown when lstatSync is called without `throwIfNoEntry` option.
> Work in progress. I need to write some benchmarks before making this pull-request ready. Benchmark on all `fs` commands: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1575/
Reduces unnecessary string copy on several URL operations cc @nodejs/url
Adds missing `fs_dir` typings for intellisense
Moves `toNamespacedPath` calls to C++ just like the rest of `node:fs`
I'm getting the following error when trying to run a simple npx command on Windows. I opened the issue to this repository because we are distributing `npm`, we define the...
Adds V8 Fast API to `fs.closeSync(fd)` implementation cc @nodejs/performance @nodejs/fs @nodejs/cpp-reviewers