palantir/blueprint

Enable strictNullChecks compiler option for all packages

Fermée

#325 ouverte le 6 déc. 2016

 (9 commentaires) (0 réaction) (0 personne assignée)TypeScript (2 167 forks)batch import
Domain: toolinghelp wanted

Métriques du dépôt

Stars
 (20 263 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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