Evolution of TypeScript: curiouser and curiouser
This talk is about the evolution of the TypeScript types system. The main questions we'll try to answer:
- where it all started;
- what's wrong with TypeScript types;
- the possibility to "inject" the type information into runtime;
- the main difference between TypeScript and other languages types;
- what will happen in the future.