Javascript Node

Is the New JavaScript era coming?2 min read

The TypeScript team announced a collaboration to a new proposal for the JavaScript language, written by Gil Tayar, that I was amazed by. In Gil’s words: “It seems that people love types based” according to the StateOfJS 2021 survey.

StateOfJS 2021 survey – https://stateofjs.com/

The main idea is to create a language type-checking system that doesn’t change how JavaScript is interpreted by the browsers and engines such as the V8 on Node.js

This system wouldn’t need any additional build steps; thus you write code and get instant feedback from the code editing environment you’ve been using.

You’ll be able to write safer code and improve the editors’ IntelliSense without changing how your code is executed on your current apps.

Well, many people don’t like to define data types when coding explicitly. Still, I think that this would avoid going back and forth, guessing what you should use on a function, going to the libraries docs to figure out what function you should call, and mainly, to avoid errors in the production environment such as “undefined is not a function.”

This proposal will also work with JavaScript supersets such as TypeScript, Flow, and others without any other build or transpile step.

Graphic TypeScript blog- https://devblogs.microsoft.com/typescript/

I liked it most because it’d improve how the IntelliSense works on editors such as VSCode, Sublime Text and make us even more assertive and productive when coding.

I think there’s something good coming from this proposal. However, it’s just on its first submission stage, so we shouldn’t be so excited about it as we can’t certainly say that the proposal will be approved.

Now, please tell me in the comments your thoughts about this idea.

_Do you think JavaScript needs a type-checking system? _
Follow the conversation here

References

In Portuguese you can follow my personal blogpost at LinkedIn

Gil Tayar Twitter Thread

Typescript Announcement

Github Repo: Proposal Types as comments

A Proposal For Type Syntax in JavaScript by Daniel Rosenwasser

Typescript Collab Type Syntax

Gil Tayar LinkedIn Profile

Gil Tayar Github Profile

Remember that you can now monitor your applications and take your Node.js journey to a professional level with N|Solid.

If you have any questions, please feel free to contact us at [email protected] or through this form.

And if you want to find out about our latest content and product releases, these are the channels to keep up to date with NodeSource:

Nodesource’s Twitter
Nodesource’s LinkedIn

Pin It on Pinterest

Generated by Feedzy