From c8d75c368184340e405d4990395e7fe95e49d0a2 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 24 Jun 2021 10:50:00 -0700 Subject: [PATCH] Add feature values for ECMA402 Stage 3 proposals (#3012) --- features.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/features.txt b/features.txt index b6a872d4d2..5a0c23951d 100644 --- a/features.txt +++ b/features.txt @@ -124,6 +124,14 @@ Intl.DateTimeFormat-fractionalSecondDigits # https://tc39.es/ecma402/#legacy-constructor intl-normative-optional +# Intl "Intl.DisplayNames v2" +# https://github.com/tc39/intl-displaynames-v2 +Intl.DisplayNames-v2 + +# Intl "Extend TimeZoneName Option Proposal" +# https://github.com/tc39/proposal-intl-extend-timezonename +Intl.DateTimeFormat-extend-timezonename + # Global # https://github.com/tc39/proposal-global globalThis