Skip to content

Commit

Permalink
"Escaping Strings for RegExps" to stage 1, per 2021.01.28 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 28, 2021
1 parent 55f7972 commit 4816b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Inactive proposals are proposals that at one point were presented to the committ

| Proposal | Champion | Rationale |
| -------------------------------------------------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum | [Rejected][escape-notes]: in favor of exploring a template tag function solution |
| [Callable class constructors][callable-constructors] | Yehuda Katz<br />Allen Wirfs-Brock | Withdrawn: can be solved with decorators |
| [`Error.isError`][is-error] | Jordan Harband | Withdrawn: in favor of [`Error` stack traces][error-stacks] proposal |
| [`{Set,Map}.prototype.toJSON`][collection-json] | David Bruant<br />Jordan Harband | Rejected: better solved by a custom replacer function. |
Expand Down Expand Up @@ -37,8 +36,6 @@ Inactive proposals are proposals that at one point were presented to the committ
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents.

[distinguishing-literal-strings]: https://github.com/mikewest/tc39-proposal-literals
[escape]: https://github.com/benjamingr/RegExp.escape
[escape-notes]: https://github.com/tc39/notes/blob/master/meetings/2015-07/july-28.md#62-regexpescape
[callable-constructors]: https://github.com/tc39/ecma262/blob/master/workingdocs/callconstructor.md
[is-error]: https://github.com/ljharb/proposal-is-error
[collection-json]: https://github.com/DavidBruant/Map-Set.prototype.toJSON
Expand Down
5 changes: 4 additions & 1 deletion stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [`async do` expressions][async-do] | Kevin Gibbons | Kevin Gibbons | <sub>January&nbsp;2021</sub> |
| [Class Brand Checks][class-brand-check] | HE Shi-Jun | HE Shi-Jun | <sub>January&nbsp;2021</sub> |
| [Adopting Unicode behavior for set notation in regular expressions][regex-set-notation] | Markus Scherer<br />Mathias Bynens | Mathias Bynens | <sub>January&nbsp;2021</sub> |
| [Escaping Strings for RegExps][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband | <sub>January&nbsp;2021</sub> |


See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposals.md), [finished proposals](finished-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
Expand Down Expand Up @@ -225,4 +226,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[accessors-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-11/nov-19.md#continuation-grouped-accessors-and-auto-accessors
[async-do]: https://github.com/bakkot/proposal-async-do-expressions
[class-brand-check]: https://github.com/hax/proposal-class-brand-check
[regex-set-notation]: https://github.com/mathiasbynens/proposal-regexp-set-notation
[regex-set-notation]: https://github.com/mathiasbynens/proposal-regexp-set-notation
[escape]: https://github.com/benjamingr/RegExp.escape
[escape-notes]: https://github.com/tc39/notes/blob/master/meetings/2015-07/july-28.md#62-regexpescape

0 comments on commit 4816b0b

Please sign in to comment.