-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Enable strictNullChecks compiler option for all packages #325
Comments
I think the compiler option should be enabled for all packages. Updating issue title to reflect this. |
Fair enough! Converting |
No, any changes in the generated |
|
started working on this and quickly ran into some heavy sadness with
basically, |
Cool, it looks like that PR will be merged in DefinitelyTyped soon enough and I don't mind blocking on it. |
We're good to go on the |
If we forbid using |
(updated your link to be a permalink)
yeah, this sounds reasonable to me. I would be curious to see how far we can get with avoiding |
I think enabling
strictNullChecks
compiler option fordatetime
package will help us detect and prevent a whole host of potential errors, such as #322. it'll also address #274 by making the typings more accurate (as explicitnull
Dates actually means something in the component).The text was updated successfully, but these errors were encountered: