-
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
doc: add section in fs to document mode argument #20049
Labels
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
good first issue
Issues that are suitable for first-time contributors.
Comments
trivikr
added
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
labels
Apr 15, 2018
Aren't these constants defined here? Perhaps the documentation could link to the existing constants list. |
Yup. But the following values will have to be added to the table:
|
trivikr
added
the
good first issue
Issues that are suitable for first-time contributors.
label
May 5, 2018
@trivikr I'm on it. |
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 6, 2018
1. removed extra mode constants doc 2. creates bookmark to the common File Access Contants block. Closes: nodejs#20049
2 tasks
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 7, 2018
1. use <code> tag 2. bottom bookmark for File Access Constants 3. typo fix Closes: nodejs#20049
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 7, 2018
shobhitchittora
added a commit
to shobhitchittora/node
that referenced
this issue
May 7, 2018
targos
pushed a commit
that referenced
this issue
May 12, 2018
1. removed extra mode constants doc. 2. creates bookmark to the common File Access Contants block. PR-URL: #20558 Fixes: #20049 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
good first issue
Issues that are suitable for first-time contributors.
I noticed this while reviewing #20042
The description of
mode
argument 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.
The text was updated successfully, but these errors were encountered: