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
https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/
the new unknown type and more concise error messaging look helpful, as does the use of tuples to model parameter types (instead of overloads).
unknown
and they said it would be very easy to upgrade. what could go wrong?
The text was updated successfully, but these errors were encountered:
chore(tsc): upgrade typescript to v3.x.0
586983c
ISSUES CLOSED: #265
jgravois
No branches or pull requests
https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/
the new
unknown
type and more concise error messaging look helpful, as does the use of tuples to model parameter types (instead of overloads).and they said it would be very easy to upgrade. what could go wrong?
The text was updated successfully, but these errors were encountered: