-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 opendir/readdir #41439
Merged
nodejs-github-bot
merged 12 commits into
nodejs:main
from
Ethan-Arrowood:feature/recursive-readdir
Apr 20, 2023
Merged
fs: add recursive opendir/readdir #41439
nodejs-github-bot
merged 12 commits into
nodejs:main
from
Ethan-Arrowood:feature/recursive-readdir
Apr 20, 2023
+659
−31
Commits on Apr 13, 2023
-
fs: add recursive option to readdir and opendir
Adds a naive, linear recursive algorithm for the following methods: readdir, readdirSync, opendir, opendirSync, and the promise based equivalents. Fixes: nodejs#34992
Ethan Arrowood committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e6c6f6 - Browse repository at this point
Copy the full SHA 1e6c6f6View commit details
Commits on Apr 18, 2023
-
Ethan Arrowood committed
Apr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for a261523 - Browse repository at this point
Copy the full SHA a261523View commit details -
Co-authored-by: Moshe Atlow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0864860 - Browse repository at this point
Copy the full SHA 0864860View commit details -
Ethan Arrowood committed
Apr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d6fac0 - Browse repository at this point
Copy the full SHA 0d6fac0View commit details -
add type uv_dirent_unknown check
Ethan Arrowood committedApr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a52f25 - Browse repository at this point
Copy the full SHA 7a52f25View commit details -
Ethan Arrowood committed
Apr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 151ad03 - Browse repository at this point
Copy the full SHA 151ad03View commit details
Commits on Apr 19, 2023
-
actuall commit the change whoops
Ethan Arrowood committedApr 19, 2023 Configuration menu - View commit details
-
Copy full SHA for cbd7033 - Browse repository at this point
Copy the full SHA cbd7033View commit details -
Ethan Arrowood committed
Apr 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 46919a2 - Browse repository at this point
Copy the full SHA 46919a2View commit details -
Ethan Arrowood committed
Apr 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 48372d5 - Browse repository at this point
Copy the full SHA 48372d5View commit details
Commits on Apr 20, 2023
-
Ethan Arrowood committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 2fa3aa7 - Browse repository at this point
Copy the full SHA 2fa3aa7View commit details -
Ethan Arrowood committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for b7f403e - Browse repository at this point
Copy the full SHA b7f403eView commit details -
Ethan Arrowood committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for a3e55da - Browse repository at this point
Copy the full SHA a3e55daView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.