-
Notifications
You must be signed in to change notification settings - Fork 198
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
Unknown intrinsic method: NoInfer
#2132
Comments
Thanks for the report. Can you provide a minimal reproducible example that demonstrates the issue? I can reopen but without a repo this is not something that can be fixed. |
Sorry, when i try to reproduce with export class A<T> {
readonly a: NoInfer<T>
} or export type A<T> = NoInfer<T> i get
I'll try to understand why and let you know.. I believe the problem is here
|
Ah, I see. Yeah, |
This should be very straightforward to implement, @EladBezalel want to attempt a pull request? Just a |
When i try to create schema from a type that uses
NoInfer
i get this error:The text was updated successfully, but these errors were encountered: