From 04d627d1a7d1f94db11670a92d6b7b942af5ca40 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Fri, 23 Aug 2024 13:10:33 +0200 Subject: [PATCH] Add RegExp.escape --- custom/js.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/js.json b/custom/js.json index 4011c36e..4e3f1a13 100644 --- a/custom/js.json +++ b/custom/js.json @@ -65,6 +65,7 @@ "RegExp": { "members": { "static": [ + "escape", "input", "lastIndex", "lastMatch",