Skip to content

Commit

Permalink
Update ECMAScript 2024 feature status to README.md (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Jul 14, 2024
1 parent 9f55b0d commit 86ecda6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,21 @@ and many more.
- ✔ Hashbang Grammar
- ✔ Symbols as WeakMap keys

#### ECMAScript 2024

- ✔ ArrayBuffer enhancements - `ArrayBuffer.prototype.resize` and `ArrayBuffer.prototype.transfer`
-`Atomics.waitAsync`
- ✔ Ensuring that strings are well-formed - `String.prototype.ensureWellFormed` and `String.prototype.isWellFormed`
- ✔ Grouping synchronous iterables - `Object.groupBy` and `Map.groupBy`
-`Promise.withResolvers`
- ❌ Regular expression flag `/v`

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

-`ArrayBuffer.prototype.transfer`
- ✔ Array Grouping - `Object.groupBy` and `Map.groupBy`
- ✔ Float16Array (Jint v4, requires NET 6 target or higher)
- ✔ Import attributes
- ✔ JSON modules
-`Promise.try` (Jint v4)
-`Promise.withResolvers`
- ✔ Resizable and growable ArrayBuffers
- ✔ Set methods (`intersection`, `union`, `difference`, `symmetricDifference`, `isSubsetOf`, `isSupersetOf`, `isDisjointFrom`)
- ✔ ShadowRealm
- ✔ Uint8Array to/from base64
Expand All @@ -137,7 +142,6 @@ and many more.
- Further refined .NET CLR interop capabilities
- Constraints for execution (recursion, memory usage, duration)

> Follow new features as they are being implemented, see https://github.com/sebastienros/jint/issues/343

## Performance

Expand Down

0 comments on commit 86ecda6

Please sign in to comment.