-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] Namespace 'ts' has no exported member 'TypeMapper' #35
Comments
There had been major updates of both two libraries. Also, added a special dependency `@types/ts-expose-internals` for a while to avoid domestic bug of `ts-runtime-checks`. - GoogleFeud/ts-runtime-checks#35
This library uses
Hope this helps! |
I mean that this bug occured when installing and using It should be fixed for users. |
The transformer has to use these internal properties/methods in order to function so there isn't much that can be done except using Setting |
There had been major updates of both two libraries. Also, added a special dependency `@types/ts-expose-internals` for a while to avoid domestic bug of `ts-runtime-checks`. - GoogleFeud/ts-runtime-checks#35
The type
ts.TypeMapper
is@internal
tagged type.Therefore, when install
ts-runtime-checks
in the user side, it becomes a compiler error like bleow:The text was updated successfully, but these errors were encountered: