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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The main focus is on user-observable behavior of the engine.
9
9
* Adopted new interop exception handling and made JS exceptions extend `AbstractTruffleException`.
10
10
* Implemented interop identity messages.
11
11
* Expose `Graal.versionECMAScript` instead of `Graal.versionJS`.
12
+
* Implemented the [relative indexing method](https://tc39.es/proposal-relative-indexing-method/) proposal. It is available in ECMAScript 2022 mode (`--js.ecmascript-version=2022`).
0 commit comments