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(path/unstable): support file URL arg in normalize() #5902

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Sep 4, 2024

This PR support file URL as 1st arg of normalize function.

related #5537

@github-actions github-actions bot added the path label Sep 4, 2024
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (b808ee6) to head (a0fa593).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5902      +/-   ##
==========================================
- Coverage   96.33%   96.33%   -0.01%     
==========================================
  Files         484      484              
  Lines       39116    39112       -4     
  Branches     5734     5739       +5     
==========================================
- Hits        37682    37678       -4     
  Misses       1390     1390              
  Partials       44       44              

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

path/normalize.ts Show resolved Hide resolved
path/posix/normalize.ts Show resolved Hide resolved
path/windows/normalize.ts Show resolved Hide resolved
path/windows/normalize.ts Outdated Show resolved Hide resolved
path/posix/normalize.ts Outdated Show resolved Hide resolved
@iuioiua iuioiua changed the title feat(path/unstable): support file URL arg in normalize feat(path/unstable): support file URL arg in normalize() Sep 4, 2024
@kt3k kt3k changed the title feat(path/unstable): support file URL arg in normalize() feat(path/unstable): support file URL arg in normalize() Sep 4, 2024
@kt3k kt3k merged commit 6aaf191 into denoland:main Sep 4, 2024
18 checks passed
@kt3k kt3k deleted the path-normalize-support-file-url branch September 4, 2024 04:28
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.

2 participants