palantir/blueprint
GitHub で見るEnable strictNullChecks compiler option for all packages
Open
#325 opened on 2016年12月6日
Domain: toolinghelp wanted
Repository metrics
- Stars
- (20,263 stars)
- PR merge metrics
- (平均マージ 24d 18h) (30d で 17 merged PRs)
説明
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).