palantir/blueprint

Enable strictNullChecks compiler option for all packages

Open

#325 opened on Dec 6, 2016

View on GitHub
 (9 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Domain: toolinghelp wanted

Description

I think enabling strictNullChecks compiler option for datetime 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 explicit null Dates actually means something in the component).

Contributor guide