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 realPath and realPathSync #6366

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

Conversation

jbronder
Copy link
Contributor

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

Towards #6255.

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

codecov bot commented Jan 24, 2025

Codecov Report

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

Project coverage is 96.32%. Comparing base (6c96a0c) to head (9296adc).

Files with missing lines Patch % Lines
fs/unstable_real_path.ts 51.72% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6366      +/-   ##
==========================================
- Coverage   96.34%   96.32%   -0.03%     
==========================================
  Files         552      553       +1     
  Lines       41939    41968      +29     
  Branches     6357     6359       +2     
==========================================
+ Hits        40408    40425      +17     
- Misses       1491     1503      +12     
  Partials       40       40              

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

@jbronder jbronder changed the title feat(fs/unstable): add realPath feat(fs/unstable): add realPath and realPathSync Jan 25, 2025
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