java2typescript
java2typescript copied to clipboard
Does not work correctly on Windows
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?