palantir/blueprint

Enable strictNullChecks compiler option for all packages

Fechada

#325 aberto em 6 de dez. de 2016

 (9 comentários) (0 reação) (0 responsável)TypeScript (2.167 forks)batch import
Domain: toolinghelp wanted

Métricas do repositório

Stars
 (20.263 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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).

Guia do colaborador