ECMAScript 2019: the final feature set

[2018-02-22] dev, javascript, es2019
(Ad, please don’t block)

Update 2019-01-29: The feature set of ECMAScript 2019 is now final (source) and described in this blog post.

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 ES2019  

Major new features:

Minor new features:

Changes that are mostly internal:

Quoting @v8js on Twitter:

As of V8 v7.3 / Chrome 73, all of these ES2019 features are available by default. Enjoy!

FAQ  

What do the stages mean?  

They refer to maturity stages of the so-called “TC39 process”. Check chapter “The TC39 process for ECMAScript features” in “Exploring ES2016 and ES2017” 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 books of mine are free to read online: