Ver código fonte

Update README.md (#1149)

Marko Lahma 3 anos atrás
pai
commit
013a78a452
2 arquivos alterados com 15 adições e 3 exclusões
  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:
   pull_request:
     branches: [ main, release/2.x ]
     branches: [ main, release/2.x ]
-    paths-ignore:
-    - 'doc/**'
-    - '**.md'
 
 
 jobs:
 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`
 - ❌ `String.prototype.replaceAll`
 - ❌ `WeakRef` and `FinalizationRegistry`
 - ❌ `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
 #### Other
 
 
 - Further refined .NET CLR interop capabilities
 - Further refined .NET CLR interop capabilities