-
Notifications
You must be signed in to change notification settings - Fork 21
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: add posix
and win32
exports to match node:path
#193
Conversation
EDIT. Oh wow, I had this issue 😅 , when re-testing. Since |
posix
and win32
posix
and win32
exports
I appreciate the PR ❤️ Updated types to be more precise with runtime behavior. |
posix
and win32
exportsposix
and win32
exports for node:path
compatibility
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
- Coverage 99.45% 99.31% -0.14%
==========================================
Files 4 4
Lines 364 292 -72
Branches 114 119 +5
==========================================
- Hits 362 290 -72
Misses 2 2 ☔ View full report in Codecov by Sentry. |
posix
and win32
exports for node:path
compatibilityposix
and win32
exports to match node:path
(This will likely land for path v2) |
Resolves #192