🔥 🔥 There Has Been an ECMAScript Proposal To Bring Strict Typing To JavaScript - We discuss the consequences of this in this Live Stream.🔥🔥
This proposal aims to enable developers to add type annotations to their JavaScript code, allowing those annotations to be checked by a type checker that is external to JavaScript. At runtime, a JavaScript engine ignores them, treating the types as comments.
The aim of this proposal is to enable developers to run programs written in TypeScript, Flow, and other static typing supersets of JavaScript without any need for transpilation, if they stick within a certain reasonably large subset of the language.