Skip to content

fix(path): support Node.js#7103

Merged
bartlomieju merged 2 commits into
denoland:mainfrom
dsherret:feat_path_module_node_js
Apr 23, 2026
Merged

fix(path): support Node.js#7103
bartlomieju merged 2 commits into
denoland:mainfrom
dsherret:feat_path_module_node_js

Conversation

@dsherret
Copy link
Copy Markdown
Contributor

Prefers using the process global since it exists on all runtimes, then falls back to the Deno global.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.61%. Comparing base (f318978) to head (44a9640).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
path/_common/env.ts 50.00% 2 Missing and 2 partials ⚠️
path/windows/resolve.ts 60.00% 2 Missing ⚠️
internal/_os.ts 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7103      +/-   ##
==========================================
+ Coverage   94.59%   94.61%   +0.01%     
==========================================
  Files         632      633       +1     
  Lines       51780    51777       -3     
  Branches     9324     9324              
==========================================
+ Hits        48981    48987       +6     
+ Misses       2225     2216       -9     
  Partials      574      574              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bartlomieju bartlomieju merged commit 0796a25 into denoland:main Apr 23, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants