You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
including modules, asynchronous generators, proxies and BigInt.
26
26
27
27
It supports mathematical extensions such as big decimal float float
@@ -36,12 +36,12 @@ and operator overloading.
36
36
37
37
@item Fast interpreter with very low startup time: runs the 69000 tests of the ECMAScript Test Suite@footnote{@url{https://github.com/tc39/test262}} in about 95 seconds on a single core of a desktop PC. The complete life cycle of a runtime instance completes in less than 300 microseconds.
38
38
39
-
@item Almost complete ES2019 support including modules, asynchronous
39
+
@item Almost complete ES2020 support including modules, asynchronous
40
40
generators and full Annex B support (legacy web compatibility). Many
41
-
features from the upcoming ES2020 specification
41
+
features from the upcoming ES2021 specification
42
42
@footnote{@url{https://tc39.github.io/ecma262/}} are also supported.
43
43
44
-
@item Passes nearly 100% of the ECMAScript Test Suite tests when selecting the ES2019 features.
44
+
@item Passes nearly 100% of the ECMAScript Test Suite tests when selecting the ES2020 features.
45
45
46
46
@item Compile Javascript sources to executables with no external dependency.
47
47
@@ -259,17 +259,15 @@ about 100 seconds).
259
259
260
260
@section Language support
261
261
262
-
@subsectionES2019 support
262
+
@subsectionES2020 support
263
263
264
-
The ES2019 specification is almost fully supported including the Annex
264
+
The ES2020 specification is almost fully supported including the Annex
265
265
B (legacy web compatibility) and the Unicode related features.
266
266
267
267
The following features are not supported yet:
268
268
269
269
@itemize
270
270
271
-
@item Realms (although the C API supports different runtimes and contexts)
0 commit comments