-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
doc: add section in fs to document mode argument #20049
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
I noticed this while reviewing #20042
The description of
modeargument is repeated infs.access()andfs.accessSync(), and can be moved to a single location.WDYT @nodejs/fs? This would be a good first issue for a new contributor.