Danil Vakhrushev
Danil Vakhrushev
### Describe the feature While working on a plugin for swc, I found useful utility, but this utility has 2 TODOs that seem to improve plugin development. I'd like to...
I implemented general logic for resolving win32 relative paths in library. It's hard to say what else to cover with tests because it's hard to fully mock Node.js's path module...
### Issue Right now, based on codebase, library supports only posix relative paths. ### Reproduction This is **correct** relative path in context of this library: ``` ../../../src ``` This is...
Hello, I have an issue with redirect while trying to pass link with trailing slash in layout. The engine removes traling slash on redirect `to` parameter. **Example:** ``` ``` **Expected...
## Team or Project Name Top Marquee ## Team Members @davakh (same discord) ## Screenshots of your Project  ## Link to demo on Deno Deploy [Link to website](https://top-marquee.deno.dev/) ##...
fixes https://github.com/webpack/enhanced-resolve/issues/401 accidentaly closed previous PR: https://github.com/webpack/enhanced-resolve/pull/402