palantir/blueprint

Enable strictNullChecks compiler option for all packages

Open

#325 ouverte le 6 déc. 2016

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)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).

Guide contributeur