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
One of the killer features of TypeScript 2.0 is the strictNullChecks feature.
Turning this flag on has revealed lots of cases where nulls could be present.
The text was updated successfully, but these errors were encountered:
#54: Make codebase null safe (part 1). This doesn't cover all the cha…
136397b
…nges and strictNullChecks is false here so that we can check in these changes incrementally while Travis will build as before.
56c0062
No branches or pull requests
One of the killer features of TypeScript 2.0 is the strictNullChecks feature.
Turning this flag on has revealed lots of cases where nulls could be present.
The text was updated successfully, but these errors were encountered: