-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Add depth/breadth first search algorithms to recursive readdir #41709
Copy link
Copy link
Closed as not planned
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
What is the problem this feature will solve?
Continuation of #34992 and #41439
This feature will add specific algorithm support to the upcoming recursive readdir feature I'm working on in #41439
What is the feature you are proposing to solve the problem?
The api should be extended to include a new parameter to the
optionsobject with the type:I've already stubbed out tests for this feature based on the early work in #41439 see this fork-branch for more details:
https://github.com/Ethan-Arrowood/node/tree/feature/recursive-readdir-dfs-bfs