From 30231a6240559e1cbe112c60d1f127066d04cdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Tue, 25 Jan 2022 11:12:39 +0100 Subject: [PATCH] Drop Intl.displaynames and Intl.Segmenter, merged in Ecma402 (#481) * Drop Intl.displayNames v2 proposal, merged in Ecma402 Proposal reached stage 4, was integrated in Ecma402 and now returns a 404: https://github.com/tc39/proposals/commit/f4378e1337dff88d30e3b97ec835b5a9cf65b1a5 https://github.com/tc39/ecma402/pull/622 * Drop Intl.Segmenter proposal, merged in Ecma402 Proposal moved to stage 4, and was merged in Ecma402: https://github.com/tc39/proposals/commit/24bdab7ed4d5e0d2f9d8d457ce9d1896c3a7e109 https://github.com/tc39/ecma402/pull/553 --- specs.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/specs.json b/specs.json index e0b5cfc5..0d9aae59 100644 --- a/specs.json +++ b/specs.json @@ -107,13 +107,6 @@ ] } }, - { - "url": "https://tc39.es/intl-displaynames-v2/", - "shortname": "tc39-intl-displaynames-v2", - "series": { - "shortname": "tc39-intl-displaynames" - } - }, "https://tc39.es/proposal-accessible-object-hasownproperty/", "https://tc39.es/proposal-array-find-from-last/", "https://tc39.es/proposal-array-grouping/", @@ -126,7 +119,6 @@ "https://tc39.es/proposal-intl-enumeration/", "https://tc39.es/proposal-intl-extend-timezonename/", "https://tc39.es/proposal-intl-locale-info/", - "https://tc39.es/proposal-intl-segmenter/", "https://tc39.es/proposal-json-modules/", "https://tc39.es/proposal-private-fields-in-in/", "https://tc39.es/proposal-private-methods/",