Skip to content
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(fs/unstable): add chmod and chmodSync #6343

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jbronder
Copy link
Contributor

This PR adds the chmod and chmodSync APIs to @std/fs, which are functions intended to mirror Deno.chmod and Deno.chmodSync, respectively.

Towards #6255.

@jbronder jbronder requested a review from kt3k as a code owner January 11, 2025 22:07
@github-actions github-actions bot added the fs label Jan 11, 2025
Copy link

codecov bot commented Jan 11, 2025

Codecov Report

Attention: Patch coverage is 51.72414% with 14 lines in your changes missing coverage. Please review.

Project coverage is 96.39%. Comparing base (2604b37) to head (3bd2293).

Files with missing lines Patch % Lines
fs/unstable_chmod.ts 51.72% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6343      +/-   ##
==========================================
- Coverage   96.43%   96.39%   -0.04%     
==========================================
  Files         547      548       +1     
  Lines       41812    41841      +29     
  Branches     6347     6346       -1     
==========================================
+ Hits        40321    40334      +13     
- Misses       1450     1466      +16     
  Partials       41       41              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant