You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(intl): implement percent style for Intl.NumberFormat (#5246)
Multiply the input value by 100 and append a percent sign when
`style: "percent"` is used, matching the ECMA-402 spec. All three
call sites (NumberFormat.format, Number.toLocaleString,
BigInt.toLocaleString) now go through `format_to_js_string` so
that style-specific affixes are applied consistently.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments