tc39 / proposal-decimal

Built-in exact decimal numbers for JavaScript
http://tc39.es/proposal-decimal/
497 stars 18 forks source link

toLocaleString is missing #164

Closed jessealama closed 2 months ago

jessealama commented 4 months ago

In the README as well as in various discussions, we've talked about making decimals sensitive to the ambient locale. We have made integrated decimal into Intl.NumberFormat and Intl.PluralRules, but there is currently no toLocaleString in the spec. A decision needs to be made about what that function should do.