From a10968b4623704fafd807d3fb2bf17055c89b534 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 23 Sep 2022 15:22:59 -0700 Subject: [PATCH] Add "Symbols as WeakMap keys" feature flag See: #2850 --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index 841917b83c..47f3388511 100644 --- a/features.txt +++ b/features.txt @@ -280,6 +280,10 @@ decorators # https://github.com/tc39/proposal-duplicate-named-capturing-groups regexp-duplicate-named-groups +# Symbols as WeakMap keys +# https://github.com/tc39/proposal-symbols-as-weakmap-keys +symbols-as-weakmap-keys + ## Standard language features # # Language features that have been included in a published version of the