We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
null
The type of the null literal is currently Nothing?. This is not very intuitive.
Nothing?
We may allow null as a type and simplify Nothing? to null.
No response
When simplifying a union type, we should include null as a dedicated option, rather than attaching a ? to one of the elements.
union
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
The type of the
null
literal is currentlyNothing?
. This is not very intuitive.Desired solution
We may allow
null
as a type and simplifyNothing?
tonull
.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
When simplifying a
union
type, we should includenull
as a dedicated option, rather than attaching a?
to one of the elements.The text was updated successfully, but these errors were encountered: