-
Notifications
You must be signed in to change notification settings - Fork 44
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
TS 5.3 incompatibility #117
Comments
I'm seeing pretty weird behavior on this myself. Even if I manually run older versions locally, like
|
Related microsoft/rushstack#4404 It seems that although it is a minor update, TS removes the API. |
I was under the impression I had the typescript dependency version pinned in core so I could use internal APIs safely, but I think I messed that up last time I bumped it. Will have a fix out soon. |
Latest version "@arethetypeswrong/cli": "0.13.1" is not compatible with TS5.3
https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/core/src/internal/checks/internalResolutionError.ts#L28
EDIT: I forked the project to bump
typescript
andts-expose-internals
to 5.3.2 and it also failsThe text was updated successfully, but these errors were encountered: