From 4b8ee265248abfa2c88ed71b3c541ddd5a2eaffe Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 11 Jun 2024 06:08:00 -0700 Subject: [PATCH] `RegExp.escape` to stage 2.7, per 2024.06.11 TC39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c422885..4a35cb9b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Stage 2 indicates that the committee expects these features to be developed and | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- | | [ShadowRealm][shadowrealm] | Caridy Patiño
Jean-Francois Paradis | Dave Herman
Mark Miller
Caridy Patiño
Leo Balter
Rick Waldron
Chengzhong Wu | [ShadowRealm][realms-tests] | [February 2024][realms-notes] | | [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | | [April 2024][math-sum-notes] | +| [`RegExp.escape`][escape] | Domenic Denicola
Benjamin Gruenbaum
Jordan Harband | Jordan Harband
Kevin Gibbons | June 2024 | ### Stage 2 @@ -69,7 +70,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [Async Context][async-context] | Chengzhong Wu | Andreu Botella
Chengzhong Wu
Justin Ridgewell | [March 2023][async-context-notes] | | [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant
Richard Gibson | [May 2023][time-zone-canon-notes] | | [Deferring Module Evaluation][lazy-import] | Yulia Startsev
Guy Bedford | Yulia Startsev
Guy Bedford
Nicolò Ribaudo | [July 2023][lazy-import-notes] | -| [`RegExp.escape`][escape] | Domenic Denicola
Benjamin Gruenbaum
Jordan Harband | Jordan Harband
Kevin Gibbons | [September 2023][escape-notes] | | [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | [February 2024][joint-notes] | The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.