10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,703 forks (1,703 forks)batch import
help wantedtype: bugwindows
Repository metrics
- Stars
- 11,918 stars (11,918 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Investigate how absolute paths are currently handled in the codebase, particularly on Unix. Implement a Windows specific path normalization that converts absolute Windows paths (e.g., C:\path\to\file.js) to a forward slash format like /absolute/c/path/to/file.js. Ensure tests pass on both Windows and Unix.
- Tech stack
- javascript
- Domain
- developer experience
- Issue type
- Feature
- Prerequisites
- JavaScriptGit