Skip to content

Commit

Permalink
Update README.md (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Apr 27, 2022
1 parent 100e9f5 commit 013a78a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:

pull_request:
branches: [ main, release/2.x ]
paths-ignore:
- 'doc/**'
- '**.md'

jobs:

Expand Down
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 013a78a

Please sign in to comment.