Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think it's okay not to get near 1:1 parity given the amount of unchecked type-casts (foo as unknown as X) and ts-ignores that happen anyway in most code bases. The other advantage is that the typechecker is advisory, meaning the code will run (and might explode) but it will run even if the types are wrong since compiling typescript is mostly just throwing away the type info.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: