Skip to content

Commit

Permalink
update champions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 8, 2024
1 parent 3d45b23 commit 66d654e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This ECMAScript proposal seeks to investigate the problem area of escaping a string for use inside a Regular Expression.

<!--
[Formal specification](http://tc39.github.io/proposal-regex-escaping)
-->
[Formal specification](https://tc39.es/proposal-regex-escaping)

Champions:
- [@ljharb](https://github.com/ljharb)
- [@bakkot](https://github.com/bakkot)

## Status

Expand Down
4 changes: 3 additions & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<pre class="metadata">
title: RegExp.escape
stage: 2
contributors: Jordan Harband
contributors:
- Jordan Harband
- Kevin Gibbons
</pre>

<emu-clause id="sec-text-processing" number="22">
Expand Down

0 comments on commit 66d654e

Please sign in to comment.