e.g.

I suspect getRelativePath only converts the slash in one place:
https://github.com/stringham/copy-with-imports/blob/master/src/pathresolver.ts#L55
I would suggest either always replacing all back slashes or even using if (path.seperator is backslash then replace).
Are you still looking at this project, would you accept a PR?
e.g.
I suspect getRelativePath only converts the slash in one place:
https://github.com/stringham/copy-with-imports/blob/master/src/pathresolver.ts#L55
I would suggest either always replacing all back slashes or even using if (path.seperator is backslash then replace).
Are you still looking at this project, would you accept a PR?