palantir/blueprint

Enable strictNullChecks compiler option for all packages

已关闭

#325 创建于 2016年12月6日

 (9 条评论) (0 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
Domain: toolinghelp wanted

仓库指标

星标
 (20,263 个星标)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

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

贡献者指南