fs: add recursive opendir/readdir by Ethan-Arrowood · Pull Request #41439 · nodejs/node

@nodejs-github-bot added needs-ci

PRs that need a full CI run.

test

Issues and PRs related to the tests.

labels

Jan 8, 2022

VoltrexKeyva

targos

tniessen

bcoe

@MoLow MoLow added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

commit-queue-squash

Add this label to instruct the Commit Queue to squash all the PR commits into the first one.

commit-queue

Add this label to land a pull request using GitHub Actions.

labels

Apr 20, 2023

This was referenced

Apr 24, 2023

@MoLow MoLow mentioned this pull request

Apr 30, 2023

targos pushed a commit that referenced this pull request

May 2, 2023
Adds a naive, linear recursive algorithm for the following methods:
readdir, readdirSync, opendir, opendirSync, and the promise based
equivalents.

Fixes: #34992
PR-URL: #41439
Refs: nodejs/tooling#130
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>

@RDIL RDIL mentioned this pull request

May 3, 2023

2 tasks

@lux01 lux01 mentioned this pull request

Sep 5, 2023

@bnb bnb mentioned this pull request

Oct 12, 2023