From c7a158e74b1dc0802ef3aaa7c9c4b5d3c9e163cb Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Wed, 9 Oct 2019 18:14:51 -0400 Subject: [PATCH] Add feature --- features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.txt b/features.txt index 9e32bb4f40..5081f6c227 100644 --- a/features.txt +++ b/features.txt @@ -145,6 +145,10 @@ top-level-await # https://github.com/tc39/proposal-regexp-match-indices regexp-match-indices +# Nullish Coalesce Expression +# https://github.com/tc39/proposal-nullish-coalescing +coalesce-expression + ## Standard language features # # Language features that have been included in a published version of the