Skip to content

Commit

Permalink
Stage 2!
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 26, 2023
1 parent 2e3eb89 commit c78047f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This ECMAScript proposal seeks to investigate the problem area of escaping a str

## Status

This proposal is a [stage 1 proposal](https://github.com/tc39/proposals/blob/master/stage-1-proposals.md) and is awaiting implementation and more input. Please see [the issues](https://github.com/tc39-transfer/proposal-regex-escaping/issues) to get involved.
This proposal is a [stage 2 proposal](https://github.com/tc39/proposals) and is awaiting implementation and more input. Please see [the issues](https://github.com/tc39-transfer/proposal-regex-escaping/issues) to get involved.


## Motivation
Expand Down
4 changes: 2 additions & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="./spec.js"></script>
<pre class="metadata">
title: RegExp.escape
stage: 1
stage: 2
contributors: Jordan Harband
</pre>

Expand Down Expand Up @@ -51,4 +51,4 @@ contributors: Jordan Harband
</ins>
</emu-clause>
</emu-clause>
</emu-clause>
</emu-clause>

1 comment on commit c78047f

@benjamingr
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

Please sign in to comment.