tc39 / proposal-intl-numberformat-v3

Additional features for Intl.NumberFormat to solve key pain points.
MIT License
52 stars 12 forks source link

Apply special-case for "true" and "false" while using useGrouping #107

Closed romulocintra closed 2 years ago

romulocintra commented 2 years ago

Update spec text accordingly to :

https://github.com/tc39/proposal-intl-numberformat-v3/issues/74#issuecomment-1234989915 and https://github.com/tc39/ecma402/blob/master/meetings/notes-2022-08-04.md#web-compatibility-allow-the-string-true-for-usegrouping-74 TG2 discussions

Test262 -> https://github.com/tc39/test262/pull/3653/files

Closes #74

FrankYFTang commented 2 years ago

We got approval in TC39 today. Could we merge this PR now? (so I can ask for review for my v8 changes in https://chromium-review.googlesource.com/c/v8/v8/+/3886070