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

features.txt: upgrade stage4 proposals #4132

Merged
merged 1 commit into from
Jul 10, 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
37 changes: 8 additions & 29 deletions features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Intl.NumberFormat-v3
# https://github.com/tc39/proposal-regexp-legacy-features
legacy-regexp

# Atomics.waitAsync
# https://github.com/tc39/proposal-atomics-wait-async
Atomics.waitAsync

# Import Attributes
# https://github.com/tc39/proposal-import-attributes/
import-attributes
Expand All @@ -45,10 +41,6 @@ import-assertions
# https://github.com/tc39/proposal-json-modules
json-modules

# Resizable Arraybuffer
# https://github.com/tc39/proposal-resizablearraybuffer
resizable-arraybuffer

# ArrayBuffer transfer
# https://github.com/tc39/proposal-arraybuffer-transfer
arraybuffer-transfer
Expand All @@ -61,18 +53,10 @@ Temporal
# https://github.com/tc39/proposal-realms
ShadowRealm

# Object.groupBy & Map.groupBy
# https://github.com/tc39/proposal-array-grouping
array-grouping

# Intl.DurationFormat
# https://github.com/tc39/proposal-intl-duration-format
Intl.DurationFormat

# RegExp set notation + properties of strings
# https://github.com/tc39/proposal-regexp-set-notation
regexp-v-flag

# Decorators
# https://github.com/tc39/proposal-decorators
decorators
Expand All @@ -84,11 +68,6 @@ regexp-duplicate-named-groups
# https://tc39.es/proposal-array-from-async/
Array.fromAsync

# Well-formed Unicode strings
# https://github.com/tc39/proposal-is-usv-string
String.prototype.isWellFormed
String.prototype.toWellFormed

# JSON.parse with source
# https://github.com/tc39/proposal-json-parse-with-source
json-parse-with-source
Expand All @@ -101,18 +80,10 @@ regexp-modifiers
# https://github.com/tc39/proposal-iterator-helpers
iterator-helpers

# Promise.withResolvers
# https://github.com/tc39/proposal-promise-with-resolvers
promise-with-resolvers

# Promise.try
# https://github.com/tc39/proposal-promise-try
promise-try

# Set methods
# https://github.com/tc39/proposal-set-methods
set-methods

# Explicit Resource Management
# https://github.com/tc39/proposal-explicit-resource-management
explicit-resource-management
Expand Down Expand Up @@ -152,6 +123,8 @@ Array.prototype.flat
Array.prototype.flatMap
Array.prototype.includes
Array.prototype.values
Atomics.waitAsync
array-grouping
arrow-function
async-iteration
async-functions
Expand Down Expand Up @@ -231,6 +204,7 @@ Promise
Promise.allSettled
Promise.any
Promise.prototype.finally
promise-with-resolvers
Proxy
proxy-missing-checks # https://github.com/tc39/ecma262/pull/666
Reflect
Expand All @@ -242,18 +216,23 @@ regexp-lookbehind
regexp-match-indices
regexp-named-groups
regexp-unicode-property-escapes
regexp-v-flag
resizable-arraybuffer
rest-parameters
Set
set-methods
SharedArrayBuffer
string-trimming
String.fromCodePoint
String.prototype.at
String.prototype.endsWith
String.prototype.includes
String.prototype.isWellFormed
String.prototype.matchAll
String.prototype.replaceAll
String.prototype.trimEnd
String.prototype.trimStart
String.prototype.toWellFormed
super
Symbol
symbols-as-weakmap-keys
Expand Down
Loading