alibaba/pipcook

core: remove type assertion as possible

Open

#143 aperta il 27 apr 2020

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)TypeScript (212 fork)github user discovery
coregood first issue

Metriche repository

Star
 (2591 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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:

Guida contributor