mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-08 14:28:19 -05:00
* Add fractionalSecond part type to DateTimeFormat().formatToParts This change adds the `fractionalSecond` part type as a valid part to be returned from Intl.DateTimeFormat().formatToParts(). Fixes microsoft#48882 * fixup