Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECMAScript 2024 feature status to README.md #1916

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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