-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
feat(node/fs): Add a chmod method to the FileHandle class #27522
feat(node/fs): Add a chmod method to the FileHandle class #27522
Conversation
Hi @k-nasa, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left two minor nits. You can resolve these by running
./tools/format.js
@marvinhagemeister thanks, ran the format script and fixed those + couple other semicolons. |
f150fe8
to
5a7a2c9
Compare
Running a quick |
Thanks @marvinhagemeister, this should be ready |
0cba694
to
2894a43
Compare
Fix windows unsupported mode number Fix windows tests Use modes that windows can handle use more open modes for windows
As the underlying implementation of chmod is not tested on windows, there is no reason to test this one as well.
2894a43
to
cb613d1
Compare
Add the chmod method to the FileHandle class in node compat as part of #25554
Add the chmod method to the FileHandle class in node compat as part of #25554