8

ECMAScript 2020: the final feature set

 4 years ago
source link: https://2ality.com/2019/12/ecmascript-2020.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

the final feature set

Black lives matter
Dr. Axel Rauschmayer
Homepage | Twitter
Cover of book “JavaScript for impatient programmers”
Book, exercises, quizzes
(free to read online)
Cover of book “Deep JavaScript”
Book (50% free online)
Cover of book “Tackling TypeScript”
Book (first part free online)
Newsletter (free)

ECMAScript 2020: the final feature set

(Ad, please don’t block)

Update 2020-04-02: Today, the ES2020 candidate was released, with the final feature set of that version. This blog post describes what’s new.

A word on ECMAScript versions  #

Note that since the TC39 process was instituted, the importance of ECMAScript versions has much decreased. What really matters now is what stage a proposed feature is in: Once it has reached stage 4, it can be used safely. But even then, you still have to check if your engines of choice support it.

The features of ES2020 (stage 4 proposals)  #

FAQ  #

What do the stages mean?  #

They refer to maturity stages of the so-called “TC39 process”. Check section “The TC39 process” in “JavaScript for impatient programmers” for more information.

How is [my favorite proposed feature] doing?  #

If you are wondering what stages various proposed features are in, consult the readme of the ECMA-262 GitHub repository.

Is there an official list of ECMAScript features?  #

Yes, the TC39 repo lists finished proposals and mentions in which ECMAScript versions they are introduced.

Further reading  #

The following two books cover JavaScript up to and including ECMAScript 2019 (future editions will cover ECMAScript 2020):


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK