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
Some types annotations involving union types can become quite long. If they are needed multiple times, this gets annoying.
Add type aliases, e.g. introduced with the keyword typealias, like in Kotlin. They should be allowed in the pipeline and in the stub language.
typealias
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
Some types annotations involving union types can become quite long. If they are needed multiple times, this gets annoying.
Desired solution
Add type aliases, e.g. introduced with the keyword
typealias
, like in Kotlin. They should be allowed in the pipeline and in the stub language.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: