Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding ECMAScript 2022 status and Stage 3 implementations
  • Loading branch information
lahma committed Apr 24, 2022
1 parent a0cfd78 commit f4c9a35
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ The entire execution engine was rebuild with performance in mind, in many cases
-`String.prototype.replaceAll`
-`WeakRef` and `FinalizationRegistry`

#### ECMAScript 2022

- ❌ Class Fields
- ❌ RegExp Match Indices
- ❌ Top-level await
- ❌ Ergonomic brand checks for Private Fields
-`.at()`
- ✔ Accessible `Object.prototype.hasOwnProperty` (`Object.hasOwn`)
- ❌ Class Static Block
- ✔ Error Cause

#### ECMAScript Stage 3 (no version yet)

- ✔ Array find from last

#### Other

- Further refined .NET CLR interop capabilities
Expand Down

0 comments on commit f4c9a35

Please sign in to comment.