java2typescript icon indicating copy to clipboard operation
java2typescript copied to clipboard

Does not work correctly on Windows

Open jamiegluk opened this issue 1 year ago • 3 comments

This package uses hardcoded forward slashes with plain string matching, mixed with path.resolve uses that will return backslashes on Windows, thus imports do not resolve correctly.

It works correctly if ran via WSL on Windows.

Recommend adding this to the README?

jamiegluk avatar Dec 06 '24 00:12 jamiegluk