Skip to content

Commit

Permalink
RegExp.escape to stage 3, per 2024.07.29 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 29, 2024
1 parent d7e61fa commit bdb2eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | :question: | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[promise-try][try-tests]</sub> | <sub>[June&nbsp;2024][try-notes]</sub> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub>[Testing plan][escape-testplan] | <sub>July&nbsp;2024</sub> |

### Stage 2.7

| Proposal | Author | Champion | <sub>Test262 Feature Flag</sub> | <sub>Last Presented</sub> |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
| [ShadowRealm][shadowrealm] | Caridy Patiño<br />Jean-Francois Paradis | Dave Herman<br />Mark Miller<br />Caridy Patiño<br />Leo Balter<br />Rick Waldron<br />Chengzhong Wu | <sub>[ShadowRealm][realms-tests]</sub> | <sub>[February&nbsp;2024][realms-notes]</sub> |
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[Math.sumPrecise][math-sum-tests]</sub> | <sub>[April&nbsp;2024][math-sum-notes]</sub> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub>[Testing plan][escape-testplan] | <sub>[June&nbsp;2024][escape-notes]</sub> |
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>[Testing plan][lazy-import-testplan]</sub> | <sub>[June&nbsp;2024][lazy-import-notes]</sub> |
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[Testing plan][joint-testplan]</sub> | <sub>[June&nbsp;2024][joint-notes]</sub> |

Expand Down

0 comments on commit bdb2eea

Please sign in to comment.