alibaba/pipcook

core: remove type assertion as possible

Open

#143 创建于 2020年4月27日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (212 fork)github user discovery
coregood first issue

仓库指标

Star
 (2,591 star)
PR 合并指标
 (PR 指标待抓取)

描述

Type assertion allows us to override TypeSciprt's inference, and we should avoid using them to solve type conflicts manually, which means we should be careful with the use of assertions

Refer to:

贡献者指南