-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
API break notification: crash in resolveTypeReferenceDirective #1421
Comments
Thanks for the heads up - I wasn't aware of this issue. I'm traveling at the moment and so only on my phone. It looks like the issue has been addressed in ts-node already. Probably taking the following PR as a basis, we could implement something similar in ts-loader. |
I've dug a little further and it looks pretty likely that @cspotcode's work on ts-node will be reusable to solve this issue as well. Sidebar, it's interesting to note how both projects have some kind of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as fixed - not sure what @stalebot is on about |
Reusing some bits here
Search Terms
path indexOf charCodeAt resolveTypeReferenceDirective typescript 4.7
Expected Behavior
No crash
Actual Behavior
Steps to reproduce the problem
See microsoft/TypeScript#48020
See also TypeStrong/ts-node#1647
The text was updated successfully, but these errors were encountered: