Skip to content
Snippets Groups Projects
Commit 2792e66c authored by Rick Waldron's avatar Rick Waldron Committed by Leo Balter
Browse files

features.txt: organize sections (#1967)

parent bc8359c5
No related branches found
No related tags found
No related merge requests found
# Proposed language features ## Proposed language features
# #
# This project accepts tests for language proposals that have reached stage 3 # This project accepts tests for language proposals that have reached stage 3
# in TC39's standardization process. Those tests should be annotated with a # in TC39's standardization process. Those tests should be annotated with a
...@@ -20,13 +20,13 @@ BigInt ...@@ -20,13 +20,13 @@ BigInt
class-fields-public class-fields-public
class-fields-private class-fields-private
# Static Class Fields & Methods: # Class Static Fields & Methods
# https://github.com/tc39/proposal-static-class-features/ # https://github.com/tc39/proposal-static-class-features/
class-static-fields-public class-static-fields-public
class-static-fields-private class-static-fields-private
class-static-methods-private class-static-methods-private
# Private methods and getter/setters # Class Private methods and getter/setters
# https://github.com/tc39/proposal-private-methods # https://github.com/tc39/proposal-private-methods
class-methods-private class-methods-private
...@@ -68,7 +68,7 @@ regexp-named-groups ...@@ -68,7 +68,7 @@ regexp-named-groups
# https://github.com/tc39/proposal-regexp-unicode-property-escapes # https://github.com/tc39/proposal-regexp-unicode-property-escapes
regexp-unicode-property-escapes regexp-unicode-property-escapes
# Shared Memory and atomics # Shared Memory and Atomics
# https://github.com/tc39/ecmascript_sharedmem # https://github.com/tc39/ecmascript_sharedmem
Atomics Atomics
SharedArrayBuffer SharedArrayBuffer
...@@ -81,7 +81,7 @@ Array.prototype.flatMap ...@@ -81,7 +81,7 @@ Array.prototype.flatMap
# String Trimming # String Trimming
# https://github.com/tc39/proposal-string-left-right-trim # https://github.com/tc39/proposal-string-left-right-trim
# Includes all tests for: # Includes all tests for:
# String.prototype.{trimStart, trimEnd, trimLeft, trimRight } # String.prototype.{trimStart, trimEnd, trimLeft, trimRight}
string-trimming string-trimming
String.prototype.trimEnd String.prototype.trimEnd
String.prototype.trimStart String.prototype.trimStart
...@@ -127,7 +127,7 @@ Intl.Segmenter ...@@ -127,7 +127,7 @@ Intl.Segmenter
# https://github.com/tc39/proposal-global # https://github.com/tc39/proposal-global
globalThis globalThis
# `export * as namespace from module` consensus PR # `export * as namespace from module`
# https://github.com/tc39/ecma262/pull/1174 # https://github.com/tc39/ecma262/pull/1174
export-star-as-namespace-from-module export-star-as-namespace-from-module
...@@ -135,7 +135,7 @@ export-star-as-namespace-from-module ...@@ -135,7 +135,7 @@ export-star-as-namespace-from-module
# https://github.com/tc39/proposal-import-meta # https://github.com/tc39/proposal-import-meta
import.meta import.meta
# Standard language features ## Standard language features
# #
# Language features that have been included in a published version of the # Language features that have been included in a published version of the
# ECMA-262 specification. These flags are largely maintained for historical # ECMA-262 specification. These flags are largely maintained for historical
...@@ -205,7 +205,7 @@ Uint8ClampedArray ...@@ -205,7 +205,7 @@ Uint8ClampedArray
WeakMap WeakMap
WeakSet WeakSet
# Test-harness features requiring host environment/test runner support ## Test-Harness Features
# #
# The rare cases where testing language functionality requires non-standard # The rare cases where testing language functionality requires non-standard
# language features, exposed through global-environment functions on the $262 # language features, exposed through global-environment functions on the $262
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment