Hacker News new | past | comments | ask | show | jobs | submit login

Another thing worth pointing out is that pretty much every editor that ha a TypeScript plugin uses TypeScript's language server to power it. The language server and the compiler are contained within the same binary (or at least they were) and use the same typechecking logic. So if you see an error in your IDE, you can be pretty confident that it'll be there when you build your code, and vice versa.



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

Search: