-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
not working with typescript 5.6.1-rc #266
Comments
It is not working in the formal |
Failed to compile `transform-typescript-paths` due to many TypeScript compilation errors. Therefore, don't know whether this PR is valid or not. Hope your strict your review @nonara. Instead, tested on my project manually editing the JS file in the `node_modules/typescript-transform-paths` directory.
Thanks! I'll take a look at the new compiler and see what the new method is for that. |
Same
annoying that ts keep making breaking changes to the transform api on minor versions. |
Not working with us also |
Not working for me as well. |
Not working for me as well. |
There's #270 open, we need to make some tests to make sure we don't break compatibility with previous typescript versions, otherwise it would constitute a breaking change. Of course, you are welcome to contribute in any way, either adding tests, fixing the builds issues, or otherwise :) |
Working with the below versions for me
|
@danielpza - I fixed the test suite and resolved this issue with #301. Please review when you've got the bandwidth. Thanks! |
I know typescript 5.6 isn't GA yet but I was curious to see our project worked with it. Unfortunately it looks like typescript-transform-paths may not work with it at this time? This is the error I got:
It looks like this method may have been removed from 5.6 in this PR microsoft/TypeScript#56817
The text was updated successfully, but these errors were encountered: