Update features.txt to move stage 4 proposals

This commit is contained in:
Linus Groh 2025-07-05 23:38:13 +01:00 committed by Ms2ger
parent dc40377cb4
commit 416b061eba

View File

@ -31,10 +31,6 @@ Temporal
# https://github.com/tc39/proposal-realms # https://github.com/tc39/proposal-realms
ShadowRealm ShadowRealm
# Intl.DurationFormat
# https://github.com/tc39/proposal-intl-duration-format
Intl.DurationFormat
# Decorators # Decorators
# https://github.com/tc39/proposal-decorators # https://github.com/tc39/proposal-decorators
decorators decorators
@ -50,18 +46,10 @@ Array.fromAsync
# https://github.com/tc39/proposal-json-parse-with-source # https://github.com/tc39/proposal-json-parse-with-source
json-parse-with-source json-parse-with-source
# RegExp.escape
# https://github.com/tc39/proposal-regex-escaping
RegExp.escape
# Explicit Resource Management # Explicit Resource Management
# https://github.com/tc39/proposal-explicit-resource-management # https://github.com/tc39/proposal-explicit-resource-management
explicit-resource-management explicit-resource-management
# Float16Array + Math.f16round
# https://github.com/tc39/proposal-float16array
Float16Array
# Math.sumPrecise # Math.sumPrecise
# https://github.com/tc39/proposal-math-sum # https://github.com/tc39/proposal-math-sum
Math.sumPrecise Math.sumPrecise
@ -80,10 +68,6 @@ uint8array-base64
# https://github.com/tc39/proposal-atomics-microwait # https://github.com/tc39/proposal-atomics-microwait
Atomics.pause Atomics.pause
# Error.isError
# https://github.com/tc39/proposal-is-error
Error.isError
# Deferred import evaluation # Deferred import evaluation
# https://tc39.es/proposal-defer-import-eval # https://tc39.es/proposal-defer-import-eval
import-defer import-defer
@ -154,11 +138,13 @@ destructuring-assignment
destructuring-binding destructuring-binding
dynamic-import dynamic-import
error-cause error-cause
Error.isError
exponentiation exponentiation
export-star-as-namespace-from-module # https://github.com/tc39/ecma262/pull/1174 export-star-as-namespace-from-module # https://github.com/tc39/ecma262/pull/1174
FinalizationRegistry FinalizationRegistry
for-in-order for-in-order
for-of for-of
Float16Array
Float32Array Float32Array
Float64Array Float64Array
generators generators
@ -179,6 +165,7 @@ Intl.DateTimeFormat-formatRange
Intl.DateTimeFormat-fractionalSecondDigits # https://github.com/tc39/ecma402/pull/347 Intl.DateTimeFormat-fractionalSecondDigits # https://github.com/tc39/ecma402/pull/347
Intl.DisplayNames Intl.DisplayNames
Intl.DisplayNames-v2 Intl.DisplayNames-v2
Intl.DurationFormat
Intl.ListFormat Intl.ListFormat
Intl.Locale Intl.Locale
Intl.NumberFormat-unified Intl.NumberFormat-unified
@ -211,6 +198,7 @@ Reflect.construct
Reflect.set Reflect.set
Reflect.setPrototypeOf Reflect.setPrototypeOf
regexp-dotall regexp-dotall
RegExp.escape
regexp-lookbehind regexp-lookbehind
regexp-match-indices regexp-match-indices
regexp-modifiers regexp-modifiers