Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(paths): respect desired path on case-insensitive file systems #397

Merged
merged 3 commits into from
Mar 11, 2025

Conversation

denis-sokolov
Copy link
Contributor

Today typescript-transform-paths changes the case of import statements on a case-insensitive file system. I have a file Foo and an import from "./Foo", yet after the transformation with typescript-transform-paths, the import looks like "./foo". Even if that import would work on a case-insensitive file system, it seems clearly undesirable.

Note that #187 does not fix the issue above.

@danielpza danielpza changed the title Respect desired path on case-insensitive file systems fix(paths): respect desired path on case-insensitive file systems Mar 11, 2025
@danielpza danielpza merged commit 019bb5c into LeDDGroup:master Mar 11, 2025
10 checks passed
@danielpza
Copy link
Member

The fix is published on version v3.5.4. Thank you for your contribution @denis-sokolov ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants