Spec: https://tc39.es/proposal-temporal/
Locale sensitive functions / function variants (https://tc39.es/proposal-temporal/#locale-sensitive-functions)
Changes to Intl.DateTimeFormat
(https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object)
Generated using the following code run in a browser console on the spec page, based on the code in tc39/test262#3002:
Array.from(document.querySelectorAll('[id^="sec-temporal."], [id^="sec-get-temporal."], [id$="-@@tostringtag"]'))
.map((el) => {
return el
.querySelector('h1')
.innerText
.replace(/^[0-9\. ]*(?:get )?([^([]+)(\[[^\]]+])?.*/, '- [ ] $1$2')
.trim();
})
.join('\n');
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too