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
Can we upgrade the typescript version so that there arent any errors during compilation for newer types?
The text was updated successfully, but these errors were encountered:
I'm working on updating typescript now so that will be resolved separately. I'm not sure if ternary conditionals will work by default though.
PRs to add a ternary conditional test case would be helpful
Sorry, something went wrong.
Added test for conditional types. i.e. X extends A ? B : C
X extends A ? B : C
23dfaf5
Currently results in { "type": "unknown", "name": "X extends A ? B : C" } See TypeStrong#831
03987a0
Released in v0.15.6
Successfully merging a pull request may close this issue.
Can we upgrade the typescript version so that there arent any errors during compilation for newer types?
The text was updated successfully, but these errors were encountered: