Danil Vakhrushev

Results 6 issues of 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...

enhancement

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...

PR: reviewed-approved
PR: conflict

### 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 ![image](https://github.com/denoland/deno-kv-hackathon/assets/17022974/97692c52-8d05-4dc0-a994-bd941c1b19e0) ## 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

PR: unreviewed