You must log in or register to comment.
So, they want to incorporate TypeScript into vanilla JS?
No. They want to add syntax which allows browsers to parse typed code, but it would just be ignored - the type checking would still have to be done by e.g. Typescript.