-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.
Description
What is the problem this feature will solve?
It is great that now in Node 22 there is fs.glob
. But it seems that also replacement for minimatch
is required. Otherwise, I don't know how to use exclude
function from fs.glob
options, because it is a frequent scenario when I need to use some glob pattern to exclude files.
What is the feature you are proposing to solve the problem?
I propose to export some helper that matches path string and glob pattern (maybe from path
module).
What alternatives have you considered?
The only alternative I see for now is use minimatch
package (or package that similar to it).
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.