From 23391aee911660090b1bd4344ade74715dc35c9c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 29 Jul 2024 11:53:48 -0700 Subject: [PATCH] stage 3 See https://github.com/tc39/proposals/commit/bdb2eea6c5e41a52f2d6047d7de1a31b5d188c4f / https://github.com/tc39/proposal-regex-escaping/issues/58 --- README.md | 2 +- spec.emu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c35725c..0d3ff5b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Champions: ## Status -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/proposal-regex-escaping/issues) to get involved. +This proposal is a [stage 3 proposal](https://github.com/tc39/proposals) and is awaiting implementation and more input. Please see [the issues](https://github.com/tc39/proposal-regex-escaping/issues) to get involved. ## Motivation diff --git a/spec.emu b/spec.emu index 3f54b30..d88b3f2 100644 --- a/spec.emu +++ b/spec.emu @@ -5,7 +5,7 @@
 title: RegExp.escape
-stage: 2
+stage: 3
 contributors:
   - Jordan Harband
   - Kevin Gibbons