Only use duration poly-fill when necessary (#23030)

This commit is contained in:
Paul Bottein
2024-11-27 17:13:29 +01:00
committed by GitHub
parent 125805d6d1
commit 3411967fd9
4 changed files with 17 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ const outDir = join(paths.build_dir, "locale-data");
const INTL_POLYFILLS = {
"intl-datetimeformat": "DateTimeFormat",
"intl-durationFormat": "DurationFormat",
"intl-displaynames": "DisplayNames",
"intl-listformat": "ListFormat",
"intl-numberformat": "NumberFormat",