Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test262
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmaksimo
test262
Commits
2792e66c
Commit
2792e66c
authored
6 years ago
by
Rick Waldron
Committed by
Leo Balter
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
features.txt: organize sections (#1967)
parent
bc8359c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
features.txt
+8
-8
8 additions, 8 deletions
features.txt
with
8 additions
and
8 deletions
features.txt
+
8
−
8
View file @
2792e66c
# 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
a
tomics
# Shared Memory and
A
tomics
# 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-
h
arness
f
eatures
requiring host environment/test runner support
#
# Test-
H
arness
F
eatures
#
#
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment