Yagiz Nizipli

Results 171 issues of 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...

c++
fs
windows
lib / src
baking-for-lts
needs-ci
commit-queue-squash

`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...

build
macos

Removes unnecessary error thrown when lstatSync is called without `throwIfNoEntry` option.

fs
author ready
needs-ci
request-ci

> 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/

c++
lib / src
author ready
needs-ci
request-ci

Reduces unnecessary string copy on several URL operations cc @nodejs/url

c++
whatwg-url
author ready
needs-ci
request-ci

Adds missing `fs_dir` typings for intellisense

fs
author ready
commit-queue
typings

Moves `toNamespacedPath` calls to C++ just like the rest of `node:fs`

c++
fs
author ready
needs-ci
review wanted
request-ci

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...

windows
npm

Fix jsdoc and typescript types in lib/fs.js

fs
needs-ci
typings

Adds V8 Fast API to `fs.closeSync(fd)` implementation cc @nodejs/performance @nodejs/fs @nodejs/cpp-reviewers

c++
fs
needs-ci