You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
The implementation of typeChecker.typeToString keeps changing within typescript's code. It would be better for this library to have it's own type to string so that it's not dependent on whatever the typescript team decides to do.
The text was updated successfully, but these errors were encountered:
Implemented somewhat of a hybrid solution that still uses the type checker, just not for everything. Unfortunately had to do this because they kept changing the behaviour of typeToString.
The implementation of
typeChecker.typeToString
keeps changing within typescript's code. It would be better for this library to have it's own type to string so that it's not dependent on whatever the typescript team decides to do.The text was updated successfully, but these errors were encountered: