X Tutup
The Wayback Machine - https://web.archive.org/web/20220108010335/https://github.com/nodejs/node/pull/41439
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: add recursive readdir #41439

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

@Ethan-Arrowood
Copy link
Contributor

@Ethan-Arrowood Ethan-Arrowood commented Jan 8, 2022

Implements a recursive option for the readdir and readdirSync methods.

Closes: #34992
Ref: nodejs/tooling#130


Starting with tests to just get a sense for how things should behave. Will dive into the implementation next. Any feedback/concerns is welcome at any time.

@Ethan-Arrowood Ethan-Arrowood marked this pull request as draft Jan 8, 2022
@Ethan-Arrowood
Copy link
Contributor Author

@Ethan-Arrowood Ethan-Arrowood commented Jan 8, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
X Tutup