path.relative ignore backslash
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 55/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- javascript
- Domain
- operating-systems
Research direction
Start at the path.relative entry point and inspect how Windows backslash-separated paths are handled. Reproduce the reported failure with a backslash-containing path, then add coverage for the corrected relative-path behavior and run the relevant existing tests.
Written by the indexing model from the issue text.
Description
On windows, path uses backslash instead of forward slash, it will fail to resolve the relative path if given a path with backslash. A simple fix could be to fix the string passed by user with something such as .replace(/\\/g, "/")
- Dominant language
- JavaScript
- Stars
- 192
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from browserify/path-browserify
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
browserify/path-browserify#34 · 5 comments · 3 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
browserify/path-browserify#32 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
browserify/path-browserify#31 · 1 comment · 3 reactions ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
browserify/path-browserify#29 · 5 comments ·
All issues in browserify/path-browserify
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·