-
Notifications
You must be signed in to change notification settings - Fork 95
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
Further type improvements for or
helper
#200
Conversation
or
helper
Can someone explain to me why so much time is spent updating the types for |
TBH I only found out this exists only after researching about how generics can be handled in Glint and had no idea that exists before, by stumbling upon this discussion typed-ember/glint#547 (comment) We could, probably, PR docs for |
had no idea this existed, I doubt many others know of it either. good to know though, and that typed-ember discussion linked above is very helpful! |
I'm honestly not entirely sold on |
or
helper types to correctly handle removing falsy types.