IdkGoodName Vilius (2019-03-23T20:34:36.000Z)
This is a proposal for static typing. Here is the github repository link:
https://github.com/CreatorVilius/Proposal-Static-Typing
I think it would be great thing in JS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20190323/75a04356/attachment.html>
viliuskubilius416 at gmail.com (2019-04-20T09:46:37.826Z)
I am proposing to add `static typing` to ESNext. There might not be a lot of interpreted languages with static-typing like type checking, but it would be quite interesting to see it in JavaScript. https://github.com/CreatorVilius/Proposal-Static-Typing . Static typing was proposed in ES4, but as ES4 was backwards incompatible, it was cancelled along with static typing. This proposal might be similar, but not the same - it is backwards compatible, since it can be optional(whenever user wants to use it or not).

**EDITED**
viliuskubilius416 at gmail.com (2019-04-20T09:46:17.716Z)
I am proposing to add `static typing` to ESNext. There might not be a lot of interpreted languages with static-typing like type checking, but it would be quite interesting to see it in JavaScript. https://github.com/CreatorVilius/Proposal-Static-Typing . Static typing was proposed in ES4, but as ES4 was backwards incompatible, it was cancelled along with static typing. This proposal might be similar, but not the same - it is backwards compatible, since it can be optional(whenever user wants to use it or not).
viliuskubilius416 at gmail.com (2019-03-23T20:42:12.767Z)
This is a proposal for static typing. Here is the github repository link:
https://github.com/CreatorVilius/Proposal-Static-Typing