From 391cd16f1f94fbb89d541027f8819e26aa96cee1 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Wed, 10 Jun 2020 22:10:00 +0200 Subject: [PATCH] =?UTF-8?q?Add=C2=A0`legacy=E2=80=91regexp`=20to=C2=A0`fea?= =?UTF-8?q?tures`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index 7dfd79f455..06ddd2b9bd 100644 --- a/features.txt +++ b/features.txt @@ -170,6 +170,10 @@ String.prototype.replaceAll # https://github.com/tc39/proposal-for-in-order for-in-order +# Legacy RegExp features +# https://github.com/tc39/proposal-regexp-legacy-features +legacy-regexp + # Logical Assignment Operators # https://github.com/tc39/proposal-logical-assignment logical-assignment-operators