Browse Source

Update README.md (#1149)

Marko Lahma 3 years ago
parent
commit
013a78a452
2 changed files with 15 additions and 3 deletions
  1. 0 3
      .github/workflows/pr.yml
  2. 15 0
      README.md

+ 0 - 3
.github/workflows/pr.yml

@@ -4,9 +4,6 @@ on:
 
   pull_request:
     branches: [ main, release/2.x ]
-    paths-ignore:
-    - 'doc/**'
-    - '**.md'
 
 jobs:
 

+ 15 - 0
README.md

@@ -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