LeDDGroup / typescript-transform-paths

Transforms module resolution paths using TypeScript path mapping and/or custom paths
MIT License
478 stars 25 forks source link

fix: fix osx root path issues #171

Closed bradennapier closed 1 year ago

bradennapier commented 1 year ago

fixes so all paths dont get rewritten to ../../../../../../../users/... on osx

fixes #167

I just edited the project using github editor so it wouldn't have styles and such - but this does fix the issue on my project and follows with what the solution was on #167 - figure it'd be ideal to just put this forward for you to merge if all looks well!

nonara commented 1 year ago

Thank you! We'll wait a couple of days to see if OP responds, but this looks good to me.

bradennapier commented 1 year ago

Yep it working across our organization as well without issue

bradennapier commented 1 year ago

@nonara anyh update here?

nonara commented 1 year ago

Sorry for the delay. We hit some nasty issues with CI tests not working all of the sudden — memory fault with NodeJS. After I got it worked around holidays came.

Thank you for your help and input on this! I'm pushing it through.